@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/*パンクズ削除*/
#breadcrumb {
	display: none;
}

/*固定ページトップ詰め*/
.page #content {
	padding-top: 0;
}

/*ヘッダー調整*/
#header .c-gnav .menu-item {
	padding: 0 1.5em
}
@media screen and (min-width:960px){
	#header .l-header__logo {
		padding: .5em 0;
	}
}

/*ナビお問い合わせボタン*/
#header .nav-contact {
	margin-left: 2em;
	padding: 0 !important;
}
#header .nav-contact a {
	padding: 0 !important;
}
.nav-contact a::after {
	display: none !important;
}
.nav-contact .ttl {
	height: 100%;
	align-content: center;
	padding: 0 2em;
}

/*固定ページトップ削除*/
#top_title_area {
	display: none;
}

/*h2位置調整*/
.h2shift {
	position: relative;
	height: 4em;
	margin-top: 5em !important;
}
.h2shift h2 {
	position: absolute;
	top: -1.5em;
	text-wrap: nowrap;
}
.h2shift hr {
	position: absolute;
	top: 2em;
	left: 1em;
	width: 100%;
}
#testh2-3 hr{top: 3em !important;}

/*縦文字*/
.txt-upright {
	writing-mode: vertical-rl;
	border-right: 1px solid;
}

/*薄文字*/
.txt-faded {
	position: absolute;
	text-wrap: nowrap;
}
.original-space {
	height: 10vmin !important;
}

/*カバーブロック調整*/
.wp-block-cover {
	min-height: auto;
	overflow: visible;
}
.wp-block-cover__inner-container {
	transform: translateY(60%);
	z-index: 0 !important;
}

/*YouTube埋め込み調整*/
.wp-block-embed {
	max-width: 50% !important;
	margin-left: auto;
	margin-right: auto;
}

/*下にずれるボタン*/
.btn-shift {
	margin-bottom: 8em !important;
}
.btn-shift .swell-block-button {
	transform: translateY(50%);
}

/*リストの点削除*/
.liststyle-del {
	list-style: none;
}

/*アコーディオン背景*/
.swell-block-accordion, .swell-block-accordion summary {
	background-color: #fff;
}

/*ブログパーツ「プランリスト」*/
.planlist h3 {
	padding: .5em 0 !important;
}
.planlist .swell-block-column.swl-has-mb--s {
	box-shadow: 5px 10px 10px #ccc;
}

/*PRICEテーブル*/
.pricetable  * {
	border: none !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

/*SP固定フッター*/
#fix_bottom_menu a {
	display: flex !important;
	justify-content: center;
	align-items: baseline;
	flex-direction: row-reverse;
}
#fix_bottom_menu a * {
	width: fit-content;
	font-size: 1.5em;
	margin: 0 .25em;
}

/*お問い合わせフォーム*/
.wpforms-field {
	border-bottom: 1.5px solid #ddd !important;
}
@media screen and (min-width:960px) {
	.wpforms-field {
		display: flex !important;
	}
	.wpforms-field-label {
		width: 30% !important;
		margin-bottom: 0 !important;
	}
	fieldset {
		display: contents !important;
	}
	.wpforms-field ul {
		width: 100% !important;
	}
}
.wpforms-required-label {
	color: transparent !important;
}
.wpforms-required-label::after {
	content: "必須";
	color: #fff;
	background-color: #AD2525;
	padding: 0 1em;
	font-size: .75em;
}
.wpforms-submit {
	width: 80vmin !important;
	margin: 0 auto !important;
	display: block;
	height: 3em !important;
	background-color: #000 !important;
	border: 1px solid #000 !important;
}
.wpforms-submit-container button.wpforms-submit[type=submit]:is(:hover, :active) {
	color: #000 !important;
	background: #fff !important;
}