@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{
	/*background: url("../image/index/bg_cover.jpg") no-repeat center top;
	background-size: cover;
	background-attachment: fixed;*/
	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.4rem;
	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;
	}
	.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{
	background: url("../image/common/cafe.jpg") no-repeat center center;
	background-size:100% auto;
	width: 100%;
	position: relative;
}
.header_inner div{
	text-align: center;
	color: #FFFFFF;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
}
h1{
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	padding-top: 10px;
	color: #FFFFFF;
	text-align: center;
	font-weight: normal;
	font-size: 1.2rem;
	letter-spacing: 0.06em;
	text-shadow: 0 0 1em rgba(0,0,0,1.0);
}
h1 span{
	display: inline-block;
	padding:2px 10px;
	background-color: rgba(39,12,1,0.4);
}
.header p{
	white-space: nowrap;
	margin-top: 20px;
	letter-spacing: 0.4em;
	font-size: 1.2rem;
}
@media screen and (min-width : 960px) {/*960以上(タブレット/PC)*/
	.header{
		height: 100vh;
	}
	.header{
		background: url("../image/common/cafe.jpg") no-repeat left bottom;
		background-size:cover;
		width: 100%;
		position: relative;
	}
}
@media screen and (min-width:0px) and ( max-width:959px) {/*960まで(SP)*/
	.header:before {
		content: "";
		display: block;
		padding-top: 56.25%; /* 16:9 */
	}
	.header_inner {
		position: absolute;
		top: 0; 
		left: 0;
		width: 100%;
		height: 100%;
	}
}
@media screen and (min-width:0px) and ( max-width:479px) {/*480まで(SP)*/
	.header p{
		font-size: 1.0rem;
	}
}


/*入り口*/
main{
	background-color: #FFFFFF;
}
.entrance {
	padding-top: 50px;
	text-align: center;
}
.entrance p{
	max-width: 1280px;
	width: 90%;
	margin: 0 auto 30px;
}
.entrance ul{
	max-width: 600px;
	width: 80%;
	margin: 0 auto 50px;
}
.entrance li:first-child{
	margin-bottom: 30px;
	letter-spacing: 1em;
}
.entrance li:last-child{
	letter-spacing: 0.2em;
}

.entrance dl{
	padding: 80px 5%;
	background-color: rgba(241,230,213,0.50);
	margin-bottom: 50px;
}
.entrance dt{
	color: #69491A;
	margin-bottom: 10px;
}
.entrance dt span{
	display: inline-block;
}

@media screen and (min-width:0px) and ( max-width:599px) {/*600まで(SP)*/
	.entrance p{
		font-size: 1.2rem;
	}
	.entrance dd{
		font-size: 1.2rem;
	}
}
@media screen and (min-width:0px) and ( max-width:479px) {/*480まで(SP)*/
	.entrance p{
		font-size: 1.0rem;
		text-align: left;
	}
	.entrance dl{
		padding: 50px 0%;
	}
	.entrance dt{
		font-size: 1.4rem;
	}
	.entrance dd{
		padding: 0 5%
	}
}
/*口コミガジェット*/
.fujoho_custom_banner{
	position: relative;
	max-width: 800px;
	width: 90%;
	height: 300px;
	margin: 0 auto 30px;
}



/*リンクｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰ*/
.linkbnr_list{
		max-width: 1024px;
	width: 90%;
	padding-top: 20px;
	margin: 0 auto 80px;
	text-align: center;
}
.linkbnr_list li{
	margin-bottom: 15px;
}
.linkbnr_list li:last-child{
	margin-bottom: 0px;
}


/*定期検査ｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰ*/
.std{
	padding: 80px 0;
	background-color: rgba(241,230,213,0.50)
}
.std dl{
	max-width: 1024px;
	width: 90%;	
	margin: 0 auto;
	line-height: 2.0;
}

.std dt{
	font-size: 2.2rem;
	text-align: center;
	font-family: 'Noto Serif JP', serif;
	color: #69491A;
	font-weight: normal;
	margin-bottom: 10px;
}
.std_btn{
	max-width: 400px;
	margin: 15px auto 40px;
}
@media screen and (min-width : 480px) {/*480以上(タブレット/PC)*/
	.std dl{
		font-size: 1.8rem;
	}
	.std dt{
		font-size: 2.4rem;
	}
	.std_btn a{/*c_btn*/
			letter-spacing: 0.08em;
	}
}


/*求人バナーｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰ*/
.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;
}
@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;
		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;
	}
}