@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;
}

.h2shift {
	position: relative;
	height: 4em;
	margin-top: 5em !important;
}
.h2shift h2 {
	position: absolute;
	top: -1.5em;
	text-wrap: nowrap;
}
.h2shift hr {
	position: absolute;
	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;
}

.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.bgwhite, .swell-block-accordion.bgwhite summary {
	background-color: #fff;
}

.planlist h3 {
	padding: .5em 0 !important;
}
.planlist .swell-block-column.swl-has-mb--s {
	box-shadow: 5px 10px 10px #ccc;
}

.pricetable  * {
	border: none !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

#fix_bottom_menu .spbottombtn a {
	display: flex !important;
	justify-content: center;
	align-items: baseline;
	flex-direction: row-reverse;
}
#fix_bottom_menu .spbottombtn a * {
	width: fit-content;
	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;
}