@charset "UTF-8";
/*
*******************************************************************************************************
# store 店舗情報
*******************************************************************************************************
*/

/* ------------------------------------
	* ページ共通
* ------------------------------------ */
.wrp-store{

}

/* コンテンツタイトル 上下線 */
.wrp-store .mod-ttl_doubleline{
	margin: 45px auto 35px;
}
.wrp-store .mod-ttl_doubleline .title{
}


/* コンテンツテキスト */
.wrp-store .textbox{
}
.wrp-store .textbox p{
	margin:15px auto;
	font-size: 14px;
  line-height: 1.5;
}



/* ------------------------------------
	* Concept
* ------------------------------------ */

/* slick slider */
.slick-dotted.slick-slider {
	margin-bottom: 0;
}
.slick-dots li {
	width: auto;
	height: auto;
}
.slick-dots li button {
	width: auto;
	height: auto;
}
.slick-dots li button::before {
	width: auto;
	height: auto;
	font-size: 0;
	line-height: 1;
	content: "";
	opacity: 1;
	color: inherit;
}
.slick-dots li button:hover {
	opacity: 0.7;
}
.slick-dots li.slick-active button::before {
	opacity: 1;
	color: inherit;
}
.wrp-store .slider {
	transition: all 0.3s ease;
	opacity: 0;
}
.wrp-store .slick-slide img {
    display: block;
    margin: auto;
        width: 100%;
}
.wrp-store .slider.initialized {
	opacity: 1;
}
.wrp-store .slick-dots {
	bottom: 28px;
}
@media screen and (max-width: 736px){
	.wrp-store .slick-dots {
		bottom: 10px;
	}
}
.wrp-store .slick-dots li {
	margin: 0 7px;
}
.wrp-store .slick-dots li button {
	width: 14px;
	height: 14px;
}
.wrp-store .slick-dots li button::before {
	width: 14px;
	height: 14px;
	background-color: #898989;
	border-radius: 100%;
}
.wrp-store .slick-dots li.slick-active button::before {
	background-color: #fff100;
}

/* ------------------------------------
	* page_link
* ------------------------------------ */

.page_link{
	text-align: center;
	border-top: solid 1px #047c3c;
}
.page_link li{
	display: inline-block;
    width: 230px;
    transition: all 0.3s ease;
    margin-left:-1px;
    position: relative;
}
.page_link li:before{
	content: "";
	background: #047c3c;
	height: 50%;
	width: 1px;
	display: inline-block;
    position: absolute;
    left: 0;
    top: 25%;
}
.page_link li:last-child:after{
	content: "";
	background: #047c3c;
	height: 50%;
	width: 1px;
	display: inline-block;
    position: absolute;
    right: 0;
    top: 25%;
}
.page_link li:hover{
	background: #fff100;
}
.page_link li a{
	display: block;
    font-size: 14px;
    font-weight: bold;
    padding: 25px 10px;
	color: #047c3c;
	text-decoration: none;
}
.page_link li a span{
}

@media screen and (max-width: 736px){
.page_link li {
    width: 49%;
}
.page_link li:before{
	content: none;
}
.page_link li:nth-child(even):before{
	content: "";
	background: #047c3c;
	height: 50%;
	width: 1px;
	display: inline-block;
    position: absolute;
    left: 0;
    top: 25%;
}
.page_link li:last-child:after{
	content: none;
}
.page_link li a {
    padding: 25px 0;
}
}

/* ------------------------------------
	* menu
* ------------------------------------ */
#menu .mod-btn{margin: 30px auto 50px;}
#menu .mod-btn_def a{background-color: #fff100;}

#menu .textbox{
	text-align: center;
	font-size: 16px;
}
@media screen and (max-width: 736px){
	#menu .textbox{
		text-align: left;
	}
}

#consept .textbox{
	text-align: center;
}

#consept .textbox p{
	font-size: 16px;
	line-height: 35px;
}

@media screen and (max-width: 736px){
	#consept .textbox p{
		text-align: left;
	}
}

