/* サイト固有のデザインは 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@600&display=swap');

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

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

header h1{
	background-color: rgba(64, 23, 23, 0.8);
	color: #FFF;
}

header {


}

header .title {
	background-image:url(/asset/img/logo.png?222);
	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/#ffef77+0,c49001+23,fce8ae+55,f2c602+72,996b01+98 */
background: linear-gradient(135deg,  rgba(255,239,119,1) 0%,rgba(196,144,1,1) 23%,rgba(252,232,174,1) 55%,rgba(242,198,2,1) 72%,rgba(153,107,1,1) 98%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    
}

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

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

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

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

#opentel {
    font-size: 1.2em;
    background-color: rgba(255, 227, 227, 0.8);
    color: #111;
}


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

#opentel a{
    background-color: #FFBEB8;
    color: #111;
}

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

.breadcrumb {
	margin-bottom: 0;
	background-color: rgba(145, 90, 90, 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: #352828;
    text-shadow:1px 1px rgba(255,255,255,0.3);
}

#main-nav .nav .item a small{
	/* [disabled]color:#666; */
}

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

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

.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);
}

#information .panel-body .list-group .list-group-item .title {
    color: #333333;
    background-color: rgba(204,186,179,0.20);
}
#information .panel-body .list-group .list-group-item .date {
    color: #FFFFFF;
    background-color: #474343;
}

.event #information .panel-body{
    max-height: none;
}

.plink a {
    background-color: #e69c95;
    color: #FFF;
}

.prodata a{
	color: #111;
}

.prodata {
	color: #111;
	background-color: transparent;
	outline: 2px solid #111;

    
}

.ctitle{
	color: #333333;
	background-color: rgba(204,186,179,0.20);
}

.prodata .size{
	background-color:rgba(0,0,0,0.5);
    color:#FFF;
	
}

.res, .res .gvalue , .res .item{
	border:none;
    background-color:transparent;
}

.res .gname ,.gallery .item .title {
	background-color: transparent;
	color: #111;
    border-bottom:1px solid #111;
    font-size:1.3em;
}

.res.system .gname{
    margin-bottom:30px;
    font-weight: bold;

}
    

.res .gvalue{
	color:#111;
    margin:0 0 30px;

}

.res{
    margin-bottom:50px;
}

.res.system .item{
    width:80%;
    margin:auto;

}

.res .item .name{
	color: #111 !important;
	background-color: transparent !important;
    border-bottom:1px dotted #bfbfbf !important; 
    font-weight: normal;
    padding:20px;
}

.res .item .value{
	color:#111;
    border-bottom:1px dotted #bfbfbf !important;
    padding:20px;
    font-size:1em;
}

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

.res.recruit{
	padding:5px;
}

.res.recruit .item .name{
	display: block;
	width: 100%;
	background-color: transparent;
	color:#111;
    font-weight: bold;
    font-size:1.3em;
}

.res.recruit .item .value{
	background-color:transparent;
	display: block;
	width: 100%;
    margin-bottom:30px;
}

.gallery .item {
	border: 1px solid #111;
	background-color: transparent;
	color: #111;
    padding:5px;
    
}

.list-staff .item .scheday, .tsche{
	background-color:#FFCFCA;
	color:#111;
}


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

#schedule_day .day-col.day-active ,.sc .btn-default ,.contact_rec{
    background-color: #e69c95;
    color: #FFF;
}

.contact_rec:hover {
	color: #FFF;
}


footer {
    background-color: rgba(255,225,223,1.00);
    color: #FFF;
}

footer .copyright,footer a{
    color:#352828;
}

footer nav a,footer nav a::after{
	border-color:#111;
    color:#111;
}

footer nav{
    background-color: #FFBEB8;
}

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

.back2top a {
    background-color: rgba(146,83,81,0.80);
}

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


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

.quick-contact .fopen {
	background-color: #ff9a9a;
	color: #FFF;
  }
  
  
#ftel a.btop{
    background-color: #EC9797;
}
  
  textarea.form-control{
	height:100px;
	min-height:40px;
}

  
.btn-secondary,.btn-secondary:hover {
	border: 1px solid #dbb0a6;
    background-color: #e69c95;
    color: #FFF;
}
  
