@charset "utf-8";


/*cssファイルの読み込み
---------------------------------------------------------------------------*/
@import url("theme.css");
@import url("inview.css");


/*animation11のキーフレーム設定（汎用的）
---------------------------------------------------------------------------*/
@keyframes animation1 {
	0% {right: -200px;}
	100% {right: 0px;}
}


/*opa1のキーフレーム設定（汎用的）
---------------------------------------------------------------------------*/
@keyframes opa1 {
	0% {opacity: 0;}
	100% {opacity: 1;}
}


/*全体の設定
---------------------------------------------------------------------------*/
body * {box-sizing: border-box;}
html {
	font-size: clamp(13px, 0.29vw + 11.9px, 16px);	/*画面幅375px〜1400pxの間で、13px〜16pxに可変。下でrem管理しているものも連動します。*/
	overflow-x: visible;
}
body {
	margin: 0;padding:0;
	font-family: var(--base-font);	/*フォント指定。theme.cssのbase-fontを読み込みます。*/
	-webkit-text-size-adjust: none;
	background: var(--bg-color);	/*背景色。theme.cssのbg-colorを読み込みます。*/
	color: var(--bg-inverse-color);	/*文字色。theme.cssのbg-inverse-colorを読み込みます。*/
	line-height: 2;		/*行間*/
	overflow-x: hidden;
}

/*リセット*/
figure {margin: 0;}
dd {margin: 0;}
nav,ul,li,ol {margin: 0;padding: 0;}
nav ul {list-style: none;}

/*table全般の設定*/
table {border-collapse:collapse;}

/*画像全般の設定*/
img {border: none;max-width: 100%;height: auto;vertical-align: middle;}

/*videoタグ*/
video {max-width: 100%;}

/*iframeタグ*/
iframe {width: 100%;}

/*他*/
input {font-size: 1rem;}


/*section
---------------------------------------------------------------------------*/
section {
	padding: var(--content-space-v, var(--content-space-l)) var(--content-space-l);	/*上下、左右へのsection内の余白。theme.cssのcontent-space-vとcontent-space-lを読み込みます。上下のセクションが隣り合うと、2つ分の余白になります。*/
}

/*section内の最初と最後の要素のマージンはリセット（余白はsectionのpaddingで管理する為）*/
section > :first-child {margin-top: 0;}
section > :last-child {margin-bottom: 0;}

/*見出しの上のマージンもリセット（同上。ブロックの中に入っていてもsectionの余白が変わらないようにする為）*/
main h2 {margin-top: 0;}


/*リンクテキスト全般の設定
---------------------------------------------------------------------------*/
a {
	color: inherit;
	transition: 0.3s;	/*hoverまでにかける時間。0.3秒。*/
}

/*マウスオン時*/
a:hover {
	filter: brightness(1.1);	/*少しだけ明るくする*/
	text-decoration: none;
}


/*コンテナー（サイト全体を囲むブロック）
---------------------------------------------------------------------------*/
#container {
	animation: opa1 0.2s 0.2s both;  /*0.2(2つ目の数字)秒待機後、0.2(1つ目の数字)秒かけてフェードイン*/
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}


/*header（ロゴが入った最上段のブロック）
---------------------------------------------------------------------------*/
/*ヘッダー*/
header {
    display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 2rem;		/*ロゴとメニューブロックの間に空けるスペース。2文字分。*/
	padding: 1rem var(--content-space-s);	/*上下、左右への余白。左右は、theme.cssのcontent-space-sを読み込みます*/
	background: #fff;	/*背景色*/
}

/*ロゴ画像*/
header .logo {margin: 0;flex-shrink: 0;}
header .logo img {
	display: block;
	width: 220px;	/*ロゴの幅。お好みで。*/
}


/*メニューオーバーレイ（メニュー領域外クリックで閉じる用）
---------------------------------------------------------------------------*/
#menubar-overlay {
	display: none;
	position: fixed;
	z-index: 99;	/*#menubar(100)の下、ページの上*/
	top: 0;left: 0;
	width: 100%;height: 100%;
	background: rgba(0,0,0,0.3);	/*半透明の黒。お好みで濃さを調整。*/
}

/*noscroll（メニュー表示中のスクロール禁止用）*/
body.noscroll {
	overflow: hidden;
}


/*大きな端末で見たメニュー
---------------------------------------------------------------------------*/
/*メニューブロック全体の設定*/
.large-screen #menubar > nav > ul {
	display: flex;
	align-items: center;
	gap: 1.5rem;	/*メニュー同士に空けるスペース。1.5文字分。*/
	font-size: 0.8rem;	/*文字サイズ80%*/
	font-weight: bold;	/*太字*/
}

/*メニュー１個あたりの設定*/
.large-screen #menubar li a {
	display: block;text-decoration: none;
}


/*大きな端末で見た場合のドロップダウンメニュー
---------------------------------------------------------------------------*/
/*ドロップダウン全体*/
.large-screen #menubar ul ul {
	text-shadow: none;
	position: absolute;z-index: 100;
	animation: opa1 0.5s 0.1s both;	/*0.1秒待機後、0.5秒かけてフェードイン表示*/
}

/*メニュー１個あたり*/
.large-screen #menubar ul ul a {
	background: #fff;		/*背景色*/
	padding: 0.2rem 1rem;	/*上下に0.2文字分、左右に1文字分の余白*/
	border-radius: 100px;	/*角を丸く。大きければ適当でOK。*/
	margin-top: 5px;		/*メニュー同士の間に空けるスペース*/
	border: 1px solid var(--bg-inverse-color);	/*枠線の幅、線種、最後は色の指定でtheme.cssのbg-inverse-colorを読み込みます。。*/
}


/*小さな端末で見たメニュー（開閉メニュー）
---------------------------------------------------------------------------*/
/*メニューブロック共通*/
.small-screen #menubar {
	animation: animation1 0.2s both;
	position: fixed;overflow: auto;z-index: 100;
	right: 0px;top: 0px;
	width: 50%;	/*画面の半分の幅*/
	height: 100%;
	padding: 100px var(--content-space-l) 50px;	/*上下に100px、左右にtheme.cssのcontent-space-lで指定しているサイズ、下に50pxの余白*/
	background: var(--primary-color);	/*背景色。theme.cssのprimary-colorを読み込みます。*/
	color: var(--primary-inverse-color);	/*文字色。theme.cssのprimary-inverse-colorを読み込みます。*/
}

