﻿@charset "UTF-8";
#contents {
	max-width: 1000px;
	margin: 0 auto;
	padding: 0 0 80px;
}
#main_visual {
	margin: 0 0 50px;
}
.read {
	max-width: 860px;
	margin: 0 auto 50px;
}
.btn_mionista {
	max-width: 860px;
	margin: 0 auto 40px;
	padding: 20px 20px 20px 85px;
	border: 2px solid #FAC000;
	background: #FFFDE8;
	position: relative;
}
.btn_mionista:last-of-type {
	margin: 0 auto 0;
}
.btn_mionista:before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 26px 26px 0 0;
	border-color: #fac000 transparent transparent transparent;
	position: absolute;
	top: 0;
	left: 0;
}
.btn_mionista:after {
	content: "";
	width: 40px;
	height: 15px;
	margin: -7px 0 0;
	background: url(../img/mionista/arrow.png) top center no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	right: 40px;
}
.btn_mionista h3 {
	font-size: 26px;
	font-weight: bold;
	line-height: 1.4;
}
.btn_mionista .num {
	display: inline-block;
	width: 30px;
	font-weight: bold;
	position: absolute;
	top: 26px;
	left: 30px;
}
.btn_mionista .num:after {
	content: "";
	width: 26px;
	height: 2px;
	background: #000;
	position: absolute;
	right: 1px;
	bottom: -1px;
}
.btn_mionista .num + p {
	color: #EFAF00;
	font-size: 20px;
	font-weight: bold;
}
.btn_mionista .img {
	width: 320px;
	position: absolute;
	top: -26px;
	right: 100px;
}
#shoin {
	padding: 60px 0;
	background: #FFF8FC;
}
.item_page #shoin {
	background: #F7FDFD;
}
#shoin .inner {
	max-width: 1020px;
	margin: 0 auto;
	padding: 0 10px;
	text-align: center;
}
#shoin h3 {
	margin: 0 0 30px;
	text-align: center;
	color: #F2558A;
	font-size: 28px;
}
.item_page #shoin h3 {
	color: #58C4C4;
}
#shoin p {
	margin: 0 0 35px;
}
#shoin ul {
	overflow: hidden;
}
#shoin ul li {
	float: left;
	width: 32%;
	margin: 0 2% 0 0;
}
#shoin ul li:last-of-type {
	margin: 0 0 0 0;
}
.attention {
	max-width: 860px;
	margin: 0 auto;
}
.kome{
	margin: 10px 0 0;
}

/*******************
	中ページ
********************/

/*基本 およびstyle*/

