@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-ltt */
/* clearfix */	
.clearfix:after {content: "";display: block;clear: both;}
/* flex */	
.flex,.flex-a,.flex-b,.flex-c {display: flex;flex-wrap: wrap;}
.flex-a {justify-content: space-around;}
.flex-b {justify-content: space-between;}
.flex-c {justify-content: center;}
.mb0 {margin-bottom: 0 !important;}
/* datepicker */
.ui-datepicker-calendar tr td.ui-datepicker-week-end a {
	color: #00f;
	background: #ccf;
}
.ui-datepicker-calendar tr td:last-child a {
	color: #f00;
	background: #fcc;
}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
.en {
	font-family: "Pinyon Script", serif;
}
.min {
	font-family: "游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}
.content {
	margin: 0 1.5rem;
}
/*------------------------------------------------------------
	heading01
------------------------------------------------------------*/
.heading01 {
	margin-bottom: 2.4rem;
	padding-bottom: 1rem;
	font-weight: 600;
	color: #4B4333;
	font-size: 2rem;
	letter-spacing: 0.05em;
	text-align: center;
	background: url(../img/dot.png) no-repeat center bottom/4.8rem auto;
	font-family: "游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
}
.heading01 .en {
	margin-bottom: 0.2rem;
	display: block;
	color: #b49355;
	font-size: 2.4rem;
	font-weight: 400;
	letter-spacing: 0;
}
.heading01 .jp {
	display: block;
	color: #226ba6;
	font-size: 2.2rem;
	line-height: 1.4;
}
.heading01 .jp02 {
	margin-top: 0.9rem;
	display: inline-block;
}
/*------------------------------------------------------------
	heading02
------------------------------------------------------------*/
.heading02 {
	margin-bottom: 1.7rem;
	padding: 0.7rem 0.5rem 0.6rem;
	color: #B49355;
	font-size: 1.8rem;
	font-weight: 600;
	text-align: center;
	font-family: "游明朝",YuMincho,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	background-color: #F7F3E9;
	border-radius: 3rem;
}
