@charset "utf-8";

/* =======================================
共通設定
======================================= */
body {
	width:100%;
	height:auto;
	background: #fff;
}

a:link { text-decoration:none; color: inherit;}
a:visited { text-decoration:none; color: inherit;}
a:active { text-decoration:none; color: inherit;}
a:hover { text-decoration:none; color: inherit;}
.pc{display: none !important}

#container {
	width: 100%;
}
/* 基本ボックス設定 */
.wrap_out{
	width:100%;
	height:auto;
	overflow: hidden;
	margin-bottom: 50px;
}
.wrap_main{
	width:100%;
	height:auto;
	overflow:hidden;
}
.wrap_in{
	width:1000px;
	height:auto;
	overflow:hidden;
	margin:0 auto;
}
.over_wrap{
	width:100%;
	height:auto;
	overflow: hidden;
	margin-bottom: 50px;
}
.over_wrap_left{
	width: 50%;
	float: left;
	overflow: hidden;
}
.over_wrap_right{
	width: 50%;
	float: right;
	overflow: hidden;
}

/* 横並びリスト */
ul.many_rows{
	display:block;
	height:auto;
	overflow:hidden;
}
ul.many_rows li{
	display:block;
	height:auto;
	float:left;
}

/* 2カラム横並びリスト */
ul.two_rows{
	display:block;
	height:auto;
	overflow:hidden;
}
ul.two_rows li{
	display:block;
	height:auto;
	float:left;
}
ul.two_rows li:nth-child(2n+2) {
	float: right;
}

/* 3カラム横並びリスト */
ul.three_rows{
	display:block;
	height:auto;
	overflow:hidden;
}
ul.three_rows li{
	display:block;
	height:auto;
	float:left;
}
ul.three_rows li:nth-child(3n+2) {
	margin-right:0;
}
ul.three_rows li:nth-child(3n+3) {
	float: right;
	margin-right:0;
}

/* num1 */
ol.num1 { margin-bottom: 1em; margin-left: 0; }
ol.num1 li {
	position: relative;
	list-style: none;
	line-height: 2.2;
	letter-spacing: 0.05em;
	font-size: 17px;
	margin-bottom: 0em;
	padding-left: 8em;
	color: #4C4948;
}
ol.num1 li span {
	position: absolute;
	top: 0;
	left: 0;
}
* html ol.num1 li span { top: -0em; } /* for win ie6 */
*:first-child+html ol.num1 li span { top: -0em; } /* for win ie7 */



/* スクローラー */
#scroller{
	position: fixed;
	bottom:30px;
	right: 30px;
}
/* ワイドスライダー */
.wideslider{
margin-bottom: 30px;
}

/*基本設定*/

#header-in, #navi-in, #body-in, #footer-in {
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
}

#main {
	float: left;
	box-sizing: border-box;
	width: 100%;
	padding:30px 30px;
	border: none;
	background-color: #fff;
	border-radius: 0;
	margin-bottom: 30px;
}

.shadow_box{
	-moz-box-shadow: 3px 3px 3px rgba(0,0,0,0.30);
	-webkit-box-shadow: 3px 3px 3px rgba(0,0,0,0.30);
	box-shadow: 3px 3px 3px rgba(0,0,0,0.30);
}

.ttl_bgNaname{
	background: url(../img/home/bg_naname.png) center repeat #E60012;
	background-size: 1000px auto;
}

.wrap_out h2{
	font-size: 40px;
	line-height: 1.2;
	margin-bottom: 20px;
	
}
.wrap_out h3{
	font-size: 30px;
	line-height: 1.2;
	margin-bottom: 20px;
}
.wrap_out p{
	font-size: 24px;
	line-height: 1.8;
	margin-bottom: 20px;
	color: #4C4948;
}


h1,h2,h3,h4,h5,h6,span,p,li{
    transform: rotate(0.028deg);
    -o-transform: rotate(0.028deg);
    -ms-transform: rotate(0.028deg);
    -moz-transform: rotate(0.028deg);
    -webkit-transform: rotate(0.028deg);
}
h1 img,h2 img,h3 img,h4 img,h5 img,h6 img,span img,p img,li img{
    transform: rotate(-0.028deg);
    -o-transform: rotate(-0.028deg);
    -ms-transform: rotate(-0.028deg);
    -moz-transform: rotate(-0.028deg);
    -webkit-transform: rotate(-0.028deg);
}




