@charset "utf-8";

body {
	line-height:1.5;
	background-color:#f5faf9;
	min-height:100vh;
	text-rendering:optimizeSpeed;
}
/* セクション幅 */
section { 
  color: #323232;
    font-family: "Noto Sans JP", sans-serif;
    margin: 0 auto;
    max-width: 750px;
    max-width: 46.875rem;
    overflow: hidden;
    position: relative;
    width: 100%;
}
img {
	display: block;
	max-width: 100%;
	width: 100%;
}
/* btn */
.btn-wrap {
	left: 0;
	position: absolute;
	right: 0;
	top: 31%;
}
.line_btn {
	margin: 2rem auto 0 auto;
	width: 82%;
}
.web_btn {
	margin: .3rem auto 74px auto;
	width: 82%;
}
/* map */
.map {
	text-align: center;
	background-color: #dff2f2;
	padding: 2rem 0;
}

