@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/



/*media Queries スマートフォンとタブレットサイズ（959px以下）で適応したいCSS - スマホ・タブレット
---------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 959px) {


	/*-- ここまで --*/
}
	
/*media Queries タブレットサイズ（600px～959px）のみで適応したいCSS -タブレットのみ
---------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 600px) and (max-width: 959px) {


	/*-- ここまで --*/
}	
	
/*media Queries タブレット（600px）以上で適応したいCSS -タブレット・PC
---------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 600px) {


	/*-- ここまで --*/
}

/*media Queries PCサイズ（960px）以上で適応したいCSS - PCのみ
---------------------------------------------------------------------------------------------------*/
@media print, screen and (min-width: 960px) {


	/*-- ここまで --*/
}

/*media Queries スマホサイズ（599px）以下で適応したいCSS - スマホのみ
---------------------------------------------------------------------------------------------------*/
@media print, screen and (max-width: 599px) {

	
	/*-- ここまで --*/
}




.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;
}


