#key {
	background-image: url('../img/index/key.jpg');
}
#key .key-txt {
	position: absolute;
	top: 75px;
	left: 50%;
	margin-left: 244px;
}

/*------------add 2022/05 ----------------*/

#takeout {
	margin-bottom: 80px;
}
#takeout .inner{
	position: relative;
	z-index: 1;
}
#takeout h2{
	margin-left: -50px;
}
#takeout .takeout-img{
	position: absolute;
	top: 49px;
	right: -185px;
}
#takeout .txt{
	margin: 21px 0 30px 31px;
	width: 400px;
}
#takeout .takeout-btn{
	margin-left: 31px;
}
/*------------End add----------------*/

#sec1 {
	background: url('../img/shared/partent500.jpg') repeat center top;
	padding: 93px 0 97px;
	position: relative;
}
#sec1:before {
	content: url('../img/index/sec1_deco1.png');
	position: absolute;
	top: 0;
	right: 50%;
	margin-right: -193px;
	width: 992px;
	height: 790px;
}
#sec1:after {
	content: url('../img/index/sec1_deco2.png');
	position: absolute;
	bottom: -122px;
	left: 50%;
	margin-left: 338px;
	width: 405px;
	height: 578px;
}
#sec1 .row1 .ttl {
	position: absolute;
	top: 512px;
	right: 0;
	z-index: 1;
}
#sec1 .row1 .fl {
	position: relative;
	z-index: 2;
	padding: 42px 0 102px;
	width: 456px;
}
#sec1 .row1 .txt {
	margin-top: 62px;
}
#sec1 .row1 .fr {
	margin-right: -400px;
	position: relative;
	z-index: 1;
}
#sec1 .row2 .fl {
	position: relative;
	margin-bottom: -60px;
	margin-left: -130px;
	top: -60px;
	width: 639px;
}
#sec1 .row2 .fl:after {
	content: url('../img/index/sec1_deco3.png');
	position: absolute;
	top: -159px;
	left: -169px;
}
#sec1 .row2 .fr {
	padding-top: 52px;
	width: 448px;
}
#sec1 .row2 .txt {
	margin-bottom: 30px;
}
#sec2 {
	padding: 74px 0 123px;
	min-height: 818px;
}
#sec2 h2 {
	margin-left: -242px;
}
#sec2 .ttl {
	position: absolute;
	top: 256px;
	left: 100px;
}
#sec2 .fr {
	position: relative;
	z-index: 1;
	width: 404px;
}
#sec2 .txt {
	margin: 31px 0 30px 35px;
	width: 367px;
}
#sec2 .sec2_img {
	position: absolute;
	top: -139px;
	left: -280px;
}
#sec2 .sec2_btn img {
	margin-bottom: 15px;
}
#sec3 {
	background-image: url('../img/index/sec3_bg.jpg');
	padding: 112px 0 118px;
	text-align: center;
	min-height: auto;
	color: #fff;
}
#sec3 .txt {
	margin: 18px 0 68px;
}
#sec4 {
	background: url('../img/index/sec4_deco.png') no-repeat center top 257px,
	url('../img/shared/partent500.jpg') repeat center top;
	padding: 70px 0 61px;
	position: relative;
}
#sec4:before {
	content: "";
	position: absolute;
	top: 0;
	right: 50%;
	margin-right: 401px;
	width: calc(50% - 400px);
	height: 582px;
	background: url('../img/index/sec4_bg.png') no-repeat right bottom;
	-webkit-background-size: cover;
	background-size: cover;
}
#sec4 h2 {
	margin-left: 117px;
	width: 182px;
	position: relative;
	z-index: 2;
}
#sec4 .txt {
	margin-top: 36px;
	width: 406px;
}
#sec4 .ttl {
    position: absolute;
    top: 324px;
    left: 317px;
    z-index: 1;
}
#sec4 .sec4_img {
	position: absolute;
	top: 25px;
	right: -343px;
}
#sec4 .sec4_btn {
	position: absolute;
	top: 671px;
	right: 130px;
}
#sec5 {
	padding: 70px 0 88px;
}
#sec5 h2 {
	margin-bottom: 35px;
}
#sec5 .item {
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0.5px;
	width: 300px;
	float: left;
}
#sec5 .item + .item {
	margin-left: 50px;
}
#sec5 .item dl {
	margin-top: 11px;
}
#sec5 .item dl > * {
	padding: 0 8px 0 12px;
}
#sec5 .item dl dd.title {
	font-weight: 600;
}
#sec5 .item dl dd.post {
	margin-top: 9px;
	padding-top: 10px;
	border-top: 1px dashed #000;
}

#oshirase{
	padding: 30px 0;
	background: url(../img/shared/partent500.jpg) repeat center top;
}

#oshirase .oshirase_box{
	text-align: center;
	padding: 20px;
	background: rgba(255,255,255,0.8);
	box-shadow: 0 0 0 10px rgba(255,255,255,0.8);
	width: 600px;
	margin: 0px auto;
	border: 4px solid;
}

#oshirase .oshirase_box h3{
	font-size: 21px;
	font-weight: bold;
	padding-bottom: 10px;
}

.take{
	text-align: center;
	margin: 10px auto 50px;
}