.small-screen #menubar {display: none;}

	/*画面幅700px以下の追加指定*/
	@media (max-width:700px) {

	.small-screen #menubar {
		width: 100%;	/*幅を100%に*/
	}

	}/*追加指定ここまで*/


/*メニュー１個あたり*/
.small-screen #menubar a {
	display: block;text-decoration: none;
	margin-bottom: 1rem;	/*下に１文字分のスペースを空ける*/
	padding: 1rem 2rem;		/*メニュー内の余白。上下に１文字分、左右に２文字分。*/
	border-radius: 5px;		/*角を少し丸くする*/
	background: #fff;		/*背景色*/
	color: #333;			/*文字色*/
}

/*子メニュー（ドロップダウンメニュー）*/
.small-screen #menubar ul ul a {
	margin-left: 2rem;	/*左に２文字分のスペースを空ける*/
	padding: 0.5rem 1.5rem;	/*メニュー内の余白。上下に0.5文字分、左右に1.5文字分。*/
}

/*ドロップダウンのアイコン*/
a.ddmenu::before {
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
	content: "\f078";		/*このアイコンを使う*/
	margin-right: 1em;		/*アイコンとメニューテキストとの間に空けるスペース。1文字分。*/
	font-size: 0.7em;		/*アイコンサイズ。70%*/
	vertical-align: middle;
	display: inline-block;
	line-height: 1;
}

/*ドロップダウン共通（デフォルトで非表示。チラつかないよう念の為。）
---------------------------------------------------------------------------*/
#menubar ul ul {display: none;}


/*３本バー（ハンバーガー）アイコン設定
---------------------------------------------------------------------------*/
#menubar_hdr {
	display: none; /* デフォルトは非表示 */
	animation: opa1 0s 0.2s both;
	cursor: pointer;
	position: fixed;
	z-index: 101;
	right: 0px;	/*右からの配置場所*/
	top: 0px;	/*上からの配置場所*/
	width: 70px;	/*ボタンの幅*/
	height: 70px;	/*ボタンの高さ*/
	background: var(--primary-color);	/*背景色。theme.cssのprimary-colorを読み込みます。*/
	border-bottom-left-radius: 10px;	/*左下の角だけ丸くする*/
}

/*ハンバーガーアイコンの線*/
#menubar_hdr span {
	display: block;
	transition: 0.3s;
	position: absolute;
	left: 18px;
	width: 35px;
	height: 2px;		/*線の高さ*/
	background: var(--primary-inverse-color);	/*線の色。theme.cssのprimary-inverse-colorを読み込みます。*/
}

/*バツ印が出ている時のボタン色*/
#menubar_hdr.ham {
	background: #ff0000;	/*背景色*/
}
#menubar_hdr.ham span {
	background: #fff;	/*線の色*/
}

/*以下変更不要*/
#menubar_hdr span:nth-of-type(1) {
	top: 24px;
}
#menubar_hdr span:nth-of-type(2) {
	top: 34px;
}
#menubar_hdr span:nth-of-type(3) {
	top: 44px;
}
#menubar_hdr.ham span:nth-of-type(1) {
	transform: translateY(10px) rotate(-45deg);
}
#menubar_hdr.ham span:nth-of-type(2) {
	opacity: 0;
}
#menubar_hdr.ham span:nth-of-type(3) {
	transform: translateY(-10px) rotate(45deg);
}

/*小さな画面での設定*/
.small-screen #menubar_hdr {
	display: flex;
}


/*メイン画像
---------------------------------------------------------------------------*/
.mainimg * {margin: 0;padding: 0;}
.mainimg picture,.mainimg img {display: block;width: 100%;}

/*メイン画像ブロック全体*/
.mainimg {
	display: flex;
	align-items: center;	/*上下中央に配置。テキストと画像がお互いの高さを引き伸ばさないようにする指定でもあります。*/
	gap: 5vw;
	position: relative;
	margin-bottom: 3rem;	/*下に空けるスペース*/
}

	/*画面幅700px以下の追加指定*/
	@media (max-width:700px) {

	/*メイン画像ブロック全体*/
	.mainimg {
		flex-direction: column-reverse;
	}

	}/*追加指定ここまで*/


/*テキストブロック*/
.mainimg .text {
	flex: 1;min-width: 0;
	position: relative;z-index: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 1rem;
	padding-left: 5vw;	/*左に5%の余白をあける*/
	margin-right: -12vw;	/*右に10%食い込ませる*/
}

	/*画面幅700px以下の追加指定*/
	@media (max-width:700px) {

	/*テキストブロック*/
	.mainimg .text {
		margin: 0;
		padding: 5vw;	/*テキストブロックの余白。5%。*/
		align-items: center;
		text-align: center;
	}
	
	}/*追加指定ここまで*/


/*見出し*/
.mainimg .text h2 {
	font-size: max(18px, 2.8vw);	/*文字サイズ。18pxより小さくならない。2.8は可変サイズなのでお好みで。*/
	line-height: 1.5;	/*行間を狭く*/
	font-weight: 500;	/*文字の太さ。300;400;500;700;900 で指定できます。*/
	letter-spacing: 0.05em;	/*文字間隔をほんの少しだけ広く*/
}

/*「笑顔」の文字*/
.mainimg .text h2 b {
	color: var(--accent-color);	/*文字色。theme.cssのaccent-colorを読み込みます。*/
	font-weight: 500;			/*少し太く。*/
	font-size: 1.2em;			/*少し大きく。*/
}

/*h2の上にある飾りのテキスト*/
.mainimg .text .kazari-text {
	width: 60%;	/*幅。お好みで。*/
}

/*画像ブロック*/
.mainimg .image {
	width: 65%;	/*幅。お好みで。*/
	position: relative;
	filter: drop-shadow(-3vw 2vw var(--primary-light-color));	/*影。右へ3%（マイナスがついているので左になる）、下へ2%、影の色はtheme.cssのlight-colorを読み込みます。*/
}

	/*画面幅700px以下の追加指定*/
	@media (max-width:700px) {

	/*画像ブロック*/
	.mainimg .image {
		width: 100%;
	}

	}/*追加指定ここまで*/


