@charset "utf-8";
/* CSS Document */
@import url('https://use.fontawesome.com/releases/v5.0.10/css/all.css');


/* =============================================================================
   Reset
   ========================================================================== */

*{
	padding:0px;
	margin:0px;
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img {
	border:0;
}
address,caption,cite,code,dfn,em,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
	overflow:hidden;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
img{
	vertical-align:bottom;
}
form {
	margin: 0px;
	padding: 0px;
}

input[type="search"],input[type="text"],textarea,select,button {
	-webkit-appearance: none;
	border-radius: 0;
}

input[type="search"],input[type="submit"],input[type="text"],textarea {
	-webkit-appearance: none;
}

/* =============================================================================
   Base
   ========================================================================== */

body {
	font-family:"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro", "Times New Roman", "游明朝", YuMincho, "HGS明朝E","メイリオ", "ＭＳ Ｐ明朝","MS PMincho",Meiryo, serif;
	font-size: 14px;
	line-height:1.8;
	color:#fff;
	background-color:#000;
	text-align: center;
	/*border-top: 1px solid #B28500;*/
	}

#wrapper {
}

#container {
}

#main {
	min-height: 500px;
}

.container{
	width:92%;
	margin:0 auto;
	overflow:hidden;
}

.wrapper{
}

.photo{
	text-align:center;
}

.thum{
	float:left;
}

.thumr{
	float:right;
}
/*.main_title{text-indent: 2%;}*/

.main_title {
    font-family: "Cinzel",serif;
    text-align: left;
    letter-spacing: 0.25em;
    font-size: 1.6rem;
    padding: 2% ;
    line-height: 1.3;
		margin-top:60px;
		color:#fff;
	/* border-bottom:1px solid #CCC; */
}
.main_title span {
    /*display: block;*/
    font-size: 0.7rem;
    letter-spacing: 0.15em;
		margin-left:5px;
	/*font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;*/
}

.letter-text {
	/*color: rgba(0, 0, 0, 0);
	background: linear-gradient(90deg, #8e6c37, #f6e2b0, #ffe9b7, #a47a3e);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;*/
}



.btn_more {
    /*background-color: rgba(71,64,79,0.8);*/
		background: rgba(1,1,1,1);
    text-align: center;
    margin: 5% auto;
    width: 50%;
		max-width:300px;
		border: 1px solid #ffcdbf;
}

.btn_more a {
    color: #ffcdbf;
    display: block;
    /* font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif; */
    font-size: 0.88rem;
    letter-spacing: 0.01em;
    padding: 4% 2% 4%;
}


/*inputボタン*/
.btn {
    background-color: rgba(0,0,0,0);
    border: 1px solid #ffcdbf;
    /*border-radius: 50px;*/
    color: #ffcdbf;
    cursor: pointer;
    /* font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif; */
    font-size: 1em;
    letter-spacing: 0.08em;
    line-height: 1;
    margin: 4% 0 0;
    padding: 3.5% 15% 3.1%;
}

/*imgボタン*/
.btn2 img{
    margin: 4% auto 4%;
		max-width:250px;
		width:90%;
}




/* =============================================================================
   Header
   ========================================================================== */

#header {
    padding: 0.1% 0;
		background: rgba(1,1,1,0.7);
		position: fixed;
		width: 100%;
		z-index: 100;
		top:0;
}
#header #logo {
    /*text-align: left;*/
}
#header #logo img {
    width: 66%;
		max-width:240px;
		margin:auto;
}

#header .time{
	font-size:0.9rem;
}
#header .time span{
	font-size:0.6rem;
}


#header .head-nav{
	position: absolute;
	top:0;
	right:0;
}

#header .head-nav ul {
    align-items: center;
    display: flex;
    height: 50px;
    justify-content: flex-end;
}

#header .head-nav ul .head-nav-btn {
    -moz-box-align: center;
    -moz-box-pack: center;
    align-items: center;
    display: flex;
    height: 50px;
    justify-content: center;
    width: 55px;
}
#header .head-nav ul .head-nav-btn i{
	font-size: 1.4rem;
			line-height: 1.1;
}

#header .head-nav ul .head-nav-btn .menu {
    font-size: 0.6rem;
		line-height: 1;
}

.btn_reserve{
	background-color:#ffcdbf;
}

.btn_line {
	background-color: #3c5e50;
}

.btn_enquete{
	background-color:#6A3500;
}

.btn_rec {
	background-color: #66603B;
}
.btn_tel {
	background-color: #47404F;
}
.btn_telf {
	background-color: #61464C;
}
/*#header .head-nav  a.btn_enquete {
    color: #000;
}*/
#header .head-nav ul .foot-nav-btn .menu{
	font-size: 0.6rem;
	line-height: 1;
}

