﻿@charset "utf-8";
/* CSS Document */

.pc{
	display: block;
}
.sp{
	display: none;
}

section{position:relative;}

/* キャプション */
p.caption_lead{
	font-size:1.9rem;
}
main .caption{
	margin: 2rem auto 3.5rem;
	padding:1em 1.5em 1em 1.5em;
	width: 90%;
	box-sizing: border-box;
	border:solid 1px #EB0100;
	
	/* margin-bottom:3.5rem;
	margin-top:1rem; */
}
.caption_title{
	text-align: center;
	font-size:2.4rem;
	font-weight: bold;
}
main .caption ul{
	margin-top: 0.7rem;
}
main .caption li{
	padding-left:1em;
	text-indent:-1em;
	font-size:1.7rem;
	padding-bottom: 1rem;
}

main .caption li a{
text-decoration:underline;
}

main .caption li a:hover{
text-decoration:none;
}

main .caption span{
	color:#EB0100;
	font-weight: bold;
}

main .caption li.contact {
border-top:solid 1px #CCC;
  margin: 2rem 0 1rem 0;
  padding-top:2rem;
  text-indent:0;
  padding-left: 0;      
}

main .caption li.contact >div {
background:#f6f4f1;
  padding:1% 0;
  margin-top:1rem;
}

main .caption li.contact >div div{
width:50%;
  text-align:center;
    padding:1.5% 2%;
}


main .caption li.contact div.web {
border-left:solid 1px #CCC;
}

main .caption li.contact div.tel span,main .caption li.contact div.web span {
position:relative;
}
main .caption li.contact div.tel span:before{
content: "";
    width: 2.6115em;
    height: 1.8335em;
    background: url(../img/icon_tel.png) 0 0 /contain no-repeat;
    position: absolute;
    left: -2em;
    top: 50%;
    margin-top: -0.916em;
    transform: rotate(0deg);
}
main .caption li.contact div.web span:before{
content: "";
    width: 2.6115em;
    height: 1.8335em;
    background: url(../img/icon_web.png) 0 0 /contain no-repeat;
    position: absolute;
    left: -3.5em;
    top: 50%;
    margin-top: -0.916em;
    transform: rotate(
0deg
);
    border-top: 0em solid #FFF;
    border-right: 0em solid #FFF;
}



main .caption li.contact div .number a {
    font-size: 4rem;
    color: #EB0100;
    pointer-events: none;
    font-weight: bold;
    white-space: nowrap;
}

main .caption li.contact div .number a img {
    margin-right: 0.2em;
}
main .caption li.contact div .btn_red a{
  padding: 1em 3em;
  margin-top:1.5em;
}

main .caption li.contact div .btn_red a:after {
    width: 13px;
    height: 11px;
    background: url(../img/icon_blank.png) 0 0 /contain no-repeat;
    right: 1.2em;
    top: 50%;
    margin-top: -0.4em;
    border: none;
    transform: rotate(
0deg
);
    position: absolute;
}
/* -------------- */
/* リセットボタン */
/* -------------- */
.btn_reset{
	text-align:center;
}
.btn_reset a{
	font-size:1.8rem;
	color:#EB0100;
	padding:1em 7em;
	border-radius:3em;
	background-color: #FFF;
	border: 1px solid #EB0100;
	transition:0.5s;
	display:inline-block;
	position:relative;
}
.btn_reset a:hover{
	opacity:0.7;
}
.btn_reset a:after {
    content: "";
    vertical-align: middle;
    position: absolute;
    top: 50%;
    margin-top: -0.25em;
    right: 1em;
    width: 0.35em;
    height: 0.35em;
    border-top: 0.15em solid #EB0100;
    border-right: 0.15em solid #EB0100;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.btn_reset.pdf a:after {
    top: 50%;
    margin-top: -0.7em;
    width: 1.33em;
    height: 1.38em;
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
	background:url(../img/icon_pdf.png) 0 0 /contain ;
}
.btn_reset.blank a:after {
    width: 0.82em;
    height: 0.69em;
    background: url(../img/icon_blank_white.png) 0 0 /contain no-repeat;
    right: 1em;
    top: 50%;
    margin-top: -0.4em;
    border: none;
    transform: rotate(0deg);
}