/*////////////////////
ヘッダー
////////////////////*/
#header{
	background-color: #e60012;
	position: relative;z-index: 1000;
}
.main_logo{
	width: 220px;
	margin: 25px 0 0 35px;
	float: left;
}
.head_menu{
	width: 560px;
	height: 100vh;
	padding:130px 50px 50px;
	position: fixed;
	top: 0;
	right: 0;
	background-color: #E60012;
	z-index: 10010;
	overflow: hidden;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}
.head_menyu_01 > ul,
.head_menyu_02 > ul{
	display: block;
	text-align: left;
}
.head_menyu_01 > ul > li,
.head_menyu_02 > ul > li{
}
.head_menyu_01 > ul > li > a,
.head_menyu_02 > ul > li > a{
 color: #fff;
	font-size: 30px;
	line-height: 1;
	letter-spacing: 0.1em;
	display: block;
	padding: 20px 5px;
	border-top: 2px solid #fff;
}
.head_menyu_01 > ul > li.first > a{
	border-top:none;
}
.head_menyu_02 > ul > li > .child_list{
	margin-left: 32px;
	margin-bottom: 20px;
	display: block;
	overflow: hidden;
}
.head_menyu_02 > ul > li > .child_list li {
	display: block;
	text-align: left;
	margin-top: 2px;
}
.head_menyu_02 > ul > li > .child_list li a{
	white-space: nowrap;
	font-size: 25px;
	line-height: 1.2;
	display: block;
	text-align: left;
	padding: 10px 10px;
	color: #fff;
}
#h-top {
	overflow: visible;
	clear: both;
	min-height: 125px;
}

#menu_btn{
	position: absolute;
	top: 25px;
	right: 40px;
}
#menu_btn_close{
	position: absolute;
	top: 25px;
	right: 40px;
	z-index: 10200;
}
#menu_wrap{
	display: none;
}
#menu_bg{
	background-color: rgba(0,0,0,0.50)
}


/*////////////////////
フッター
////////////////////*/

.footer_nav{
	display: block;
	overflow: hidden;
	text-align: center;
	width: 100%;
	padding: 20px;
	list-style:circle !important;
}
.footer_nav li {
	display: inline-block;
	font-size: 18px;
	padding: 10px 0;
	width: 34%;
	text-align: left;
}
.footer_nav li a{
	color: #fff !important;
	line-height: 1;
	letter-spacing: 0.1em;
	font-weight: bold;
}
#footer {
	padding:0;
}
#copyright {
	width: 100%;
	margin: 0 auto;
	text-align: right;
	padding: 20px 10px;
}

/*////////////////////
トップメインビジュアル
////////////////////*/

.sliderBox{
	position: relative;
	width: 100%;
	height: 390px;
	background: url(../img/slider/slide_img_01.jpg) 0 top repeat-x;
}
.sliderBox .slide_img_top{
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	width: 500px;
}

/*////////////////////
トップ
////////////////////*/

.wrap_out.sec_03 p,
.wrap_out.sec_04 p,
.wrap_out.sec_05 p,
.wrap_out.sec_06 p{
	letter-spacing: 0.12em;
}
.wrap_out.sec_01{
	margin-bottom: 30px;
}
.wrap_out.sec_02{
	margin-bottom: 70px;
}
.wrap_out.sec_02 h2{
	padding: 0;
	margin: 0;
}
.wrap_out.sec_02 h2 img{
	display: block;
	width: 100%;
}
.wrap_out.sec_02 > div{
	padding: 20px;
	border-bottom: 2px solid #9FA0A0;
	border-left: 2px solid #9FA0A0;
	border-right: 2px solid #9FA0A0;
}
.wrap_out.sec_03 h2{
	letter-spacing: 0.2em;
	font-weight: bold;
}
.wrap_out.sec_03 h3{
	text-indent: -0.5em;
	color: #E60012;
}

.wrap_out.sec_04{
	margin-bottom: 170px;
}
.wrap_out.sec_04 h3{
	font-weight: bold;
}
.wrap_out .trinity,
.wrap_out .spirit{
	position: relative;
}
.wrap_out .trinity{
	padding-top: 50px;
}
.wrap_out .trinity .trinity_img_01 {
	display: block;
	width: 166px;
	margin: 30px 0 0 0px;
	position: absolute;
	top: 0;
	left: 0;
}
.wrap_out .trinity .trinity_img_02{
	display: block;
	width: 100%;
	margin: 40px auto 0 ;
}
.wrap_out .spirit{
	padding-top: 200px;
}
.wrap_out .spirit .spirit_img_01{
	display: block;
	width: 328px;
	margin: 80px 0 0 0;
	position: absolute;
	top: 0;
	left: 0;
}
.wrap_out .spirit .spirit_img_02{
	display: block;
	width: 450px;
	margin: 50px auto 0;
}
.wrap_out.sec_05 p{
	text-align: right;
}
.wrap_out.sec_06 h3{
font-size: 28px;
}
.wrap_out.sec_06 p{
	margin-bottom: 50px;
	line-height: 2.2em;
}
.wrap_out.sec_06 p strong{
	font-size: 22px;
	font-weight: normal;
}
.wrap_out.sec_06 .map{
	width: 100%;
	height: 360px;
	margin-top: -30px;
	margin-bottom: 50px;
}
.wrap_out.sec_06 .map iframe{
	margin: 0;
	width: 100%;
	height: 360px;
}

