.page-header-top{
	background-image: url(../img/mol.png);
	height: 360px;
	background-repeat: no-repeat;
	background-position: right 0;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	align-content: flex-end;
	flex-wrap: nowrap;
	margin-bottom: 30px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 50px;
	padding-top: 50px;
}

.page-header-top2{
	background-image: url(../img/iphone.png);
	/* height: 360px; */
	background-repeat: no-repeat;
	background-position: left 0;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	align-content: flex-end;
	flex-wrap: nowrap;
	margin-bottom: 30px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 50px;
	padding-top: 50px;
}


.page-header-top3{
	background-image: url(../img/jyubei.png);
	/* height: 360px; */
	background-repeat: no-repeat;
	background-position: right 0;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	align-content: flex-end;
	flex-wrap: nowrap;
	margin-bottom: 30px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 50px;
	padding-top: 50px;
}
.page-header-top4{
	background-image: url(../img/haikei.png);
	/* height: 360px; */
	background-repeat: no-repeat;
	background-position: left bottom;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	align-content: flex-end;
	flex-wrap: nowrap;
	/* margin-bottom: 30px; */
	border-bottom: 1px solid #ddd;
	padding-bottom: 50px;
	padding-top: 50px;
}

.page-header-top5{
	background-color: #dc00ba;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	align-content: flex-end;
	flex-wrap: nowrap;
	margin-bottom: 30px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 50px;
	padding-top: 50px;
	color: #fff;
}

.page-header-top6{
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	align-content: flex-end;
	flex-wrap: nowrap;
	/* margin-bottom: 30px; */
	border-bottom: 1px solid #ddd;
	padding-bottom: 50px;
	padding-top: 50px;
}
.mol-txt{
	position: absolute;
	z-index: 10;
	right: 60px;
	width: 220px;
	/* height: 100px; */
	bottom: 10px;
	font-size: 0.8em;

}
.header-wrap-txt{
	width: 500px;

}



.header-wrap{
    display: flex;
    width: 700px;
    margin: auto;
    /* height: 60%; */
    flex-direction: row;
    align-content: center;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 50px;
}

.logo{
    display: flex;
    align-items: center;
}

.logo-img{}
.logo-txt{
    writing-mode: vertical-rl;
    text-orientation: upright;
    width: 40px;
    font-size: 1.2em;
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}


.point{
    width: 700px;
    margin: auto;
    margin: 51px 0px;
    /* height: 60px; */
}
.point-title{
    color: red;
    margin-bottom: 10px;
}
.point-detail{
    border: 1px solid red;
    padding: 10px;

}

.penta{
    display: flex;
    width: 600px;
    flex-direction: row;
    align-content: center;
    justify-content: space-between;
    margin-bottom: 50px;
}
.penta img{}
.jyubei-float{
    width: 240px;
    padding: 10px;
    border: 1px solid #000;
    color: red;
    position: absolute;
    right: 10px;
    bottom: 565px;
    background: rgb(255 255 255 / 80%);
    line-height: 22px;
}

.kokoku-title{
   
}

.kokoku-detail{

}

.kokoku-img-wrap{
	display: flex;
	justify-content: space-between;
	align-items: center;
	align-content: center;
	flex-direction: row;
	flex-wrap: nowrap;
	width: 600px;
	margin: auto;
}
.kokoku-img{
	
}

.kokoku-img p{
	text-align: center;
	line-height: 26px;
}

.kokoku-img img{
    margin-bottom: 20px;
}

.food-img-wrap{
    display: flex;
    flex-direction: column;
    margin-top: 50px;
    margin-bottom: 50px;
}
.food-img{
	display: flex;
	flex-direction: row;
	align-content: center;
	justify-content: space-between;
	align-items: center;
	margin-top: 50px;
}

.food-img p{
	text-align: justify;
	line-height: 26px;
	width: 280px;
	margin: 40px;
}

.header-wrap-txt-wrap{
	
}

.header-wrap-txt-wrap img{}