/*画像*/
.mainimg .image img {
	width: 100%;
	height: auto;	/*画像本来の縦横比を保ちます*/
	object-fit: cover;
	clip-path: url(#mainimgClip);
}


/*メイン画像をスライドショーにする場合
---------------------------------------------------------------------------*/
/*２枚目以降の画像（１枚目の上に重ねます）*/
.mainimg .slide {
	position: absolute;
	inset: 0;
	opacity: 0;
	transition: opacity 1s;	/*フェードにかける時間。1秒。*/
	clip-path: url(#mainimgClip);	/*切り抜きはスライド側で行います。中の画像が拡大しても枠は動きません。*/
}

/*１枚目の画像（この画像の縦横比で、メイン画像全体の高さが決まります）*/
.mainimg .slide.img1 {
	position: relative;
	opacity: 1;
}

/*２枚目以降は１枚目の高さに合わせる*/
.mainimg .slide img {
	height: 100%;
	clip-path: none;	/*切り抜きは上のスライド側で行うので、こちらは解除します*/
}

/*ゆっくり拡大させる場合の指定（不要な場合はこのブロックごと削除してOKです）*/
.mainimg .slide.zoom img {
	transform: scale(1.07);	/*終了時点での画像サイズ。107%。*/
}

/*現在表示中を示すボタン全体*/
.mainimg .slide-indicators {
	position: absolute;
	z-index: 3;
	width: 100%;
	bottom: 4vw;	/*ボタンの配置場所*/
	left: 0px;
	text-align: center;
}

/*ボタン１個あたり*/
.mainimg .indicator {
	display: inline-block;
	width: 10px;	/*幅*/
	height: 10px;	/*高さ*/
	background: #fff;	/*未選択時のボタン色*/
	border-radius: 50%;	/*まん丸にする*/
	margin: 0 5px;		/*ボタン同士の間隔*/
	cursor: pointer;
}

/*選択中のボタン*/
.mainimg .indicator.active {
	background: var(--primary-color);	/*ボタン色。theme.cssのprimary-colorを読み込みます。*/
}


/*contents
---------------------------------------------------------------------------*/
#contents {
	flex: 1;
	min-height: 0;
}


/*main
---------------------------------------------------------------------------*/
main {
	container-type: inline-size;
}

/*main内で使用するul,ol要素（リストタグ）*/
main ul,main ol {
	margin-left: 2rem;
	margin-right: 2rem;
}


/*アーチ状の英語ラベル＋アイコンが入った見出し
---------------------------------------------------------------------------*/
/*見出し*/
h2.arch-ttl {
	width: fit-content;	/*見出しの文字幅に合わせる。左寄せの見出しでも装飾が文字の真上中央にきます。*/
}

/*中央に配置したい場合（h2にcクラスを追加した時）*/
h2.arch-ttl.c {
	margin-inline: auto;
}

/*装飾ブロック*/
.arch {
	display: block;
	text-align: center;
	line-height: 1;
}

/*アーチ状の英語テキスト*/
.arch svg {
	display: block;
	width: 130px;			/*アーチの大きさ。お好みで。*/
	margin: 0 auto -1.5em;	/*最後のマイナス数値で、下のアイコンとの間隔を詰めています。*/
	overflow: visible;
}
.arch text {
	font-size: 0.6em;		/*英語の文字サイズ*/
	letter-spacing: 2px;	/*文字間隔*/
	fill: var(--primary-color);	/*文字色。theme.cssのprimary-colorを読み込みます。*/
	text-anchor: middle;
}
.bg1-primary-parts .arch text {
	fill: var(--primary-inverse-color);	/*文字色。theme.cssのprimary-inverse-colorを読み込みます。*/
}

/*アイコン*/
.arch i {
	font-size: 1.6rem;			/*アイコンサイズ*/
	color: var(--accent-color);	/*アイコンの色。theme.cssのaccent-colorを読み込みます。*/
}
.bg1-accent-parts .arch text {
	color: var(--accent-inverse-color);	/*文字色。theme.cssのaccent-inverse-colorを読み込みます。*/
}


/*list1
---------------------------------------------------------------------------*/
.list1 * {margin: 0;padding: 0;}

/*ボックス全体*/
.list1 {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));	/*3列*/
	gap: 2vw;		/*ボックス同士の間に空けるスペース。2%。*/
}

/*4カラム用*/
.list1.c4 {
	grid-template-columns: repeat(4, minmax(0, 1fr));	/*4列*/
}

	/*画面幅600px以下の追加指定*/
	@media (max-width:600px) {

	/*ボックス全体*/
	.list1 {
		grid-template-columns: repeat(1, minmax(0, 1fr));	/*1列*/
	}

	/*4カラム用*/
	.list1.c4 {
		grid-template-columns: repeat(2, minmax(0, 1fr));	/*2列*/
	}

	}/*追加指定ここまで*/


/*ボックス１個あたり*/
.list1 .list {
	display: flex;
	flex-direction: column;
	position: relative;
	box-shadow: 0 0 5px rgba(0,0,0,0.1);	/*ボックスの影。右へ0、下へ0、ぼかす量は5px。0,0,0は黒のことで0.1は10%色が出た状態。*/
	background: #fff;		/*背景色*/
	border-radius: 10px;	/*角を丸くする*/
	overflow: hidden;
}

/*上がアーチ状タイプ*/
.list1.list-arch .list {
	border-radius: 999px 999px 10px 10px;	/*左上、右上、右下、左下の順番。*/
}

/*枠なしタイプ*/
.list1.no-frame .list {
	background: transparent;	/*背景透明*/
	box-shadow: none;			/*ボックスの影をリセット*/
	overflow: visible;			/*マスクの縁やdecoの飾りがボックスで切れないようにする*/
}

/*枠なしタイプの画像（角丸をボックス側から画像側に移す。maskを使う画像は形が変わってしまうので除外）*/
.list1.no-frame .image img:not(.mask1):not(.mask2) {
	border-radius: 10px;	/*角を丸くする*/
}
.list1.list-arch.no-frame .image img:not(.mask1):not(.mask2) {
	border-radius: 999px 999px 10px 10px;	/*左上、右上、右下、左下の順番。*/
}

/*画像ブロック*/
.list1 .image {
	position: relative;
}

/*画像にリンク指定がある場合*/
.list1 .image a img {
		transition: 0.5s;	/*マウスオンにかける時間。0.5秒。*/
}
.list1 .image a:hover img {
	transform: scale(1.05);	/*マウスオン時の拡大率。105%。*/
}

/*テキストボックス*/
.list1 .list .text {
	flex: 1;
	padding: 1rem;	/*ボックス内の余白。1文字分。*/
	display: flex;
	flex-direction: column;
	gap: 0.5rem;	/*画像とテキストブロックの間にとる余白。0.5文字分。*/
}

/*説明だけ小さめにする*/
.list1 .list p {
	font-size: 0.85em;	/*文字サイズ。85%。*/
	line-height: 1.5;	/*行間*/
}

