@charset "utf-8";


/*================================
全サイズ
================================*/
body {
	background-color: #fadce9;
	font-family: "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka", sans-serif;
	font-size: 14px;
	color: #2d2439;
}
#all {
	position: relative;
}
.seo {
	text-align: left;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	height: 20px;
	position: absolute;
	z-index: 100;
}
.seo h1 {
	box-sizing: border-box;
	max-width: calc(900px + 40px*2);
	width: 100%;
	margin-inline: auto;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 1em;
	font-size: 10px;
	text-align: left;
	line-height: normal;
	color: #c6b0df;
}
/* link */
a:link {
	color: #915ec7;
	text-decoration: underline;
}
a:visited {
	color: #915ec7;
	text-decoration: underline;
}
a:hover {
	color: #915ec7;
	text-decoration: none;
}
a:active {
	color: #915ec7;
	text-decoration: none;
}


/*================================
共通パーツ
================================*/
.mb5 {
	margin-bottom: 5px!important;
}
.mb10 {
	margin-bottom: 10px!important;
}
.mb15 {
	margin-bottom: 15px!important;
}
.mb20 {
	margin-bottom: 20px!important;
}
.mb30 {
	margin-bottom: 30px!important;
}
.mb40 {
	margin-bottom: 40px!important;
}
.mb50 {
	margin-bottom: 50px!important;
}
.mb60 {
	margin-bottom: 60px!important;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.clear {
	clear: both;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
.align-center {
	text-align: center;
}
.flow-root {
	display: flow-root;
}
.pic-right {
	float: right;
	margin-left: 20px;
}
.pic-left {
	float: left;
	margin-right: 20px;
}
.block-center {
	display: block;
	margin-inline: auto;
}
.hidden {
	overflow: hidden;
}

/*-------------------------------
共通タイトル
-------------------------------*/
.main_title03 {
	margin-bottom: 1em;
	padding: 6px 10px 6px 14px;
	border-left: 10px solid #4d9feb;
	background: url(../../img/h3_bg01.jpg)left top;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.4;
	color: #2483db;
}
.main_title04 {
	margin-top: 1em;
	margin-bottom: 1em;
	padding: 6px 10px 6px 14px;
	border-left: 8px solid #ffc9df;
	background: url(../../img/h3_bg01.jpg)left top;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.4;
	color: #f476a9;
}
.main_title05 {
	margin-top: 0.5em;
	margin-bottom: 0.2em;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4;
	color: #3eb7f5;
}
.main_title06 {
	margin-bottom: 1em;
	padding: 8px 10px;
	background: #eafafb;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.4;
}
/*テキスト*/
/*-----------------------------*/
#main strong {
	font-weight: bold;
	color: #e00d0d;
}
.hosoku {
	font-size: 80%;
	line-height: 1.4em;
}
/*テキストカラー*/
/*-----------------------------*/
.txt-red {
	color: red;
}
.txt-blue {
	color: blue;
}
/*画像*/
/*-----------------------------*/
.photo {
	float: right;
	margin-bottom: 0.5em;
	margin-left: 1em;
}
.photo.center {
	float: none;
	margin-bottom: 1em;
	margin-left: auto;
	text-align: center;
	margin-right: auto;
}
.photo.center img {
	margin-left: 5px;
	margin-right: 5px;
}
/*リンクボタン*/
/*-----------------------------*/
.link {
	float: right;
	background-image: url(../img/link_arrow.gif);
	background-repeat: no-repeat;
	background-position: left 7px;
	padding-left: 0.7em;
}
.bt-pagetop {
	height: 24px;
	width: 135px;
	float: right;
	margin-top: 0.8em;
}


/*================================
ヘッダー
================================*/
#header {
	background-color: #FFF;
}
#header .inner {
	position: relative;
	z-index: 1;
	padding-top: 36px;
	padding-bottom: 10px;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	gap: 10px 40px;
}
.hd_logo {}
.hd_txt01 {
	position: absolute;
	right: 40px;
	top: 30px;
}
.hd_tel {}
/*-------------------------------
下層ページタイトル
-------------------------------*/
#pagettl {
	position: relative;
	z-index: 1;
}
#pagettl::before {
	position: absolute;
	z-index: -1;
	content: "";
	left: 50%;
	top: 0;
	translate: -50%;
	width: 110vw;
	height: 100%;
	background: #d7b5fc;
}
#pagettl .inner {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-direction: column;
	gap: 10px;
	height: 180px;
	background-size: auto 150px;
	background-position: right 40px top;
	background-repeat: no-repeat;
}
.pagettl_wrap {
	display: flex;
	justify-content: flex-start;
	align-items: last baseline;
	flex-flow: row wrap;
	gap: 4px 10px;
}
.pagettl_jp {
	font-size: 32px;
	font-weight: bold;
	line-height: 1.2;
	text-align: left;
	letter-spacing: 0.05em;
	color: #000;
	text-shadow:
		1px 1px 5px rgba(255,255,255,0.4),
		-1px 1px 5px rgba(255,255,255,0.4),
		1px -1px 5px rgba(255,255,255,0.4),
		-1px -1px 5px rgba(255,255,255,4.4),
		1px 0px 5px rgba(255,255,255,0.4),
		0px 1px 5px rgba(255,255,255,0.4),
		-1px 0px 5px rgba(255,255,255,0.4),
		0px -1px 5px rgba(255,255,255,0.4);
}
.pagettl_jp .small {
	font-size: 0.6em;
}
.pagettl_en {
	font-size: 17px;
	font-weight: bold;
	line-height: 1.2;
	text-align: left;
	letter-spacing: 0.05em;
	color: #ae7ce3;
	text-shadow:
		1px 1px 5px rgba(255,255,255,0.4),
		-1px 1px 5px rgba(255,255,255,0.4),
		1px -1px 5px rgba(255,255,255,0.4),
		-1px -1px 5px rgba(255,255,255,4.4),
		1px 0px 5px rgba(255,255,255,0.4),
		0px 1px 5px rgba(255,255,255,0.4),
		-1px 0px 5px rgba(255,255,255,0.4),
		0px -1px 5px rgba(255,255,255,0.4);
}
#breadcrumbs {
	font-size: 10px;
	line-height: normal;
	color: #FFF;
	text-shadow:
		2px 2px 1px #d7b5fc,
		-2px 2px 1px #d7b5fc,
		2px -2px 1px #d7b5fc,
		-2px -2px 1px #d7b5fc,
		2px 0px 1px #d7b5fc,
		0px 2px 1px #d7b5fc,
		-2px 0px 1px #d7b5fc,
		0px -2px 1px #d7b5fc;
}
#breadcrumbs a:link,
#breadcrumbs a:visited,
#breadcrumbs a:hover,
#breadcrumbs a:active {
	color: #FFFFFF;
}


