/*-------------------- main -----------------------------*/

body {
	margin: 0px;
	padding: 0px;
	font-size: 18px;
	background: url(./img/background-pink.jpg) #FFF;
	font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

header {
	margin:0;
	padding:8px;
	background-color: darkred;
	color: #FFFFFF;
	text-align: center;
}

header h1 {
	font-size: 18px;
	padding:0;
	margin:0;
}

span {
	display: inline-block;
}

#wrap {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	border-top: 1px none #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px none #CCCCCC;
	border-left: 1px solid #CCCCCC;
	background: #FFFFFF;
}

#wrap-02 {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

#header_logo {
	text-align:center;
	padding-top:20px;
}

#header_logo img{
	width:380px;
}

.titleimg {
	width:100%;
	margin-top:20px;
	margin-bottom:20px;
}

.present {
	text-align:center;
	display:flex;
}

.present img {
	width:480px;
	margin-left:12px;
	margin-right:12px;
}

.present .special{
	width:700px;
}
.present .special2{
	width:500px;
}

.oubo {
	background-color:bisque;
	border:darkred 2px dotted;
	padding:10px 30px 10px 30px;
	color:darkred;
	border-radius: 20px;
}

@media screen and (max-width: 540px) {
	header h1 {
		font-size:14px;
	}
	#header_logo {
		padding-top:0px;
	}
	#header_logo img{
		width:250px;
	}
	#wrap {
		width: auto;
		margin-right: auto;
		margin-left: auto;
		border-top: 1px none #CCCCCC;
		border-right: 1px solid #CCCCCC;
		border-bottom: 1px none #CCCCCC;
		border-left: 1px solid #CCCCCC;
		background: #FFFFFF;
	}
	#wrap-02 {
		width: auto;
		padding:20px;
		margin-right: auto;
		margin-left: auto;
	}
	.present {
		text-align:center;
		display:block;
	}
	.present img {
		width:300px;
	}
	.present .special{
		width:300px;
	}
	.present .special2{
		width:210px;
	}
}

@media (min-width: 541px) and (max-width: 1199px) {
	header h1 {
		font-size:14px;
	}
	#header_logo {
		padding-top:0px;
	}
	#header_logo img{
		width:250px;
	}
	#wrap {
		width: auto;
		margin-right: auto;
		margin-left: auto;
		border-top: 1px none #CCCCCC;
		border-right: 1px solid #CCCCCC;
		border-bottom: 1px none #CCCCCC;
		border-left: 1px solid #CCCCCC;
		background: #FFFFFF;
	}
	#wrap-02 {
		width: auto;
		padding:20px;
		margin-right: auto;
		margin-left: auto;
	}
	.present {
		text-align:center;
		display:block;
	}
	.present img {
		width:480px;
	}
	.present .special{
		width:480px;
	}
	.present .special2{
		width:350px;
	}
}
#top_link {
	margin-top: 36px;
}
#top_link a {
	display: block;
	border: 1px solid #2c96ff;
	border-radius: 3em;
	width: 90%;
	max-width: 320px;
	margin: 0 auto;
	padding: 8px 20px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	background-color: #00A5E3;
}
