@charset "UTF-8";


main  * {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3",  "メイリオ", "Meiryo", sans-serif;
}

/* main設定 */
main {
	background-color: #fcecdb;
	padding: 10px 0 20px;
}
main > section {
	background-color: #FFFFFF;
	margin: 20px auto 0;
	padding: 20px 10px;
}
main > section > h2 {
	background-color: #00529f;
	color: #FFFFFF;
	font-size: 1.3em;
	padding: 10px 20px;
}
main > section p{
	font-size: 1em;
	font-weight: 300;
	line-height: 1.7;
}


/*----------見出し↓----------*/
.introduce h2 {
	font-size: 6.5vw;
	font-weight: 700;
	color: #00529f;
	text-align: center;
  margin: 5vw auto 12vw;
	padding: 0.5em 0;
	border-top: 6px solid #00529f;
	border-bottom: 6px solid #00529f;
}
/*
.introduce h2::before{
	content: '';
	position: absolute;
	bottom: 0vw;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 90%;
	height: 2vw;
	background-color: #00529f;
}
.introduce h2::after{
	content: '';
	position: absolute;
	bottom: -26vw;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 90%;
	height: 2vw;
	background-color: #00529f;
}
	*/

.introduce br.pc{
	display: none;
}

/*----------見出し↑----------*/


/*----------ご注文から取付までの流れ↓----------*/
#flow h3{
	text-align: center;
	font-size: 6.2vw;
	font-weight: 700;
	padding: 14vw 0 0;
}
#flow h3::after{
	content: "";
	display: block;
	margin: 5px auto 0;
	width: 40px;
	height: 3px;
	background: #00529f;
}
#flow h4 span {
	display: inline-block;
	color: #fff;
	background-color: #00529f;
	width: 10vw;
	height: 10vw;
	border-radius: 50%;
	text-align: center;
	line-height: 9.5vw;
	margin-right: 0.5em;
	font-size: 5.5vw;
}
#flow h4 {
	font-size: 5.8vw;
	font-weight: 600;
	position: relative; /* 親要素を基準にする */
}
#flow ol li {
	margin: 10vw auto 30vw;
}
#flow ol li p span{
	font-size: 3.2vw;
	display: inline-block;
}

#flow ol li a{
	display: block;
	box-sizing: border-box;
	font-size: 5.3vw;
	font-weight: bold;
	color: #00529f;
	background-color: #fff;
	border: 2px solid #00529f;
	border-radius: 6px;
	width: 84vw;
	margin: 10vw auto 0;
	text-align: center;
	line-height: 1;
	padding: 0.9em 0;
}
#flow ol li:nth-of-type(2) a{
	display: block;
	box-sizing: border-box;
	font-size: 5.3vw;
	font-weight: bold;
	color: #cf1414;
	background-color: #fedfdf;
	border: 2px solid #cf1414;
	border-radius: 55px;
	width: 84vw;
	margin: 10vw auto 0;
	text-align: center;
	line-height: 1;
	padding: 1em 0;
	box-shadow: 0px 3px 1px -1px #acacac;
}
#flow ol li h4::after{
	content: ''; /* 疑似要素の内容を空に設定 */
  position: absolute; /* 絶対配置 */
	left: 50%; /* 横方向中央揃え */
  transform: translateX(-50%); /* 水平方向の中央揃え調整 */
  border-left: 6vw solid transparent; /* 左側の透明な部分 */
  border-right: 6vw solid transparent; /* 右側の透明な部分 */
  border-top: 9vw solid #d0e7fd; /* 上側に色付きの三角形を作成 */
	border-radius: 6px;
	margin: 60vw auto;
}
#flow ol li:nth-of-type(2) h4::after{
	margin: 76vw auto;
}

#flow ol li:nth-of-type(3) h4::after{
	display: none;
}
#flow li a img {
	width: 8vw;
	position: absolute;
	left: 20vw;
	transform: translate(0%, -20%);
}
#flow .pc{
	display: none;
}
#flow .sp{
	display: none;
}
#flow br.pc_2{
	display: none;
}
#flow br.pc_3{
	display: none;
}


