/* reset */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
	margin: 0;
	padding: 0;
	outline: 0;
	border: 0;
	vertical-align: baseline;
}
#pcan {
    background-color: #c4a273;
    text-align: center;
    margin-bottom: 2px;
    font-weight: bolder;
    border-radius: 5px 5px 0 0;
    color: #FFFFFF;
}
body {
    color: #000000;
    line-height: 2;
    font-size: 16px;
    -webkit-text-size-adjust: 100%;
    background-color: #fff;
	padding-bottom: 40%;
}
article, aside, dialog, figure, footer, header, hgroup, nav, section {
	display: block;
}
iframe {
	width: 100%;
	height: 800px;
}
ul, ol {
	list-style: none;
}
a {
    margin: 0;
    padding: 0;
    color: #000000;
    font-size: 100%;
    text-decoration: none;
    vertical-align: baseline;
    border: 0;
    background: transparent;
}
img {
	max-width: 100%;
	height: auto;
}
.head{
	padding-top: 10px;
}
.yoyaku{
	padding: 0 4% 8%;
}
.yoyakuko{
	position: fixed;
	bottom: -1%;
	padding: 0 1%;
}
.youtu{
	text-align: center;
	padding: 4%;
}
video{
	border-radius: 10px;
	width: 100%;
	height: auto;
}
.youtu2{
	background-color: #fffaef;
	padding: 4% 4% 10%;
	margin-top: -10px;
	text-align: center;
}
.box{
	margin-top: -10px;
}


/*==================================

　■PC用CSS

 *==================================*/
@media all and (min-width:640px) {
body {
	padding-bottom: 18%;
}
	.wrap{
		max-width: 800px;
		margin: auto;
	}
.yoyakuko{
	text-align: left;
}
.yoyakuko img{
		max-width: 800px;
	width: 96%;
}
}

/*==================================

　■スマートフォン用CSS

 *==================================*/
@media all and (max-width:640px) {
.yoyakuko img{
		max-width: 800px;
	width: 100%;
}
}
