@charset "UTF-8";



/* PC画面用（ウィンドウ幅が769px以上の場合に適用） */
@media print,screen and (min-width: 769px) {
	
.tenji_h2{
 text-align: center;
 font-size: 1.3em;
 margin-top: 3%;
 color: gray;
}
	
.tenji_h3 {
	width: 100%;
	margin: 5% auto 1% auto;
	padding:1.4% 1% 1.2% 2%;		
	background:#2772a6;
	color: #fff;
	font-size: 1.8em;
}
	
.tenji h4{
	width: 96%;
	margin: 3% auto 1% auto;
	padding:1.4% 1% 1% 2%;		
	background-color: #e8f2f7;
	color: #333;
	font-size: 1.4em;
}

.top_text {
  text-align: center;
  font-size: 14px;
  width: 90%;
  margin: 10px auto 20px auto; 
  padding: 1%;
  line-height: 1.6em;
}
  
.t_text {
  width: 900px;  
    margin: 5px 30px 0px 25px;
    padding: 5px 5px 0px 5px;
    line-height: 1.5em;
	font-size: 13px;
	color:#333;
  }	
  
.item_text {
  border-top: #CCC dashed 1px;
  padding: 2% 2%;
  margin: 2% auto;
  line-height: 1.5em;
  }
	
.item_textbox {
  width: 98%;
  line-height: 1.5em;
  margin: 2% auto;
  padding-top: 2%;
  font-size: 12px;
  border-top: dashed 1px #DFDFDF;
  color:#333;
}	

.tenji_menu {
  width: 95%;
  margin:1% -1% -1% 7%; 
}	

.tenji_menu li{
  display:inline-block;
  margin:0% 2% 0% 0%;
}

	

/*　ナビボタンここから*/		
.navibtn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin: 0 auto -2% auto;
  margin-top: 1%;
  font-size: 1.2em;
 }
 
 .navibtn a {
  position: relative;
  display: flex;
  width: 32%;
  margin: 1%;
  padding: 1.5% 4% 1.5% 2%;
  text-decoration: none;
  color: #204d75;
  font-weight: bold;
  border: 1px solid #204d75;
  border-radius: 5px;
  background: #fff;
  transition: 0.5s;	 
 }
 
 .navibtn a:hover {
  color: #fff;
  background: #204d75;	
  border: 1px solid #204d75;
 }
 
 .navibtn a:visited {
  color: #204d75;
 }

 .navibtn a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #204d75;
    border-right: 3px solid #204d75;
    transform: rotate(135deg) translateY(-50%);
    position: absolute;
    top: 25%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}		
	
 .navibtn a:hover:after {
  border-color: #fff;
  transition: 0.3s ease-in-out; 
 }	
	

/* バナー横並び */
 .recommend {
  width: 100%;
 }
 .recommend p {
  font-size: 1.1em;
  text-align: center;
  font-weight: bold;
 }
 .recommend_banner {
  width: 95%;
  display: flex;
  justify-content: center;
  margin: 2% auto 2% auto;
 }
 .recommend_banner li {
  width: 23%;
  margin: 0% 1%;
  box-sizing: border-box;
 }
 .recommend_banner img {
  width: 100%;
 }	
	
	
	
.futoji {
  font-size: 100%;
  font-weight: bold;
  text-align: center;
  margin: 2% 0% -2% 0%;
}

.top-text-link-list {
  margin: 2% 5% 2% 5%;
  text-align: center;
  line-height: 1.8em;
  font-size: 120%;  
}
	
	
/* コラム用テーブル */		
 .table_column {
    margin: 3px auto;
    width: 95%;
  }

  .table_column td {
    padding: 5px;
    margin: 0 3%;
    vertical-align: top;
  }

  .table_column p {
	text-align:center;
 }	

 .table_column_text {	
	margin: 5px;
    width: 95%;
	font-size: 1.3em;
    line-height: 1.8em;  
 }		
	
 .table_column_img{
	border: solid 1px #efefef;
	vertical-align: top;
	width: 230px;
	}
	
	
	
/* 商品テーブル(横4つ) */				
 .item_table {
    /* 残*/
    margin: 0px auto;
    width: 910px;
	margin-top: 4px; 
  }

  .item_table td {
    padding: 5px;
    margin: 0px 5px;
    border: #efefef solid 1px;
    vertical-align: top;
  }		

  .item_table_press>a>img {
    width: 100%;
    height: auto;
    margin: 0 auto 5px auto;
    padding: 0;
  }			
		
	
	/* 商品6個配置テーブル */			
  .item_table_mini {
    /* 残*/
    margin: 3px auto;
	margin-top: 5px;  
    width: 910px;
  }
  .item_table_mini tr {
    margin-left: 20px;
  }

  .item_table_mini td {
    padding:5px;
    margin: 0px 5px;
    border: #efefef solid 1px;
	vertical-align:top;
  }
	
  .item_table_mini td>a>img {
    width: 100%;
    height: auto;
    margin: 0 auto 5px auto;
    padding: 0;
  }	
	
