html{
	background-color: #fff;
}

body {
	min-width: 1300px;
	background: url("../images/form/bg-01.svg") repeat-y;
	background-position: top left;
	background-size: 150px 2671px;
}

header{
	background-color: #fff;
	width: 100%;
	height: 200px;
}
header .tell .icon{
	width: 30px;
	height: auto;
}

.content {
	background: url("../images/form/bg02.svg") repeat-y;
	background-position: top right;
	background-size: 150px 2671px;
}

.wrapper {
	width: 960px;
	height: auto;
	margin: auto;
	padding: 30px 0px 20px;
	height: auto;
/*	background-color: rgba(255,255,255,.5);*/
	position: relative;
}

.logo{
	display: block;
	width: 90%;
	height: auto;
	margin: 0 auto 20px;
}

.day{
	display: block;
	width: 830px;
	height: auto;
	margin: 0 auto 20px;
}

p.catch{
	display: block;
	width: 830px;
	height: auto;
	margin: 0 auto 50px;
	font-size: 20px;
	color: #3b2314;
	font-weight: bold;
}

h1{
	font-size: 45px;
	font-weight: bold;
	border-bottom: 5px dashed #96806f;
	color: #ea5514;
	display: block;
	width: 500px;
	height: auto;
	margin: 0 auto 15px;
	padding: 0 0 10px 0;
	text-align: center;
}

section{
	width: 960px;
	height: auto;
	margin: 0 auto 100px;
	clear: both;
}

.sec_h2{
	width: 100%;
	margin: 0 auto 50px;
	float: left;
}
.icon{
	float: left;
	width: 150px;
}
.text{
	width: 520px;
	float: left;
	margin: 0 20px 0 20px;
}
.image{
	width: 230px;
	float: left;
}
.image img{
	width: 100%;
	height: auto;
	overflow: inherit;
}
.sec_h2:nth-of-type(1) .text{
	width: 520px;
	margin: 0px 10px 0px 10px
}
.sec_h2:nth-of-type(1) .image{
	width: 270px;
}
.sec_h2:nth-of-type(2) .text{
	margin: 0 0 0 10px;
}
.sec_h2:nth-of-type(2) .image{
	margin-right: 0px;
}
.sec_h2:nth-of-type(3) .text{
	width: 460px;
	margin-right: 0px;
}
.sec_h2:nth-of-type(3) .image{
	width: 220px;
}


.form .sec_h2{
	float: none;
	margin: auto;
}

h2{
	font-size: 30px;
	color: #40220f;
	font-weight: bold;
	margin-bottom: 10px;
}
span.orange{
	font-size: 40px;
	color: #ea5514;
	font-weight: bold;
}

.experience{
	margin: 15px 0 0;
}
.experience p{
	margin-left: 25px;
	position: relative;
}
.experience p:before{
	content: "";
	display: block;
	position: absolute;
	background-image: url(../images/form/flower.svg);
	width: 20px;
	height: 20px;
	left: -25px;
	top:5px;
}

h3{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}
span.pink{
	font-size: 30px;
	color: #ec6d81;
}

p{
	color: #40220f;
	font-size: 20px;
}


.shopInfo{
	width: 450px;
	height: 283px;
	float: left;
	margin: 0 15px 20px;
	padding: 10px 15px;
	border: 3px solid #ea5514;
	border-radius: 8px;
	background-color: #fff;
	position: relative;
}
.store{
	display: table;
	margin: auto;
	font-size: 22px;
	font-weight: bold;
/*	border-bottom: 3px solid #96806f;*/
	text-align: center;
	position: relative;
}
.store:before{
	content: "";
	display: block;
	background-image: url("../images/form/flower.svg");
	position: absolute;
	width: 27px;
	height: 27px;
	right: -1.5em;
	top: 3px;
}
.store:after{
	content: "";
	display: block;
	background-image: url("../images/form/flower.svg");
	position: absolute;
	width: 27px;
	height: 27px;
	left: -1.5em;
	top: 3px;
}
.info{
	font-size: 16px;
	margin: 10px 10px;
}
.price{
	width: 415px;
	height: 123px;
	border: 3px solid #96806f;
	border-radius: 8px;
	padding: 10px 20px 15px;
	position: absolute;
	bottom: 10px;
}
.price .index{
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 5px;
}
.price ul li{
	margin-bottom: 5px;
}
p.right{
	float: right;
}


.form{
	margin: auto;
/*	overflow: hidden;*/
}
.form p{
	text-align: center;
}
.form .frame{
	width: 698px;
	margin: 20px auto 0;
}

.form .freebirdHeaderMast{
	background-color: #fff;
}

.address h1{
	margin-bottom: 50px;
}
.map{
	width: 50%;
	float: left;
}
.address .text{
	width: 450px;
	float: left;
	display: block;
	margin: auto;
	margin: 10px 0 50px 30px;
}
.address .text p{
	margin-bottom: 10px;
}
.address .text p.title{
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 0px;
}
.address .text p.small{
	font-size: 15px;
	margin-top: -10px;
}

footer{
	width: 100%;
	background-color: #654d42;
	padding: 40px 0 30px;
}
footer p{
	font-size: 14px;
	text-align: center;
	color: #fbb03f;
	bottom: 0;
}

.pc {
	display: block;
}

.phone {
	display: none;
}

@media screen and (max-width:599px) {
	/*画面サイズが599px以下*/
	.pc {
		display: none;
	}
	.phone {
		display: block;
	}
	img{
		width: 100%;
		height: auto;
	}
	body{
		min-width: 0;
		background: none;
	}
	.content{
		background: none;
	}
	.wrapper{
		width: 90%;
		padding-top: 10px;
	}
	.day{
		width: 100%;
		height: auto;
	}
	section{
		width: 100%;
	}
	h1{
		font-size: 1.5em;
		width: 100%;
		border-bottom: 3px dashed #96806f;
	}
	p{
		font-size: 1em;
	}
	.form .frame {
		position: relative;
		width: 100%;
		padding: 75% 0 300% 0;
	}
	.form .frame iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
}

@media screen and (max-width:330px) {
	.wrapper{
		width: 97%;
		height: auto;
		margin: auto;
	}
	.form .frame {
		position: relative;
		width: 315px;
		margin: 0;
		padding: 75% 0 300% 0;
	}
}