@media screen and (max-width: 999px) {
	.page-header-top{
	background-image: url(../img/mol.png);
	height: 360px;
	background-repeat: no-repeat;
	background-position: right 0;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	align-content: flex-end;
	flex-wrap: nowrap;
	margin-bottom: 30px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 50px;
	padding-top: 50px;
}

.page-header-top2{
	background-image: url(../img/iphone.png);
	/* height: 360px; */
	background-repeat: no-repeat;
	background-position: left 0;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	align-content: flex-end;
	flex-wrap: nowrap;
	margin-bottom: 30px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 50px;
	padding-top: 50px;
}


.page-header-top3{
	background-image: url(../img/jyubei.png);
	/* height: 360px; */
	background-repeat: no-repeat;
	background-position: right 0;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	align-content: flex-end;
	flex-wrap: nowrap;
	margin-bottom: 30px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 50px;
	padding-top: 50px;
}
.page-header-top4{
	background-image: url(../img/haikei.png);
	/* height: 360px; */
	background-repeat: no-repeat;
	background-position: left bottom;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	align-content: flex-end;
	flex-wrap: nowrap;
	/* margin-bottom: 30px; */
	border-bottom: 1px solid #ddd;
	padding-bottom: 50px;
	padding-top: 50px;
}

.page-header-top5{
	background-color: #dc00ba;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	align-content: flex-end;
	flex-wrap: nowrap;
	margin-bottom: 30px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 50px;
	padding-top: 50px;
	color: #fff;
}

.page-header-top6{
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	align-content: flex-end;
	flex-wrap: nowrap;
	/* margin-bottom: 30px; */
	border-bottom: 1px solid #ddd;
	padding-bottom: 50px;
	padding-top: 50px;
}
.mol-txt{
	position: absolute;
	z-index: 10;
	right: 60px;
	width: 220px;
	/* height: 100px; */
	bottom: 10px;
	font-size: 0.8em;

}
.header-wrap-txt{
	width: 500px;

}



.header-wrap{
    display: flex;
    width: 700px;
    margin: auto;
    /* height: 60%; */
    flex-direction: row;
    align-content: center;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 50px;
}

.logo{
    display: flex;
    align-items: center;
}

.logo-img{}
.logo-txt{
    writing-mode: vertical-rl;
    text-orientation: upright;
    width: 40px;
    font-size: 1.2em;
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}


.point{
    width: 700px;
    margin: auto;
    margin: 51px 0px;
    /* height: 60px; */
}
.point-title{
    color: red;
    margin-bottom: 10px;
}
.point-detail{
    border: 1px solid red;
    padding: 10px;

}

.penta{
    display: flex;
    width: 600px;
    flex-direction: row;
    align-content: center;
    justify-content: space-between;
    margin-bottom: 50px;
}
.penta img{}
.jyubei-float{
    width: 240px;
    padding: 10px;
    border: 1px solid #000;
    color: red;
    position: absolute;
    right: 10px;
    bottom: 515px;
    background: rgb(255 255 255 / 80%);
    line-height: 22px;
}

.kokoku-title{
   
}

.kokoku-detail{

}

.kokoku-img-wrap{
	display: flex;
	justify-content: space-between;
	align-items: center;
	align-content: center;
	flex-direction: row;
	flex-wrap: nowrap;
	width: 600px;
	margin: auto;
}
.kokoku-img{
	
}

.kokoku-img p{
	text-align: center;
	line-height: 26px;
}

.kokoku-img img{
    margin-bottom: 20px;
}

.food-img-wrap{
    display: flex;
    flex-direction: column;
    margin-top: 50px;
    margin-bottom: 50px;
}
.food-img{
	display: flex;
	flex-direction: row;
	align-content: center;
	justify-content: space-between;
	align-items: center;
	margin-top: 50px;
}

.food-img p{
	text-align: justify;
	line-height: 26px;
	width: 280px;
	margin: 40px;
}

.header-wrap-txt-wrap{
	
}

.header-wrap-txt-wrap img{}
}
@media screen and (max-width: 489px) {
	.page-header-top{
	background-image: url(../img/mol.png);
	height: 360px;
	background-repeat: no-repeat;
	background-position: right 0;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	align-content: flex-end;
	flex-wrap: nowrap;
	margin-bottom: 30px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 50px;
	padding-top: 50px;
	}
	
	.page-header-top2{
	background-image: url(../img/iphone.png);
	/* height: 360px; */
	background-repeat: no-repeat;
	background-position: left 0;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	align-content: flex-end;
	flex-wrap: nowrap;
	margin-bottom: 30px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 50px;
	padding-top: 50px;
	}
	
	
	.page-header-top3{
	background-image: url(../img/jyubei.png);
	/* height: 360px; */
	background-repeat: no-repeat;
	background-position: right 0;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	align-content: flex-end;
	flex-wrap: nowrap;
	margin-bottom: 30px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 50px;
	padding-top: 50px;
	}
	.page-header-top4{
	background-image: url(../img/haikei.png);
	/* height: 360px; */
	background-repeat: no-repeat;
	background-position: left bottom;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	align-content: flex-end;
	flex-wrap: nowrap;
	/* margin-bottom: 30px; */
	border-bottom: 1px solid #ddd;
	padding-bottom: 50px;
	padding-top: 50px;
	}
	
	.page-header-top5{
	background-color: #dc00ba;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	align-content: flex-end;
	flex-wrap: nowrap;
	margin-bottom: 30px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 50px;
	padding-top: 50px;
	color: #fff;
	}
	
	.page-header-top6{
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	align-content: flex-end;
	flex-wrap: nowrap;
	/* margin-bottom: 30px; */
	border-bottom: 1px solid #ddd;
	padding-bottom: 50px;
	padding-top: 50px;
	}
	.mol-txt{
	position: absolute;
	z-index: 10;
	right: 60px;
	width: 220px;
	/* height: 100px; */
	bottom: 10px;
	font-size: 0.8em;
	
	}
	.header-wrap-txt{
	width: 500px;
	
	}
	
	
	
	.header-wrap{
	display: flex;
	width: 700px;
	margin: auto;
	/* height: 60%; */
	flex-direction: row;
	align-content: center;
	justify-content: space-around;
	align-items: center;
	margin-bottom: 50px;
	}
	
	.logo{
	display: flex;
	align-items: center;
	}
	
	.logo-img{}
	.logo-txt{
	writing-mode: vertical-rl;
	text-orientation: upright;
	width: 40px;
	font-size: 1.2em;
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	}
	
	
	.point{
	width: 700px;
	margin: auto;
	margin: 51px 0px;
	/* height: 60px; */
	}
	.point-title{
	color: red;
	margin-bottom: 10px;
	}
	.point-detail{
	border: 1px solid red;
	padding: 10px;
	
	}
	
	.penta{
	display: flex;
	width: 600px;
	flex-direction: row;
	align-content: center;
	justify-content: space-between;
	margin-bottom: 50px;
	}
	.penta img{}
	.jyubei-float{
	width: 240px;
	padding: 10px;
	border: 1px solid #000;
	color: red;
	position: absolute;
	right: 10px;
	bottom: 515px;
	background: rgb(255 255 255 / 80%);
	line-height: 22px;
	}
	
	.kokoku-title{
	
	}
	
	.kokoku-detail{
	
	}
	
	.kokoku-img-wrap{
	display: flex;
	justify-content: space-between;
	align-items: center;
	align-content: center;
	flex-direction: row;
	flex-wrap: nowrap;
	width: 600px;
	margin: auto;
	}
	.kokoku-img{
	
	}
	
	.kokoku-img p{
	text-align: center;
	line-height: 26px;
	}
	
	.kokoku-img img{
	margin-bottom: 20px;
	}
	
	.food-img-wrap{
	display: flex;
	flex-direction: column;
	margin-top: 50px;
	margin-bottom: 50px;
	}
	.food-img{
	display: flex;
	flex-direction: row;
	align-content: center;
	justify-content: space-between;
	align-items: center;
	margin-top: 50px;
	}
	
	.food-img p{
	text-align: justify;
	line-height: 26px;
	width: 280px;
	margin: 40px;
	}
	
	.header-wrap-txt-wrap{
	
	}
	
	.header-wrap-txt-wrap img{
	
	}
}

