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

.main [id^='block']{
	width:100%;
	background-size: inherit;
	background-repeat: no-repeat;
	background-position: center top;
}

.main [id^='block'] .contents_wrap{
	width:1000px;
	margin:0 auto;
	position:relative;
}

.main #block13{
	background-image:url(../img/index/block13_bg.jpg);
	height: 746px;
}

#block13 .title{
	width: 800px;
	height: 49px;
	margin: 0 auto;
	margin-bottom: 20px;
	padding-top: 81px;
	position:relative;
}

#block13 .kiras{
	position:absolute;
	width: 1000px;
	top: 0;
}

#block13 .kiras img{
	position:absolute;
	-webkit-transform:scale(0.001);
	transform:scale(0.001);
}

#block13 .kiras img:nth-child(1){
	left: -176px;
	top: 510px;
	-webkit-animation:kira 1s ease-in-out infinite;
	animation:kira 1s ease-in-out infinite;
}

#block13 .kiras img:nth-child(2){
	left: -82px;
	top: 617px;
	-webkit-animation:kira 1s ease-in-out infinite 0.75s;
	animation:kira 1s ease-in-out infinite 0.75s;
}

#block13 .kiras img:nth-child(3){
	right: -85px;
	top: 238px;
	-webkit-animation:kira 1s ease-in-out infinite 0.75s;
	animation:kira 1s ease-in-out infinite 0.75s;
}

#block13 .kiras img:nth-child(4){
	right: -168px;
	top: 403px;
	-webkit-animation:kira 1s ease-in-out infinite 0.2s;
	animation:kira 1s ease-in-out infinite 0.2s;
}

@-webkit-keyframes kira{
	0%{-webkit-transform:scale(0.001);}
 50%{-webkit-transform:scale(1);}
100%{-webkit-transform:scale(0.001);}
}

@keyframes kira{
	0%{transform:scale(0.001);}
 50%{transform:scale(1);}
100%{transform:scale(0.001);}
}

#block13 .heart1{
	width: 41px;
	height: 43px;
	position:absolute;
	left: -57px;
	/*top: -78px;*/
	-webkit-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transform: scale(0.001);
	transform: scale(0.001);
}

#block13 .heart2{
	width: 91px;
	height: 85px;
	position:absolute;
	right: -102px;
	/*top: -93px;*/
	-webkit-transform-origin:left bottom;
	transform-origin:left bottom;
	-webkit-transform: scale(0.001);
	transform: scale(0.001);
}

#block13 .heart1 img{
	-webkit-transform-origin:right bottom;
	transform-origin:right bottom;
}

#block13 .heart2 img{
	-webkit-transform-origin:left bottom;
	transform-origin:left bottom;
}

#block13.show .heart1,
#block13.show .heart2{
	-webkit-animation:fuki 0.5s ease-out forwards 1s;
	animation:fuki 0.5s ease-out forwards 1s;
}

#block13.show .heart1 img{
	-webkit-animation:heart1 0.5s ease-out forwards 1s;
	animation:heart1 0.5s ease-out forwards 1s;
}

#block13.show .heart2 img{
	-webkit-animation:heart2 0.5s ease-out forwards 1s;
	animation:heart2 0.5s ease-out forwards 1s;
}

@-webkit-keyframes heart1{
	0%{-webkit-transform:rotate(0deg);}
 33%{-webkit-transform:rotate(-20deg);}
 66%{-webkit-transform:rotate(13deg);}
100%{-webkit-transform:rotate(0deg);}
}

@keyframes heart1{
	0%{transform:rotate(0deg);}
 33%{transform:rotate(-20deg);}
 66%{transform:rotate(13deg);}
100%{transform:rotate(0deg);}
}

@-webkit-keyframes heart2{
	0%{-webkit-transform:rotate(0deg);}
 33%{-webkit-transform:rotate(20deg);}
 66%{-webkit-transform:rotate(-13deg);}
100%{-webkit-transform:rotate(0deg);}
}

