@charset "utf-8";

body {
	margin: 0;
	padding: 0;
	display:block;
	font-family: Arial,"Noto Sans CJK JP","Hiragino Sans","Hiragino Kaku Gothic ProN",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Sans Emoji";
-webkit-text-size-adjust: 100%;
	color:#666;
	text-align: center;
	vertical-align:middle;
	background-position: center top;
	box-sizing: border-box;
}
article {
margin: 0 auto;
}
img {
	border-style:none;
}
li {
	list-style-type:none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.op a:hover {
	 opacity: 0.6;
	 display:block;
}
.ul a:hover {
	text-decoration: underline;
}
.super{
	vertical-align: super;
	font-size: 75%;
	margin-top: 15px;
}
.clearfix:after {
	content: '';
	display: block;
	clear: both;
}
.pc_display {
	display:block;
}
.sp_display {
	display:none;
}
@media screen and (max-width: 480px) {
.pc_display {
	display:none;
}
.sp_display {
	display:block;
}
}
@media screen and (max-width: 480px) {
body{
	min-width: 480px;
}
}
/*------------------------------------------------------------------*/
h1 {
	max-width:100%;
	height:auto;
	margin:0 auto 0;
	padding:0;
	text-align:center;
	line-height:0;/*important*/
}
h1 img {
	width:100%;
	height:auto;
	vertical-align:middle;/*important*/
}
h2 {
padding: 5% auto 1%;
}
h2 img {
max-width: 80%;
height: auto;
}
article {
margin-bottom: 80px;
}
/*------------------------------------------------------------------*/
.wrapper {
	overflow: hidden;
	margin: 0 auto;
}
.nav_pc {
	margin: 3% auto;
	position: relative;
	max-width: 1000px;
	height: auto;/*important for relative*/
}
.nav_pc_perspective {
	width:100%;
	height:auto;
}
.nav_pc_kitchen {
	z-index:10;
	position:absolute;
	top:-2.5%;
	left: -1;
	width: 27.7%;
}
.nav_pc_finger {
	z-index:10;
	position: absolute;
	top:-2.5%;
	left: 23%;
	width: 27.7%;
}
.nav_pc_toilet {
	z-index:10;
	position: absolute;
	top:-2.5%;
	right: 3.5%;
	width: 30.1%;
}
.nav_pc_laundryroom {
	z-index:10;
	position: absolute;
	top:43%;
	left:3.5%;
	width: 26.5%;
}
.nav_pc_bathroom {
	z-index:10;
	position: absolute;
	top:59%;
	left: 41.5%;
	width: 28.2%;
}
.nav_pc_sharedspace {
	z-index:10;
	position: absolute;
	top:46%;
	right: 0%;
	width: 32.5%;
}
.nav_pc_kitchen img,.nav_pc_finger img,.nav_pc_toilet img,.nav_pc_laundryroom img,.nav_pc_bathroom img,.nav_pc_sharedspace img {
	width: 100%;
	height: auto;
}
@media screen and (max-width: 780px) {
.nav_pc_kitchen {
	top:-3.5%;
}
.nav_pc_finger {
	top:-3.5%;
}
.nav_pc_toilet {
	top:-3.5%;
}
.nav_pc_laundryroom {
	top:42%;
}
.nav_pc_bathroom {
	top:58%;
}
.nav_pc_sharedspace {
	top:45%;
}
}
@media screen and (max-width: 620px) {
.nav_pc_kitchen {
	top:-4.5%;
}
.nav_pc_finger {
	top:-4.5%;
}
.nav_pc_toilet {
	top:-4.5%;
}
.nav_pc_laundryroom {
	top:41%;
}
.nav_pc_bathroom {
	top:57%;
}
.nav_pc_sharedspace {
	top:44%;
}
}

main {
	max-width: 1100px;
	box-sizing: border-box;
	padding: 0 2%;
	margin: 0 auto;
}
@media screen and (max-width: 480px) {
main {
	min-width: 480px;
	padding: 0 10px;
}
.nav_sp {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;

-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;

-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 10px auto 0;
}
.nav_sp p {
	margin: 0 0 5px 0;
}
}
h3 {
text-align: left;
}
@media screen and (max-width: 980px) {
h3{
margin-bottom: -20px;
}
.h3_below {
margin-bottom: -35px;
padding-top: 20px;
}
}
.notice{
	font-size: 75%;
	text-align: left;
	margin-top: -60px;
	margin-bottom: 40px;
}
/*------------------------------------------------------------------table_finger*/
.table_finger {
	width: 100%;/*important*/
	margin: 20px auto;
	border: solid 1px #5eb6e5;
	text-align: left;
}
.table_finger th {
	font-size: 18px;
	font-weight: normal;
	color: #fff;
	padding: 10px;
	background-color: #5eb6e5;
	text-align: center;
}
.table_finger td {
	font-size: 16px;
	padding: 10px;
	border: solid 1px #5eb6e5;
}
.table_finger th:first-child{
	border-left: solid 1px #5eb6e5;
}
.table_finger th:nth-child(2) {
	border-left: solid 1px #fff;
	min-width: 125px;
	text-align: center;
}
.table_finger th:last-child {
	border-left: solid 1px #fff;
	border-right: solid 1px #5eb6e5;
}
.table_finger td:nth-child(2) {
	text-align: center;
}
.table_finger td:last-child a img {
	padding-top: 10px;
	margin: 0 auto;/*important*/
	display: block;/*important*/
}
.table_finger td:last-child a:hover img {
	opacity: 0.6;
}
.table_finger th {
	border-top: solid 1px #5eb6e5;
	border-bottom: solid 1px #5eb6e5;
}
.finger_bg1 {
	background-color:#e6f2fb;
}
.finger_bg2 {
	background-color:#f5fafe;
}
.table_pc_display {
	display:block;
	height: 0;/*important*/
}
.table_sp_display {
	display:none;
}
.finger_more a {
	display: block;
	font-size: 18px;
	color: #5eb6e5;
	text-align: left;
	text-decoration: none;
	margin: -15px 0;
	font-weight: bold;
}
@media screen and (max-width: 980px) {
.table_finger {
	border: none;
}
.table_finger {
	border-collapse: collapse;
	border-spacing: 0;
}
.table_finger th {
	display: none;
}
.table_pc_display {
	display:none;
}
.table_sp_display {
	display: block;
}
.table_finger td{
	display: block;
	max-width: 100%;
	position: relative;
}
.finger_bg1,.finger_bg2 {
	margin-top: 20px;
	margin-bottom: -1px;
	background-color:#e6f2fb;
}
.table_finger td:last-child {
	margin-top: -1px;
}
.table_finger {
	border: none;
	}
.table_finger td:nth-child(2) {
	text-align: left;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
}
.table_finger td:nth-child(2) img{
	padding-right: 10px;
}
.table_finger td:first-child img,.table_finger td:nth-child(2) img{
	padding-left: 200px;
}
}/*@media screen and (max-width: 980px) */

@media screen and (max-width: 824px) {.table_finger td:first-child img,.table_finger td:nth-child(2) img{padding-left: 152px;}}
@media screen and (max-width: 738px) {.table_finger td:first-child img,.table_finger td:nth-child(2) img{padding-left: 114px;}}
@media screen and (max-width: 652px) {.table_finger td:first-child img,.table_finger td:nth-child(2) img{padding-left: 26px;}}
@media screen and (max-width: 530px) {.table_finger td:first-child img,.table_finger td:nth-child(2) img{padding-left: 10px;}}

@media screen and (max-width: 480px) {
.table_finger td:first-child img,.table_finger td:nth-child(2) img{
	padding-left: 10px;
}
.table_finger {
	max-width: 460px;
}
}/*@media screen and (max-width: 480px) */

/*------------------------------------------------------------------table_sharedspace*/
.table_sharedspace {
	width: 100%;/*important*/
	margin: 20px auto;
	border: solid 1px #ffaa00;
	text-align: left;
	overflow: hidden;
}
.table_sharedspace th {
	font-size: 18px;
	font-weight: normal;
	color: #fff;
	padding: 10px;
	background-color: #ffaa00;
	text-align: center;
}
.table_sharedspace td {
	font-size: 16px;
	padding: 10px;
	border: solid 1px #ffaa00;
}
.table_sharedspace th:first-child{
	border-left: solid 1px #ffaa00;
}
.table_sharedspace th:nth-child(2) {
	border-left: solid 1px #fff;
	min-width: 125px;
	min-width: 240px;
	text-align: center;
}
.table_sharedspace th:last-child {
	border-left: solid 1px #fff;
	border-right: solid 1px #ffaa00;
}
.table_sharedspace td:nth-child(2) {
	text-align: center;
}
.table_sharedspace td:last-child a img {
	padding-top: 10px;
	margin: 0 auto;/*important*/
	display: block;/*important*/
}
.table_sharedspace td:last-child a:hover img {
	opacity: 0.6;
}
.table_sharedspace th {
	border-top: solid 1px #ffaa00;
	border-bottom: solid 1px #ffaa00;
}
.sharedspace_bg1 {
	background-color:#fff4de;
}
.sharedspace_bg2 {
	background-color:#fffef7;
}
.table_pc_display {
	display:block;
	height: 0;/*important*/
}
.table_sp_display {
	display:none;
}
.sharedspace_more a {
	display: block;
	font-size: 18px;
	color: #ff7800;
	text-align: left;
	text-decoration: none;
	margin: -15px 0;
	font-weight: bold;
}
@media screen and (max-width: 980px) {
.table_sharedspace {
	border: none;
}
.table_sharedspace {
	border-collapse: collapse;
	border-spacing: 0;
}
.table_sharedspace th {
	display: none;
}
.table_pc_display {
	display:none;
}
.table_sp_display {
	display: block;

}.table_sharedspace td{
	display: block;
	max-width: 100%;
	position: relative;
}
.sharedspace_bg1,.sharedspace_bg2 {
	margin-top: 20px;
	margin-bottom: -1px;
	background-color:#fff4de;
}
.table_sharedspace td:last-child {
	margin-top: -1px;
}
.table_sharedspace {
	border: none;
	}
.table_sharedspace td:nth-child(2) {
	text-align: left;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
}
.table_sharedspace td:nth-child(2) img{
	padding-right: 10px;
}
.table_sharedspace td:first-child img,.table_sharedspace td:nth-child(2) img{
	padding-left: 200px;
}
}/*@media screen and (max-width: 980px) */

@media screen and (max-width: 824px) {.table_sharedspace td:first-child img,.table_sharedspace td:nth-child(2) img{padding-left: 152px;}}
@media screen and (max-width: 738px) {.table_sharedspace td:first-child img,.table_sharedspace td:nth-child(2) img{padding-left: 114px;}}
@media screen and (max-width: 652px) {.table_sharedspace td:first-child img,.table_sharedspace td:nth-child(2) img{padding-left: 26px;}}
@media screen and (max-width: 530px) {.table_sharedspace td:first-child img,.table_sharedspace td:nth-child(2) img{padding-left: 10px;}}

@media screen and (max-width: 480px) {
.table_sharedspace td:first-child img,.table_sharedspace td:nth-child(2) img{
	padding-left: 10px;
}
.table_sharedspace {
	max-width: 460px;
}
}/*@media screen and (max-width: 480px) */
/*------------------------------------------------------------------table_toilet*/
.table_toilet {
	width: 100%;/*important*/
	margin: 20px auto;
	border: solid 1px #f19db5;
	text-align: left;
	overflow: hidden;
}
.table_toilet th {
	font-size: 18px;
	font-weight: normal;
	color: #fff;
	padding: 10px;
	background-color: #f19db5;
	text-align: center;
}
.table_toilet td {
	font-size: 16px;
	padding: 10px;
	border: solid 1px #f19db5;
}
.table_toilet th:first-child{
	border-left: solid 1px #f19db5;
}
.table_toilet th:nth-child(2) {
	border-left: solid 1px #fff;
	min-width: 125px;
	text-align: center;
}
.table_toilet th:last-child {
	border-left: solid 1px #fff;
	border-right: solid 1px #f19db5;
}
.table_toilet td:nth-child(2) {
	text-align: center;
}
.table_toilet td:last-child a img {
	padding-top: 10px;
	margin: 0 auto;/*important*/
	display: block;/*important*/
}
.table_toilet td:last-child a:hover img {
	opacity: 0.6;
}
.table_toilet th {
	border-top: solid 1px #f19db5;
	border-bottom: solid 1px #f19db5;
}
.super{
	vertical-align: super;
	font-size: 75%;
	margin-top: 15px;
}
.toilet_bg1 {
	background-color:#fbe5eb;
}
.toilet_bg2 {
	background-color:#fef7fa;
}
.table_pc_display {
	display:block;
	height: 0;/*important*/
}
.table_sp_display {
	display:none;
}
.toilet_more a {
	display: block;
	font-size: 18px;
	color: #f19db5;
	text-align: left;
	text-decoration: none;
	margin: -15px 0;
	font-weight: bold;
}
@media screen and (max-width: 980px) {
.table_toilet {
	border: none;
}
.table_toilet {
	border-collapse: collapse;
	border-spacing: 0;
}
.table_toilet th {
	display: none;
}
.table_pc_display {
	display:none;
}
.table_sp_display {
	display: block;

}.table_toilet td{
	display: block;
	max-width: 100%;
	position: relative;
}
.toilet_bg1,.toilet_bg2 {
	margin-top: 20px;
	margin-bottom: -1px;
	background-color:#fbe5eb;
}
.table_toilet td:last-child {
	margin-top: -1px;
}
.table_toilet {
	border: none;
	}
.table_toilet td:nth-child(2) {
	text-align: left;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
}
.table_toilet td:nth-child(2) img{
	padding-right: 10px;
}
.shitsunai{
	text-align: center;
}
.table_toilet td:first-child img,.table_toilet td:nth-child(2) img{
	padding-left: 200px;
}
}/*@media screen and (max-width: 980px) */

@media screen and (max-width: 824px) {.table_toilet td:first-child img,.table_toilet td:nth-child(2) img{padding-left: 175px;}}
@media screen and (max-width: 738px) {.table_toilet td:first-child img,.table_toilet td:nth-child(2) img{padding-left: 130px;}}
@media screen and (max-width: 652px) {.table_toilet td:first-child img,.table_toilet td:nth-child(2) img{padding-left: 70px;}}
@media screen and (max-width: 530px) {.table_toilet td:first-child img,.table_finger td:nth-child(2) img{padding-left: 10px;}}

@media screen and (max-width: 480px) {
.table_toilet td:first-child img,.table_toilet td:nth-child(2) img{
	padding-left: 10px;
}
.table_toilet {
	max-width: 460px;
}
}/*@media screen and (max-width: 480px) */
/*------------------------------------------------------------------table_bathroom*/
.table_bathroom {
	width: 100%;/*important*/
	margin: 20px auto;
	border: solid 1px #a7c487;
	text-align: left;
	overflow: hidden;
}
.table_bathroom th {
	font-size: 18px;
	font-weight: normal;
	color: #fff;
	padding: 10px;
	background-color: #a7c487;
	text-align: center;
}
.table_bathroom td {
	font-size: 16px;
	padding: 10px;
	border: solid 1px #a7c487;
}
.table_bathroom th:first-child{
	border-left: solid 1px #a7c487;
	width: 400px;
}
.table_bathroom th:nth-child(2) {
	border-left: solid 1px #fff;
	/*min-width: 125px;*/
	text-align: center;
}
.table_bathroom th:last-child {
	border-left: solid 1px #fff;
	border-right: solid 1px #a7c487;
}

.table_bathroom td:last-child a img {
	padding-top: 10px;
	margin: 0 auto;/*important*/
	display: block;/*important*/
}
.table_bathroom td:last-child a:hover img {
	opacity: 0.6;
}
.table_bathroom th {
	border-top: solid 1px #a7c487;
	border-bottom: solid 1px #a7c487;
}
.bathroom_bg1 {
	background-color:#f6f7ec;
}
.table_pc_display {
	display:block;
	height: 0;/*important*/
}
.table_sp_display {
	display:none;
}
.bathroom_more a {
	display: block;
	font-size: 18px;
	color: #a7c487;
	text-align: left;
	text-decoration: none;
	margin: -15px 0;
	font-weight: bold;
}
@media screen and (max-width: 980px) {
.table_bathroom {
	border: none;
}
.table_bathroom {
	border-collapse: collapse;
	border-spacing: 0;
}
.table_bathroom th {
	display: none;
}
.table_pc_display {
	display:none;
}
.table_sp_display {
	display: block;

}.table_bathroom td{
	display: block;
	max-width: 100%;
	position: relative;
}
.bathroom_bg1,.bathroom_bg2 {
	margin-top: 20px;
	margin-bottom: -1px;
}
.table_bathroom td:last-child {
	margin-top: -1px;
}
.table_bathroom {
	border: none;
	}

.table_bathroom td:first-child img {
	padding-left: 200px;
}
}/*@media screen and (max-width: 980px) */

@media screen and (max-width: 980px) {.table_bathroom td:first-child img {padding-left: 152px;}}
@media screen and (max-width: 738px) {.table_bathroom td:first-child img {padding-left: 114px;}}
@media screen and (max-width: 652px) {.table_bathroom td:first-child img {padding-left: 26px;}}
@media screen and (max-width: 530px) {.table_bathroom td:first-child img {padding-left: 10px;}}


@media screen and (max-width: 480px) {
.table_bathroom td:first-child img {
	padding-left: 10px;
}
.table_bathroom {
	max-width: 460px;
}
}/*@media screen and (max-width: 480px) */
/*------------------------------------------------------------------table_laundryroom*/
.table_laundryroom {
	width: 100%;/*important*/
	margin: 20px auto;
	border: solid 1px #87c9b1;
	text-align: left;
	overflow: hidden;
}
.table_laundryroom th {
	font-size: 18px;
	font-weight: normal;
	color: #fff;
	padding: 10px;
	background-color: #87c9b1;
	text-align: center;
}
.table_laundryroom td {
	font-size: 16px;
	padding: 10px;
	border: solid 1px #87c9b1;
}
.table_laundryroom th:first-child{
	border-left: solid 1px #87c9b1;
	width: 400px;
}
.table_laundryroom th:nth-child(2) {
	border-left: solid 1px #fff;
	min-width: 125px;
	text-align: center;
}
.table_laundryroom th:last-child {
	border-left: solid 1px #fff;
	border-right: solid 1px #87c9b1;
}
/*.table_laundryroom td:nth-child(2) {
	text-align: center;
}*/
.table_laundryroom td:last-child a img {
	padding-top: 10px;
	margin: 0 auto;/*important*/
	display: block;/*important*/
}
.table_laundryroom td:last-child a:hover img {
	opacity: 0.6;
}
.table_laundryroom th {
	border-top: solid 1px #87c9b1;
	border-bottom: solid 1px #87c9b1;
}
.super{
	vertical-align: super;
	font-size: 75%;
	margin-top: 15px;
}
.laundryroom_bg1 {
	background-color:#dceee6;
}
.laundryroom_bg2 {
	background-color:#f8fbfa;
}
.table_pc_display {
	display:block;
	height: 0;/*important*/
}
.table_sp_display {
	display:none;
}
.laundryroom_more a {
	display: block;
	font-size: 18px;
	color: #87c9b1;
	text-align: left;
	text-decoration: none;
	margin: -15px 0;
	font-weight: bold;
}
@media screen and (max-width: 980px) {
.table_laundryroom {
	border: none;
}
.table_laundryroom {
	border-collapse: collapse;
	border-spacing: 0;
}
.table_laundryroom th {
	display: none;
}
.table_pc_display {
	display:none;
}
.table_sp_display {
	display: block;

}.table_laundryroom td{
	display: block;
	max-width: 100%;
	position: relative;
}
.laundryroom_bg1,.laundryroom_bg2 {
	margin-top: 20px;
	margin-bottom: -1px;
	background-color:#dceee6;
}
.table_laundryroom td:last-child {
	margin-top: -1px;
}
.table_laundryroom {
	border: none;
}
}

@media screen and (max-width: 980px) {.table_laundryroom td:first-child img,.table_laundryroom td:nth-child(2) img{padding-left: 190px;}}
@media screen and (max-width: 860px) {.table_laundryroom td:first-child img,.table_laundryroom td:nth-child(2) img{padding-left: 140px;}}
@media screen and (max-width: 738px) {.table_laundryroom td:first-child img,.table_laundryroom td:nth-child(2) img{padding-left: 114px;}}
@media screen and (max-width: 652px) {.table_laundryroom td:first-child img,.table_laundryroom td:nth-child(2) img{padding-left: 26px;}}
@media screen and (max-width: 530px) {.table_laundryroom td:first-child img,.table_laundryroom td:nth-child(2) img{padding-left: 10px;}}

@media screen and (max-width: 480px) {
.table_laundryroom td:first-child img,.table_laundryroom td:nth-child(2) img{
	padding-left: 10px;
}
.table_laundryroom {
	max-width: 460px;
}
}/*@media screen and (max-width: 480px) */
/*------------------------------------------------------------------table_kitchen*/
.table_kitchen {
	width: 100%;/*important*/
	margin: 20px auto;
	border: solid 1px #f4a268;
	text-align: left;
	overflow: hidden;
}
.table_kitchen th {
	font-size: 18px;
	font-weight: normal;
	color: #fff;
	padding: 10px;
	background-color: #f4a268;
	text-align: center;
}
.table_kitchen td {
	font-size: 16px;
	padding: 10px;
	border: solid 1px #f4a268;
}
.table_kitchen th:first-child{
	border-left: solid 1px #f4a268;
}
.table_kitchen th:nth-child(2) {
	border-left: solid 1px #fff;
	min-width: 125px;
	text-align: center;
}
.table_kitchen th:last-child {
	border-left: solid 1px #fff;
	border-right: solid 1px #f4a268;
}
.table_kitchen td:nth-child(2) {
	text-align: center;
}
.table_kitchen td:last-child a img {
	padding-top: 10px;
	margin: 0 auto;/*important*/
	display: block;/*important*/
}
.table_kitchen td:last-child a:hover img {
	opacity: 0.6;
}
.table_kitchen th {
	border-top: solid 1px #f4a268;
	border-bottom: solid 1px #f4a268;
}
.kitchen_bg1 {
	background-color:#fdeddb;
}
.kitchen_bg2 {
	background-color:#fff9f3;
}
.table_pc_display {
	display:block;
	height: 0;/*important*/
}
.table_sp_display {
	display:none;
}
.kitchen_more a {
	display: block;
	font-size: 18px;
	color: #f4a268;
	text-align: left;
	text-decoration: none;
	margin: -15px 0;
	font-weight: bold;
}
.kitchen_ethanol{
display: block;
margin-top: 6px;
}
@media screen and (max-width: 980px) {
.table_kitchen {
	border: none;
}
.table_kitchen {
	border-collapse: collapse;
	border-spacing: 0;
}
.table_kitchen th {
	display: none;
}
.table_pc_display {
	display:none;
}
.table_sp_display {
	display: block;

}.table_kitchen td{
	display: block;
	max-width: 100%;
	position: relative;
}
.kitchen_bg1,.kitchen_bg2 {
	margin-top: 20px;
	margin-bottom: -1px;
	background-color:#fdeddb;
}
.table_kitchen td:last-child {
	margin-top: -1px;
}
.table_kitchen {
	border: none;
	}
.table_kitchen td:nth-child(2) {
	text-align: left;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
}
.table_kitchen td:nth-child(2) img{
	padding-right: 10px;
}
.table_kitchen td:first-child img,.table_kitchen td:nth-child(2) img{
	padding-left: 200px;
}
}/*@media screen and (max-width: 980px) */

@media screen and (max-width: 824px) {.table_kitchen td:first-child img,.table_kitchen td:nth-child(2) img{padding-left: 152px;}}
@media screen and (max-width: 738px) {.table_kitchen td:first-child img,.table_kitchen td:nth-child(2) img{padding-left: 114px;}}
@media screen and (max-width: 652px) {.table_kitchen td:first-child img,.table_kitchen td:nth-child(2) img{padding-left: 26px;}}
@media screen and (max-width: 560px) {.table_kitchen td:first-child img,.table_kitchen td:nth-child(2) img{padding-left: 10px;}}

@media screen and (max-width: 480px) {
.table_kitchen td:first-child img,.table_kitchen td:nth-child(2) img{
	padding-left: 10px;
}
.table_kitchen {
	max-width: 460px;
}
}/*@media screen and (max-width: 480px) */


/*------------------------------------------------------------------btn_infection*/
.btn_infection {
	margin: 0 auto;
	filter: drop-shadow(0px 0px 6px rgba(0,0,0,0.6));
}
.btn_infection img {
	width: 100%;
	height: auto;
	margin: 0 auto;
}
@media screen and (max-width: 980px) {
.btn_infection img {
	width: 100%;
}
}
/*------------------------------------------------------------------footer*/
footer {
	margin: 90px 10px 0 10px;
}
.footer_logo {
	margin: 50px auto;
}
.footer_logo a img {
	max-width: 572px;
}
@media screen and (max-width: 480px) {
footer {
	margin: 50px 10px 0 10px;
}
}
/*------------------------------------------------------------------*/
#page-top {
	position: fixed;
	bottom:20px;
	right: 20px;
}
#page-top a {
	color: #fff;
	font-weight:bold;
	font-size:26px;
	background: #1e9698;
	text-decoration: none;
	width: 60px;
	height:60px;
	text-align: center;
	display: block;
	border-radius: 30px;
	line-height:220%;
	opacity: 0.8;
}
#page-top span {
	color: #1e9698;
}