@charset "utf-8";
/* CSS Document */
/*共通要素*/
html{
	margin: 0;
	padding: 0;
}
body{
	font-family: 'Cinzel', 'Sawarabi Mincho', serif;
	font-weight:100;
	background: url("../img/bg_img.jpg") center center repeat;
}
a,a:hover{
	text-decoration: none;
}

@media screen and (max-width:768px) {
	.pc {
		display: none;
		}
}
@media screen and (min-width:769px) {
		.sp {
		display: none;
		}
}

.f-eng{
	font-family: 'Cinzel', 'Sawarabi Mincho', serif;
	font-weight:100;
}

/*フェードイン*/
	/*1.フェードインアニメーションの指定*/
.scrollanime {opacity: 0;} /*一瞬表示されるのを防ぐ*/
.fadeInDown {
    animation-name: fadeInDown;
    animation-duration: 2s;
    animation-fill-mode: forwards;
}
@keyframes fadeInDown {
    0% {
        opacity: 0;         
    }
    100% {
    opacity: 1;
    transform: translate(0);
    }
}
	/*2.上下の動きを指定*/
.updown {transform: translateY(-50px);}
.downup {transform: translateY(50px);}
	/*3.左右の動きを指定*/
.sect02{overflow: hidden;} /*横スクロールバーを隠す*/
.slide-right {transform: translateX(200px);}
.slide-left {transform: translateX(-200px);}

/*ページ内リンクの位置調整*/
#system,#access,#recruit{
	margin-top: -80px;
	padding-top:80px;
}

/*navbar*/
nav{
	max-width:1200px;
	margin:0 auto;
}
a.nav-link{
	font-size: 14px;
	color:#ffffff;
}
.bg-nav{
	background-color: rgba( 0, 0, 0, 0.5 );
}
.navbar-toggler{
	background: hsla(0,0%,77%,0.85);
}
@media screen and (min-width:768px) {
	.l-nav{
		display: none;
	}
	.navbar-nav {
	}
	.navbar-nav ul {
	}
	.navbar-nav li {
		/*border-top: 0px solid rgba(0, 0, 0, .1);*/
	}
	.navbar-nav li a {
		font-weight: bold;
		text-align: center;
		/*border-left: 1px solid rgba(255, 255, 255, .75);
		border-right: 1px solid rgba(0, 0, 0, .1);*/
	}
	.navbar-nav li:last-child a {
		border-right: 0;
		border-radius: 0 3px 3px 0;
	}
	.nav-link span{
		display: block;
		font-size: 0.5rem;
	}
}
@media screen and (max-width:768px) {
	header{
		background-color: rgba( 0, 0, 0, 0.5 );
	}
	.m-nav{
	display: none;
	}
	.slider-container,.header-img{
		margin-top: 80px;
	}
	.nav-link span{
		margin-left: 1.0rem;
	}
}

/*画像の上に文字*/
.text-on {
	position: relative;
}
.text-on p {
	position: absolute;
	width:100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin:0;
	text-align: center;
	color: #D4D4D4;
	font-weight: bold;
	font-size: 2.0vw;
	z-index:1000;
}
.text-on p span{
	font-size: 1.4vw;
	display: block;
}
.text-on::after {
  position: absolute;
  top: 30%;
  left: 0;
  display: block;
  width: 100%;
  height: 40%;
  content: "";
  background: rgba(0, 0, 0, 0.6);
}
@media screen and (max-width:768px) {
	.text-on p {
		font-size: 6.0vw;
	}
	.text-on p span{
		font-size: 3.0vw;
	}
	.text-on::after {
		top: 20%;
		height: 60%;
	}
}

/*見出し*/
h3{
	text-align: center;
	padding-top: 1.0rem;
	font-size: 18px;
}
h3 span{
	display: block;
	font-size: 14px;
}

/*HOME*/
.header1{
	height: 80px;
	background-color: #191313;
}
.top-img{
	width: 100%;
	background: url("../img/index_img.jpg") center top no-repeat;
	background-size: 100% auto;
}
.top-img img{
	width: 100%;
}
.video{
	width: 100%;
}
@media screen and (max-width:768px) {
	#index-m{
		height:90px;
	}
}

/*店長のオススメ*/
#reco{}
@media screen and (max-width:768px) {
}

