@charset "utf-8";
/* CSS Document */

.red{
	color: #D3171A;
}
#mani_box{
    margin-right: auto;
    margin-left: auto;
    margin-top: 10rem;
    padding: 0;
    max-width: 1000px;
}
@media (max-width:1000px) {
	#mani_box{
		width: 94%;
		}
}

h1{
    width: 100%;
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    margin-top: 0;
    font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 900;
    font-style: normal;
    text-align: center;
    color: #666;
    font-size: 1.8rem;
    margin-bottom: 12rem;
}
@media (max-width:800px) {
	h1{
		font-size: 1.3rem;
	}
}
@media (max-width:500px) {
	h1{
		font-size: 1rem;
	}
}	

.midashi{
    font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 900;
    font-style: normal;
    text-align: center;
    color: #D3171A;
    font-size: 6em;
    padding: 0;
    margin: 0;
    width: 100%;
}
.type_bb{
    font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 900;
    font-style: normal;
    text-align: center;
    color: #D3171A;
    font-size: 5em;
    padding: 0;
    width: 100%;
    margin-top: 20rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;

}
@media (max-width:500px) {
	.type_bb{
		font-size: 4rem;
	}
}	


@media (max-width:1000px) {
	h1,
	h2{
    text-align: left;		
	}
}
@media (max-width:500px) {
	h2{
     font-size:2em;
	}
}


.txt{
    font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 900;
    font-style: normal;
    text-align: center;
    color: #666;
    font-size: 3em;
    padding: 0;
    width: 100%;
    margin-top: 10rem;
}
@media (max-width:500px) {
	.txt{
		font-size: 2em;
	}
}
.txt2 {
    font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 900;
    font-style: normal;
    text-align: left;
    color: #666;
    font-size: 3em;
    padding: 0;
    width: 16em;
    margin-top: 10rem;
    margin-right: auto;
    margin-left: auto;
    height: auto;
}
@media (max-width:1000px) {
	.txt2 {
		width: 94%;
	}
}
@media (max-width:500px) {
	.txt2{
		font-size: 2em;
	}
}
.txt3{
    font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 900;
    font-style: normal;
    text-align: center;
    color: #666;
    font-size: 3em;
    padding: 0;
    width: 100%;
    margin-top: 0;
}
@media (max-width:500px) {
	.txt3{
		font-size: 2em;
	}
}
.txt4{
    font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 900;
    font-style: normal;
    color: #666;
    font-size: 3em;
    padding: 0;
    width: 100%;
    margin-top: 5rem;
    text-align: center;
}
.txt5{
    font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 900;
    font-style: normal;
    text-align: center;
    color: #666;
    font-size: 2.5em;
    padding: 0;
    width: 100%;
    margin-top: 0;
}
@media (max-width:1000px) {
	.txt,
	.txt2,
	.txt3,
	.txt5{
    text-align: left;
	}
}
@media (max-width:500px) {
	.txt5{
		font-size: 1.5em;
	}
}

#print_img{
    margin-right: auto;
    margin-left: auto;
    display: block;
    height: auto;
    padding: 0;
    width: 50%;
}

#ichiro_box{
    border: 1px solid var(--ichiro_color);
    border-radius: 4px;
    width: 100%;
    height: auto;
    margin-right: auto;
    padding: 0;
    margin-left: auto;
    margin-top: 5rem;
}
@media (max-width:1000px) {
	#ichiro_box{
		 width: 100%;
	}
}
#ichiro_box a{
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: nowrap;
    padding: 1rem;
    justify-content: space-between;
    text-decoration: none;
}
@media (max-width:1000px) {
	#ichiro_box a{
		flex-direction: column;
	}
}

#ichiro_box a:hover{
	opacity: 0.7;
}
#ichiro_box a #a{
	flex-grow: 1;
}
#ichiro_box a #b{
    flex-grow: 2;
    margin-left: 2rem;
    margin-top: 0.5rem;
}
@media (max-width:1000px) {
	#ichiro_box a #a,
	#ichiro_box a #b{
    flex-grow: 0;
    margin-left: 0;
    width: 100%;
	}
}
#ichiro_box a #a img{
    width: 210px;
    height: auto;
    display: block;
    margin-right: auto;
    margin-left: auto;
}
#ichiro_box a #b span{
    color: #666;
    font-family: "fot-udmarugo-large-pr6n", sans-serif;
    font-weight: 500;
    padding: 0;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 5px;
    font-size: 1.4rem;
    display: block;
    text-align: center;
}
@media (max-width:500px) {
	#ichiro_box a #b span{
		font-size: 1rem;
	}
}
#ichiro_box a #b h2{
    color: var(--ichiro_color);
    font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 900;
    font-style: normal;
    padding: 0;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 5px;
    font-size: 4rem;
    text-align: center;
}
@media (max-width:500px) {
	#ichiro_box a #b h2{
		font-size: 2rem;
	}
}
#ichiro_box a .sub_title{
    background-color: var(--ichiro_color);
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
    color: #FFFFFF;
    text-align: center;
    font-size: 1rem;
    border-radius: 50px;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
}
@media (max-width:500px) {
	#ichiro_box a .sub_title{
		font-size: 0.7rem;
	}
}
#ichiro_box a .price{
    color: #D3171A;
    font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 900;
    font-size: 3rem;
    text-align: center;
    width: 100%;
}
@media (max-width:500px) {
	#ichiro_box a .price{
		font-size: 2rem;
	}
}
#ichiro_box a .price p{
    margin: 0;
    padding: 0;
    font-size: 1rem;
    display: inline-block;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}