/*================================
コンテナ類
================================*/
#wrap {
	clear: both;
	padding: 0 40px 40px;
	border-bottom: 1px solid #e8afc8;
}
/*================================
メインコンテンツ
================================*/
#main {
	box-sizing: border-box;
	position: relative;
	z-index: 1;
	max-width: 900px;
	width: 100%;
	margin: -30px auto 0;
	padding: 0 22px 30px;
	background-color: #FFF;
	border: 8px solid #f4f4f4;
	line-height: 1.8em;
}
.section {
	clear: both;
	margin-top: 30px;
	margin-bottom: 12px;
}
.inner {
	box-sizing: border-box;
	max-width: calc(900px + 40px*2);
	width: 100%;
	margin-inline: auto;
	padding-left: 40px;
	padding-right: 40px;
}
.box {
	display: flow-root;
	max-width: 800px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.box .inner {
	width: 100%;
	position: relative;
	height: auto;
}
.box .inner .item {
	padding-bottom: 20px;
}
.box .inner .item.last {
	padding-bottom: 0px;
}


/*================================
サブコンテンツ
================================*/
#sub {
	padding-top: 25px;
	padding-bottom: 15px;
	border-top: 1px solid #fff;
}
#sub .inner {
	display: flex;
	justify-content: center;
	align-items: stretch;
	flex-flow: row wrap;
	gap: 10px 30px;
	max-width: calc(870px + 40px*2);
	margin-bottom: 15px;
}
#sub .bn {
	width: calc(100%/3 - 30px*2/3);
	padding-bottom: 16px;
	background-image: url(../img/bn_shadow.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#sub .bn a {}


/*================================
フッター
================================*/
#footer {
	padding-top: 30px;
	padding-bottom: 30px;
	background: linear-gradient(#d6b4fc 70%,#fff);
	font-size: 85%;
}
#footer .inner {}
.ft_box {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-flow: row wrap;
	gap: 20px 24px;
	padding: 30px;
	background: #fff;
}
.ft_box_photo {
	width: 32%;
}
.ft_box_info {
	width: calc(100% - (32% + 24px));
}
.ft_mobile {
	float: right;
}
.copyright {
	padding-top: 10px;
	font-family: Myriad Pro, Geneva, sans-serif;
	font-size: 82%;
	line-height: normal;
	text-align: right;
	letter-spacing: 0.1em;
}

/*ページトップ*/
/*-----------------------------*/
.pagetop {
	opacity: 0;
	transition: .4s;
	position: fixed;
	z-index: 6;
	right: 20px;
	bottom: 20px;
	width: 60px;
	height: 60px;
	background: url(../img/pagetop.png)center/contain no-repeat;
	cursor: pointer;
}


/*================================
TABLET横 1080px～0px
================================*/
@media screen and (max-width: 1080px) {}


/*================================
TABLET縦 834px～0px
================================*/
@media screen and (max-width: 834px) {

	/*================================
	共通パーツ
	================================*/
	.fl {}
	.fr {}
	.pic-right {}
	.pic-left {}

	/*-------------------------------
	共通タイトル
	-------------------------------*/
	
	/*画像*/
	/*-----------------------------*/
	.photo {}
	.photo.center {}
	.photo.center img {}
	/*リンクボタン*/
	/*-----------------------------*/
	.link {}
	.bt-pagetop {}


	/*================================
	ヘッダー
	================================*/
	#header {}
	#header .inner {
		padding-right: 100px;
	}
	.hd_logo {}
	.hd_txt01 {}
	.hd_tel {}
	/*-------------------------------
	下層ページタイトル
	-------------------------------*/
	#pagettl {}
	#pagettl::before {}
	#pagettl .inner {
		background-position: right top;
	}
	.pagettl_wrap {}
	.pagettl_jp {}
	.pagettl_en {}
	#breadcrumbs {}


	/*================================
	コンテナ類
	================================*/
	#wrap {}
	/*================================
	メインコンテンツ
	================================*/
	#main {}
	.section {}
	.inner {}
	.box {
		width: 100%;
	}
	.box .inner {}
	.box .inner .item {}
	.box .inner .item.last {}


	/*================================
	サブコンテンツ
	================================*/
	#sub {}
	#sub .inner {}
	#sub .bn {}
	#sub .bn a {}


	/*================================
	フッター
	================================*/
	#footer {
		padding-bottom: 80px;
	}
	#footer .inner {}
	.ft_box {}
	.ft_box_photo {}
	.ft_box_info {}
	.ft_mobile {}
	.copyright {}

	/*ページトップ*/
	/*-----------------------------*/
	.pagetop {
		bottom: 100px;
	}


	/*画面下固定タブ*/
	/*-----------------------------*/
	.bottom_fix {
		display: flex;
		position: fixed;
		z-index: 8;
		left: 0;
		bottom: 0;
		width: 100%;
		border-top: 1px solid #fff;
	}
	.bottom_tab {
		display: flex;
		justify-content: center;
		align-items: stretch;
		transition: 0.4s;
	}
	.bottom_link {
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		padding: 10px 10px;
		text-decoration: none!important;
	}
	.bottom_text {
		/*padding-left: 1.4em;*/
		font-size: 18px;
		line-height: 1.2;
		text-align: center;
		color: #fff;
	}
	/*tel*/
	.bottom_tab.-tel {
		width: 100%;
		background: #a84887;
	}
	.bottom_tab.-tel .bottom_img {
		max-height: 100%;
		height: 40px;
		width: auto;
	}
	
}