@keyframes heart2{
	0%{transform:rotate(0deg);}
 33%{transform:rotate(20deg);}
 66%{transform:rotate(-13deg);}
100%{transform:rotate(0deg);}
}

@-webkit-keyframes fuki{
	0%{-webkit-transform:scale(0.001);}
 33%{-webkit-transform:scale(1.1);}
 66%{-webkit-transform:scale(0.98);}
100%{-webkit-transform:scale(1);}
}

@keyframes fuki{
	0%{transform:scale(0.001);}
 33%{transform:scale(1.1);}
 66%{transform:scale(0.98);}
100%{transform:scale(1);}
}

#block13 .text{
	width: 200px;
	height: 65px;
	margin: 0 auto;
	padding-top: 60px;
	margin-bottom: 50px;
}

#block13 .bar{
	width: 800px;
	height: 5px;
	margin: 0 auto;
	margin-bottom: 58px;
	-webkit-transform-origin: left top;
	transform-origin: left top;
	-webkit-transition:transform 0.5s ease-out 0.5s;
	transition:transform 0.5s ease-out 0.5s;
	-webkit-transform: scaleX(0.001);
	transform: scaleX(0.001);
}

#block13.show .bar{
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

#block13 .pic{
	width: 1000px;
	height: 474px;
	margin: 0 auto;
	margin-bottom: 58px;
}

#block13 .flower{
	width:1270px;
	height:563px;
	position:absolute;
	left: -91px;
	top: 169px;
}


.main #block14{
	padding-bottom: 59px;
}

#block14 .title{
	padding-top:80px;
	width:1000px;
	height:149px;
	margin:0 auto;
}

#block14 .btn_area{
	width:1000px;
	margin:0 auto;
	margin-top: 29px;
}


#block14 .btn{
	width:482px;
	height:90px;
	box-sizing:border-box;
	background-image:url(../img/contact/block15_btn.png);
	background-repeat:no-repeat;
	background-size:100%;
	font-size:18px;
	text-align:center;
	position:relative;
	-webkit-box-shadow:0px 3px 8px 0px rgba(0,0,0,0.2);
	box-shadow:0px 3px 8px 0px rgba(0,0,0,0.2);
	margin:0 auto;
}

#block14 .btn-line{
	background-image:url(../img/contact/block15_btn-line.png);
}

	

#block14 .btn a,
#block14 .btn a:link,
#block14 .btn a:visited{
	color:#fff;
	text-decoration:none;
	line-height:90px;
	display:block;
}

#block14 .btn img.icon{
	position:absolute;
	width:54px;
	height:54px;
	left:20px;top:18px;
}

#block14 .btn img.btn_text{
	margin-top: 29px;
}

#block14 .btn img.btn_text-l{
	margin-top: 11px;
}

#block14 ul{
	width:290px;
	margin:0 auto;
	margin-top: 70px;
}

#block14 li{
	width:49px;
	float:left;
	margin-right:30px;
}

#block14 li:last-child{
	margin-right:0px;
}

#block14 p{
	font-size:18px;
	color:#000;
	line-height:2.22;
	text-align:center;
	letter-spacing: 0.05em;
	margin-top: 53px;
}

#block14 p span{
	color:#f9576c;
	font-weight:bold;
}

#block14 .btn_section{
	margin-top: 76px;
}

#block14 .left_text{
	text-align:center;
	font-size:16px;
	line-height:1.87;
	color:#000;
}

#block14 .right_text{
	width:482px;
	float:right;
	text-align:center;
	font-size:16px;
	line-height:1.87;
	color:#000;
}

.main #block15{
	background-image:url(../img/contact/block15_bg.jpg);
	background-color:#f5ede9;
	padding-bottom:80px;
}

#block15 .title{
	padding-top:89px;
	width:1000px;
	height:32px;
	margin:0 auto;
}

#block15 p{
	line-height: 1.87;
	font-size: 16px;
	text-align: center;
	color: #454950;
	margin-top: 63px;
	margin-bottom: 75px;
}

