.key-slider {
	position: relative;
}
#header .key-slider h2.title {
	position: absolute;
	top: 351px;
	left: -64px;
}
#header .slide1 {
	background-image: url(../img/index/head-bg-01.jpg);
	position: absolute;
	background-size: 120% 100%;
	animation: bgright 6s linear;
}
@keyframes bgright {
	from {
		background-position-x: -150px;
	}
	to {
		background-position-x: 0;
	}
}
#header .slide2 {
	background-image: url(../img/index/head-bg-02.jpg);
	position: absolute;
	background-size: 100% 120%;
	animation: bgbottom 6s linear;
}
@keyframes bgbottom {
	from {
		background-position-y: -150px;
	}
	to {
		background-position-y: 0;
	}
}
@-moz-keyframes bgbottom {
	from {
		background-position-y: -150px;
	}
	to {
		background-position-y: 0;
	}
}
#header .slide3 {
	background-image: url(../img/index/head-bg-03.jpg);
	position: absolute;
	background-size: 120% 100%;
	animation: bgleft 6s linear;
}
@keyframes bgleft {
	from {
		background-position-x: 0;
	}
	to {
		background-position-x: -150px;
	}
}
#header::before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 120px;
	background: url(../img/menu/head-deco-bot.png) no-repeat bottom left;
}
#header::after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(../img/index/head-corner-top-01.png) no-repeat top right;
}
#key {
	z-index: -1;
}
.key-img-sp {
	display: none !important;
}
#kv_bnr {
	position: absolute;
	bottom: 142px;
	left: 0;
	right: 0;
	margin: 0 auto;
	padding: 0 20px;
	z-index: 500;
	max-width: 1000px;
}
@media screen and (max-width:1288px) {
	#header .key-slider h2.title {
		top: 251px;
		left: 0;
	}
}
@media screen and (max-width:1020px) {
	#key {
		z-index: 0;
	}
}
@media screen and (max-width:767px) {
	#header .slide1 {
		background-image: url(../img/index/key_img01.jpg);
		background-size: 130% 110%;
	}
	@keyframes bgright {
		from {
			background-position-x: -100px;
		}
		to {
			background-position-x: 0;
		}
	}
	#header .slide2 {
		background-image: url(../img/index/key_img02.jpg);
		background-size: 110% 130%;
	}
	@keyframes bgbottom {
		from {
			background-position-y: -100px;
		}
		to {
			background-position-y: 0;
		}
	}
	@-moz-keyframes bgbottom {
		from {
			background-position-y: -100px;
		}
		to {
			background-position-y: 0;
		}
	}
	#header .slide3 {
		background-image: url(../img/index/key_img03.jpg);
		background-size: 130% 110%;
	}
	@keyframes bgleft {
		from {
			background-position-x: 0;
		}
		to {
			background-position-x: -100px;
		}
	}
	.key-img-sp {
		display: block !important;
	}
	#header::before {
		content: none;
	}
	#header::after {
		content: none;
	}
	#kv_bnr {
		display: none;
	}
}
#sec1 {
	position: relative;
	background: url(../img/index/sec1-big-photo.png) no-repeat center top,
		url(../img/index/sec1-bg-trans01.png) no-repeat center top,
		url(../img/index/sec1-area.png) no-repeat center top, url(../img/index/sec1-corner.png) no-repeat top right, url(../img/index/sec1-bg.jpg) repeat-x top left, url(../img/index/bg.jpg) repeat bottom left;
}
#sec1 .blk1 .title {
	margin-left: 46px;
	padding-top: 111px;
	position: relative;
}
#sec1::after {
	position: absolute;
	content: '';
	top: 0;
	bottom: -160px;
	left: 0;
	right: 0;
	background: url(../img/index/sec1-bg-trans02.png) no-repeat center top;
	z-index: 1;
}
#sec1 .blk2 {
	position: relative;
	padding-top: 152px;
	padding-bottom: 113px;
}
#sec1 .blk2 .wrap {
	max-width: 1230px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	flex-direction: row-reverse;
}
#sec1 .blk2::after {
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: url(../img/index/sec1-bg-trans02.png) no-repeat center top;
}
#sec1 .blk2 .btn {
	display: inline-block;
	vertical-align: top;
	margin-right: 52px;
	margin-left: 3px;
}
#sec1 .blk2 .para {
	height: 467px;
	font-size: 17px;
	color: black;
	line-height: 38px;
	display: inline-block;
	margin-right: 41px;
	letter-spacing: 1.2px;
}
#sec1 h3 {
	margin-right: -45px;
	display: inline-block;
	margin-left: -15px;
	vertical-align: top;
	margin-top: -93px;
	position: relative;
	z-index: 9;
}
@media screen and (max-width:1280px) {
	#sec1 .blk2 .para {
		height: 550px;
		font-size: 16px;
		line-height: 32px;
		margin-right: 30px;
	}
}
@media screen and (max-width:1020px) {
	#sec1 {
		background: url(../img/index/s1_bg02.jpg), url(../img/shared/bg_caro.jpg);
		background-repeat: no-repeat, repeat-y;
		-webkit-background-size: 100% auto;
		background-size: 100% auto;
		background-position: bottom center, top center;
		padding-bottom: 55%;
	}
	#sec1 .blk1 .title {
		margin-left: 0;
		padding-top: 0;
		text-align: center;
	}
	#sec1 .blk1 .title img {
		box-shadow: 2px 3px 7px 0px rgba(0, 0, 0, 0.35);
	}
	#sec1::after {
		display: none;
	}
	#sec1 .blk2 {
		padding-top: 0;
		padding-bottom: 0;
	}
	#sec1 .blk2 .wrap {
		max-width: 1230px;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		flex-direction: column;
	}
	#sec1 .blk2::after {
		display: none;
	}
	#sec1 .blk2 .btn {
		max-width: 500px;
		margin: 0 auto;
		padding: 0 2.4%;
		img {
			box-shadow: 2px 3px 7px 0px rgba(0, 0, 0, 0.35);
		}
	}
	#sec1 .blk2 .para {
		writing-mode: unset;
		height: auto;
		margin-right: 0;
		font-size: 14px;
		line-height: 28px;
		letter-spacing: normal;
		padding: 0 2.4%;
		margin-bottom: 10%;
	}
	#sec1 h3 {
		margin-right: 0;
		margin-left: 0;
		margin-top: -36px;
		z-index: 0;
		text-align: center;
	}
}
#sec2 {
	position: relative;
	min-height: 734px;
	background: url(../img/index/bg.jpg) repeat-x top left;
}
#sec2 .wrap {
	z-index: 9;
	padding-bottom: 100px;
}
#sec2::before {
	z-index: 9;
	background: url(../img/index/sec2-bg-bot.png) no-repeat center top;
	content: '';
	top: -348px;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	background-size: cover;
}
#sec2 h2 {
	padding-top: 111px;
	margin-left: -21px;
	z-index: 3;
	position: relative;
}
#sec2 .para {
	padding-top: 15px;
	margin-left: 12px;
	color: white;
	font-size: 17px;
	line-height: 36px;
	letter-spacing: 0.25px;
	width: 550px;
}
#sec2 .btn {
	padding-top: 53px;
	margin-left: 2px;
}
#sec2 .photo-1 {
	position: absolute;
	top: -38px;
	right: -15px;
	z-index: 2;
}
#sec2 .photo-2 {
	position: absolute;
	top: 238px;
	right: -207px;
	z-index: 3;
}
@media screen and (max-width:1340px) {
	#sec2 .wrap {
		margin: 0 auto 0 50px;
	}
}
@media screen and (max-width:1218px) {
	#sec2 {
		background: url(../img/index/s2_bg01.jpg) repeat-y top center / 100% auto;
		padding: 10% 0 15%;
		z-index: 1;
	}
	#sec2 .wrap {
		padding-bottom: 0;
		margin: 0 auto;
	}
	#sec2::before {
		z-index: 1;
		background: url(../img/index/s2_bg02.png) no-repeat top center / 100% auto;
		width: 100%;
		height: 953px;
		top: -14%;
	}
	#sec2 h2 {
		padding-top: 0;
		margin-left: 0;
		margin-bottom: 4%;
		text-align: center;
	}
	#sec2 .para {
		padding: 0 2.4% 6%;
		margin-left: 0;
		color: white;
		line-height: 28px;
		letter-spacing: normal;
		width: 100%;
	}
	.sec2-box {
		display: flex;
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}
	#sec2 .btn {
		max-width: 500px;
		margin: 0 auto;
		padding: 0 2.4%;
		img {
			box-shadow: 2px 3px 7px 0px rgba(0, 0, 0, 0.35);
		}
	}
	#sec2 .photo-1 {
		position: static;
		margin-bottom: 4%;
		text-align: center;
	}
	#sec2 .photo-2 {
		display: none;
	}
}
@media screen and (max-width:767px) {
	#sec2 h2 {
		text-align: left;
	}
	#sec2 .para {
		font-size: 14px;
	}
}
#sec3 {
	background-image: url(../img/index/sec2-bg.jpg);
	min-height: 745px;
	position: relative;
}
#sec3::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(../img/shared/lil-line.png) repeat-x top left, url(../img/shared/lil-line-bot.jpg) repeat-x bottom left;
	background-size: contain, contain;
}
#sec3 .title {
	padding-top: 80px;
	margin-left: 2px;
}
#sec3 .para {
	text-align: center;
	line-height: 36px;
	letter-spacing: 0.6px;
	font-size: 17px;
	color: white;
	margin-left: -31px;
	margin-top: -1px;
}
#sec3 .btn {
	text-align: center;
	padding-top: 54px;
	margin-right: 6px;
}
@media screen and (max-width:1020px) {
	#sec3 {
		background: url(../img/index/hline_01.png), url(../img/index/hline_02.png);
		background-repeat: repeat-x;
		background-position: top center, bottom center;
		padding: 15% 0;
		color: #fff;
		min-height: auto;
	}
	#sec3::before {
		content: '';
		background: url(../img/index/s3_bg.jpg) no-repeat top center / cover;
		position: fixed;
		top: 0;
		left: 0;
		height: 100%;
		z-index: -1;
	}
	#sec3 .title {
		padding-top: 0;
		margin-bottom: 4%;
		margin-left: 0;
		text-align: center;
	}
	#sec3 .para {
		font-size: 14px;
		line-height: 28px;
		letter-spacing: normal;
		text-align: left;
		margin-left: 0;
		margin-top: 0;
		margin-bottom: 6%;
		padding: 0 2.4%;
	}
	#sec3 .btn {
		padding: 0 2.4%;
		max-width: 500px;
		margin: 0 auto;
		img {
			box-shadow: 2px 3px 7px 0px rgba(0, 0, 0, 0.35);
		}
	}
}
#sec4 {
	background: url(../img/shared/lil-line-bot.jpg) repeat-x bottom left, url(../img/index/sec4-bg.jpg) no-repeat top center;
	background-size: contain, cover;
	padding-bottom: 105px;
}
#sec4 .title {
	padding-top: 168px;
	margin-left: -5px;
}
#sec4 .para {
	margin-left: 25px;
	padding-top: 14px;
	font-size: 17px;
	line-height: 34px;
	letter-spacing: 0.3px;
	color: black;
	width: 700px;
}
#sec4 .btn {
	padding-top: 32px;
	margin-left: 25px;
}
@media screen and (max-width:1020px) {
	#sec4 {
		background: url(../img/index/s4_bg01.jpg), url(../img/index/s4_bg02.jpg), url(../img/index/s4_caro_02.jpg);
		background-repeat: no-repeat, no-repeat, repeat-y;
		-webkit-background-size: 100% auto;
		background-size: 100% auto;
		background-position: top center, bottom center, top center;
		padding: 25% 0 15%;
	}
	#sec4 .title {
		padding-top: 0;
		margin-left: 0;
		text-align: center;
		margin-bottom: 5%;
	}
	#sec4 .para {
		font-size: 14px;
		line-height: 28px;
		letter-spacing: normal;
		margin-left: 0;
		margin-bottom: 4%;
		width: 100%;
		text-shadow: #fff 0px 1px 2px;
		padding: 0 2.4%;
	}
	#sec4 .btn {
		max-width: 500px;
		margin: 0 auto;
		padding: 0 2.4%;
		img {
			box-shadow: 2px 3px 7px 0px rgba(0, 0, 0, 0.35);
		}
	}
}
#sec5 {
	min-height: 500px;
	background: url(../img/index/sec5-bg.jpg) repeat top center;
	background-size: cover;
}
#sec5 h2 {
	text-align: center;
	padding-top: 80px;
}
#sec5 #feed {
	padding-top: 50px;
}
#sec5 .item {
	float: left;
	width: 500px;
}
#sec5 .item .photo,
#sec5 .item dl {
	float: left;
}
#sec5 .item dl {
	padding: 56px 44px 80px;
}
#sec5 .item .date {
	padding-bottom: 22px;
	font-size: 14px;
	color: black;
}
#sec5 .item .title {
	color: #8e0303;
	text-decoration: underline;
	font-size: 17px;
}
#takeout {
	width: 500px;
	margin: 50px auto;
	padding: 20px 10px;
	border: 5px solid #da4725;
	font-size: 18px;
	line-height: 2;
	/*    min-height: 250px;
*/
	font-weight: bold;
	display: flex;
	justify-content: space-around;
	align-items: center;
}
#takeout p span {
	background: #da4725;
	font-weight: bold;
	font-size: 22px;
	text-align: center;
	color: #fff;
	padding: 10px 20px;
	display: block;
	margin: 10px auto;
}
#takeout p {
	text-align: center;
	line-height: 32px;
}
.taisaku {
	width: 400px;
	margin: 50px auto;
	padding: 20px 10px;
	border: 5px solid #da4725;
	font-size: 18px;
	line-height: 2;
	text-align: center;
	/*    min-height: 250px;
*/
	font-weight: bold;
}
#info {
	width: 1000px;
	margin: auto;
	display: flex;
	justify-content: center;
}
#clean {
	width: 476px;
	margin: 20px auto 10px;
	text-align: center;
}
.oshirase {
	padding: 24px;
	width: 800px;
	border: 3px #8e0303 solid;
	margin: 40px auto;
}
.oshirase h3 {
	margin-bottom: 25px;
	border-bottom: 1px #8e0303 solid;
	padding-bottom: 10px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #8e0303;
}
.oshirase p.txt_c {
	text-align: center;
}
.campaign_bnr {
	padding: 0 15px;
	max-width: 1200px;
	margin: 40px auto;
	text-align: center;
	display: flex;
	gap: 20px;
	.bnr-pc-none {
		display: none;
	}
}
.campaign_bnr img {
	max-width: 100%;
	height: auto;
	max-height: 130px;
}
@media screen and (max-width:1020px) {
	.campaign_bnr {
		display: block;
		background: transparent url(../img/shared/bg_caro.jpg) repeat-y top center / 100% auto;
		margin: 0 auto;
		padding: 40px 2.4% 20px;
		a {
			display: block;
			max-width: 500px;
			margin: 0 auto;
		}
		a+a {
			margin-top: 20px;
		}
		.bnr-pc-none {
			display: block;
		}
	}
	.campaign_bnr img {
		max-height: 100%;
	}
}
@media screen and (max-width:767px) {
	.campaign_bnr::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 16px;
    background: url(../img/index/hline_01.png) repeat-x top center;
    z-index: 2;
	}
}
.event_botan a {
	width: 400px;
	margin: 20px auto;
	padding-top: 40px;
	padding-bottom: 40px;
	display: block;
	color: #fff;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
	text-align: center;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	background-color: #d50f0f;
	border: 2px solid #443315;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	box-sizing: border-box;
}
.event_botan a span {
	font-size: 35px;
	line-height: 1.8;
	font-weight: bold;
}
.campaign_bnr_link a {
	background: #da4725;
	font-weight: bold;
	font-size: 22px;
	text-align: center;
	color: #fff;
	padding: 0;
	display: grid;
	place-items: center;
	margin: 10px auto;
	width: 100%;
	max-width: 282px;
	box-sizing: border-box;
}
.campaign_bnr_link_tel a span {
	padding-left: 35px;
	background: transparent url(../img/shared/nav_tel2.png) no-repeat 0 50% / 30px auto;
	display: inline-block;
	padding: 10px 0 10px 45px;
}
