@charset "utf-8";
/* CSS Document */


/*予約スケジュール部分*/

.flex{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.schedule{
	color: #000;

	justify-content: space-between;
}




.element{
	padding: 20px 40px;
	background: #ffaa9b;
	border-radius: 6px;
}

.element h1{
	display: block;
	font-size: 48px;
}

.element h2{
	display: block;
	font-size: 12px;
	font-weight: bold;
	padding: 12px 0 6px 0;
}

.element h3{
	display: block;
	font-size: 26px;
	font-weight: bold;
}

.reserved{
	color: #e3e3e3 !important;
	background: #f9f9f9;
}



/* アーティスト　名前＆プロフィール部分 */
.section{
	
	color: #000;
	
}

.caption{
	line-height: 0px;
}

.catch{
	font-size: 22px;	
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	
	color:#000;
	line-height: 1.0;	
	margin-bottom: 30px;
	
}

.title{
	color:#000;
	font-size: 30px;
	line-height: 50px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.title span{
	font-size: 18px;
	display: block;
}

.date{
	color:#000;
}

.start{
	color:#000;	
	margin-top: 10px;
	line-height: 50px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.time{
	font-size:  20px;
	margin-top: 10px;
	line-height: 30px;
}

.charge{
	color:#000;	
	margin-left: 1em;
	font-weight: bold;
	color: #F60;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	
}


.box{
	text-align: left;
	color: #000;
}

.notice{
	text-align: left;
	font-size: 12px;
	color: #000;
	margin-bottom: 12px;
}


.prof-name{	
	font-size: 16px;
	font-weight: bold;
	
}

.profile{
	
	font-size: 12px;
	
}


.css_btn_class {
	font-size:16px;
	font-family:Verdana;
	font-weight:bold;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #d02718;
	padding:9px 70px;
	text-decoration:none;
	background:-moz-linear-gradient( center top, #ff483b 5%, #e31e0c 100% );
	background:-ms-linear-gradient( top, #ff483b 5%, #e31e0c 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff483b', endColorstr='#e31e0c');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #ff483b), color-stop(100%, #e31e0c) );
	background-color:#ff483b;
	color:#ffffff;
	display:inline-block;
	text-shadow:1px 1px 11px #810e05;
 	-webkit-box-shadow:inset 1px 1px 2px -1px #f5978e;
 	-moz-box-shadow:inset 1px 1px 2px -1px #f5978e;
 	box-shadow:inset 1px 1px 2px -1px #f5978e;
}.css_btn_class:hover {
	background:-moz-linear-gradient( center top, #e31e0c 5%, #ff483b 100% );
	background:-ms-linear-gradient( top, #e31e0c 5%, #ff483b 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e31e0c', endColorstr='#ff483b');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #e31e0c), color-stop(100%, #ff483b) );
	background-color:#e31e0c;
}.css_btn_class:active {
	position:relative;
	top:1px;
}


.report img {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;

    margin-left: 2px;
    margin-top: 6px;
}

.waku img{
	border: 3px #000 solid;
}

.alpha a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}


