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

body, div, p, ul, ol, dl, li, dt, dd, a {
    font-size:1.6rem;
}
h1, h2, h3, h4, h5, h6 {
    font-size:2rem;
	font-weight: 700;
	margin:0 0 45;
	/*margin:0 0 45px;カンプ上h2の下余白が45pxで統一されていたので記述※違う部分は直接指定*/
}
img {
	width:100%;
    max-width:100%;
    height:auto;
}
html {
  scroll-behavior: smooth;
}
/*container*/
#container {
	width:100%;
	height:100%;
	background:white;
	margin:0 auto;
}
#nav {
	width:100%;
	height: 100px;
	padding:25px 0 0;
	background: black;
	display: flex;
	position: fixed;
	top:0;
	z-index: 4;
}
h1 {
	width:12%;
	margin:0 0 0 60px;
}
#nav ul {
	display:flex;
	position: absolute;
	right: 0;
}
#nav ul li {
	width:150px;
	height:45px;
	font-size:20px;
	font-weight:700;
	background: black;
	color:#FFCC00;
	border:solid 1px #FFCC00;
	margin:0 25px 0;
	border-radius: 5px;
	text-align: center;
	padding:11px;
}
#nav ul li:hover {
	transition: 0.5s;
	background:#FFCC00;
	border: solid 1px #FFCC00;
	color:black;
}
#itiran {
	width:1212px;
	height:1200px;
	margin:0 auto;
}
#itiran h2 {
	font-size:4.0rem;
	text-align: center;
	margin:200px 0 200px 0;
}
#syokuzai {
	width:1212px;
	height:518px;
	display:flex;
}
#syokuzai2 {
	background:#FFD027;
	width:366px;
	height:512px;
	margin-left:68px;
	border-radius: 5px;
}
#syokuzai2 h2 {
	font-size:2.4rem;
	margin:28px 0 22px;
}
#zairyou {
	background:white;
	width:344px;
	height:428px;
	margin:0 auto;
	border-radius: 5px;
}
#zairyou p {
	font-size:2.0rem;
	font-weight:700;
	padding:29px 0 0 35px;
	line-height: 50px;
}
#sukiru {
	width:1212px;
	height:141px;
}
#sukiru h2 {
	font-size:2.0rem;
	text-align:left;
	margin:37px 0 11px;
}
#sukiru ul {
	background: #FFD027;
	width:1212px;
	height:280px;
	display: flex;
	border-radius: 5px;
	padding:5px 0 0 5px;
}
#sukiru ul l1 {
}
#sukiru ul l1 img {
}

#box01 {
	width:778px;
	height:519px;
	background:gray;
	border-radius: 10px;
}
#delivery {
	width:100%;
	height:500px;
	background: #FFD027;
	padding:50px;
}
#delivery #dl_all {
	display:flex;
}
#delivery #dl_tx {
	width:500px;
	margin:0 auto;
	padding-top: 145px;
}
#delivery #dl_tx ul {
}
#delivery #dl_tx ul li {
	margin-bottom:10px;
	font-size:1.8rem;
	font-weight:700;
}

#delivery #dl_logo {
	width:500px;
	margin: 0 auto;
}
#delivery #dl_logo .dl {
	display: flex;
	width:50%;
}
#delivery #dl_logo p {
	font-size:5.0rem;
	font-weight:700;
	margin:0 0 30px 60px;
}
#delivery #dl_logo img {
	margin:0 0 30px 20px;
}
footer {
	background:#FFD027;
	width:100%;
	height:300px;
	padding: 80px 0 0 80px;
}
footer img {
	width: 30%;
}