#print_box{
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 100%;
    height: auto;
    margin-right: auto;
    padding: 0;
    margin-left: auto;
    margin-top: 5rem;
}
@media (max-width:1000px) {
	#print_box{
		width: 100%;
	}
}
#print_box a{
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    padding: 1rem;
    justify-content: space-between;
    margin: 0;
    text-decoration: none;
}
@media (max-width:1000px) {
	#print_box a{
		flex-direction: column;
	}
}
#print_box a:hover{
	opacity: 0.7;
}
#print_box a #o{
    width: 100%;
    height: auto;
    font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 900;
    font-style: normal;
    text-align: center;
    font-size: 2rem;
    color: #666666;
    padding: 0;
    margin-bottom: 1rem;
}
@media (max-width:500px) {
	#print_box a #o{
		font-size: 1rem;
	}
}

#print_box a #p{
    width: 20%;
    height: auto;
}
#print_box a #p img{
    width: 180px;
    height: auto;
    display: block;
    margin-left: 2rem;
}
#print_box a #q{
    width: 80%;
    height: auto;
}
@media (max-width:1000px) {
	#print_box a #p,
	#print_box a #q{
		width: 100%;
	}
	#print_box a #p img{
    margin-right: auto;
    margin-left: auto;
	}
}

#print_box a h2{
    color: var(--ichiro_color);
    font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 900;
    font-style: normal;
    padding: 0;
    margin-top: 1rem;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 5px;
    font-size: 2.5rem;
    text-align: center;
}
@media (max-width:500px) {
	#print_box a h2{
		font-size: 1.5rem;
	}
}
#print_box a  .price{
    color: #D3171A;
    font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 900;
    font-size: 3rem;
    text-align: center;
    width: 100%;
}
@media (max-width:500px) {
	#print_box a  .price{
		font-size: 2rem;
	}
}
#print_box a  .price p{
    margin: 0;
    padding: 0;
    font-size: 1rem;
    display: inline-block;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}


#ichiro_box a #b h3{
    color: var(--ichiro_color);
    font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 900;
    font-style: normal;
    padding: 0;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 5px;
    font-size: 3.8rem;
    text-align: center;
    line-height: 1;
}
@media (max-width:500px) {
	#ichiro_box a #b h3{
		font-size: 2rem;
	}
}


#coment{
    margin-right: auto;
    margin-left: auto;
    margin-top: 5px;
    text-align: center;
	 font-size: 1rem;
}


.tyousei{
	 font-feature-settings: "palt";
}

/* コンテナ */
#ichiro_table {
    max-width: 1000px;
    margin-top: 5rem;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
    margin-bottom: 10px;
}
#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);
}

.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);
}




.box_type5{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1000px;
    padding: 0;
    margin-top: 10rem;
    margin-left: auto;
    margin-right: auto;
    height: auto;

}
@media (max-width:730px) {
	.box_type5{
		margin-bottom: 20rem;
	}
}
.box_type5 div{
    height: auto;
    width: 31%;
    word-break: break-all;
    margin-top: 0;
    font-size: 1.4rem;
    margin-bottom: 3%;
    margin-right: 3%; 
	display: flex;
}
.box_type5 div:nth-child(3n){
	margin-right: 0%;
}
.box_type5 div a{
    text-decoration: none;
    display: block;
    border: 1px solid #CCCCCC;
    border-radius: 10px;
    background-color: #FFFFFF;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.box_type5 div a:hover{
    border: 1px dotted #BC4042;
    background-color: #F9EFEF;
}
.box_type5 div span{
    font-weight: bold;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    text-align: center;
    font-size: 1.5rem;
    color: #555555;
    margin-bottom: 0.6rem;
    font-family: hiragino-kaku-gothic-pron, sans-serif;
}
.box_type5 div img{
    width: 100%;
    height: auto;
    display: block;
    max-width: 100px;
    margin-left: auto;
    margin-right: auto;

}
.box_type5 div p{
    font-family: hiragino-kaku-gothic-pron, sans-serif;
    font-size: 1rem;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    color: #333333;
}

@media (max-width:730px) {
	.box_type5{
		display: flex;
		width: 100%;
		flex-flow: column;
	}
	.box_type5 div{
    width: 90%;
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 2rem;
    display: block;
	}
	.box_type5 div:nth-child(3n){
    width: 90%;
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 2rem;
}
}


	.ichiro_cap{
    width: 100%;
    height: auto;
    margin-right: auto;
    padding-top: 1rem;
    padding-right: 2rem;
    padding-left: 2rem;
    padding-bottom: 1rem;
    margin-left: auto;
    margin-top: 5rem;
    display: block;
    line-height: 1.5;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    background-color: #F8F8F8;
	}

	.ichiro_cap .type_a{
    font-family: "source-han-sans-japanese", sans-serif;
    font-weight: 900;
    font-style: normal;
    text-align: center;
    font-size: 2rem;
    color: #D3171A;
	}	
@media (max-width:800px) {
	.ichiro_cap .type_a{
    	font-size: 1.5rem;
	}	
}
@media (max-width:450px) {
	.ichiro_cap .type_a{
    	font-size: 1.3rem;
	}	
}




.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);
}
