@charset "utf-8";
/* CSS Document */

.kakudai {transition:.5s all;}
.kakudai:hover, .kakudai:active {
	transform:scale(3.2,3.2);
	transition:.5s all;
}
/* contents共有
-------------------------------------------- */

section.top-image01 {
	background: #fff;
	height: 350px;
	background: url("../../images/contents/contents-head-sp.png") center bottom no-repeat;
}
div.saposute-head-image-index {
	position: absolute;
	top:150px;
	right: 0px;
}
section.top-contents {
	background: #fff;
	min-height: 200px;
	padding: 0 0 0 0;
	background: url("../../images/contents/contents-head-sp.png") center bottom no-repeat;
}

div.saposute-head {
	margin: 18px auto -10px auto;
	width: 95%;
}

h1.saposute-head {
	font-size:180%;
	margin: 0 0 10px 0;
	/*  -webkit-text-stroke: 1px #FFF;
    text-stroke: 1px #FFF;*/
	text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
}

address.saposute-head {
	line-height: 1.5;
	margin: 0 20px 10px 20px;
}
div.saposute-head-index {
	margin: 10px auto 10px auto;
	width: 95%;
	position: relative;
}
ul.contents-menu {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
        justify-content: center;
	-webkit-justify-content: center;
        flex-wrap: wrap;
	-moz-flex-wrap: wrap;
    　-webkit-flex-wrap: wrap;
	margin: 0 auto 20px auto;
}
ul.contents-menu li {
	width: 98%;
	text-align: center;
	padding: 15px;
	background: #e3f758;
	margin: 0 5px 10px 5px;
	border-radius: 6px;
	 -webkit-border-radius: 6px;
	 -moz-border-radius: 6px;
}
ul.contents-menu li a{
	font-weight: 600;
	display: block;
	color: #333;
}
ul.contents-menu li:hover {
	background: #ffff84;
}

dl.contents-news {
	width: 100%;
	margin: 0 auto 0 auto;
}
dl.contents-news p.news-date {
	margin: 0px 0 10px 0;
	font-weight: 600;
}
dl.contents-news dt{
	font-weight: 600;
}
dl.contents-news dt a{
	color: #c30;
}
dl.contents-news dd{
	margin: 10px 0 20px 0;
	line-height: 1.4;
	padding-bottom: 10px;
}
 @keyframes fadeIn2 {
 0% {
    opacity: 0;
    transform: translateY(150px);
}
 100% {
    opacity: 1;
    transform: translateY(0);
}
}
div.scroll-btn {
    margin: 35px auto 0 auto;
    width: 120px;
}
div.article {
    background: #fff;
    margin: 0 auto 5px auto;
    padding: 15px 15px 15px 15px;
    border-radius: 10px;
     -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
}
div.article > p{
    margin: 0 5px 0 5px;
}
div.article > h2{
    font-size: 160%;
}
div.article-l {
    width: 98%;
    margin: 0 auto 10px auto;
    padding: 15px 20px 20px 20px ;
    background: #fff;
    border-radius: 20px;
     -webkit-border-radius: 20px;
     -moz-border-radius: 20px;
}
div.article-r {
    width: 98%;
    margin: 0 auto 10px auto;
    padding: 15px 20px 20px 20px ;
    background: #fff;
    border-radius: 20px;
     -webkit-border-radius: 20px;
     -moz-border-radius: 20px;
}
div.article-c {
    width: 98%;
    margin: 0 auto 0px auto;
    padding: 15px 10px 20px 10px ;
    background: #fff;
    border-radius: 20px;
     -webkit-border-radius: 20px;
     -moz-border-radius: 20px;
}
div.yt-wrap {
	width: 98%;
	height: 250px;
	margin: 20px auto 20px auto;
}

/* エリアの見出し */
h2.small-box {
    position: relative;
    display: block;
    padding: 10px 0 10px 10px;
    margin:0 0 10px 0;
}
h2.small-box:after/*角丸の下線*/ {
    background-color: #ff7b61;
    border-radius: 5px;
    content: "";
    display: block;
    height: 10px;
    margin: 10px 0 0 -10px;
    }