ul#style_nav {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	max-width: 860px;
	margin: 0 auto 40px;
	justify-content: space-between;
}
ul#style_nav li {
	width: 32%;
	border: 2px solid #000;
	border-radius: 4px;
	position: relative;
}
#main ul#style_nav li a {
	display: block;
	padding: 15px 0;
	color: #fff;
	text-align: center;
	font-weight: bold;
	overflow: hidden;
	z-index: 100;
}
#main ul#style_nav li a:before {
	content: "";
	display: block;
	width: 100%;
	height: 10px;
	background: #fff;
	border-radius: 4px;
	position: absolute;
	bottom: 0;
}
#main ul#style_nav li a:after {
	content: "";
	display: block;
	width: 100%;
	height: 10px;
	background: #fff;
	border-radius: 4px;
	position: absolute;
	bottom: 2px;
}
#main ul#style_nav li:after {
	content: "\f107";
	font-family: FontAwesome;
	color: #fff;
	font-size: 20px;
	font-weight: normal;
	position: absolute;
	top: 20%;
	right: 10px;
}
ul#style_nav li.style01 {
	background: #F46D99;
	border: 2px solid #F46D99;
}
#main ul#style_nav li.style01 a:after {
	background: #F46D99;
	border-radius: 4px;
	position: absolute;
	bottom: 2px;
}
ul#style_nav li.style02 {
	background: #EF905D;
	border: 2px solid #EF905D;
}
#main ul#style_nav li.style02 a:after {
	background: #EF905D;
	border-radius: 4px;
	position: absolute;
	bottom: 2px;
}
ul#style_nav li.style03 {
	background: #B87BE6;
	border: 2px solid #B87BE6;
}
#main ul#style_nav li.style03 a:after {
	background: #B87BE6;
	border-radius: 4px;
	position: absolute;
	bottom: 2px;
}
.shoin_cont {
	margin: 0 auto 50px;
	padding: 0 0 60px;
	max-width: 860px;
	text-align: center;
	border-bottom: 1px solid #BABABA;
}
.shoin_cont#style03, .shoin_cont#item03, .shoin_cont#food02 {
	margin: 0 auto 20px;
	border: none;
}
.shoin_cont .read {
	max-width: 860px;
	margin: 0 auto 40px;
}
.shoin_cont h3 {
	display: inline-block;
	margin: 80px 0 40px;
	padding: 4px 10px;
	text-align: center;
	font-size: 26px;
	font-weight: bold;
	position: relative;
}
.style_page .shoin_cont h3 {
	border-top: solid 2px #000;
	border-bottom: solid 2px #000;
}
.shoin_cont h3:before {
	content: "";
	display: block;
	width: 46px;
	height: 60px;
	margin: 0 0 0 -23px;
	background: url(../img/mionista/style/style_num01.png) bottom center no-repeat;
	background-size: contain;
	position: absolute;
	top: -70px;
	left: 50%;
}
.shoin_cont#style01 h3:before {
	background: url(../img/mionista/style/style_num01.png) bottom center no-repeat;
	background-size: contain;
}
.shoin_cont#style02 h3:before {
	background: url(../img/mionista/style/style_num02.png) bottom center no-repeat;
	background-size: contain;
}
.shoin_cont#style03 h3:before {
	background: url(../img/mionista/style/style_num03.png) bottom center no-repeat;
	background-size: contain;
}
.style_page .shoin_cont h3:after {
	content: "";
	display: block;
	width: calc(100% + 240px);
	height: 100px;
	margin: 0 0 0 -35px;
	background-image: url(../img/mionista/style/style01_bg_l.png), url(../img/mionista/style/style01_bg_r.png);
	background-repeat: no-repeat, no-repeat;
	background-position: left center, right center;
	background-size: contain, contain;
	position: absolute;
	top: -50%;
	left: -50%;
}
.shoin_cont#style02 h3:after {
	width: calc(100% + 250px);
	height: 100px;
	margin: 0 0 0 -35px;
	background-image: url(../img/mionista/style/style02_bg_l.png), url(../img/mionista/style/style02_bg_r.png);
	background-repeat: no-repeat, no-repeat;
	background-position: left center, right center;
	background-size: contain, contain;
}
.shoin_cont#style03 h3:after {
	background-image: url(../img/mionista/style/style03_bg_l.png), url(../img/mionista/style/style03_bg_r.png);
	background-repeat: no-repeat, no-repeat;
	background-position: left top, right top;
	background-size: contain, contain;
	top: -85%;
}
.shoin_cont h3 span {
	display: inline-block;
}
.style_page .shoin_cont h3 span:before {
	content: "";
	border-top: solid 1px #000;
	border-bottom: solid 1px #000;
	position: absolute;
	top: 2px;
	left: 0;
	width: 100%;
	height: calc(100% - 6px);
}
.shoin_cont#style01 h3 {
	color: #F2558A;
	border-top: solid 2px #F2558A;
	border-bottom: solid 2px #F2558A;
}
.shoin_cont#style01 h3 span:before {
	border-top: solid 1px #F2558A;
	border-bottom: solid 1px #F2558A;
}
.shoin_cont#style02 h3 {
	color: #EF905D;
	border-top: solid 2px #EF905D;
	border-bottom: solid 2px #EF905D;
}
.shoin_cont#style02 h3 span:before {
	border-top: solid 1px #EF905D;
	border-bottom: solid 1px #EF905D;
}
.shoin_cont#style03 h3 {
	color: #B87BE6;
	border-top: solid 2px #B87BE6;
	border-bottom: solid 2px #B87BE6;
}
.shoin_cont#style03 h3 span:before {
	border-top: solid 1px #B87BE6;
	border-bottom: solid 1px #B87BE6;
}
.shop_cont {
	margin: 0 0 40px;
}
.shop_cont h4 {
	margin: 0 0 10px;
	padding: 10px 0 2px;
	color: #383838;
	font-size: 24px;
	font-weight: bold;
	border-bottom: 1px solid #000;
	line-height: 1.4;
	position: relative;
}
.shop_cont h4 span {
	position: absolute;
	bottom: 0;
	right: 0;
}
.shop_cont h4 span img {
	max-height: 60px;
	max-width: 130px;
	vertical-align: baseline;
}
.shop_cont h4 span.row img {
	max-height: 35px;
	max-width: 130px;
	vertical-align: baseline;
}
.category {
	font-size: 14px;
}
.tel-num {
	font-size: 14px;
}
.tel-moji {
}
.tel-moji a {
	color: #000;
}
.inner_box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	margin: 10px 0 0;
}
.img_box {
	width: 48%;
}
.slider {
	margin: 0 0 2% 0;
}
.slick-slide {
	width: 100%;
}
.slider-nav {
	width: 100%;
	margin: 0px auto 0px;
	padding: 0;
	overflow: hidden;
}
.slider-nav .slick-track {
	margin: 0 0 0 0;
}
.slider-nav .slick-list {
}
.slick-initialized .slick-slide {
	padding: 0 15px 0 0;
	cursor: pointer;
}
.slick-initialized .slick-slide:nth-child(3) {
	padding: 0 0 0 0;
}
.txt_box {
	width: 48%;
	line-height: 2;
}
.txt_box > div {
	margin: 0 0 30px;
}
.txt_box > div:last-of-type {
	margin: 0 0 0;
}
.item_data {
	margin: 0 0 5px 0;
	color: #484848;
}
.item_data + .item_data{
	margin: 10px 0 5px 0;
}

.indent_txt {
	margin: 0 0 5px 1em;
	text-indent: -1em;
	line-height: 1.6;
}
.shop_list {
}
.shop_list p {
	margin: 0 0 30px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}
