@charset "UTF-8";
/*
	Theme Name: ishokuba
	Author: Quolia.inc
*/
*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	color:#000;
	font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
a{
	transition: all 0.3s ease 0s;
	text-decoration:none;
}
a:hover{
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
}
a.cover{
	position:absolute;
	display:block;
	height:100%;
	width:100%;
	top:0;
	left:0;
	z-index:2;
}
a.cover:hover{
	background:rgba(256,256,256,0.4);
}
.inline-block{
	display:inline-block;
}
.mar_t_10{
	margin-top:10px;
}
.mar_t_20{
	margin-top:20px;
}
.mar_t_30{
	margin-top:30px;
}
.mar_t_40{
	margin-top:40px;
}
.mar_b_0{
	margin-bottom:0px;
}
.mar_b_5{
	margin-bottom:5px;
}
.mar_b_10{
	margin-bottom:10px;
}
.mar_b_20{
	margin-bottom:20px;
}
.mar_b_30{
	margin-bottom:30px;
}
.mar_b_40{
	margin-bottom:40px;
}
.mar_b_50{
	margin-bottom:50px;
}
.mar_b_60{
	margin-bottom:60px;
}
.mar_b_70{
	margin-bottom:70px;
}
.mar_b_80{
	margin-bottom:80px;
}
.mar_b_100{
	margin-bottom:100px;
}
.mar_b_200{
	margin-bottom:200px;
}
.f_l{
	float:left;
}
.f_r{
	float:right;
}
.basic_text{
	font-size:14px;
	line-height:1.8;
	color:#333333;
	font-family: heisei-kaku-gothic-std, sans-serif;
	font-weight: 300;
	font-style: normal;
}
.text-center{
	text-align:center;
}
.text-right{
	text-align:right;
}
.text-left{
	text-align:left;
}
.pc_on{
	display:block;
}
img.pc_on{
	display:inline-block;
}
.sp_on{
	display:none;
}
.relative{
	position:relative;
}
table{
}
.center_center{
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.center_center_2{
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -20%);
	-ms-transform: translate(-50%, -20%);
	-webkit-transform: translate(-50%, -20%);
	transform: translate(-50%, -20%);
}
body{
	overflow-x:hidden;
	position:relative;
}
body .bg_overray{
	min-width:100%;
	min-height:100vh;
	position:fixed;
	z-index:-1;
	background:url(./images/top/overray.png);
}
body #sp_video,
body #pc_video{
	min-width:100%;
	min-height:100vh;
	position:fixed;
	z-index:-2;
}
.inner{
	max-width:100%;
	width:375px;
	margin:auto;
	padding:70px 20px 70px;
}
h2{
	text-align:center;
}
h3{
	text-align:center;
}
.wrapper {
	width:100%;
	max-width:100%;
}
.wrapper .contents{
	width:375px;
	max-width:100%;
	margin:0 auto;
	background:#FFF;
}
.wrapper .main{
	width:375px;
	max-width:100%;
	background:#333;
	height:450px;
	overflow:hidden;
	position:relative;
	margin:0 auto;
	padding:50px 20px;
}
.wrapper .main #vegas{
	height:100vh;
	position:absolute;
	z-index:0;
	top:0;
	left:0;
	width:100%;
	background-size:cover;
}
.wrapper .main .cover_area{
	position:relative;
	height:100%;
	max-width:100%;
	width:1500px;
	z-index:1;
	margin:auto;
}
.wrapper .main .cover_area .main_text{
	position:absolute;
	top:0;
	bottom:0;
	height:146px;
	margin:auto;
	left:0;
	right:0;
	color:#FFF;
	font-size:42px;
	line-height:1;
	text-align:center;
}
.wrapper .main .cover_area .main_text img{
	height:100px;
	width:auto;
	text-align:center;
	margin-bottom:5px;
}
.wrapper .main .cover_area .main_text a{
	font-size:11px;
	padding:6px 50px 6px 15px;
	border-radius:35px;
	background:#FFF;
	display:inline-block;
	background-image:url(./images/common/arrow_pc.jpg);
	background-repeat:no-repeat;
	background-size:12px;
	background-position:right 12px center;
	vertical-align:middle;
	
}
.wrapper .main .inner{
	position:relative;
	height:100%;
	z-index:2;
	padding:34vh 20px 50px;
}
.wrapper .area_i{
	width:100%;
	float:left;
}
.wrapper .area_shoku,
.wrapper .area_ba{
	width:50%;
	float:left;
}
.wrapper .front .area_2{
	background:#efede9;
}
.cont_title{
	margin-bottom:60px;
}
.cont_title img{
	height:70px;
}
.wrapper .shop_list{
	margin-bottom:70px;
}
.wrapper .shop_list li{
	border-radius:15px;
	overflow:hidden;
	margin-bottom:30px;
	box-shadow:0 0 5px rgba(0,0,0,0.2);
}
.wrapper .shop_list li figure{
	position:relative;
}
.wrapper .shop_list li figure img{
	border-radius:15px 15px 0 0;
}
.wrapper .shop_list li figure .shasen{
	border-radius:0;
	position:absolute;
	left:0;
	bottom:0;
}
.wrapper .shop_list li figure a{
	background:#ddd;
	padding:16px 20px;
	font-size:37px;
	color:#FFF;
	text-align:center;
	display:inline-block;
	position:absolute;
	right:10px;
	line-height:1.2;
	bottom:-5px;
	border-radius:50%;
}
.wrapper .shop_list li figure a svg path{
	color:#FFF;
}
.wrapper .shop_list li figure a span{
	font-size:13px;
	color:#FFF;
	display:block;
}
.wrapper .shop_list li.i_cat figure a{
	background:#f3fd54;
}
.wrapper .shop_list li.i_cat figure a svg path{
	color:#666666;
}
.wrapper .shop_list li.i_cat figure a span{
	font-size:13px;
	color:#666;
	display:block;
}
.wrapper .shop_list li.shoku_cat figure a{
	background:#ff5569;
}
.wrapper .shop_list li.ba_cat figure a{
	background:#be88f8;
}

