@charset "utf-8";
/* CSS Document */
/*大枠のcss*/
#outer{
	width: 1260px;
	margin: 0 auto;
}
/*マウスオーバーでふぉんってなる*/
#outer a:hover{
	opacity: 0.7;
}

.navitopicpath_2 {
    overflow: hidden;
    font-size: 12px;
    font-weight: bold;
    margin: 0 auto 5px;
}

.navitopicpath_2._1 {
    margin-bottom: 20px;
}

/*見出し*/
#outer .top_parts{
	width: 100%;
	display: flex;
	justify-content: space-between;
	background-color: #ccfdff;
	margin-bottom: 50px;
}
#outer .top_parts .top_txt{
	width: 100%;
	color: ##3f3f3f;
	display: flex;
	flex-direction: column;
	justify-content: center;
	box-sizing: border-box;
	padding: 0 20px 0 25px;
}
#outer .top_parts .top_txt h1{
	font-size: 2.5em;
	font-weight: bold;
    padding: 40px 20px 10px 20px;
	line-height: 1.2;
}
#outer .top_parts .top_txt p{
	font-size: 1.3em;
    padding: 10px 20px 30px 20px;
}
#outer .top_parts .top_img{
    width: fit-content;
}
#outer .top_parts .top_img img{
	width: 100%;
}

/*レコメンドのところ*/
#recommend_block{
	border-top: inherit;
}
#recommend_block .ec-shelfRole{
	margin-bottom: 0px;
}
/*カテゴリボタン設定*/
#outer .category_btn{
	width: 100%;
	font-size: 1.4em;
	margin: 15px auto 60px;
    text-shadow: 1px 1px 1px #aec3c3;
}
#outer .category_btn a{
	color: #fbfeff !important;
	border-bottom: solid 5px #d1f3f3;
	text-decoration: none !important;
	position: relative;
	display: block;
	text-align: center;
	vertical-align: middle;
	margin: auto;
	padding: 10px;
	font-weight: bold;
	border-radius: 100vh;
	background-color: #36e2e5;
}
#outer .category_btn a:hover{
	opacity: 0.7;
}


/*ページジャンプのcss*/
#outer .jump{
	width: 100%;
	background-color: #ffffff;
	margin: 0 auto 70px;
	box-sizing: border-box;
	position: sticky;
	top: 0;
	z-index: 2;
	padding-top: 0;
	max-width: 100%;
}
.jump ul._genre_menu1{
	width: 100%;
	display: flex;
	flex-flow: wrap;
	margin: 0;
	box-sizing: border-box;
	list-style: none;
	padding: 0;
    justify-content: center;
}
.jump ul._genre_menu1 li.global_item{
    width: 24.5%;
    position: relative;
    border: solid 0.05px #332525;
    margin: -1px;
}

.jump ul._genre_menu1 li.global_item:last-child{
	border-right-style: none;
	border-right: solid 2px #332525;
}


.jump ul._genre_menu1 li.global_item a{
	font-size: 20px;
	display: block;
	padding: 20px 20px 20px 20px;
	font-weight: bold;
	text-decoration: none;
	box-sizing: border-box;
	text-align: start;
	color: #3f3f3f;
	background-color: #FFFFFF;
}


.jump ul._genre_menu1 li.global_item a::after{
	content: "";
	display: block;
	position: absolute;
    left: 90%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 15px 0 15px;
	border-color: #05d6d9 transparent transparent transparent;
}


.sp_genre_menu{
    display: none;
}


#outer a.adjustment {
    display: block;
    padding-top: 60px;
    margin-top: -60px;
}
/*H2のcss*/
.centered-line {
  display: flex;
  align-items: center;
  text-align: center;
  margin-bottom: 120px;
  margin-top: 25px;
}

.centered-line::before,
.centered-line::after {
  content: "";
  flex: 1;
  border-bottom: 8px solid #D9D9D9; /* 赤いラインの色 */
  margin: 0 10px; /* テキストとラインの間の余白 */
}