@media screen and (max-width: 1000px) {
	
	.page-header-top{
	background-image: url(../img/mol.png);
	height: 500px;
	background-repeat: no-repeat;
	background-position: right 0;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	align-content: flex-end;
	flex-wrap: nowrap;
	margin-bottom: 30px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 50px;
	padding-top: 50px;
	background-size: 320px;
	padding: 5px;
	}
	
	.page-header-top2{
	background-image: url(../img/iphone.png);
	/* height: 360px; */
	background-repeat: no-repeat;
	background-position: left 0;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: flex-end;
	flex-wrap: nowrap;
	margin-bottom: 30px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 50px;
	padding-top: 50px;
	flex-direction: column;
	background-size: 150px;
	padding: 5px;
	}
	
	
	.page-header-top3{
	background-image: url(../img/jyubei.png);
	/* height: 360px; */
	background-repeat: no-repeat;
	background-position: right 102px;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	align-content: flex-end;
	flex-wrap: nowrap;
	margin-bottom: 30px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 50px;
	padding-top: 50px;
	background-size: 135px;
	padding: 5px;
	}
	.page-header-top4{
	background-image: url(../img/haikei.png);
	/* height: 360px; */
	background-repeat: no-repeat;
	background-position: left bottom;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	align-content: flex-end;
	flex-wrap: nowrap;
	/* margin-bottom: 30px; */
	border-bottom: 1px solid #ddd;
	padding-bottom: 50px;
	padding-top: 50px;
	background-size: 270px;
	padding: 5px;
	}
	
	.page-header-top5{
	background-color: #dc00ba;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	align-content: flex-end;
	flex-wrap: nowrap;
	margin-bottom: 30px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 50px;
	padding-top: 50px;
	color: #fff;
	padding: 5px;
	width: 100vw;
	}
	
	.page-header-top6{
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	align-content: flex-end;
	flex-wrap: nowrap;
	/* margin-bottom: 30px; */
	border-bottom: 1px solid #ddd;
	padding-bottom: 50px;
	padding-top: 50px;
	padding: 5px;
	}
	.mol-txt{
	position: absolute;
	z-index: 0;
	left: 12px;
	width: 220px;
	/* height: 100px; */
	top: 10px;
	font-size: 0.8em;
	}
	.header-wrap-txt{
	width: 100%;
	padding: 10px;
	margin-top: 15px;
	font-size: 0.9em;
	margin-bottom: -20px;
	}
	
	
	
	.header-wrap{
	display: flex;
	width: 100%;
	margin: auto;
	/* height: 60%; */
	flex-direction: column;
	align-content: center;
	justify-content: center;
	margin-bottom: 50px;
	flex-wrap: nowrap;
	padding-top: 30px;
	}
	
	.logo{
	display: flex;
	align-items: center;
	}
	
	.logo-img{}
	.logo-txt{
	writing-mode: vertical-rl;
	text-orientation: upright;
	width: 40px;
	font-size: 1.2em;
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	}
	
	
	.point{
	width: 100%;
	margin: auto;
	/* margin: -60px 0px; */
	/* height: 60px; */
	}
	.point-title{
	color: red;
	margin-bottom: 10px;
	}
	.point-detail{
	border: 1px solid red;
	padding: 10px;
	
	}
	
	.penta{
	display: flex;
	width: 100%;
	flex-direction: row;
	align-content: center;
	justify-content: space-around;
	margin-bottom: 50px;
	margin-top: 90px;
	}
	.penta img{
    width: 32%;
}
	.jyubei-float{
	width: 240px;
	padding: 10px;
	border: 1px solid #000;
	color: red;
	position: absolute;
	right: 10px;
	bottom: 0;
	background: rgb(255 255 255 / 80%);
	line-height: 22px;
	top: 270px;
	height: 90px;
	}
	
	.kokoku-title{
	
	}
	
	.kokoku-detail{
	
	}
	
	.kokoku-img-wrap{
	display: flex;
	justify-content: center;
	align-content: center;
	flex-direction: column;
	flex-wrap: nowrap;
	width: 100%;
	margin: auto;
	margin-bottom: 50px;
	}
	.kokoku-img{
	margin-bottom: 50px;
	}
	
	.kokoku-img p{
	text-align: center;
	line-height: 26px;
	}
	
	.kokoku-img img{
	margin-bottom: 20px;
	}
	
	.food-img-wrap{
	display: flex;
	margin-top: 0;
	margin-bottom: 50px;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	}
	.food-img{
	display: flex;
	align-content: center;
	justify-content: space-between;
	align-items: center;
	margin-top: 50px;
	flex-direction: column;
	}
	
	.food-img-img{
		width: 90%;
	}
	.food-img p{
	text-align: justify;
	line-height: 26px;
	width: 280px;
	margin: 0px;
	margin-bottom: 30px;
	}
	
	.header-wrap-txt-wrap{
	width: 100%;
	}
	
	.header-wrap-txt-wrap img{
	width: 100%;
	}

}

