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

body{
    background-color: #151513;
    color: #111;
}

body > .container {
	max-width:none;
    background:#FFF;
	font-family: 'Noto Serif JP', serif;
    background-image:url(/asset/img/bg.jpg);
    background-position: center top;
}

body::before {
    background-image: url(/asset/img/bg.png);
    /* [disabled]background-size: 100%; */
    /* [disabled]background-repeat: no-repeat; */
    background-position: center top;
}

header{


}

header:after {
	background-color: #66643f;

}

header .title {
  height: 150px !important;
  margin:0 auto !important;
    width:300px;
}

h1{
    background-color:#4e4d42;

}

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

.age-height,
.threesize
{
	display: none;
}

#opentel {
    padding: 5px 0;
    text-align: center;
    font-size: 1.3em;
    background-color:#4e4d42;
    color: #FFF;
    
}

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

#opentel a{
    background-color: #D00003;
    color: #FFF;
}

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

#main-nav {
    background-color:#666;
    
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,f6f6f6+29,bababa+68,eaeaea+100 */
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #f6f6f6 29%, #bababa 68%, #eaeaea 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ffffff 0%,#f6f6f6 29%,#bababa 68%,#eaeaea 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ffffff 0%,#f6f6f6 29%,#bababa 68%,#eaeaea 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 ); /* IE6-9 */
  
}

#main-nav .nav .item a span{
	color: #111 !important;
    text-shadow:1px 1px rgba(255,255,255,0.5);
}

#main-nav .nav .item a small{
	color: #666 !important;
    text-shadow:1px 1px rgba(255,255,255,0.5);
}

.breadcrumb {
	background-color: rgba(153,153,153,0.3);
}

