#body {
	width: 100%;

.title_img img {
    max-width: 100%;
    margin-bottom: 75px;
}
	
	.title_img2 img {
    max-width: 100%;
    margin:3em 0 0 0;
}

.main2 {
  background-color: #e3e2e2; /* 画面いっぱいに背景色を指定 */
  margin: 0 calc(50% - 50vw);
  padding: 20px calc(50vw - 50%);
	}
	
h1 {
    text-align: center;
    font-size: 30px;
	color: #914c69;
    line-height: 45px; 
    font-weight: bold;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
    letter-spacing: 0.1em;
}	
	
	
h2 {
    text-align: center;
    font-size: 20px;
	color: #221815;
    line-height: 1em;
    letter-spacing: 0.1em;
}

p {
    width:90%;
    font-size: 15px;
    text-align:left; 
    margin-left:auto;
    margin-right:auto; 
    margin-bottom: 50px; 
    display:flex; 
    flex-direction:column; 
    align-items:center; 
    color: #221815;
	}	
	
	.bee-button-content{
		 text-decoration: none;
		font-size: 12px; 
		background-color: #26201d;
		border-bottom: 0px solid #CDA174;
		border-left: 0px solid #CDA174;
		border-radius: 6px;
		border-right: 0px solid #CDA174;
		border-top: 0px solid #CDA174;
		color: #ffffff;
		direction: ltr;
		font-family: 'Poppins', Arial, Helvetica, sans-serif; font-weight: 400; letter-spacing: 2px; max-width: 100%; padding-bottom: 0px; padding-left: 30px; padding-right: 30px; padding-top: 0px;
		width: auto;
		display: inline-block;" 
		
		word-break: break-word;
		font-size: 12px;
		color: #fff;
		line-height: 200%;
		letter-spacing: 2px;
		text-decoration: none;
	}
	
	.bee-button-content a{
		
	}
	
	
.item_grid {
    margin: 30px;
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr 1fr));
}


.item{
    text-align: center;
}

.item img {
    width: 100%;
    }

.item_name {
    font-size: 15px;
    margin-bottom: 50px;
    color: #221815;
    text-align: left;
}

.item_name span {
    font-weight: bolder;
    color: #221815;
    text-align: center;
}

.item_name_title {
    color: #221815;
	font-size: 18px;
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
}



	
h1 {
    text-align: center;
    font-size: 20px;
	color: ##914c69;
    line-height: 30px; 
    font-weight: bold;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
    letter-spacing: 0.1em;
}	
	
	
h2 {
    text-align: center;
    font-size: 15px;
	color: #221815;
    line-height: 1em;
    letter-spacing: 0.1em;
}

p {
    width:90%;
    font-size: 14px;
    text-align:left; 
    margin-left:auto;
    margin-right:auto; 
    margin-bottom: 50px; 
    display:flex; 
    flex-direction:column; 
    align-items:center; 
    color: #221815;
	}	
	
.item_grid {
    margin: 30px;
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr 1fr));
}


.item{
    text-align: center;
}

.item img {
    width: 100%;
    }

.item_name {
    font-size: 14px;
    margin-bottom: 50px;
    color: #221815;
    text-align: left;
}

.item_name span {
    font-weight: bolder;
    color: #221815;
    text-align: center;
}

.item_name_title {
    color: #221815;
	font-size: 17px;
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
}
		
	
	}
