html ,body{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
body{
	/*background-image:url(image/golf.jpg);*/
	background-size:cover;
	background-position:bottom right;
	background-repeat: no-repeat;
	background-attachment: fixed;
	padding: 1em;
	padding-top:90px;
}
header#header{
	height:60px;
	position: fixed;
	width: 100%;
	max-width: 100%;
	background-color: white;
	top: 0;
	left:0;
	z-index:1;
	border-bottom: solid 1px #ccc;
}
header#header #logo{
	height:100%;
	margin:5px 0 0 1em;
}
header#header #logo img{
	height:90%;
}
footer{
	margin-bottom: 1em;
}
footer img{
	width: 150px;
	height: auto;
}
section{
	background:rgb(255,255,255);
	width: 90%;
	margin:0 1em 1em 1em;
	margin-left: auto;
	margin-right: auto;
	padding: 1em;
	border-radius:0 0 3px 3px;
	border:solid 1px #ccc;
	-webkit-filter: drop-shadow(0px 3px 10px rgba(0,0,0,.3));
  filter: drop-shadow(0px 0px 10px rgba(0,0,0,.3));
}
h3.hedding{
	width: 90%;
	margin:0;
	margin-left: auto;
	margin-right: auto;
	padding: 0 1em;
	background-color: #172D3A;
	/*;*/
	border-radius:3px 3px 0 0;
	color:#fff;
	font-size: 16px;
	line-height: 30px;
	background: #6f757a; /* Old browsers */
	background: -moz-linear-gradient(top, #6f757a 0%, #172d3a 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #6f757a 0%,#172d3a 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #6f757a 0%,#172d3a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f757a', endColorstr='#172d3a',GradientType=0 ); /* IE6-9 */
}
.timetable th ,.cal th{
	height: 35px;
	color:#fff;
	font-weight: normal;
	background: #6f757a; /* Old browsers */
	background: -moz-linear-gradient(top, #6f757a 0%, #172d3a 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #6f757a 0%,#172d3a 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #6f757a 0%,#172d3a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f757a', endColorstr='#172d3a',GradientType=0 ); /* IE6-9 */
}
a.add{
	display: inline-block;
	width:32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border-radius: 50%;
	color:#fff;
	overflow: hidden;
	background: #d2ff52; /* Old browsers */
	background: -moz-linear-gradient(top, #d2ff52 0%, #91e842 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #d2ff52 0%,#91e842 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #d2ff52 0%,#91e842 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2ff52', endColorstr='#91e842',GradientType=0 ); /* IE6-9 */
	-webkit-filter: drop-shadow(0px 0px 2px rgba(0,0,0,.3));
  filter: drop-shadow(0px 0px 2px rgba(0,0,0,.3));
}
input.keyword{
	display: inline-block;
	width:80%;
}
button.search{
	display: inline-block;
	width:32px;
	height: 32px;
	line-height: 29px;
	text-align: center;
	border-radius: 50%;
	color:#fff;
	overflow: hidden;
	background: #6f757a; /* Old browsers */
	background: -moz-linear-gradient(top, #6f757a 0%, #172d3a 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #6f757a 0%,#172d3a 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #6f757a 0%,#172d3a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f757a', endColorstr='#172d3a',GradientType=0 ); /* IE6-9 */
	-webkit-filter: drop-shadow(0px 0px 2px rgba(0,0,0,.3));
  filter: drop-shadow(0px 0px 2px rgba(0,0,0,.3));
}
.entry .row{
	margin-bottom: 1.5em;
}
.entry .row .col-sm-2{
	font-weight: bold;
}
.error{
	position: absolute;
	height: 20px;
	display: inline-block;
	background-color: #D3B0A0;
	border:solid 1px #D1541F;
	line-height: 20px;
	padding: 0 0.5em;
	margin-top: 34px;
	font-size: 12px;
	color: #D1541F;
}
.sponly{
	display: none;
}
.delteHolyday,.delteRest{
	color: #c00;
	font-size: 24px;
	display: inline-block;
	line-height: 32px;
}
#preview2 img{
	max-width: 50%;
	height: auto;
	margin: auto;
	display: block;
}


#Modal .row {
	line-height: 2em;
	margin-bottom: 0.8em;
}
.globalSetting{
	position:relative;
}
.globalSetting button {
	position:absolute;
	right:0;
	top:0;
	margin: 12px 1em 0 0;
}
.globalSetting .settingMenu {
	position:absolute;
	right:10px;
	top:50px;
	background: rgba(255,255,255,1);
	padding: 0.5em;
	border-radius: 3px;
	display: none;
	z-index: 10000;
	-webkit-filter: drop-shadow(0px 0px 2px rgba(0,0,0,.3));
  filter: drop-shadow(0px 0px 2px rgba(0,0,0,.3));
}
.globalSetting .settingMenu ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.globalSetting .settingMenu ul li a{
	line-height: 3em;
	border-bottom: solid 1px #ccc;
	font-size: 14px;
	display: block;
	font-size: 14px;
}
.globalSetting .settingMenu ul li:last-child a{
	border-bottom: none;
}
.upload_image2{
  color: red;
  background-color: white;
  padding: 6px;
  border-radius: 12px;
}
.flieContext{
	margin-bottom: 2em;
}
#calendar{
	width: 100%;
	padding: 2em 0;
}
#calendar header{
	padding: 1em 0;
}
#calendar header ul{
	padding: 0;
	margin: 0;
	list-style:none;
}
/*
#calendar header ul li{
	display: inline-block;
	float: left;
}
#calendar header ul li:last-child{
	float: right;
}
*/
#calendar header ul li a{
	display: inline-block;
	border-radius: 3px;
	/*background-color: #eee;*/
	padding: 0.5em;
	text-decoration: none;
	color: #FFF;
	font-size: 14px;
	background: #6f757a; /* Old browsers */
	background: -moz-linear-gradient(top, #6f757a 0%, #172d3a 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #6f757a 0%,#172d3a 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #6f757a 0%,#172d3a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f757a', endColorstr='#172d3a',GradientType=0 ); /* IE6-9 */
}