#block15 .text{
	width:435px;
	height:78px;
	margin:0 auto;
	margin-bottom: 29px;
}

#block15 .flower{
	width:892px;
	height:365px;
	position:absolute;
	left: 123px;
	top: -85px;
}

#block15 .pic{
	width:249px;
	height:345px;
	position:absolute;
	left: -118px;
	top: -128px;
}

#block15 .kiras{
	position:absolute;
	width: 1000px;
	top: 0;
}

#block15 .kiras img{
	position:absolute;
	-webkit-transform:scale(0.001);
	transform:scale(0.001);
}

#block15 .kiras img:nth-child(1){
	left: -82px;
	top: 162px;
	-webkit-animation:kira 1s ease-in-out infinite;
	animation:kira 1s ease-in-out infinite;
}

#block15 .kiras img:nth-child(2){
	right: -10px;
	top: 62px;
	-webkit-animation:kira 1s ease-in-out infinite 0.75s;
	animation:kira 1s ease-in-out infinite 0.75s;
}

#block15 .kiras img:nth-child(3){
	right: -132px;
	top: 47px;
	-webkit-animation:kira 1s ease-in-out infinite 0.5s;
	animation:kira 1s ease-in-out infinite 0.5s;
}

#block15 .contact-cont{
	position:relative;
}

#block15 dl{
	margin-bottom: 30px;
}

#block15 dl:nth-child(5){
	margin-bottom:60px;
}

#block15 dt{
	width: 180px;
	text-align: left;
	line-height: 1.87;
	font-size: 16px;
	font-weight: normal;
	float:left;
	margin-top: 14px;
}

#block15 dl:nth-child(5) dt{
	margin-top: 0;
}

#block15 dd{
	width:610px;
	float:right;
}

#block15 span.required{
	background-color: #f9576c;
	color: #fff;
	width: auto;
	display: inline-block;
	line-height: 1.8;
	font-size: 15px;
	text-align: center;
	border-radius: 5px;
	padding: 0 10px;
	margin-left: 15px;
}

#block15 dl:nth-child(5) span.required{
	margin-left:0;
}

#block15 form{
	width:800px;
	margin:0 auto;
	
}

#block15 input{
	border:1px solid #ba8828;
	box-sizing: border-box;
	background-color:#fff;
	font-size: 16px;
	padding: 0 20px;
	width: 100%;
	height: 60px;
	color: #4c3832;
	border-radius: 0;
}

#block15 select{
	width: 100%;
	height: 60px;
	border-radius: 0;
	border-color: transparent;
	background-color: #fff;
	margin-right: 14px;
	font-size: 16px;
	border:1px solid #ba8828;
	-webkit-appearance: button;
	-moz-appearance: button;
	-ms-appearance: none;
	appearance: button;
	background-image: url(../img/contact/block15_arrow.png);
	background-repeat: no-repeat;
	background-size: 60px 60px;
	background-position: right center;
	/* text-indent: 20px;*/
	padding-left: 20px;
	color: #454950;
}

#block15 select.season{
	margin-bottom:0;
}

#block15 textarea {
	box-sizing: border-box;
	background-color: #fff;
	font-size: 16px;
	border:1px solid #ba8828;
	padding: 15px 20px;
	width: 100%;
	height: 290px;
	color: #4c3832;
	border-radius: 0;
	resize: none;
	line-height:2.37;
	margin-bottom: 45px;
}

#block15 :placeholder-shown,
#block15 ::-webkit-input-placeholder{
	color:#ba8828;
}

#block15 .transmission{
	position:relative;
	width: 482px;
	margin:0 auto;
}

#block15 .transmission img.icon {
	position: absolute;
	width: 54px;
	height: 54px;
	left: 20px;
	top: 18px;
}

#block15 input[type="button"]{
	width: 482px;
	height: 90px;
	box-sizing: border-box;
	background-image:url(../img/contact/block15_btn.png);
	background-repeat:no-repeat;
	background-size:100%;
	font-size: 22px;
	text-align: center;
	position: relative;
	-webkit-box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.2);
	color: #fff;
	text-decoration: none;
	line-height: 90px;
	display: block;
	margin: 0 auto;
	cursor:pointer;
	border:none;
	background-color:transparent;
}