.wrapper .shop_list li .box{
	padding:10px 15px 15px;
	background:#FFF;
}
.wrapper .shop_list li .box .shop_name{
	font-size:16px;
	margin-bottom:5px;
	line-height:1.6;
	font-weight:bold;
}
.wrapper .shop_list li .box .address{
	font-size:12px;
}
.wrapper .shop_list li .box .address a{
	font-size:10px;
	color:#FFF;
	border-radius:8px;
	background:#ddd;
	padding:2px 5px;
	margin-left:5px;
}
.wrapper .shop_list li.i_cat .box .address a{
	background:#f3fd54;
	color:#666;
}
.wrapper .shop_list li.shoku_cat .box .address a{
	background:#ff5569;
}
.wrapper .shop_list li.ba_cat .box .address a{
	background:#be88f8;
}
.wrapper .shop_list li .sns{
	border-top:1px solid #efede9;
	border-bottom:1px solid #efede9;
	padding:15px 0 12px;
	margin-top:15px;
	font-size:20px;
	vertical-align:middle;
	margin-bottom:10px;
}
.wrapper .shop_list li .sns div{
	display:inline-block;
	padding-right:10px;
	margin-bottom:3px;
}
.wrapper .shop_list li .sns a{
	font-size:12px;
	text-decoration:underline;
	vertical-align:middle;
	padding:0 0 5px 5px;
	display:inline-block;
	
}
.wrapper .shop_list li .line_5{
	margin:0 -2px;
}
.wrapper .shop_list li .line_5 .cat{
	margin:0 2px 4px;
	width:calc(33.33% - 4px);
	float:left;
	font-size:10px;
	background:#efede9;
	padding:3px;
	text-align:center;
}
.wrapper .shop_list li .line_5 .cat.area{
	background:#cdcbc7;
}
.list_menu_text{
	margin-bottom:30px;
	font-size:14px;
}
.list_menu{
	width:105px;
	display:inline-block;
	padding:0 5px;
}
.list_menu img{
	display:block;
	margin-bottom:10px;
}
.list_menu a{
	font-size:12px;
	text-decoration:underline;
}
footer,
.wrapper .contents.keisai{
	background-image:url(./images/common/foot_bg.jpg);
	background-size:cover;
	background-position:center;
	max-width:100%;
	width:375px;
	margin:auto;
}
footer *,
.keisai *{
	color:#FFF;
	text-align:center;
}
footer .foot_title,
.keisai .foot_title{
	font-size:20px;
	margin-bottom:60px;
}
footer .foot_title img{
	height:70px;
	width:auto;
}
footer .midium,
.keisai .midium{
	font-size:14px;
	margin-bottom:20px;
	font-weight:500;
	font-family: heisei-kaku-gothic-std, sans-serif;
	font-weight: 300;
	font-style: normal;
}
footer .underline,
.keisai .underline{
	text-decoration:underline;
}
footer .top a,
.keisai .top a{
	font-size:20px;
	padding:20px 60px 20px 25px;
	border-radius:35px;
	background:#FFF;
	display:inline-block;
	background-image:url(./images/common/arrow_2.jpg);
	background-repeat:no-repeat;
	background-size:10px;
	background-position:right 30px center;
}
footer .top a span,
.keisai .top a span{
	font-weight:bold;
	letter-spacing:1px;
}
footer .basic_text,
.keisai .basic_text{
	color:#FFF;
	font-size:12px;
}
footer .mini,
.keisai .mini{
	font-size:10px;
	line-height:1.7;
	margin-bottom:70px;
}
footer .bottom,
.keisai .bottom{
	padding:30px 0 150px;
}
footer .bottom .copy,
.keisai .bottom .copy{
	font-size:10px;
}
html body .yellow{
	color:#d8e507;
}
html body .red{
	color:#ff5569;
}
html body .purple{
	color:#be88f8;
}
.wrapper .contents.about{
	background:#efede9;
}
.wrapper .contents.about .basic_text{
	font-family: fot-tsukuardgothic-std, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:13px;
	line-height:2.4;
}
.wrapper .contents.about .compnay_box{
	padding:40px 0 0;
	border-top:1px solid #414141;
	margin-bottom:-20px;
}
.wrapper .contents.about .compnay_box .company{
	text-align:center;
	line-height:1.7;
	font-size:14px;
	font-family: heisei-kaku-gothic-std, sans-serif;
	font-weight: 300;
	font-style: normal;
}
.wrapper .contents.about .compnay_box .company a{
	text-decoration:underline;
}
.wrapper .contents.about .inner,
.wrapper .contents.keisai .inner{
	max-width:100%;
	width:375px;
	margin:auto;
	padding:90px 20px 70px;
}
.contents.list_ba_page{
	background:#be88f8;
}
.contents.list_shoku_page{
	background:#ff5569;
}
.contents.list_i_page{
	background:#f3fd54;
}
.contents .search{
	background:#FFF;
}
.contents .search .inner{
	padding:30px;
}
.contents .search .inner .cat_title{
	padding:10px 12px 10px 0;
	font-size:12px;
	display:inline-block;
	width:75px;
	float:left;
}
.contents .search .inner .cat_title_2{
	padding:0px 12px 8px 0;
	font-size:10px;
}
.contents .search .inner .area_cat_box{
	width:calc(100% - 75px);
	float:left;
	padding-bottom:15px;
}
.contents .search .inner .relative{
	position:relative;
}
.contents .search .inner .relative .grad{
	position:absolute;
	right:0;
	top:0;
	z-index:2;
}
.contents .search .inner .area_cat_box .table{
	padding:0 30px 0 0;
	display:table;
}
.contents .search .inner .area_cat_box .table .td{
	display:table-cell;
	padding:2px;
}
.contents .search .inner .area_cat_box .table a{
	padding:8px 12px 8px 12px;
	font-size:12px;
	display:inline-block;
	margin-right:3px;
	background:#cdcbc7;
	white-space:nowrap;
}
.contents .search .inner .area_cat_box .table a.on{
	background:#333;
	color:#FFF;
}
.contents .search .inner hr{
	margin-top:15px;
	margin-bottom:20px;
}
.contents .search .inner .line_5{
	margin:0 -2px 0;
}
.contents .search .inner .line_5 .child{
	margin:0 2px 4px;
	float:left;
	width:calc(33.33% - 6px);
	padding:8px 5px 8px 5px;
	text-align:center;
	font-size:11px;
	display:block;
	background:#efede9;
}
.contents .search .inner .line_5 .child.on{
	background:#333;
	color:#FFF;
}
.contents .search .inner .line_5 .child.title{
	padding:8px 5px 0px 0;
	background:#FFF;
	font-size:10px;
	line-height:1.2;
}
.contents .attention{
	margin-bottom:30px;
}
.contents .attention .img{
	vertical-align:middle;
	width:40px;
}
.contents .attention .img img{
	width:40px;
}
.contents .attention .text{
	vertical-align:middle;
	text-align:left;
	font-size:11px;
	line-height:1.6;
	padding-left:20px;
}
.contents.list_ba_page .attention .text{
	color:#FFF;
}
.contents.list_shoku_page .attention .text{
	color:#FFF;
}
.contents .list_area .inner{
	padding:50px 20px 70px;
}
.sp_on{
	display:none;
}
.wpcf7-form input,
.wpcf7-form textarea{
	width:100%;
	color:#333;
	text-align:left;
}
.wpcf7-form p{
	text-align:left;
	margin-bottom:30px;
}
.wpcf7-form p.text{
	text-align:left;
	font-size:15px;
	margin-bottom:10px;
}
.wpcf7-form input[type=submit]{
	padding:20px 60px;
	color:#FFF;
	text-align:center;
	font-size:17px;
	letter-spacing:2px;
	background:#ff5569;
	border:0;
	display:inline-block;
	width:auto;
}
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}
.wpcf7-form p span{
	text-align:left;
	font-size:13px;
}
.wpcf7-form p span.hissu{
	color:#ff5569;
}
header{
	width:375px;
	max-width:100%;
	position: fixed;
	top: 0;
	left: 50%;
	-moz-transform: translate(-50%, 0%);
	-ms-transform: translate(-50%, 0%);
	-webkit-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
	z-index:101;
}
header .in{
	width:100%;
	position:relative;
}
header .in .head_logo{
	position:absolute;
	top:25px;
	left:15px;
	z-index:100;
}
header .in .head_logo img{
	width:70px;
	height:auto;
}
header .in .menu_btn{
	position:absolute;
	top:25px;
	right:25px;
	z-index:100;
}
header .in .menu_btn img{
	width:25px;
	height:auto;
}
header .in .global_menu_wrap{
	background:#111111;
	position:absolute;
	top:0px;
	right:0px;
	width:100%;
	height:100vh;
	z-index:101;
	padding:50px 0;
	-moz-transform: translate(0%, -100vh);
	-ms-transform: translate(0%, -100vh);
	-webkit-transform: translate(0%, -100vh);
	transform: translate(0%, -100vh);
	transition: all 0.3s ease 0s;
}
header .in .global_menu_wrap.mini_window{
	height:100vh;
	-moz-transform: translate(0%, -750px);
	-ms-transform: translate(0%, -750px);
	-webkit-transform: translate(0%, -750px);
	transform: translate(0%, -750px);
}
header .in .global_menu_wrap.mini_window .text-center.mar_b_40{
	margin-bottom:15px;
}
header .in .global_menu_wrap.on{
	-moz-transform: translate(0%, 0);
	-ms-transform: translate(0%, 0);
	-webkit-transform: translate(0%, 0);
	transform: translate(0%, 0);
}
header .in .global_menu_wrap.mini_window.on{
	-moz-transform: translate(0%, 0);
	-ms-transform: translate(0%, 0);
	-webkit-transform: translate(0%, 0);
	transform: translate(0%, 0);
}
header .in .global_menu_wrap .menu_btn{
	position:absolute;
	top:25px;
	right:25px;
	z-index:102;
}
header .in .global_menu_wrap .global_menu{
	border-top:1px solid #414141;
	margin-bottom:50px;
}
header .in .global_menu_wrap.mini_window .global_menu{
	margin-bottom:30px;
}
header .in .global_menu_wrap .global_menu li{
	border-bottom:1px solid #414141;
}
header .in .global_menu_wrap .global_menu li a{
	padding:20px;
	font-size:18px;
	display:block;
	text-align:center;
}
header .in .global_menu_wrap.mini_window  .global_menu li a{
	padding:12px;
	font-size:15px;
	display:block;
	text-align:center;
}
.global_menu li a{
	color:#FFF;
}
html body .global_menu li a.yellow{
	color:#d8e507;
}
html body .global_menu li a.red{
	color:#ff5569;
}
html body .global_menu li a.purple{
	color:#be88f8;
}
header .in .global_menu_wrap .tenpo_mail{
	padding:20px 60px;
	color:#FFF;
	text-align:center;
	font-size:17px;
	letter-spacing:2px;
	background:#ff5569;
	border:0;
	display:inline-block;
	width:auto;
}
header .in .global_menu_wrap .tenpo_mail path{
	color:#FFF;
}
header .in .global_menu_wrap.mini_window .tenpo_mail{
	padding:10px 30px;
	color:#FFF;
	text-align:center;
	font-size:14px;
	letter-spacing:2px;
	background:#ff5569;
	border:0;
	display:inline-block;
	width:auto;
}

