@charset "utf-8";
/*
	Theme Name: RE:DIVER-CHILD
	Template: rediver
	Description:  re:Diverの子テーマです。
	Theme URI: http://tan-taka.com/diver/
	Author: Takato Takagi
 */

sidebar-pickup-place,
.sidebar-pickup {
  background: #ffffff;
  padding: 10px;
  border: 1px solid #cccccc;
  margin-bottom: 20px;
  display: block;
  min-height: 20px;
}
#sidebar-pickup-place img,
.sidebar-auto-image {
  width: 100% !important;
  height: auto !important;
  box-shadow: none !important;
  margin: 0 auto !important;
  display: block;
}
.sidebar-pickup table {
  width: 100% !important;
  table-layout: fixed;
  font-size: 11px;
  border-collapse: collapse;
  margin: 0 !important;
}
.sidebar-pickup table td,
.sidebar-pickup table th {
  border: 1px solid #dddddd;
  padding: 5px;
  background: transparent;
  word-wrap: break-word;
}

.wpcf7-loader-wrapper {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: rgba(128,128,128,0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

/*
.wpcf7-loader .wpcf7-loader-spinner {
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 4em;
  color: #f5f5f5;
  letter-spacing: 5px;
}

.wpcf7-loader .wpcf7-loader-spinner:before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #000;
  overflow: hidden;
  animation: animate 7s linear infinite;
  border-right: 3px solid #000;
}

@keyframes animate {
  0% {
    width: 0;
  }
  50% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}
*/
.wpcf7-loader-wrapper {
	display: none;
}
.wpcf7-loader-wrapper.active {
	display: block;
}
.wpcf7-loader {
	display:block;
	width:400px;
	height:50px;
	background-color:#ececec;
	position:relative;
/* 	border-radius:10px; */
	overflow: hidden;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.wpcf7-loader .wpcf7-loader-spinner{
	position:absolute;
	top: 0;
	height:100%;
	background-color:#FFCA28;
	animation: progress 6s normal;
	animation-fill-mode: forwards;
	text-align: center;
	letter-spacing: 12px;
	font-weight: bold;
	padding-top: 12px;
}
.wpcf7-loader .wpcf7-loader-spinner-text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	letter-spacing: 0px;
	font-weight: bold;
	color: #D46;
	width: 250px;
}
@keyframes progress {
    0% {width: 0}
    100% {width: 100%}
}

.wpcf7-spinner {
	display: none;
}
.wpcf7-response-output {
	display: none;
}