/* -------------- */
/* すべて選択ボタン */
/* -------------- */
.btn_allergens{
	background-color: #FFF;
	border: 1px solid #EB0100;
	border-radius: 0.4em;
	color: #EB0100;
	display: inline-block;
	position: relative;
	padding: 0.1em 0 0.1em 0;
	margin-left: 0.7em;
	font-size: 1.5rem;
	text-decoration: none;
	top: -0.3em;
	transition: 0.3s;
	backface-visibility: hidden;
	width:10rem;
	text-align: center;
}
.btn_allergens:hover{
	cursor: pointer; /* マウスカーソルを手の形にする */
	opacity: 0.7; /* ボタンの透明度を60%にする */
}

/* -------------- */
/* ボタンエリア */
/* -------------- */
.btnarea {
	display: flex;
	justify-content: center;
	padding-top:1.5rem;
}
.btnarea p{
	margin: 0 20px;
}
.btnarea a{
	padding: 0.9em 0;
	width: 250px;
}



#allergy_table{padding-bottom:3rem;}

.sticky{
	
	top:0;
	z-index:99;

 position: -webkit-sticky; /* Safariに対応する */
  position: sticky; /* 要素を固定/解除する */

}


.sticky_bar{
	
	top:0;
	z-index:99;

 position: -webkit-sticky; /* Safariに対応する */
  position: sticky; /* 要素を固定/解除する */

}

main #allergy_table .intro{
background:#fff;
}

main #allergy_table .intro p{
display:none;
}

main table {
	width:1150px;

}
main table th{
	color:#2f2f2f;
	padding:0;
	background:#fde872;
	border-right:1px solid #CCC;
  box-sizing: initial;
   position: static;
width:28px;
  max-width:28px;
  min-width: 27px;
}

@-moz-document url-prefix() {
	main table th{
  width:27px;
  max-width:27px;
  min-width: 27px;
	}
}


main table th:nth-of-type(1){
	background:#ebe8e4;
	min-width:15.5em;
  width:236px!important;
  max-width:249px;
  /*width:21%!important;*/
  border-right:1px solid #CCC;
  border-left:1px solid #CCC;
  vertical-align:middle;
}
main table th:nth-of-type(2){
	background:#ebe8e4;
  vertical-align:middle;
  width: 70px;
  min-width: 70px;
  max-width: 70px;  
}



main table thead{
  
    border-bottom: 2px solid #666666;

}

main table th:nth-of-type(n+3){
vertical-align:middle;
}




main table th:nth-of-type(n+3) span {
  vertical-align: middle;
    padding: 0.3rem 0;
    height: 8em;
    display: table-cell;
    width: 1.9em;
    line-height: 1.3;
    white-space: normal; 
}

main table th.seven_item{
  
background:#fef7ce; 
  border-top:1px solid #CCC;
border-bottom:1px solid #fef7ce;
}

main table th.twentyone_item{
  
background:#feebe7; 
   border-top:1px solid #CCC; 
  border-bottom:1px solid #feebe7;
}

main table th.other_item{
  
background:#f6f5f3; 
  padding:0.3rem 0;
   border-top:1px solid #CCC;
  border-bottom:1px solid #f6f5f3; 
}

main table th:nth-of-type(n+10){
background:#fed4ca;
}

main table th:nth-of-type(31){
background:#ebe8e4;
}

main table tr.padding_table th{
	padding:0!important;
  line-height:0;
  height:0!important;
}

main table td{
  border-left:1px solid #CCC;  
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
	vertical-align:middle;
	text-align:center;
	padding:0.5em 0;
	/*font-size:2.4rem;
  width:113px;*/
  background:#fff;
   box-sizing: initial;
}
main table td:first-child{
  text-align:left;
  /*width:21%!important;*/
	font-size:1.6rem;
  padding:0.5rem 0.8rem;
  width:236px;
}
main table td a{
	text-decoration:underline;
}
main table td a:hover{
	text-decoration:none;
}
	
main table td img{
	max-height:5.3rem;
	width:auto;
	vertical-align:bottom;
}
main table tr:nth-of-type(even) td{
	background-color:#f9f7f5;
}
      main table th:nth-of-type(2) {
    padding:0.5em;
    line-height: 0;
    vertical-align:middle;

    }
    main table th.line{
      border-top:1px solid #CCC;   
}
    main table td:nth-of-type(2) {
/*width: 5rem;*/
font-size:1.6rem;
	background:#fff!important;
}



  

  main div.scroll_div{
    
  overflow: auto;    
  box-sizing: initial;
    
  }