/*カテゴリーリスト　ここから*/	
.category_list{
	width: 85%;
	background-color: #F2F2F2;	
	margin:2% auto;
	padding: 2%;
}	
	
.category_list ul{
	width: 95%;
	margin: 1% auto;
	display: flex;
	flex-wrap: wrap;
	justify-content:center;
	}
	
.category_list li {
    width: 32%;
	height: 80px;
	margin: 0.5%;
	position: relative;
   	display: block;	
	background-color: white;
 }
	
 .category_list a {
	display: flex;
   width: 100%;
   height: 100%;
	font-size: 1em;
	 font-weight: bold;
	color: #555555;	
	text-decoration: none;
	border: solid 1px #b3b3b3;
	border-radius: 4px;
 }
	
 .category_list a:hover {
	 color:#009DFF;
 }	 	

 .category_list a:after {
    content: '';
    width: 7px;
    height: 7px;
    border-top: 3px solid #555555;
    border-right: 3px solid #555555;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px; 
}	
	
 .category_list a:hover:after {
	 border-color:#009DFF;
 }	 		

 .category_list img {
   width: auto;
   height: 80%;
   object-fit: cover;
	margin: auto 2%;
 }
	
.category_list p{

	margin: auto 8px;
	font-size: 1.2em;

	padding-right: 6%;
}
	
.category_list span{
	font-size: 1.5em;
	font-weight: bold;
	color:#848484;
  display: block;
  text-align: center;
}		
/*カテゴリーリスト　ここまで*/	

	
/* その他 */
  .icon {
    margin: 50px 10px;
    padding: 10px;
    border: #CCC solid 1px;
  }
  .sale_price {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    color: red;
    font-weight: bold;
    text-align: left;
    font-size: 12px!important;
    padding-top: 10px;
  }
  .sale_price span {
    letter-spacing: normal;
    box-sizing: border-box;
    vertical-align: bottom;
  }
  .sale_price span.special_price_text, .price_Heading span {
    font-size: 12px;
  }
  .price_Heading span {
    padding: 0 3px;
    box-sizing: border-box;
  }
  .price_Heading {
    font-size: 2em;
    letter-spacing: -2px;
    padding-right: 0px;
  }
  .tax_text {
    font-size: 10px!important;
    font-weight: normal;
    padding: 0!important;
  }
  .img_link>img {
    width: auto;
  }
  .item_table_press>a>img {
    width: 100%;
    height: auto;
    margin: 0 auto 5px auto;
    padding: 0;
  }
  .item_table_press_mini>a>img {
    width: 100%;
    height: auto;
    margin: 0 auto 5px auto;
    padding: 0;
  }
	

		
}

/* SP画面用（ウィンドウ幅が768px以下の場合に適用） */
@media screen and (max-width: 768px) {

.block-link-ref-line{
	font-size: 2.9vw; 
 }		
	
.tenji_h2{
 text-align: center;
 font-size: 1.2em;
 color: gray;
 margin-top: 5%;
}
 
.tenji_h2 span{
 display: block;
 font-size: 0.8em;
 line-height: 2em;
 color: gray;
}
	
.tenji_h3{
	width: 96%;
	margin: 5% auto 2% auto;
	padding:4% 1% 3% 3%;	
	background:#2772a6;
	color: #fff;
	font-size: 1.3em;
	}

	
.tenji h4{
	width: 96%;
	margin: 5% auto 2% auto;
	padding:3% 1% 2% 3%;		
	background-color: #e8f2f7;
	color: #333;
	font-size: 1em;
	line-height: 1.5em;
}	
	
		
.top_text {
  text-align: center;
  font-size: 1em;
  padding: 0% 5%;
  margin: 2% auto; 
  line-height: 1.5em;  
}

.tenji-text-link-list {
  text-align: center;  
  margin-top: 5%;
  margin-bottom: 5%;  	  
  width: 100%;
  font-size: 1em;  
  line-height: 1.8em;  
}

.t_text {
  width: 95%; 
  margin: 1% auto 1% auto !important;
  padding: 5px;
  line-height: 1.5em;
  font-size: 3vw;
}

.item_text {
  border-top: #CCC dashed 1px;
  padding:2%;
  margin: 1% 0% 0 0;
  line-height: 1.5em;
  font-size: 2.9vw;
}
	
.item_text p{
  text-align: center;
  }
	
 .item_textbox {
   width: 100%; 
   margin-top: 1% ;
   line-height: 1.5em;
   font-size: 2.9vw;	 
 }	
	
	
/*　ナビボタンここから　*/		
.navibtn {
 display: flex;
 flex-wrap: wrap;
 justify-content:center;
 width: 90%;
 margin: 3% 6% 0 6%;
 font-size: 0.9em;
}
 
.navibtn a {
  position: relative;
  display: flex;
 width: 75%;
 margin: 1%;
 padding: 3% 4% 3% 3%;
 text-decoration: none;
 color: #204d75;
 font-weight: bold;
 border: 1px solid #204d75;
  border-radius: 5px;
 background: #fff;	
}
 
.navibtn a:visited {
 color: #ff563a;
}
 
 .navibtn a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #204d75;
    border-right: 3px solid #204d75;
    transform: rotate(135deg) translateY(-50%);
    position: absolute;
    top: 25%;
    right: 15px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}		

