@charset "UTF-8";
/* CSS Document */

/*  --------  ヘッダー  --------  */
.header-item_wrap{
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	width: 400px;
	position: absolute;
	top: 16px;
	right: 0;
}
.header-item01{
	width: 100%;
	white-space: nowrap;
}
.header-item02{
	display: flex;
}
a.header-item_web{
	width: 150px;
	height: 20px;
	padding-top: 2px;
	margin-left: 20px;
	border-radius: 20px;
	background: #EB5266;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	line-height: 1;
	text-decoration: none;
	border: 1px solid #EB5266;
}
a.header-item_web:hover{
	background: #fff;
	color: #EB5266;
}
.header-item #tel{
	position: static;
}
.header-item_tel img{
	width: 240px;
	object-fit: cover;
}
/*  --------  フッター  --------  */
#copyright{
	position: relative;
}
/*  --------  追従バナー  --------  */
.float {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 999;
  width: 160px;
  height: 160px;
}

.float a img {
  width: 100%;
}

/*  --------  TOPページ  --------  */
#mainContents #greeting{
	background: #fff;
	border-radius: 12px;
    box-shadow: 4px 4px 6px rgba(0,0,0,0.1);
	
}
#mainContents #greeting dd{
	background-image :none;
}