@charset "UTF-8";
/* CSS Document */

.shopevent {
	clear:both;
    padding:10px 0;
    margin:10px 5px 20px 5px;
}

.photos{
}
.columns img {
	padding 0.9em;
}

.mT10 {
	margin-top: 10px;
}


/*店舗イベント用*/
img.r1c1 {
	margin-top: 1em;
}
#calWrap {
	margin-top: 0;
}

#calWrap h3 {
	background: #4EA1D5;
	font-size: 16px;
	color: #FFF;
	padding:15px 5px 15px 10px;
	margin-bottom: 15px;
}
#calWrap h3 p {
	padding: 5px 5px 15px;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	letter-spacing: 0.1em;
}


#calWrap table{border-bottom:#CCC 3px solid;border-collapse:collapse}
#calWrap table th{ background-color:#454552; text-align:center; font-size:16px; border-bottom:#CCC 3px solid; padding:10px; color:#FFF;}
#calWrap table tr.top_border{ border-top:#CCC 3px solid;}
#calWrap table td{ padding:15px 10px; border-left:#EEE solid 1px; border-bottom:#EEE solid 1px;}

#calWrap table td a:link{ color:#4EA1D5; text-decoration:underline;}
#calWrap table td a:hover{ color:#18425E;}

/*店舗イベント用*/



/*案内*/
.sorry {
	margin: 1.7em auto 0;
	padding: 15px;
	width: 100%;
	border: 1px solid #F30;
	text-align:center;
}

.sorry h5 {
	color: #F00;
	font-size: 18px;
	font-weight:bold;
	margin:0px;
	padding:5px 0px;
}

.sorry p {
	line-height: 175%;
}
.sorry strong {
	font-weight: bold;
	color: #F00;
}

@media screen and (min-width: 640px;) {
.sorry strong br{  display:none; }
}
#calWrap2 section {
	border: 2px solid #ccc;
	padding: 5px;
	margin: 20px 0;
}
#calWrap2 h4 {
	background: rgb(255, 230, 0);
	color: #333;
	text-align: center;
	padding: 10px 0;
	font-size: 25px;
	font-weight: bold;
	line-height: 1em;
}
#calWrap2 h4 span{
    display: block;
    background: #fff;
    padding: 5px;
    text-align: center;
    font-size: 14px;
    border: 1px solid;
    padding: 0 0 0 7px;
    margin: 0 auto 10px;
    width: 15em;
}
#calWrap2 table {
	width: 100%;
	border-collapse: collapse;
}
#calWrap2 table th{
	background: #1071ad;
	color: #fff;
	padding: 20px 0;
	text-align: center;
    border: 1px solid #ccc;
}
#calWrap2 table td{
	border-collapse: collapse;
	background: #f9f9f9;
	padding: 20px;
	border: 1px solid #fff;
	transition: 0.5s;
}
#calWrap2 table td:first-child{
	width: 16%;
	padding: 0;
		background: rgb(241, 241, 241);
}
#calWrap2 table td:first-child:hover{
		background: rgb(45, 99, 168);
}
	#calWrap2 table td:first-child a{
		color: #146bad;
		padding: 20px;
		text-decoration: underline;
		display: block;
	}
	#calWrap2 table td:first-child a:hover{
		color: #fff;
	}
#calWrap2 table td:nth-child(2) {
	width: 30%;
}
#calWrap2 table td:nth-child(3),
#calWrap2 table td:nth-child(4) {
	width: 27%;
}
@media screen and (max-width: 768px) {
	#calWrap table th,
	#calWrap table td {
	line-height: 1.5em;
	font-size: 1.2rem;
	}
	#calWrap2 section {
		margin: 20px 20px 40px;
	}
	#calWrap2 h4 {
		font-size: 22px;
		padding: 25px 0;
	}
	#calWrap2 h4 span{
		display: block;
		font-size: 18px;
		margin: 0 auto 10px;
	}
	#calWrap2 table th,
	#calWrap2 table td {
	display: block;
	position: relative;
	line-height: 1.5em;
	}
	#calWrap2 table td:first-child,
	#calWrap2 table td:nth-child(2),
	#calWrap2 table td:nth-child(3),
	#calWrap2 table td:nth-child(4) {
		width: 100%;
		line-height: 1.5em;
	}
	#calWrap2 table td{
		text-align: right;
		font-size: 26px;
	}
	#calWrap2 .thread {
		display: none;
	}
	#calWrap2 table td::before {
	  content: attr(data-label);
	  font-weight: bold;
	  position: absolute;
	  left: 10px;
	  font-size: 22px;
	  color: #167F92;
	}
	#calWrap2 table td:first-child {
		background: #4EA1D5;
		text-align: center;
	}
	#calWrap2 table td:first-child a{
		color: #fff;
	}
	#calWrap2 table td:first-child a:after{
		content: '店舗情報';
		border: 1px solid #fff;
		font-size: 16px;
		padding: 3px 8px;
		margin-left: 10px;
		vertical-align: 4px;
	}
}


html{
	overflow-y:scroll;
  }
   
  /* ローディングの背景部分のCSS */
  .loader{
	background:rgba(0, 51, 102, 0.932);
	height:100%;
	left:0;
	position:fixed;
	top:0;
	width:100%;
	z-index:9999;
  }
   
  .loader-animation,
  .loader-animation:before,
  .loader-animation:after {
	background:#ffffff;
	-webkit-animation:load1 1s infinite ease-in-out;
	animation:load1 1s infinite ease-in-out;
	width:1em;
	height:4em;
  }
  .loader-animation {
	height:10px;
	left:50%;
	margin:-5px 0 0 -5px;
	position:absolute;
	top:50%;
	width:10px;
	color:#ffffff;
	text-indent:-9999em;
	font-size:10px;
	-webkit-transform:translateZ(0);
	-ms-transform:translateZ(0);
	transform:translateZ(0);
	-webkit-animation-delay:-0.16s;
	animation-delay:-0.16s;
  }
  .loader-animation:before,
  .loader-animation:after {
	position:absolute;
	top:0;
	content:'';
  }
  .loader-animation:before {
	left:-1.5em;
	-webkit-animation-delay:-0.32s;
	animation-delay:-0.32s;
  }
  .loader-animation:after {
	left:1.5em;
  }
  @-webkit-keyframes load1 {
	0%,
	80%,
	100% {
	  box-shadow:0 0;
	  height:4em;
	}
	40% {
	  box-shadow:0 -2em;
	  height:5em;
	}
  }
  @keyframes load1 {
	0%,
	80%,
	100% {
	  box-shadow:0 0;
	  height:4em;
	}
	40% {
	  box-shadow:0 -2em;
	  height:5em;
	}
  }