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


/************************
    SK駅前ホール
************************/



.contents h2{
	display: block;
	float:none !important;
}
#sk_hole h3{
	color:#07a33e;
	font-size:120%;
	padding:10px 0;
}
@media screen and (max-width:767px){
#sk_hole h3{
	font-size:100%;
}
}



.tora_box{
	overflow:hidden;
	margin-top: 5rem;
}
.tora_box li{
	list-style-position:outside;
	margin-left:20px;
}
@media screen and (max-width:767px){
.tora_box{
	margin-top: 3rem;
}
}

#sk_hole table{ 
	border-bottom:1px solid #ccc;
	 border-left:1px solid #ccc;
}


#sk_hole td,th{
  padding:5px 0;
  border-right:1px solid #ccc;
  text-align:center;
  border-top:1px solid #ccc;
}
#sk_hole .line_w{
  border-top:1px solid #fff;
}

#sk_hole td{
	height:80px;
}

#sk_hole .time{
	font-size:80%;
}
#sk_hole .tl{
	background:#d2ec8f;
}

#sk_hole .pink{
	background:#ffe0e0;
}
#sk_hole .gray{
	background:#e0e0e0;
}

#sk_hole table td span{
	font-size:80%;
}


.tora_box ul{
	list-style: inside;
}

.tora_box .right{
	text-align: right;
}

#hole_6 .btn,.pdf_btn{
	background:#07a33e;
	color:#fff !important;
	padding:15px 30px;
	margin-top:1rem;
	display:inline-block;
	position: relative;
	vertical-align: middle;
	text-decoration: none;
}
#hole_6 .btn::before,.pdf_btn::before{
	left: 10px;
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
#hole_6 .btn:hover,.pdf_btn:hover{
	opacity:0.8;
}



.weekdays{
	width:58%;
	float:left;
}

.holiday{
	width:42%;
}
@media screen and (max-width:640px){
.weekdays{
	width:100%;
	float:none;
}

.holiday{
	width:100%;
	margin-top:2rem;
}
}


.chart_tl{
	font-size:140%;
	margin-top:1.5rem;
	margin-bottom:-2rem;
}
.chart_tl img{
	width:35px;
	margin-left:20px;
	margin-top:-5px;
}
@media screen and (max-width:640px){
.chart_tl img{
	margin-left:0;
	margin-top:-5px;
}
}




/************************
    基本設備リスト
************************/


#equipment_list,
#option_list{
	overflow: hidden;
}
#equipment_list h3{
	text-align:left;
	font-size:120%;
}
@media screen and (max-width:640px){
#equipment_list h3.pc{
	display:none;
}
}

#equipment_list .left,
#option_list .left{
	float: left;
	width: 48%;
}
#equipment_list .right,
#option_list .right{
	float: right;
	width: 48%;
}
@media screen and (max-width:640px){
#equipment_list .left,
#option_list .left{
	float: none;
	width: 100%;
}
#equipment_list .right,
#option_list .right{
	float: none;
	width: 100%;
}
}


.cancel table,
#equipment_list table,
#option_list table{
	margin-bottom:2rem;
}
.cancel table th,
#equipment_list table th,
#option_list table th{
	    background: #e0e0e0
}


#equipment_list table td,
#option_list table td{
	text-align:left;
	width:77%;
	height:auto;
	padding-left:3%;
}
#sk_hole .cancel table td{
	text-align:left !important;
	width:50%;
	height:auto;
	padding:1rem 3%;
}

#equipment_list table td:nth-child(2),
#option_list table td:nth-child(2){
	text-align:right;
	width:15%;
	padding-right:3%;
}

#equipment_list td span{
	font-size:80%;
}




#hole_7 iframe{
	width:100%;
}
@media screen and (max-width:640px){
#hole_7 iframe{
	height:450px;
}
}