#header .head-nav a {
	color:#f0f0f0;
}

#basedata{
	margin:120px 4% -60px;
}
#basedata #logo{
}
#basedata #logo img{
width:100%;
}
#basedata .time{
margin:2% 0;
    letter-spacing: 0.15em;
}




/* =============================================================================
   header Navi
   ========================================================================== */

#navi {
    background: url(/img/bg_navi.png) no-repeat;
		background-size: 100%;
    height: 100px;
    width: 100px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 5500;
}
#trigger-overlay {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
}
#navi button{
	margin-left:55px;
}

#navi span {
    background-color: #000;
    display: block;
    height: 2px;
    margin: 25% 0;
    width: 26px;
}
#navi span:nth-child(2) {
    width: 20px;
}
#navi span:last-of-type {
    margin-bottom: 20%;
}
#navi .menu{
    color: #000;
    font-size: 0.55rem;
    line-height: 1.1;
    text-align: center;
}



/* =============================================================================
   Navi
   ========================================================================== */

#gnavi {
	display:none;
}
#gnavi ul {
	border-bottom: 4px solid #EFEFEF;
}
#gnavi li {
    /* border-bottom: 1px solid #ccc; */
    float: left;
    font-size: 0.68rem;
    text-align: center;
    width: 20%;
}
#gnavi li img {
    width: 28%;
}
#gnavi li span {
    display: block;
    margin: 0 0 2%;
}
#gnavi li a {
    /* border-right: 1px solid #ccc; */
    color: #333;
    display: block;
    padding: 10% 0 4%;
}
#gnavi li:nth-child(2n+1) a {
}
#gnavi li:nth-of-type(4) a, #gnavi li:nth-of-type(8) a {
    border-right: medium none;
}

/* Overlay style */
.overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(1,1,1,0.9);
	z-index: 10000;
}

/* Overlay closing cross */
.overlay .overlay-close {
	position: absolute;
	left: 10px;
	top: 10px;
	overflow: hidden;
	border: none;
	background: url(../img/cross.png) no-repeat center center / 20px auto;
	color: transparent;
	outline: none;
	z-index: 10000;
	width:30px;
	height:30px;
}

/* Menu style */
.overlay nav {
	text-align: left;
	position: relative;
	top: 50%;
	height: 80%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.overlay ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	display: inline-block;
	height: 100%;
	width: 100%;
	position: relative;
	/* border-top:1px solid #FFC767; */
}

.overlay ul li {
	height: 20%;
	height: calc(100% / 11);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	display:inline-block;
	width:48%;
	text-indent: 10%;
}

.overlay ul li a {
	font-size: 1rem;
	font-weight: 300;
	display: block;
	color: #fff;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}

@media screen and (max-width: 320px){
.overlay ul li a {
	font-size: 0.75rem;
}
}

.overlay ul li a::before{
}

.overlay ul li a:hover,
.overlay ul li a:focus {
	color: #f0f0f0;
}

/* Effects */
.overlay-scale {
	visibility: hidden;
	opacity: 0;
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
	-webkit-transition: -webkit-transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
	transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
}

.overlay-scale.open {
	visibility: visible;
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
	transition: transform 0.4s, opacity 0.4s;
}
.genericon{
	vertical-align:middle;
	display:inline;
}
.genericon:before{
	/* content: '\f429';
	color:#FFF; */
	margin:0 2% 0 0;
}
@media screen and (max-height: 30.5em) {
	.overlay nav {
		/*height: 70%;
		font-size: 34px;*/
	}
	.overlay ul li {
		/*min-height: 34px;*/
	}
}

/*
====================================================
■ topNavi
====================================================
*/

#topNavi {
    background: rgba(1, 1, 1, 0.9) none repeat scroll 0 0;
    top: 0;
    color: #fff;
    height: 110px;
    overflow: hidden;
    position: fixed;
    width: 100%;
    z-index: 100;
}

#topNavi ul {}
#topNavi ul li a,#topNavi ul li button{
    font-size: 1.4rem;
		line-height: 1.4;
    height: 50px;
    padding: 5px 0 0 0;
    text-align: center;
    vertical-align: middle;
    width: 20%;
		float:left;
		color:#fff;
}
#topNavi ul li button {
	line-height: 1.2;
}


#topNavi ul li a span,#topNavi ul li button  span{
    font-size: 0.6rem;
		display: block;
		line-height: 1;
		color:#FFCDBF;
}

#topNavi ul li img{
	width: 30px;
}

#topNavi ul li img.nv_01{
}

#topNavi ul li img.nv_02{
}






/* =============================================================================
   Footer
   ========================================================================== */

