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

body{
	background-color:#000;
    color:#FFF;
}

body > .container {
	max-width:none;
    background:rgba(0,0,0,0.7);
}

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

header{


}

header:after {
	background-color: #FFF;

/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffd670+0,874e3b+45,f2d080+70,773434+100 */
background: linear-gradient(135deg,  rgba(255,214,112,1) 0%,rgba(135,78,59,1) 45%,rgba(242,208,128,1) 70%,rgba(119,52,52,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    
}

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

h1{
    background-color:rgba(0,0,0,0.50);
    border-bottom: 1px solid #BEA792;  

}

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

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

#opentel {
    padding: 5px 0;
    text-align: center;
    font-size: 1.1em;
    background-color: rgba(0,0,0,0.50);
    color: #FFF;
    border-top: 1px solid #BEA792;
    border-bottom: 1px solid #BEA792;    
}

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

#opentel a{
    background-color: #FFFFFF;
    color: #111;
    
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffd670+0,bc7b53+45,f2d080+70,af5c4d+100 */
background: linear-gradient(135deg,  rgba(255,214,112,1) 0%,rgba(188,123,83,1) 45%,rgba(242,208,128,1) 70%,rgba(175,92,77,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}

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

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

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

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

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

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

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

.panel .panel-heading{
	background-color: #666;
    border-top:1px solid #FFF;
    border-bottom:1px solid #FFF;
    
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#5f6668+0,fcfcfc+37,8b8f91+67,ffffff+79,8e9091+88,edf3ff+100 */
background: linear-gradient(135deg,  rgba(95,102,104,1) 0%,rgba(252,252,252,1) 37%,rgba(139,143,145,1) 67%,rgba(255,255,255,1) 79%,rgba(142,144,145,1) 88%,rgba(237,243,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}

.panel .panel-heading .panel-title{
    color:#111;
    text-shadow:1px 1px #FFF;
}

.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:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	
}

#pickup .panel-body .list-group .list-group-item .photo a,
.list-staff .item{
    border:none;
}

.cphoto{
    background-color:#FFF;
}

a.cname{
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffd670+0,bc7b53+45,f2d080+70,af5c4d+100 */
background: linear-gradient(135deg,  rgba(255,214,112,1) 0%,rgba(188,123,83,1) 45%,rgba(242,208,128,1) 70%,rgba(175,92,77,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

#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/#ffd670+0,bc7b53+45,f2d080+70,af5c4d+100 */
background: linear-gradient(135deg,  rgba(255,214,112,1) 0%,rgba(188,123,83,1) 45%,rgba(242,208,128,1) 70%,rgba(175,92,77,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    
}

.prodata{
    padding: 15px;
    /* [disabled]border: 1px solid #CCC; */
    text-align: center;
    color: #FFF;
    background-color: #FF7EB5;
    border: 1px solid #656155;
    font-size: 1.3em;
    margin:0 10px 10px;
    margin-bottom: 10px;
    outline: 2px solid #bb9768;
    outline-offset: 2px;

/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#45484d+0,000000+62 */
background: linear-gradient(135deg,  #45484d 0%,#000000 62%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    
}

.prodata a{
	color:#FFF;
}

.prodata .size
{
	padding: 5px;
	margin-top: 5px;
	background-color:rgba(0,0,0,0.5);
	border-radius:15px;
    font-size:0.9em;
}

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

#information .panel-body .list-group .list-group-item .title {
    background-color: rgba(204,204,204,0.3);
    /* [disabled]color: #333333; */
}

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

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

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

.comment .ctitle{
    background-color: rgba(204,204,204,0.3);
	color: #FFF;
    
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffd670+0,bc7b53+45,f2d080+70,af5c4d+100 */
background: linear-gradient(135deg,  rgba(255,214,112,1) 0%,rgba(188,123,83,1) 45%,rgba(242,208,128,1) 70%,rgba(175,92,77,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    
}

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

.res .gname{
	background-color: #666;
	color: #FFF;
    
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#383434+0,565656+100 */
background: linear-gradient(135deg,  #383434 0%,#565656 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}

.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:#555;
}

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

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

#schedule_day .day-col.day-active {
	background-color: #FFF;
    color:#111;
    
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffd670+0,bc7b53+45,f2d080+70,af5c4d+100 */
background: linear-gradient(135deg,  rgba(255,214,112,1) 0%,rgba(188,123,83,1) 45%,rgba(242,208,128,1) 70%,rgba(175,92,77,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    
}


.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/#ffd670+0,bc7b53+45,f2d080+70,af5c4d+100 */
background: linear-gradient(135deg,  rgba(255,214,112,1) 0%,rgba(188,123,83,1) 45%,rgba(242,208,128,1) 70%,rgba(175,92,77,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

    
}

.contact_rec, .contact_rec:hover{
	background-color: #FFF;
    color:#111;
    
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffd670+0,bc7b53+45,f2d080+70,af5c4d+100 */
background: linear-gradient(135deg,  rgba(255,214,112,1) 0%,rgba(188,123,83,1) 45%,rgba(242,208,128,1) 70%,rgba(175,92,77,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

    
}

.col-form-label{
	background-color: #333333;
}

form .required::after{
	background-color:#a93030;
	color:#FFF;
}

.btn-secondary,.btn-secondary:hover {
	background-color: #FFF;
    color:#111;
	border: 1px solid #333;
    
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffd670+0,bc7b53+45,f2d080+70,af5c4d+100 */
background: linear-gradient(135deg,  rgba(255,214,112,1) 0%,rgba(188,123,83,1) 45%,rgba(242,208,128,1) 70%,rgba(175,92,77,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{
	background-color: #FFF;
    color:#111;
	border: 1px solid #111;
    
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffd670+0,bc7b53+45,f2d080+70,af5c4d+100 */
background: linear-gradient(135deg,  rgba(255,214,112,1) 0%,rgba(188,123,83,1) 45%,rgba(242,208,128,1) 70%,rgba(175,92,77,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        
}

  .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/#ffd670+0,bc7b53+45,f2d080+70,af5c4d+100 */
background: linear-gradient(135deg,  rgba(255,214,112,1) 0%,rgba(188,123,83,1) 45%,rgba(242,208,128,1) 70%,rgba(175,92,77,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      
  }
  
  .btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus{
    box-shadow: 0 0 0 .25rem rgba(241,183,97,0.50);
    -webkit-box-shadow: 0 0 0 .25rem rgba(241,183,97,0.50);
}

  
  button:hover{
	  opacity:0.6;

  }

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

.block-right{
	display:none;
}

.table-schedule .profile{
    color:#FFF;
    border-bottom:1px solid #333;

/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#383434+0,565656+100 */
background: linear-gradient(135deg,  #383434 0%,#565656 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    
}

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

.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(0,0,0,0.5);
    border-top: 1px solid #A0947C;
    border-bottom: 1px solid #A0947C;
}

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

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

body.profile table.optionOl .nofree {
	color: #111;
	background-color: #FFF;
	border: 1px solid #666;
	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(255,255,255,0.75);
    
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffd670+0,bc7b53+45,f2d080+70,af5c4d+100 */
background: linear-gradient(135deg,  rgba(255,214,112,1) 0%,rgba(188,123,83,1) 45%,rgba(242,208,128,1) 70%,rgba(175,92,77,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    
}

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

@media (max-width: 768px) {

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

}

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

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

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

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

  #main-nav .toggle {
    background-color: rgba(216,179,85,0.90);
      
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#9e5a45+3,ffd747+47,a86b4a+77,ffd23f+100&0.9+0,0.95+100 */
background: linear-gradient(135deg,  rgba(158,90,69,0.9) 0%,rgba(158,90,69,0.9) 3%,rgba(255,215,71,0.92) 47%,rgba(168,107,74,0.94) 77%,rgba(255,210,63,0.95) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

  }

#main-nav .toggle::before{
    background-color:#111 !important;
    width:auto;
    }
    
  .quick-contact{
	background-color: #111;
            
  }
  
  .quick-contact .fopen{
	background-color: #111;
      border-top:1px solid #A0947C;
      border-bottom: 1px solid #A0947C;
      
      
  }
  
  #ftel a.btop{
    background-color: #998452;
  }
    
    #ftel .tel{
        background-color:#111;
        color:#111;
        
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffd670+0,bc7b53+45,f2d080+70,af5c4d+100 */
background: linear-gradient(135deg,  rgba(255,214,112,1) 0%,rgba(188,123,83,1) 45%,rgba(242,208,128,1) 70%,rgba(175,92,77,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        
    }
    
    #ftel .tel span.bi-tel::before{
        background:#111;
    }
 
#ftel .fline {
  background: #093;
}
    
    .res .item .name:not(:empty){
        background-color:#333;
        color:#FFF;
    }
    
    footer nav a{
    border-color:#a1a1a1;
    }

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

}