.centered-line h2 {
  font-size: 2em; /* テキストのサイズ */
  font-weight: bold; /* 太字 */
  color: #3f3f3f; /* テキストの色 */
  margin: 0 40px; /* デフォルトの余白をリセット */
}

/*カテゴリごとのcss*/

.outer.frame {
    padding-top: 60px;
}


/*袋・容器の種類から選ぶのcss*/

.item_image {
    width: 85%;
    margin: 15px auto 0 auto;
}


.contents {
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.contents .item {
    width: 23%;
    border: solid 2px #cccccc;
    z-index: 1;
    margin: 0 0 20px 0;
    padding-bottom: 10px;
    display: flex;
    flex-direction: column;
}


.contents .item h4.item_title {
    text-align: center;
    padding: 20px 0px 15px 0px;
    font-size: 1.4em;
    color: #3f3f3f;
    font-weight: bold;
}

.contents .item .btns {
    margin-top: auto;
    margin-bottom: 12px;
    padding: 0 5px;
	font-size: 1.1rem;
}

.contents .item .btns a:hover {
    opacity: 0.7;
}


.contents .item .btns a {
	border-radius: 100vh;
    padding: 0.4em 0;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    display: block;
    border-bottom: solid 5px #d1f3f3;
	background-color: #36e2e5;
	color: #fbfeff;
	text-shadow: 1px 1px 1px #aec3c3;
}



/*サンドイッチの形から選ぶのcss*/
/*三角サンドイッチにおすすめ商品のcss*/

.shape_menu {
  width: 70%;
  background-color: #d4f4ffa6;
  text-align: center;
  padding: 50px;
  margin: auto;
  font-size: 1.5rem;
}

.shape_menu ol {
    width: 80%;
    display: block;
    text-align: start;
        list-style: none;
    margin: 0 10% 0 17%;
}

 .global_item {
  margin-top: 5px;
  position: relative;
  width: fit-content;
  list-style: none;
}
.shape_menu .global_item .span_number {
  margin-right: 20px;
  display: inline-block;
  font-size: 1.35em;
  color: #3f3f3f;
  text-decoration: underline #b0c8c9;
  text-underline-offset:4px;
}

.shape_menu .global_item .span_shape {
  display: inline-block;
  font-size: 1.35em;
  color: #05d6d9;
}

.shape_menu .global_item a{
	text-decoration: none;
	color: #3f3f3f;
}

.shape_menu .global_item a::after {
    content: "";
    display: block;
    position: absolute;
    left: 115%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 17.5px 0 17.5px;
    border-color: #05d6d9 transparent transparent transparent;
}

.contents_shape h3 {
    position: relative;
    padding: 1rem 1.5rem;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    margin: 70px 380px 40px 380px;
}

.contents_shape h3::before,
.contents_shape h3::after {
    position: absolute;
    content: '';
    top: 1.4rem;
    height: 3.5rem;
}

.contents_shape h3::before {
    border-left: solid 3px;
    left: 0;
    transform: rotate(-30deg);
}

.contents_shape h3::after {
    border-right: solid 3px;
    right: 0;
    transform: rotate(30deg);
}

.span_shape_v{
    display: inline-block;
    font-size: 1.15em;
    color: #43d5d8;
    text-decoration: underline;
    text-decoration-thickness: 0.35em;
    text-decoration-color: #d6fba5;
    text-underline-offset: 0.01em;  
    text-decoration-skip-ink: none;
    letter-spacing: -0.1rem;
}


/*タブ切り替えの中身のスタイル*/
 .tab_s_item {
	width: calc(100%/2);
	display: block;
	justify-content: center;
	align-items: center;
	margin: 0;
	border-left: solid 2px #ffffff;
	box-sizing: border-box;
	background-color: #D9D9D9;
	line-height: 0.8em;
	font-size: 22px;
	text-align: center;
	float: left;
	font-weight: bold;
	transition: all 0.2s ease;
	padding: 1.3em;
	border-top: 15px solid #D9D9D9;
}
 .tab_s_item:first-of-type {
	border-left-style: none;
}
 .tab_s_item:hover {
	opacity: 0.7;
}

/*ラジオボタンを全て消す*/
input[name="tab_s_item"] {
	display: none;
}
/*タブ切り替えの中身のスタイル*/
.tab_content {
	display: none;
	clear: both;
	overflow: hidden;
	font-size: 14px;
}
/*選択されているタブのコンテンツのみを表示*/
#tab_s1:checked ~ #tab1s_content, #tab_s2:checked ~ #tab2s_content{
	display: block;
}
/*選択されているタブのスタイルを変える*/
 .tabs_shape input:checked + .tab_s_item {
	background-color: #d4f4ffa6;
	color: #3f3f3f;
	border-top: 15px solid #36e2e5;
}