#bn_group{
	margin:8% 0 0;
}
#bn_group ul{
}
#bn_group li {
    margin: 0 10% 2%;
}
#bn_group li img {
    width: 100%;
}



#footer {
    padding: 0 0 15%;
}


/*
#footer ul {
	border-top: 1px solid #CCC;
}
#footer li {
    border-bottom: 1px solid #CCC;
    font-size: 0.78rem;
}
#footer li a {
    display: block;
    padding: 3% 2% 2%;
}*/
address {
    font-size: 0.55rem;
    text-align: center;
	padding: 5% 0 2%;
    letter-spacing: 0.5em;
}

.change_device-container a{
    background: #666;
    padding: 1% 0 ;
		max-width: 50%;
		display: block;
		margin: auto;
		font-size:0.9rem;
}


#footer_btn {
    background-color: rgba(198, 1, 3, 0.8);
    border-radius: 6px;
    bottom: 0;
    color: #fff;
    left: 4%;
    padding: 2% 0 1%;
    position: fixed;
    text-align: center;
    width: 92%;
    z-index: 5000;
	bottom:1%;
}
#open {
    letter-spacing: 0.1em;
	font-size: 0.8rem;
}
#footer_btn a {
    color: #fff;
    display: block;
}
#cv {
    font-size: 1.2rem;
    letter-spacing: 0.05em;
    line-height: 1.2;
	margin:0 0 1%;
}
#footer_btn span {
    margin: 0 1% 0 0;
}
#footer_btn img {
    vertical-align: sub;
    width: 4.2%;
}

/*
====================================================
■ bottomNavi
====================================================
*/

#bottomNavi {
    /*background: rgba(1, 1, 1, 0.9) none repeat scroll 0 0;*/
    bottom: 0;
    color: #fff;
    height: 50px;
    overflow: hidden;
    position: fixed;
    width: 100%;
    z-index: 100;
		font-family: "Times New Roman","ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","ＭＳ Ｐゴシック",serif;
}

#bottomNavi ul {}
#bottomNavi ul li a{
    background: #333 none repeat scroll 0 0;
    font-size: 1.4rem;
		line-height: 1.3;
    height: 50px;
    padding: 5px 0 0 0;
    text-align: center;
    vertical-align: middle;
    width: 15%;
		float:left;
}
#bottomNavi ul li a span{
    font-size: 0.8rem;
		display: block;
		line-height: 1;
}
#bottomNavi ul li.tellink_wide a{
		background: rgba(255,205,191,0.9);
    width: 85%;
		height: 43px;
		padding: 8px 0 0 0;
		font-size: 1.6rem;
		line-height: 1.15;
		color:#000;
}

#bottomNavi ul li.tellink a{
		background: linear-gradient(90deg, #000000, 60%, #100040);
    width: 40%;
		height: 35px;
		padding: 15px 0 0 0;
		font-size: 1.25rem;
}
#bottomNavi ul li.schlink a{
		background: linear-gradient(90deg, #003749, 60%, #003749);
}
#bottomNavi ul li.rsvlink a{
	  background: linear-gradient(90deg, #100040, 60%, #1B006A);
}
#bottomNavi ul li.reclink a{
		background: linear-gradient(90deg, #CC7A7A, 60%, #FFCDBF);
}
#bottomNavi ul li.menlink a{
		background: linear-gradient(90deg, #3B405D, 60%, #A8AEC8);
}

#bottomNavi ul#rec li.tellink a{/*求人専用*/
    width: 55%;
		font-size: 1.15rem;
		background: linear-gradient(90deg, #271D1F, 60%, #5C4248);
}



/* =============================================================================
   #fmen
   ========================================================================== */

#fmenu{}

#fmenu ul {
    border-top: 1px solid #333333;
		margin-top:40px;
}
#fmenu li {
    border-bottom: 1px solid #333333;
    border-right: 1px solid #333333;
    box-sizing: border-box;
    float: left;
    font-size: 0.8rem;
    position: relative;
    width: 50%;
}
#fmenu li a {
    color: #fff;
    display: block;
    padding: 13px 2%;
}
#fmenu li:nth-child(2n+1) td {
    border-right: medium none;
}
#fmenu li::after {
    content:"\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 4%;
    top: 13px;
}




/* =============================================================================
   Link
   ========================================================================== */

a {
	transition: color .3s;
	-webkit-tap-highlight-color:rgba(0,0,0,0.5);
cursor:pointer;
}
/*
#footer a, .texteffect a {
	position: relative;
	display: inline-block;
	transition: .3s;
}
#footer a::after, .texteffect a::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 0;
	height: 1px;
	background-color: #FF8C1B;
	transition: .3s;
}
#footer a:hover::after, .texteffect a:hover::after {
	width: 100%;
}
*/
a:link, a:hover ,a:visited{
	text-decoration:none;
}
a:hover, a:hover img {
	filter:Alpha(opacity=100) ;
	opacity:1.0 ;
	-moz-opacity:1.0;
}