.shop_list ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	max-width: 580px;
	margin: 0 auto;
}
.shop_list ul li {
	width: 30%;
	margin: 0 4% 0 0;
}
.shop_list ul li a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 180px;
	border: 1px solid #BABABA;
}
.shop_list ul li a img {
	width: 80%;
}
.shop_list ul li.square a img {
	width: 60%;
}
#shoin h3.team {
	display: inline-block;
	position: relative;
}
#shoin h3.team:before {
	content: "";
	display: block;
	width: 20px;
	height: 1em;
	background: url(../img/mionista/team_l.png) left center no-repeat;
	background-size: contain;
	position: absolute;
	top: 20%;
	left: -30px;
}
#shoin h3.team:after {
	content: "";
	display: block;
	width: 20px;
	height: 1em;
	background: url(../img/mionista/team_r.png) left center no-repeat;
	background-size: contain;
	position: absolute;
	top: 20%;
	right: -30px;
}
.team_box {
	overflow: hidden;
}
.team_box p {
	float: left;
	width: 35%;
}
.team_box p:last-of-type {
	width: 65%;
	padding: 0 0 0 30px;
	line-height: 2;
}
.btn_mionista.item {
}
.num {
}
.img.spimg {
}
.btn_mionista.food {
}
#ft_menu {
	padding: 60px 10px 60px;
}
.ft_title {
	margin: 0 0 30px;
	text-align: center;
	color: #383838;
	font-size: 28px;
	font-weight: bold;
}
.attention p {
	margin: 0 0 4px 1em;
	text-indent: -1em;
}
/*item_page*/

.item_page .shoin_cont {
	margin: 0 auto 30px;
}
ul#style_nav li.item01 {
	background: #C7AAE3;
	border: 2px solid #C7AAE3;
}
ul#style_nav li.item02 {
	background: #88CECE;
	border: 2px solid #88CECE;
}
ul#style_nav li.item03 {
	background: #A7CE99;
	border: 2px solid #A7CE99;
}
#main ul#style_nav li.item01 a:after {
	background: #C7AAE3;
	border-radius: 4px;
	position: absolute;
	bottom: 2px;
}
#main ul#style_nav li.item02 a:after {
	background: #88CECE;
	border-radius: 4px;
	position: absolute;
	bottom: 2px;
}
#main ul#style_nav li.item03 a:after {
	background: #A7CE99;
	border-radius: 4px;
	position: absolute;
	bottom: 2px;
}
.item_page #shoin h3.team:before {
	content: "";
	display: block;
	width: 20px;
	height: 1em;
	background: url(../img/mionista/item/team_l.png) left center no-repeat;
	background-size: contain;
	position: absolute;
	top: 20%;
	left: -30px;
}
.item_page #shoin h3.team:after {
	content: "";
	display: block;
	width: 20px;
	height: 1em;
	background: url(../img/mionista/item/team_r.png) left center no-repeat;
	background-size: contain;
	position: absolute;
	top: 20%;
	right: -30px;
}
.item_page .shoin_cont h3 {
	display: inline-block;
	margin: 120px 0 30px;
	padding: 4px 10px;
	text-align: center;
	font-size: 26px;
	font-weight: bold;
	position: relative;
}
.item_page .shoin_cont h3:before {
	content: "";
	display: block;
	width: 46px;
	height: 60px;
	margin: 0 0 0 -23px;
	background: url(../img/mionista/item/item_num01.png) bottom center no-repeat;
	background-size: contain;
	position: absolute;
	top: -70px;
	left: 50%;
}
.item_page .shoin_cont#item02 h3:before {
	background: url(../img/mionista/item/item_num02.png) bottom center no-repeat;
	background-size: contain;
}
.item_page .shoin_cont#item03 h3:before {
	background: url(../img/mionista/item/item_num03.png) bottom center no-repeat;
	background-size: contain;
}
.item_page .shoin_cont h3:after {
	content: "";
	display: block;
	width: calc(100% + 160px);
	height: 80px;
	margin: 0 0 0 20px;
	background-image: url(../img/mionista/item/item01_bg_l.png), url(../img/mionista/item/item01_bg_r.png);
	background-repeat: no-repeat, no-repeat;
	background-position: left center, right center;
	background-size: contain, contain;
	position: absolute;
	top: -200%;
	left: -50%;
}
.item_page .shoin_cont#item02 h3:after {
	width: calc(100% + 230px);
	margin: 0 0 0 -55px;
	background-image: url(../img/mionista/item/item02_bg_l.png), url(../img/mionista/item/item02_bg_r.png);
	background-repeat: no-repeat, no-repeat;
	background-position: left center, right center;
	background-size: contain, contain;
	top: -180%;
}
.item_page .shoin_cont#item03 h3:after {
	width: calc(100% + 120px);
	background-image: url(../img/mionista/item/item03_bg_l.png), url(../img/mionista/item/item03_bg_r.png);
	background-repeat: no-repeat, no-repeat;
	background-position: left top, right top;
	background-size: contain, contain;
	top: -170%;
}
.item_page .shoin_cont h3 {
	font-size: 28px;
}
.item_page .shoin_cont#item01 h3 {
	color: #C7AAE3;
}
.item_page .shoin_cont#item02 h3 {
	color: #88CECE;
}
.item_page .shoin_cont#item03 h3 {
	color: #A7CE99;
}
.item_page .shoin_cont h3 span:before {
	content: "";
	width: 110px;
	height: 15px;
	margin: -8px 0 0 0;
	background: url(../img/mionista/item/item_num01_bg.png) right center no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: -110px;
}
.item_page .shoin_cont h3 span:after {
	content: "";
	width: 110px;
	height: 15px;
	margin: -8px 0 0 0;
	background: url(../img/mionista/item/item_num01_bg.png) left center no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	right: -110px;
}
.item_page .shoin_cont#item01 h3 span:before {
	background: url(../img/mionista/item/item_num01_bg.png) right center no-repeat;
	background-size: contain;
}
.item_page .shoin_cont#item01 h3 span:after {
	background: url(../img/mionista/item/item_num01_bg.png) left center no-repeat;
	background-size: contain;
}
.item_page .shoin_cont#item02 h3 span:before {
	background: url(../img/mionista/item/item_num02_bg.png) right center no-repeat;
	background-size: contain;
}
.item_page .shoin_cont#item02 h3 span:after {
	background: url(../img/mionista/item/item_num02_bg.png) left center no-repeat;
	background-size: contain;
}
.item_page .shoin_cont#item03 h3 span:before {
	background: url(../img/mionista/item/item_num03_bg.png) right center no-repeat;
	background-size: contain;
}
.item_page .shoin_cont#item03 h3 span:after {
	background: url(../img/mionista/item/item_num03_bg.png) left center no-repeat;
	background-size: contain;
}
/*food_page*/