.panel .panel-heading{
    background-color: #534827;    

/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f2eade+0,7c6c34+50,c1b489+100 */
background: rgb(242,234,222); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(242,234,222,1) 0%, rgba(124,108,52,1) 50%, rgba(193,180,137,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(242,234,222,1) 0%,rgba(124,108,52,1) 50%,rgba(193,180,137,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(242,234,222,1) 0%,rgba(124,108,52,1) 50%,rgba(193,180,137,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2eade', endColorstr='#c1b489',GradientType=0 ); /* IE6-9 */

    
}

.panel .panel-heading .panel-title{
    color:#111;
    text-shadow:1px 1px rgba(255,255,255,0.4);
}

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

#pickup .panel-body .list-group .list-group-item .pickup a{
	background-color: #FFF;
    color:#111;
    
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ddc366+0,bc9751+23,ddc366+61,997729+100 */
background: rgb(221,195,102); /* Old browsers */
background: -moz-linear-gradient(-45deg,  rgba(221,195,102,1) 0%, rgba(188,151,81,1) 23%, rgba(221,195,102,1) 61%, rgba(153,119,41,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  rgba(221,195,102,1) 0%,rgba(188,151,81,1) 23%,rgba(221,195,102,1) 61%,rgba(153,119,41,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  rgba(221,195,102,1) 0%,rgba(188,151,81,1) 23%,rgba(221,195,102,1) 61%,rgba(153,119,41,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ddc366', endColorstr='#997729',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    
}

#pickup .panel-body .list-group .list-group-item .photo a{
    padding:0;
}

#information .panel-body .list-group .list-group-item .title {
    background-color: rgba(200, 189, 178, 0.3);
    color: #333333;
}

#information .panel-body .list-group .list-group-item .date {
    color: #FFFFFF;
    background-color: #A39B8E;
}

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

.cinfo{
    background-color: rgba(0,0,0,0.70);        
}

.comment .ctitle{
    background-color: rgba(200, 189, 178, 0.3);
    color: #333333;
}

a.cname{
    border: none !important;
    padding: 4px !important;
    background: none !important;
    font-size: 1.5em;
    color: #CDC1A3;
}

.list-staff .item {
    border: 1px solid #000;
}

.list-staff .item .photo{
    padding:0;
}

.res{
    background-color:#111;
    border-color:#444;
    color:#FFF;
}
    
.res .item,.res .gvalue{
    border-color:#444;
}

.res .gname{
    background-color: #635F52;
    color: #FFFFFF;
}

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

.res.recruit .item .name,.res.recruit .item .value{
    width:100%;
    display: block;
}

body.profile .res{
    background:none;
}

body.profile .res .item .name{
    background-color:#625e55;
}

.profile .res .item .value{
    border-color:#999;
    color:#111;
}

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

#schedule_day .day-col.day-active {
	background-color: #FFF;
    color:#111;
    
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ddc366+0,bc9751+23,ddc366+61,997729+100 */
background: rgb(221,195,102); /* Old browsers */
background: -moz-linear-gradient(-45deg,  rgba(221,195,102,1) 0%, rgba(188,151,81,1) 23%, rgba(221,195,102,1) 61%, rgba(153,119,41,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  rgba(221,195,102,1) 0%,rgba(188,151,81,1) 23%,rgba(221,195,102,1) 61%,rgba(153,119,41,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  rgba(221,195,102,1) 0%,rgba(188,151,81,1) 23%,rgba(221,195,102,1) 61%,rgba(153,119,41,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ddc366', endColorstr='#997729',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    
}


.btn-secondary:focus, .btn-secondary:active, .btn-secondary:hover {
	background-color: #FFF;
    color:#111;
	opacity: 0.5;
    
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ddc366+0,bc9751+23,ddc366+61,997729+100 */
background: rgb(221,195,102); /* Old browsers */
background: -moz-linear-gradient(-45deg,  rgba(221,195,102,1) 0%, rgba(188,151,81,1) 23%, rgba(221,195,102,1) 61%, rgba(153,119,41,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  rgba(221,195,102,1) 0%,rgba(188,151,81,1) 23%,rgba(221,195,102,1) 61%,rgba(153,119,41,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  rgba(221,195,102,1) 0%,rgba(188,151,81,1) 23%,rgba(221,195,102,1) 61%,rgba(153,119,41,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ddc366', endColorstr='#997729',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    
}

.contact_rec, .contact_rec:hover{
	background-color: #FFF;
    color:#111;
    
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ddc366+0,bc9751+23,ddc366+61,997729+100 */
background: rgb(221,195,102); /* Old browsers */
background: -moz-linear-gradient(-45deg,  rgba(221,195,102,1) 0%, rgba(188,151,81,1) 23%, rgba(221,195,102,1) 61%, rgba(153,119,41,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  rgba(221,195,102,1) 0%,rgba(188,151,81,1) 23%,rgba(221,195,102,1) 61%,rgba(153,119,41,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  rgba(221,195,102,1) 0%,rgba(188,151,81,1) 23%,rgba(221,195,102,1) 61%,rgba(153,119,41,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ddc366', endColorstr='#997729',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    
}

.col-form-label{
    background-color: rgba(200, 189, 178, 0.3);
    color: #333333;
}

form .required::after{
    background-color: #940D1A;
    color: #FFFFFF;
}

.btn-secondary,.btn-secondary:hover {
	background-color: #FFF;
    color:#111;
	border: 1px solid #ac9359;
    
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ddc366+0,bc9751+23,ddc366+61,997729+100 */
background: rgb(221,195,102); /* Old browsers */
background: -moz-linear-gradient(-45deg,  rgba(221,195,102,1) 0%, rgba(188,151,81,1) 23%, rgba(221,195,102,1) 61%, rgba(153,119,41,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  rgba(221,195,102,1) 0%,rgba(188,151,81,1) 23%,rgba(221,195,102,1) 61%,rgba(153,119,41,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  rgba(221,195,102,1) 0%,rgba(188,151,81,1) 23%,rgba(221,195,102,1) 61%,rgba(153,119,41,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ddc366', endColorstr='#997729',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    
}


.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{
	background-color: #FFF;
    color:#111;
	border: 1px solid #111;
    
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ddc366+0,bc9751+23,ddc366+61,997729+100 */
background: rgb(221,195,102); /* Old browsers */
background: -moz-linear-gradient(-45deg,  rgba(221,195,102,1) 0%, rgba(188,151,81,1) 23%, rgba(221,195,102,1) 61%, rgba(153,119,41,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  rgba(221,195,102,1) 0%,rgba(188,151,81,1) 23%,rgba(221,195,102,1) 61%,rgba(153,119,41,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  rgba(221,195,102,1) 0%,rgba(188,151,81,1) 23%,rgba(221,195,102,1) 61%,rgba(153,119,41,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ddc366', endColorstr='#997729',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    
}

  .btn-primary,.btn-primary:hover ,.btn-warning ,.btn-warning:hover{
	border: 1px solid #111 !important;
	background-color: #FFF;
    color:#111;
	transition: 0.5s;
      
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ddc366+0,bc9751+23,ddc366+61,997729+100 */
background: rgb(221,195,102); /* Old browsers */
background: -moz-linear-gradient(-45deg,  rgba(221,195,102,1) 0%, rgba(188,151,81,1) 23%, rgba(221,195,102,1) 61%, rgba(153,119,41,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  rgba(221,195,102,1) 0%,rgba(188,151,81,1) 23%,rgba(221,195,102,1) 61%,rgba(153,119,41,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  rgba(221,195,102,1) 0%,rgba(188,151,81,1) 23%,rgba(221,195,102,1) 61%,rgba(153,119,41,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ddc366', endColorstr='#997729',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
      
  }
  
  .btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus{
    box-shadow: 0 0 0 .25rem rgba(200,185,142,0.50);
    -webkit-box-shadow: 0 0 0 .25rem rgba(200,185,142,0.50);
}

  
  button:hover{
	  opacity:0.6;

  }

.block-main, .block-right, .bclok-left{
	padding:0;
	width:100%;
}

.block-right{

}

.table-schedule .profile{
    color:#111;

    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f2f2f2+14,c1c1c1+32,ffffff+67,c6c6c6+100 */
background: #f2f2f2; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #f2f2f2 14%, #c1c1c1 32%, #ffffff 67%, #c6c6c6 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  #f2f2f2 14%,#c1c1c1 32%,#ffffff 67%,#c6c6c6 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  #f2f2f2 14%,#c1c1c1 32%,#ffffff 67%,#c6c6c6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#c6c6c6',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    
}

.table-schedule .profile a{
    color:#111;
}

.table-schedule{
    background-color:#222;
    border-color:#555;
}

.table-schedule .item .day{
    background-color:#444;    
}

.table-schedule .item .col{
    border-color:#666;
    color:#FFF;
}

.table-schedule .item .data .sche{
    border-color:rgba(255,255,255,0.3) !important;
}

footer{
	background-color: #333333;
    
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#666666+0,000000+71 */
background: #666666; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #666666 0%, #000000 71%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  #666666 0%,#000000 71%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  #666666 0%,#000000 71%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

    
}

footer nav{
	background-color:rgba(255,255,255,0.1);
}

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

textarea.form-control{
	height:100px;
	min-height:40px;
}

body.profile table.optionOl .nofree {
    color: #FFFFFF;
    background-color: #A69F82;
    border: 1px solid #47453D;
    padding: 1px;
}
body.profile table.optionOl .free {
  background-color: #111;
  border: 1px solid #666;
  color: #FFF;
  padding: 1px;
}

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

.back2top a{
    background-color: rgba(135,122,94,0.75);
}

.bn{
    margin-top:10px;
}

.bn a{
    
}

.bn img{
    margin:3px;
    width:190px;

}

.fetc{
    display: flex;
    justify-content: center;
}

.fetc a{
    background-color: #F88BB7;
    color: #FFF !important;
    padding: 3px;
    margin: 4px 3px 0;
    text-align: center;
    font-size: 0.6em;
    flex-basis: 45%;
    border-radius: 3px;
}

a.ftrg{
    background-color: #4AB6EB;
}

.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/#a90329+0,8f0222+100&0+10,1+50,0+90 */
background: -moz-linear-gradient(-45deg,  rgba(169,3,41,0) 0%, rgba(166,3,40,0) 10%, rgba(156,3,37,1) 50%, rgba(146,2,35,0) 90%, rgba(143,2,34,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  rgba(169,3,41,0) 0%,rgba(166,3,40,0) 10%,rgba(156,3,37,1) 50%,rgba(146,2,35,0) 90%,rgba(143,2,34,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  rgba(169,3,41,0) 0%,rgba(166,3,40,0) 10%,rgba(156,3,37,1) 50%,rgba(146,2,35,0) 90%,rgba(143,2,34,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a90329', endColorstr='#008f0222',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

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

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

	.rank .burst-12
	{
		font-size: 16px;
		color: #FFF;
		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 #C7B98A;
    margin: 3px;
    background-color: #000000;
    color: #FFFFFF;
	}
	.ranking .list-staff .item .photo
	{
		padding: 0;
	}


@media (max-width: 768px) {

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

}

body::before {


}

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

header .title{
    height:15vh !important;
	margin:0 auto !important;
}

    #main-nav{
        background:#FFF;
        border:none;
    }

  #main-nav .toggle {
    background-color: rgba(232,209,161,0.90);
  }

#main-nav .toggle::before{
    background-color:#111 !important;
    width:auto;
    }
    
  .quick-contact{
	background-color: rgba(255,255,255,0.9);
            
  }
  
  .quick-contact .fopen{
	background-color: #666666;
      
  }
  
  #ftel a.btop{
    background-color: #887F74;
  }
    
    #ftel .tel{
    background-color: #AB0002;
    color: #FFF;
    }
    
    .res .item .name:not(:empty){
        background-color:#333;
        color:#FFF;
    }
    
    footer nav a{
    border-color:#a1a1a1;
    }
    
    #ftel .tel span.bi-tel::before{
        background:#FFF;
    }
    
    footer{
        padding-bottom: 140px;
    }
    

}