.fixed_header_display_none_at_print table th:nth-of-type(2){
  
    /*width: 6%!important;*/
}


  
  main table th.dummy_table{
    
    height:0;
    background:#fff;
    border-left:solid 1px #fff;
   border-right:solid 1px #fff;
    line-height:0;
  } 

 
main table tr.dummy_tr{

  height:0;
  font-size:0;
}  
main table .top_intro{display:none}


/*.fixed_header_display_none_at_print:nth-of-type(5) {
  
left:50%!important;
transform: translateX(-50%)!important;

}*/


.fixed_header_display_none_at_print:nth-of-type(4) table th:nth-of-type(1){
  
  width:236px!important;
  }

.fixed_header_display_none_at_print:nth-of-type(5) table th:nth-of-type(1){
  
  width:236px!important;
  }

.fixed_header_display_none_at_print:nth-of-type(6) table th:nth-of-type(1){
  
  width:236px;
  }

main .bg{
  background-color:#f1eee9;
  padding:2em 0 3em 0;
}
main .bg h2{
  font-size:2.6rem;
  margin-bottom:0.5em;
}
/* ------------------------------- */
/*ラジオボタン */
/* ------------------------------- */
 main .conditions{
  justify-content: flex-start;
  margin-bottom:2em;
}
main .conditions li:first-child{
	margin-right: 2rem;
}
main .conditions label{
  background-color:#FFF;
  display:flex;
  font-size:1.8rem;
  /* margin-right:0.2em; */
  padding:1em 1.5em 1em;
  padding-left:2.3em;
  cursor: pointer;
  border:solid 2px #FFF;
  position:relative;
}
main .conditions label.checked{
  border:solid 2px #EB0100;
}
main .conditions label input{
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  margin: -1px;
}
main .conditions label:before{
  content:"";
  position:absolute;
  left:1em;
  top:50%;
  width:1em;
  height: 1em;
  border:solid 0.3rem #666666;
  border-radius: 50%;
  box-sizing: border-box;
  margin-top:-0.55em;
}
main .conditions label.checked:before{
  border:solid 0.3rem #EB0100;
	background-color: #EB0100;
}
/* アクセシビリティ　フォーカス対応 */
main .conditions li{
	border:solid 1px #f1eee9;
}
main .conditions li.focus_tab{
	border:solid 1px #FFF;
	box-shadow: 0 0 4px #EB0100;
}

/* ------------------------------- */
/* チェックボックス（20231024） */
/* ------------------------------- */
main .list {
  background-color:#FFF;
  padding:1.5em 2em;
  padding-bottom:0.5em;
  justify-content: flex-start;
  margin-bottom:2em;
}

main .list .list__item {
  margin: 0 0 1em 0;
  padding: 0;
  font-size:1.8rem;
  width:16.66666%;
}
/* チェックボックスのテキスト */
.list__item .c_text{
  display: inline-block;
  padding-left: 3rem;
  position: relative;
}

/* チェックボックスのデフォルトの状態を隠す */
.list__item input[type="checkbox"]{
  opacity:0;
  position: absolute;
}

/* チェックボックスの枠のスタイル */
.list__item input[type="checkbox"] + .c_text::before {
  content: "";
  border: 2px solid #757575;
  background: #fff;
  display: inline-block;
  margin-right: 12px;
  width: 1.4rem;
  height: 1.4rem;
  position: absolute;
  top: 50%;
  left: 5px;
	margin-top: -8px;
}

/* チェックマークのスタイル */
.list__item input[type="checkbox"] + .c_text::after {
  content: "";
  border-right: 2px solid #EB0100;
  border-bottom: 2px solid #EB0100;
  position: absolute;
  opacity: 0;
  transform: rotate(45deg);
  /* transition: all .3s; */
  height: 1.1rem;
  width: 0.4rem;
  left: 1.1rem;
  top: 50%;
	margin-top: -7px;
  z-index: 1;
}

/* フォーカス時に外枠のborderの色を変更 */
.list__item input[type="checkbox"]:focus + .c_text::before {
  border-color: #1589ee;
  box-shadow: 0 0 4px #1589ee;
}

/* チェックされた時にチェックマークを表示 */
.list__item input[type="checkbox"]:checked + .c_text::after {
  opacity: 1;
} 

