/* サイト固有のデザインは theme ファイルで指定されている要素を カスタムCSS（本ファイル）内で上書きしてください（themeファイルの変更は原則不可です） */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap');

body {
	background-color: #000000;
	color: #FFFFFF;
    font-family: "Noto Serif JP", serif;
}
body::before {
	content: "";
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100%;
    background-image:url(/asset/img/bg.jpg);
}

img{
	max-width:100%;
	height:auto;
}

header h1{
    background-color: rgba(0,0,0,0.80);
    color: #FFF;
}

/* ── ヘッダー背景画像だけをループで明暗させる ── */
header {
  position: relative;
  background-image: none !important;   /* 画像はheader本体から外す */
  background-color: #000;              /* 元の黒背景を維持 */
}

header::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url("/asset/img/bg_top.jpg");
  background-repeat: no-repeat;
  background-position: 50% 0%;
  background-size: 100%;
  pointer-events: none;
  animation: headerBgPulse 4s ease-in-out infinite;  /* ← 速さ */
}

/* ロゴ・営業時間・メニューは明暗の影響を受けないよう前面へ */
header > * {
  position: relative;
  z-index: 1;
}

/* ★追加：メニュー下の白いバー(header::after)を前面に戻す */
header::after {
  position: relative;
  z-index: 2;
}

@keyframes headerBgPulse {
  0%   { filter: brightness(1);    }
  50%  { filter: brightness(0.45); }  /* ← 一番暗いところ */
  100% { filter: brightness(1);    }
}

header .title {
	background-image:url(/asset/img/logo.png?111);
	height: 200px;
}

.main header .title {
	height: 400px;
}

header::after {
	height: 4px;
	background-color: #FFF;
    
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#755a2e+0,fcde85+52,7a6430+100 */
background: linear-gradient(135deg,  rgba(117,90,46,1) 0%,rgba(252,222,133,1) 52%,rgba(122,100,48,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

    
}

body > .container {
	max-width:none;
}

#main-nav {
	background-color: #111;
}

#main-nav .nav .item:after{
	border-right:1px solid #FFF;
	transform: skewX(-20deg);
}

.table-schedule .item .data .sche .workstr
{
	order: 0;/* 表示順 0が一番上*/
}

#opentel {
    font-size: 1.2em;
    background-color: rgba(73, 63, 42, 0.6);
    color: #FFF;
    border-top:1px solid #A28861;
    border-bottom:1px solid #A28861;
}

#opentel .holiday::before, #opentel .tellink::before, #opentel .openclose::before{
	background-color:#FFF;
}

#opentel a{
	color: #111;
    
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#755a2e+0,fcde85+52,7a6430+100 */
background: linear-gradient(135deg,  rgba(117,90,46,1) 0%,rgba(252,222,133,1) 52%,rgba(122,100,48,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

#opentel .bi-tel::before{
	background-color:#111;
}

#opentel a.bi-line {
  background: #093;
  color: #FF0;
}

.breadcrumb {
	margin-bottom: 0;
	background-color: rgba(110, 88, 54, 0.5);
}

.panel .panel-heading .panel-title,
#main-nav .nav .item a
{
	font-family: "Playfair Display", serif;
}

#main-nav .nav .item a small,
.panel .panel-heading .panel-title small {
	font-family: "Noto Serif JP", serif;
}

#main-nav .nav .item a{
	color: #FFF;
}

#main-nav .nav .item a small{
    color: #666;
}

.panel .panel-body{
    visibility: hidden;
}

.panel > .panel-heading .panel-title{
	color: #B69659;
}
	

.panel-title small {
	color: #FFF;
}


.panel > .panel-heading::after {
	content: "";
	display: block;
	height: 1px;
	width: 100%;
	z-index: 1;
	background-color: #999;

/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+50,0+100 */
background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */


}

.block-main, .block-right, .bclok-left{
	/* [disabled]padding: 0; */
	width: 100%;
}