/*価格*/
.list1 .list .price {
	text-align: right;	/*テキストを右寄せ*/
	color: var(--accent-color);	/*文字色。theme.cssのaccent-colorを読み込みます。*/
	font-weight: bold;	/*太字に*/
	font-size: 1rem;	/*文字サイズを標準に戻す*/
}

/*画像の代わりにアイコンをおいた場合*/
.list1 .list i {
	background: var(--primary-inverse-color);	/*背景色。theme.cssのprimary-inverse-colorを読み込みます。*/
	color: var(--primary-color);				/*文字色。theme.cssのprimary-colorを読み込みます。*/
	display: block;
	margin: 2rem auto 1rem;	/*上に2文字分の余白、下に1文字分の余白。左右は中央に。*/
	font-size: 36px;		/*アイコンサイズ。お好みで。*/
	border-radius: 50%;		/*アイコン枠を円形に。*/
	padding: 2rem;			/*アイコンと円形の間にとるスペース。*/
	border: 1px solid #ddd;	/*枠線の幅、線種、色。*/
}
/*アクセントカラー版*/
.list1 .list i.accent-color {
	color: var(--accent-color);
}


/*.list1用のアイコン
---------------------------------------------------------------------------*/
/*icon1*/
.list1 .icon {
	display: flex;
	align-items: center;
	justify-content: center;
	pointer-events: none;
	font-size: 0.8rem;	/*文字サイズ80%*/
	line-height: 1.4;
	font-weight: bold;	/*太字*/
	width: 5rem;		/*幅。5文字分。*/
	height: 5rem;		/*高さ。5文字分。*/
	position: absolute;
	border-radius: 50%;	/*円形に*/
	left: 5px;			/*ボックスの左からの配置*/
	top: 5px;			/*ボックスの上からの配置*/
	background: var(--primary-color);		/*背景色。theme.cssのprimary-colorを読み込みます。*/
	color: var(--primary-inverse-color);	/*文字色。theme.cssのprimary-inverse-colorを読み込みます。*/
	border: 3px solid #fff;	/*枠線の幅、線種、色。*/
}

/*アクセントカラー版*/
.list1 .icon.accent {
	background: var(--accent-color);	/*背景色。theme.cssのaccent-colorを読み込みます。*/
	color: var(--accent-inverse-color);	/*文字色。theme.cssのaccent-inverse-colorを読み込みます。*/
}


/*flex1（「当院について」ブロック）
---------------------------------------------------------------------------*/
/*flex1*/
.flex1 {
	display: flex;
	align-items: center;
	gap: 2rem;	/*左右のブロックの間に空けるスペース。2文字分。*/
	position: relative;
}

/*左右逆向き*/
.flex1.reverse {
	flex-direction: row-reverse;
}

	/*画面幅700px以下の追加指定*/
	@media (max-width:700px) {
	
	/*flex1を縦積みにする*/
	.flex1, .flex1.reverse {
		flex-direction: column-reverse;
		padding-right: 0;
	}

	}/*追加指定ここまで*/


/*画像ブロック*/
.flex1 > .image {
	width: 50%;	/*幅。お好みで。*/
	position: relative;
}
/*小さめ画像用*/
.flex1 > .image.small {
	width: 30%;
}

	/*画面幅700px以下の追加指定*/
	@media (max-width:700px) {
	
	/*画像ブロック*/
	.flex1 > .image {
		width: 70%;	/*幅。お好みで。*/
		margin: 0 auto;
	}
	
	}/*追加指定ここまで*/