/* -------------- */
/* 検索結果 */
/* -------------- */
.search_allergy .search_result_box .ttl{
	font-size: 2rem;
	font-weight: bold;
}
.search_allergy .search_result_box .txt{
	font-size: 1.8rem;
	margin-bottom: 1.9rem;
}
.search_allergy .product_box{
	padding-top: 1rem;;
}


/* ページトップキャプション内のテーブル */
main .caption .option_table{
	width: 92%;
	margin: 1em auto 1em;
	border-top: 1px solid #CCC !important;
}
main .caption .option_table td{
	padding: 0.8em 0.7em !important;
	border-left: 1px solid #CCC !important;
	border-right: 1px solid #CCC !important;
	border-bottom: 1px solid #CCC !important;
	border-top: none !important;
	text-align: left;
	font-size:1.7rem;
}
main .caption table tr:nth-of-type(even) td {
	background-color: #FFF !important;
}
main .caption .option_table .td1{
	width: 4em;
	text-align: center;
	background-color: #e8e7e7 !important;
}
main .caption .option_table .td2{
	width: 11em;
	background-color: #e8e7e7 !important;
	
}

/*---------------------------------------------------------------
横幅768px～1190pxまでのレイアウト
---------------------------------------------------------------*/
@media screen and (min-width:768px) and (max-width:1150px){

	/*スマホstickyの為打消し*/
	html{
		overflow-x:visible;
	}
	
	main #allergy_table .intro{
	background:#fff;
		padding-bottom:18px;
	}
	main #allergy_table .intro p{
	display:none;
	} 

	main table tr.padding_table{
		visibility:hidden;
		height:18px!important;
	}

	.btn_red a {
		font-size: 1.6vw;
	}

	.fixed_header_display_none_at_print table th:nth-of-type(2) {
			padding: 0.5em; 
	}

	main #allergy_table .scrollbar{
		width: 100%;
		overflow-x: auto;
		overflow-y: hidden;
		background:#f1f1f1;
	}
	main #allergy_table .scrollbar .inner{
		width: 1150px;
		height: 1px;
	}
		
	main .list .list__item{
		font-size:1.5vw;
	}  
}




/*---------------------------------------------------------------
スマホレイアウト
---------------------------------------------------------------*/
@media screen and (max-width:767px){

/*スマホstickyの為打消し*/
html{
	overflow-x:visible;

}	
  

  main #allergy_table{
    
    /*overflow: hidden;*/
  position:relative;
  }
 
  main .sticky{
top:0;
  } 

main #allergy_table .top_intro{
  display:block;
  position:absolute;
  left:-0.1vw;
  font-weight:normal;
  background:#fff;
  top:15.5vw;
  }   
  
main #allergy_table .intro{
    
padding:1vw 0;
  } 
  
main #allergy_table .intro p{
display:block;
} 
  
main #allergy_table .intro.scroll.hidden{
display:none;
}
  
main #allergy_table .intro.scroll{
display:block;
}
   
  
main #allergy_table .intro.scroll p{
display:block;
}  
  
  main div.scroll_div{
    
  overflow: auto;    
  box-sizing: initial;
    width:100%;
    padding-bottom:10px;
  }  
  
  main table{
 width:100%;

    
  }
 
 main .intro,  main .top_intro{
font-size:3.5vw;
}
  
main table th{
	font-size:3.5vw;
	line-height:1.5;
	vertical-align: top;
	min-width:2em;
	width:2em;
	padding:0.5em 0;
}
  
  main table th.dummy_tr  {
background-color: transparent!important;  
}
main table th.dummy_table{
background:transparent!important;
  border-left:none;
  border-right:none;
  height:18vw;
  vertical-align:bottom;
  line-height: 1.6;
}  
  
  
  
  
main table th:nth-of-type(1) {
    min-width: 7em;
	width:auto;
  	vertical-align: bottom;
}
main table th:nth-of-type(2) {
      padding:0.5em;
  vertical-align:bottom;
  line-height:0.4;
}

  
main table td {
	font-size:4vw;
	padding:0px;
  text-align:center;
}
  
main table td.txt_left {
  text-align:left;
}  
  
