@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
*/
.p-mainVisual__textLayer {
     left: 60%;
}
.p-postList__cat {
	display: none;
}
.l-topTitleArea.c-filterLayer::before {
	background-color: #016DB5;
  opacity: 0.1;
}
.is-style-more_btn a {
	box-shadow: 0 0 0 1px #016DB5;
  color: #016DB5;
	font-weight: 600;
}
.w-beforeFooter {
	text-align: center;
}
#before_footer_widget .c-widget+.c-widget {
    margin-top: 0;
}
#before_footer_widget img.c-widget .widget_media_image {
	max-width: 260px;
}
.p-mainVisual__slideTitle {
	font-weight:bold;
}
a.line-no {
	text-decoration: none;
}

@media screen and (max-width: 959px) {
.sp-no {
	display: none;
}
.post_content div>:first-child {
    margin-top: 10px !important;
	}
.is-style-section_ttl .contact-title .sp-no {
		display: none !important;
	}
}


@media screen and (min-width: 960px) {
    .p-mainVisual__inner {
        height: 45vw;
    }
}

@media (min-width: 600px) {
    .p-mainVisual__slideTitle {
        font-size: 60px;
        font-weight: bold;
    }
}

/* ContactForm
* ============================================================= */
.form {
 width: 80%;
 margin: 0 auto;
}
table.CF7_table{
	margin:0 auto;
	margin-bottom: 3em;
}
table.CF7_table tr{
	border-top: 2px solid #ffffff;
}
table.CF7_table th, table.CF7_table td {
 border: none;
 padding: 15px;
}
.single .entry-content table.CF7_table,
.page .entry-content table.CF7_table{
	display:table;
}
/*入力欄*/
.CF7_table input, .CF7_table textarea {
	border: 1px solid #d8d8d8;
	border-radius: 5px;
	font-size: 0.9rem;
	padding: 10px;
}
.CF7_table input[type=redio] {
 width: auto;
}
.CF7_table input.p-postal-code {
 width: 150px;
}
.CF7_table input[type=email],
.CF7_table input[type=url],
.CF7_table input[type=tel],
.CF7_table textarea,
.CF7_table input.full {
 width: 100%;
}
.CF7_table ::placeholder {
	color:#797979;
}
/*「必須」文字*/
.CF7_req{
	font-size:.8em;
	color: #FB8D4E;
	margin-left: 1em;
	font-weight: normal;
}
p.smaller {
 font-size: 0.8em;
 text-align: center;
}
.p-postal-code {
 margin-bottom: 10px;
}
.acceptance {
 display: block;
 text-align: center;
 margin: 20px 0;
}
.wpcf7-response-output {
 display: none;
}

/* タイトル列 */
@media screen and (min-width: 768px){
	.CF7_table th{
	width: 35%;
	}
.confilm .CF7_table td {
 width: 65%;
}
}

/* レスポンシブ */
@media screen and (max-width: 768px){
.form {
 width: 100%;
}
table.CF7_table{
	width:100%;
}
.CF7_table tr, .CF7_table td, .CF7_table th {
	display: block;
	width: 100%;
	line-height:2.5em;
}
.CF7_table th {
	background-color:#ebedf5;
	padding: 5px 10px;
	margin-top: 5px;
	}
.CF7_table th p {
	line-height: 2.0;
	}
.CF7_table input {
		width: auto;
		padding: 5px;
	}
}

/* 「送信する」ボタン */
.wpcf7 input.wpcf7-submit {
	background-color: #35373D;
	border:0;
	color:#fff;
	font-size:1.1em;
	font-weight: 500;
	padding: .55em 3.0em;
	margin:0 10px;
	border-bottom: 5px solid #000000;
}
.wpcf7 input.wpcf7-submit:hover {
 margin-top: 3px;
 background: #35373D;
 border-bottom: 2px solid #000000;
}
.wpcf7 input.wpcf7-previous {
	padding: .55em 3.0em;
	margin: 0 20px
	font-size:1.1em;
}
.wpcf7 input.wpcf7-previous:hover {
	padding: .55em 3.0em;
	margin: 0 20px
	font-size:1.1em;
}

.CF7_btn{
	text-align:center;
	margin-top:20px;
}
.wpcf7-spinner{
	width:0;
	margin:0;
}

/* Bird
* ============================================================= */
/****** Base style. ******/
.bird-area {
  overflow: hidden;
  width: 100%;
  height: 100px;
  margin: 0;
}
.bird {
  position: absolute;
  width: 7px;
  height: 7px;
  transform: rotate(45deg);
  animation: moving 16s linear infinite;
}

.bird.-type_2 {
  animation-delay: 1s;
}
.bird.-type_2:before,
.bird.-type_2:after {
  animation-delay: -2s;
}

.bird.-type_3 {
  animation-delay: 3s;
}

@keyframes moving {
  0% {
    top: 47vh;
    left: -2vw;
  }
  25% {
    top: 51vh;
    left: 23vw
  }
  100% {
    top: 47vh;
    left: 101vw;
  }
}

.bird:before, .bird:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: black;
  transform: rotate(-30deg);
  transform-origin: right bottom;
}

.bird:before {
  width: 100%;
  height: 1px;
  animation: leftWing 8s linear infinite;
}
.bird:after {
  width: 1px;
  height: 100%;
  animation: rightWing 8s linear infinite;
}

@keyframes leftWing {
  0%   { transform: rotate(-30deg); }
  2%   { transform: rotate(-110deg); }
  4%   { transform: rotate(-30deg); }
  6%   { transform: rotate(-110deg); }
  8%   { transform: rotate(-30deg); }
  10%  { transform: rotate(-110deg); }
  12%  { transform: rotate(-30deg); }
  30%  { transform: rotate(-30deg); }
  42%  { transform: rotate(-35deg); }
  72%  { transform: rotate(-35deg); }
  74%  { transform: rotate(10deg); }
  76%  { transform: rotate(-30deg); }
  78%  { transform: rotate(-110deg); }
  80%  { transform: rotate(-30deg); }
  82%  { transform: rotate(-110deg); }
  84%  { transform: rotate(-30deg); }
  86%  { transform: rotate(-110deg); }
  88%  { transform: rotate(-30deg); }
  90%  { transform: rotate(-110deg); }
  92%  { transform: rotate(-30deg); }
  94%  { transform: rotate(-110deg); }
  96%  { transform: rotate(-30deg); }
  98%  { transform: rotate(-110deg); }
  100% { transform: rotate(-30deg); }
}

@keyframes rightWing {
  0%   { transform: rotate(30deg); }
  2%   { transform: rotate(110deg); }
  4%   { transform: rotate(30deg); }
  6%   { transform: rotate(110deg); }
  8%   { transform: rotate(30deg); }
  10%  { transform: rotate(110deg); }
  12%  { transform: rotate(30deg); }
  30%  { transform: rotate(30deg); }
  42%  { transform: rotate(35deg); }
  72%  { transform: rotate(35deg); }
  74%  { transform: rotate(0deg); }
  76%  { transform: rotate(30deg); }
  78%  { transform: rotate(110deg); }
  80%  { transform: rotate(30deg); }
  82%  { transform: rotate(110deg); }
  84%  { transform: rotate(30deg); }
  86%  { transform: rotate(110deg); }
  88%  { transform: rotate(30deg); }
  90%  { transform: rotate(110deg); }
  92%  { transform: rotate(30deg); }
  94%  { transform: rotate(110deg); }
  96%  { transform: rotate(30deg); }
  98%  { transform: rotate(110deg); }
  100% { transform: rotate(30deg); }
}