.pointbox{display: flex; flex-wrap: wrap;}
.pointbox .point{
			padding: 3% 3% 1.2%;
	    width: 25.3%;
	    background-color:#fff100;
	    border-radius: 6%;
	    margin: 0 1%;
}
.pointbox .point .mod-ttl_border_btm{padding-bottom: 10px;}

@media screen and (min-width: 736px){
	.pointbox{margin: 0 -1%}
}
@media screen and (max-width: 736px){
	.pointbox .point{
		padding: 6%;
		width: 88%;
		margin: 2% 0;
	}
}

/* みなぎるアサイーバナー */
#minagiru_bnr{
	padding-top:30px;
	text-align: center;
}
#minagiru_bnr p{
	font-size: 16px;
	font-weight: bold;
	line-height: 23px;
}
#minagiru_bnr img{
	padding-top:10px;
}
#minagiru_bnr img:hover{
	opacity: 0.5;
}

/* カフェメニュー */
.wrp-store .store_menu{
	margin: 40px auto 0;
}
.wrp-store .store_menu .mod-ttl_border_btm{
	margin-bottom: 25px;
}
.wrp-store .store_menu ul{
	text-align: center
}
.wrp-store .store_menu ul li{
	width: 30%;
    display: inline-block;
    background: #fff100;
    transition: all 0.3s ease;
}
.wrp-store .store_menu ul li:hover{
	opacity: 0.7;
}
.wrp-store .store_menu ul li+li{
	margin:0 0 0 4%;
}
.wrp-store .store_menu ul li a{
	display: block;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    padding: 28px 0;
}
.wrp-store .store_menu ul li a span{
}


@media screen and (max-width: 736px){
.wrp-store .store_menu ul li{
	width: 100%;
}
.wrp-store .store_menu ul li+li{
	margin: 10px 0 0;
}
}