.tabs_shape .span_tabtitle {
  display: inline-block;
  font-size: 1.35em;
  color: #43d5d8;
}

.tabs_shape .span_shape {
  display: inline-block;
  font-size: 1.35em;
  color: #43d5d8;
  text-decoration: underline;
  text-decoration-thickness: 0.35em;
  text-decoration-color: #d6fba5;
  text-underline-offset: 0.01em;
  text-decoration-skip-ink: none;
  letter-spacing: 0.003rem;
}

	.osusume_space{
	  display: flex;
	  flex-direction: row;
      flex-wrap: wrap;
	  justify-content: space-between;
	  padding: 60px 25px 50px 25px;
	}


	.osusume_box .osusume_series {
	  display: inline-block;
	  font-size: 1.35em;
	  position: relative; /* 基準位置とする */
	}

	.tabs_shape .osusume_space .osusume_box {
	  display: block;
	  width: 48%;
	  padding: 30px 0 10px 0;
	  margin: 40px 0 20px 0;
	}	
	
	.osusume_box .osusume_naiyou {
      display: flex;
	  flex-direction: row;
	}	
	

	.osusume_box .osusume_naiyou .osusume_gazou{
    border: solid 1px #cccccc;
    margin-left: 5px;
	}
	
	.osusume_box .osusume_naiyou .icon_hata {
    width: 70px;
	}

	.osusume_box .osusume_naiyou .osusume_series  {
    font-size: 1.8em;
    font-weight: bold;
	width:140px;
	}

	.osusume_box .btns {
		margin-top: 40px;
		padding: 0 10px;
		font-size: 1.1rem;
	}

	.osusume_box .btns a:hover {
		opacity: 0.7;
	}


	.osusume_box .btns a {
		border-radius: 100vh;
		padding: 0.6em 0;
		text-decoration: none;
		font-weight: bold;
		text-align: center;
		display: block;
		border-bottom: solid 5px #d1f3f3;
		background-color: #36e2e5;
		color: #fbfeff;
		text-shadow: 1px 1px 1px #aec3c3;
	}

/*四角・縦長のおすすめ商品*/
/*タブ切り替えの中身のスタイル*/
 .tab_ss_item {
	width: calc(100%/2);
	display: block;
	justify-content: center;
	align-items: center;
	margin: 0;
	border-left: solid 2px #ffffff;
	box-sizing: border-box;
	background-color: #D9D9D9;
	line-height: 1.4em;
	font-size: 22px;
	text-align: center;
	float: left;
	font-weight: bold;
	transition: all 0.2s ease;
	padding: 1.3em;
	border-top: 15px solid #D9D9D9;
	letter-spacing: 0.1rem;
}
 .tab_ss_item:first-of-type {
	border-left-style: none;
}
 .tab_ss_item:hover {
	opacity: 0.7;
}

/*ラジオボタンを全て消す*/
input[name="tab_ss_item"] {
	display: none;
}
/*タブ切り替えの中身のスタイル*/
.tab_content {
	display: none;
	clear: both;
	overflow: hidden;
	font-size: 14px;
}
/*選択されているタブのコンテンツのみを表示*/
#tab_s3:checked ~ #tab3s_content, #tab_s4:checked ~ #tab4s_content{
	display: block;
}
/*選択されているタブのスタイルを変える*/
 .tabs_shape_shikaku input:checked + .tab_ss_item {
	background-color: #d4f4ffa6;
	color: #3f3f3f;
	border-top: 15px solid #36e2e5;
}

 .tabs_shape_shikaku .span_tabtitle{
	display: inline-block;
	font-size: 1.35em;
	color: #43d5d8;
}


