@charset "utf-8";
/* CSS Document */

@media screen and (max-width:736px) {
	html, body {
		min-width: 0;
		width: 100%;
		height: 100%;
		-webkit-text-size-adjust : 100%;
	}

	img {
		max-width: 100% !important;
		height: auto;
	}

	.sp_only {
		display: inherit;
	}
		
	.inner {
		width: 100%;
		padding: 0 3%;
		margin: 0 auto;
		box-sizing: border-box;
	}
		
	header,nav {display: none;}
		
	#top-visual {
		background: url(../images/page/index/sp-bg01.jpg) no-repeat left;
		min-height: 300px;
		background-size: cover;
		padding: 5em 0;
		text-align: center;
		color: #fff;
		margin-bottom: 3em;
	}		
		
	#top-visual h2 {
		font-size: 1.8rem;
		line-height: 2;
		padding: 3em 1em 0;
		box-sizing: border-box;
		letter-spacing: .1em;
		margin-bottom: 1em;
	}
		
	.top-inner h2 {
		font-size: 2.3rem;
		text-align: center;
		line-height: 2;
		letter-spacing: .1em;
		margin-bottom: 1em;
	}

	.top-inner ul {
		width: 90%;
		margin: 5% auto 10%;
	}
	.top-inner ul li {
		width: 100%;
	}

	.top-inner ul li h2 {
		text-align: left;
		font-size: 2rem;
		padding-top: .5em;
	}	
	
	/*--footer--*/
	.access-info {
		width: 100%;
		height: 100%;
		background:url("../images/common/map-bg.png") no-repeat #122122;
		background-size: 40%;
		background-position: top 50px left 50px;
		padding: 4em 2em;
		box-sizing: border-box;
		color: #fff;
	}

	.access-info .footer-logo {
		width: 80%;
		padding-top: 0em;
		margin: 0 auto 3em;
	}

	.access-info p.address {
		font-size: 1.8rem;
		line-height: 1.8;
		letter-spacing: 0;
		margin-bottom: 1em;
	}

	.access-info p.address span {
		display: block;
		font-size: 1.7rem;
		padding-bottom: 0em;
	}
	
	.access-info ul li {
		width: 40%;
		margin-right: 1em;
	}
	
	.access-map {width: 100%;}
	.access-map iframe {
		width: 100%;
		height: 350px;
	}	
	
	/*--about--*/
	.about-area {
		background: url("../images/page/about/bg-img001.jpg") no-repeat top;
		padding: 3em;
		box-sizing: border-box;
		color: #1a0b08;
	}

	.about-area h2 {
		font-size: 2rem;
		line-height: 1.8;
		letter-spacing: .2em;
		margin-bottom: 1em;
	}

	.about-area h3 {
		font-size: 1.8rem;
		line-height: 1.8;
		letter-spacing: 0em;
		margin-bottom: 1em;
	}

	.about-area h4 {
		font-size: 1.6rem;
		line-height: 1.8;
		letter-spacing: .2em;
		margin-bottom: 1em;
	}


	.about-area p {
		font-size: 1.4rem;
		line-height: 2;
		margin-bottom: 2em;
	}

	.about-area ul {margin-top: 5em;}
	.about-area ul li {
		width: 48%;
		margin-bottom: 2em;
	}

	dl.about-info01 {margin-bottom: 3em;}

	dl.about-info01 dt {
		width: 100%;
		font-size: 3rem;
		letter-spacing: .2em;
		margin-bottom: .5em
	}

	dl.about-info01 dt span {
		display: inline;
		font-size: 2rem;
		padding-bottom: .5em;
		letter-spacing: 0em;
	}

	dl.about-info01 dd {
		width: 100%;
		padding: 0;
		box-sizing: border-box;
		border-left: none;
		font-size: 2rem;
		line-height: 1.6;
		letter-spacing: .1em;
	}

	dl.about-info02 {margin-bottom: 3em;}
	dl.about-info02 dt span {
		display: block;
		font-size: 1.6rem;
		padding-bottom: .5em;
	}
	dl.about-info02 dt {
		font-size: 2.6rem;
		letter-spacing: .3em;
		margin-bottom: .5em;
	}

	dl.about-info02 dt small {
		font-size: 1.6rem;
		letter-spacing: 0em;
		margin-left: 1em;
	}

	dl.about-info02 dd {
		padding: 0;
		box-sizing: border-box;
		font-size: 2rem;
		line-height: 2;
		letter-spacing: .1em;
	}
	
	/*--contact--*/
	.contact-tel {
		width: 80%;
		padding-top: 4em;
		margin-bottom: 1em;
	}
	
	.contact_body table tr th,
	.contact_body table tr td{
		width: 100%;
		display: block;
		box-sizing: border-box;
		border-top:1px solid #c9c9c9;
		padding: 20px;
		border-collapse: collapse;
	}
	
	.contact_body p.submitbtn input#submitbtn {
		width: 90%;
	}	
	
	/*--product--*/
	.product-ttl {
		font-size: 1.5rem;
		color: #231815;
		line-height: 2;
		text-align: center;
		padding: 1em 0 3em;
	}
	
	
	.product-main{
		width: 100%;
		display: flex;
		align-items: center;
		margin-bottom: 4em;
	}
	.product-main img {width: 80%;}
	.product-main:after {content:  inherit;}
	
	.product-img {width: 100%;}
	.product-info {width: 100%;}
		
	table.product-table th,
	table.product-table td{
		width: 100%;
		display: block;
		height: inherit;
	}
	
	table.product-table th {
		padding: .5em 0;
		font-size: 2rem;
		margin-bottom: 1em;
	}
	
	table.product-table th br {display: none;}
	
	table.product-table td {
		padding-left: 0;
		font-size: 1.4rem;
		line-height: 2;
	}
	
	.gift-area .gift-info {
		width: 100%;
		padding: 2em;
		box-sizing: border-box;
	}	
	
	.gift-area .gift-info h3.gift-ttl img {
		width: 40%;	
	}

	.gift-area .gift-info p {
		font-size: 1.5rem;
		line-height: 2.4;
	}

	.gift-area .gift-img {
		width: 100%;
	}	
	
	/*--recipe--*/
	.recipe-ttl {
		font-size: 2rem;
		padding: 2em 0 0;
		margin-bottom: 1em;
		text-align: center;
	}	
	
	
	.recipe-txt {
		font-size: 1.5rem;
	}	
	
	.recipe-ttl01 {
		color: #fff;
		font-size: 1.8rem;
		line-height: 2;
	}	
	
	.recipe-info {
		width: 100%;
		margin-bottom: 1em;
	}
	
	.recipe-img {
		width: 100%;
	}	
	
	.info-txt,
	.recipe-info01 .info-txt {
		width: 50%;
	}
	
	ol.make-flow {
		border-radius: 15px;
		padding: 3em;
		box-sizing: border-box;
		background-color: #f2f0ea;
	}	
	.sp-ju-sb {justify-content: space-between;}
	.recipe-info01 dl {
		width: 46%;
		padding-bottom: 1em;
		margin-bottom: 1em;
		border-bottom: 1px dashed #727171;
		margin-right: 0%;
	}	
	
	
	/*------------------sp_navi------------------*/	

	h1.sp_logo img {
		width: 60%;
		vertical-align:top;
	}

	h1.sp_logo {
		width: 60%;
		float: left;
		text-align: center;
		margin: 0;
		position: absolute;
		top: 30%;
		left: 0%;
	}

	.sp_nav {
		z-index: 99999;
		padding: 4em 0;
		background-color: #fff;
		width: 100%;
		top:0;
		position: relative;
	}

	.menu1{
	  position: fixed;
	  top: 2%;
	  right: 2%;
	  background: url('../images/common/menu.png') #333;
	  border: 1px solid #fff;
	  background-repeat: no-repeat;
	  background-position: center center;
	  background-size: 50%;
	  width: 12vw;
	  height: 12vw;
	  z-index: 999;
	  /*margin: 30px;*/
	}

	.panel_sp{
	  position: fixed;
	  z-index: 999;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
	  display: none;
	}

	.panel-inner{
	  position: relative;
	  width: 100%;
	  height: 100%;
	  background: #f1f1f1;
	  /*background: rgba(0, 0, 0, .7);*/
	  transition: all 0.5s;
	  overflow-y: scroll;
	}


	.l-nav{
	  padding: 46px 0 100px;
	  bottom: 0;
	  width: 100%;
	  margin: auto;
	  /*position: absolute;*/
	}

	i.fa-angle-right {
		text-align: left;
		position: absolute;
		left: 10%;
		top: 40%;
	}

	.nav-item {
	  font-size: 16px;
	  font-weight: bold;
	  width: 96%;
	  letter-spacing: 0.1em;
	  margin: 0 auto;
	  position: relative;
	  text-indent: 20px; 
	}


	.nav-item02 {
	  font-size: 14px;
	  font-weight: bold;
	  width: 96%;
	  letter-spacing: 0.1em;
	  margin: 0 auto;
	  position: relative;
	  text-indent: 20px;
	}

	.nav-item span {
		position: absolute;
		top: 0;
		right: 4%;
		font-size: 12px;
		font-weight: bold;
	}

	.nav-item a,
	.nav-item02 a{
	  display: block;
	  color: #333 !important;
	  line-height: 7em;
	  text-decoration: none;
	  transition: all 0.3s;
	  border-bottom: 1px solid #333;
	}

	.nav-item:hover > a{
	  color: #603813;
	  letter-spacing: 0.1em;
	}

	.close{
	  position: fixed;
	  top: 2%;
	  right: 2%;
	  background: url('../images/common/close.png') #333;
	  border: 1px solid #fff;
	  background-repeat: no-repeat;
	  background-position: center center;
	  background-size: 50%;
	  width: 12vw;
	  height: 12vw;
	  /*margin: 30px;*/
	}

	
	

}