.food_page .shoin_cont {
	margin: 0 auto 50px;
}
ul#style_nav {
	justify-content: center;
}
ul#style_nav li {
	margin: 0 2% 0 0;
}
ul#style_nav li:last-of-type {
	margin: 0 0 0 0;
}
ul#style_nav li.food01 {
	background: #00B795;
	border: 2px solid #00B795;
}
#main ul#style_nav li.food01 a:after {
	background: #00B795;
	border-radius: 4px;
	position: absolute;
	bottom: 2px;
}
#main ul#style_nav li.food02 a:after {
	background: #E45901;
	border-radius: 4px;
	position: absolute;
	bottom: 2px;
}
ul#style_nav li.food02 {
	background: #E45901;
	border: 2px solid #E45901;
}
.food_page #shoin h3.team:before {
	content: "";
	display: block;
	width: 20px;
	height: 1em;
	background: url(../img/mionista/food/team_l.png) left center no-repeat;
	background-size: contain;
	position: absolute;
	top: 20%;
	left: -30px;
}
.food_page #shoin h3.team:after {
	content: "";
	display: block;
	width: 20px;
	height: 1em;
	background: url(../img/mionista/food/team_r.png) left center no-repeat;
	background-size: contain;
	position: absolute;
	top: 20%;
	right: -30px;
}
.food_page .shoin_cont h3 {
	display: inline-block;
	margin: 0 0 25px;
	padding: 4px 10px;
	text-align: center;
	font-size: 26px;
	font-weight: bold;
	position: relative;
}
.food_page .shoin_cont h3:before {
	display: none;
}
.food_page .shoin_cont#food01 h3 {
	color: #00B795;
	font-size: 28px;
}
.food_page .shoin_cont#food02 h3 {
	color: #E45901;
}
.food_page .shoin_cont h3 span:before {
	content: "";
	width: 20px;
	height: 30px;
	margin: -19px 0 0 0;
	background: url(../img/mionista/food/food_num01_bg_l.png) right center no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: -17px;
}
.food_page .shoin_cont h3 span:after {
	content: "";
	width: 20px;
	height: 30px;
	margin: -9px 0 0 0;
	background: url(../img/mionista/food/food_num01_bg_r.png) right center no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	right: -17px;
}
.food_page .shoin_cont#food02 h3 span:before {
	background: url(../img/mionista/food/food_num02_bg_l.png) right center no-repeat;
	background-size: contain;
}
.food_page .shoin_cont#food02 h3 span:after {
	background: url(../img/mionista/food/food_num02_bg_r.png) right center no-repeat;
	background-size: contain;
}
.shop_cont#js_foodies {
	padding: 0 0 490px;
	background: url(../img/mionista/food/bg_js_foodies_pc.png) center bottom no-repeat;
	background-size: contain;
}
.shop_cont#delices {
	padding: 0 0 420px;
	background: url(../img/mionista/food/bg_delices_pc.png) center bottom no-repeat;
	background-size: contain;
}
.shop_cont#monochrome {
	padding: 0 0 560px;
	background: url(../img/mionista/food/bg_monochrome_pc.png) center bottom no-repeat;
	background-size: contain;
}
.shop_cont#hishimekiya {
	padding: 0 0 430px;
	background: url(../img/mionista/food/bg_hishimekiya_pc.png) center bottom no-repeat;
	background-size: contain;
}
.shop_cont#shijan {
	padding: 0 0 320px;
	background: url(../img/mionista/food/bg_shijan_pc.png) center bottom no-repeat;
	background-size: contain;
}
.shop_cont#henmi {
	padding: 0 0 440px;
	background: url(../img/mionista/food/bg_henmi_pc.png) center bottom no-repeat;
	background-size: contain;
}
.food_page #shoin {
	background: #FFFDF0;
}
.food_page #shoin h3.team {
	color: #E45901;
}

