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

/**** スペース ****/
.space5 {width:100%; height:5px;}
.space10 {width:100%; height:10px;}
.space20 {width:100%; height:20px;}
.space30 {width:100%; height:30px;}
.space40 {width:100%; height:40px;}
.space50 {width:100%; height:50px;}
.space50 {width:100%; height:60px;}
.space100 {width:100%; height:100px;}

@media screen and (min-width: 641px){
	.space5 {width:100%; height:10px;}
	.space10 {width:100%; height:20px;}
	.space20 {width:100%; height:40px;}
	.space30 {width:100%; height:60px;}
	.space40 {width:100%; height:80px;}
	.space50 {width:100%; height:100px;}
	.space60 {width:100%; height:120px;}
}

/*リンクhover*/

a:hover{opacity:0.8;}
a{
	cursor: pointer;
	transition:0.8s ease;
}
img{vertical-align:top;}



.site-header-logo img {
	max-height: 36px;
}
.site-header {
	box-shadow: none;
}
.global-nav-list li:last-child {
	background: #0e3f44;
	margin-left: 20px;
}
.global-nav-list li:last-child a:hover {
	background: #443d0e;
	transition : all 0.5s ease 0s;
}
.global-nav-list li:last-child a {
	color: #fff;
}

@media (min-width: 992px) {
  .site-header-logo {
    text-align: left;
    padding-top: 20px;
    margin-bottom: 0;
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .device-pc .global-nav-list > li > a {
    padding: 28px 1em;
  }
}

@media (min-width: 992px) {
  .site-header-container {
    max-width: 100%;
	padding-right: 0px;  
  }
}
/***投稿一覧***/
.postListText_singleTermLabel_inner {
	padding: 5px;
}
.postListText_date {
	line-height: 200%;
}
.vk_posts .postListText_title {
	line-height: 200%;
}
.postListText_singleTermLabel {
	min-width: 90px;
}
.top-eventarea {

}

/***TOPの外観スライド部分***/
.vk_gridColumn [class*="col-"] {
	padding: 0;
}
:where(figure) {
  margin: 0;
}
/***TOP Mystyle***/
.btn-mystyle {
  position: relative;
  z-index: 999;
  margin-top: -80px;
}
/***/
.imgarrow {
	width: 94px;
	background: #fff;
	padding: 5px 36px;
	margin-top: -42px !important;
	position: relative;
	z-index: 9990;
	display: block;
	margin-bottom: 30px !important;
	margin-left: auto;
	font-size: 24px;
}


/*******/
h2 {
	line-height: 175%;
	color: #0e3f44 !important;
}
.is-style-vk-heading-both_ends::before {
	display: none;
}

/***右側の画像を持ち上げる***/
.rightimage {
	margin-bottom: -280px;
	position: relative;
	z-index: 999;
}

/***ページヘッダー無し**/
.page-id-224 .page-header,
.page-id-32 .page-header,
.page-id-295 .page-header,
.page-id-34 .page-header,
.page-id-306 .page-header,
.page-id-40 .page-header{
	display: none;
}

@media (min-width: 1200px) {
	.page-id-32 .site-body,
	.page-id-40 .site-body{
    padding: 0;
  }
}

/***/
.stylepage-header {
	position: relative;
	margin-top: -580px !important;
}

/***/
.msp-column .vk_gridColumn_item {
	padding: 10px;
}

/***/
.kensa .vk_gridColumn_item {
	padding: 5px;
}

/***/
.combox {
	margin-top: -300px;
	position: relative;
}


/********フォーム*******/

h2.formpage_ttl {
    border: none;
    text-align: center;
    font-size: 1.3rem;
    font-family: 'Shippori Mincho', serif;
	font-weight:normal;
}

.formpage_txt {
    text-align: center;
}

.formpage_txt p{
    line-height:200%;
}

.form_table{
	width:100%;
	margin: 0 auto;
	border: none;
}

.form_table th{
	width:250px;
	background:#f5f5f5;
	padding: 1.5rem 1rem;
	border: none;
	font-size: 16px;
}

.form_table td{
	width:calc(100% - 250px);
	padding: 1.5rem 1rem;
	border: none;
	font-size: 16px;
}

#form-middle, .form-middle{
	max-width:340px;
	width:100%;
}

#form-semishort{
	width:100px;
}

#form-short{
	width:60px;
}

.form_flex {
    display: flex;
    align-items: center;
}

.form_flex li:nth-of-type(3), .form_flex li:nth-of-type(5){
    margin-left:5px;
}

#form-long{
	max-width:450px;
	width:100%;
}

.form_child_title {
    text-align: center;
    font-size: 1rem;
    background: #e3dfd5;
    max-width: 960px;
    margin: 50px auto 20px;
    padding: 5px;
}

.submit_btn {
    text-align: center;
}

input[type=submit] {
    font-size: 1rem;
    border: 1px solid #ccc;
    background-color: #eee;
    color: #5e5e5e;
    padding: 0.8em 2em;
    border-radius: var(--vk-size-radius);
	transition:0.8s ease;
}

input[type=submit]:hover{
    background-color: #ccc;
    color: #5e5e5e;
}

.form_privacy span.mwform-radio-field.vertical-item {
    display: inline-block;
}

.form_privacy {
    max-width: 85%;
    width: 100%;
    margin: 30px auto 0;
    text-align: center;
}

.privacy_btn{
	color:#877364;
}

.privacy_btn:hover{
	color:#877364;
}

.formpage_txt p a{
	color:#877364;
	font-size:16px;
}

.formpage_txt p a:hover{
	color:#877364;
}

#zip {
    width: 180px;
}

#pref {
    width: 150px;
}

#city {
    width: 180px;
}

#addr {
    max-width: 450px;
    width: 100%;
}

#select_box {
    max-width: 200px;
    width: 100%;
}

#preferred_date{
	max-width:300px;
	width:100%;
}


@media (max-width: 660px) {

h2.formpage_ttl {
    font-size: 16px;
}
	
.form_table th, .form_table td{
    width: 100%;
    display: block;
	border:none;
}
	
.form_table td{
	border-bottom:1px solid var(--vk-color-border-hr);	
}
	
.mwform-tel-field input[type="text"] {
    width: 80px;
}
	
.form_table th, .form_table td {
    text-align: left;
}

}

/***zip　のポップアップ***/
#autozip {
	display: none !important;
}

/***flexの逆***/
.flexreverse .row {
  flex-direction: row-reverse !important;
}

.global-nav-list li img {
	min-width: 20px;
}

/***スマホ時insta***/
.insta-icon {
	display: none;
}
.insta-icon {
	position: fixed;
	z-index: 9999;
	right: 7px;
	bottom: 80px;
	width: 45px;
}
@media (max-width: 991px) {
	.insta-icon {
		display: block;
	}
}

/***ブログ分類表示***/
.vk_post_imgOuter_singleTermLabel {
	display: none;
}

/***/
.next-prev {
  margin-top: 120px;
}