/*Twitter*/
#twitter{
}
.twitter{
	padding: 0 5%;
}
@media screen and (max-width:768px) {

}
/*本日の出勤*/
#today{
}
#today img{
	width: 100%;
}
#today p{
	text-align: center;
	border-top: rgba(172,41,86,1.00) solid 1px;
	border-bottom: rgba(172,41,86,1.00) solid 1px;
	padding: 1.0rem 0;
}
.staff{
	margin-bottom: 1.0rem;
}
.card{
	background-color: transparent;
	height: 100%;
}
.card-text i{
	margin-right: 0.5rem
}
.card-img-top {
	max-width: 100%;
	flex-shrink:0;
 }
@media screen and (max-width:768px) {
	.staff{
		margin: 0;
		padding: 0.3rem;
	}
	.card-body{
		padding: 0.5rem;
		margin: 0;
	}
	.card-text{
		font-size: 12px;
	}
}

/*インスタグラム*/
.insta_btn{/*ボタンの下地*/
  color: #FFF;/*文字・アイコン色*/
  border-radius: 7px;/*角丸に*/
  position: relative;
  display: inline-block;
  height: 70px;/*高さ*/
  width: 95%;/*幅*/
	margin-left: 2.5%;
  text-align: center;/*中身を中央寄せ*/
  font-size: 20px;/*文字のサイズ*/
  line-height: 70px;/*高さと合わせる*/
  background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;/*グラデーション①*/
  overflow: hidden;/*はみ出た部分を隠す*/
  text-decoration:none;/*下線は消す*/
}
.insta_btn:before{/*グラデーション②*/
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;/*全体を覆う*/
  height: 100%;/*全体を覆う*/
  background: -webkit-linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
  background: linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
}
.insta_btn:hover {
	color: #ffffff;
	
}
.insta_btn .fa-instagram{/*アイコン*/
  font-size: 32px;/*アイコンサイズ*/
  position: relative;
  top: 6px;/*アイコン位置の微調整*/
}
.insta_btn span {/*テキスト*/
  display:inline-block;
  position: relative;
  transition: .5s
}
.insta_btn:hover span{/*ホバーで一周回転*/
  -webkit-transform: rotateX(360deg);
  -ms-transform: rotateX(360deg);
  transform: rotateX(360deg);
}


/*Contact*/
#contact img{
	width: 100%;
}
table.formTable{
	width:100%;
	max-width: 700px;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
}
table.formTable th{
	width:30%;
	font-weight:normal;
	background:#efefef;
	text-align:left;
}
caption {
  caption-side: top;
	color: #1E1E1E;
}
input{
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}
.formTable td{
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}
@media screen and (max-width:768px) {
	table.formTable th, table.formTable td {
		width:auto;
		display:block;
	}
	table.formTable th {
		margin-top:5px;
		border-bottom:0;
	}
	input[type="text"], textarea {
		width:80%;
		padding:5px;
		font-size:110%;
		display:block;
	}
	input[type="submit"], input[type="reset"], input[type="button"] {
		display:block;
		width:100%;
		height:40px;
	}
}

/*料金表*/
.sys-main{
}
.sys-main img{
	width: 100%;
}
@media screen and (max-width:768px) {
	.sp-line th,.sp-line td{
		display: block;
	}
	.sp-noline th,.sp-noline td{
		display: table-cell;
	}
}

/*アクセス*/
.access h4 {
	font-size: 20px;
}
.access h4 span {
	display: flex;
	align-items: center;
	color: #498ee0;
	font-size: 18px;
	text-transform: uppercase;
}
.access h4 span::before {
	content: '';
	display: inline-block;
	margin-right: 20px;
	width: 40px;
	height: 1px;
	background-color: #498ee0;
}
.access img{
	width: 100%;
	margin: 1.0rem 0;
}

/*フッター*/
footer{
	background-color: #1F1714;
	color: #DCDCDC;
	padding-top: 1.0rem;
}
footer a, footer a:focus, footer a:active {
    color: #DCDCDC;
}
.nav-list li {
    padding-top: 5px;
    padding-bottom: 5px;
}
.nav-list li a span {
	font-size:0.7rem;
}
.nav-list li a:hover:before {
    margin-left: 0;
    opacity: 1;
    visibility: visible;
}
ul, ol {
    list-style: none;
    padding: 0;
    margin: 0;
}
.nav-list li a:before {
    content: "\f061";
    font: 900 21px/1 "Font Awesome 5 Free";
    color: #4d6de6;
    display: inline-block;
    vertical-align: baseline;
    margin-left: -28px;
    margin-right: 7px;
    opacity: 0;
    visibility: hidden;
    transition: .22s ease;
}
.social-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 23px;
    font: 900 13px/1 "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5);
}
.social-container .col {
    border: 1px solid rgba(255, 255, 255, 0.1);
}
@media(min-width: 768px){
  a[href^="tel:"]{
    pointer-events: none;
  }
}
