/*
Theme Name: SWELL Child
Theme URI: https://swell-theme.com/
Template: swell
Author: LOOS,Inc.
Author URI: https://loos.co.jp/
Description: シンプルなのに高機能。ブロックエディターの使い心地にこだわった国内最高峰のWordPressテーマ
Version: 2.15.0.1753425408
Updated: 2025-07-25 15:36:48

*/

/*input {
    width: 100%;
    max-width: 35em;
}*/

:root {
  --color_main: #fff;
  --base-color-1: #4f2236;	/*	紫		*/
  --base-color-2: #7d0a05;	/*	臙脂	*/
  --base-color-3: #de8383;	/*	ピンク	*/
  --base-color-4: #00bf8e;
  --base-color-5: #fff;
  --base-color-6: #00ecaf;
}




div#breadcrumb {
    display: none;
}

input.textinp {
    width: 100%;
    border-color: var( --base-color-1 );
}
input.textdisp {
    width: 100%;
    border-color: var( --base-color-1 );
}
input.textdisp:disabled:readonly {
}

textarea#content {
    width: 100%;
    height: 20em;
    box-shadow: 0 0 0 transparent;
    border-radius: 4px;
    border: 1px solid var( --base-color-1 );
    background-color: #fff;
    color: #2c3338;
}
.wp-block-column-center {
    justify-self: center;
    margin-top: 4em;

}
input#submit {
    width: 300px;
    border-radius: 4px;
    border-color: var( --base-color-2 );
    color: #fff;
    background-color: var( --base-color-2 );
    cursor: default;
}
input#submit:hover {
    background-color: #ddd;
    color: var( --base-color-2 );
    border: solid 1px var( --base-color-2 );
}
input.button {
    color: #fff;
    background-color: var( --base-color-2 );
    border-radius: 4px;
    padding: 0 1em;
    text-align: center;
    cursor: default;
}
input.button:hover {
    background-color: var(--color_main);
    color: var( --base-color-2 );
}

.flex-box {
	display: flex;
	border-bottom-style: none;
	border-bottom-width: 1px;
	border-bottom-color: var(--color_border--table);
	padding-top: 1em;
	padding-bottom: 1em;
	flex-wrap: wrap;
	width: -webkit-fill-available;
	position: relative;
	padding: 0;
}
.flex-box-nodashed {
	border-bottom-style: none;
}
.flex-box-dashed {
	border-bottom-style: dashed;
}
.flex-box-nopadding {
	padding: 0;
}
.flex-box-in {
	width: 50%;
	margin-top: 1em;
}
.flex-box-1 {
	width: 100%;
	text-align: left;
	align-content: center;
}
.flex-box-2 {
	width: 50%;
	text-align: end;
	align-content: center;
}
.flex-box-3 {
	width: 33%;
	text-align: center;
	align-content: center;
}
.flex-box-4 {
	width: 25%;
	text-align: center;
	align-content: center;
}
.flex-box-5 {
	width: 20%;
	text-align: center;
	align-content: center;
}
.flex-box-5 {	width: 5%;	align-content: center;	}
.flex-box-10 {	width: 10%;	align-content: center;	}
.flex-box-20 {	width: 20%;	align-content: center;	}
.flex-box-25 {	width: 25%;	align-content: center;	}
.flex-box-30 {	width: 30%;	align-content: center;	}
.flex-box-33 {	width: 33%;	align-content: center;	}
.flex-box-40 {	width: 40%;	align-content: center;	}
.flex-box-45 {	width: 45%;	align-content: center;	}
.flex-box-50 {	width: 50%;	align-content: center;	}
.flex-box-60 {	width: 60%;	align-content: center;	}
.flex-box-66 {	width: 66%;	align-content: center;	}
.flex-box-70 {	width: 70%;	align-content: center;	}
.flex-box-75 {	width: 75%;	align-content: center;	}
.flex-box-80 {	width: 80%;	align-content: center;	}
.flex-box-85 {	width: 85%;	align-content: center;	}
.flex-box-90 {	width: 90%;	align-content: center;	}
.flex-box-95 {	width: 95%;	align-content: center;	}
.flex-box-100{	width:100%;	align-content: center;	}
.flex-box-100px {	width: 100px;	align-content: center;	}
.flex-box-200px {	width: 200px;	align-content: center;	}
.flex-box-200m {	width: calc(100% - 200px);	align-content: center;	}
.flex-box-300m {	width: calc(100% - 300px);	align-content: center;	}
.flex-box-400m {	width: calc(100% - 400px);	align-content: center;	}
.flex-box-500m {	width: calc(100% - 500px);	align-content: center;	}
.flex-box-25-always {	width: 25%;	align-content: center;	}
.flex-box-75-always {	width: 75%;	align-content: center;	}
@media screen and (max-width: 767px) {
	.flex-box {
		display: grid;
	}
	.flex-box-flex {
		display: flex;
	}

	.flex-box-in {
		width: 100%;
	}
	.flex-box-1 {
		text-align: center;
	}
	.flex-box-2 {
		width: 100%;
		text-align: center;
	}
	.flex-box-3 {
		width: 50%;
		text-align: center;
	}
	.flex-box-4 {
		width: 50%;
		text-align: center;
	}
	.flex-box-20 {	width: 100%;	}
	.flex-box-25 {	width: 100%;	}
	.flex-box-33 {	width: 100%;	}
	.flex-box-40 {	width: 100%;	}
	.flex-box-45 {	width: 100%;	}
	.flex-box-50 {	width: 100%;	}
	.flex-box-60 {	width: 100%;	}
	.flex-box-66 {	width: 100%;	}
	.flex-box-75 {	width: 100%;	}
	.flex-box-80 {	width: 100%;	}
	.flex-box-85 {	width: 100%;	}
	.flex-box-90 {	width: 100%;	}
	.flex-box-95 {	width: 100%;	}
	.flex-box-100px {	width: 50%;	}
	.flex-box-200m {	width: 100%;	}
	.flex-box-300m {	width: 100%;	}
	.flex-box-400m {	width: 100%;	}
	.flex-box-500m {	width: 100%;	}
}