h3.small-box {
    position: relative;
    display: block;
    padding: 10px 0 10px 10px;
    margin:0 2% 10px 0;
}
h3.small-box:after/*角丸の下線*/ {
    background-color: #ffd04c;
    border-radius: 4px;
    content: "";
    display: block;
    height: 8px;
    margin: 10px 0 0 -10px;
    }
/*　blog ページネーション　*/
nav.post-navigation {
	text-align: center;
	width: 95%;
	margin: 0 auto 15px auto;
    font-weight: 600;
}
nav.pagination {
	text-align: center;
	width: 95%;
	margin: 0 auto 15px auto;
    font-weight: 600;
}

span.current {
	display: inline-block;
	background: #faa82d;
	border: 2px solid #ccc;
	padding: 5px 8px 5px 8px;
	color: #fff;
	margin: 0 3px 0 3px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
a.page-numbers {
	display: inline-block;
	background: #fff;
	border: 2px solid #ccc;
	padding: 5px 8px 5px 8px;
	margin: 0 3px 0 3px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
div.nav-previous, div.nav-next {
	display: inline-block;
	background: #00aaa8;
	border: 2px solid #ccc;
	padding: 5px 8px 5px 8px;
	color: #fff;
	margin: 0 3px 0 3px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
/*　ナビゲーションタイトル非表示　*/
.pagination h2.screen-reader-text { display: none; }
.post-navigation h2.screen-reader-text { display: none; }

.arrow-bg {
	background: url( "../../images/common/arrow-bg.png") center center no-repeat ;
	background-size: contain;
	margin: 20px auto 20px auto;
	padding: 20px 30px 20px 30px;
}
.photo1 {
	width: 98%;
	margin: 15px 15px 15px 15px ;
}
.photo1 img{
	border-radius: 10px;
	 -webkit-border-radius: 10px;
	 -moz-border-radius: 10px;
}
.photo2 {
	width: 95%;
	margin: 10px auto 10px auto ;
}
.photo2 img{
	border-radius: 10px;
	 -webkit-border-radius: 10px;
	 -moz-border-radius: 10px;
}
/*商品一覧*/
.items-list {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
        justify-content: space-between;
	-webkit-justify-content: space-between;
        flex-wrap: wrap;
	-moz-flex-wrap: wrap;
    　-webkit-flex-wrap: wrap;
	margin: 0 0 20px 0;
	}
	.items {
		width: 48%;
		margin: 5px 2px 5px 2px ;
	}
.serve-list {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
        justify-content: center;
	-webkit-justify-content: center;
        flex-wrap: wrap;
	-moz-flex-wrap: wrap;
    　-webkit-flex-wrap: wrap;
	margin: 0 0 20px 0;
}
	.serve {
		width: 48%;
		margin: 5px 2px 5px 2px ;
	}
/*商品詳細ページ*/
.item-order {
	margin: 10px 0 10px 0;
	}
	.item-order-photo {
		float: none;
		width: 100%;
	}
	.item-order-info {
		float: none;
		width: 100%;
	}
	.item-order-btn {
		background: #f7f6f5;
		border: 1px solid #dcdcdc;
		padding: 10px;
	}
.item-name {
	display: block;
	background: #ebe6dd;
	padding: 5px 0 5px 15px;
	color: #000;
	font-size: 120%;
	font-weight: 600;
	border: 1px solid #dcdcdc;
}
.item-price {
	color: #ff7b61;
	font-weight: 600;
	font-size: 150%;
}
.item-infop img{
	max-width : 100%;
	display: inline-block;
	margin: 0 0 0 0;
	vertical-align: middle;
}
.reizo {
	background: #0099ff;
	color: #fff;
	font-size: 80%;
	font-weight: 400;
	border-radius: 3px;
	 -webkit-border-radius: 3px;
	 -moz-border-radius: 3px;
	padding: 0 4px 2px 4px;
}
.riyuu {
	background: #0099ff;
	color: #fff;
	font-size: 90%;
	font-weight: 600;
	border-radius: 10px;
	 -webkit-border-radius: 10px;
	 -moz-border-radius: 10px;
	padding: 2px 2px 2px 8px;
	margin: 0 8px 0 0;
}
/*サイトで購入リンクボタン*/
span.ec-link {
  text-align: center;
  margin: -20px auto 0px 0;
}
span.ec-link a {
  background: #ffd814;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  padding: 16px 24px 14px 24px;
  color: #000;
  line-height: 1.0;
  margin: 10px 5px 10px 5px;
  text-align: center;
  font-size: 100%;
  font-weight: 600;
  display: inline-block;
  width:auto;
}
span.ec-link a:hover {
  background: #ffa724;
  transition: all 0.2s;
}





p.ec-link {
	margin: -20px 0 0 0;
	text-align: center;
}
/*Amazonリンクボタン*/
span.ama-link {
  text-align: center;
  margin: -20px auto 0px 0;
}
span.ama-link a {
  background: #ffa724;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  padding: 16px 24px 14px 24px;
  color: #000;
  line-height: 1.0;
  margin: 10px 5px 10px 5px;
  text-align: center;
  font-size: 100%;
  font-weight: 600;
  display: inline-block;
  width:auto;
}
span.ama-link a:hover {
  background: #83ccd2;
  transition: all 0.2s;
}
p.ama-link {
  text-align: center;
  margin: -20px auto 0px 0;
}
p.ama-link a {
  background: #ffa724;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  padding: 16px 24px 14px 24px;
  color: #000;
  line-height: 1.0;
  margin: 10px auto 10px 0;
  text-align: center;
  font-size: 100%;
  font-weight: 600;
  display: inline-block;
  width: 80%;
}
p.ama-link a:hover {
  background: #83ccd2;
  transition: all 0.2s;
}
div.ama-link-ec {
  margin: -10px 0 0px 34px;
}
div.ama-link-ec a {
  background: #ffa724;
  border: 1px solid #ddd;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  padding: 14px 0 12px 0;
  color: #000;
  line-height: 1.0;
  margin: 10px auto 10px 0;
  text-align: center;
  font-size: 100%;
  font-weight: 500;
  display: inline-block;
  width: 240px;
}
div.ama-link-ec a:hover {
  background: #ffd814;
  transition: all 0.2s;
}
.note-text0 {
    width: 95%;
    margin: 20px auto;
    background: rgba(255,255,255,.75);
    backdrop-filter: blur(12px);
	border-radius: 10px;
}
.note-img0 {
    width: 95%;
    float: none;
    margin:auto;
}
.note {
    position: relative;
    width: 100%;
    margin: 20px auto 30px auto;
}

.note-text1 {
    width: 95%;
    float: none;
    margin: auto;
}
.note-img1 {
    width: 95%;
    float: none;
    margin: auto;
}
.note-text2 {
    width: 95%;
    float: none;
    margin: auto;
}
.note-img2 {
    width: 95%;
    float: none;
    margin: auto;
}
.note-text3 {
    width: 95%;
    float: none;
    margin: auto;
}
.note-img3 {
    width: 95%;
    float: none;
    margin: auto;
}
/*チェックリストマーク*/
.check-list {
	margin: 0 0 0 0;
	line-height: 1.0;
}
.check-list li {
background: url("../../images/common/lm-check.png") left center no-repeat;
	line-height: 1.0;
	margin: 5px 5px 5px 0px ;
	padding: 8px 0 10px 32px;
	font-size:18px;
}
.check-list li a{
	color: #300;
	font-weight: 500;
}
.check-list li a:hover{
	color: #B82F2F;
}
.sashie {
	width: 80%;
	text-align: center;
	margin: auto;
}
.fururu-chara {
	width: 100%;
	margin: auto;
	padding: 10px;
	background-color: aliceblue;
	border-radius: 5px;
	text-align: center;
}
.fururu-chara2 {
	width: 100%;
	margin: 0 auto 30px auto;
	padding: 10px;
	background-color: #FFEFF8;
	border-radius: 5px;
	text-align: center;
}
.caution {
	width: 95%;
	font-size: 90%;
	background: #ffea6e;
	padding: 10px;
	margin: 10px auto 10px auto;
}
.shop-list {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  overflow-x: auto;
  white-space: nowrap;
	cursor: grab;
 }
.shop-list:active {
	cursor: grabbing;
}
.supermarket-table{
	width:100%; 
	font-weight: 500;
	margin: 10px auto 10px auto;
}
.supermarket-table td,.supermarket-table th{border:1px solid #dddfde; padding:10px}
.supermarket-table th{background:#e5a63e;color:#fff;font-weight:500;line-height:1.3}


.soryo01 { background: #ccfb9f;}
.soryo02 { background: #cdfa3c;}
.soryo03 { background: #9ac82e;}
.soryo04 { background: #00951d;color: #fff;}
.soryo05 { background: #006565;color: #fff;}
.soryo06 { background: #2d1e96;color: #fff;}
.soryo07 { background: #2d1e96;color: #fff;}
.soryo08 { background: #ff9b9b;}

.menu-table{
	width:100%; 
	font-weight: 500;
	margin: 10px auto 10px auto;
}
.menu-table td,.menu-table th{border:1px solid #dddfde; padding:10px}
.menu-table th{background:#e5a63e;color:#000;font-weight:500;line-height:1.3;font-size: 120%;}
.menu-maru {
	background: #fff;
	border-radius: 50%;
	padding: 5px 9px 5px 9px ;
}
.menu-maru2 {
	background: #fff;
	border-radius: 50%;
	padding: 0px 5.5px 0px 5.5px ;
}
.step-order {
	width: 100%;
	margin: 10px 0 10px 0 ;
	padding: 10px;
	border: 1px solid #ddd;
}
.step-img {
	width: 98%;
	margin: auto;
}
.step-img img{
	border: 5px solid #ededed;
}
.step-text {
	width: 98%;
	margin: 0 auto 0 auto;
}

/* ==レスポンシブ */
@media print, screen and (max-width : 767px) {
	
/*-------------------------
  スマホ用テーブル
--------------------------- */
.shop-list {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  overflow-x: auto;
  white-space: nowrap;
 }

.supermarket-table{width:785px}
.supermarket-table td:nth-of-type(1),.supermarket-table th:nth-of-type(1){position:sticky;text-align:center}
.supermarket-table td:nth-of-type(1):before,.supermarket-table th:nth-of-type(1):before{content:"";position:absolute;top:-1px;left:-1px;right:-1px;width:calc(100% + 2px);height:calc(100% + 2px)}
.supermarket-table td:nth-of-type(1),.supermarket-table th:nth-of-type(1){width:100px;left:0;text-align:center}
.supermarket-table td:nth-of-type(1):before,.supermarket-table th:nth-of-type(1):before{border-left:1px solid #dddfde}
.supermarket-table td:nth-of-type(2),.supermarket-table th:nth-of-type(2){text-align:center;width:120px;left:54px}
.supermarket-table td:nth-of-type(2):before,.supermarket-table th:nth-of-type(2):before{border:1px solid #dddfde;border-right-width:2px}
.supermarket-table td:nth-of-type(3),.supermarket-table th:nth-of-type(3){width:100px;text-align:center;}
.supermarket-table td:nth-of-type(4),.supermarket-table th:nth-of-type(4){width:100px;text-align:center}
.supermarket-table td:nth-of-type(5),.supermarket-table th:nth-of-type(5){width:100px;text-align:center}
.supermarket-table td:nth-of-type(6),.supermarket-table th:nth-of-type(6){width:100px;text-align:center}
.supermarket-table td:nth-of-type(7),.supermarket-table th:nth-of-type(7){width:100px;text-align:center}
.supermarket-table td:nth-of-type(1){text-align:left}


.menu-table{width:785px}
.menu-table td:nth-of-type(1),.menu-table th:nth-of-type(1){position:sticky;text-align:center}
.menu-table td:nth-of-type(1):before,.menu-table th:nth-of-type(1):before{content:"";position:absolute;top:-1px;left:-1px;right:-1px;width:calc(100% + 2px);height:calc(100% + 2px)}
.menu-table td:nth-of-type(1),.menu-table th:nth-of-type(1){width:3rem;left:0;}
/*.menu-table td:nth-of-type(1):before,.menu-table th:nth-of-type(1):before{border-left:1px solid #dddfde}
.menu-table td:nth-of-type(2),.menu-table th:nth-of-type(2){text-align:left;width:120px;left:54px}
.menu-table td:nth-of-type(2):before,.menu-table th:nth-of-type(2):before{border:1px solid #dddfde;border-right-width:2px}
.menu-table td:nth-of-type(3),.menu-table th:nth-of-type(3){width:100px;text-align:center;}
.menu-table td:nth-of-type(4),.menu-table th:nth-of-type(4){width:100px;text-align:center}
.menu-table td:nth-of-type(5),.menu-table th:nth-of-type(5){width:100px;text-align:center}
.menu-table td:nth-of-type(6),.menu-table th:nth-of-type(6){width:100px;text-align:center}
.menu-table td:nth-of-type(7),.menu-table th:nth-of-type(7){width:100px;text-align:center}
.menu-table td:nth-of-type(1){text-align:left}*/

.menu-table tr:nth-of-type(1) { background: #ddebf7;}
.menu-table tr:nth-of-type(2) { background: #ddebf7;}
.menu-table tr:nth-of-type(3) { background: #fff1cc;}
.menu-table tr:nth-of-type(4) { background: #fff1cc;}
.menu-table tr:nth-of-type(5) { background: #fbe4d6;}
.menu-table tr:nth-of-type(6) { background: #fbe4d6;}	

.bg-asa {background: #ddebf7 !important;}
.bg-hiru {background: #fff1cc !important;}
.bg-yuu {background: #fbe4d6 !important;}
.bg-kei {background: #fff !important;}

/* ご相談フォーム
--------------------------- */
table.contactform {
	width: 100%;
	margin: 20px auto 10px auto;
	background: #fff;
	border: #ccc 2px solid;
    border-radius: 10px;
     -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
}
table.contactform td {
	border-bottom: #ccc 2px solid;
	padding: 5px;
	vertical-align: top;
	display: block;
}
table.contactform th {
	background: #00a1ac;
	vertical-align: middle;
	font-weight: 600;
	display: block;
	padding: 5px;
	text-indent: 0.7em;
	color: #fff;
}
span.hissu {
    font-size:80%;
    color: #c30;
    margin-left: 5px;
}

table.company {
	border-collapse: collapse;
	width: 98%;
	font-size: 15px;
	margin: 10px auto 10px auto;
}
table.company th {
	text-align: left;
	padding: 10px 0px 10px 10px;
	font-weight: bold;
	border-bottom: #999 1px solid;
	display: block;
}
table.company td {
	border-bottom: #fff 1px solid;
	text-align: left;
	padding: 10px 10px 10px 10px;
	display: block;
    line-height: 1.2;
}

}

/* ==PC */
@media print, screen and (min-width : 768px) {
	
section.top-image01 {
	width: 100%;
	height: 550px;
	background: url("../../images/contents/saposute-head-bottom.png") center bottom no-repeat;
}
section.top-contents {
	min-height:260px;
	padding-top: 30px;
	background: url("../../images/contents/saposute-head-bottom.png") center bottom no-repeat;
}
div.saposute-head {
	margin: 10px auto 10px auto;
	width: 1000px;
	position: relative;
}
div.saposute-head-index {
	margin: 10px auto 10px auto;
	width: 1000px;
	position: relative;
}
address.saposute-head {}
h1.saposute-head {
	font-size:250%;
	margin: 0 0 20px 0;
	
}
	.h1-index {text-align: center;}
div.saposute-head-image {
	position: absolute;
	bottom:-60px;
	right: 0;
	width: 350px;
}
div.saposute-head-image-index {
	position: absolute;
	top:55px;
	right: 30px;
	width: 900px;
}
ul.contents-menu {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
        justify-content: center;
	-webkit-justify-content: center;
        flex-wrap: wrap;
	-moz-flex-wrap: wrap;
    　-webkit-flex-wrap: wrap;
}
ul.contents-menu li {
	width: 250px;
}

 @keyframes fadeIn2 {
 0% {
    opacity: 0;
    transform: translateY(150px);
}
 100% {
    opacity: 1;
    transform: translateY(0);
}
}
div.scroll-btn {
    margin: 20px auto 0 auto;
    width: 120px;
}
div.article {
    background: #fff;
    margin: 0 auto 10px auto;
    padding: 15px 15px 25px 15px;
    border-radius: 10px;
     -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
}
div.article p{
    margin: 0 15px 0 15px;
}
/*　挿絵のあるレイアウト　*/
div.article-wrap {
    width: 100%;
}
div.article-body {
    float: left;
    width: 55%;
}
div.article-illust {
    float: right;
    width: 43%;
    padding-right: 20px;
}

div.article-l {
    width: 97%;
    margin: 0 40px 20px auto;
    padding: 30px 40px 30px 40px ;
    background: #fff;
    border-radius: 20px;
     -webkit-border-radius: 20px;
     -moz-border-radius: 20px;
}
div.article-r {
    width: 97%;
    margin: 0 auto 20px 40px;
    padding: 30px 40px 30px 40px ;
    background: #fff;
    border-radius: 20px;
     -webkit-border-radius: 20px;
     -moz-border-radius: 20px;
}
div.article-c {
    width: 100%;
    margin: 0 auto 0px auto;
    padding: 30px 40px 30px 40px ;
    background: #fff;
    border-radius: 20px;
     -webkit-border-radius: 20px;
     -moz-border-radius: 20px;
}
/* ご相談フォーム
--------------------------- */
table.contactform {
	width: 98%;
	margin: 20px auto 20px auto;
	background: #fff;
}
table.contactform td, table.contactform th {
	border: #333 2px solid;
	padding: 10px;
	vertical-align: top;
}
table.contactform th {
	background: #00a1ac;
	vertical-align: middle;
	font-weight: 600;
	color: #fff;
	text-align: left;
}
table.contactform tr th:nth-of-type(1) {
	width: 15em;
}
span.hissu {
    font-size:80%;
    color: yellow;
    margin-left: 5px;
}
table.company {
	border-collapse: collapse;
	width: 95%;
	font-size: 16px;
	margin:  0px auto;
	padding: 0px 0;
}
table.company th {
	text-align: left;
    width: 12em;
	padding: 20px 20px 20px 20px;
	font-weight: 600;
	border-bottom: #999 1px solid;
}
table.company td {
	border-bottom: #999 1px solid;
	text-align: left;
	padding: 10px;
    line-height: 1.5;
}

div.yt-wrap {
	width: 100%;
	height: 250px;
	margin: 0 auto 0 auto;
}

dl.contents-news {
	width: 95%;
	margin: 0 auto 0 auto;
	
}
.fururu-chara {
	width: 100%;
	margin: auto;
	padding: 20px;
	background-color: aliceblue;
	border-radius: 5px;
}
.fururu-chara2 {
	width: 100%;
	margin: 0 auto 30px auto;
	padding: 20px;
	background-color: #FFEFF8;
	border-radius: 5px;
}
.narrow {}
.arrow-bg {
	background: url( "../../images/common/arrow-bg.png") center center no-repeat ;
	margin: 50px auto 50px auto;
	padding: 20px 30px 20px 30px;
	
}
.photo1 {
	width: 80%;
	margin: 25px 25px 25px 25px ;
}
.photo2 {
	width: 40%;
	margin: 25px 25px 25px 25px ;
}
.map {
	width: 95%;
	margin: 20px auto 20px auto ;
	height: 200px;
}
/*商品一覧*/
.items-list {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
        justify-content: flex-start;
	-webkit-justify-content: flex-start;
        flex-wrap: wrap;
	-moz-flex-wrap: wrap;
    　-webkit-flex-wrap: wrap;
	margin: 0 0 20px 0;
	}
	.items {
		width: 31%;
		margin: 10px 10px 8px 8px ;
	}
.serve-list {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
        justify-content: center;
	-webkit-justify-content: center;
        flex-wrap: wrap;
	-moz-flex-wrap: wrap;
    　-webkit-flex-wrap: wrap;
	margin: 0 0 20px 0;
	}
	.serve {
		width: 20%;
		margin: 8px ;
	}
/*商品詳細ページ*/
.item-order {
	margin: 30px 0 30px 0;
	}
	.item-order-photo {
		float: left;
		width: 50%;
	}
	.item-order-info {
		float: right;
		width: 45%;
	}
	.item-order-btn {
		background: #f7f6f5;
		border: 1px solid #dcdcdc;
		padding: 20px;
	}
.note {
    width: 100%;
    margin: 20px 0 20px 0;
}
.note-text0 {
    position: absolute;
    right: 0px;
    top: 200px;
    width: 700px;
    margin: auto;
    padding: 40px 0px 0px 50px;
}
.note-img0 {
    width: 80%;
    float: none;
    margin:0 0 250px 0;
}
.note-text1 {
    width: 45%;
    float: left;
}
.note-img1 {
    width: 50%;
    float: right;
}
.note-text2 {
    width: 40%;
    float: left;
}
.note-img2 {
    width: 58%;
    float: right;
}
	.note-img2 img{
    width: 100%;
}
.note-text3 {
    width: 52%;
    float: left;
}
.note-img3 {
    width: 45%;
    float: right;
}
/*チェックリストマーク*/
.check-list {
	margin: 0 0 0 10px;
	line-height: 1.0;
}
.check-list li {
background: url("../../images/common/lm-check.png") left center no-repeat;
	line-height: 1.1;
	margin: 5px 5px 5px 0px ;
	padding: 8px 0 10px 31px;
	font-size:18px;
}
.sashie {
	width: 50%;
}
.caution {
	width: 100%;
	font-size: 90%;
	background: #ffea6e;
	padding: 20px 30px 20px 30px ;
	margin: 30px auto 30px auto;
}
.shop-list {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  overflow-x: auto;
  white-space: nowrap;
 }
.supermarket-table {
	margin: 30px auto 10px auto ;
}
.supermarket-table td,.supermarket-table th{padding:16px}
.supermarket-table td:nth-of-type(1),.supermarket-table th:nth-of-type(1){padding:10px 8px;text-align:left;width:30%; vertical-align: middle}
.supermarket-table td:nth-of-type(2),.supermarket-table th:nth-of-type(2){width:15%;text-align:center; vertical-align: middle}
.supermarket-table td:nth-of-type(3),.supermarket-table th:nth-of-type(3){width:15%;text-align:center; vertical-align: middle}
.supermarket-table td:nth-of-type(4),.supermarket-table th:nth-of-type(4){width:15%;text-align:center; vertical-align: middle}
.supermarket-table td:nth-of-type(5),.supermarket-table th:nth-of-type(5){width:15%;text-align:center; vertical-align: middle}

.supermarket-table tr:nth-of-type(2) { background: #ededed;}
.supermarket-table tr:nth-of-type(4) { background: #ededed;}
.supermarket-table tr:nth-of-type(6) { background: #ededed;}
.supermarket-table tr:nth-of-type(8) { background: #ededed;}
.supermarket-table tr:nth-of-type(10) { background: #ededed;}
.supermarket-table tr:nth-of-type(12) { background: #ededed;}

.menu-table {
	margin: 0px auto 10px auto ;
}
.menu-table th{font-size: 150%;}
.menu-table td,.menu-table th{padding:10px}
.menu-table td:nth-of-type(1),.menu-table th:nth-of-type(1){position:sticky;padding:10px 8px;text-align:center;width:3rem; vertical-align: middle;}
.menu-table td:nth-of-type(1):before,.menu-table th:nth-of-type(1):before{content:"";position:absolute;top:0px;left:0px;right:0px;width:calc(100% + 2px);height:calc(100% + 2px)}
.menu-table td:nth-of-type(1),.menu-table th:nth-of-type(1){width:3rem;left:0;/*background: #ffd04c;*/}
/*.menu-table td:nth-of-type(2),.menu-table th:nth-of-type(2){width:15%;text-align:center; vertical-align: middle}
.menu-table td:nth-of-type(3),.menu-table th:nth-of-type(3){width:15%;text-align:center; vertical-align: middle}
.menu-table td:nth-of-type(4),.menu-table th:nth-of-type(4){width:15%;text-align:center; vertical-align: middle}
.menu-table td:nth-of-type(5),.menu-table th:nth-of-type(5){width:15%;text-align:center; vertical-align: middle}*/

.menu-table tr:nth-of-type(1) { background: #ddebf7;}
.menu-table tr:nth-of-type(2) { background: #ddebf7;}
.menu-table tr:nth-of-type(3) { background: #fff1cc;}
.menu-table tr:nth-of-type(4) { background: #fff1cc;}
.menu-table tr:nth-of-type(5) { background: #fbe4d6;}
.menu-table tr:nth-of-type(6) { background: #fbe4d6;}

.bg-asa {background: #ddebf7 !important;}
.bg-hiru {background: #fff1cc !important;}
.bg-yuu {background: #fbe4d6 !important;}
.bg-kei {background: #fff !important;}

.step-order {
	width: 100%;
	margin: 10px 0 10px 0 ;
	padding: 10px;
	border: 1px solid #ddd;
}
.step-img {
	width: 45%;
	margin: auto;
}
.step-text {
	width: 45%;
	margin: 0 auto 0 auto;
}
}
