/*
Theme Name: 株式会社ニューピーク
Theme URI:
Template: lightning
Description:
Author:
Tags:
Version: 0.6.1
*/

.site-footer-copyright p:nth-child(2) {
	display:none;
}
.site-footer {
	border-top: none;
}

.main-cover {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
.main-figure{
	margin: 0 !important;
}

@media (max-width: 768px) { /*空のカラムをモバイルでは非表示*/
	.empty-column {
		display: none;
	}
}

.stacking-box { /*製品の特長ボックス高さ揃える*/
	height: 236.4px;
}
@media (max-width: 768px) { /*モバイルでは解除*/
	.stacking-box {
		all: unset;
	}
}

.heading-right { /*見出しあしらい*/
	display: flex;
	align-items: center;
	font-size: 2em;
}
.heading-right::after {
	content: '';
	width: 100px;
	height: 1px;
	background-color: #266cf4;
	margin-left: 20px;
}

.page_top_btn { /* トップへ戻るボタン */
	right: 20px;
    bottom: 20px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #266CF4;
    box-shadow: none;
}

@media (max-width: 768px) { /*モバイルキャッチコピー*/
	.mobile-catch {
		font-size: 38px!important;
		line-height: 1.4!important;
	}
}

@media (max-width: 768px) {
	.evidence {
		justify-content: center!important;
	}
}

/*フッター中央寄せ*/
.footer-nav {
	text-align: center;
}

.txt-justify { /* テキスト均等割り付け最終左 */
	text-align: justify;
	text-align-last: left;
}

.after-arrange { /* 導入後背景 */
	margin-bottom: 0 !important;
	background-color: #266CF4;
	color: #fff;
	padding: 4px 8px;
	border-radius: 10px;
	font-size: 0.8em;
	font-weight: bold;
}


/* 予約フォームBooking Package調整 */
#booking-package_inputFormPanel textarea {
	height: 180px;
}
#booking-package_inputFormPanel div.row {
	padding: 20px;
}
#booking-package_inputFormPanel .form_text {
	height: 40px;
}
#booking-package select {
	height: 40px;
}
#booking-package_inputFormPanel div.description {
	margin-top: 10px;
	font-size: 0.9em;
}
/* 予約フォームBooking Package調整ここまで */

/* コンタクトフォーム7 */
.wpcf7 {
	max-width: 100%;
	box-sizing: border-box;
	position: relative;
	height: auto;
}

.wpcf7 dd {
	margin: 0 0 30px 0;
}
.wpcf7 dt {
	font-weight: normal;
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
.wpcf7 input, 
.wpcf7 textarea {
	width: auto;
	box-sizing: border-box;
	width: 100%;
	border: 1px solid #ccc;
	line-height: 1.2;
	padding: 8px;
}
.wpcf7 select,.wpcf7 input[type=checkbox], .wpcf7 input[type=radio] {
	width: auto;
	max-width: 97%;
	border: 1px solid #ccc;
	padding: 8px;
}
.wpcf7 select {
	line-height: 1.2;
}
/* 必須マーク */
.wpcf7 .must {
	color: #FFF;
	border-radius: 3px;
	font-size: 10px;
	margin-left: 10px;
	padding: 5px 10px;
	letter-spacing: 2px;
	background: #F54727;
}
/* 同意チェック */
.accept-this{
	text-align: center;
}
/* 送信ボタン */
.btn_contact7 {
	margin-top: 10%;
	text-align: center;
	position: relative;
}
.btn_contact7 input {
	width: 100%;
	padding: 1.3% 0%;
	background-color: #266CF4;
	color: #FFF;
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: 0.1em;
	border: 1px solid #27A6AF;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}
.btn_contact7 input:hover {
	background-color: #FFF;
	color: #27A6AF; 
}
/*補足メモ*/
.wpcf7 .wpcf7-text-memo {
	font-size: 12px;
	margin-left: 10px;
}
.wpcf7 p {
	margin: 0;
}
.wpcf7 .title {
	font-weight: bold;
}
.wpcf7 select {
	width: 100%;
	max-width: 100%;
}
/* 日時選択 */
/* <dd> 内の改行や段落を無効化 */
.datetime-row br {
	display: none;
}
.datetime-row p {
	margin: 0;
	display: flex;       /* 横並び */
	gap: 12px;           /* 入力欄の間隔 */
	align-items: flex-start;
}
/* 横並びのアイテム */
.datetime-row .datetime-item {
	flex: 1;             /* 均等幅 */
	min-width: 0;
	box-sizing: border-box;
}
/* 内部の input と select を幅100%に */
.datetime-row input,
.datetime-row select {
	width: 100%;
	box-sizing: border-box;
}
.datetime-row select {
	padding: 0.55em 0.75em;
}
.online-note {
	margin-bottom: 10px !important;
	background-color: #EFEFEF !important;
	line-height: 2;
	padding-left: 5px;
}
/* スマホでは縦並び */
@media (max-width: 768px) {
	.datetime-row p {
		flex-direction: column;
	}
}

/* コンタクトフォーム7ここまで */

/*ヘッダーナビ問い合わせ　ボタン化*/
ul li.menu-contact a {
	display: inline-flex;
	height: 40px;
	padding: 0 16px;
	line-height: 1;
	color: #fff;
	border-radius: 30px;
	transition: background-color 0.3s;
	margin-left: 10px;
}
ul li.menu-online a {
	background-color: #266CF4;
}
ul li.menu-trial a {
	background-color: #fa339a;
}
ul li.menu-contact a:hover {
	filter: brightness(1.1) saturate(2);
}

.global-nav-list>li.menu-contact:before {
	border-bottom: none;
}
@media (max-width: 768px) {
	ul li.menu-contact a {
		width: 120px;
		margin: 15px 0;
		line-height: 20px;
		color: #fff!important;
	}
}
/* ここまで問い合わせボタン */

/* トップページお知らせのスタイル調整 */
.wp-block-latest-posts li {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: center;
}
.wp-block-latest-posts li::after {
	display: inline;
	clear: none;
}
.wp-block-latest-posts>li>a {
	width: 70%;
	margin-bottom: 0;
}
.wp-block-latest-posts>li>time {
	width: 30%;
	padding-left: 1em;
}
@media screen and (max-width: 575px) {
	.wp-block-latest-posts>li>time {
		padding-left: 0em;
	}
}
/* ここまでトップページお知らせのスタイル調整 */

.entry-meta-item-author { /* 投稿者名を非表示 */
	display: none;
}
.next-prev { /* 前後記事非表示 */
	display: none;
}

/* 料金表のカスタマイズ */
.fa-regular.fa-circle { /* 料金表の丸印の色 */
	color: #fa339a;
}
.plan-table thead {
	background: #1e56c3;
	color: #fff;
}
.plan-table td:nth-of-type(2n) {
	background: #EDEFF1;
}

/* グローバルナビ子メニュー背景色 */
.sub-menu {
	background-color: #3E424B !important;
}
.sub-menu li a {
	background-color: #3E424B !important;
}
.sub-menu li a:hover {
	background-color: #266CF4 !important;
}
@media (max-width: 768px) {
	.sub-menu {
		background-color: transparent !important;
	}
}
@media (max-width: 768px) {
	.sub-menu li a {
		background-color: transparent !important;
	}
}
@media (max-width: 768px) {
	.sub-menu li a:hover {
		background-color: transparent !important;
	}
}
/* ここまでグローバルナビ子メニュー背景色 */