﻿.auto-style249 {
	text-align: center;
	font-family: "Meiryo UI";
	font-size: large;
}
.auto-style250 {
	font-size: medium;
	font-weight: normal;
	color: #008000;
}
.auto-style251 {
	border-collapse: collapse;
	border: 2px solid #808080;
}
.auto-style252 {
	border: 1px solid #808080;
}
.auto-style253 {
	border: 1px solid #808080;
	background-color: #EAEAEA;
}
/*関連商品*/
.calibur270 {
	font-size: 20px;
}
.calibur273 {
	background-color: #FFFF00;
	color: #FF0000;
}

.related-products {
    text-align: center;
    padding: 40px 20px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-top: 2px solid #e0e0e0;
    margin-top: 40px;
}
.related-products2 {
display: flex;
    justify-content: space-around;

}

.related-products p {
    font-size: 3rem;
    margin: 0 0 20px 0;
    font-weight: 600;}

.product-link {
    display: inline-block;
    width: 45%;
    margin: 0 2.5%;
    background-color: #fafafa;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s, box-shadow 0.2s;
    text-align: center;
}

.product-link a {
    text-decoration: none;
    color: #333;
    font-weight:600;
    font-size:30px;
}

.product-link img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    margin-bottom: 10px;
}

.product-link p {
    font-size: 30px;
    margin: 0;
}

.product-link:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

/* モバイル対応 */
@media (max-width: 768px) {
    .product-link {
        width: 90%;
        margin: 10px auto;
    }
     .related-products2 {
        flex-direction: column;
        align-items: center;
    }
{
	
}