@charset "utf-8";

#dayservice {
	max-width: 1600px;
	margin: 0 auto;
}
#dayservice h2 {
	position: relative;
	display: inline-block;
	margin: 1rem 0 1rem -10px;
	padding: 1rem 3rem;
	color: #fff;
	border-radius: 0 100vh 100vh 0;
	background: #0075a9;
	-webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
	box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
}
#dayservice h2:before {
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 0;
	height: 0;
	content: '';
	border-top: 10px solid #005276;
	border-left: 10px solid transparent;
}
#dayservice h3 {
	display: inline;
	font-size: 1.5rem;
	padding: 1rem;
	position: absolute;
	top: -1.65rem;
	left: 2rem;
	background-color: #FCF3EB;
}
.contents {
	margin-bottom: 5rem;
}
.category {
	padding-top: 3rem;
	padding-left: 1rem;
	padding-right: 1rem;
	padding-bottom: 1rem;
	margin-top: 2rem;
	border-radius: 5px;
	position: relative
}
.category p {
	padding: 1rem;
}
.category img {
	width: 100%;
}
.gaikan {
    border: 1px solid #000000;
}
.gaikan .group1 {
    width: 33.3%;
    float: left;
	padding: 1rem;
}
.floor {
	border: 1px solid #000000;
}
.floor .group1 {
	width: 33.3%;
	float:left;
	padding: 1rem;
}
.yokushitsu {
	border: 1px solid #000000;
}
.yokushitsu .furo {
	width: 60%;
	padding: 1rem;
	float: left;
}
.yokushitsu .datsui {
	width: 40%;
	float: left;
	padding: 1rem;
}
.furo .group1 {
	width: 33.3%;
	float: left;
	padding: 0.5rem;
}
.datsui .group1 {
	width: 50%;
	float: left;
	padding: 0.5rem;
}
.kitchen {
	border: 1px solid #000000
}
.kitchen .group1 {
	width: 25%;
	float: left;
	padding: 0.5rem;
}
.kitchen .group2 {
	width: 100%;
	float: left;
}
.toire {
	border: 1px solid #000000;
}
.toire .group1 {
	width: 25%;
	float: left;
	padding: 1rem;
}
.toire .group2 {
	width: 25%;
	float: left;
}
.nagare .wide {
	width: 80%;
	margin: 0 auto;
}
.nagare .wide td {
	width: 7.6%;
	text-align: center;
}
.nagare .wide a {
	width: 100%;
	display: block;
	float: left;
	margin-bottom: 1.5rem;
}
.nagare .wide .bar{
	display: inline;
	width: 1rem;
	height: 10rem;
	padding: 1rem;
	border-radius: 15px;
	writing-mode: vertical-rl;
	text-align: center;
	background-color: #A3C895;
	color: #FFFFFF;
}
.nagare .wide .fa {
	font-size: 2rem;
	color: #A3C895;
}
.nagare .narrow{
	width: 80%;
	margin: 0 auto;
	text-align: center;
}
.nagare .narrow td {
	padding: 1rem;
}
.nagare .narrow a {
	margin-bottom: 1rem;
}
.nagare .narrow .bar{
	padding: 0.5rem;
	color: #FFFFFF;
	background-color: #A3C895;
	border-radius: 15px;
}
.nagare .narrow .fa {
	font-size: 2rem;
	color: #A3C895;
}
.googlemap {
	width: 90%;
	margin: 0 auto;
	border: 1px solid #000000;
	margin-bottom: 2rem;
}
.googlemap iframe {
    width: 100%;
	height: 50vh;
}
.access .address {
	width: 50%;
	margin: 0 auto;
}
.access h4 {
	font-size: 1.5rem;
}
.access p {
	line-height: 1.5rem;
	padding-left: 1rem;
}
.access .line {
	border-bottom: 1px solid #000000;
	margin-top: 1rem;
	margin-bottom: 1rem;
}
/* ▼▽▼▽▼▽▼　メディアクエリ ▼▽▼▽▼▽▼*/

@media (min-width:360px) and (max-width:749px){

}
@media (min-width:750px) and (max-width:1023px){

}
@media (min-width:1024px) and (max-width:1599px){

}
@media (min-width:1600px){

}
@media (max-width:1600px){

}
@media (max-width:1023px) /*1023ｐｘ以下で適用*/
{
	.gaikan .group1,.floor .group1,.yokushitsu .furo,.yokushitsu .datsui,.kitchen .group1,.furo .group1,.datsui .group1,.toire .group1,.toire .group2 {
		width: 100%;
		float: none;
		padding: 0px;
	}
	.wide {
		display: none;
	}
	.floor img {
		width: 100%;
	}
	.category {
		padding: 2rem;
	}
	.access .address {
		width: 90%;
	}
	.narrow .right {
		display: none;
	}

}
@media (min-width:1023px) /*1023ｐｘ以上で適用*/
{
	.narrow {
		display: none;
	}
	.narrow .down {
		display: none;
	}
}