/* バナー横並び */
 .recommend {
  width: 100%;
  text-align: center;
 }
 .recommend p {
  font-size: 0.9em;
  font-weight: bold;
 }
 .recommend_banner {
  width: 95%;
  display: flex;
  justify-content: space-around;
  list-style: none;
  margin: 0 auto;
  flex-wrap: wrap;
 }
 .recommend_banner li {
  width: 45%;
  margin: 0.5em auto;
 }
 .recommend_banner img {
  width: 100%;
  object-fit: cover;
 }	
		
	
	
/* コラム用テーブル */

.table_column {
	width: 100%;
    margin: 1% auto 3% auto;
  }
	
  .table_column td {
	display: flex;
	flex-wrap:wrap;
	width: 90%;  
    margin: 0 auto;
    vertical-align: top;
	border:solid 0px red;

  }

  .table_column p {
	text-align:center;
 }	

 .table_column_text {	
	margin: 5px;
    width: 100%;
	font-size: 1em;
    line-height: 1.5em;  
 }		
	
 .table_column_img{
	border: solid 1px #efefef;
	vertical-align: top;
	width:80%;
	margin: auto;
	}
	
	.block-link-img-line{
		height: auto;
	}
	

	
.table_column tbody	{
	margin-bottom: 5%;	
	}


 
	/* 商品一覧 */
  .item_table {
    /* 残 */
    margin: auto;
	margin-top: 0%;
	margin-left: 1.5%;   
    width: 96%;
    display: block;
  }
  .item_table tr {
    display: inline;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  /* 残 */
  .item_table td {
    /* 残 */
    padding: 2px;
    margin: 0px 0px 10px 0px;
    border: 0;
    width: 47%;
	margin-left: 0.5%;  
    display: inline-block;
    vertical-align: top;
  }

  .item_table_img {
    border: #efefef solid 1px; 
  }
	
 
	
  /* 商品一覧横3つ(小)並び */
  .item_table_mini {
    margin: 0% auto;
    width: 97%;
	margin-top: -1%;
	margin-bottom:0%;  
    display: block;
  }
  .item_table_mini tr {
	display: inline;
    margin: 0;
    padding: 0;
    width: 100%;  
  }
  /* 残 */
   .item_table_mini td {
    /* 残 */
    padding: 1%;
    margin: -5px 0px 5px 1px;
    border: 0;
    width: 30%;
    display: inline-block;
    vertical-align: top;
  }

 .item_table_mini_img {
   border: #efefef solid 1px;  
  }	

	
/* 商品テーブル大 */		
 .item_table_big {
    /* 残 */
    margin: auto;
    width: 98%;
    margin-left: 1.4%;  
    justify-content: center;
	 
  }
  .item_table_big tr {
    display: inline;
    margin: 0;
    padding: 0;
    width: 100%;
  }

  .item_table_big td {
    padding: 3px;
    margin: 0px 0px 10px 0px;
    border: 0;
    width:47%;
    display: inline-block;
    vertical-align: top;
  }
	
  .item_table_press_big> img {
    border: #efefef solid 1px;
    width: 100%;
	margin-bottom: 1%;  
  }	
	
  .item_table_press>div>p {
    text-align: left;
    font-size: 130%;
    font-weight: bold;
  }		

/*カテゴリーリスト　ここから*/	
.category_list{
	width: 96%;
	background-color: #F2F2F2;	
	margin:2% 0 5% 0;
	padding: 2%;
}		
	
.category_list ul{
	width: 100%;
	margin: 1% auto 5% auto;
	display: flex;
	flex-wrap: wrap;
	justify-content:flex-start;
	}
	
.category_list li {
    width: 47%;
	height: 60px;
	margin: 1.5% ;
	position: relative;	
	
 }
	
 .category_list a {
	display: flex;
    width: 100%;
    height: 100%;
	font-size: 0.8em;
	font-weight: bold;
	color: #555555;	
	text-decoration: none;
	border: solid 1px #b3b3b3;
	border-radius: 4px;
	background-color: white;	 
 }
	
 .category_list a:hover {
	 color:#009DFF;
 }	 
	
.category_list a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #333;
    border-right: 3px solid #333;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 10px;
    border-radius: 1px;  
}		

 .category_list img {
   width: auto;
   height: 80%;
   object-fit: cover;
	margin: auto 2%;
 }
	
.category_list p{
	flex-wrap: nowrap;	
	margin: auto 8px;
	padding-right: 5%;
}	
.category_list span{
	font-size: 1.1em;
	color:#4d4d4d;
  display: block;
  text-align: center;
	margin-top: 2%;
}	
/*カテゴリーリスト　ここまで*/	

	

}