.tabs_shape_shikaku .osusume_space .osusume_box {
    display: block;
    width: 48%;
    padding: 30px 0 10px 0;
    margin: 20px 0 20px 0;
}

 .osusume_series2 .span_shape {
	display: inline-block;
	font-size: 1.35em;
	color: #43d5d8;
	text-decoration: underline;
	text-decoration-thickness: 0.35em;
	text-decoration-color: #ffff66;
	text-underline-offset: 0.01em;
	text-decoration-skip-ink: none;
    letter-spacing: 0.03rem;
}


	.osusume_box .osusume_series2 {
	  position: relative; /* 基準位置とする */
	}

	.osusume_box .osusume_naiyou .osusume_series2  {
    font-size: 1.8em;
    font-weight: bold;
	width:140px;
	}



/*サイズ・内容量から選ぶ<*/

/*タブ切り替えの中身のスタイル*/
 .tab_sl_item {
	width: calc(100%/2);
	display: block;
	justify-content: center;
	align-items: center;
	margin: 0;
	border-left: solid 2px #ffffff;
	box-sizing: border-box;
	background-color: #D9D9D9;
	line-height: 1.4em;
	font-size: 22px;
	text-align: center;
	float: left;
	font-weight: bold;
	transition: all 0.2s ease;
	padding: 1.3em;
	border-top: 15px solid #D9D9D9;
    margin-bottom: 130px;
    letter-spacing: 0.1rem;
}
 .tab_sl_item:first-of-type {
	border-left-style: none;
}
 .tab_sl_item:hover {
	opacity: 0.7;
}

/*ラジオボタンを全て消す*/
input[name="tab_sl_item"] {
	display: none;
}
/*タブ切り替えの中身のスタイル*/
.tab_content {
	display: none;
	clear: both;
	overflow: hidden;
	font-size: 14px;
}
/*選択されているタブのコンテンツのみを表示*/
#tab_s5:checked ~ #tab5s_content, #tab_s6:checked ~ #tab6s_content{
	display: block;
}
/*選択されているタブのスタイルを変える*/
 .tabs_sizelist input:checked + .tab_sl_item {
	background-color: #d4f4ffa6;
	color: #3f3f3f;
	border-top: 15px solid #36e2e5;
}

 .tabs_sizelist .span_tabtitle{
	display: inline-block;
	font-size: 1.35em;
	color: #43d5d8;
}

h3 {
    font-size: 1.5rem;
    font-weight: bold;
	margin-bottom: 50px;
    letter-spacing: 0.1rem;
}

.series-contents {
    padding-top: 60px;	
}

.contents_sizelist_space {
    display: flex;
    flex-direction: row;
}


.series-container {
    padding: 0 0 40px 0;
}

.series-container {
    display: flex;
    justify-content: center; 
    align-items: center; /* 子要素を縦方向の中心に揃えます */
	padding: 0 0 40px 0;
	flex-direction: column;
}

.series-container li {
    width: 290px;
    margin: 25px 50px;
    text-align: center;
}

.series-container li img{
    border: solid 1px #dfdfdf;
}

.series-container li p{
	font-size: 1.3rem;
	text-decoration : none!important;
	display: inline-block;
	color:#332525;
	padding-top: 10px;
}


/*サンドイッチ袋(サイズ・内容量から選ぶ)*/


.tb03{
    table-layout: auto;
}

tbody {
    display: table-row-group;
    vertical-align: middle;
    unicode-bidi: isolate;
    border-color: inherit;
}

#outer .tb02 td {
    padding: 10px;
    border: solid 1px #ccc;
    text-align: center;
    box-sizing: border-box;
    font-size: 1.3em;
    line-height: 2.2;
    font-weight: bold;
    background-color: #FFFFFF;
	color: #3f3f3f;
}


