/*
Theme Name: LINE Allune Design studio
Theme URI:  https://line.allune-design.com/
Template: lightning
Description: 
Author: 
Tags: 
Version: 0.6.1
*/
.page-header-title{
	font-size: 1.4rem !important;
  font-family: 'Zen Old Mincho', "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ 明朝", serif !important;
  line-height: 1.5;
}
header#site-header {
	--display: none;
}

div#vk-mobile-nav-menu-btn {
	display: none;
}

input[type=text],
textarea {
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	font-size: 16px !important;
	/* ズーム防止 */
}

/* 全体の横揺れ防止 */
html,
body {
	overflow-x: hidden;
	width: 100%;
}

/*
 **　ぺージの横幅
 **　　.page-id-3=privacy policy
*/
.page-id-3 .vk-width-col-2-main {
	width: initial;
}

.page-id-3 .site-body {
	max-width: 767px;
	margin: 0 auto;
}

.page-id-10 .site-body {
	max-width: 640px !important;
	margin: 0 auto;
}

@media (min-width: 992px) {
	.privacy-policy .main-section--col--two {
		width: 100% !important;
	}
}

/* 送信ボタンも中央寄せ */
input[type=submit] {
	display: block !important;
	width: 30% !important;
	margin: 0 auto;
	font-size: 16px !important;
	border: 1px solid #bca68b;
	background-color: #bca68b;
}

/* Lightningのコピーライト2行目（Powered by...）を非表示にする */
.site-footer-copyright p:nth-child(2) {
	display: none !important;
}

p.radio_p1 {
	margin-bottom: 7px;
}


/********
/* 項目ごとの間隔 */
.field-group {
	margin-bottom: 20px;
}

.acceptance-field p,
.turnstile-container,
.submit-button {
	display: block !important;
	text-align: center !important;
}


/* 3. 送信ボタンをスマホでもPCでも押しやすく */
input.wpcf7-submit {
	cursor: pointer;
}

/* パンくず非表示 */
.breadcrumb {
	display: none;
}