/*----------ご注文から取付までの流れ↑----------*/



/*----------取付料金について↓----------*/
#fee h3{
	text-align: center;
	font-size: 6.2vw;
	padding: 4vw 0 8vw;
}
#fee h3::after{
	content: "";
	display: block;
	margin: 5px auto 0;
	width: 40px;
	height: 3px;
	background: #00529f;
}

#fee .price > h4, .notice > h4 {
	background-color: #00529f;
	color: #FFFFFF;
	padding: 10px;
}
#fee .price > div > table {
	font-size: 0.8em;
	line-height: 14px;
	text-align: center;
	margin-bottom: 20px;
	border-collapse: collapse;
	width: 100%;
}
#fee  .price > div > table caption {
	text-align: right;
}
#fee  .price > div > table th {
	padding: 8px 3px;
	border: solid 1px #FFFFFF;
	background-color: #0a335e;
	color: #FFFFFF;
	font-size: 0.6em;
}
#fee  .price  div > table tr:nth-child(2n+1) {
	background-color: #ececec;
}
#fee  .price > div > table td {
	padding: 7px;
}
#fee  .price > div > table span {
	display: inline-block;
	font-size: 0.7em;
}
#fee  .price > div ~ p {
	font-weight:bold;
	font-size:14px;
	display:inline-block;
	border-bottom: 1px solid #f00;
	margin: 5px;
}
#fee  .price > div ~ p > span {
	font-weight:normal;
	font-size:12px;
}
#fee  .price > div + p + p {
	margin-bottom: 14px;
	margin-left: 1em;
	padding-left: 0.5em;
}
/*注意事項*/
.notice > ul {
	padding-left: 15px;
	margin: 10px;
	font-size: 0.8em;
}
.notice > ul li {
	list-style-type: disc;
	margin-bottom: 10px;
}
/*----------取付料金について↑----------*/


/*----------カレンダー↓----------*/
/*#calendar {
	background: #000;
}
*/
#calendar > h3 {
	text-align: center;
	font-size: 6vw;
	padding: 20vw 0 8vw;
}
#calendar > h3::after{
	content: "";
	display: block;
	margin: 5px auto 0;
	width: 40px;
	height: 3px;
	background: #00529f;
}
#calendar p span{
	font-size: 3.2vw;
	display: inline-block;
}
#calendar .pc{
	display: none;
}
#calendar .sp{
	display: none;
}

#calendar .dot_box {
	border: 3px dashed #f00;
	height: 1em;
	display: inline-block;
	margin: 5px;
}
#calendar .green_box {
	background-color: #1d8376;
}
#calendar .figure_box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin-bottom: 30px;
}
#calendar figure.pc_calendar {
	width: 100%;
	margin-bottom: 30px;
}
#calendar figure.sp_calendar {
	width: 100%;
}
#calendar figcaption {
	text-align: center;
}
/*追加↓*/
#calendar .calendar{
	font-size: 3.2vw;
	background-color: #00529f;
	color: #fff;
	padding: 2vw 0vw 2vw 2vw;
	width: 100%;
  margin: 0 auto;
}
section > #calendar .google_calendar {
	padding: 0vw 1vw 1vw 0vw;
}

#calendar .google_calendar {
	overflow-x: auto; /* 横スクロールを有効化 */
  overflow-y: hidden; /* 縦スクロールを無効化 */
  white-space: nowrap; /* 折り返しを防ぐ */
  width: 100%;
	border-bottom: 20px solid #00529f;
	border-left: 6px solid #00529f;
}


#calendar .google_calendar iframe{
	overflow-x: auto; /* 横スクロールを可能にする */
  white-space: nowrap; /* 折り返しを防ぐ */
}
#calendar ul li a{
	display: block;
	box-sizing: border-box;
	font-size: 5.3vw;
	font-weight: bold;
	color: #cf1414;
	background-color: #fedfdf;
	border: 2px solid #cf1414;
	border-radius: 55px;
	width: 84vw;
	margin: 10vw auto 0;
	text-align: center;
	line-height: 1;
	padding: 1em 0;
	box-shadow: 0px 3px 1px -1px #acacac;
}
#calendar ul li a img {
	width: 8vw;
	position: absolute;
	left: 20vw;
	transform: translate(0%, -20%);
}