/*テキストブロック*/
.flex1 .text {
	flex: 1;min-width: 0;
	position: relative;
}

	/* マスク対応ブラウザだけ「切り抜き」に切り替え */
	@supports ((-webkit-mask-image: url("")) or (mask-image: url(""))) {

	.mask1,
	.mask2,
	.deco1::before,
	.deco1::after,
	.deco2::before,
	.deco2::after {
		overflow: hidden;
		-webkit-mask-repeat: no-repeat;
		-webkit-mask-position: center;
		-webkit-mask-size: 100% 100%;
		mask-repeat: no-repeat;
		mask-position: center;
		mask-size: 100% 100%;
		/* 明示的に透過（アルファ）でマスクする指定を追加 */
		-webkit-mask-source-type: alpha;
		mask-mode: alpha;
	}

	.mask1 {
		-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 313.1 315.3'%3E%3Cpath fill='black' d='M163.6,0C90.4-1.8,73.8,56.9,43.3,91.8S-22.1,186.2,18.1,231.7c40.2,45.5,63,32.4,101.1,52.3s94.2,49.6,145,16.2,65.8-95.9,26.4-153.1C251.3,89.8,311.8,3.7,163.6,0Z' /%3E%3C/svg%3E");
		mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 313.1 315.3'%3E%3Cpath fill='black' d='M163.6,0C90.4-1.8,73.8,56.9,43.3,91.8S-22.1,186.2,18.1,231.7c40.2,45.5,63,32.4,101.1,52.3s94.2,49.6,145,16.2,65.8-95.9,26.4-153.1C251.3,89.8,311.8,3.7,163.6,0Z' /%3E%3C/svg%3E");
	}

	.mask2 {
		-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 172.3 180.7'%3E%3Cpath fill='black' d='M78.3.3C-8.7,7.4-20.6,115.7,29.8,157.4s132.2,27.1,141.2-40.8C180.8,42.9,131.8-4.1,78.3.3Z'/%3E%3C/svg%3E");
		mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 172.3 180.7'%3E%3Cpath fill='black' d='M78.3.3C-8.7,7.4-20.6,115.7,29.8,157.4s132.2,27.1,141.2-40.8C180.8,42.9,131.8-4.1,78.3.3Z'/%3E%3C/svg%3E");
	}


	/*写真の背後に飾りを入れる場合（画像ブロックにdeco1クラスを追加して下さい）
	---------------------------------------------------------------------------*/
	/*ベタ塗り*/
	.deco1::before {
		content: "";
		position: absolute;
		inset: -5% -4% -3% -7%;	/*上・右・下・左に、それぞれどれくらいはみ出すか*/
		transform: rotate(-8deg);	/*回転させて写真と形をずらしています*/
		background: #fff;	/*ベタ塗りの色*/
		-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 313.1 315.3'%3E%3Cpath fill='black' d='M163.6,0C90.4-1.8,73.8,56.9,43.3,91.8S-22.1,186.2,18.1,231.7c40.2,45.5,63,32.4,101.1,52.3s94.2,49.6,145,16.2,65.8-95.9,26.4-153.1C251.3,89.8,311.8,3.7,163.6,0Z'/%3E%3C/svg%3E");
		mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 313.1 315.3'%3E%3Cpath fill='black' d='M163.6,0C90.4-1.8,73.8,56.9,43.3,91.8S-22.1,186.2,18.1,231.7c40.2,45.5,63,32.4,101.1,52.3s94.2,49.6,145,16.2,65.8-95.9,26.4-153.1C251.3,89.8,311.8,3.7,163.6,0Z'/%3E%3C/svg%3E");
	}

	/*ライン*/
	.deco1::after {
		content: "";
		position: absolute;
		inset: -8% -5% -6% -4%;	/*上・右・下・左に、それぞれどれくらいはみ出すか*/
		transform: rotate(10deg);	/*回転させて写真と形をずらしています*/
		background: var(--accent-color);	/*線の色。theme.cssのaccent-colorを読み込みます。*/
		-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-2 -2 317.1 319.3'%3E%3Cpath fill='none' stroke='black' stroke-width='0.7' d='M163.6,0C90.4-1.8,73.8,56.9,43.3,91.8S-22.1,186.2,18.1,231.7c40.2,45.5,63,32.4,101.1,52.3s94.2,49.6,145,16.2,65.8-95.9,26.4-153.1C251.3,89.8,311.8,3.7,163.6,0Z'/%3E%3C/svg%3E");
		mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-2 -2 317.1 319.3'%3E%3Cpath fill='none' stroke='black' stroke-width='0.7' d='M163.6,0C90.4-1.8,73.8,56.9,43.3,91.8S-22.1,186.2,18.1,231.7c40.2,45.5,63,32.4,101.1,52.3s94.2,49.6,145,16.2,65.8-95.9,26.4-153.1C251.3,89.8,311.8,3.7,163.6,0Z'/%3E%3C/svg%3E");
	}

	/*写真を飾りより手前に*/
	.deco1 img {
		position: relative;
		z-index: 1;
	}


	/*写真の背後に飾りを入れる場合（mask2用。画像ブロックにdeco2クラスを追加して下さい）
	---------------------------------------------------------------------------*/
	/*ベタ塗り*/
	.deco2::before {
		content: "";
		position: absolute;
		inset: -5% -4% -3% -7%;	/*上・右・下・左に、それぞれどれくらいはみ出すか*/
		transform: rotate(-8deg);	/*回転させて写真と形をずらしています*/
		background: #fff;	/*ベタ塗りの色*/
		-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 172.3 180.7'%3E%3Cpath fill='black' d='M78.3.3C-8.7,7.4-20.6,115.7,29.8,157.4s132.2,27.1,141.2-40.8C180.8,42.9,131.8-4.1,78.3.3Z'/%3E%3C/svg%3E");
		mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 172.3 180.7'%3E%3Cpath fill='black' d='M78.3.3C-8.7,7.4-20.6,115.7,29.8,157.4s132.2,27.1,141.2-40.8C180.8,42.9,131.8-4.1,78.3.3Z'/%3E%3C/svg%3E");
	}

	/*ライン*/
	.deco2::after {
		content: "";
		position: absolute;
		inset: -8% -5% -6% -4%;	/*上・右・下・左に、それぞれどれくらいはみ出すか*/
		transform: rotate(20deg);	/*回転させて写真と形をずらしています*/
		background: var(--accent-color);	/*線の色。theme.cssのaccent-colorを読み込みます。*/
		-webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-2 -2 176.3 184.7'%3E%3Cpath fill='none' stroke='black' stroke-width='0.4' d='M78.3.3C-8.7,7.4-20.6,115.7,29.8,157.4s132.2,27.1,141.2-40.8C180.8,42.9,131.8-4.1,78.3.3Z'/%3E%3C/svg%3E");
		mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-2 -2 176.3 184.7'%3E%3Cpath fill='none' stroke='black' stroke-width='0.4' d='M78.3.3C-8.7,7.4-20.6,115.7,29.8,157.4s132.2,27.1,141.2-40.8C180.8,42.9,131.8-4.1,78.3.3Z'/%3E%3C/svg%3E");
	}

	/*写真を飾りより手前に*/
	.deco2 img {
		position: relative;
		z-index: 1;
	}

	}/*追加指定ここまで*/


/*「院内の様子」ブロック
---------------------------------------------------------------------------*/
/*写真が入ったブロック全体*/
.gallery {
	display: flex;
	gap: 1rem;	/*左右のブロックの間に1文字分のスペースを空ける。*/
}

/*左側（大きめ写真）*/
.gallery .left {
	flex: 1;min-width: 0;
}

/*右側（小さめ写真）*/
.gallery .right {
	width: 38%;		/*幅。お好みで。*/
	display: flex;
	flex-direction: column;	/*縦積み*/
	gap: 1rem;		/*上下間の画像の間のスペース。*/
}

/*画像*/
.gallery img {
	border-radius: 1rem;	/*角を丸くする*/
}


/*kazari1
---------------------------------------------------------------------------*/
.bg-kazari1 {
	background-image: url("../images/kazari1.png");	/*背景画像の読み込み。*/
	background-repeat: no-repeat;
	background-position: 2vw top;	/*左から2%、上端に配置*/
	background-size: 120px;			/*飾りの大きさ*/
}


/*「ご予約・お問い合わせ」ブロック
---------------------------------------------------------------------------*/
/*ブロック全体を囲むボックス*/
#contact > div {
	display: flex;
	background: var(--primary-light-color);		/*背景色。theme.cssのprimary-light-colorを読み込みます。*/
	color: var(--primary-light-inverse-color);	/*文字色。theme.cssのprimary-light-inverse-colorを読み込みます。*/
	padding: 2rem 2rem 2rem 45%;		/*余白。上、右、下、左への順番。45%の部分は、下の.imageの40%とバランスを見て調整。*/
	border-radius: 1rem;	/*角を丸くする。*/
	position: relative;
}

	/*画面幅700px以下の追加指定*/
	@media (max-width:700px) {
	
	/*ブロック全体を囲むボックス*/
	#contact > div {
		display: block;
		padding: 2rem;
	}
	
	}/*追加指定ここまで*/


/*写真*/
#contact .image {
	width: 40%;	/*幅。お好みで調整してOKですが、変更する際は上の#contact > div のpaddingの最後の数字も調整してください。*/
	position: absolute;
	left: 0px;
	bottom: 0px;
}

	/*画面幅700px以下の追加指定*/
	@media (max-width:700px) {
	
	/*写真*/
	#contact .image {
		width: 100%;
		position: static;
	}
	
	}/*追加指定ここまで*/