#home_06 p{
	font-size: 17px;
	letter-spacing: 0.05em;
}

/*////////////////////
ご利用について・個人情報の取り扱い
サイトマップ
////////////////////*/

.sec_03.text_page h3{
	font-size: 20px;
	text-indent: 0;
	color: #231815;
	position: relative;
	padding-left: 1.5em;
}
.sec_03.text_page h3::before{
	content: "■";
	color: #E60012;
	position: absolute;
	top: -5px;
	left: 0;
	font-size: 28px;
}
.ind_1{
	padding-left: 2em;
	text-indent: -1em;
}
.ind_2{
	padding-left: 2em;
	text-indent: -1em;
}
.ind_3 {
	padding-left: 4em;
	text-indent: -1em;
	font-size: 15px !important;
	background: url(../img/parts/ico_arrow_01.png) 22px 7px no-repeat;
	background-size: 13.725px auto;
}

.page-id-28 .wrap_out p,
.page-id-30 .wrap_out p{
	font-size: 17px;
}

/*////////////////////
採用情報
////////////////////*/

.sec_03.text_page h3.large_ttl{
	font-size: 32px;
	text-indent: 0;
	color: #231815;
	position: relative;
	padding-left: 1.2em;
}
.sec_03.text_page h3.large_ttl::before{
	content: "■";
	color: #E60012;
	position: absolute;
	top: -9px;
	left: -9px;
	font-size: 48px;
	margin: 0;
}
.sec_03.text_page h3.large_ttl small{
	font-size: 21px;
}

#recruit_01 img{
	display: block;
	margin: 0 auto 20px;
}

div.large_wrap{
	width: 100%;
	margin-bottom: 70px;
	border: 1px solid #eee;
	padding: 28px;
}
div.large_wrap.shadow_box{
-moz-box-shadow: 3px 3px 8px rgba(0,0,0,0.30);
-webkit-box-shadow: 3px 3px 8px rgba(0,0,0,0.30);
box-shadow: 3px 3px 8px rgba(0,0,0,0.30);
}

.table_wrap{
	display: table;
	width: 100%;
	table-layout: fixed;
}
.table_wrap .cel_wrap{
	display: table-cell;
	text-align: left;
	vertical-align: top;
}
.wrap_out.sec_03 .table_wrap h4{
	font-size: 20px;
	width: 23%;
	line-height: 1.8;
}
.wrap_out.sec_03 .table_wrap > div{
	font-size: 20px;
	width: 77%;
}
.wrap_out.sec_03 .table_wrap > div .ind_1{
	padding-left: 1em;
}
.wrap_out.sec_03 .table_wrap > div p{
	margin-bottom: 0;
}
.wrap_out.sec_03 .table_wrap > div p span{
	font-size: 70%;
}
#recruit_02 .ind_1{
	font-size: 21px;
	line-height: 1.6;
}

.wrap_out.red_box{
		border: 1px solid #E60012;
	padding-bottom: 16px;
}
.wrap_out.red_box h3{
	text-align: center;
	background-color: #E60012;
	color: #fff;
	line-height: 1;
	font-size: 20px;
	padding: 10px 0 8px;
	margin-bottom: 0;
}
.wrap_out.red_box h3 + p{
	text-align: center;
	font-size: 20px;
	line-height: 1;
	padding: 10px 0 7px;
	border-bottom: 1px solid #E60012;
}
.wrap_out.red_box .table_wrap{
	width: 90%;
	margin: 0 auto;
}
.wrap_out.red_box .table_wrap p{
	font-size: 21px;
}
.bnr_wrap{
	text-align: center;
	margin-bottom: 80px !important;
}
.large_wrap .bnr_wrap{
	margin-bottom: 0 !important;
}
.bg_red{
	background-color: #E60012;
	color: #fff;
}
.wrap_out.sec_07 h2{
	text-align: center;
	line-height: 1;
	font-size: 23px;
	padding: 10px 0 8px;
	margin-bottom: 20px;
}
.wrap_out.sec_07 h3{
	text-align: center;
	line-height: 1;
	font-size: 23px;
	padding: 10px 0 8px;
	margin-bottom: 20px;
}
.wrap_out.sec_07 h3.bg_red + p{
	font-size: 21px;
	letter-spacing: 0.17em;
	word-break: break-all;
}
.wrap_out.sec_07 h4 {
	font-size: 25px;
	color: #000;
	padding: 30px 0 15px;
	font-weight: bold;
	line-height: 1.4;
}
.wrap_out.sec_07 h4 + p{
	font-size: 21px;
}