#calendar ul li:nth-of-type(2) a{
	display: block;
	box-sizing: border-box;
	font-size: 5.3vw;
	font-weight: bold;
	color: #000;
	background-color: #fff;
	border-radius: 10px;
	border: 2px solid #000;
	width: 84vw;
	margin: 10vw auto 0;
	text-align: center;
	line-height: 1;
	padding: 1em 0;
	box-shadow: 0px 0px rgba(0, 0, 0, 0);
}
#calendar ul li dl {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	font-size: 3.4vw;
	line-height: 1.8;
	margin: 1em;
}
#calendar ul li dt {
	margin-right: 0.5em;
}
#calendar ul li dd {
	margin-right: 1.5em;
}
#calendar ul li dd:nth-of-type(2)  {
	margin-right: 0em;
}

/*追加↑*/
#calendar .google_calendar a {
	display: block;
	color: #fff;
	font-weight: bold;
	text-align: center;
	padding: 1em 0;
	background: linear-gradient(45deg, #ff6600, #fff030);
	border: 3px solid #f00;
	box-shadow: 0 0 2px #000 inset;
	text-shadow: 0px 3px 1px -1px #acacac;
}
#calendar .google_calendar a:hover {
	color: #0ee;
}
#calendar li a img {
	width: auto;
}
/*----------カレンダー↑----------*/


.shop_map > h3 {
	text-align: center;
	font-size: 6vw;
	padding: 20vw 0 8vw;
}
.shop_map > h3::after{
	content: "";
	display: block;
	margin: 5px auto 0;
	width: 40px;
	height: 3px;
	background: #00529f;
}

.shop_map > .map {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
	margin-top: 10px;
}
.shop_map > .map > iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	border: 0;
}



#information > h3 {
	text-align: center;
	font-size: 6vw;
	padding: 20vw 0 8vw;
}
#information > h3::after{
	content: "";
	display: block;
	margin: 5px auto 0;
	width: 40px;
	height: 3px;
	background: #00529f;
}

#information > figure > figure {
	margin-bottom: 10px;
	font-size: 0.8em;
}
#information > figure > figure > img,
#shop_info > figure > img {
	width: 100%;
}
#shop_info > figure > img:nth-of-type(2) {
	display: none;
}
#shop_info > table {
	font-size: 0.8em;
}
#shop_info > table th,
#shop_info > table td {
	display: block;
}
#shop_info > table th {
	border-bottom: solid #000000 1px;
	text-align: left;
	margin-top: 10px;
}
#shop_info > table ul {
	padding-left: 15px;
	line-height: 1.5em;
}
#shop_info > table li {
	list-style-type: disc;
	margin-bottom: 0.5em;
}
#shop_info > table li a {
	border-bottom: 3px double;
	font-weight: bold;
}


.street_view {
	margin-bottom: 20px;
}
.street_view:after {
	position: relative;
	content: '';
	bottom: -5px;
	width: 100%;
	border-bottom: solid 3px rgb(119, 195, 223);
	display: block;
}
.street_view > h4 {
	position: relative;
	padding-left: 25px;
	margin-top: 10px;
	font-size: 0.9em;
}
.street_view > h4:before {
	position: absolute;
	content: '';
	bottom: -3px;
	left: 0;
	width: 0;
	height: 0;
	border: none;
	border-left: solid 15px transparent;
	border-bottom: solid 15px rgb(119, 195, 223);
}
.street_view > h4:after {
	position: absolute;
	content: '';
	bottom: -3px;
	left: 3px;
	width: 100%;
	border-bottom: solid 3px rgb(119, 195, 223);
}
.street_view > .view {
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
	margin-top: 10px;
}
.street_view > .view > iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	border: 0;
}