/*テキストブロック*/
#contact .text {
	flex: 1;min-width: 0;
}


/*「アクセス」ブロック
---------------------------------------------------------------------------*/
/*３つのブロックを囲むボックス*/
.access {
	display: grid;
	grid-template-columns: 28% minmax(0, 1fr) 28%;	/*3カラムに。左と右だけ28%で、中央は残り。*/
	align-items: center;
	gap: 2rem;	/*３つのブロックの間に空けるスペース。2文字分。*/
	font-size: 0.8rem;	/*文字サイズ80%*/
}

	/*画面幅900px以下の追加指定*/
	@media (max-width: 900px){
	
	/*３つのブロックを囲むボックス*/
	.access {
		grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);	/*2列*/
		grid-template-areas:
			"img1 img2"		/*１行目：「img1」と「img2」を左右に並べる*/
			"text text";	/*２行目：「text」を２マス分まとめて配置*/
	}
	.access .img1 {grid-area: img1;} /*1枚目画像 → 上の「img1」エリアへ*/
	.access .img2 {grid-area: img2;} /*2枚目画像 → 上の「img2」エリアへ*/
	.access dl {grid-area: text;}    /*テキスト →上の「text」エリアへ*/
	
	}/*追加指定ここまで*/


/*テキストが入ったブロック*/
.access * {margin: 0;padding: 0;}

.access dl {
    display: grid;
    grid-template-columns: max-content minmax(0, 1fr);	/*見出しは最大の文字数幅に自動調整し、右側テキストは残り一杯使う。*/
    gap: 0.4rem 2rem;	/*0.4remは、行ごとの間に空けるスペース。2remが、見出しと説明の間に空けるスペース。お好みで。*/
    align-items: start;
}


/*テーブル（ta-week2）
---------------------------------------------------------------------------*/
/*テーブルブロック設定*/
.ta-week2 {
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 0;
	overflow: hidden;
	border-radius: 10px;	/*角を丸くする指定*/
	width: 100%;
	border: 1px solid var(--bg-border-color);	/*テーブル外側の線の幅、線種、varは色の指定でtheme.cssのbg-border-colorを読み込みます。*/
	background: var(--bg-color);	/*背景色。theme.cssのbg-colorを読み込みます。*/
	color: var(--bg-inverse-color);	/*文字色。theme.cssのbg-inverse-colorを読み込みます。*/
}

/*受付時間の幅*/
.ta-week2 th:first-child,
.ta-week2 td:first-child {
	width: 25%;
}

/*各曜日の幅*/
.ta-week2 th:not(:first-child),
.ta-week2 td:not(:first-child) {
	width: calc(75% / 7);	/*受付時間で25%とっているので残りの75%を7で割る*/
}

/*th(曜日)とtd(時間)*/
.ta-week2 th,
.ta-week2 td {
	padding: 1rem 0;	/*ボックス内の余白。上下に１文字分、左右は0。*/
	text-align: center;	/*テキストをセンタリング*/
	border-bottom: 1px solid var(--bg-border-color);	/*下の線の幅、線種、varは色の指定でtheme.cssのbg-border-colorを読み込みます。*/
	border-right: 1px solid var(--bg-border-color);	/*右の線の幅、線種、varは色の指定でtheme.cssのbg-border-colorを読み込みます。*/
	background: #fff;	/*背景色*/
	color: #333;		/*文字色*/
}

/*th(曜日)とtd(時間)のそれぞれ最後の右側の線を消す*/
.ta-week2 th:last-child,
.ta-week2 td:last-child {
	border-right: none;
}

/*最後の行の下線を消す*/
.ta-week2 tr:last-child td {
	border-bottom: none;
}

/*１行目。th(曜日)の追加指定*/
.ta-week2 th {
	background: var(--primary-light-color);		/*背景色。theme.cssのprimary-light-colorを読み込みます。*/
	color: var(--primary-light-inverse-color);	/*文字色。theme.cssのprimary-light-inverse-colorを読み込みます。*/
}

/*２行目以降。*/
.ta-week2 td {
	border-bottom: 1px solid var(--bg-border-color);	/*下の線の幅、線種、、varは色の指定でtheme.cssのbg-border-colorを読み込みます。*/
}


/*フッター
---------------------------------------------------------------------------*/
footer ul {list-style: none;margin: 0;padding: 0;}
footer p {margin: 0;}
footer a {text-decoration: none;}

/*フッターボックス全体*/
footer {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	gap: 2rem;	/*footer直下のボックスの間に空けるスペース。２文字分。*/
	font-size: 0.9rem;	/*文字サイズ90%*/
    padding: var(--content-space-s) var(--content-space-l);	/*ボックス内の余白。上下にはtheme.cssのcontent-space-sを、左右にはcontent-space-lを読み込みます。*/
	background: var(--primary-color);		/*背景色。theme.cssのprimary-colorを読み込みます。*/
	color: var(--primary-inverse-color);	/*文字色。theme.cssのprimary-inverse-colorを読み込みます。*/
}

	/*画面幅700px以下の追加指定*/
	@media (max-width: 700px){
	
	/*フッターボックス全体*/
	footer {
		flex-direction: column;
	}

	}/*追加指定ここまで*/


/*ロゴの最大幅*/
footer .logo {
	max-width: 200px;
}