#outer table.tb02 {
    border-collapse: collapse;
    width: 70%;
    table-layout: fixed;
    margin-bottom: 75px;
    margin: 20px auto 35px;
    line-height: normal;
}

#outer .tb02 tr.tr_head {
    background: #ddfff6;
    color: #3f3f3f;
}

#outer .tb02 tr.tr_head th {
    font-weight: bold;
    font-size: 1.5em;
    padding: 10px;
}


#outer .tb02 th {
    padding: 10px;
    border: solid 1px #ccc;
    text-align: center;
    box-sizing: border-box;
}

#outer .tb02 tr.tr_2 {
    background-color: #FCFAEE;
}


tbody a{
    color: #72d2d3;    
}

.saizelist_btn {
    width: 100%;
    font-size: 1.4em;
    margin: 50px auto 50px;
    text-shadow: 1px 1px 1px #aec3c3;
}

.saizelist_btn a {
    color: #fbfeff !important;
    border-bottom: solid 5px #d1f3f3;
    text-decoration: none !important;
    position: relative;
    display: block;
    text-align: center;
    vertical-align: middle;
    margin: auto;
    padding: 10px;
    font-weight: bold;
    border-radius: 100vh;
    background-color: #36e2e5;
}

/*サンドイッチ袋(サイズ・内容量から選ぶ)*/

#outer table.tb01 {
    border-collapse: collapse;
    width: 75%;
    table-layout: fixed;
    margin-bottom: 75px;
    margin: 20px auto 35px;
}

#outer .tb01 tr.tr_head {
    color: #3f3f3f;
}

#outer .tb01 tr.tr_head th {
    background-color: #ddfff6;
	font-weight: bold;
    font-size: 1.5em;
    padding: 10px;
    border: solid 1px #ccc;
	text-align: center;
}

#outer .tb01 td {
    padding: 10px;
    border: solid 1px #ccc;
    text-align: center;
    font-size: 1.3em;
    font-weight: bold;
}

#outer .tb01 tr.tr_2 {
    background-color: #FFFCE6;
}

p.foodpack-type {
    font-size: 1.7rem;
    background-color: #36e2e5;
    font-weight: bold;
    color: #FFF;
    padding: 5px 30px;
    position: absolute;
    top: 0px;
    left: 30px;
	border-radius: 15px;
	text-shadow: 1px 1px 1px #aec3c3;
}

.contents_sizelist_space2 {
    display: flex;
    flex-direction: row;
    position: relative;
	padding-top: 70px;
	padding-bottom: 70px;
}

.contents_sizelist_space3 {
    display: flex;
    flex-direction: row;
    position: relative;
	padding-top: 0px;
	padding-bottom: 70px;
}

.contents_sizelist_space2 a,.contents_sizelist_space3 a {
    color: #62b0b1;
}

#outer table.tb03 {
    border-collapse: collapse;
    width: 75%;
    table-layout: fixed;
    margin-bottom: 75px;
    margin: 20px auto 35px;
    height: fit-content;
}

#outer .tb03 tr.tr_head {
    color: #3f3f3f;
}

#outer .tb03 tr.tr_head th {
    background-color: #ddfff6;
	font-weight: bold;
    font-size: 1.5em;
    padding: 10px;
    border: solid 1px #ccc;
	text-align: center;
}

#outer .tb03 td {
    padding: 10px;
    border: solid 1px #ccc;
    text-align: center;
    font-size: 1.3em;
    line-height: ;
    font-weight: bold;
}

#outer .tb03 tr.tr_2 {
    background-color: #FFFCE6;
}





/*関連備品を探す*/
.button-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 40px;
}

.image-text-button {
    display: flex;
    align-items: center;
    padding: 5px 5px;
    background-color: #d4f4ffa6;
    color: #09a6a9;
    border-radius: 5px;
    text-decoration: none;
    font-size: 1.7rem;
    cursor: pointer;
    transition: background-color 0.3s;
    border: 5px solid #a0e8e9;
    height: 90px;
    width: calc(85% / 3);
    margin: 20px;
    border-radius: 10px;
	font-weight: 600;
	justify-content: stretch;
}