#sidebar {
    position: fixed;
}
main#main_content {
    margin-left: 200px;
}
.-sidebar-on #sidebar {
	width: 150px !important;
}
.-sidebar-on .l-mainContent {
	width: calc(100% - 150px - var(--swl-sidebar_margin));
}

@media screen and (max-width: 600px) {
	.-sidebar-on .l-mainContent {
		width: calc(100% - var(--swl-sidebar_margin));
	}
}
.c-gnav .sub-menu a:before, .c-listMenu a:before {
    content: "";
}
.l-mainContent__inner {
    display: flex;
    align-items: flex-start;
}
h1.c-pageTitle {
    width: 150px;
    position: fixed;
    padding-top: 5em;
    top: 80px;
    height: 80%;
}
.c-pageTitle[data-style=b_bottom] {
    border-bottom: none;
    border-right: 1px solid var( --base-color-3 );
}
.c-pageTitle[data-style=b_bottom] .c-pageTitle__inner {
    border-bottom: none;
    font-size: 19px;
    font-weight: 400;
}
#lp-content .post_content, #main_content .post_content {
    width: calc(100% - 160px);
    margin-left: 160px;
}

.post_content h3:where(:not([class^="swell-block-"]):not(.faq_q):not(.p-postList__title))::before {
    content: "";
    width: 100%;
    height: 2px;
    background: repeating-linear-gradient(90deg, var(--base-color-1) 0%, var(--base-color-1) 50%, rgba(150, 150, 150, .2) 75%, rgba(150, 150, 150, .2) 100%);
}

footer#footer {
	height: 102px;
}

@media screen and (max-width: 1200px) {
	main#main_content {
	    margin-left: 0;
	}
	#lp-content .post_content, #main_content .post_content {
	    width: 100%;
	    margin-left: 0;
	}
}

@media screen and (max-width: 960px) {
	#lp-content .post_content, #main_content .post_content {
	    margin-left: 150px;
	}
	.-sidebar-on .l-mainContent
	{
	    width: calc(100% - var(--swl-sidebar_margin));
	}
}

@media screen and (max-width: 600px) {
    #lp-content .post_content, #main_content .post_content {
        margin-left: 0;
    }
	.l-mainContent__inner {
	    display: block;
	}
	h1.c-pageTitle,
	.c-pageTitle[data-style=b_bottom] {
	    height: 2em;
	    top: 1em;
	    padding-top: 0;
	    /*border-bottom: 1px solid var(--base-color-3);*/
	    border-right: none;
	    width: 100%;
	    line-height: 1.5em;
	    position: relative;
	}
	h1.c-pageTitle:before {
		content: "";
    	width: 100%;
    	height: 2px;
	    background: repeating-linear-gradient(90deg, var(--base-color-3) 0%, var(--base-color-3) 29.3%, rgba(150, 150, 150, .2) 29.3%, rgba(150, 150, 150, .2) 100%);
	    bottom: 0;
	    display: block;
	    position: absolute;
	}
}

#p-spMenu__img {
  position: relative;
  width: 100px;
  justify-self: center;
}