/* アサイーボウル / アサイースムージー */
.acaibowl .textbox p,.acaismoothie .textbox p{
	margin: 15px auto;
	font-size: 14px;
	line-height: 1.5;
	text-align: center;
}
@media screen and (max-width: 736px){
	.acaibowl .textbox p,.acaismoothie .textbox p{
		text-align: left;
	}
}
.tax_included p{
	margin: 20px 0 40px;
}
.acaibowl ul,.acaismoothie ul{
	list-style: none;
	padding-left: 0;
}
.acaibowl li,.acaismoothie li{
	margin: 0 0 15px;
	margin-top: 30px;
	position: relative;
}
.protain_menu li:nth-of-type(1){
	margin-top: 40px;
}
.protain_menu li:nth-of-type(2){
	margin-top: 50px;
}
.acaibowl .menu_title{
	border-bottom: 1px solid #fff100;
}
@media screen and (max-width: 736px){
	.acaismoothie li:first-of-type{
		padding-top: 0px;
	}
}
.acaibowl li:after,.acaismoothie li:after{
	content: '';
	display: block;
	clear: both;
}
.acaibowl li:nth-of-type(2),.acaibowl li:nth-of-type(4){
	margin-bottom: 80px;
}
@media screen and (max-width: 736px){
	.acaibowl li:nth-of-type(2),.acaibowl li:nth-of-type(4){
		margin-bottom: 40px;
	}
}
figure{
	margin: 0;
	float: left;
}
@media screen and (max-width: 736px){
	figure{
		float: none;
		text-align: center;
	}
}
.acaibowl img{
	max-width: 100%;
	vertical-align: top;
	margin: 0;
}
.asai_basic,.asai_protain_normal,.asai_defense{
	padding-top:30px;
}
.date_asai_basic,.date_asai_special,.date_asai_protain_normal,.date_asai_protain_vegan,.date_asai_defense{
	width: 770px;
	float: right;
	position: absolute;
	left: 20%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
@media screen and (max-width: 736px){
	.date_asai_basic,.date_asai_special,.date_asai_protain_normal,.date_asai_protain_vegan,.date_asai_defense{
		width: auto;
		float: none;
		position: static;
		left: 0%;
    top: 0%;
		transform: none
	}
}
.acaibowl h3,.acaismoothie h3{
	margin: 0 auto 35px;
	padding: 15px 0;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	text-align: center;
}
.acaibowl h4,.acaismoothie h4{
	display: block;
	padding-left: 10px;
	border-left: 4px solid #fff100;
	margin-bottom: 10px;
	font-size: 18px;
}
.acaibowl h5,.acaismoothie h5{
	font-size: 16px;
}
.acaibowl h5{
	padding: 0 0 15px;
}
@media screen and (max-width: 736px){
	.acaibowl h5{
		padding-top: 15px;
	}
}
.text_asai_protain_normal,.text_asai_special,.text_asai_protain_normal,.text_asai_protain_vegan,.text_asai_defense{
	font-size: 14px;
	padding-bottom: 10px;
  line-height: 1.5;
}
@media screen and (max-width: 736px){
  .text_asai_protain_vegan br:nth-of-type(2){
		display: none;
	}
}
@media screen and (max-width: 736px){
  .text_asai_defense br:nth-of-type(1){
		display: none;
	}
}
@media screen and (max-width: 736px){
  .text_asai_special{
		letter-spacing: -0.5px;
	}
}
.topping{
	 margin-top: -10px;
}
.topping_title{
	display: block;
	margin-bottom: 5px;
}
.topping_title span{
	font-size: 10px;
	background-color: #009F41;
	padding: 5px 10px;
	color: white;
	border-radius: 5px;
}
.topping_menu{
	font-size: 12px;
  display: block;
  margin-bottom: 10px;
}
@media screen and (max-width: 736px){
	.topping_menu{
		line-height: 18px;
	}
}
.price{
	font-size: 14px;
	font-weight: bold;
}
.asai_basic,.asai_protain_normal,.asai_defense{
	border-top: 1px solid #fff100;
}
.acaismoothie li{
	margin: 0 0 30px;
  margin-top: 10px;
	border-top: 1px solid #fff100;
}
@media screen and (max-width: 736px){
	.acaismoothie img{
		display: block;
    margin: 0 auto;
	}
}
.acaismoothie_menu{
	float: right;
	width: 640px;
}
@media screen and (max-width: 736px){
	.acaismoothie_menu{
		float: none;
		width: auto;
		margin-top: 0px;
	}
}
.title_basic_banana h5,.title_asai_protein_banana h5,.title_asai_yogurt_banana h5{
	margin-top: 10px;
	padding-left: 10px;
	margin-bottom: 10px;
}
@media screen and (max-width: 736px){
	.title_basic_banana h5,.title_asai_protein_banana h5,.title_asai_yogurt_banana h5{
		border-left: none;
		line-height: 25px;
	}
}
.acaismoothie_menu p{
	padding-left: 10px;
}
.acaismoothie_menu .coment{
	font-size: 12px;
	margin-top: 15px;
  line-height: 18px;
}



/* ------------------------------------
	* 各店舗情報
* ------------------------------------ */

/* 新宿店 OPEN表記 */
.wrp-store .newopen .title:before{
	content: "11/17 NewOpen";
	background-color: #fff100;
	display: inline-block;
	color: #000;
	font-size: 14px;
    letter-spacing: 0;
    padding: 3px 0;
    vertical-align: middle;
    margin: 0 15px 3px 0;
}
#sibuya .mod-btn_sns{
	padding-bottom: 30px;
	width: 50px;
}

.bnr_box{
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
		font-size: 2rem;
		color: #d6d6d6;
}

.bnr_box img{
	margin: 3%;
  width: 94%;
}