/*1つ目のブロック（ロゴ、住所、SNSアイコン）*/
footer div:nth-of-type(1) {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

/*2つ目のブロック（フッターメニュー）*/
footer div:nth-of-type(2) {
	display: flex;
	gap: 2rem;
}

/*3つ目のブロック（Tel）*/
footer div:nth-of-type(3) {
}

/*SNSアイコン*/
footer .sns {
	list-style: none;
	margin: 0;padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;		/*アイコン同士のマージン的な要素。１文字分。*/
}

footer .sns i {
	font-size: 24px;	/*アイコンサイズ*/
}

/*Copyright部分*/
footer small {
	display: block;
	width: 100%;
	text-align: center;
}


/*ボタン
---------------------------------------------------------------------------*/
.btn a {
	display: inline-block;
	text-decoration: none;
	font-weight: bold;
	background: var(--primary-color);		/*背景色。theme.csのprimary-colorを読み込みます。*/
	color: var(--primary-inverse-color);	/*文字色。theme.csのprimary-inverse-colorを読み込みます。*/
	border: 1px solid var(--primary-color);	/*枠線の幅、線種、var以降は色の指定で、theme.cssのprimary-colorを読み込みます。*/
	padding: 0.4rem 2rem;	/*上下に0.4文字分、左右に2文字分の余白*/
	border-radius: 999px;	/*ボタンをカプセル状にする。大きければ適当でOK。*/
}

/*背景が白いタイプのボタン*/
.btn.inverse a {
	background: var(--primary-inverse-color);	/*背景色。theme.csのprimary-inverse-colorを読み込みます。*/
	color: var(--primary-color);				/*文字色。theme.csのprimary-colorを読み込みます。*/
}

/*アクセントカラー版*/
.btn.accent a {
	background: var(--accent-color);		/*背景色。theme.csのaccent-colorを読み込みます。*/
	color: var(--accent-inverse-color);		/*文字色。theme.csのaccent-inverse-colorを読み込みます。*/
	border: 1px solid var(--accent-color);	/*枠線の幅、線種、var以降は色の指定で、theme.cssのaccent-colorを読み込みます。*/
}

/*アイコンサイズを1.2倍に*/
.btn i {
	transform: scale(1.2);
}


/*news（お知らせ）
---------------------------------------------------------------------------*/
dl.news * {margin: 0;padding: 0;}

/*日付*/
dl.news dt {
	display: flex;
}

	/*画面幅900px以上の追加指定*/
	@media (min-width: 900px){

	dl.news {
		display: grid;
		grid-template-columns: max-content minmax(0, 1fr);	/*日付幅は最大の文字数幅に自動調整し、右側テキストは残り一杯使う。*/
		gap: 0 2rem;	/*2remが、日付とテキストとの間に空けるスペース。お好みで。*/
		align-items: start;
	}

	}/*追加指定ここまで*/


/*著作部分（※意図的に見えなくしたりしないで下さい。規約違反になります。）
---------------------------------------------------------------------------*/
.pr a {
	text-decoration: none;display: block;
	background: rgba(0,0,0,0.5);
	color: #ccc;
	text-align: right;
	padding: 0.5rem 1rem;
	font-size: 0.8rem;
}
.pr a::before {
	font-family: "Font Awesome 6 Free";
	content: "\e2ca";
	font-weight: 900;
	margin-right: 0.5em;
}


/*PAGE TOP（↑）設定
---------------------------------------------------------------------------*/
.pagetop-show {display: block;}

/*ボタンの設定*/
.pagetop a {
	display: block;text-decoration: none;text-align: center;z-index: 99;
	animation: opa1 1s 0.4s both;
	position: fixed;	/*スクロールに追従しない(固定で表示)為の設定*/
	right: 20px;		/*右からの配置場所指定*/
	bottom: 20px;		/*下からの配置場所指定*/
	color: #fff;		/*文字色*/
	font-size: 1.5rem;	/*文字サイズ*/
	background: rgba(0,0,0,0.2);	/*背景色。0,0,0は黒の事で0.2は色が20%出た状態。*/
	width: 60px;		/*幅*/
	line-height: 60px;	/*高さ*/
	border-radius: 50%;	/*円形にする*/
}


/*form-simple
---------------------------------------------------------------------------*/
.contact-form-block {
    width: 100%;
}

.form-global-error {
    border: 1px solid #f0c2c2;
    background: #fff4f4;
    color: #9b2e2e;
}

.js-ajax-form[hidden] {
    display: none !important;
}

.form-row + .form-row {
    margin-top: 1.25rem;
}

.form-label {
    display: block;
    margin-bottom: 0.55rem;
    font-weight: 700;
    line-height: 1.5;
}

.required-badge {
    display: inline-block;
    margin-left: 0.45rem;
    padding: 0.12rem 0.45rem;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    color: #fff;
    background: #d94c4c;
    vertical-align: middle;
}

.contact-form-inner input[type="text"],
.contact-form-inner input[type="email"],
.contact-form-inner input[type="file"],
.contact-form-inner select,
.contact-form-inner textarea {
    width: 100%;
    appearance: none;
    border: 1px solid #ccc;	/*枠線の幅、線種、色*/
    border-radius: 16px;
    padding: 0.95rem 1rem;
    background: #fff;		/*背景色*/
    color: #333;			/*文字色*/
    font: inherit;
    line-height: 1.6;
    transition: border-color 0.2s ease, background-color 0.2s ease;
    box-sizing: border-box;
}

.contact-form-inner input[type="file"] {
    padding: 0.8rem 1rem;
    cursor: pointer;
}

.contact-form-inner input[type="file"]::file-selector-button {
    margin-right: 0.9rem;
    border: none;
    border-radius: 999px;
    padding: 0.55rem 1rem;
    background: var(--primary-light-color);			/*背景色。theme.cssのprimary-light-colorを読み込みます。*/
    color: var(--primary-light-inverse-color);		/*文字色。theme.cssのprimary-light-inverse-colorを読み込みます。*/
    font: inherit;
    font-weight: 700;
    cursor: pointer;
}

.contact-form-inner textarea {
    resize: vertical;
    min-height: 12em;
}

.contact-form-inner input[type="text"]:focus,
.contact-form-inner input[type="email"]:focus,
.contact-form-inner input[type="file"]:focus,
.contact-form-inner select:focus,
.contact-form-inner textarea:focus {
    outline: none;
    border-color: var(--primary-color);	/*枠線の色。theme.cssのprimary-colorを読み込みます。*/
}

.select-inline-group {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 0.75rem;
}

.select-inline {
    width: 100%;
}

.check-group,
.radio-group {
    display: grid;
    gap: 0.7rem;
}

.check-item,
.radio-item,
.check-single {
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
    line-height: 1.6;
}

.check-item input,
.radio-item input,
.check-single input {
    margin-top: 0.3rem;
    flex-shrink: 0;
}

.form-help-text,
.form-file-reset-text {
    margin: 0.45rem 0 0;
    font-size: 0.92rem;
    line-height: 1.6;
}

.form-row.is-error input[type="text"],
.form-row.is-error input[type="email"],
.form-row.is-error input[type="file"],
.form-row.is-error select,
.form-row.is-error textarea {
    border-color: #d94c4c;
    background: #fff8f8;
}

.form-row.is-error .form-label,
.form-row.is-error .check-single,
.form-row.is-error .check-item,
.form-row.is-error .radio-item {
    color: #972f2f;
}

.form-error-text {
    margin: 0.45rem 0 0;
    font-size: 0.92rem;
    line-height: 1.6;
    color: #b23838;
}

.form-actions {
    margin-top: 1.8rem;
	text-align: center;
}

/*個人情報同意チェックを中央寄せ*/
.form-row.js-privacy-row .check-single {
	display: flex;
	width: fit-content;
	margin: 0 auto;
	align-items: center;
	gap: 0.5rem;
}

/*送信ボタン*/
.submit-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 13em;
    min-height: 56px;
    border: none;
    border-radius: 999px;
    padding: 0.85rem 2rem;
    background: var(--accent-color);		/*背景色。theme.cssのpaccent-colorを読み込みます。*/
    color: var(--accent-inverse-color);	/*文字色。theme.cssのaccent-inverse-colorを読み込みます。*/
    font: inherit;
    font-weight: 700;
    letter-spacing: 0.04em;
    cursor: pointer;
    transition: transform 0.2s ease, opacity 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);	/*ボタンの影。0,0,0は黒の事で0.12は色が12%出た状態。*/
}

