@charset "UTF-8";

.qr{display: none;}



#contents{
	margin-top: 30px;
	position: relative;
	padding-bottom: 80px;
}
.contents_box{
}
.contents_box .inner{
	margin: 30px 10px;
	position: relative;
}
.list{
	margin-bottom: 20px;
}
.list dl{
	display: flex;
	flex-direction:column;
}
.list dt{
	margin: 0;
	padding: 5px;
	border-left: 3px solid #ff88aa;
	background: #ffd7e6;
}
.list dd{
	margin: 0;
	padding: 5px;
}
.feature{
	padding: 10px 0;
	margin-bottom: 20px;
}
.feature dl{
	display: flex;
	flex-direction:row;
	align-items: center;
}
.feature dt{
	margin: 0 5px 0 0 ;
	padding: 5px;
	width: 2em;
	height: 2em;
	text-align: center;
	background:#ff88aa;
	color: #fff;
	border-radius: 1em;
	position: relative;
}
.feature dt i{
	margin: auto;
	color: #fff;
	position: absolute;line-height: 2em;
	left: 0;right: 0;top: 0;bottom: 0;
}
.feature dd{
	margin: 0;
	padding: 0;
	width: calc(100% - 2em);

}
.feature ul{
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0;
}
.feature li{
	list-style: none;
	display: inline-block;
	margin:2px 0;
	background: #fff;
	border-radius: 2em;
	border:1px solid #ff88aa;
	padding:.5rem 1.3rem .5rem 0.8rem;
	font-size: 1.2rem;
}
.feature li i{
	color: #ff88aa;
}
.list dd p{
	margin: 0;
	padding: 0;
}
.article{
    position: relative;
    background: #ffd7e6;
    box-shadow: 0px 0px 0px 5px #ffd7e6;
    border: dashed 2px white;
    padding: 0.2em 0.5em;
    color: #454545;
	margin: 10px 5px;
}
.article:after{
    position: absolute;
    content: '';
    right: -7px;
    top: -7px;
    border-width: 0 30px 30px 0;
    border-style: solid;
    border-color: #ff88aa #fff #ff88aa;
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);
}
.article p {
    margin: 0; 
    padding: 10px;
}
.contact_btn{
	-webkit-transition: all .5s;
	transition: all .5s;
	height: 5rem;
	position: fixed;	left: 0;right: 0;	bottom: 10px;
	opacity: 0;
}
.contact_btn.absolute{
	position: absolute;
	opacity: 1;
}

.contact_btn.fixed{
	position: fixed;
	opacity: 1;
}

.contact_btn a.btn{
	display: block;
	margin: auto;
	width: 90%;
	padding: 1rem;
	border-bottom: 5px solid #9f000c;
	color: #fff;
	background: #dc0011;	
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.5;
	position: absolute;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	letter-spacing: 0.1em;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 3em;
}

.contact_btn a:hover {
  margin-top: 3px;
  border-bottom: 2px solid #9f000c;
}

#googlemap{
	width: 100%;
	height: 250px;
	
}
.access{
}
.access .address{
	
}
.access .address img{
	display: block;
	width: 100%;
}


@media (min-width: 768px) {
	.contents_box{}
	.contents_box .inner{
		width: 1050px;
		max-width: 100%;
		margin: auto;
	}
	.list{
		margin:0 10px 20px;
	}
	.list dl{
		display: flex;
		flex-direction:row;
		border: 1px solid #ccc;
		border-left: 3px solid #ff88aa;
		margin: 0;
	}
	.list dl+dl{
		border-top: 0 solid #ccc;
	}
	.list dt{
		width: 12em;
		padding: 10px;
	}
	.list dd{
		width:calc(100% - 12em);
		padding: 10px;
	}
.feature{
	padding: 10px;
	margin-bottom: 20px;
}
.article{
	margin: 20px 15px;
}
	.access{
		display: flex;
		margin:0 5px
	}
	.access .map{
		flex:  1 0 auto;
	}
	.access .address{
		flex: 0 1 320px;
		padding-left: 20px;
	}

	#googlemap{
		width: 100%;
		height: 390px;

	}
	.contact_btn a.btn{
		width: 15em;
	}
}

@media (min-width: 850px) {



}