@media screen and (min-width: 751px){
	
	
	#block15 .transmission{
		-webkit-transition: transform 0.2s ease-out,opacity 0.3s ease-out;
		transition: transform 0.2s ease-out,opacity 0.3s ease-out;
	}
	
	#block15 .transmission:hover {
		-webkit-transform: scale(1.08);
		transform: scale(1.08);
	}
}


@media screen and (max-width: 750px) {
	
	.main [id^='block'] .contents_wrap{
		width:100%;
		box-sizing: border-box;
		padding: 0 8%;
	}
	
	.main #block13{
		height: 99.4vw;
		background-image: url(../img/index/sp_block13_bg.jpg);
		background-size: 100%;
	}
	
	#block13 .title{
		width: 84.7%;
		height: auto;
		padding-top: 13vw;
		margin-bottom: 11vw;
	}
	
	#block13 .heart1{
		width: 11.41%;
		height: auto;
		left: -12%;
		top: 6vw;
	}
	
	#block13 .heart2{
		width: 22.5%;
		height: auto;
		right: -18%;
		top: 11vw;
	}
	
	#block13 .bar1{
		width: 40.39%;
		height: auto;
		position: absolute;
		top: 36.5vw;
		left: 32%;
		-webkit-transform-origin: left top;
		transform-origin: left top;
		-webkit-transition: transform 0.5s ease-out 0.5s;
		transition: transform 0.5s ease-out 0.5s;
		-webkit-transform: scaleX(0.001);
		transform: scaleX(0.001);
	}
	
	#block13 .bar2{
		width: 62.39%;
		height: auto;
		position: absolute;
		top: 22.5vw;
		left: 18%;
		-webkit-transform-origin: left top;
		transform-origin: left top;
		-webkit-transition: transform 0.5s ease-out 0.5s;
		transition: transform 0.5s ease-out 0.5s;
		-webkit-transform: scaleX(0.001);
		transform: scaleX(0.001);
	}
	
	#block13.show .bar1,
	#block13.show .bar2{
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
	
	#block13 .flower2{
		width: 32.8%;
		height: auto;
		right: -7%;
		top: 60vw;
		position: absolute;
	}
	
	#block13 .flower3{
		width: 39.73%;
		height: auto;
		left: -12%;
		top: 38vw;
		position:absolute;
	}
	
	#block13 .kiras{
		width:100%;
	}
	
	#block13 .kiras img:nth-child(1){
		width: 17%;
		left: -8%;
		top: 76vw;
	}
	
	#block13 .kiras img:nth-child(2){
		width: 31%;
		left: -19%;
		top: 76vw;
	}
	
	#block13 .kiras img:nth-child(3){
		width: 23%;
		right: 0%;
		top: 41vw;
	}
	
	#block13 .kiras img:nth-child(4){
		width: 32%;
		right: 1%;
		top: 75vw;
	}
	
	.main #block14{
		padding-bottom: 13vw;
	}
	
	.main #block14 .contents_wrap{
		overflow:visible;
	}
	
	#block14 .title{
		width: 86.34%;
		height: auto;
		padding-top: 8vw;
	}
	
	#block14 .btn_section{
		margin-top: 5.3vw;
	}
	
	#block14 .left_text{
		width: 100%;
		float: none;
		font-size: 3.5vw;
	}
	
	#block14 .right_text{
		width: 100%;
		float: none;
		font-size: 3.2vw;
		margin-bottom: 2.5vw;
	}
	
	#block14 .btn_area{
		width: 100%;
		margin-top: 4vw;
	}
	
	#block14 .btn{
		width: 100%;
		height: 14.6vw;
		border-radius: 1vw;
		float: none;
		margin-bottom: 7vw;
		-webkit-box-shadow: 0px 0.7vw 2vw 0px rgba(0,0,0,0.2);
		box-shadow: 0px 0.7vw 2vw 0px rgba(0,0,0,0.2);
		background-image:url(../img/contact/sp_block15_btn.png);
	}
	
	#block14 .btn-line{
	background-image:url(../img/contact/sp_block15_btn-line.png);

}

	.btn_text-l{
	
	width: 50%;
		
		}

	#block14 .btn img.icon{
		width: 10.79%;
		height: auto;
		left: 5%;
		top: 3vw;
	}
	
	#block14 .btn img.btn_text{
		width: 57.61%;
		margin-left: 5vw;
		margin-top: 5vw;
	}
	
	#block14 .btn a, #block14 .btn a:link, #block14 .btn a:visited{
		line-height: 14.6vw;
	}
	
	#block14 p{
		font-size: 3.5vw;
		line-height: 1.8;
		margin-top: 7vw;
	}
	
	#block14 ul{
		width: 66.82%;
		margin-top: 11vw;
	}
	
	#block14 li{
		width: 16.38%;
		margin-right: 11.4%;
	}
	
	#block15 .title{
		width: 100%;
		height: auto;
		padding-top: 17vw;
		margin:0 auto;
	}
	
	#block15 .flower{
		width: 103%;
		height: auto;
		left: -0.5%;
		top: -3vw;
	}
	
	#block15 .pic{
		width: 33.2%;
		height: auto;
		left: -6%;
		top: 3vw;
	}
	
	#block15 form{
		width:100%;
	}
	
	#block15 p{
		font-size: 3.5vw;
		margin-top: 9vw;
		line-height: 1.8;
		text-align: left;
		margin-bottom: 5.9vw;
		width: 72.53%;
		float: right;
	}
	
	#block15 dl{
		clear:both;
		margin-bottom: 7.5vw;
	}
	
	#block15 dl:nth-child(5){
		margin-bottom: 10.6vw;
	}
	
	#block15 dt{
		width:100%;
		float:none;
		font-size: 3.5vw;
		margin: 0;
		margin-bottom: 3.3vw;
	}
	
	#block15 span.required{
		font-size: 3.5vw;
		margin: 0;
		margin-left: 5%;
		padding: 0 4%;
		border-radius: 1.5vw;
		line-height: 1.6;
	}
	
	#block15 dl:nth-child(5) span.required{
		margin-left: 5%;
	}
	
	#block15 dd{
		width:100%;
		float:none;
	}
	
	#block15 input{
		border: 0.3vw solid #ba8828;
		height: 14.5vw;
		font-size: 3.5vw;
		padding: 0 5%;
		border-radius: 0;
		text-shadow: none;
		-webkit-appearance:none;
	}
	
	#block15 select{
		border: 0.3vw solid #ba8828;
		height: 14.5vw;
		font-size: 3.5vw;
		padding: 0 5%;
		margin: 0 auto;
		background-size: 16%;
		border-radius: 0;
		text-shadow: none;
	}
	
	#block15 .text{
		width: 86.5%;
		height: auto;
		margin-bottom: 5vw;
	}
	
	#block15 textarea{
		border: 0.3vw solid #ba8828;
		font-size: 3.5vw;
		padding: 3vw 5%;
		height: 65vw;
		margin-bottom: 9.4vw;
		border-radius: 0;
		text-shadow: none;
		-webkit-appearance:none;
	}
	
	#block15 .transmission{
		width: 100%;
	}
	
	#block15 .transmission img.icon{
		width: 8.5%;
		height: auto;
		left: 3%;
		top: 3.4vw;
	}
	
	#block15 input[type="button"]{
		width: 100%;
		height: 14.7vw;
		padding: 0;
		line-height: 14.7vw;
		font-size: 3.5vw;
		font-weight: bold ;
		border-radius:1vw;
		-webkit-box-shadow: 0px 0.7vw 2vw 0px rgba(0,0,0,0.2);
		box-shadow: 0px 0.7vw 2vw 0px rgba(0,0,0,0.2);
		background-image:url(../img/contact/sp_block15_btn.png);
	}
}