.button-image {
    max-width: none;
    height: 100px;
    margin-right: 10px;
}


.outer_frame_last{
    padding: 60px 0;
}










/*関連記事のところ*/

#outer .uline_b{
	background-color: #ddfff6;
	border-bottom: solid 3px #ddfff6;
	font-weight: bold;
	line-height: 60px;
	text-align: center;
	padding: 0 2em 0 1em;
	font-size: 2em;
	color: #332525;
	box-sizing: border-box;
	margin-block-start: 0.5em;
	margin-block-end: 0.5em;
	margin-bottom:30px;
}

.column{
	width: 100%;
	margin-bottom: 45px;
}
.column h3{
	font-size: 1.5em;
	font-weight: bold;
	margin: 35px 0 15px;
}
.column h3::before{
	content: "┃"
}
.contents_02{
	display: flex;
	flex-wrap: wrap;
/*	justify-content: space-between;*/
	margin: 0 auto;
}
.contents_02 .item_{
	width: 32%;
	box-sizing: border-box;
/*	border: solid 1px #cccccc;*/
	display: flex;
	flex-direction: column;
}
.contents_02::after{
	content: "";
	display: block;
	width: 32%;
	height: 0;
}

.contents_02 .item_ ul.btns_{
	margin-top: auto;
	margin-bottom: 12px;
	padding: 0 10px;
}
.contents_02 .item_ ul.btns_ li.btn_gazou_{
	position: relative;
}
.item_ .btn_gazou_ a{
	display: block;
	position: relative;
	padding: 10px;
	color: #ffffff;
	background-color: #00aeb9;
	font-weight: bold;
	border-radius: 20px;
	text-align: center;
	text-decoration: none;
	font-size: 1em;
}

.column ul.tokusyu{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	box-sizing: border-box;
	width: 100%;
	list-style: none;
	margin: 0 auto;
}
.column ul.tokusyu li{
	width: 23%;
	margin-bottom: 10px;
}
.column ul.tokusyu li img{
	width: 100%;
	height: auto;
}
.column ul.tokusyu::before{
	content: "";
	display: block;
	width: 23%;
	order: 1;
}
.column ul.tokusyu::after{
	content: "";
	display: block;
	width: 23%;
}
.btn_gazou_:hover,.tokusyu li:hover{
	opacity: 0.7;
}

.pc_none {
    display: none;
}



/*スマホの設定*/
@media screen and (max-width: 768px) {
	#outer{
		width: 100%;
    position: sticky;
    z-index: 0;
	}
	
	/*見出し*/
	#outer .top_parts{
		flex-direction: column-reverse;
	}
	#outer .top_parts .top_txt{
		width: 100%;
		padding: 15px;
	}
	#outer .top_parts .top_txt h1{
		font-size: 1.2em;
		padding: 5px 5px 0 5px;
	}
	#outer .top_parts .top_txt p{
		font-size: 1em;
		padding: 5px;
	}
	#outer .top_parts .top_img{
		width: 100%;
	}
	#outer .top_parts .top_img img{
		width: 100%;
	}
	
	/*カテゴリボタン設定*/
	#outer .category_btn{
		width: 95%;
		font-size: 1.1em;
		margin: 15px auto 40px;
	}
	#outer .category_btn a{
		padding: 6px;
	}


#outer .jump {
    margin: 0 auto 5px;
}

.jump ul._genre_menu1 {
    flex-direction: column;
}
	
.jump ul._genre_menu1 li.global_item {
    width: 99%;
    border: solid 1px #9abbbb;
    margin: -1px auto;
}
	
.jump ul._genre_menu1 li.global_item a {
    text-align: left;
    font-size: 1.1rem;
    display: block;
    padding: 10px 10px 10px 40px;
}	
	
.jump ul._genre_menu1 li.global_item a::after {
    left: 85%;
}	
	
.jump ul._genre_menu1 li.global_item:last-child {
    border-right: solid 1px #9abbbb;
}


#outer a.adjustment {
    display: block;
    padding-top: 150px;
    margin-top: -150px;
}	
	