.list-staff .item{
	border:none;
	box-shadow:1px 1px 5px rgba(0,0,0,0.1);
	background-color:#222;
	color:#FFF;
}

.list-staff .item .cinfo, .list-staff .item .info{
    height:auto;
    min-height:70px;
}

.list-group-item {
	color:#FFF;
}

#information .panel-body .list-group .list-group-item .title {
	color: #FFFFFF;
	background-color: rgba(204,204,204,0.2);
}
#information .panel-body .list-group .list-group-item .date {
	color: #FFF;
	background-color: #9c8550;
}

.plink a {
	background-color: #999;
	color: #111;
    
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#755a2e+0,fcde85+52,7a6430+100 */
background: linear-gradient(135deg,  rgba(117,90,46,1) 0%,rgba(252,222,133,1) 52%,rgba(122,100,48,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    
}
.prodata {
	color: #FFF;
	background-color: #666;
	outline: 2px solid #a99678;
    border:1px solid #796039;
    
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#91650e+0,59370e+100 */
background: radial-gradient(ellipse at center,  rgba(145,101,14,1) 0%,rgba(89,55,14,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    
}

.ctitle{
	background-color: rgba(255,255,255,0.2);
	color:#FFF;
}

.prodata .size{
	background-color:rgba(255,255,255,0.3);
	
}

.res, .res .gvalue , .res .item{
	border-color:#4e4e4e;
	background-color:#111;
}

.res .gname ,.gallery .item .title{
	background-color: #564b2f;
	color: #FFF;
}

.res .gvalue{
	color:#FFF;
}

.res .item .name{
	color: #FFF;
	background-color: #231f1b;
}

.res .item .value{
	color:#FFF;
}

.res.recruit .item{
	display:block;
}

.res.recruit{
	padding:5px;
}

.res.recruit .item .name{
	display:block;
	width:100%;
	background-color:#333;
}

.res.recruit .item .value{
	background-color:#111;
	display:block;
	width:100%;
}

.gallery .item {
	border: none;
	background-color: rgba(51,51,51,1);
	color: #FFFFFF;
	/* [disabled]box-shadow: 1px 1px 5px rgba(0,0,0,0.1); */
}

.list-staff .item .scheday,.tsche{
	background-color:#544839;
	color:#FFF;
}

.table-schedule{
	border:1px solid #666;
}

.table-schedule .item .data .sche,.table-schedule .item .day .date{
	border-left:1px solid #666;
}

.table-schedule .profile{
	background-color:#666;
}

#schedule_day .day-col{
	background-color:#FFF;
	color:#111;
}

#schedule_day .day-col.day-active ,.sc .btn-default ,.contact_rec {
	background-color: #333333;
	color: #FFF;
    
	color: #111;
    
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#755a2e+0,fcde85+52,7a6430+100 */
background: linear-gradient(135deg,  rgba(117,90,46,1) 0%,rgba(252,222,133,1) 52%,rgba(122,100,48,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */    
}

.contact_rec:hover {
	color: #FFF;
}


footer {
    background-color: rgba(0,0,0,0.90);
    color: #FFF;
}

footer nav a,footer nav a::after{
	border-color:rgba(255,255,255,0.4);
}

footer nav{
    background-color: rgba(115,96,38,0.50);
}

footer img{
	width:200px;
	margin-top:20px;
}

.back2top a {
    background-color: rgba(96,86,61,0.80);
}

.back2top a::before {
	background-color:#FFF;
}


.quick-contact {
	background-color: #111;
}

.quick-contact .fopen {
    background-color: #2E2719;
    color: #FFFFFF;
    border-top:1px solid #A28861;
    border-bottom:1px solid #A28861;
  }
  
.bi-clock::before{
	background-color:#FFF;
}
  
  
#ftel a.btop{
    background-color: #5F5646 !important;
}
  
  textarea.form-control{
	height:100px;
	min-height:40px;
}

.btn-secondary,.btn-secondary:hover {
	border: 1px solid #978262;
	color: #111 !important;
    
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#755a2e+0,fcde85+52,7a6430+100 */
background: linear-gradient(135deg,  rgba(117,90,46,1) 0%,rgba(252,222,133,1) 52%,rgba(122,100,48,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */   
}

  
.btn-check:active+.btn-outline-secondary, .btn-check:checked+.btn-outline-secondary, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show, .btn-outline-secondary:active ,.btn-outline-secondary:hover{
	border: 1px solid #978262;
	color: #111 !important;
    
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#755a2e+0,fcde85+52,7a6430+100 */
background: linear-gradient(135deg,  rgba(117,90,46,1) 0%,rgba(252,222,133,1) 52%,rgba(122,100,48,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */   
}
  
  .btn-primary,.btn-primary:hover ,.btn-warning ,.btn-warning:hover{
	border:1px solid #978262 !important;
	color: #111 !important;
    
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#755a2e+0,fcde85+52,7a6430+100 */
background: linear-gradient(135deg,  rgba(117,90,46,1) 0%,rgba(252,222,133,1) 52%,rgba(122,100,48,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */   
	transition:0.5s;
}

  
.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus{
    box-shadow: 0 0 0 .25rem rgba(255,205,135,0.50);
    -webkit-box-shadow: 0 0 0 .25rem rgba(255,205,135,0.50);
}
  
button:hover{
	opacity:0.6;

}
  
.table-schedule .profile{
	background-color: #3a2d22;
}
  
.col-form-label{
	color: #FFFFFF;
	background-color: rgba(204,204,204,0.2);
}
  
form .required::after{
	background-color: #D00005;
	color: #FFF;
}
 
.table-schedule{
	 background-color:#111;
}
  
.table-schedule .item .day{
	background-color:#333;
}

  .caution .item .value{
	text-align:left !important;
}
  
.ggmap {

}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {

	top: 0;
	left: 0;
	width: 100%;
	height: 300px;
}

.waittimeTitle{
	display: block;
	text-align: center;
	padding:5px;
	background-color:#666;
	color:#FFF;
}
  
.stime{
	display:table;
	width:100%;
}

.t_table{
	vertical-align:middle;
	display: table-cell;
}
  
.freetext {
  max-width: 1000px;
  margin: auto;
}

.prof-slide-nav{
    margin-bottom:10px;
}

@media (max-width: 1000px) {
	
	header{
	background-size:200%;
}

.form-control {
  font-size: 16px;
}
	
}


@media (max-width: 768px) {

body::before {
	background-size: 300%;
}

header{
	background-size:200%;
}

header::after {
	height: 15px;
	border-top:12px solid #111;
}

header h1 {
	font-size:0;
	padding:0;

}

header .title {
	height: 20vh;
}

.main header .title {
	height: 25vh;
}

#main-nav .toggle {
    background-color: rgba(162,141,90,0.80);
    
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#9e783f+0,ffe587+50,ad8545+100&0.9+0,0.9+100 */
background: linear-gradient(135deg,  rgba(158,120,63,0.9) 0%,rgba(255,229,135,0.9) 50%,rgba(173,133,69,0.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    
  }
  
#main-nav .toggle::before {
    background-color: #111 !important;
  }
  
#main-nav {
    position: fixed;
    z-index: 10000;
}
  
#main-nav .nav .item a{
	/* [disabled]color:#FFF; */
}

.res .item .name:not(:empty){
	background-color:rgba(255,255,255,0.1);
	color:#FFF;
}
    
 #ftel .tel{
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#755a2e+0,fcde85+52,7a6430+100 */
background: linear-gradient(135deg,  rgba(117,90,46,1) 0%,rgba(252,222,133,1) 52%,rgba(122,100,48,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    }
    
#ftel .fline {
    background: #090 !important;
    }
    
}