@charset "utf-8";

/* ヘッダー(style.cssを上書き) */
#header .contact {
	padding: 0;
}
#header .contact a {
	background: linear-gradient(173deg, #BC3535 50%, #B41E1E 50%);
    background-size: initial;
	height: 50px;
}
/* ヘッダー */

/* カバーバナー */
.fv{
	position: relative;
}
.fv .banner{
	position: absolute;
	top: 20px;
	right: 170px;
}
.fv .banner img{
	width: 500px;
	animation: fadeIn 3s ease 0s 1 normal;
}
.fv .banner img.no1{
	width: 475px;
	margin: 0 10px 20px 5px;
}

.fv_under .banner{
	display: none;
	width: 100%;
	text-align: center;
}
.fv_under .banner img{
	width: 100%;
	animation: fadeIn 3s ease 0s 1 normal;	
	margin: 10px auto;
}
.fv_under .banner img.no1{
	width: 96%;
	margin: 10px auto;
}


@keyframes fadeIn {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}
@media only screen and (max-width:1366px){
	.fv .banner{
		right: 50px;
	}
}
@media only screen and (max-width:768px){
	.fv .banner{
		display: none;
	}
	.fv_under .banner{
		display: block;
	}
}
/* カバーバナー */

/* フッターバナー */
.footer_banner{
	display: block;
	width: 100%;
	background:linear-gradient(173deg, #BC3535 50%, #B41E1E 50%);
	z-index: 10000;

	position: -webkit-sticky;
	position: -moz-sticky;
	position: -o-sticky;
	position: -ms-sticky;
	position: sticky;
	bottom: 0;
}
.footer_banner .footer_banner_contents {
	position: relative;
	padding: 0;
	text-align: center;
	line-height: 100%;
}
.footer_banner .footer_banner_contents a {
	display: block;
	width: 100%;
	padding: 15px 0;
	color: #FFFFFF;
	font-family: 'Noto Serif JP', serif;
	font-weight: 300;
	font-size: 1.4rem;
	text-decoration: none;
	line-height: 100%;
}

/* iPad幅未満はバナーを表示する */
/*
@media screen and (max-width:767px){
	.footer_banner {
		display: block;
	}
}
*/
/* フッターバナー */

/* ZIP バナー */
.zip_banner{
	display: block;
}
.zip_banner img{
	max-width: 980px;
}

/* ASCREA開発の裏側 */
.ascrea_development_title{
	font-size: 2.8rem;
}
.ascrea_development_text{
	text-align: left;
}
.ascrea_development_one_thing{
	background-color: #EECBC8;
	color: #000000;
	font-family: 'Noto Serif JP', serif;
	font-size: 3.2rem;
	max-width: 980px;
	margin: 0 auto;
	padding: 40px;
	border-radius: 30px;
}
@media only screen and (max-width:768px){
	.ascrea_development_one_thing{
		font-size: 2.4rem;
	}
}
@media only screen and (max-width:640px){
	.ascrea_development_text{
		font-size: 1.4rem;
		text-align: left;
	}
	.ascrea_development_one_thing{
		padding: 20px;
		border-radius: 20px;
		font-size: 2.0rem;
	}
}
@media only screen and (max-width:480px){
	.ascrea_development_one_thing{
		padding: 10px;
		border-radius: 10px;
		font-size: 1.5rem;
	}
}
@media only screen and (max-width:360px){
	.ascrea_development_one_thing{
		font-size: 1.3rem;
	}
}

.ascrea_feature_title{
	font-family: 'Noto Serif JP', serif;
	font-size: 3.2rem;
	font-weight: 900;
	line-height: 1.6;
	margin-bottom: 15px;
	text-align: center;
	line-height: 100%;
}
.ascrea_feature_title span{
	font-size: 2.0rem;
	font-weight: normal;
	display: block;
}
/* ASCREA開発の裏側 */

/* 注文の前にご確認ください */
.before_ordering{
	margin-top: 30px;
	text-align: center;
}
/* 注文の前にご確認ください */

/* 料金について */
.price_tbl th a{
	color: #000000;
	text-decoration: none;
}

@media only screen and (max-width:640px){
	.price_tbl th,
	.price_tbl td{
		display: block;
	}

	.price_tbl th{
		text-align: center;
	}
	.price_tbl td{
		text-align: left;
	}
}
/* 料金について */

/* youtube */
.youtube_embed{
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
}
.youtube_embed iframe{
	position:absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* youtube */

/* footer */
footer .inner .navi{
	margin: 5px auto;
}
footer .inner .navi ul{
	padding: 0;
	margin: 0;
	text-align: center;
}
footer .inner .navi li{
	padding: 0 10px;
	margin: 0 auto;
	list-style: none;
	display: inline-block;
	border-right: 1px solid #000000;
	line-height: 100%;
}
footer .inner .navi li:last-child{
	border-right: none;
} 
footer .inner .navi li a{
	color: #000000;
	text-decoration: none;
}
/* footer */