/*
Last Updated: 2017-03-28
Author: minoura
*/

/*----------------------------------------
	全体
----------------------------------------*/

html{
	font-family:'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ ゴシック',sans-serif;
	font-size:62.5%;
	color: #000;
	-webkit-text-size-adjust:100%;
	line-height:1.5;
}
body{ font-size:1.4rem; font-size: 1.4em; }
img{ vertical-align: bottom; }

a{ color:#d42230; }
a:hover{ color:#ea4c59; }

.text_red{ color: #d42230; }
.text_gray{ color: #999; }
.text_bold{ font-weight: bold; }
.text_normal{ font-weight: normal; }


/*----------------------------------------
	text
----------------------------------------*/

.text_11{ font-size:1.1rem !important; }
.text_12{ font-size:1.2rem !important; }
.text_13{ font-size:1.3rem !important; }
.text_14{ font-size:1.4rem !important; }
.text_15{ font-size:1.5rem !important; }
.text_16{ font-size:1.6rem !important; }

@media print, screen and (min-width: 769px) {

	p{ line-height:1.8; }

	.text_18{ font-size:1.8rem !important; }
	.text_19{ font-size:1.9rem !important; }
	.text_20{ font-size:2.0rem !important; }
	.text_21{ font-size:2.1rem !important; }
	.text_22{ font-size:2.2rem !important; }
	.text_24{ font-size:2.4rem !important; }
	.text_26{ font-size:2.6rem !important; }
	.text_28{ font-size:2.8rem !important; }
	.text_30{ font-size:3.0rem !important; }
	.text_40{ font-size:4.0rem !important; }

	/*line-height*/
	.lh_12{ line-height: 1.2 !important; }
	.lh_14{ line-height: 1.4 !important; }
	.lh_16{ line-height: 1.6 !important; }
	.lh_18{ line-height: 1.8 !important; }
	.lh_20{ line-height: 2 !important; }

}/*END*/

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

	p{ line-height:1.6; }

	.text_20,
	.text_18{
		font-size:1.6rem !important;
	}
	.text_21,
	.text_22,
	.text_24,
	.text_26,
	.text_28,
	.text_30,
	.text_40{
		font-size:1.8rem !important;
	}

	.lh_16{ line-height: 1.5; }
	.lh_18{ line-height: 1.5; }
	.lh_20{ line-height: 1.5; }

}/*END*/

li{ list-style:none; }
.center{ text-align:center; }
.text_left{ text-align:left; }
.text_right{ text-align:right; }
.left{ float:left; }
.right{ float:right; }

.insta_link a:hover,
.i_list li:hover,
.op:hover img{
	filter: alpha(opacity=60);
	-moz-opacity:060;
	opacity:0.60;
}
@media print, screen and (min-width: 769px) {
	.insta_link a:hover,
	.i_list li:hover,
	.op:hover img{
		-webkit-transition: opacity 0.1s ease-out;
		-moz-transition: opacity 0.1s ease-out;
		-ms-transition: opacity 0.1s ease-out;
		transition: opacity 0.1s ease-out;
	}
}/*END*/


/*----------------------------------------
	layout
----------------------------------------*/

.main_frame{
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-left: 3%;
	padding-right: 3%;
}

@media print, screen and (min-width: 1080px) {

	.main_frame{
		width: 1080px;
		padding-left: 10px;
		padding-right: 10px;
	}

}/*END*/


/*----------------------------------------
	分割用
----------------------------------------*/

.box_l{
	float: left;
	width: 49%;
}
.box_r{
	float: right;
	width: 49%;
}
.list_three,
.list_four{
	margin-left:-2%;
}
.list_three li,
.list_four li{
	position: relative;
	float: left;
	margin-bottom: 25px;
	box-sizing: border-box;
	margin-left:2%;
}
.list_three li:nth-child(4),
.list_three li:nth-child(5),
.list_three li:nth-child(6),
.list_three li:nth-child(7){
	width: 23%;
}
.list_four li{ width: 23%; }

@media print, screen and (min-width: 769px) {

	.list_three li{ width: 31.3%; }
	.list_three li:nth-child(3n+1),
	.list_four li:nth-child(4n+1){ clear: both; }
	.list_three li:nth-child(7){ clear: none; }
	.i_list > *:first-child + * + * + *{ clear: both; }

}/*END*/

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

	.list_three,
	.list_four{
		margin-left:-3%;
	}

	.list_three li:nth-child(4),
	.list_three li:nth-child(5),
	.list_three li:nth-child(6),
	.list_three li,
	.list_four li{
		width: 47%;
		margin-left:3%;
	}
	.list_three li:nth-child(2n+1),
	.list_four li:nth-child(2n+1){
		clear: both;
	}
	.list_three li:nth-child(7){ display: none; }
	.box_l,
	.box_r{
		float: none;
		width: 100%;
	}

}/*END*/


/*----------------------------------------
	header
----------------------------------------*/

header{
	position: relative;
	width:100%;
}
nav li a{ display: block; }
.logo{ border-bottom: 2px solid #fff; }
.logo_area li{ float: left; }

@media print, screen and (min-width: 769px) {

	.logo_area{
		width: 250px;
		position: absolute;
		top: 0;
		left: 0;
	}
	.otodoke{ width: 100%; }
	.logo{ width: 100%; }
	.logo_area li{ width: 124px; }
	.logo_area li:first-child{ border-right: 2px solid #fff; }
	.nav_frame{ margin-left: 250px; }
	nav li{ float: left; }
	nav li a{
		height: 60px;
		text-align: center;
	}
	.nav_l { float:left; }
	.nav_l01 img,
	.nav_l01 img{
		padding-top: 22px;
		height: 15px;
		padding-right: 20px;
		padding-left: 20px;
	}
	.nav_l02 img{
		padding-top: 22px;
		height: 15px;
		padding-right: 20px;
		padding-left: 20px;
	}
	.nav_l03 img{
		padding-top: 17px;
		height: 25px;
		padding-right: 15px;
		padding-left: 15px;
	}
	.nav_l04 img{
		padding-top: 17px;
		height: 25px;
		padding-right: 15px;
		padding-left: 15px;
	}
	.nav_r{ float:right; }
	.nav_r01 img{
		padding-top: 15px;
		height: 30px;
		padding-right: 15px;
		padding-left: 15px;
	}
	.nav_r02 img{
		padding-top: 15px;
		height: 30px;
		padding-right: 15px;
		padding-left: 15px;
	}
	.nav_r03 img{ height: 60px; }

}/*END*/

@media print, screen and (min-width:769px) and ( max-width:1100px) {

	.toggle01{ display: none !important; }
	.sd-trigger{
		position: relative;
		float: right;
		width: 90px;
		height: 60px;
		background: #c41b20;
	}
	.sd-trigger:hover{ background: #da3e42; }
	.sd-trigger span {
		left: 30px;
		width: 30px;
		height: 5px;
	}
	.sd-trigger span:nth-of-type(1){ top: 17px; }
	.sd-trigger span:nth-of-type(2){ top: 27px; }
	.sd-trigger span:nth-of-type(3){ top: 37px; }

}/*END*/

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

	#sd{ box-sizing: border-box; }
	.sd-trigger{
		cursor: pointer;
		box-sizing: border-box;
	}
	.sd-trigger,
	.sd-trigger span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
	}
	.sd-trigger span {
		position: absolute;
		background: #fff;
	}

}/*END*/

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

	.toggle02{ display: none !important; }
	.sd-trigger{
		position: relative;
		float: right;
		width: 20%;
		height: 60px;
		background: #000;
	}
	.sd-trigger span {
		left: 32%;
		width: 36%;
		height: 4px;
	}
	.sd-trigger span:nth-of-type(1){ top: 22px; }
	.sd-trigger span:nth-of-type(2){ top: 33px; }
	.sd-trigger span:nth-of-type(3){ top: 43px; }

	.sp_nav{ background: #000; }
	.otodoke{
		background: #000;
		width: 46%;
		padding-left: 27%;
		padding-right: 27%;
		padding-top: 2px;
		padding-bottom: 2px;
	}
	.logo{
		background: #c41d21;
		width: 40%;
		padding-left: 30%;
		padding-right: 30%;
	}
	.logo_area ul{
		float: left;
		width: 80%;
		border-right: 2px solid #fff;
		box-sizing: border-box;
	}
	.logo_area li{
		width: 50%;
		box-sizing: border-box;
		text-align: center;
		background: #000;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.logo_area li:first-child{ border-right: 1px solid #fff; }
	.logo_area li:last-child{ border-left: 1px solid #fff; }

	nav li{ border-bottom: 1px dotted #c41d21; }
	.nav_l li img,
	.nav_r li img{
		display: none;
	}
	.nav_l li a,
	.nav_r li a{
		text-decoration: none;
		padding:15px 3%;
	}
	.nav_l li a:before,
	.nav_r li a:before{
		content:attr(data-label);
		color:#000;
	}
	.nav_l li a:hover:before,
	.nav_r li a:hover:before{
		color: #d42230;
	}
	.nav_r li:last-child{
		border-bottom: none;
		margin-top: 15px;
	}
	.nav_r li:last-child a{ padding: 0; }
	.nav_r li:last-child img{
		width: 100%;
		display: block;
	}

}/*END*/

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

	.sd-trigger span{
		left: 28%;
		width: 48%;
	}
	.otodoke{
		width: 70%;
		padding-left: 15%;
		padding-right: 15%;
	}
	.logo{
		width: 56%;
		padding: 10px 22%;
	}

}/*END*/


/*----------------------------------------
	main
----------------------------------------*/

/*mv*/
.mv{
	overflow: hidden;
	margin-bottom: 30px;
}

/*instagram*/
.i_list li img.respon{ margin-bottom: 12px; }
.i_list li p{
	font-size: 1.2rem;
	margin-bottom: 12px;
}
.i_list li a{
	text-decoration: none;
	color: #000;
}
.icon_heart{
	width: 16px;
	vertical-align: top;
	margin-right: 5px;
}

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

	/*mv*/
	.mv{ margin-bottom: 10px; }

}/*END*/


/*こだわり*/
.kodawari{
	background: url("../images/kodawari_bg.jpg") no-repeat top right;
	background-size: cover;
}
.kodawari li{
	float: left;
	width: 14%;
}

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

	.kodawari{
		background: url("../images/kodawari_bg.jpg") no-repeat top right 12% #fdf4c7;
		background-size: auto 300px;
		padding-top: 320px;
		padding-right: 1.5%;
		padding-left: 1.5%;
	}
	.kodawari .text_16{ font-size: 1.4rem !important; }
	.kodawari li{ width: 20%; }

}/*END*/

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

	.kodawari ul{ margin-left: -2%; }
	.kodawari li{
		width: 31.3%;
		margin-left: 2%;
		margin-bottom: 8px;
	}

}/*END*/

/*shop*/
h1.shop_ttl,
h2.shop_ttl{
	padding: 7px 10px;
	font-weight: normal;
}
h1.shop_ttl{
	color: #fff;
	background: #000;
}
h2.shop_ttl{ background: #dcdcdc; }
.map iframe{
	width: 100%;
	height: 380px;
}
#fb-root { display: none; }
.fb_iframe_widget, .fb_iframe_widget span,
.fb_iframe_widget span iframe[style] {
	width: 100% !important;
}
.delivery{ margin-left: -3%; }
.delivery li{
	float: left;
	width: 47%;
	box-sizing: border-box;
	border: 1px solid #a0a0a0;
	margin-left: 3%;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}
.delivery li:hover{ border: 1px solid #ccc; }
.delivery li a{ display: block; }

@media print, screen and (min-width: 769px) {

	.delivery li img{ height: 55px; }

}/*END*/

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

	.delivery img{ width: 90%; }
	.fb_iframe_widget, .fb_iframe_widget span,
	.fb_iframe_widget span iframe[style] {
		height: 500px;
	}

}/*END*/

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

	.map iframe{ height: 250px; }

}/*END*/


/*----------------------------------------
	footer
----------------------------------------*/

footer{
	font-size: 1.2rem;
	line-height: 1.5;
}
footer li a{
	display: block;
	color: #000;
	text-decoration: none;
}
footer li a:hover{ color: #d42230; }
.foot_inner{
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-left: 3%;
	padding-right: 3%;
}

@media print, screen and (min-width: 1080px) {

	.foot_inner{
		width: 1080px;
		padding-left: 10px;
		padding-right: 10px;
	}

}/*END*/

@media print, screen and (min-width: 769px) {

	footer{ padding-bottom: 30px; }
	footer li{
		float: left;
		line-height: 1.7;
		margin-right: 20px;
	}

}/*END*/

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

	footer li{ line-height: 1.6; }
	.copyright{
		background: #000;
		color: #fff;
		font-size: 1.1rem;
		padding-top: 3px;
		padding-bottom: 3px;
	}

}/*END*/


/*----------------------------------------
	modal window
----------------------------------------*/

.lock { overflow:hidden; }
.modal-content p{ line-height: 1.8; }
.modal-content{
	position: fixed ;
	display:none;
	z-index:2;
	margin:0;
	background:#fff;
}
.modal-wrap {
	z-index:2;
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	overflow:auto;
}
.modal-overlay {
	z-index: 1 ;
	display: none ;
	position: fixed ;
	top: 0 ;
	left: 0 ;
	width: 100% ;
	height: 120% ;
	background-color: rgba( 0,0,0, 0.6 ) ;
}
.modal-open:hover { cursor:pointer; }
.modal-content img.respon{
	float: left;
	width: 57%;
}
.modal_text{
	float: right;
	width: 43%;
	box-sizing: border-box;
	padding:20px 2%;
}
.modal_text p{ font-size: 1.6rem; }
.shop_name img{
	vertical-align: middle;
	margin-right: 10px;
}
.insta_link{
	position: absolute;
	left: 59%;
	bottom: 20px;
}
.insta_link a{
	text-decoration: none;
	color: #000;
}
.insta_link img{
	float: left;
	margin-right: 10px;
}
.insta_link p{
	font-size: 1.3rem;
	float: left;
}

@media print, screen and (min-width:769px) and ( max-width:1079px) {

	.modal-content{ width:96%; }

}/*END*/

@media print, screen and (min-width: 1080px) {

	.modal-content{ width:1060px; }

}/*END*/

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

	/*modal window*/
	.modal-content p{ line-height: 1.7; }
	.modal-content{ width:96%; }
	.modal-open:hover { cursor:pointer; }
	.modal_text p{
		font-size: 1.4rem;
		line-height: 1.5;
	}
	.insta_link p{
		font-size: 1.0rem;
		line-height: 1.4;
	}
	.insta_link{ position: static; }
	.insta_link img,
	.shop_name img{
		width: 28px;
		margin-right: 5px;
	}

}/*END*/

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

	.modal-content img.respon{
		float: none;
		width: 100%;
	}
	.modal_text{
		float: none;
		width: 100%;
		padding:15px 4%;
	}
	.insta_link{ position: static; }

}/*END*/