@charset "utf-8";
/*　2025.3.12　*/


/*　共通　*/
* {
box-sizing: border-box;
}

@media only screen and (min-width:1440px) {

:root {
--wp--style--global--content-size: 1000px;
--wp--style--global--wide-size: 1440px;
}

}


/*　レイアウト　*/


/*　細めのアンダーライン　*/
.is-style-heading-03,
.is-style-heading-04 {
	padding-right: 0 !important;
	padding-left: 0 !important;
}

.is-style-heading-01 {
	border-bottom: 0.5px solid;
}

/*　太めのアンダーライン　*/
.is-style-heading-02 {
	border-bottom: 1px solid;
}

/*　横串線　*/
.is-style-heading-03 {
display: flex;
align-items: center;
flex-direction: row;
justify-content: center;
}

.is-style-heading-03:after {
	display: block;
	min-width: 20px;
	margin-left: 1rem;
	border-bottom: 0.5px solid;
content: "";
flex: 1 0 0%;
}

/*　横串線（中央揃え）　*/
.is-style-heading-04 {
display: flex;
align-items: center;
flex-direction: row;
justify-content: center;
}

.is-style-heading-04:after,
.is-style-heading-04:before {
	display: block;
	min-width: 20px;
	border-bottom: 0.5px solid;
flex: 1 0 0%;
}

.is-style-heading-04:after {
	margin-left: 1rem;
content: "";
}

.is-style-heading-04:before {
	margin-right: 1rem;
content: "";
}


/*　段落　*/


/*　見出し　*/
.wp-block-heading {
	font-weight: normal;
	padding: 1rem 1rem 1rem 1rem;
}

h1.wp-block-heading {
/*	background: #AAAAAA;*/
}

h2.wp-block-heading {
/*	background: #CCCCCC;*/
}

h3.wp-block-heading {
	background: #EEEEEE;
/*	border-bottom: 3px solid #EEEEEE;
position: relative;*/
}

h3.wp-block-heading:after {
/*	display: block;
	width: 10%;
	border-bottom: solid 3px #CCCCCC;
position: absolute;
content: " ";
bottom: -3px;
left: 0;*/
}

h4.wp-block-heading {
/*	padding: 1rem 2rem 1rem 2rem;*/
	border-bottom: solid 1px #CCCCCC;
}

h5.wp-block-heading {
/*	padding: 0.5rem 2rem 1rem 2rem;*/
	border-bottom: dotted 2px #CCCCCC;
}

h6.wp-block-heading {
/*	padding: 0.5rem 2rem 1rem 2rem;*/
	border-bottom: double 3px #CCCCCC;
}


/*　リスト　*/


/*　テーブル　*/


/*　画像　*/


/*　ギャラリー　*/


/*　カバー　*/


/*　ファイル　*/


/*　メディアとテキスト　*/


/*　ビデオ　*/


/*　ボタン　*/


/*　カラム　*/


/*　グループ　*/


/*　区切り　*/


/*　スペーサー　*/


/*　埋め込み　*/


/*　カスタムHTML　*/


/*　GoogleMap　*/