/*
====================================================
■ nowrap
====================================================
*/

.sche_data p{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* =============================================================================
   Listitem
   ========================================================================== */







.icons {/*マーク*/
    top:-8px;
    position: absolute;
    right: -15px;
    width: 60px;
    z-index: 11;
}
.icons img {
    display: block;
    width: 60px;
}

.types {/*タイプアイコン*/
    background-color: rgba(1, 1, 1, 0.7);
    border: 1px solid #ffcdbf;
    color: #fff;
    font-size: 0.75rem;
    padding: 0.5% 2%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 11;
		display: none;

}

.sche_info {/*出勤有無アイコン*/
    left:0;
    position: absolute;
    top: 0;
    width: 100%;
		text-align: left;
		font-size:0;
}

.today {/*本日出勤*/
	color: #FFCEBF;
	border:1px solid #FFCEBF;
	font-size: 0.75rem;
	text-align: center;
	display: inline-block;
	padding:2px 5px;
	line-height: 1.2;
	background: #000;
	z-index: 11;
}
.tomorrow{
    color: #76DCFE;
		border:1px solid #76DCFE;
    font-size: 0.75rem;
    text-align: center;
		display: inline-block;
    padding:2px;
    line-height: 1.2;
    z-index: 11;
		background: #000;
}

.course {/*対応コース*/
  overflow: hidden;
}
.course img{
  float:left;
  margin:1% 0.5% 0 0.5%;
  width:49%;
  max-width:156px;
}


.sche_data {
	overflow:hidden;
  display:table;
  width:100%;
  font-size:0.65rem;
  font-weight: bold;
}
.sche_data .time {
	color: #fff;
	/*background: linear-gradient(135deg, #CFAF7A, #ffccbf);
	text-indent: 5px;*/
	letter-spacing: 0.05em;
	line-height: 1.1;
	text-align: left;
	display:table-cell;
	vertical-align: middle;
	width:40%;

}
.sche_data .realtime {
	color: #FFCDBF;
	letter-spacing: 0.05em;
	text-indent: 3px;
	width:60%;
	display:table-cell;
	vertical-align: middle;
}








/*明るめカーキ　#dbc28f*/
a:link, a:hover ,a:visited,#btnmenu ul li a span,.foot-nav ul .foot-nav-btn,.foot-nav ul #trigger-overlay,.count span,.attention,#credit h4 ,#flow h4 ,#rule h4,#rule .frame ,
.caution span,#reserve .box h3,#completion .ppd span,#completion .pp,#box .title,#fee,#personal_data dt,.rec_type{
	color:#fff;
}

/*暗めカーキ　#ffcdbf*/
#main h3 .en,#option .free span {
    color: #ffcdbf;
}

/*黒系グラデ*/
.nfsort a,#btnmenu ul li a{background: linear-gradient(90deg, #303030, 60%, #1f1e1e) repeat scroll 0 0;}


/*豪華グラデ*/
.icon_schedule{background:linear-gradient(135deg, #8e6c37, #ffe9b7, #a47a3e) repeat;}

/*名前背景*/
.types#newface_box .box{
    background: linear-gradient(to bottom, rgba(1, 1, 1, 0), rgb(1, 1, 1)) ;
}

/*名前フォント*/
#point ,.name,#mainv .galdata{
font-family: "kozuka-mincho-pro","Times New Roman","ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","ＭＳ Ｐゴシック",serif;
}


/*realtime*/

.realtime span {
    font-size: 0.9rem;
    letter-spacing: 0.05em;
}
.realtime_01 {
    background-color: #3c5e50;
}
.realtime_02 {
    background-color: rgba(0, 105, 140, 0.6);
}
.realtime_03 {
    background-color: rgba(0, 105, 140, 0.6);
}
.realtime_04 {
    background-color: #303030;
}
.realtime_05 {
    background-color: #303030;
}
.realtime_06 {
    background-color: #303030;
    line-height: 1.2;
}
.realtime_06 span {
    display: block;
    font-size: 0.7rem;
    letter-spacing: -0.05em;
}


/*LINE*/

.line_01 {
    color: #00c300;
    font-size: 2rem;
    letter-spacing: 0.2em;
}


/*
====================================================
■ hr
====================================================
*/

hr {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    height: 34px;
    margin: 2% auto;
    width: 4px;
		background:url(/img/hr.png) no-repeat;
		border-style: none none none solid;
    border-width: 0 0 0 0;
}