#outer .uline_b {
    line-height: 50px;
    padding: 0em;
    font-size: 1.5em;	
}
	
.centered-line h2{
	font-size: 1.4em;
    margin: 0;
}

.centered-line {
    margin-bottom: 25px;
}
	
.centered-line::before, .centered-line::after {
    border-bottom: 4px solid #D9D9D9;
    margin: 0 10px;
}
	
h3 {
    padding: 1.5rem 1.5rem;
    font-size: 1.1em;
    margin: 0px 10%;
}

.tab_s_item {
    line-height: 1.7em;
    font-size: 1rem;
    position: relative;
    padding: 0.4em;
}
	
.centered-line {
    display: flex;
    align-items: center;
    text-align: center;
    margin-bottom: 25px;
    margin-top: 20px;
}
	

	
.outer.frame {
    padding-top: 30px;
}	

/*袋・容器の種類から探す*/	

.shape_menu {
    width: 100%;
    text-align: center;
    padding: 10px;
    font-size: 1rem;
    margin: 0;
}
	
.osusume_space {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 28px 10px 0px 10px;
}

	
.contents {
    margin-bottom: 0px;
    flex-direction: row;
}

.contents .item {
    width: 49%;
    border: solid 1px #cccccc;
    z-index: 1;
    margin: 0 0 10px 0;
    padding-bottom: 10px;
}

.item_image {
    width: 60%;
    margin: 15px auto 0 auto;
}

.contents .item h4.item_title {
    text-align: center;
    padding: 15px 0px 15px 0px;
    font-size: 1.2em;
}	
	
.contents .item .btns {
    margin-top: 0;
    margin-bottom: 5px;
    padding: 3px;
    font-size: 0.8rem;
}

.line-break {
  display: inline-block;
}


/*サンドイッチの形から選ぶ*/

.tabs_shape_shikaku input:checked + .tab_ss_item {
    border-top: 8px solid #36e2e5;
}
	
.contents_shape h3 {
    font-size: 1.1rem!important;
	margin: 0!important;
    padding: 2rem 1.5rem 1.5rem 1.5rem;
}
	
.contents_shape h3::before {
    border-left: solid 1px!important;
    left: 40px!important;
}

.contents_shape h3::after {
    border-right: solid 1px!important;
    right: 40px!important;
}
		

.shape_menu ol {
    width: 85%;
    margin: 5px auto;
}

.global_item {
    margin-top: 10px;
}
	
	
.shape_menu .global_item a::after {
    content: "";
    display: block;
    position: absolute;
    top: 35%;
        left: 115%;
}
	
.tabs_shape .osusume_space .osusume_box {
    display: block;
    width: 100%;
    padding: 30px 0 10px 0;
    margin: 40px 0 20px 0;
}

.osusume_box .osusume_naiyou {
    flex-direction: column;
    position: relative;
}
	
.tabs_shape .osusume_space .osusume_box {
    margin: 0px 0 20px 0;
}
	
.osusume_box .btns {
    margin-top: 20px;
    padding: 0 10px;
    font-size: 0.8rem;
}

.osusume_box .osusume_naiyou .osusume_series {
    font-size: 1.2em;
    font-weight: bold;
    width: 100%;
    position: absolute;
    top: 10px;
    left: 40px;
    letter-spacing: 0.03rem;
}

.osusume_box .osusume_naiyou .osusume_gazou {
    margin-top: 10px;
    width: 85%;
    margin: 10px auto 0 auto;
}

.sp_none {
    display: none;
}

.osusume_box .osusume_naiyou .osusume_series2 {
    font-size: 1.2em;
    font-weight: bold;
    width: 100%;
    position: absolute;
    top: 10px;
    left: 42px;
    letter-spacing: 0.03rem;
}
	
.osusume_box .osusume_naiyou .icon_hata {
    width: 45px;
}
	
.tabs_shape .osusume_space .osusume_box {
    padding: 0px;
}	

.tabs_shape .span_tabtitle {
    display: flow;
}	
	

	
/*サイズ・内容量から選ぶ*/
	

