@charset "utf-8";
/*
font-family: 'Noto Serif JP', serif;
font-family: 'Yellowtail', cursive;
*/
/* CSS Document */
/*リセット*/
/* html5doctor.com Reset Stylesheet v1.6.1 Last Updated: 2010-09-17 Author: Richard Clark - //richclarkdesign.com Twitter: @rich_clark */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video { margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent; } body { line-height:1; } article,aside,details,figcaption,figure, footer,header,hgroup,menu,nav,section { display:block; }  ul { list-style:none; } blockquote, q { quotes:none; } blockquote:before, blockquote:after, q:before, q:after { content:''; content:none; } a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; } / change colours to suit your needs / ins { background-color:#ff9; color:#000; text-decoration:none; } / change colours to suit your needs / mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; } del { text-decoration: line-through; } abbr[title], dfn[title] { border-bottom:1px dotted; cursor:help; } table { border-collapse:collapse; border-spacing:0; } /* change border colour to suit your needs */ hr { display:block; height:1px; border:0; border-top:1px solid #cccccc; margin:1em 0; padding:0; } input, select { vertical-align:middle; }
/*リセット*/

html{
	font-size:62.5%;
}
body{
	line-height:1.8;
	font-size: 1.6rem;
	/*font-family:'Century Gothic','Lato','メイリオ',sans-serif;*/
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color:#666666;
	background-color: #FFFFFF;
	-webkit-text-size-adjust: 100%;
	-moz-osx-font-smoothing:grayscale;
	-webkit-font-smoothing:antialiased;
	height:100%;
	width:100%;
	overflow:visible !important;
	position:relative;
	z-index:0
}
img {
	vertical-align : bottom;
    max-width: 100%;
	height: auto;
}
a:link{
	color:#666666;
	text-decoration:none;
}
a:visited{
	color:#666666;
	text-decoration:none;
}
a:hover{
	color:#BBBBBB;
	text-decoration:none;
}
a,a img{
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
a:hover img{
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	
	opacity: 0.7;
	filter: alpha(opacity=70);
}
/*クリア*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
@media screen and (min-width:0px) and ( max-width:599px) {/*600まで(SP)*/
	select,textarea,input[type="text"]{/*iosでズームになるのをふせぐ*/
		font-size: 16px;
	}
}

/*ボタン*/
.c_btn{
	font-family: 'Noto Serif JP', serif;
	line-height: 1.4;
	font-size: 1.8rem;
	text-align: center;
}
.c_btn a{
	display: block;
	padding: 15px 0;
	background-color: #84683E;
	color: #FFFFFF;
}
.c_btn input{
	max-width: 300px;
	width: 48%;
	padding: 15px 0;
	background-color: #84683E;
	color: #FFFFFF;
	
	-webkit-appearance: none;
	border-radius: 0;
	border:none;
	cursor:pointer;
	-webkit-transition: .3s ease-in-out;
	-moz-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.c_btn a:hover,.c_btn input:hover{
	background-color: rgba(105,73,26,0.70);
}
@media screen and (min-width:0px) and ( max-width:599px) {/*600まで(SP)*/
	.c_btn input{
		width: 100%;
	}
}


/*ロゴ*/
.c_logo{
	text-align: center;
}
/*営業時間と電話番号*/
.c_telbtn{
	font-family: 'Noto Serif JP', serif;
	line-height: 1.4;
	font-size: 1.2rem;
	text-align: center;
}
.c_telbtn strong{
	font-size: 2.2rem;
	font-weight: bolder;
}
@media screen and (min-width : 600px) {/*600以上(タブレット/PC)*/
	/*営業時間と電話番号*/
	.c_telbtn {
		white-space: nowrap;
		font-size: 1.4rem;
	}
	.c_telbtn i{
		display: none;
	}
}
@media screen and (min-width : 960px) {/*960以上(タブレット/PC)*/
	.c_telbtn{
		font-size: 1.6rem;
	}
	.c_telbtn strong{
		font-size: 2.8rem;
	}
}
@media screen and (min-width:0px) and ( max-width:599px) {/*600まで(SP)*/
	/*営業時間と電話番号*/
	.c_tel_link{
		max-width: 320px;
		width: 100%;
		padding: 10px 0;
		background-color: #84683E;
		color: #FFFFFF;
		display: inline-block;
	}
	.c_telbtn strong{
		position: relative;
	}
	.c_telbtn i{
		position: absolute;
		font-size: 3.0rem;
		top: 0;
		left: -30px;
	}
}


/*========================================   header   ========================================*/
header{
}
h1{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 22px;
	box-sizing: border-box;
	padding: 2px 5px 2px 10px;
	background-color: #F1E6D5;
	color: #69491A;
	text-align: center;
	font-weight: normal;
	font-size: 1.0rem;
	letter-spacing: 0.06em;
}
.header/*.header*/ {
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	background: url("../image/common/header.jpg") no-repeat center bottom #4E3612;
	position: relative;
}
	.header:before {
		content: "";
		display: block;
	}

/*ロゴ*/
.c_header_logo img{
	max-width: 460px;
	width: 30%;
	position: absolute;
	top: 44%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
}
/*営業時間と電話番号*/
.c_header_telbtn,.c_sp_telbtn{
	color: #FFFFFF;
}
.c_header_telbtn .c_tel_link,.c_header_telbtn .c_tel_link:link,.c_header_telbtn .c_tel_link:hover,.c_header_telbtn .c_tel_link:visited{color: #FFFFFF;}
.c_header_opentime{
	font-size: 1.2rem;
	color: #FFFFFF;
}
@media screen and (min-width : 960px) {/*960以上(タブレット/PC)*/
	.c_header_opentime br{display: none;}
}
@media screen and (min-width:600px) and ( max-width:959px) {/*600から960まで(SP)*/
	.c_header_logo img{
		/*padding-top: 18px;
		padding-left: 120px;*/
	}
	.c_header_telbtn{
		line-height: 1.2;
	}
	.c_header_opentime{
		font-size: 1.0rem;
	}
}
@media screen and (min-width : 600px) {/*600以上(タブレット/PC)*/
	.header {
		background-size: 100% auto;
		/*background-size:100% auto;
		height: 300px;*/
	}
	.header:before {
		padding-top: 16%;
	}
	/*営業時間と電話番号*/
	.c_header_telbtn{
		position: absolute;
		top: 10px;
		left: 10px;
		z-index: 999;
		text-align: left;
	}
	.c_sp_telbtn{
		display: none;
	}
}
@media screen and (min-width:0px) and ( max-width:599px) {/*600まで(SP)*/
	.header/*.header*/ {
		background: url("../image/common/header.jpg") no-repeat center bottom #4E3612;
		background-size: 100% auto;
		}
	.header:before {
		padding-top: 56.25%; /* 16:9 */
	}
	.c_header_telbtn{
			display: none;
	}
	.c_sp_telbtn{
			margin: 20px auto;
			width: 90%;
	}
	/*ロゴ*/
.c_header_logo img{
	max-width: 280px;
	width: 76%;
	/*padding-top: 2px;*/
	}
}
@media screen and (min-width:0px) and ( max-width:479px) {/*480まで(SP)*/
	.c_header_logo img{
		/*padding-right: 56px;*/
	}
}

	.header_inner {
		position: absolute;
		top: 0; 
		left: 0;
		width: 100%;
		height: 100%;
	}

/*ｰｰｰｰｰナビゲーションｰｰｰｰｰ*/
/*スライダーメニュー用*/
#slide_wrap{position:relative;z-index:0}

/*SP用スライドメニューボタン*/
.slide_toggle{
	position: fixed;
	right: 0px;
	top: 0px;
	width: 50px;
	height: 56px;
	cursor: pointer;
	z-index: 10000;
	background-color: #5DA3CC;
}
.slide_toggle a{
	display:block;
	width: 50px;
	height: 46px;
	background-color:transparent;
	position:relative;
	
}

.slide_toggle a:after{
	right: 0;
	bottom:0px;
	content:"MENU";
	color:#FFFFFF;
	font-size:1.0rem;
	position:absolute;
	text-align:center;
	width: 50px;
}

.slide_toggle div{
	margin:8px auto;
	height:20px;
	text-align:center;
	position:relative;
	width:32px
}

.slide_toggle div span{
	background:#FFFFFF;
	height:4px;
	left:0;
	position:absolute;
	width:100%;
}
.slide_toggle div span:nth-of-type(1){top:0}
.slide_toggle div span:nth-of-type(2){top:10px}
.slide_toggle div span:nth-of-type(3){top:20px}
/*SP用スライドメニューボタン*/


#menu{}
.slide_nav{
	padding-top: 56px;
}
.slide_nav li > a{
	width: 100%;
	box-sizing: border-box;
	display: block;
	color: #666666;
	padding: 15px 0 15px 12%;
}
.slide_nav a img{
	margin-right: 0.3em;
	/*opacity: 0.7;
	filter: alpha(opacity=70);*/
	padding-bottom: 2px;
}
.slide_nav span{
	font-family: 'Noto Serif JP', serif;
	margin-right: 0.2em;
	font-size: 1.8rem;
	color: #69491A;
}
.slide_nav span span.slide_nav_credit{
	font-size: 1.2rem;
	margin-left: 0.4em;
}
.slide_nav span span.slide_nav_fujoho_schedule{
	font-size: 1.2rem;
	margin-left: 0.4em;
}
.slide_nav small{
	font-size: 1.2rem;
	color: #6C966A;
	font-family: 'Yellowtail', cursive;
}
@media screen and (min-width:0px) and ( max-width:479px) {/*480まで(SP)*/
	.slide_nav li > a{
		padding: 15px 0 15px 10%;
	}
}


/*メンバー用navi*/
.menu_title{
	text-align: center;
	background-color: #BBBBBB;
	color: #FFFFFF;
	font-size: 1.0rem;
}
.sp_login_navi{
	background: #DDDDDD;
	text-align: left;
}
.sp_login_navi dt{
	padding: 15px 0 15px 12%;
	color: #000000;
}
.sp_login_navi dd a{
	width: 100%;
	box-sizing: border-box;
	padding: 15px 0 15px 14%;
	border-top: #CCCCCC solid 1px;
	font-size: 1.4rem;
	color: #666666;
	position: relative;
	display: block;
	vertical-align: middle;
}


/*========================================   content   ========================================*/
h3{
	text-align: center;
	font-size: 2.0rem;
	line-height: 1.4;
	margin-bottom: 30px;
	font-family: 'Noto Serif JP', serif;
}
h3 small{
	font-family: 'Yellowtail', cursive;
	font-size: 1.2rem;
	display: block;
}

h4{
	max-width: 1280px;
	width: 90%;
	margin: 0 auto 20px;
	padding-left: .5em;
	box-sizing: border-box;
	font-family: 'Noto Serif JP', serif;
	font-weight: normal;
	font-size: 1.8rem;
	color: #69491A;
	
	position: relative;
	padding-bottom: .2em;
	border-bottom: 2px solid #DFD2C4;
}
h4::after {
	position: absolute;
	bottom: -2px;
	left: 0;
	z-index: 2;
	content: '';
	width: 20%;
	height: 2px;
	background-color: #AA8E74;
}

.c_content{
	padding-top: 50px;
}




/*========================================   footer   ========================================*/
/*口コミガジェット*/
.c_fujoho_custom_banner{
	position: relative;
	max-width: 800px;
	width: 90%;
	height: 300px;
	margin: 0 auto 30px;
}

/*丸メニュー=======================*/
.sub_menu ul{
	max-width: 700px;
	width: 90%;
	padding: 80px 0;
	margin: 0 auto;
	
}
.sub_menu li{
	text-align: center;
	margin-bottom: 20px;
}
.sub_menu li img{
	border-radius: 50%;
}

.sub_menu li small{
	font-size: 1.2rem;
	display: block;
}
@media screen and (min-width : 480px) {/*480以上(タブレット/PC)*/
	.sub_menu ul{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.sub_menu li{
		max-width: 260px;
		/*width: 46%;二個の場合*/
		width: 30%;
	}
	.sub_menu li p{
		padding-top: 15px;
	}
}
@media screen and (min-width : 600px) {/*600以上(タブレット/PC)*/
	.sub_menu li{
		font-size: 1.8rem;
	}	
}
@media screen and (min-width:0px) and ( max-width:599px) {/*600まで(SP)*/
	.sub_menu li{
		
	}
	.sub_menu li small{
		font-size: 1.0rem;
	}
}
@media screen and (min-width:0px) and ( max-width:479px) {/*480まで(SP)*/
	.sub_menu li{
		display: flex;
		align-items: center;
	}
	.sub_menu li a{
		display: block;
		width: 26%;
	}
	.sub_menu li p{
		text-align: left;
		padding-left: 4%;
		width: 74%;
		box-sizing: border-box;
	}
}

/*求人バナーｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰ*/
.c_footer_recruitbnr{
	padding: 80px 0;
	background-color: #DFD2C4;
}

.c_footer_recruitbnr li{
	max-width: 800px;
	width: 90%;
	margin: 0 auto 30px;
}
.c_footer_recruitbnr li:last-child{
	margin-bottom: 0px;
}

.c_recruitbnr_cast{
	background: url("../image/common/recruit_bnr_bg.jpg") no-repeat #F7A3AF 98% center;
	background-size: auto 88%;
}
.c_recruitbnr_staff img{
	background: url("../image/common/recruit_bnr_staff_bg.jpg") no-repeat center center;
	background-size: cover;
}
li.c_recruit_gadget{
	text-align: center;
}
iframe.c_recruit_gadget_blog{
	max-width:320px;
	width: 100%;
	height:460px;
}
@media screen and (min-width : 700px) {/*700以上(タブレット/PC)*/
	iframe.c_recruit_gadget_blog{
		margin-right: 10px;
	}
}
@media screen and (min-width : 760px) {/*760以上(タブレット/PC)*/
	iframe.c_recruit_gadget_blog{
		margin-right: 30px;
	}
}
@media screen and (min-width:0px) and ( max-width:709px) {/*710まで(SP)*/
	iframe.c_recruit_gadget_blog{
		display: block;
		margin: 0 auto 30px;
	}
}
@media screen and (min-width:0px) and ( max-width:599px) {/*600まで(SP)*/
	.c_footer_recruitbnr{
		padding: 50px 0;
	}
}

/*グループ店ｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰ*/
.c_footer_group{
	padding: 80px 0;
	color: #69491A;
}
.c_footer_group dl{
	max-width: 800px;
	width: 90%;
	margin: 0 auto;
	/*display: flex;
	flex-wrap: wrap;
	justify-content: space-between;*/
}
.c_footer_group dt{
	width: 100%;
	font-size: 2.0rem;
	margin-bottom: 30px;
	font-family: 'Noto Serif JP', serif;
	text-align: center;
}
 .c_footer_group dt small{
	font-family: 'Yellowtail', cursive;
	font-size: 1.2rem;
	 margin-left: 1em;
}
.c_footer_group dd{
	/*width: 46%;*/
	line-height: 1.4;
	text-align: center;
}
.c_footer_group dd a{
	margin-bottom: 10px;
}
@media screen and (min-width:0px) and ( max-width:599px) {/*600まで(SP)*/
	.c_footer_group{
		padding: 50px 0;
	}
	.c_footer_group dd{
		font-size: 1.2rem;
	}
	/*.c_footer_group dd span{
		display: block;
	}*/
}


/*fooetr*/
footer{
	text-align: center;
	width: 100%;
	background-color: #F1E6D5;
	color: #69491A;
	font-size: 1.4rem;
	padding: 50px 0;
}
.c_footer_content{
	max-width: 1280px;
	width: 90%;
	box-sizing: border-box;
	color: #69491A;
	
	margin: 0 auto;
	text-align: left;
	position: relative;
}
.c_footer_content a:link{
	color:#69491A;
	text-decoration:none;
}
.c_footer_content a:visited{
	color:#69491A;
	text-decoration:none;
}
.c_footer_content a:hover{
	color:#BBBBBB;
	text-decoration:none;
}

/*フッターメニュー*/
.c_footer_nav{
	max-width: 700px;
	width: 100%;
	padding: 30px;
	box-sizing: border-box;
	background-color: #FFFFFF;
}
.c_footer_nav ul{
	box-sizing: border-box;
}
.c_footer_nav_fujoho_schedule{
	font-size: 1.2rem;
	margin-left: 0.2em;
	display: inline-block;
}


/*ショップデータ----------*/
.c_footer_shopdata_wrap{
	max-width: 520px;
	width: 100%;
}
/*ショップデータ*/
.c_footer_shopdata{
	margin-bottom: 20px;
}
/*ロゴ*/
.c_footer_logo{
	margin-bottom: 20px;
}
/*ショップデータ----------*/


/*コピーライト*/
.c_copyright{
	clear: both;
}
.c_copyright span{
	display: inline-block;
}
.c_footer_nav li {
	padding: 3px 0;
}
.c_footer_nav li a{
	display: block;
	padding: 3px 0;
}
@media screen and (min-width : 600px) {/*600以上(タブレット/PC)*/
	/*フッターメニュー*/
	.c_footer_nav{
		display: flex;
		justify-content: space-between;
	}
	.c_footer_nav ul{
		width: 30%;
		border-left: #69491A solid 1px;
		padding-left: 20px;
	}
	.c_footer_nav ul:nth-of-type(3){
		border-right: #69491A solid 1px;
	}
	.c_footer_shopdata{
		margin-bottom: 50px;
	}
	/*ロゴ*/
	.c_footer_logo{
		max-width: 300px;
	}
	/*営業時間と電話番号*/
	.c_footer_telbtn {
		max-width: 300px;
	}
}
@media screen and (min-width : 960px) {/*960以上(タブレット/PC)*/
	.c_footer_nav{
		width: 50%;
		position: absolute;
		right: 0;
		top: 0;
	}
	/*ショップデータ----------*/
	.c_footer_shopdata_wrap{
		display: flex;
		justify-content: space-between;
		width: 46%;
	}
}
@media screen and (min-width:0px) and ( max-width:959px) {/*960まで(SP/タブレット/PC)*/
	/*フッターメニュー*/
	.c_footer_nav{
		margin: 0 auto 30px;
	}
	/*ショップデータ----------*/
	.c_footer_shopdata_wrap{
		margin: 0 auto;
	}
	.c_footer_shopdata{
		max-width: 300px;
		text-align: center;
		margin: 0 auto 50px;
	}
	/*コピーライト*/
	.c_copyright{
		text-align: center;
	}
}
@media screen and (min-width:0px) and ( max-width:599px) {/*600まで(SP)*/
	footer{
		text-align: center;
		width: 100%;
		background-color: #F1E6D5;
		color: #69491A;
		padding: 50px 0 10px;
	}
	/*フッターメニュー*/
	.c_footer_nav{
		padding: 10px 0;
		text-align: center;
	}
	.c_footer_nav li{
		/*padding: 0 2%;*/
		width: 22%;
		box-sizing: border-box;
		font-size: 1.0rem;
		line-height: 1.0;
		display: inline-block;
		border-right: #BBA78A solid 1px;
		padding: 8px 5px 8px 0px;
		box-sizing: border-box;
		white-space: nowrap;
	}
	.c_footer_nav li:first-child{
		padding-left: 5px;
		border-left: #BBA78A solid 1px;
	}
	.c_footer_nav_fujoho_schedule{
		font-size: 0.8rem;
		letter-spacing: -0.08em;
	}
	/*コピーライト*/
	.c_copyright{
		font-size: 1.0rem;
	}
}
@media screen and (min-width:0px) and ( max-width:479px) {/*480まで(SP)*/
	.c_footer_nav li{
		width: 23%;
	}
}
@media screen and (min-width:0px) and ( max-width:379px) {/*380まで(SP)*/
	.c_footer_nav li span{
		display: none;
	}
}

	/*ページトップｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰ*/
#pagetop{
	position:fixed;
	right: 20px;
	bottom:20px;
	cursor:pointer;
}
@media screen and (min-width:0px) and ( max-width:599px) {/*600まで(SP)*/
	#pagetop img{
		width: 60px;
	}
}


/*出勤メールバナー*/
.c_howto_suhedulemail_link{
	max-width: 500px;
	width: 80%;
	margin: 60px auto 60px;
}
.c_howto_suhedulemail_link a{
	text-align: center;
	padding: 10px 30px;
	display: block;
	background: #AA8E74;
	/*background: url("../image/common/favorite_linkbnr.jpg") no-repeat right center #AA8E74;
	background-size: auto 120%;*/
}
.c_howto_suhedulemail_link a img{
	vertical-align: middle;
	padding-bottom: 6px;
	margin-right: 0.4em;
}
.c_howto_suhedulemail_link a span{
	display: inline-block;
}
.c_howto_suhedulemail_link a:link,.c_howto_suhedulemail_link a:visited{
	color: #FFFFFF;
}
.c_howto_suhedulemail_link a:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
}
@media screen and (min-width : 1280px) {/*1280以上(タブレット/PC)*/
	.c_howto_suhedulemail_link a{
		background-size: auto 180%;
	}
}
@media screen and (min-width : 600px) {/*600以上(タブレット/PC)*/
	.c_howto_suhedulemail_link a{
		padding: 15px 30px;
		/*padding: 15px 100px 15px 30px;*/
	}
}
@media screen and (min-width:0px) and ( max-width:479px) {/*480まで(SP)*/
	.c_howto_suhedulemail_link a{
		font-size: 1.2rem;
		padding: 10px 15px;
	}
}
