@charset "utf-8";
/* CSS Document */



#ichiro_table {
    max-width: 1000px;
    margin-top: 1.5rem;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
    margin-bottom: 1.5rem;
}
#mani_box #ichiro_table {
}
#mani_box #ichiro_table {
}


#ichiro_table span{
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    display: block;
    color: var(--ichiro_color);
    font-family: "source-han-sans-japanese", sans-serif;
    font-size: 1.5rem;
}
.table {
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    border-spacing: 0;
    color: #353535;
    margin-right: auto;
    margin-left: auto;
}

.table thead {
    background: #999;
    color: #fff;
}

.table th,
.table td {
    border: 1px solid #ccc;
    padding: 10px;
}

.table tr:nth-child(2n) td {
    background-color: #fafafa;
}

/* 新項目列（1列目）の装飾 */
.table th:nth-child(4),
.table td:nth-child(4) {
    border-left: 5px solid var(--ichiro_color);
    border-right: 5px solid var(--ichiro_color);
}

/* 最終行の新項目列ボトム装飾 */
.table tr:last-child td:nth-child(4) {
    border-bottom: 5px solid var(--ichiro_color);
}

/* ヘッダー3（4列目）に人気ラベル表示 */
.table thead th:nth-child(4) {
    position: relative;
    border-top: 30px solid var(--ichiro_color);
    background-color: var(--ichiro_color);
	padding-top: 1.2rem; /* ← ここを追加して余白を作る */
}

.table thead th:nth-child(4)::before {
    position: absolute;
    top: -0.65rem;
    left: 50%;
    transform: translateX(-50%);
    padding: 0.2rem 1rem;
    border-radius: 0.3rem;
    background-color: #fff;
    color: var(--ichiro_color);
    font-size: 0.8rem;
    content: 'オススメ';
    margin-bottom: 5px;
}
@media (max-width:800px) {
	.table thead th:nth-child(4)::before {
    	display: none;		
	}
}

.ichiro_color{
    color: var(--ichiro_color);
}


.marker {
    background: linear-gradient(transparent 60%, rgba(255, 255, 0, 0.7) 60%);
}

.button_a {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    text-decoration: none;
    color: #ffffff;
    font-size: 1.5rem;
    border-radius: 5px;
    width: 50%;
    height: auto;
    font-weight: bold;
    border-bottom: 4px solid #0A6029;
    transition: 0.3s;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.4);
    background-color: var(--ichiro_color);
    margin-right: auto;
    margin-left: auto;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    margin-top: 1rem;
}
@media (max-width:800px) {
	.button_a {
		width: 100%;
		font-size: 1.3rem;
	}
}
@media (max-width:450px) {
	.button_a {
		font-size: 1rem;
	}
}
.button_a:hover {
  box-shadow: 0 0 rgba(0, 0, 0, 0.4);
  border-bottom-width: 2px;
  transform: translateY(2px);
}


.allinone_shop{
    max-width: 1000px;
    margin-left: auto;
    padding: 0;
    margin-right: auto;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    margin-top: 1rem;
    margin-bottom: 0;
}
.allinone_shop div{
    width: calc((100% - 50px) / 3);
    padding: 0;    
    margin: 0;    
}
.allinone_shop div a{
    padding: 2rem;
    width: 100%;
    height: auto;
    display: block;
    text-decoration: none;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	border-radius: 10px;
}
.allinone_shop div a:hover{
    border: 1px solid var(--ichiro_color);
    background-color: #EEF7F0;
}

.allinone_shop div a div{
	border: 0px solid #CCCCCC;
	width: 100%;
} 

.allinone_sub_title{
    text-align: center;
    text-decoration: none;
    padding: 0;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 10px;
    font-size: 1rem;
	font-family: kozuka-gothic-pro, sans-serif;
    font-weight: bold;
    color: #333;
}
.allinone_title{
    text-align: center;
    text-decoration: none;
    margin-top: 10px;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 0;
    padding: 0;
    font-size: 1.5rem;
    font-family: kozuka-gothic-pro, sans-serif;
    font-weight: bold;
    color: var(--ichiro_color);
}

.allinone_img img{
    width: 50%;
    height: auto;
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.allin_img{
    width: 180px;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
    display: block;
    margin-bottom: 0;
}

.mani_img{
    width: 100%;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
    display: block;
    margin-bottom: 0;
    max-width: 500px;
    margin-top: 1.5rem;
}