#calendar table{
	width: 100%;
	border:solid 1px #ddd;
	border-collapse: collapse;
	background-color: #fff;
	margin-bottom: 2em;
}
#calendar table td,#calendar table th{
	border:solid 1px #ddd;
	border-collapse: collapse;
	text-align: center;
}
#calendar table td .holiday,#calendar table th .holiday{
	color:red;
	display: inline-block;
	width: 100%;
	line-height: 35px;
	background-color: #fcc;
}
#calendar table td a{
	display: inline-block;
	width: 100%;
	line-height: 35px;
}
#calendar table td a.ok{
	color:#337ab7;
}
#calendar table td a.disabled{
	background-color: #ccc;
	color:#666;
}
#calendar table td a.selected{
	background-color: green;
	color:#fff;
}
.cal table{
	width: 100%;
	height: calc(100vw*0.5);
	border:solid 1px #999;
	border-collapse: collapse;
	margin-bottom: 2em;
}
.cal table td{
	border:solid 1px #999;
	border-collapse: collapse;
	padding: 0.5em;
	vertical-align: top;
	text-align:left;
	background-color: #fff;
	width: 14.285714285714286%;
	position: relative;
}
.cal table td.week{
	background-color: #333;
	color:#fff;
	height: 2em;
	text-align:center;
}
.cal table td.holyday{
	background-color: #fee;
	color:#f33;
}
.cal table td i.ck{
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 24px;
	color:green;
}
.cal table td.seelcted{
	background-color: #efe;
}
.reservation ul{
	margin:0;
	padding:0;
	list-style:none;
}
.reservation li {
	color:#2d8fdd;
	border-left:solid 5px #2d8fdd;
	background: #f1f8ff;/*背景色*/
  margin-bottom: 3px;/*下のバーとの余白*/
   line-height: 1.5em;
  padding: 0.5em;
}
.reservation li:before{
	color:#2d8fdd !important;
	content: '\f017';
  font-family: fontAwesome;
	margin-right:0.5em;
}