/* ▼▼▼ 480px〜768px
=====================================*/
@media screen and (max-width: 768px) {
#contents {
	max-width: 1020px;
	margin: 0 auto;
	padding: 0 0 50px;
}
#main_visual {
	margin: 0 0 40px;
}
.read {
	margin: 0 auto 40px;
	padding: 0 15px;
	font-size: 15px;
}
.btn_mionista {
	max-width: 90%;
	margin: 0 auto 20px;
	padding: 15px 20px 15px 50px;
	border: 2px solid #FAC000;
	background: #FFFDE8;
	position: relative;
}
.btn_mionista.item{
	padding: 25px 20px 25px 50px;
	}
.btn_mionista.food{
	padding: 25px 20px 25px 50px;
	}
.btn_mionista:last-of-type {
	margin: 0 auto 0;
}
.btn_mionista:before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 26px 26px 0 0;
	border-color: #fac000 transparent transparent transparent;
	position: absolute;
	top: 0;
	left: 0;
}
.btn_mionista:after {
	content: "";
	width: 20px;
	height: 12px;
	margin: -7px 0 0;
	background: url(../img/mionista/arrow.png) top center no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	right: 12px;
}
.btn_mionista h3 {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.4;
}
.btn_mionista .num {
	display: inline-block;
	width: 25px;
	font-weight: bold;
	position: absolute;
	top: 17px;
	left: 15px;
}
.btn_mionista.item .num,
.btn_mionista.food .num{
	top:25px;
	left:16px;
	}
.btn_mionista .num:after {
	content: "";
	width: 22px;
	height: 2px;
	background: #000;
	position: absolute;
	right: 1px;
	bottom: 0;
}
.btn_mionista .num + p {
	font-size: 13px;
}
.btn_mionista .img {
	width: 140px;
	position: absolute;
	top: -12px;
	right: 15px;
}
.btn_mionista.item .img {
	width: 140px;
	position: absolute;
	top: -28px;
    right: 17px;
}
.btn_mionista.food .img {
	width: 140px;
	position: absolute;
	top: -15px;
	right: 22px;
}
#shoin {
	padding: 25px 0 40px;
}
#shoin .inner {
	max-width: 100%;
	padding: 0 20px;
}
#shoin h3 {
	margin: 0 0 20PX;
	font-size: 20px;
}
#shoin p {
	margin: 0 0 35px;
}
#shoin ul li {
	float: none;
	width: 100%;
	margin: 0 0 4% 0;
}
#shoin ul li:last-of-type {
	margin: 0 0 0 0;
}
/*******************
	中ページ
********************/