.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 #dbb0a6;
    background-color: #e69c95;
    color: #FFF;
  }
  
.btn-primary,.btn-primary:hover ,.btn-warning ,.btn-warning:hover{
	border:1px solid #dbb0a6 !important;
    background-color: #e69c95 !important;
    color: #FFF !important;
	transition:0.5s;
  }
  
.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus{
    box-shadow: 0 0 0 .25rem rgba(132,36,66,0.50);
    -webkit-box-shadow: 0 0 0 .25rem rgba(132,36,66,0.50);
}

  
button:hover{
	opacity:0.6;

  }
  
.table-schedule .profile{
	background-color: #898989;
}
  
.col-form-label{
	color: #333333;
	background-color: rgba(204,186,179,0.20);
}
  
form .required::after{
	background-color: #D00005;
	color: #FFF;
}
  
.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;
    margin:10px 0;
}

body.waittime .nowtime{
    border-color:#333;
}

body.waittime .waittimestr{
    background-color:#EEE;
}


.stime{
	display:table;
	width:100%;
}

.t_table{
	vertical-align:middle;
	display: table-cell;
}

.ranktitle
{
	text-align: center;
	font-size: 18px;
	font-weight: bold;
    color:#FFF;

	margin: 2rem auto 0;
	padding: 1rem 0;
    
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fc9999+0,ff8c8c+50,ff8c8c+100&0+10,1+25,1+75,0+90 */
background: linear-gradient(135deg,  rgba(252,153,153,0) 0%,rgba(253,150,150,0) 10%,rgba(254,146,146,1) 25%,rgba(255,140,140,1) 50%,rgba(255,140,140,1) 75%,rgba(255,140,140,0) 90%,rgba(255,140,140,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

    
}
.ranktitle img
{
	margin-top: -10px;
}

.rank
{
    position: relative;
    padding: 0.5rem 1.5rem;
    overflow: hidden;
    background-color: #FFBEB8;
    text-align: center;
    color: #111;
}

	.rank .burst-12
	{
		font-size: 16px;
		color: #111;
		font-weight: bold;
        
	}
	.rank .burst-12::after
	{
		content:"位";
		display: inline;
		font-size: 1.25rem;
		margin-left: 0.25rem;
	}

	.ranking .list-staff .item {
    border: 1px solid #e1b7b7;
    margin: 3px;
    background-color: #FFFFFF;
    color: #111;
	}
	.ranking .list-staff .item .photo
	{
		padding: 0;
	}

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


@media (max-width: 768px) {

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

header{
	background-size:200%;
}

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

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

}

header .title {
	height: 20vh;
}

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

#main-nav .toggle {
    background-color: rgba(215,128,128,0.80);
  }
  
#main-nav .toggle::before {
    background-color: #ffffff;
  }
  
#main-nav {
	/* [disabled]background-color: rgba(0,0,0,0.8); */
}
  
#main-nav .nav .item a{
	/* [disabled]color:#FFF; */
}

#ftel .tel {
    background-color: #FFF;
}
    
.res.system .item{
    width:95%;
    }
    
.res.system .item .name:before{
    content: "";
    }
    
.res.system.caution .item .name:before{
    content: none;
    }
    
.res.system .item{
    border-bottom:1px dotted #999;
    }
    
.res.system .item:last-child{
    border-bottom:1px dotted #999;
    }
    
.res.system .item .value,.res.system .item .name{
    width:48% !important;
    display: inline-block;
    font-size:12px;
    padding:10px;
    border:none !important;
    }
    
.res.system .gvalue{
    font-size:12px;
    }
    
.res.system.caution .item .value{
    border:none !important;
    width:100% !important;
    }
    
.caution .item{
    border:none !important;
}
    
.fsms{
    display: block;
    margin: 4px 8px;
    padding: 4px;
    border-radius: 15px;
    background-color: #FBEE99;
    color: #111 !important;
    text-align: center;
    }
    
.quick-contact{
    opacity: 1;
    bottom:0;
    }
    
}