﻿@charset "utf-8";/* CSS Document *//*大枠のcss*/#outer{width: 1260px;margin: 0 auto;}/*マウスオーバーでふぉんってなる*/#outer a:hover{opacity: 0.7;}/*価格表記文言*/#outer .kakakuhyouki{padding: 10px;font-size: 1em;}/*見出し*/#outer .top_parts{width: 100%;display: flex;justify-content: space-between;background-color: #FFCBCB;margin-bottom: 50px;}#outer .top_parts .top_txt{width: 54%;color: #493628;display: flex;flex-direction: column;justify-content: center;box-sizing: border-box;padding: 0 0 0 25px;}#outer .top_parts .top_txt h1{font-size: 2.3em;font-weight: bold;padding-bottom: 5px;line-height: 1.2;}#outer .top_parts .top_txt p{font-size: 1.3em;padding-top: 10px;}#outer .top_parts .top_img{width: 44%;}#outer .top_parts .top_img img{width: 100%;}/*レコメンドのところ*/#recommend_block{border-top: inherit;}#recommend_block .ec-shelfRole{margin-bottom: 0px;}/*カテゴリボタン設定*/#outer .category_btn,.category_btn_j{width: 100%;font-size: 1.2em;margin: 15px auto 60px;}#outer .category_btn_j{margin: 80px auto 60px;}#outer .category_btn a,.category_btn_j a{color: #493628 !important;border-bottom: solid 3px #FFCBCB;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: #FFCBCB;}#outer .category_btn a:hover{opacity: 0.7;}/*関連記事のところ*/.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: #493628;background-color: #FFCBCB;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;}/*h2*/#outer h2.uline_b{font-size: 2em;font-weight: bold;/*	text-align: center;*/border-bottom: solid 5px #FFCBCB;margin-bottom: 15px;}p.discription{margin-bottom: 45px;}/*ページジャンプのcss*/#outer .jump{width: 100%;background-color: #ffffff;margin: 0 auto 50px;box-sizing: border-box;position: sticky;top: 0;z-index: 2;padding-bottom: 0;padding-top: 0;max-width: 100%;}.jump ul._genre_menu{width: 100%;display: flex;flex-flow: row;justify-content: center;margin: 0;box-sizing: border-box;list-style: none;padding: 0;border-top: solid 2px #FFCBCB;border-right: solid 2px #FFCBCB;}.jump ul._genre_menu li.global_item{width: 50%;position: relative;border-left: solid 2px #FFCBCB;border-bottom: solid 2px #FFCBCB;}.jump ul._genre_menu li.global_item:last-child{border-right-style: none;margin-right: 0;}.jump ul._genre_menu li.global_item a{display: block;padding: 20px 20px 40px 20px;font-weight: bold;text-decoration: none;box-sizing: border-box;text-align: center;color: #493628;}.jump ul._genre_menu li.global_item a::after{content: "";display: block;position: absolute;left: 50%;top: 70%;transform: translate(-50%, -50%);width: 0;height: 0;border-style: solid;border-width: 15px 17.5px 0 17.5px;border-color: #493628 transparent transparent transparent;}a.adjustment{display: block;padding-top: 90px;margin-top: -90px;}/*タブのところ*//*タブ切り替え全体のスタイル*/#outer .tabs {margin-top: 50px;padding-bottom: 100px;background-color: #fff;width: 100%;margin: 0 auto;}/*タブのスタイル*/#outer .tab_item {width: calc(100%/4);display: block;justify-content: center;align-items: center;margin: 0;/*height: 50px;*/border-left: solid 2px #ffffff;box-sizing: border-box;background-color: #FFE4E4;line-height: 1.1em;font-size: 22px;text-align: center;float: left;font-weight: bold;transition: all 0.2s ease;padding: 1.5em;}#outer .tab_item:first-of-type {border-left-style: none;}#outer .tab_item:hover {opacity: 0.7;}/*ラジオボタンを全て消す*/input[name="tab_item"] {display: none;}/*タブ切り替えの中身のスタイル*/#outer .tab_content {display: none;padding: 30px 0 0;clear: both;overflow: hidden;font-size: 14px;}/*選択されているタブのコンテンツのみを表示*/#tab1:checked ~ #tab1_content, #tab2:checked ~ #tab2_content, #tab3:checked ~ #tab3_content , #tab4:checked ~ #tab4_content{display: block;}/*選択されているタブのスタイルを変える*/#outer .tabs input:checked + .tab_item {background-color: #FFCBCB;color: #493628;}/*見出し*/#outer .top_parts{width: 100%;display: flex;justify-content: space-between;background-color: #FFCBCB;margin-bottom: 50px;}#outer .top_parts .top_txt{width: 54%;color: #493628;display: flex;flex-direction: column;justify-content: center;box-sizing: border-box;padding: 0 0 0 25px;}#outer .top_parts .top_txt h1{font-size: 2.3em;font-weight: bold;padding-bottom: 5px;line-height: 1.2;}#outer .top_parts .top_txt p{font-size: 1.3em;padding-top: 10px;}#outer .top_parts .top_img{width: 44%;}#outer .top_parts .top_img img{width: 100%;}/*タブ①*//*h3*/#outer h3.contents_h3{font-size: 1.4em;font-weight: bold;margin-top: 35px;margin-bottom: 20px;padding-left: 5px;}#outer h3.contents_h3::before{content: "┃"}/*左画像・右文章*/#outer .contents {width: 100%;display: flex;flex-wrap: wrap;justify-content: space-between;margin: 0 auto;}#outer .contents .item,#outer .contents .item_lowprice {margin: 0 auto 50px;display: grid;grid-template-columns: 1fr 2fr;column-gap: 20px;width: 70%;}#outer .contents .item .item_img ,#outer .contents .item_lowprice.item_img {grid-row: 1;grid-column: 1;}#outer .contents .item .item_img img,#outer .contents .item_lowprice.item_img img {width: 100%;}#outer .contents .item .item_txt,#outer .contents .item_lowprice .item_txt{grid-row: 1;grid-column: 2;margin: 0;}#outer .contents .item .item_txt p,#outer .contents .item_lowprice .item_txt p {line-height: 1.5;font-size: 1.2em;margin-bottom: 20px;}/*赤枠とアイコン*/#outer .contents .item_lowprice{background-color: #FFFCE6;border: solid 2px red;padding: 15px;border-radius: 10px;}.new_icon {width: 60%;position: relative;margin-left: -5em;top: -4.5em;}.new_icon img{position: absolute;}/*価格のところ*/#outer .item_lowprice .item_txt .item_container{text-align: center;}#outer .item_lowprice .item_container .price p.base_price01 {font-size: 65px;font-weight: bolder;color: red;font-family: "Century Gothic", sans-serif;background: linear-gradient(transparent 70%, yellow 70%);text-align: center;width: 75%;margin: auto;}#outer .item_lowprice .item_container .price p.base_price01::before{content: "￥";font-size: 0.6em;}#outer .item_lowprice .item_container .price p.base_price01::after{content: "（税込）";font-size: 0.6em;}/*8個並べ*/#outer .contents_4{margin: 0 auto;display: flex;justify-content: left;flex-wrap: wrap;gap: 0.5em;}#outer .contents_4 .item{width: 12%;box-sizing: border-box;border: solid 1px #cccccc;margin-bottom: 20px;display: flex;flex-direction: column;position: relative;}#outer .contents_4 .item:empty{border: inherit;}#outer .contents_4 .item a{position: absolute;top: 0;left: 0;width: 100%;height: 100%;text-indent: -999px;}#outer .contents_4 .item:hover{opacity: 0.7;}コンテキスト メニューあり#outer .contents_4::after,.contents_4::before{content: "";display: block;width: 24%;height: 0;}#outer .contents_4::before{order: 1;}#outer .contents_4 .item .item_img{width: 100%;}#outer .contents_4 .item .item_img img{width: 100%;max-width: 200px;}#outer .contents_4 .item .item_txt{padding: 0 10px;margin-bottom: 20px;font-size: 0.9em;text-align: center;}#outer .item_lowprice .item_txt h4 {font-size: 1.5em;font-weight: bold;margin-bottom: 5px;}#outer .item ul.osusume li.osusume_item::before{content: "●";}#outer .item ul.osusume li.osusume_item:last-child::after{content: "　など";}/*商品一覧はこちらのボタン*/#outer .contents .item ul.btns{margin-top: auto;margin-bottom: 12px;padding: 0 10px;}#outer .contents .item ul.btns li.btn_gazou{position: relative;}#outer .item .btn_gazou a{display: block;position: relative;padding: 10px;color: #ffffff;background-color: #FFCBCB;font-weight: bold;border-radius: 20px;text-align: center;text-decoration: none;}#outer .item .btn_gazou a::after{content: url(https://shimojima.live/img/freepage/food_delivery/ico_ya.png);line-height: 0;position: absolute;top: 50%;right: 5%;transform: translateY(-50%);}/*レコメンドの順位ランキングアイコン*/#recommend_block .ec-shelfRole li.ec-shelfGrid__item:before {content: '';z-index: 2;position: absolute;display: inline-block;width: 25px;height: 25px;background-size: contain;vertical-align: middle;}#recommend_block .ec-shelfRole li.ec-shelfGrid__item:nth-child(1)::before {background-image: url(/img/icon/rank_category_1.png);}#recommend_block .ec-shelfRole li.ec-shelfGrid__item:nth-child(2)::before {background-image: url(/img/icon/rank_category_2.png);}#recommend_block .ec-shelfRole li.ec-shelfGrid__item:nth-child(3)::before {background-image: url(/img/icon/rank_category_3.png);}#recommend_block .ec-shelfRole li.ec-shelfGrid__item:nth-child(4)::before {background-image: url(/img/icon/rank_category_4.png);}#recommend_block .ec-shelfRole li.ec-shelfGrid__item:nth-child(5)::before {background-image: url(/img/icon/rank_category_5.png);}#recommend_block .ec-shelfRole li.ec-shelfGrid__item:nth-child(6)::before {background-image: url(/img/icon/rank_category_6.png);}#recommend_block .ec-shelfRole li.ec-shelfGrid__item:nth-child(7)::before {background-image: url(/img/icon/rank_category_7.png);}#recommend_block .ec-shelfRole li.ec-shelfGrid__item:nth-child(8)::before {background-image: url(/img/icon/rank_category_8.png);}#recommend_block .ec-shelfRole li.ec-shelfGrid__item:nth-child(9)::before {background-image: url(/img/icon/rank_category_9.png);}#recommend_block .ec-shelfRole li.ec-shelfGrid__item:nth-child(10)::before {background-image: url(/img/icon/rank_category_10.png);}/*価格*/.item_price {display: flex;align-items: center;gap: 5px;font-size: 3.1em;font-weight: bolder;color: red;text-align: center;justify-content: center;}.item_price::after {content: "（税込）";font-size: 0.5em;display: inline-block;vertical-align: baseline;margin-left: -10px;position: relative;top: 0.4em;}.unit_price {display: flex;align-items: center;gap: 5px;font-size: 1.3em;font-weight: bolder;text-align: center;justify-content: center;margin-top: 0.7em;background: linear-gradient(transparent 65%, yellow 30%);}.unit_price::after {content: "（税込）";font-size: 1em;display: inline-block;vertical-align: baseline;margin-left: 4px;}.item_price span {vertical-align: bottom;line-height: 1;}/*スマホの設定*/@media screen and (max-width: 768px) {#outer{width: 100%;}/*見出し*/#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;}/*関連記事のとこ*/.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: #493628;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%;}/*h2*/#outer h2.uline_b{font-size: 1.5em;margin: 25px 5px 15px;padding-bottom: 5px;line-height: 1.2;}.jump ul._genre_menu li.global_item a {padding: 10px 10px 30px;}.jump ul._genre_menu li.global_item a::after {border-width: 10px 10px 0 10px;}#outer .tab_item {width: calc(100% / 2);padding: 15px;border-bottom: solid 2px #fff;font-size: 15px;}#outer .contents_4 {justify-content: center;}#outer .contents_4 .item {width: 29%;margin-bottom: 0;}/*左画像・右文章*/#outer .contents {width: 100%;display: block;margin: 0 auto;}#outer .contents .item,#outer .contents .item_lowprice {margin: 0 auto 30px;display: block;}#outer .contents .item .item_img,#outer .contents .item_lowprice .item_img {margin-bottom: 5px;}#outer .contents .item .item_txt p,#outer .contents .item_lowprice .item_txt p {line-height: 1.5;font-size: 1em;}#outer .contents .item .item_txt,#outer .contents .item_lowprice .item_txt {margin: 20px 10px;}.circle {margin: 10px;padding: 30px;}#outer .contents .item .item_txt .circle p {font-size: 20px;}/*価格のところ*/.new_icon {width: 60%;position: relative;margin-left: -5em;top: -5em;}#outer .contents .item_lowprice .item_txt p{margin-bottom: 10px;}#outer .item_lowprice .item_txt .item_container{width: 100%;}#outer .item_lowprice .item_container .price p.base_price01 {font-size: 40px;width: 75%;margin: auto;}#outer .contents_4 .item .item_txt {padding: 0;margin-bottom: 0px;text-align: left;}/*価格*/.item_price {font-size: 2.8em;margin-top: 0.25em;}.item_price::after {font-size: 0.5em;}.unit_price {font-size: 0.85em;}p.discription{margin: 1em;}#outer .item_lowprice .item_txt h4 {font-size: 1.1em;font-weight: bold;margin-bottom: 5px;}}