/**
 * Template: snow-monkey
 * Theme Name: Snow Monkey Child
 */
.sp--only {
	display: none;
}
@media (max-width: 767px) {
	.sp--only {
	display: block;
	}
}

@media (max-width: 767px) {
	.sp--none {
	display: none;
	}
}
.c-entry-summary__content,
.c-entry-summary__term,
.c-meta__item--modified,
.c-meta__item--author{
	display:none !important;
}
.mark, mark {
	padding: .2em;
	background-color: #fcf8e3;
}
.note {
	list-style: none !important;
	margin:0 !important;
	padding:0 !important;
}
.note > li {
	position: relative !important;
	font-size: 80% !important;
	padding-left: 1em !important;
}
.note > li:before {
	display: none !important;
}
.note > li > span:first-of-type {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
}
.note > li > small {
	font-size: 100% !important;
}


.c-site-branding__title .custom-logo{
max-width:300px;
}
@media (max-width: 767px) {
.c-site-branding__title .custom-logo{
max-width:200px;
}
}
.vi{
border: 3px solid rgb(0, 161, 126);
border-radius: 10px;
overflow: hidden;
margin-bottom:2em;
}
.wpaw-recent-posts__figure{
display:none;
}
.wp-block-table table{
border:0 none;
}
.wp-block-table table th{
border: 0 none;
color: #00a17e;
width: 25%;
font-weight: 600;
padding:1em 0;
text-align:left;
white-space:nowrap;
}
.wp-block-table table td{
border:0 none;
padding:1em;
}



.border-img img{
border-radius: 25px;
}
.wide-banner {
background: #3ac3af;
width: 130px;
height: 100px;
padding: 20px;
position: fixed;
top: 50%;
right: -30px;
-webkit-transition: all .3s ease;
transition: all .3s ease;
z-index: 100;
border-radius: 6px 0 0 6px;
overflow: hidden;
-webkit-box-shadow: 0 5px 15px rgba(0,0,0,.3);
box-shadow: 0 5px 15px rgba(0,0,0,.3);
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.wide-banner:hover{
-webkit-transform:translateX(-20px);
transform:translateX(-20px);
}
.wide-banner img{
width:70px;
}
.mobile-banner {
position: fixed;
bottom: 0;
left:0;
height: 60px;
width: 100%;
z-index: 100;
display: none;
-webkit-box-pack: space-evenly;
-ms-flex-pack: space-evenly;
justify-content: space-evenly;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
-ms-flex-direction: row;
flex-direction: row;
background: #fff;
-webkit-box-shadow: 0 -1px 15px rgba(0,0,0,.3);
box-shadow: 0 -1px 15px rgba(0,0,0,.3);
}
.mobile-banner img {
width: 120px;
}
.mobile-banner__tel {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
}
.mobile-banner__tel a {
font-size: 16px;
text-decoration: none;
color: #434343;
}
.mobile-banner__tel span {
line-height: 12px;
font-size: 10px;
}
@media (max-width: 767px) {
.wide-banner {
display:none;
}
.mobile-banner{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
}

.l-footer .wp-block-image{
max-width:300px;
}


.embed {
  padding-top: 56.25%;
  position: relative;
  width: 100%;
  text-align: center;
  display: block;
  overflow: hidden;
  line-height: 1;
}
.embed video,
.embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.wpcf7 h4{
margin:1.66em 0 0.33em 0;
}
.wpcf7 label {
  position: relative;
  font-size: 1em;
  display: block;
}
.wpcf7 label + label {
  margin-top: 0.5em;
}
.wpcf7 label .required {
  display: inline-block;
  color: #fff;
  background: #ed6c00;
  font-size: 0.5em;
  line-height: 1;
  padding: 0.5em;
  border-radius: 3px;
  white-space: nowrap;
  margin: 0;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.wpcf7 label .placeholder {
  z-index: 1;
  line-height: 1;
  position: absolute;
  top: calc( 0.44231rem + 0.5em );
  right: 10px;
}
.wpcf7 label .input-numeric {
  width: calc( 100% - 7em );
  margin-left: 5em;
  margin-right: 2em;
  text-align: right;
}
.wpcf7 .include-input-numeric {
  max-width: 15em;
}
.wpcf7 .include-input-numeric .placeholder {
  right: 0;
}
@media (max-width: 767px) {
  .wpcf7 .include-input-numeric {
    max-width: 100%;
  }
  .wpcf7 .include-input-numeric .placeholder {
    right: 10px;
  }
}
.wpcf7-submit {
  width: 100%;
}
.wpcf7-textarea, .wpcf7-text {
  width: 100%;
  font-size: 20px;
}
@media (max-width: 767px) {
  .wpcf7-textarea, .wpcf7-text {
    font-size: 16px;
  }
}
.wpcf7-list-item {
  margin-left: 0;
  display: block;
  margin-top: 0.5em;
}
.wpcf7-list-item label {
  display: block;
  padding: 1em;
  border: 1px solid #ddd;
  border-radius: 3px;
  background: #fff;
}
.wpcf7-list-item label:hover {
  border-color: #999;
}
.wpcf7-form-control-wrap {
  display: block;
}
.wpcf7-checkbox {
  display: block;
}
.wpcf7-checkbox .wpcf7-list-item {
  padding: 0;
  margin: 0;
  display: block;
}
.wpcf7-checkbox .wpcf7-list-item + .wpcf7-list-item {
  margin-top: 0.66em;
}
.wpcf7-checkbox .wpcf7-list-item label {
  padding: .44231rem .88462rem;
}
.wpcf7-select {
  -webkit-box-shadow: inset 0 2px 3px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 2px 3px 0 rgba(255, 255, 255, 0.1);
  font-size: 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}