ul#style_nav {
	display: block;
	max-width: inherit;
	margin: 0 auto 20px;
	padding: 0 15px;
	justify-content: space-between;
}
.style_page ul#style_nav {
	margin: 0 auto 40px;
}
ul#style_nav li {
	width: 100%;
	margin: 0 0 15px;
	border: 2px solid #000;
	border-radius: 4px;
	position: relative;
}
#main ul#style_nav li a {
	padding: 15px 0 20px;
	font-size: 18px;
	overflow: hidden;
}
#main ul#style_nav li a:before {
	content: "";
	display: block;
	width: 100%;
	height: 10px;
	background: #fff;
	border-radius: 4px;
	position: absolute;
	bottom: 0;
}
#main ul#style_nav li a:after {
	content: "";
	display: block;
	width: 100%;
	height: 10px;
	background: #fff;
	border-radius: 4px;
	position: absolute;
	bottom: 2px;
}
#main ul#style_nav li:after {
	content: "\f107";
	font-family: FontAwesome;
	color: #fff;
	font-size: 20px;
	font-weight: normal;
	position: absolute;
	top: 20%;
	right: 10px;
}
ul#style_nav li.style01 {
	background: #F46D99;
	border: 2px solid #F46D99;
}
#main ul#style_nav li.style01 a:after {
	background: #F46D99;
	border-radius: 4px;
	position: absolute;
	bottom: 2px;
}
ul#style_nav li.style02 {
	background: #EF905D;
	border: 2px solid #EF905D;
}
#main ul#style_nav li.style02 a:after {
	background: #EF905D;
	border-radius: 4px;
	position: absolute;
	bottom: 2px;
}
ul#style_nav li.style03 {
	background: #B87BE6;
	border: 2px solid #B87BE6;
}
#main ul#style_nav li.style03 a:after {
	background: #B87BE6;
	border-radius: 4px;
	position: absolute;
	bottom: 2px;
}
.shoin_cont {
	width: 90%;
	margin: 0 auto 30px;
	padding: 0 0 50px;
	text-align: center;
	border-bottom: 1px solid #BABABA;
}
.shoin_cont#style03, .shoin_cont#item03, .shoin_cont#food02 {
	margin: 0 auto 20px;
	padding: 0 0 20px;
	border: none;
}
.shoin_cont .read {
	max-width: 100%;
	margin: 0 auto 35px;
	padding: 0 0;
}
.shoin_cont h3 {
	margin: 70px 0 25px;
	padding: 4px 10px;
	font-size: 22px;
}
.shoin_cont h3 {
	margin: 70px 0 30px;
}
.shoin_cont h3:before {
	content: "";
	display: block;
	width: 40px;
	height: 50px;
	margin: 0 0 0 -20px;
	top: -56px;
}
.style_page .shoin_cont h3:after {
	content: "";
	display: block;
	width: calc(100% + 180px);
	height: 80px;
	margin: 0 0 0 -20px;
}
.shoin_cont#style02 h3:after {
	width: calc(100% + 190px);
	height: 80px;
	margin: 0 0 0 -20px;
}
.shoin_cont h3 span {
	display: inline-block;
}
.shoin_cont h3 span:before {
	content: "";
	top: 1px;
	height: calc(100% - 4px);
}
.shop_cont {
	margin: 0 0 40px;
}
.shop_cont h4 {
	font-size: 18px;
	font-weight: bold;
}
.shop_cont h4 span {
}
.shop_cont h4 span img {
	max-height: 35px;
	max-width: 120px;
}
.shop_cont h4 span.row img {
	max-height: 30px;
}
.category {
	font-size: 13px;
}
.tel-num {
	font-size: 13px;
}
.tel-moji {
}
.tel-moji a {
	color: #000;
}
.inner_box {
	display: block;
	margin: 10px 0 0;
}
.inner_box:nth-of-type(2) {
	display: block;
	margin: 40px 0 0;
}
.img_box {
	width: 100%;
}
.slick-dotted.slick-slider {
	margin-bottom: 40px;
}
.slider {
	margin-bottom: 15px;
}
.slider img {
}
.slick-list {
	overflow: visible!important;
}
.slick-initialized .slick-slide, .slick-initialized .slick-slide:nth-child(3) {
	padding: 0 20px 0 0;
}
.slider_single.slick-initialized .slick-slide, .slider_single.slick-initialized .slick-slide:nth-child(3) {
	padding: 0 0 0 0;
}
.slider .slick-dots {
	position: absolute;
	bottom: -25px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}
.slider .slick-dots li {
	margin: 0 0;
	padding: 0;
	cursor: pointer;
}
.slider .slick-dots li button:before {
	font-family: 'slick';
	width: 20px;
	height: 20px;
	font-size: 12px;
}
.slider .slick-dots li.slick-active button:before {
	opacity: 1;
	color: #F2558A;
}
#style02 .slider .slick-dots li.slick-active button:before {
	color: #EF905D;
}
#style03 .slider .slick-dots li.slick-active button:before {
	color: #B87BE6;
}
.slider-nav {
	display: none;
}
.txt_box {
	width: 100%;
	line-height: 2;
}
.txt_box > div {
	margin: 0 0 20px;
}
.txt_box > div:last-of-type {
	margin: 0 0 0;
}
.item_data {
	color: #484848;
}
.food_page .shop_list {
	margin: 0 auto 50px;
}
.shop_list p {
	margin: 0 0 30px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
.shop_list ul {
	justify-content: center;
	max-width: 100%;
}
.shop_list ul li {
	margin: 0 4% 0 0;
}
.shop_list ul li:last-of-type {
	margin: 0 0 0 0;
}
.shop_list ul li a {
	justify-content: center;
	align-items: center;
	max-width: 100px;
	height: 100px;
	border: 1px solid #BABABA;
}
.shop_list ul li a img {
	width: 75%;
}
#shoin .team_box p {
	float: none;
	width: 100%;
}
#shoin .team_box p:last-of-type {
	width: 100%;
	margin: 0 0 0 0;
	padding: 0 10px 0 10px;
	line-height: 2;
}
#ft_menu {
	padding: 35px 10px 50px;
}
.ft_title {
	margin: 0 0 20px;
	font-size: 18px;
}
#ft_menu .btn_mionista {
	max-width: 96%;
}
#ft_menu .btn_mionista.item .img {
	width: 110px;
	position: absolute;
	top: -16px;
	right: 24px;
}
#ft_menu .btn_mionista.food .img {
	width: 120px;
	position: absolute;
	top: -12px;
	right: 25px;
}
.attention {
	padding: 0 15px;
}
/*item_page*/

