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

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

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

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

header{


}

header:after {
    background-color: #FFF;
}

header .title {
  height: 200px;
  margin:20px 0;
}

h1{
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#de1e7d+0,b2185e+100 */
background: rgb(222,30,125); /* Old browsers */
background: -moz-linear-gradient(-45deg,  rgba(222,30,125,1) 0%, rgba(178,24,94,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  rgba(222,30,125,1) 0%,rgba(178,24,94,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  rgba(222,30,125,1) 0%,rgba(178,24,94,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#de1e7d', endColorstr='#b2185e',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */


}

.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: #85745b;
    color: white;
    
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#de1e7d+0,b2185e+100 */
background: rgb(222,30,125); /* Old browsers */
background: -moz-linear-gradient(-45deg,  rgba(222,30,125,1) 0%, rgba(178,24,94,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  rgba(222,30,125,1) 0%,rgba(178,24,94,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  rgba(222,30,125,1) 0%,rgba(178,24,94,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#de1e7d', endColorstr='#b2185e',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

    
}
#main-nav {
    background-color:#666;
  
/* 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 */
    
}

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

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

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

.panel .panel-heading{
    background-color: #B61961;
}

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

.panel .panel-heading .panel-title,
#main-nav .nav .item a
{
	font-family: 'Akshar', sans-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 .pickup a{
	background-color: #db90af;
    color:#FFF;
}

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

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

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

.comment .ctitle{
    background-color: rgba(204,204,204,0.3);
	color: #FFF;
}

.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/#919191+0,565656+71 */
background: #919191; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #919191 0%, #565656 71%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  #919191 0%,#565656 71%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  #919191 0%,#565656 71%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#919191', endColorstr='#565656',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

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

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

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


.btn-secondary:focus, .btn-secondary:active, .btn-secondary:hover {
	background-color: #db90af;
    color:#FFF;
	opacity: 0.5;
    transition: 0.5s;
}

.contact_rec, .contact_rec:hover{
	background-color: #db90af;
    color:#FFF;
}

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

form .required::after{
	background-color:#fffbab;
	color:#ff5454;
}

.btn-secondary,.btn-secondary:hover {
	background-color: #db90af;
    color:#FFF;
	border: 1px solid #111;
}


.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: #db90af;
    color:#FFF;
	border: 1px solid #111;
}

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

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

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

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

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

.access{
    text-align: center;
}

.twitter-widget-wrapper{
    max-width:1000px;
    margin:auto;
}


.koumoku{
    border-top:1px dotted #FFF;
    padding-top:10px;
}

.koumoku:first-of-type{
    border:none;
    padding:0;
}

.goyoyaku{
    display: flex;
    flex-wrap: wrap;
}

.nitiji{
    display: flex;
    margin:5px;
}

.nitiji .form-control{
    
}
    
.nitiji label{
    white-space: nowrap;
    padding:8px;
}

.reserve{
    max-width:1000px !important;
}

.reserve2{
    text-align: center;
    margin:10px 0 50px;
}

.bnn img{
    width:100%;
    margin-bottom:10px;
}

body.profile table.optionOl{
    margin-bottom:10px;
}

.map h4{
    margin: 5px 0;
    background-color: #AF6A92;
    color: #FFF;
    padding:3px;
    border-radius: 15px;
}

.red{
    color:#F00;
    font-weight: bold;
}

.group {
    padding:5px !important;
    background-color:#111;
    border-radius: 15px;
}

.group h4{
    display: block;
    text-align: center;
    background-color:#999;
    color:#FFF;
    border-radius: 15px;
    padding:3px;
}

.jg{
    padding:10px 10px 0;
    margin-bottom:10px;
}

.tokyo{
    display: none;
}

.osaka h4{
    background-color: #3EA06E;
}

.tokyo h4{
    background-color: #F1418E;
}

.sendai h4{
    background-color: #DBA259;
}

.jr h4{
    background-color: #999;
}

.jr{
    background-color:#FFF;
    border-radius: 10px;

}

.jr img{
    max-width:50%;
}


.jrt{
    background-color:#FFF;
    border-radius: 10px;
}

.jrt img{
    max-width:50%;
}

.group a{
    text-align: center;
    display: block;
    margin-bottom:15px;
}


@media (max-width: 768px) {

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

}

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

}

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

header .title{
	margin:0;
}

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

  #main-nav .toggle {
    background-color: rgba(255,255,255,0.90);   
      
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#de1e7d+0,b2185e+100 */
background: rgb(222,30,125); /* Old browsers */
background: -moz-linear-gradient(-45deg,  rgba(222,30,125,1) 0%, rgba(178,24,94,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  rgba(222,30,125,1) 0%,rgba(178,24,94,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  rgba(222,30,125,1) 0%,rgba(178,24,94,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#de1e7d', endColorstr='#b2185e',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */


      
  }

#main-nav .toggle::before{
    background-color:#FFF;
    }
    
  .quick-contact{
	background-color: rgba(255,255,255,0.9);
            
  }
  
  .quick-contact .fopen{
    background-color: #DA1D7A;      
  }
  
  #ftel a.btop{
    background-color: #DBBD68;
  }
    
    #ftel .tel{
        background-color:#111;
        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;
    }

    .reserve2{
        text-align: left;
    }
    
.group {
    margin:10px !important;
    }
    

}