html, body {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
    background-color: #FFF8F3;
}

main {
	display: block;
	height: 100vh;
}
.logo{
  width: 120px;
    position: absolute;
    top: 5px;
    left: 20px;  
}

/*PCとスマホで切り替え*/
.for-pc {
	display: block;
}
@media screen and (max-width: 932px) {
	.for-pc {
		display: none;
	}
}
.for-sp {
	display: none;
}
@media screen and (max-width: 932px) {
	.for-sp {
		display: block;
	}
}

img {
	width: 100%;
	height: auto;
}

.emphasis {
	color: #ED6C00;
	font-weight: 900;
}

.wrap {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
}


header {
position: sticky;
    top: 0;
    right: 10px;
    z-index: 1;
    height: 100px;
    background-color: #FFF8F3;
}

header ul.menu {
	display: flex;
	list-style: none;
	justify-content: flex-end;
}
header ul.menu li {
	margin: 15px 10px 10px;
	display: flex;
	align-items: anchor-center;
}
header ul.menu li img{
    width: 200px;
    height: auto;
    
}
header ul.menu a {
	color: #000;
	text-decoration: none;
	font-size: 16px;
	margin-left: 7px;
}


footer {
	display: block;
	background: #fff;
	padding-bottom: 10px;
    padding-top: 50px;
    margin-top: 150px;
}
footer .clm2 {
	display: flex;
	position: relative;
	top: -10px;
	left: 30px;
}
footer .clm2 p {
	font-size: 15px;	
	padding: 0 20px;
}
footer .clm2 p .title {
	font-size: 20px;
	font-weight: 900;
}
footer .clm2 div {
	width: 52%;
}
footer .clm2 .menu {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	width: 48%;
	margin-left: 0;
	align-items: center;
	align-content: center;
}
footer .clm2 .list {
	display: flex;
	align-items: center;
	justify-content: center;

	width: 250px;
	height: fit-content;
	
	margin: 0px 5px;
}
footer .clm2 a {
	color: #ee6c00;
	text-decoration: none;
	font-weight: 900;
	padding: 5px 0;
}
footer .footer_logo{
position: absolute;
    width: 200px;
    left: 40%;
    bottom: 130px;
}


.botan_on01 {
	position: absolute;
	display: flex;
	justify-content: space-between;
	width: 920px;
	bottom: 15px;
}
.botan_on02 {
	position: absolute;
	display: flex;
	justify-content: space-between;
	width: 920px;
	top: 25rem;
	left: 3rem;
}



.item_all {
	margin-bottom: 4rem;
}
.item_all h2 {
     font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;


	text-align: center;
	font-size: 30px;
	padding: 5px 0;
	margin-top: 100px;
}
.item_all h3 {
	text-align: center;
	font-weight: 600;
}
.items {
	display: flex;
	justify-content: space-between;
	margin-top: 2.3rem;
}
.item-center {
	justify-content: center;
}
.item-center div {
	margin: 0 30px
}
.items figure, .items p {
	width: 205px;
	margin: 10px auto;
}
.items p {
	font-size: 16px;
	font-weight: 900;
	line-height: 1.2;
}
.items p .price {
	font-size: 30px;
	color: #FF0000;
}




/* SP版 ↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓ */
@media screen and (max-width: 932px) {
	.wrap {
		width: 100%;
		overflow: hidden;
	}
	header {
		top: 0px;
        right: 0px;
        position: fixed;
        width: 100%;
        height: 70px;
    }
	header ul.menu a {
        color: #fff;
        text-decoration: none;
        font-size: 13px;
        margin-left: 7px;
    }
    .logo{
        width: 90px;
    }
    .bt01_sp{
        width: 170px;
    position: absolute;
    right: 10px;
    top: 10px;
    }
    .botan_on01 {
        width: 100%;
        bottom: 15px;
        flex-wrap: wrap;
        justify-content: center;
    }
    .items div {
        margin: 0 12px;
        width: 40%;
    }
    .items {
        flex-wrap: wrap;
    }
    .items figure, .items p {
        width: 100%;
        font-size: 14px;
    }
    .items p .price {
        font-size: 28px;
    }
    footer {
    padding-top: 20px;
    margin-top: 0px;
}
    footer .clm2 {
        top: 0;
        left: 0;
        flex-wrap: wrap;
    }
    footer .clm2 div {
        width: 100%;
    }
    footer .clm2 .menu {
        width: 100%;
        justify-content: center;
    }
    footer .clm2 .list {
        width: 80%;
        font-size: 14px;
    }
    header ul.menu li {
        margin: 0 7px;
    }
    
    .botan_on01 img {
		width: 90%;
		margin: 0 auto 10px;
		display: block;
    }
    .botan_on02 {
		width: auto;
		top: 29%;
		left: 50%;
		-webkit-transform: translateX(-50%);
		text-align: center;
    }

}