#recruit_07 .table_wrap,
#recruit_08 .table_wrap,
#recruit_09 .table_wrap{
	display: block;
}
#recruit_07 .cel_wrap,
#recruit_08 .cel_wrap,
#recruit_09 .cel_wrap{
	display: block;
}
.photo_box{
	padding: 0;
	overflow: hidden;
	margin-bottom: 20px;
}
.photo_box .text_area{
	float: left;
	width: 45%;
	height: 270px;
	background-color: #E60012;
	margin-bottom: 0;
	padding: 40px 0 0 20px;
}
.photo_box .img_area{
	float: left;
	width: 55%;
	height: 270px;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 0;
}
.photo_box .text_area span{
	color: #fff;
	line-height: 1.2;
	display: block;
	margin-bottom: 5px;
}
.photo_box .text_area .ttl_01{
	font-size: 18px;
	margin-bottom: 70px;
}
.photo_box .text_area .ttl_01 small{
	font-size: 12px;
}
.photo_box .text_area .ttl_02{
	font-size: 17px;
}
.photo_box .text_area .ttl_03{
	font-size: 21px;
}
.photo_box .text_area .ttl_04{
	font-size: 14px;
}

/*////////////////////
店舗情報
////////////////////*/

.tab_head	{
	margin-bottom: 0;
	padding-bottom: 0;
	overflow: hidden;
}
.tab_head h2{
	float: left;
}

#shoptabbox_2 div.large_wrap {
	padding: 15px;
}

#shop_01{
	width: 100%;
}
#shop_01 h2 {
	font-size: 28px;
	width: 50%;
	height: 52px;
	line-height: 1;
	text-align: center;
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	position: relative;
	padding-top: 19px;
	padding-right: 30px;
	margin-bottom: 0;
	cursor: pointer;
}
#shop_01 h2.active{
	background-image: url(../img/shop/bg_tab_red.png);
	color: #fff;
	z-index: 1;
}
#shop_01 h2{
	background-image: url(../img/shop/bg_tab_gr.png);
	color: #000;
	z-index: 0;
}
#shoptab_2{
	margin-left: -25px;
}
#shoptabbox_1 h3{
	font-size: 38px;
	font-weight: bold;
	border-bottom: 5px solid #e60012;
	background-image: none;
	padding-left: 0.3em;
	padding-bottom: 5px;
	margin-bottom: 30px;
}
#shoptabbox_1 h3::before{
	display: none;
}
#shoptabbox_1 .two_rows > li{
	margin-bottom: 30px;
	width: 47%;
}
#shoptabbox_2{
	display: none;
}

#shoptabbox_2 h3{
	background-color: #e60012;
	color: #fff;
	font-size: 35px;
	text-align: center;
	padding: 8px 0 6px;
	line-height: 1;
}

#shoptabbox_2 h3::before{
	display: none;
}
#shoptabbox_2 h4{
	font-size: 36px;
	border-bottom: 5px solid #e60012;
	background-image: none;
	padding-left: 0.3em;
	padding-bottom: 5px;
	margin-top: 30px;
	margin-bottom: 30px;
	line-height: 1;
}
.wrap_main.shop_list{
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: 2px solid #e60012;
}
.wrap_eat_in,.wrap_take_out{
	margin-bottom: 50px;
}
.shop_list .block_01{
	width: 24%;
	float: left;
}
.shop_list .block_02{
	width: 76%;
	padding-left: 1%;
	float: left;
	position: relative;
}

.shop_list .block_02 .text_block{
	width: 77%;
	float: left;
}
.shop_list .block_02 .ico_block{
	width: 23%;
	float: left;
	text-align: left;
}
.shop_list .block_02 .map_btn{
	width: 100%;
	clear: both;
	text-align: right
}