/*================================
SP表示 667px～0px
================================*/
@media (max-width: 667px)  {

	/*================================
	共通パーツ
	================================*/
	.fl {}
	.fr {}
	.pic-right,
	.pic-left {
		display: block;
		float: none;
		margin: 0 auto 10px;
	}

	/*-------------------------------
	共通タイトル
	-------------------------------*/
	.main_title03 {
		padding: 6px 10px 6px 10px;
		border-left: 6px solid #4d9feb;
		font-size: 18px;
	}
	.main_title04 {
		padding: 6px 10px 6px 10px;
		border-left: 4px solid #ffc9df;
		font-size: 15px;
	}
	.main_title05 {
		font-size: 14px;
	}
	.main_title06 {
		font-size: 16px;
	}

	/*画像*/
	/*-----------------------------*/
	.photo {
		display: block;
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
	.photo.center {}
	.photo.center img {}
	/*リンクボタン*/
	/*-----------------------------*/
	.link {}
	.bt-pagetop {}


	/*================================
	ヘッダー
	================================*/
	.seo {
		overflow: hidden;
		height: 0;
	}
	#header {}
	#header .inner {
		padding: 10px 80px 10px 20px;
		flex-flow: row wrap;
	}
	.hd_logo {}
	.hd_txt01 {
		position: static;
	}
	.hd_tel {}
	/*-------------------------------
	下層ページタイトル
	-------------------------------*/
	#pagettl {
		width: calc(100% + 20px*2);
		left: 50%;
		translate: -50%;
	}
	#pagettl::before {}
	#pagettl .inner {
		height: 130px;
		background-position: top center;
		background-size: auto calc(100% - 30px);
		padding-bottom: 20px;
	}
	.pagettl_wrap {
		flex-direction: column;
	}
	.pagettl_jp {
		font-size: 22px;
	}
	.pagettl_en {
		font-size: 12px;
	}
	#breadcrumbs {}


	/*================================
	コンテナ類
	================================*/
	#wrap {
		padding-left: 20px;
		padding-right: 20px;
	}
	/*================================
	メインコンテンツ
	================================*/
	#main {
		padding: 0 16px 20px;
	}
	.section {
		margin-top: 20px;
	}
	.inner {
		padding-left: 20px;
		padding-right: 20px;
	}
	.box {}
	.box .inner {}
	.box .inner .item {}
	.box .inner .item.last {}


	/*================================
	サブコンテンツ
	================================*/
	#sub {}
	#sub .inner {}
	#sub .bn {
		width: 100%;
		max-width: 270px;
	}
	#sub .bn a {}


	/*================================
	フッター
	================================*/
	#footer {}
	#footer .inner {}
	.ft_box {
		padding: 20px;
	}
	.ft_box_photo {
		width: 100%;
	}
	.ft_box_info {
		width: 100%;
	}
	.ft_mobile {}
	.copyright {}

	/*ページトップ*/
	/*-----------------------------*/
	.pagetop {
		right: 6px;
		bottom: 60px;
		width: 40px;
		height: 40px;
	}

	/*画面下固定タブ*/
	/*-----------------------------*/
	.bottom_fix {}
	.bottom_tab {}
	.bottom_link {}
	.bottom_text {}
	/*tel*/
	.bottom_tab.-tel {}
	.bottom_tab.-tel .bottom_img {
		height: 30px;
	}
	
	
}