.bottom_menu{
	width:375px;
	max-width:100%;
	position: fixed;
	bottom: 0;
	left: 50%;
	-moz-transform: translate(-50%, 0%);
	-ms-transform: translate(-50%, 0%);
	-webkit-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
	z-index:100;
	display:none;
}
.bottom_menu .page_top{
	position:absolute;
	top:-40px;
	right:0;
}
.bottom_menu .page_top img{
	width:40px;
	height:auto;
}
.bottom_menu ul{
	display:table;
	table-layout:fixed;
}
.bottom_menu ul li{
	display:table-cell;
}
.bottom_menu ul li a{
	display:block;
	padding:15px 10px;
	text-align:center;
}
.bottom_menu ul li:first-child{
	background:#f3fd54;
}
.bottom_menu ul li:nth-child(2){
	background:#ff5569;
}
.bottom_menu ul li:nth-child(3){
	background:#be88f8;
}
/*-----------------------------------------------アニメーション---------------------------------------------------*/
.effect-fade {
	opacity : 0;
	transform : translate(0, 25px);
	transition : all 2000ms;
}
.effect-fade.effect-scroll {
	opacity : 1;
	transform : translate(0, 0);
}
.effect-bg{
	position:relative;
}
.effect-bg::before{
	content:"";
	background:#FFF;
	height:100%;
	width:100%;
	position:absolute;
	top:0;
	left:0;
	display:block;
}
.effect-bg.effect-scroll::before {
	animation-name: top_4_a;
	animation-delay: 0ms;
	animation-duration: 1500ms;
	animation-timing-function: linear;
	animation-fill-mode: both;}

@keyframes top_4_a {
    0% {
		transform: translateX(0%);
    }
    100% {
		transform: translateX(101%);
    }
}

/*-----------------------------------------------アニメーション---------------------------------------------------*/