/*
Theme Name: Lightning Child
Theme URI: 
Template: lightning
Description:
Author: ARGS
Tags: 
Version: 0.5.1
*/

.blog .page-header {
	background: url("http://web2.args.co.jp/wp-content/uploads/2025/05/header.png") no-repeat 50% center;
	background-size: auto;
	background-size: cover;
	color: #333;
	text-shadow: 1px 1px 10px #fff, -1px 1px 10px #fff, 1px -1px 10px #fff, -1px -1px 10px #fff;
}

@media screen and (max-width: 979px) {
.has-text-align-center span::after {
     content: "\A";
     white-space: pre;	   
 }
}

.ConsultationHour {
	font-size: 0.8em;
}

.ConsultationHour th {
	padding:5px;
}

.ConsultationHour td {
	padding:5px 10px;
	text-align:center;
}

.calendar-container {
  position: relative;
  width: 100%;
  padding-bottom: 90%;
  height: 0;
  overflow: hidden;
}

.calendar-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.page-header {
	background: url("http://web2.args.co.jp/wp-content/uploads/2025/05/header.png") no-repeat 50% bottom;
	background-size: auto;
	background-size: cover;
	color: #333;
	text-shadow: 1px 1px 10px #fff, -1px 1px 10px #fff, 1px -1px 10px #fff, -1px -1px 10px #fff;
}

.widget#block-75,.widget#block-74 {
	margin-bottom: 0;
}

.widget#block-70 {
	margin-bottom: 20px;
}

.vk_post_imgOuter_singleTermLabel {
    display: none;
}

#block-74 p {
	font-size: 14px;
}

.veu_profile .sns_btns .facebook_btn a {
	border:none;
}

.facebook_btn .bg_fill:hover {
  transform: scale(1.1);
}

.veu_profile .sns_btns .mail_btn a {
	border:none;
}

.mail_btn .bg_fill:hover {
  transform: scale(1.1);
}

.veu_profile .sns_btns .instagram_btn .bg_fill {
  background: radial-gradient(circle at 30% 107%, 
    #fdf497 0%, #fdf497 5%, 
    #fd5949 45%, #d6249f 60%, 
    #285AEB 90%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  transition: transform 0.3s ease;
	border:none;
}

.veu_profile .sns_btns .instagram_btn .bg_fill:hover {
  transform: scale(1.1);
}

.veu_profile .sns_btns .instagram_btn .icon {
  color: white;
  font-size: 20px;
}

.contact_txt_catch {
    font-size: 14px;
    line-height: 128.6%;
}

 .contact_frame {
    padding: 0 1.3rem 3rem;
    display: block;
    overflow: hidden;
}	
	
.contact_txt_tel {
    font-size: 22px;
    white-space: nowrap;
　　padding: 5px 0;
    font-size: 28px;
    line-height: 105%;
    font-weight: 700;
    color: var(--vk-color-primary);
}

.contact_txt a {
	text-decoration :none;
}

.contact_frame .contact_bt  {
	margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
  .contact_frame {
    text-align: center;
  }

  .contact_frame .contact_txt {
    display: inline-block;
    text-align: center;
  }

  .contact_bt {
    display: inline-block;
    margin-top: 10px;
  }
}

/*Contact Form 7カスタマイズ*/
/*スマホContact Form 7カスタマイズ*/
@media(max-width:500px){
.inquiry th,.inquiry td {
 display:block!important;
 width:100%!important;
 border-top:none!important;
 -webkit-box-sizing:border-box!important;
 -moz-box-sizing:border-box!important;
 box-sizing:border-box!important;
}
.inquiry tr:first-child th{
 border-top:1px solid #d7d7d7!important;
}

.inquiry .haveto,.inquiry .any {	
font-size:10px;
}}

.inquiry th{
 text-align:left;
 font-size:14px;
 color:#444;
 padding-right:5px;
 width:30%;
 background:#f7f7f7;
 border:solid 1px #d7d7d7;
}

.inquiry td{
 font-size:13px;
 border:solid 1px #d7d7d7;	
}

.entry-content .inquiry tr,.entry-content table{
 border:solid 1px #d7d7d7;	
}

.inquiry .haveto{
 font-size:7px;
 padding:5px;
 background:#ff9393;
 color:#fff;
 border-radius:2px;
 margin-right:5px;
 position:relative;
 bottom:1px;
}

.inquiry .any{
 font-size:7px;
 padding:5px;
 background:#93c9ff;
 color:#fff;
 border-radius:2px;
 margin-right:5px;
 position:relative;
 bottom:1px;
}

.verticallist .wpcf7-list-item{
 display:block;
}

#formbtn{
 display: block;
 padding:1em 0;
 margin-top:30px;
 width:100%;
 background:#ffaa56;
 color:#fff;
 font-size:18px;
 font-weight:bold;	 
 border-radius:2px;
 border: none;
}