.greeting > h3 {
	text-align: center;
	font-size: 6vw;
	padding: 20vw 0 8vw;
}
.greeting > h3::after{
	content: "";
	display: block;
	margin: 5px auto 0;
	width: 40px;
	height: 3px;
	background: #00529f;
}
div.greeting > div {
	margin-right: 20px;
}
div.greeting > figure > img{
	width: 100%;
}
div.greeting > figure figcaption {
	text-align: center;
	font-size: 0.8em;
}


.sell > h3 {
	text-align: center;
	font-size: 6vw;
	padding: 20vw 0 8vw;
}
.sell > h3::after{
	content: "";
	display: block;
	margin: 5px auto 0;
	width: 40px;
	height: 3px;
	background: #00529f;
}
.sell > dl > dt {
	border-bottom: 1px dotted #333;
	margin: 20px 10px 0;
	padding: 0 10px;
	padding-bottom: 3px;
	color: #c63;
	font-weight: bold;
}
.sell > dl > dd {
	margin: 5px 0 0 20px;
	font-size: 14px;
	line-height: 22px;
}

.link {
	background-color: #797979;
	margin-top: 50px;
}
.link > h3 {
	color: #FFF;
	font-size: 1.2em;
	text-align: center;
	border-bottom: 2px dotted;
	margin: 0 10px;
	padding: 10px;
}
.link > ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.link > ul > li {
	padding: 10px 30px;
}
.link > ul > li > a {
	color: #FFF;
	letter-spacing: 5px;
	border-bottom: 1px solid;
}

/*カレンダーボタン*/
.btn_calendar {
	position: fixed;
	right: 10px;
	top: 400px;
	font-weight: bold;
	text-align: center;
	box-shadow: 0 1px 5px 1px #8e8e8e;
	width: 85px;
	height: 85px;
	background-color: #fff;
	border: 2px solid #00529f;
	color: #00529f;
	border-radius: 50%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 8px;
	font-size: 12px;
	box-sizing: border-box;
	z-index: 10;
	transition: 0.5s;
}
.btn_calendar span {
	width: 100%;
	position: absolute;
  top: 24px;
}
.btn_calendar span:nth-of-type(2)  {
	width: 100%;
	position: absolute;
  top: 42px;
}