.item_page .shoin_cont {
	margin: 0 auto 30px;
}
#main ul#style_nav li a {
	padding: 15px 0 15px;
	font-size: 18px;
	overflow: hidden;
}
ul#style_nav li.item01 {
	background: #C7AAE3;
	border: 2px solid #C7AAE3;
}
ul#style_nav li.item02 {
	background: #88CECE;
	border: 2px solid #88CECE;
}
ul#style_nav li.item03 {
	background: #A7CE99;
	border: 2px solid #A7CE99;
}
#main ul#style_nav li.item01 a:after {
	background: #C7AAE3;
	border-radius: 4px;
	position: absolute;
	bottom: 2px;
}
#main ul#style_nav li.item02 a:after {
	background: #88CECE;
	border-radius: 4px;
	position: absolute;
	bottom: 2px;
}
#main ul#style_nav li.item03 a:after {
	background: #A7CE99;
	border-radius: 4px;
	position: absolute;
	bottom: 2px;
}
.item_page #shoin h3.team:before {
	content: "";
	display: block;
	width: 20px;
	height: 1em;
	background: url(../img/mionista/item/team_l.png) left center no-repeat;
	background-size: contain;
	position: absolute;
	top: 20%;
	left: -30px;
}
.item_page #shoin h3.team:after {
	content: "";
	display: block;
	width: 20px;
	height: 1em;
	background: url(../img/mionista/item/team_r.png) left center no-repeat;
	background-size: contain;
	position: absolute;
	top: 20%;
	right: -30px;
}
.item_page .shoin_cont h3 {
	margin: 80px 0 20px;
	padding: 4px 10px;
	font-size: 22px;
}
.item_page .shoin_cont h3:before {
	content: "";
	display: block;
	width: 40px;
	height: 50px;
	margin: 0 0 0 -20px;
	top: -56px;
}
.item_page .shoin_cont#item02 h3:before {
	background: url(../img/mionista/item/item_num02.png) bottom center no-repeat;
	background-size: contain;
}
.item_page .shoin_cont#item03 h3:before {
	background: url(../img/mionista/item/item_num03.png) bottom center no-repeat;
	background-size: contain;
}
.item_page .shoin_cont h3:after {
	content: "";
	display: block;
	width: calc(100% + 70px);
	height: 60px;
	margin: 0 0 0 60px;
	top: -140%;
	left: -50%;
}
.item_page .shoin_cont#item01 h3:after {
	content: "";
	display: block;
	width: calc(100% + 90px);
	height: 60px;
	margin: 0 0 0 70px;
	top: -150%;
	left: -70%;
}
.item_page .shoin_cont#item02 h3:after {
	width: calc(100% + 170px);
	height: 60px;
	margin: 0 0 0 -34px;
	top: -140%;
}
.item_page .shoin_cont#item03 h3:after {
	width: calc(100% + 80px);
	height: 60px;
	margin: 0 0 0 25px;
	top: -140%;
}
.item_page .shoin_cont h3 {
	font-size: 22px;
}
.item_page .shoin_cont#item01 h3 {
	color: #C7AAE3;
	font-size: 22px;
}
.item_page .shoin_cont h3 span:before {
	content: "";
	width: 110px;
	height: 15px;
	margin: -8px 0 0 0;
	background: url(../img/mionista/item/item_num01_bg.png) right center no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: -110px;
}
.item_page .shoin_cont h3 span:after {
	content: "";
	width: 110px;
	height: 15px;
	margin: -8px 0 0 0;
	background: url(../img/mionista/item/item_num01_bg.png) left center no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	right: -110px;
}
.item_page .shoin_cont#item01 h3 span:before {
	width: 70px;
	height: 15px;
	background: url(../img/mionista/item/item_num01_bg.png) right center no-repeat;
	background-size: contain;
	top: 50%;
	left: -70px;
}
.item_page .shoin_cont#item01 h3 span:after {
	width: 70px;
	height: 15px;
	background: url(../img/mionista/item/item_num01_bg.png) left center no-repeat;
	background-size: contain;
	top: 50%;
	right: -70px;
}
.item_page .shoin_cont#item02 h3 span:before {
	background: url(../img/mionista/item/item_num02_bg.png) right center no-repeat;
	background-size: contain;
}
.item_page .shoin_cont#item02 h3 span:after {
	background: url(../img/mionista/item/item_num02_bg.png) left center no-repeat;
	background-size: contain;
}
.item_page .shoin_cont#item03 h3 span:before {
	background: url(../img/mionista/item/item_num03_bg.png) right center no-repeat;
	background-size: contain;
}
.item_page .shoin_cont#item03 h3 span:after {
	background: url(../img/mionista/item/item_num03_bg.png) left center no-repeat;
	background-size: contain;
}
#item01 .slider .slick-dots li.slick-active button:before {
	opacity: 1;
	color: #C7AAE3;
}
#item02 .slider .slick-dots li.slick-active button:before {
	color: #88CECE;
}
#item03 .slider .slick-dots li.slick-active button:before {
	color: #A7CE99;
}
/*food_page*/

