﻿html,body{
	margin:0;
	padding:0;
}
html{
	font-size:62.5%;
}

body{
	font-size:1.4rem;
	font-family:メイリオ;
	line-height:28px;
}
a{
	text-decoration:none;
	color:#432e13;
}

#wrapper{
	width:100%;
}

.title{
	max-width:100%;
	height:317px;
	text-align:center;
	background:#DFF5EA;
}

.menu{
	width:435px;
	margin:20px auto;
}

.box{
	width:680px;
	margin:70px auto;
	font-size:1.4rem;
}

li{
	list-style-type:none;
}

span{
	color:#ff69b4;
}

.center{
	text-align:center;
}

/* スマートフォンだけ以下を適用 */
@media only screen and (max-device-width : 893px) {
img { 
 	width:100%;
}

.title{
	max-width:100%;
	height:auto;
	text-align:center;
	background:#DFF5EA;
}

.menu{
	width:270px;
	margin:10 auto;
	padding:8px;
}

.box{
	margin:70px auto;
	padding:20px;
	font-size:1.6rem;
}

  }