.btn_calendar.is-fixed {
	top: 20px;
}
.btn_calendar.is-fixed.is-hide {
	opacity: 0;
}
/*メディアクエリ*/
@media screen and (min-width: 481px){

}
@media screen and (min-width: 768px){
/* main設定 */
	main > section {
		max-width: 980px;
	}
	main > section p{
		text-align: center;
	}
	/*----------見出し↓----------*/
	.introduce h2 {
		font-size: 30px;
		margin: 40px 185px 60px;
		padding: 0.5em 0;
		border-top: 6px solid #00529f;
		border-bottom: 6px solid #00529f;
	}
	/*
	.introduce h2 br{
		display: none;
	}
	*/
	.introduce br.pc{
		display: block;
	}
	/*----------見出し↑----------*/
	#flow h3 {
    font-size: 28px;
    padding: 100px 0 0;
	}
	#flow br.pc{
		display: none;
	}
	#flow br.pc_2{
		display: none;
	}
	#flow br.pc_3{
		display: block;
	}

	#flow h4 {
    font-size: 24px;
		margin-bottom: 60px;
	}
	#flow h4 span {
		width: 50px;
		height: 50px;
		border-radius: 50%;
		line-height: 50px;
		margin-right: 0.5em;
		font-size: 28px;
	}
	#flow ol li h4::after{
		border-left: 30px solid transparent; /* 左側の透明な部分 */
		border-right: 30px solid transparent; /* 右側の透明な部分 */
		border-top: 45px solid #d0e7fd; /* 上側に色付きの三角形を作成 */
		border-radius: 6px;
		margin: 300px auto;
	}
	#flow ol li:nth-of-type(2) h4::after{
		margin: 360px auto;
	}
	
	#flow ol li {
    margin: 60px 40px 180px
	}
	#flow ol li a {
    font-size: 24px;
    border-radius: 6px;
    width: 370px;
    margin: 40px auto 0;
    text-align: center;
    line-height: 1;
    padding: 0.9em 0;
	}
	#flow ol li p span {
    font-size: 12px;
	}
	
	#flow ol li:nth-of-type(2) a{
		font-size: 20px;
		width: 370px;
		margin: 40px auto 0;
		line-height: 1;
		padding: 0.8em 0;
		position: relative;
		color: #282828;
    background-color: #ebebeb;
		border-radius: 0px;
    border: 0px solid #282828;
		box-shadow: 0px 0px #acacac;
	}

	#flow ol li:nth-of-type(2) a::after {
		content: "092-919-5558";
    margin-left: 5px;
		display: block;
		font-size: 35px;
    padding: 0.2em;
		color: #cf1414;

	}

	#flow li a img{ 
		width: 30px;
    position: absolute;
    left: 35px;
		transform: translate(0%, 80%);
	}
	/*
	#flow ol li a[href*="tel:"] {
		cursor: default;
		color: initial;
		pointer-events: auto;
	}
*/

	#fee h3 {
		font-size: 28px;
		padding: 0 0 100px;
	}


	#calendar > h3 {
		font-size: 28px;
		padding: 116px 0 84px;
	}
	#calendar p span{
		font-size: 12px;
	}
	#calendar .calendar {
    font-size: 12px;
    padding: 10px 0px;
		width: auto;
		max-width: 880px;
	}
	section > #calendar .google_calendar{
		background-color: #00529f;
    text-align: center;
		border-left: 0px ;
		padding: 0 0;
		max-width: 880px;
		margin: 0 auto;
	}
	#calendar ul li{
		position: relative;
		margin: 50px auto 0;
	}

	#calendar ul li a{
		font-size: 18px;
		width: 40vw;
		margin: 0 auto;
		max-width: 400px;
		line-height: 1;
		padding: 0.6em 0;
		color: #282828;
		background-color: #ebebeb;
		border-radius: 0px;
		border: 0px solid #282828;
		box-shadow: 0px 0px #acacac;
	}
	#calendar ul li a::after {
		content: "092-919-5558";
		margin-left: 5px;
		display: block;
		font-size: 30px;
		padding: 0.1em;
		color: #cf1414;
	}
	#calendar ul li a img{ 
		width: 30px;
		position: absolute;
		left: 60px;
		transform: translate(0%, 50%);
	}
	
	#calendar ul li:nth-of-type(2) a{
		font-size: 24px;
		width: 40vw;
		margin: 0 auto;
		max-width: 400px;
	}
	#calendar ul li:nth-of-type(2) a::after{
		display: none;
	}

	#calendar .calendar_link {
		display: flex;
	}
	
	#calendar ul li dl {
		font-size: 14px;
		margin: 0.1em;
	}

	
	.btn_calendar {
		font-size: 16px;
		width: 100px;
		height: 100px;
	}
	.btn_calendar span {
		top: 28px;
	}
	.btn_calendar span:nth-of-type(2)  {
		top: 48px;
	}
	
	.shop_map > h3 {
		font-size: 28px;
		padding: 116px 0 84px;
	}

	.shop_map > .map {
		padding-bottom: 46.25%;
	}

	
	#information > h3 {
		font-size: 28px;
		padding: 116px 0 84px;
	}

	#information > figure {
		margin: 20px 50px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
		/*IE10用*/
		display: -ms-flexbox;
		-ms-flex-wrap: wrap;
		-ms-flex-pack: space-around;
	}
	#information > figure > figure {
		width: 49%;
	}

	#shop_info {
		display: flex;
		margin: 20px 50px;
		/*IE10用*/
		display: -ms-flexbox;
	}
	#shop_info > figure {
		width: 38%;
	}
	#shop_info > figure > img:nth-of-type(2) {
		display: inline;
	}
	#shop_info > table{
		width: 62%;
	}
	#shop_info > table tr {
		display: block;
	}
	#shop_info > table th,
	#shop_info > table td {
		padding: 5px;
		display: inline-block;
	}
	#shop_info > table th {
		width: 60px;
		text-align: right;
		border-bottom: none;
		margin-top: 0;
		vertical-align: top;
		padding-right: 10px
	}
	#shop_info > table td {
		width: calc(100% - 100px);
		border-left: solid 1px #000000;
		padding-left: 10px;
	}

	.street_view > .view {
		padding-bottom: 46.25%;
	}



	.greeting > h3{
		font-size: 28px;
		padding: 116px 0 84px;
	}
	div.greeting > div {
		/*IE10用*/
		width: 60%;
	}
	div.greeting > figure {
		/*IE10用*/
		width: 40%;
	}
	div.greeting {
		margin: 20px 50px;
		display: flex;
		align-items: center;
		/*IE10用*/
		display: -ms-flexbox;
		-ms-flex-item-align: center;
	}

	.sell > h3{
		font-size: 28px;
		padding: 116px 0 84px;
	}


	.link > ul {
		justify-content: center;
	}

	#calendar figure.pc_calendar {
		width: 48vw;
		max-width: 482px;
		margin-bottom: 0px;
	}
	#calendar figure.sp_calendar {
		width: 35vw;
		max-width: 352px;
	}	
}