.food_page .shoin_cont, .shoin_cont#food02 {
	margin: -30px auto 30px;
	padding: 30px 0 0;
}
.food_page ul#style_nav {
	margin: 0 auto 40px;
}
#main ul#style_nav li.food01 a:after {
	background: #00B795;
	border-radius: 4px;
	position: absolute;
	bottom: 2px;
}
#main ul#style_nav li.food02 a:after {
	background: #E45901;
	border-radius: 4px;
	position: absolute;
	bottom: 2px;
}
.food_page #shoin h3.team:before {
	content: "";
	display: block;
	width: 20px;
	height: 1em;
	background: url(../img/mionista/food/team_l.png) left center no-repeat;
	background-size: contain;
	position: absolute;
	top: 20%;
	left: -30px;
}
.food_page #shoin h3.team:after {
	content: "";
	display: block;
	width: 20px;
	height: 1em;
	background: url(../img/mionista/food/team_r.png) left center no-repeat;
	background-size: contain;
	position: absolute;
	top: 20%;
	right: -30px;
}
.food_page .shoin_cont h3 {
	margin: 0px 0 10px;
	padding: 4px 10px;
	font-size: 22px;
}
.shop_cont#js_foodies {
	padding: 0 0 200%;
	background: url(../img/mionista/food/bg_js_foodies_sp.png) center bottom no-repeat;
	background-size: contain;
}
.shop_cont#delices {
	padding: 0 0 190%;
	background: url(../img/mionista/food/bg_delices_sp.png) center bottom no-repeat;
	background-size: contain;
}
.shop_cont#monochrome {
	padding: 0 0 242%;
	background: url(../img/mionista/food/bg_monochrome_sp.png) center bottom no-repeat;
	background-size: contain;
}
.shop_cont#hishimekiya {
	padding: 0 0 174%;
	background: url(../img/mionista/food/bg_hishimekiya_sp.png) center bottom no-repeat;
	background-size: contain;
}
.shop_cont#shijan {
	padding: 0 0 102%;
	background: url(../img/mionista/food/bg_shijan_sp.png) center bottom no-repeat;
	background-size: contain;
}
.shop_cont#henmi {
	padding: 0 0 162%;
	background: url(../img/mionista/food/bg_henmi_sp.png) center bottom no-repeat;
	background-size: contain;
}
.food_page .shoin_cont#food01 h3 {
	color: #00B795;
	font-size: 22px;
}
.food_page .shoin_cont h3 span:before {
	content: "";
	width: 20px;
	height: 30px;
	margin: -19px 0 0 0;
	background: url(../img/mionista/food/food_num01_bg_l.png) right center no-repeat;
	background-size: contain;
	position: absolute;
}
.food_page .shoin_cont h3 span:after {
	content: "";
	width: 20px;
	height: 30px;
	margin: -14px 0 0 0;
	background: url(../img/mionista/food/food_num01_bg_r.png) right center no-repeat;
	background-size: contain;
	position: absolute;
}
.food_page .shoin_cont#food02 h3 span:before {
	background: url(../img/mionista/food/food_num02_bg_l.png) left center no-repeat;
	background-size: contain;
}
.food_page .shoin_cont#food02 h3 span:after {
	background: url(../img/mionista/food/food_num02_bg_r.png) right center no-repeat;
	background-size: contain;
}
#food01 .slider .slick-dots li.slick-active button:before {
	opacity: 1;
	color: #00B795;
}
#food02 .slider .slick-dots li.slick-active button:before {
	color: #E45901;
}
}

/* ▼▼▼ 340px〜
=====================================*/
@media screen and (max-width: 340px) {
.btn_mionista {
	max-width: 90%;
	margin: 0 auto 20px;
	padding: 10px 20px 10px 40px;
	border: 2px solid #FAC000;
}
.btn_mionista.item,
.btn_mionista.food{padding: 19px 20px 19px 40px;}
.btn_mionista:last-of-type {
	margin: 0 auto 0;
}
.btn_mionista:before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 18px 18px 0 0;
	border-color: #fac000 transparent transparent transparent;
	position: absolute;
	top: 0;
	left: 0;
}
.btn_mionista:after {
	content: "";
	width: 18px;
	height: 10px;
	margin: -2px 0 0;
	background: url(../img/mionista/arrow.png) top center no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	right: 12px;
}
.btn_mionista h3 {
	font-size: 13px;
	line-height: 1.4;
}
.btn_mionista .num {
	display: inline-block;
	width: 20px;
	font-weight: bold;
	position: absolute;
	top: 13px;
	left: 10px;
}
.btn_mionista.item .num,
.btn_mionista.food .num{
    top: 20px;
	left:12px;
}
.btn_mionista .num:after {
	content: "";
	width: 18px;
	height: 2px;
	background: #000;
	position: absolute;
	right: 0;
	bottom: 0;
}
.btn_mionista .num + p {
	font-size: 12px;
}
.btn_mionista .img {
	width: 120px;
	position: absolute;
	top: -7px;
	right: 18px;
}
.shop_cont h4 span img {
	max-height: 30px;
	max-width: 100px;
}
.shop_list ul li a {
	max-width: 90px;
	height: 90px;
}
#ft_menu .btn_mionista.item .img, .btn_mionista.item .img {
	width: 100px;
	position: absolute;
	top: -19px;
	right: 24px;
}
.btn_mionista.food .img {
	width: 100px;
	position: absolute;
	top: -7px;
	right: 25px;
}
}