#formbtn:hover{
 background:#fff;
 color:#ffaa56;
}

.hand-marker {
  position: relative;
  z-index: 0;
}

.hand-marker::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0.1em;
  width: 100%;
  height: 0.6em;
  background: linear-gradient(
    to right,
    rgba(255, 192, 203, 0.4),
    rgba(255, 182, 193, 0.6),
    rgba(255, 192, 203, 0.4)
  );
  border-radius: 0.3em;
  transform: rotate(-1deg);
  z-index: -1;
}

:where(:not(.wp-block-table)) > table {
    border: 1px solid #fff;
    border-collapse: collapse;
}
:where(:not(.wp-block-table)) > table th,
:where(:not(.wp-block-table)) > table td {
    border: 1px solid #fff;
}

table {
    margin: 0 auto;
  }

.table_design05 {
	border-collapse: separate;
	width: 100%;
	max-width: 700px;
}
.table_design05 th,
.table_design05 td {
	padding: 1em;
	line-height:1.5;
}
.table_design05 th {
	text-align: left;
	font-weight: bold;
	width: 15%;
	min-width: 4em;
	position: relative;
}
.table_design05 th::after {
	content: '';
	background-color: #f59666;
	position: absolute;
	top: 50%;
	left: 100%;
	transform: translateY(-50%);
	width: 1px;
	height: 60%;
}
.table_design05 td {
	width:85%;
}

@media screen and (max-width: 768px) {
.table_design05 {
    width: 100%;
  }
  .table_design05 tr,
  .table_design05 th,
  .table_design05 td {
	  display: block;
	  width: 100%;
  }
  .table_design05 tr {
	  margin-bottom: 1em;
  }
  .table_design05 th {
	  font-weight: bold;
  }
  .table_design05 td {
	  border: none;
	  padding-top: 0;
	  border-bottom: 1px solid #f59666;
  }
  .table_design05 th::after {
	  content:none;
	}
}

a.arrow_r {
  position: relative;
  display: inline-block;
	color: #FF6633;
}
a.arrow_r:after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  margin-left: 3px;
}

@media screen and (max-width: 768px) {
.veu_profile .sns_btns {
    display: flex;
    justify-content: center;
    padding: 0;
    margin: 0;
  }
  .sns_btns li {
    margin: 0 5px;
  }
	.col-lg-4 {
	text-align:center;
}
}

h4.wp-block-heading {
	background:center bottom 200px url("/wp-content/uploads/2025/05/topimg_1900-1.jpg");
}

.vk-mobile-nav-menu-btn {
    left: initial;
    right: 5px;
}

.vk_staff {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .vk_staff {
    flex-direction: column-reverse;
  }
  .vk_staff_photo {
    width: 50%;
    margin: auto;
  }
  .vk_staff_photo img {
    width: 100%;
    height: auto;
  }
  .vk_staff_text {
    width: 100%;
		margin-top: 10px;
  }
	.vk_staff_text_name,
	.vk_staff_text_caption {
		display: block!important;
		text-align: center!important;
	}
}
/* アイキャッチ画像がない場合に画像の枠を非表示にする */
.vk_post_imgOuter:not([style*="background-image"]) {
    display: none !important;
}
/* 投稿の投稿者名非表示 */
.entry-meta-item-author { display: none; }

