@charset "utf-8";

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

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

#container {
	width: 100%;
}

a:hover img{
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	-webkit-transition: 0.6s ;
	transition: 0.6s ;
}
 a:hover{
	 text-decoration: underline;
}
/* 基本ボックス設定 */
.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: 16px;
	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 */



/* スクローラー */
#page-top .fa-2x{
	font-size: 4em !important;
}
#page-top{
	display: block !important;
	opacity:1 !important;
	filter:alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}
/* ワイドスライダー */
.wideslider{
margin-bottom: 30px;
}

/*基本設定*/

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

#main {
	float: left;
	box-sizing: border-box;
	width: 100%;
	padding:30px 20px;
	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: 16px;
	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: 15px 0 0 15px;
	float: left;
}
.head_menu{
	width: 640px;
	float: right;
	padding: 8px 0 0 0;
}
.head_menyu_01 > ul{
	display: block;
	text-align: right;
}
.head_menyu_01 > ul > li{
	display: inline-block;
	padding: 0 5px 5px;
}
.head_menyu_01 > ul > li > a{
	display:block;
	height: 22px;
	padding: 5px 1em;
	background: url(../img/header/bg_img_01.png) center no-repeat;
	background-size: 100% 100%;
	color: #E60012;
	font-size: 14px;
	line-height: 1;
	letter-spacing: 0.05em;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow:3px 3px 0px rgba(0,0,0,0.10);
	-webkit-box-shadow:3px 3px 0px rgba(0,0,0,0.10);
	box-shadow:3px 3px 0px rgba(0,0,0,0.10);
}
.head_menyu_02 > ul{
	display: block;
	text-align: right;
	padding-top: 22px;;
	padding-right: 5px;
}
.head_menyu_02 > ul > li{
	display: inline-block;
	position: relative;
	padding-left: 2em;
	cursor: pointer;
}
.head_menyu_02 > ul > li >a{
 color: #fff;
	font-size: 20px;
	line-height: 1;
	letter-spacing: 0.1em;
}
.head_menyu_02 > ul > li > .child_list{
	position: absolute;
	top:24px;
	left: 0;
	margin-left: 32px;
	display: block;
	overflow: hidden;
	max-height: 0;
	-webkit-transition: 0.6s ;
	transition: 0.6s ;
	z-index: 100;
}
.head_menyu_02 > ul > li > .child_list li {
	display: block;
	text-align: left;
	margin-top: 2px;
	background-color: rgba(242, 242, 242, 0.92);
}
.head_menyu_02 > ul > li > .child_list li a{
	white-space: nowrap;
	font-size: 12px;
	line-height: 1.2;
	display: block;
	text-align: left;
	padding: 5px 10px;
}
#h-top{
	overflow: visible;
	clear: both;
}
.head_menyu_02 > ul > li:hover .child_list{
	max-height: 500px;
	-webkit-transition: 0.6s ;
	transition: 0.6s ;
}

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

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

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

.sliderBox{
	position: relative;
	width: 100%;
	height: 508px;
	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%);
}

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

.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 .trinity_img_01{
	display: block;
	width: 166px;
	margin: 30px 0 0 30px;
	position: absolute;
	top: 0;
	left: 0;
}
.wrap_out .trinity .trinity_img_02{
	display: block;
	width: 607px;
	margin: 40px auto 0 ;
}
.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: 415px;
	margin: 50px auto 0 405px ;
}
.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: 694px;
	height: 460px;
	margin-top: -30px;
	margin-bottom: 50px;
}
.wrap_out.sec_06 .map iframe{
	margin: 0;
	width: 694px;
	height: 460px;
}

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

.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: 3em;
	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;
}

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

.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: 980px;
	margin-left: -20px;
	margin-right: -20px;
	margin-bottom: 70px;
	border: 1px solid #eee;
	padding: 48px;
}
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: 14%;
	line-height: 1.8;
}
.wrap_out.sec_03 .table_wrap > div{
	font-size: 20px;
	width: 86%;
}
.wrap_out.sec_03 .table_wrap > div .ind_1{
	padding-left: 1em;
}
.wrap_out.sec_03 .table_wrap > div p{
	margin-bottom: 0;
}
#recruit_02 .ind_1{
	font-size: 19px;
	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: 19px;
}
.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: 50px;
}
.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: 16px;
	letter-spacing: 0.17em;
	word-break: break-all;
}
.wrap_out.sec_07 h4 {
	font-size: 22px;
	color: #000;
	padding: 30px 0 15px;
	font-weight: bold;
}
.wrap_out.sec_07 h4 + p{
	font-size: 18px;
}
.photo_box{
	padding: 0;
	overflow: hidden;
}
.photo_box .text_area{
	float: left;
	width: 45%;
	height: 310px;
	background-color: #E60012;
	margin-bottom: 0;
	padding: 40px 0 0 20px;
}
#part_prof .photo_box .text_area{
	width: 40%;
	height: 270px;
}
.photo_box .img_area{
	float: left;
	width: 52%;
	height: 310px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 0;
}
#part_prof .photo_box .img_area{
	width: 56%;
	height: 270px;
}
.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;
}
#shop_01{
	width: 980px;
	margin-left: -20px;
	margin-right: -20px;
}
#shop_01 h2 {
	font-size: 28px;
	width: 390px;
	height: 52px;
	line-height: 1;
	text-align: center;
	background-position: left bottom;
	background-repeat: no-repeat;
	position: relative;
	padding-top: 15px;
	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: 26px;
	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;
}
#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: 26%;
	float: left;
}
.shop_list .block_02{
	width: 74%;
	padding-left: 2%;
	float: left;
	position: relative;
}
.shop_list .text_block h5{
	font-size: 28px;
	margin-bottom: 5px;
	line-height: 1.2;
}
.shop_list .text_block p{
	font-size: 16px;
	line-height: 1.4;
	margin-bottom: 0
}
.shop_list .text_block .text_01{
	margin-bottom: 5px;
}
.shop_list .text_block .text_03 span{
	margin-right: 2em;
}
.shop_list .ico_wrap{
	overflow: hidden;
	padding-top: 7px;
}
.shop_list .ico_wrap .img_block{
	width: 72px;
	float: left;
	margin-right: 0;
}
.map_btn{
	position: absolute;
	right: 0;
	bottom: 2px;
	width: 160px;
}
.popup_wrap{
	width: 700px;
	height: 700px;
}
.map_btn .popup_wrap iframe{
	width: 100%;
	height: 100%;
}
.popup_btn{
	cursor: pointer;
}
.popup_btn:hover{
		opacity:0.6;
	filter:alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
}
.map_wrap{
	padding: 10px;
	background-color: #fff;
	border: 2px solid #e60012;
}
.popup_wrap .btn_close{
	width: 45px;
}

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

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

.mail_form_wrap .form_wrap_2.v_center{
	vertical-align: middle;
}
.mail_form_wrap h3 {
	color: #fff !important;
	margin-bottom: 0;
	padding-top: 9px;
	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;
}

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

.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: 200px;
	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: 25%;
	overflow: hidden;
	padding-left: 4%;
}
.home_info_text .info_ttl{
	display: block;
	float: left;
	width: 75%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-right: 5%;
}