@media screen and (min-width: 1024px){
	main > section p {
		font-size: 14px;
		text-align: left;
	}
	/*カレンダーボタン*/
	.btn_calendar {
		right: calc(50% - 520px);
	}

	.introduce h2 {
		margin: 40px 230px 60px;
	}
	.introduce p {
		text-align: center;
		font-size: 16px;
	}


	#flow br.pc{
		display: block;
	}
	#flow br.pc_2{
		display: block;
	}
	#flow br.pc_3{
		display: none;
	}

	#flow h3 {
		font-size: 28px;
		padding: 100px 0 60px;
	}
	#flow h4 {
		font-size: 18px;
		margin-bottom: 20px;
	}
	#flow h4 span {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	line-height: 30px;
	margin-right: 0.5em;
	font-size: 20px;
	}
	#flow ol {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: flex-start;
		margin-bottom: 160px;
	}

	#flow ol li {
		width: 27%;
		margin: 0 20px auto;
	}
	#flow ol li a {
		font-size: 18px;
		border-radius: 6px;
		width: 260px;
		margin: 60px auto 0;
		padding: 1.1em 0;
	}
	#flow ol li:nth-of-type(2) a {
		font-size: 15px;
		width: 260px;
		margin: 17px auto 0;
		line-height: 1;
		padding: 0.4em 0;
	}
	#flow ol li:nth-of-type(2) a::after {
		font-size: 25px;
		padding: 0.2em;
	}
	#flow li a img {
		width: 27px;
    left: 15px;
		transform: translate(0%, 56%);
	}
	#flow ol li h4::after {
		border-top: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 30px solid #d0e7fd;
		margin: 107px 10px;
		left: 300px
	}
	#flow ol li:nth-of-type(2) h4::after{
		margin: 107px 10px;
		left: 300px;
		right: 0;
	}
	
	#fee h3 {
		padding: 0 0 60px;
	}

	#calendar h3 {
		padding: 160px 0 44px;
	}
	#calendar p {
		text-align: center;
		font-size: 16px;
	}
	/*
	#calendar ul li a {
		font-size: 15px;
		width: 260px;
		margin: 17px auto 0;
		line-height: 1;
		padding: 0.4em 0;
	}
	#calendar ul li a::after {
		font-size: 25px;
		padding: 0.2em;
	}
	#calendar ul li a img{ 
		width: 40px;
		position: absolute;
		left: 50px;
	}
*/
	.shop_map > h3 {
		padding: 160px 0 60px;
	}
	#information > h3 {
		padding: 160px 0 60px;
	}
	.greeting > h3 {
		padding: 160px 0 60px;
	}
	.sell > h3 {
		padding: 160px 0 60px;
	}
}


@media screen and (min-width: 1366px){
	/*カレンダーボタン*/
	.btn_calendar {
		right: calc(50% - 684px);
	}
	#flow br.pc{
		display: block;
	}
	#flow br.pc_2{
		display: block;
	}
	#flow br.pc_3{
		display: none;
	}
}