.submit-button:hover {
    transform: translateY(-1px);
}

.submit-button:disabled {
    opacity: 0.7;
    cursor: wait;
    transform: none;
}

.hp-field {
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

@media (max-width: 767px) {
    .contact-form-inner {
        border-radius: 22px;
    }

    .select-inline-group {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .js-date-select-group[data-date-mode="ymd"] .select-inline-group {
        grid-template-columns: 1fr;
    }

    .submit-button {
        width: 100%;
        min-width: 0;
    }
}

/*郵便番号・都道府県はPCで少し短くする*/
@media (min-width: 768px) {

	.h-adr input[name="postal_code"],
	.h-adr input[name="address_pref"] {
		width: min(100%, 10rem);
	}

}

/*プルダウンを見た目でわかりやすくする*/
.h-adr select {
	-webkit-appearance: none;
	appearance: none;
	padding-right: 2.6rem;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6'%3E%3Cpath d='M1 1l4 4 4-4' fill='none' stroke='%23666' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 0.9rem center;
	background-size: 0.8rem auto;
	cursor: pointer;
}

/*bg1-parts
---------------------------------------------------------------------------*/
.bg1-parts {
	background-color: var(--bg-inverse-color);	/*文字色。theme.cssのbg-inverse-colorを読み込みます。*/
	color: var(--bg-color);		/*背景色。theme.cssのbg-colorを読み込みます。*/
}

/*bg1-primary
---------------------------------------------------------------------------*/
.bg1-primary-parts {
	background-color: var(--primary-color);		/*背景色。theme.cssのprimary-colorを読み込みます。*/
	color: var(--primary-inverse-color);	/*文字色。theme.cssのprimary-inverse-colorを読み込みます。*/
}

/*bg1-primary-light
---------------------------------------------------------------------------*/
.bg1-primary-light-parts {
	background-color: var(--primary-light-color);		/*背景色。theme.cssのprimary-light-colorを読み込みます。*/
	color: var(--primary-light-inverse-color);	/*文字色。theme.cssのprimary-light-inverse-colorを読み込みます。*/
}


/*bg1-light
---------------------------------------------------------------------------*/
.bg1-light-parts {
	background-color: var(--light-color);		/*背景色。theme.cssのlight-colorを読み込みます。*/
	color: var(--light-inverse-color);	/*背景色。theme.cssのlight-inverse-colorを読み込みます。*/
}


/*bg1-accent
---------------------------------------------------------------------------*/
.bg1-accent-parts {
	background-color: var(--accent-color);		/*背景色。theme.cssのaccent-colorを読み込みます。*/
	color: var(--accent-inverse-color);	/*背景色。theme.cssのaccent-inverse-colorを読み込みます。*/
}


/*bg-parts（bg1-primary-parts、bg1-light-parts、bg1-accent-partsとセットで使います）
---------------------------------------------------------------------------*/
.bg-parts {
	padding-top: var(--content-space-v, var(--content-space-l));		/*ボックス内の上に空ける余白。theme.cssのcontent-space-vを読み込みます。*/
	padding-bottom: var(--content-space-v, var(--content-space-l));	/*ボックス内の下に空ける余白。theme.cssのcontent-space-vを読み込みます。*/
}


/*section内で画面両サイドいっぱいまで広げる場合（marginのみでもいいが安定版に）
---------------------------------------------------------------------------*/
.bleed-x-parts {
	--bleed-x: var(--content-space-l);	/*エイリアスに*/
	width: calc(100% + (var(--bleed-x) * 2));	/*section内容の幅＋両サイドpadding（対象要素の幅）*/
	margin-left: calc(var(--bleed-x) * -1);
	margin-right: calc(var(--bleed-x) * -1);
	max-width: none;
}


/*左右によせる専用
---------------------------------------------------------------------------*/
.bleed-left-parts {
	width: calc(100% + var(--content-space-l));
	margin-left: calc(-1 * var(--content-space-l));
}
.bleed-right-parts {
	width: calc(100% + var(--content-space-l));
	margin-right: calc(-1 * var(--content-space-l));
}


/*その他
---------------------------------------------------------------------------*/
.color-check, .color-check a {color: #c3547b !important;}
.l {text-align: left !important;}
.c {text-align: center !important;}
.r {text-align: right !important;}
.ws {width: 100%;display: block;}
.wl {width: 100%;display: block;}
.padding-x {padding: 0 var(--content-space-l);}
.mt0 {margin-top: 0px !important;}
.mt20 {margin-top: 20px !important;}
.mt1rem {margin-top: 1rem !important;}
.mt3rem {margin-top: 3rem !important;}
.mb0 {margin-bottom: 0px !important;}
.mb1rem {margin-bottom: 1rem !important;}
.mb3rem {margin-bottom: 3rem !important;}
.mb30 {margin-bottom: 30px !important;}
.look {display: inline-block;padding: 0px 10px;background: rgba(0,0,0,0.8);color: #fff; border-radius: 3px;margin: 5px 0; word-break: break-all;}
.look .color-check {color: yellow !important;}
.small {font-size: 0.8em;}
.large {font-size: 1.2em; letter-spacing: 0.1em;}
.large2 {font-size: 2em; letter-spacing: 0.1em;}
.pc {display: none;}
.dn {display: none !important;}
.inline-block {display: inline-block !important;}
.block {display: block !important;}
.is-clip {overflow: hidden;}

/*大きな画面の場合*/
.large-screen .ws {width: 50%;}
.large-screen .sh {display: none;}
.large-screen .pc {display: block;}