#cart input[type=text],#cart input[type=password],#cart select{
	line-height:18px;
	border:solid 1px #ccc;
	padding:.3em;
	font-size:13px;
}
#cart input[type=button],#cart input[type=text],#cart input[type=submit],#cart input[type=password]{
    border : 1px solid #ccc;
    -webkit-border-radius : 0;
    -webkit-appearance : none;
    -webkit-tap-highlight-color : rgba(0,0,0,0);
}
#cart .formset .line{
	padding:0 0 1em;
	margin:0 0 1em;
	border-bottom:dotted 1px #645851;
	line-height:20px;
}
#cart .formset .line .left{
	float:left;
	width:25%;
}
#cart .formset .line .right{
	float:right;
	width:75%;
}
.sidepanel{
	background-color: #f5f5f5;
	/*background-color: #f5f5f5d4;*/
	position: absolute;
	top: 0;
	right: 0;
	width: 90%;
	height: 100%;
	padding: 1em;
	display: none;
}
.sidepanel .row{
	margin-bottom: 1em;
}
.sidepanel-header{
	font-size: 18px;
}
@media (max-width:767px) {
	.p{
		display:none;
	}
	section{
		width: 100%;
		margin:0 0 1em 0;
	}
	h3.hedding{
		width: 100%;
	}
	#cart #seibun {
		height:240px;
	}
	#box {
		width: 100%;
	}
	#cart .follow {
		top: 75px;
		left: 0;
	}
	#cart .formset .line{
		border-bottom:none;
	}
	#cart .formset .line .left{
		float:none;
		width:100%;
		background-color:#235429;
		color:#ffffff;
		border-radius: 3px;
		margin-bottom:1em;
		padding-left:1em;
		line-height: 2em;
	}
	#cart .formset .line .left label{
		margin-bottom:0;
	}
	#cart .formset .line .right{
		float:none;
		width:100%;
	}
	.required:after{
		display:inline-block;
		margin-left:1em;
	}
	#cart input[type=text].name{
		width:30%;
	}
	#cart input[type=text].num{
		width:20%;
	}

	.form-control.m4{
		display: inline-block;
		width: 4em;
	}
	.form-control.m10{
		display: inline-block;
		width: 8em;
		margin-right: 0.5em;
	}
	.sponly{
		display: inline;
	}
}
/*テーブル　レスポンシブ対応*/
.tbl-r06 tr:nth-child(even) {
  background: #fbf5f5;
}
.tbl-r06 td {
  border: none;
}
.tbl-r06 .last {
  border-bottom: solid 1px #ccc;
}
.tbl-r06 span {
	display:none;
}
@media screen and (max-width: 640px) {
  .tbl-r06 {
    width: 80%;
  }
  .tbl-r06 tr{
    padding-bottom: 1em;
    margin-bottom: 2em;
		border-bottom: solid 1px #eee;
		display: block;
  }
  .tbl-r06 thead {
    display: none;
  }
  .tbl-r06 td {
    display: block;
		margin-bottom: 1em;
		margin-right: 1em;
		border-top: none !important;
		padding:0 !important;
		border-bottom: solid 1px #ccc;
		padding-bottom: 0.75em;
		margin-bottom: 0.75em;
  }
  .tbl-r06 td:last-child {
		border-bottom: none;
		text-align: right;
  }
  .tbl-r06 span {
    font-weight: bold;
		/*background-color: #CAF2B5;
		color: #4FA81F;
		border-radius: 3px;
		border:solid 1px #4FA81F;
		padding: .2em;
		margin:0 .3em 0 0;*/
		width: 30%;
		margin-bottom: 1em;
		display:inline-block;
  }
  .tbl-r06 .last {
    border-bottom: none;
  }
}