main table td:first-child {
    font-size: 3.5vw;
	padding:0.5em;
}
main table td:nth-of-type(2) {
width: 5rem;
font-size:1.6rem;
}
main table td img {
    max-height: 4.3rem;
}


  main table th:nth-of-type(n+3) span{
    height: 8em;
    min-height: 8em;
    display: block;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 1.9em;
    margin: 0 auto;
    white-space: normal;
        writing-mode: horizontal-tb;
    line-height:1.3;
  }
  main table th.other_item span{
    min-height:4em;
    height:3em;
  }
 
  
  main table tr.padding_table{
	visibility:visible;
    height:22vw!important;
}
  
    main table tr.padding_table th.white{
	background:transparent;
border:0;
}
  
  
/*.fixed_header_display_none_at_print{
  background-color:transparent!important;
}*/	
.fixed_header_display_none_at_print table th:nth-of-type(2){  
	width:6%!important;
padding: 0.5em 0.6em;
}


main #allergy_table .fixed_header_display_none_at_print:nth-of-type(5) .top_intro{
  position:fixed;
  top:15.5vw;
  left:3vw;
background:#fff;
  z-index:9999;
}
  
    .fixed_header_display_none_at_print:nth-of-type(4) {
  background-color: transparent!important;}
  .fixed_header_display_none_at_print:nth-of-type(6) {
  background-color: transparent!important;}

  .fixed_header_display_none_at_print:nth-of-type(5){position:fixed!important; left:3.1vw!important;}
  .fixed_header_display_none_at_print:nth-of-type(6){
position:fixed!important;
  left:3.1vw!important;
margin-left: 0!important;
}


    .fixed_header_display_none_at_print:nth-of-type(4) table th.white{
background:transparent;

}

  
  .fixed_header_display_none_at_print table th:nth-of-type(1){
width:20%!important;
  }
  
  main #allergy_table .scrollbar{display:none;} 
  
  main .bg{
    margin-top:2em;
		padding-bottom:1em;
  }
  main .conditions li{
    width:100%;
		margin-bottom:0.3em;
  }
  main .conditions label {
    font-size: 1.6rem;
    margin-right: 0em;
    padding: 1em;
    padding-left: 2.3em;
    width:100%;
    box-sizing: border-box;
    
}
  main .list {
    padding: 1em;
    padding-bottom: 0.3em;
}
  main .list .list__item {
    width: auto;
    margin-right:1.5em;
}

/* ページトップキャプション */
p.caption_lead{
	font-size:1.7rem;
}
 main .caption{
	padding: 1em 0.8em;  
	margin-bottom:0;
	width: 100%;
}
	.caption_title{
		font-size:2rem;
	}
  main .caption{
		padding: 0.8em 0.5em;
	}
	main .caption li{  
  font-size: 1.7rem;
  }
  main .caption li.contact{   
  	margin-bottom:0;  
  }  

	/* ページトップキャプション内のテーブル */
	.pc{
		display: none;
	}
	.sp{
		display: block;
	}
	main .caption .option_table{
		width: 94% !important;
		margin-top:0.5rem !important;
	}
	main .caption .option_table td{
		display: block !important;
		width: 100% !important;
		box-sizing: border-box;
	}
	main .caption .option_table .td1,
	main .caption .option_table .td2,
	main .caption .option_table .td3{
		display: block !important;
		width: 100% !important;
		box-sizing: border-box;
		border-bottom:none;
		text-align: left;
		font-size: 1.6rem;
	}
	/* ボタン */
	.btnarea{
		display: block;
		padding-top: 0;
	}
	.btnarea p{
		margin: 0 auto 20px;
	}
	.btnarea .btn_reset a,
	.btnarea .btn_red	a{
		width: 70% !important;
		padding: 0.5em 0;
	}

	main .conditions li:first-child {
		margin-right: 0rem;
	}
/* -------------- */
/* 検索結果 */
/* -------------- */
.search_allergy .search_result_box .ttl{
	font-size: 1.8rem;
}
.search_allergy .search_result_box .txt{
	font-size: 1.6rem;
}
  
}



/*---------------------------------------------------------------
印刷時のレイアウト
---------------------------------------------------------------*/

@media print{
 
  main {
    border-top: none;
  }
  
  main table {
    width: 100%!important;
    table-layout: fixed;
}
  
main table th:nth-of-type(1) {
width: 140px!important;
}
  
main table th {
        width: auto;
}  
  
  main div.scroll_div{
    
    overflow:visible;
    
  }
}