.tab_sl_item {
    line-height: 1.5em;
    font-size: 1rem;
    position: relative;
    padding: 0.7em;
    margin-bottom: 0px;
    border-top: 8px solid #36e2e5;
}

.tabs_sizelist input:checked + .tab_sl_item {
    background-color: #d4f4ffa6;
    color: #3f3f3f;
    border-top: 8px solid #36e2e5;
}
	
.contents_sizelist_space {
    display: flex;
    flex-direction: column;
}

.series-container {
    flex-direction: row;
    margin: 0 10px;
    padding: 0px;
}
	
.series-container li {
    margin: 0px 5px 0px 5px;
    width: max-content;
    display: inline-table;
}

.series-container li p {
    font-size: 0.8rem;
}
	
.saizelist_btn {
	margin-top: 0px;
	padding: 0 10px;
	font-size: 0.8rem;
	width: 90%;
	margin-bottom: 0px;
}
	
.saizelist_btn a {
	margin-top: 0px;
	padding: 5px 10px;
	font-size: 0.9rem;
}
	
#outer table.tb01 {
    width: 95%;
}
	
#outer .tb01 tr.tr_head th {
    font-size: 1em;
    padding: 8px;
}
	
#outer .tb01 td {
    font-size: 1.1em;
}
	
.sizelist_h3{
    padding: 1.5rem 0rem;
    font-size: 1.1em;
    margin: 0px 0px 0px 10px;	
}
	
.contents_sizelist_space2 {
    flex-direction: column;
}
	
.contents_sizelist_space3 {
    flex-direction: column;
}

.foodpack_img{
    width: 60%;
}

p.foodpack-type {
    font-size: 1.15rem;
    padding: 5px 20px;
}
	
.contents_sizelist_space2 {
    padding-bottom: 0px;
}
	
.contents_sizelist_space3 {
    padding-bottom: 0px;
}
	
#outer table.tb03 {
    width: 95%;
    margin: 20px auto 40px auto;
}
	
#outer .tb03 tr.tr_head th {
    font-size: 1em;
}
	
#outer .tb03 td {
    font-size: 1em;
}
	
tbody {
    display: inline;
}

/*関連備品を探す*/
.outer_frame_last {
    padding: 30px 0;
}	
	
.button-container {
    flex-direction: column;	
    margin-bottom: 10px;
}
	
.image-text-button {
    font-size: 1.4rem;
    border: 3px solid #a0e8e9;
    height: 40px;
    width: 73%;
    margin: 7px auto;
    border-radius: 10px;
    font-weight: 600;
    justify-content: stretch;
}
	
.button-image {
    max-height: 100%;
}

.global_item .line-break {
  display: inline-block;
}
	
	
.tab_ss_item {
	line-height: 1.5em;
    font-size: 1rem;
    position: relative;
    padding: 0.7em;
    border-top: 8px solid #36e2e5;
}
	
.span_shape_v {
    font-size: 1.35em;
}

/*関連記事のとこ*/
	.column{
		width: 100%;
	}
	.column h3{
		padding: 5px;
		font-size: 1.3em;
		margin: 0;
	}
	.column h3::before{
		content: "┃"
	}
	.contents_02{
		padding: 0 10px;
	}
	.contents_02 .item_{
		width: 100%;
		margin: 5px auto;
		padding: 0;
	}
	.contents_02::after{
		content: none;
	}
	.contents_02 .item_ ul.btns_{
		font-size: 0.8em;
		width: 100%;
		margin-bottom: 0;
		padding: 0;
	}
	.contents_02 .item_ ul.btns_ li.btn_gazou_{
		position: relative;
	}
	.item_ .btn_gazou_ a{
		padding: 10px 0;
		border-radius: 100vh;
		color: #ffffff;
		font-weight: bold;
		text-align: center;
		display: block;
		position: relative;
		transition: .3s;
		margin: 5px;
	}
	
	.column ul.tokusyu{
		width: 96%;
		margin: 0 auto;
		padding: 0;
		float: none;
	}
	.column ul.tokusyu li{
		width: 49%;
	}	
		
}
	