/* 店舗 MAP */
.wrp-store .shop_map{
	padding: 25px 0 0;
}
.wrp-store .mod-ttl_border_btm .title {
    font-size: 17px;
}
.wrp-store .shop_map li{
	width: 100%;
    display: inline-block;
    vertical-align: middle;
}
.wrp-store .shop_map li+li{

}
.wrp-store .shop_map li img{
}
.wrp-store .shop_map li dl{
	margin: 15px auto 0;
    font-size: 14px;
    line-height: 1.5;
}
.wrp-store .shop_map li dl dt,
.wrp-store .shop_map li dl dd{
	display: inline-block;
    vertical-align: middle;
}
.wrp-store .shop_map li dl dt{
    width: 100%;
    font-weight: bold;
}
.wrp-store .shop_map li dl dd{
    width: 100%;
    margin: 8px auto;
}
.wrp-store .shop_map li dl dd p{
    line-height: 17px;
}
.wrp-store .shop_map li dl dd p+p{
    margin-top: 6px;
}
.wrp-store .shop_map li a{
	display: block;
    text-align: center;
    background: #000;
    color: #FFF;
    margin: 25px 0 0;
    padding: 5px 0;
    text-decoration: none;
    transition: all 0.3s ease;
}
.wrp-store .shop_map li a:hover{
	background: #fff100;
	color: #000;
}
.wrp-store .shop_map li a span{
}

.wrp-store .shop_map li dl dd+dt{
    border-top: 1px dashed #777;
    padding-top: 5px;
}

@media screen and (max-width: 736px){
.wrp-store .shop_map{
	position: relative;
    padding: 35px 0 0;
    margin: 25px auto 0;
}
.wrp-store .shop_map li{
	width: 100%;
	display: block;
}
.wrp-store .shop_map .mod-ttl_border_btm{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
.wrp-store .shop_map li+li {
    margin-left: 0;
}
.wrp-store .shop_map li a {
    margin: 25px 0;
}
.wrp-store .shop_map li dl dt,
.wrp-store .shop_map li dl dd{
	width: 100%;
}
.wrp-store .shop_map li dl dd {
    margin: 2px auto 8px;
}

}


/* ------------------------------------
	* 採用情報
* ------------------------------------ */
#store_recruit .blind_txt{
	font-size: 1.8rem;
	text-align: center;
}

.mod-btn{
	margin: 45px auto 10px;
    width: 80%;
}

.section_wide .recruit_info {
	width: 992px;
	margin: 0 auto;
}

.section_wide .recruit_info .tbl_info {
	width: 100%;
}

.section_wide .recruit_info .tbl_info th,
.section_wide .recruit_info .tbl_info td {
	padding: 15px 18px;
	font-size: 14px;
	line-height: 1.7;
}

.section_wide .recruit_info .tbl_info th {
	width: 21.16935%;
}

.section_wide .recruit_info .tbl_info a {
	color: #047c3c;
}

@media screen and (max-width: 736px){
.mod-btn{
	margin: 45px auto 30px;
    width: 100%;
}
.section_wide .recruit_info{
	width: 100%;
}
.section_wide .recruit_info .tbl_info th {
    font-weight: bold;
}
.section_wide .recruit_info .tbl_info th,
.section_wide .recruit_info .tbl_info td{
	width: 90%;
	padding:15px 5%;
	text-align: left;
}

}



/* 社内風景
----------------------------------- */
.section_wide .recruit_photo {
	width: 992px;
	margin: 0 auto;
	padding: 55px 0 50px 0;
}

.section_wide .recruit_photo .txt {
	margin-top: 5px;
	font-size: 14px;
	line-height: 1.5;
}
@media screen and (max-width: 736px){
.section_wide .recruit_photo {
    width: auto;
    padding: 20px 6.25% 45px;
}
.mod-box_column_3rows .mod-box_column {
    width: 48%;
    position: relative;
    padding-bottom: 20px;
    float: none;
    display: inline-block;
    margin-left: 0;
}
.mod-box_column_3rows .mod-box_column:nth-child(even){
	margin-left: 3%;
}
.section_wide .recruit_photo .txt {
    line-height: 1;
    position: absolute;
}
}

/* ------------------------------------
/* スタッフブログ
----------------------------------- */
.recruit_blog {
	padding:70px 0;
    text-align: center;
    background-color: #f4f4f4;
}
.recruit_blog .bnr {
	width: 992px;
	margin: 0 auto;
	display: inline-block;
}

@media screen and (max-width: 736px){
.wrp-recruit_headoffice .blog_photo {
    width: auto;
    padding: 20px 6.25% 45px;
}
.recruit_blog .bnr{
    width: 100%;
}
.recruit_blog .bnr img {
    display: block;
    padding: 0;
    width: 90%;
    margin: auto;
}
