/*
Theme Name: Lightning Child
Theme URI: 
Template: lightning
Description: 
Author: 
Tags: 
Version: 0.6.0
*/
.roboto-thin {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.roboto-light {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.roboto-regular {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.roboto-medium {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.roboto-bold {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.roboto-black {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.roboto-thin-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.roboto-light-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.roboto-regular-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.roboto-medium-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.roboto-bold-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.roboto-black-italic {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: italic;
}



/*サイトの上部にライン*/
body{
	border-top:5px solid var(--wp--preset--color--vk-color-primary-vivid) ;
}

/*ヘッダーのロゴサイズ*/
.site-header-logo a {
	max-width:350px;
	margin-top:10px;
	margin-bottom:10px;
}
@media (max-width: 991.98px) {
    .site-header-logo {
        padding-top: 1rem;
        margin-bottom: 1rem;
    }
}
/*見出しの英語*/
.english-style{
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: normal;
}

/*TOPメインイメージ*/
/*@media screen and (min-width: 768px) {
.swiper,
.swiper-slide,
.ltg-slide picture,
{
	height:30vw!important;
	max-height:35vh;
		width:auto;
}
.ltg-slide picture img{
	height:30vw!important;
	max-height:35vh;
  object-fit: cover;
}
}
@media screen and (max-width: 768px) {
.swiper,
.swiper-slide,
.ltg-slide picture,
{
	height:50vw!important;
	max-height:40vh;
		width:auto;
}
.ltg-slide picture img{
	height:50vw!important;
	max-height:40vh;
  object-fit: cover;
}
}*/

/*TOPメインイメージ*/
@media screen and (min-width: 768px) {
.top-slider,
.top-slider .swiper-wrapper,
.top-slider .wp-block-vk-blocks-slider-item{
	height:25vw!important;
	max-height:40vh;
}
.top-slider .wp-block-vk-blocks-slider-item{
  repeat: no-repeat!important;
    background-size: contain;
}
}
@media screen and (max-width: 768px) {
.top-slider,
.top-slider .swiper-wrapper,
.top-slider .wp-block-vk-blocks-slider-item{
	height:30vw!important;
	max-height:40vh;
}
}

.breadcrumb{
	border-bottom:0;
	border-top:0;
	background-color:#f4f4f9;
}

/******************************/
/** コンタクトフォームの装飾 **/
/******************************/

/*　送信ボタンを中央に　*/
div.wpcf7 .wpcf7-spinner {
    display: none !important;
}
/*　フォーム全体　*/
#cf7-area {
width:100%;
margin: 0 auto;
font-family: “遊ゴシック”,”ヒラギノ角ゴ”,”メイリオ”,”MS Pゴシック”,sans-serif;
}

.cf7-item {
display: flex;
align-items: flex-start;
justify-content: flex-start;
}

.cf7-q {
width: 30%;
margin: 0 0 0 10px;
}

.cf7-a {
width: 70%;
}

/*　見出し　*/
.form-heading
{
width: 100%;
background-color:  var(--wp--preset--color--vk-color-primary-vivid);
border-radius: 2px;
color: #ffffff;
font-weight: bold;
padding: 1em .8em;
margin: 0 0 3em;
}

.form-heading p {
margin: 0;
}
.wpcf7 .wpcf7-submit:disabled{
    border: 1px solid #d3d3d3;
    background-color: #d3d3d3 !important;
    color: #fff !important;
}
/* 各項目共通 */
#cf7-area label{
font-weight:bold;
}

#cf7-area input[type=”text”],#cf7-area input[type=”email”],#cf7-area input[type=”tel”],#cf7-area textarea {
background: #F0F8FF;
width:500px;
margin-left:10px;
}

#cf7-area input[type=”text”]:focus,#cf7-area input[type=”email”]:focus,#cf7-area input[type=”tel”]:focus,#cf7-area textarea:focus {
background: #FFE4E1;
border: 2px solid #FF1493;
outline: 0;
}

#cf7-area input[type=”checkbox”], #cf7-area input[type=”radio”]{
appearance: auto;
}

#cf7-area .wpcf7-list-item {
display: block;
}

#cf7-area textarea{
height:200px;
width:100%;
padding: 0.625em 0.4375em;
	margin-left:0!important;
}

.cf7-accept-check{
text-align: center;
margin: 50px auto;
}

.cf7-submit {
width: 40%;
margin: 0 auto;
text-align: center;
}
.wpcf7-previous{
	font-size: 1rem;
    border: 1px solid var(--vk-color-primary-dark);
    background-color: #fff;
    color: var(--vk-color-primary);
    padding: .5em 2em;
    border-radius: var(--vk-size-radius);
	cursor: pointer;
	margin-bottom:20px;
}
#cf7-area input[type=”submit”]
{
width: 100%;
background-color: #191970;
color: #ffffff;
border-radius: 5px;
font-size: 1.2em;
padding: 1em 10px;
}

#cf7-area input[type=”submit”]:hover
{
background-color:#ffffff;
border: 2px solid #191970;
color:#191970;
}

.cf7-btn{
width: 40%;
margin: 0 auto;
text-align: center;
}

/*　必須ラベル　*/
.cf7-req{
font-size:.8em;
padding: 4px 6px;
background: #eb2a2a;
color: #ffffff;
margin-left: 10px;
display:inline-block;
}

@media screen and (max-width:768px){
.cf7-item {
display: block;
}

#cf7-area label{
display: block;
margin-bottom: 10px;
}

.cf7-q {
width: 100%;
margin: 0;
}

.cf7-a {
width: 100%;
}

#cf7-area input[type=”text”], #cf7-area input[type=”email”], #cf7-area input[type=”tel”], #cf7-area textarea{
margin-left: 0;
}

.cf7-submit{
width: 90%;
}
}


.page-id-409 input[type=text],
.page-id-409 input[type=email],
.page-id-409 textarea{
	border:none!important;
	padding:0!important;
}
.page-id-409 #cf7-area textarea{
	background:#fff!important;
}