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

/*全体の統一規則*/
p,small{
	line-height: 1.8;
}
body{
	background-color: #f9f2d1;
    background-image: linear-gradient(0deg, #f9f2d1 0%, #fff8e6 100%);
}
*	{
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", "sans-serif";
}

/*個別のデザイン指定*/
.wrapper{
	width: 80%;
	margin:  auto;
	text-align: center;
	
}
h1{
	display: block;
	text-align: center;
	margin: 50px auto;
}
.logo{
	width: 100%;
	max-width: 400px;
	min-width: 200px;
}
.text1{
	max-width: 800px;
	margin: 0 auto 50px auto;
	text-align: center;
	color: #132B59;
}
.shop{
	max-width: 800px;
	margin: 0 auto 50px auto;
	text-align: center;
}
h2{
	font-weight: 600;
	font-size: 20px;
	margin-bottom: 20px;
	color: #132B59;
}
.cta a{
	background-color: #132B59;
	color: #FFFFFF;
	border-radius: 5px;
	position: relative;
	display: flex;
	justify-content: space-around;
	text-align: center;
	margin: 0 auto;
	font-weight: 600;
	font-size: 16px;
	padding: 10px 25px;
	width: 30%;
	min-width:  230px;
	box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.4);
	line-height: 1.5;
}
.cta a:after{
    content: "";
	width: 10px;
	height: 10px;
	border-top: 3px solid #FFFFFF;
	border-right: 3px solid #FFFFFF;
	position: absolute;
	transform: rotate(45deg) translateY(-60%);
	top: 50%;
	right: 20px;
	border-radius: 1px;
}
.bg_town{
	width: 90vh;
	width: 100%;
	max-width: 800px;
	transform: translateY(5px);
}
footer{
	text-align: center;
	background-color: #F0A11D;
	color: #FFFFFF;
	padding: 50px 0 100px;
}
.text2{
	padding: 20px auto 50px auto;
	margin: 0 auto;
}
.text2,small{
	width: 80%;
}