.shop_list .text_block h5{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
	line-height: 1.2;
}
.shop_list .text_block p{
	font-size: 12px;
	line-height: 1.4;
	margin-bottom: 0;
	letter-spacing: 0.05em
}
.shop_list .text_block .text_01{
	margin-bottom: 5px;
}
.shop_list .text_block .text_03 span{
	margin-right: 0.5em;
}
.shop_list .ico_wrap{
	overflow: hidden;
	padding-top: 7px;
}
.shop_list .ico_wrap .img_block{
	width: 50%;
	float: left;
	margin-right: 0;
}
.map_btn img{
	width: 150px;
}
.popup_wrap {
	width: 90%;
	height: 90vw;
	-webkit-overflow-scrolling: touch;
}
.map_btn .popup_wrap iframe{
	width: 100%;
	height: 100%;
}
.popup_btn{
	cursor: pointer;
}
.map_wrap{
	padding: 10px;
	background-color: #fff;
	border: 2px solid #e60012;
}
.popup_wrap .btn_close{
	width: 45px;
	z-index: 1;
}

/*////////////////////
応募フォーム・お問い合わせ
////////////////////*/

.mail_form_over{
	border: 2px solid #e60012;
}
.mail_form_wrap{
	display: block;
	width: 100%;
	table-layout: fixed;
}
.mail_form_wrap .form_wrap_1{
	display: block;
	width:100%;
	padding: 20px;
	background-color: #E60012;
	color: #fff;
	vertical-align: top;
}
#contact_form_01 .mail_form_wrap .form_wrap_1{
	width:100%;
}
.mail_form_wrap .form_wrap_2{
	display: block;
	width: 100%;
	padding: 20px;
}
#contact_form_01 .mail_form_wrap .form_wrap_2{
	width: 100%;
}

.mail_form_wrap .form_wrap_2.v_center{
	vertical-align: middle;
}
.mail_form_wrap h3 {
	color: #fff !important;
	margin-bottom: 0;
	padding-left: 0 !important;
}
.mail_form_wrap h3 small{
	font-size: 60%;
}
.mail_form_wrap h3::before{
	display: none;
}

.juusho textarea{
	height: 130px;
}
span.kinmu,
span.shurui{
	display: block;
	width: 100%;
	overflow: hidden;
	border: 2px solid #E60012;
	background: url(../img/recruit/btn_select.png) right center no-repeat;
	background-size: auto 100%;
	background-color: transparent;
	-moz-box-shadow: 3px 3px 3px #ccc;
	-webkit-box-shadow: 3px 3px 3px #ccc;
	box-shadow: 3px 3px 3px #ccc;
}
select.kinmu_select,
select.shurui_select{
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
	width: 130%;
	
	height: 36.85px;
	border: none;
}

.submit_btn{
	text-align: center;
	padding-top: 40px;
}
.submit_btn input[type="submit"]{
  -webkit-appearance: none;
	border: none;
	width: 200px;
	height: 68px;
	background: url(../img/recruit/btn_submit.png) center no-repeat;
	background-size: 100% auto;
	background-color: transparent;
	color: transparent;
}

#recruit_form_01 h2{
	font-size: 37px;
}
#contact_form_01 input[type="text"],
#contact_form_01 input[type="email"],
#contact_form_01 input[type="tel"],
#contact_form_01 textarea{
	border: 2px solid #E60012;
	box-shadow: 3px 3px 3px #ccc;
}

.wrap_take_out .text_block{
	width: 65% !important;
}
.wrap_take_out .ico_block{
	width: 35% !important;
}
.wrap_take_out .ico_block .img_block{
	width: 33.33333%
}
.wrap_take_out .text_block p.text_03 span{
	display: block;
}

/*////////////////////
ホームニュース部分
////////////////////*/

.home_info_wrap {
	padding: 10px;
	background-color: #fff;
	border: 2px solid #e60012;
		overflow: hidden;
}
.home_info_wrap_in {
	overflow: hidden;
	overflow-y: auto;
	width: 100%;
	height: 100%;
}
.home_info_wrap_in > div{
	padding-top: 20px;
}
.home_info_wrap .attachment-full{
	width: 100%	;
}
.home_info{
height: 220px;
	overflow: hidden;
	overflow-y: auto;
}
.home_info_text{
	width: 100%;
	padding-top:15px;
	padding-bottom: 15px;
	overflow: hidden;
}
.home_info_text .info_date{
	display: block;
	float: left;
	width: 35%;
	overflow: hidden;
	padding-left: 4%;
	font-size: 18px;
}
.home_info_text .info_ttl{
	display: block;
	float: left;
	width: 65%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-right: 5%;
	font-size: 18px;
}



