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

/* reset.css  */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, r, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-size: 100%;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
html {
	overflow-y: scroll;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
input, textarea, {
	margin: 0;
	padding: 0;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.total_y {
    margin: 0 auto;
    width: 1080px;
}


.total_y img {
    clear: both;
    display: block;
    width: 740px !important;
margin:0 auto;
}

caption, th {
	text-align: left;
}
a:focus {
	outline: none;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}
.both {
	clear: both;
}
.inline_block {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
よく使うCSS start  img {
	max-width: 100%;
}
table {
	width: 100%;
}



a, a:hover {
	/*-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;*/
	color: #00A0E5;
}
a img:hover {
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

/* 時々使うCSS3 start ---

テキストシャドウ {
	text-shadow: 1px 1px 3px #000;
}

テキストシャドウ {
	text-shadow: 1px 1px 3px #000;
}

ボックスシャドウ {
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

ボックスシャドウ内側 {
	-moz-box-shadow: inset 1px 1px 3px #000;
	-webkit-box-shadow: inset 1px 1px 3px #000;
	box-shadow: inset 1px 1px 3px #000;
}

角丸 {
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}

トランジション {
	-webkit-transition: 1.5s;
	-moz-transition: 1.5s;
	-o-transition: 1.5s;
	transition: 1.5s;
}

透明 {
	filter: alpha(opacity=25);
	-moz-opacity:0.25;
	opacity:0.25;
}

背景のみ透明 {
	background-color:rgba(255,255,255,0.2);
}

グラデーション {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#000000');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#000000')";
	background-image: -moz-linear-gradient(top, #ffffff, #000000);
	background-image: -ms-linear-gradient(top, #ffffff, #000000);
	background-image: -o-linear-gradient(top, #ffffff, #000000);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#000000));
	background-image: -webkit-linear-gradient(top, #ffffff, #000000);
	background-image: linear-gradient(top, #ffffff, #000000);
}

スマホ対応
@media screen and (max-width: 480px){

}
@media screen and (max-width: 320px){

}

時々使うCSS3 end */

@media screen and (max-width: 480px){
#news_list .box:first-child {
    width: 100%;
}
  
  #news_list .box {
    display: block;
}
  
  
}

/* カラーミー打ち消し */
a:hover, a:foucs {
 text-decoration: none !important;
}
/* カラーミー打ち消し end */
/* reset.css end */

/* common.css */
.top {
	display: none;
}
* {
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	overflow: auto !important;
	min-width: 1000px;
	letter-spacing: 1px;
	font-size: 15px !important;
	line-height: 1.5;
	font-family: 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'Times New Roman', Arial, Verdana, sans-serif !important;
	color: #414141;
	background-color: #fff;
}
.wrap {
	width: 80%;
	max-width: 1080px;
	margin: auto;
}
a {
	opacity: 1;
	color: #00A0E5;
}
a:hover {
	opacity: 0.7;
	text-decoration: none;
}
br {
	letter-spacing : normal;
}
p {
        word-break: break-word;
}

h1{
        font-size:0.8em;
        color:#00a0e5;
        margin-top: 5px;
        margin-right: 5px;
}

.outline {
	font-family: 'PT Serif', serif;
	font-size: 3.5em;
	font-style: italic;
	filter: dropshadow(color=#ffffff, offX= 0, offY=-1)  dropshadow(color=#ffffff, offX= 1, offY= 0)  dropshadow(color=#ffffff, offX= 0, offY= 1)  dropshadow(color=#ffffff, offX=-1, offY= 0);
	text-shadow: #fff 1px 1px 0px, #fff -1px 1px 0px, #fff 1px -1px 0px, #fff -1px -1px 0px;
}
.italic {
	font-family: 'PT Serif', serif;
	font-style: italic;
}
#movie h1, #nostimia h1 {
	text-align: center;
}
.table {
	display: table;
	width: 100%;
	table-layout: fixed;
}
.col {
	overflow: hidden;
	float: none !important;
	padding: 0 !important;
}
#topics, #movie, #nostimia, #ranling, #recipe {
	overflow: hidden;
	padding: 20px 0 40px 0;
}
#topics, #nostimia, #recipe {
	background-color: #EDF4FB !important;
}
.shadow {
	-moz-box-shadow: 0px 2px 8px #858585;
	-webkit-box-shadow: 0px 2px 8px #858585;
	box-shadow: 0px 2px 8px #858585;
}
header .headnav img:hover, aside img:not(.title_img)::hover {
	opacity: 0.7;
}
#main {
	float: right;
	width: 79%;
	margin-bottom: 80px;
}
.h2style {
	margin: 0 auto 20px;
	text-align: center;
	font-size: 24px;
	padding: 10px 0 0 10px;
	font-weight: bold;
	color: #00A0E5;
	border-bottom: 1px dashed #00A0E5;
}
.h3style {
	font-size: 18px;
	margin-bottom: 20px;
}
/* ヘッダー */
header .per {
    position: relative;
    width: 100%;
	min-width: 1000px;
    margin: auto;
}
header .wrap {
	position: relative;
	width: 100%;
	margin: auto;
}
.logo {
	width: 148.5px;
	float: left;
	margin: 6px 5px 0 15px;
}
#headerBox {
    width: 100%;
    clear: both;
}
#headerBox h1 {
    float: right;
    margin: 5px 5px 0 0;
}
.headerBoxleft {
    width: 58%;
    min-width: 30%;
    float: left;
}
.headerBoxright {
    width: 36%;
    float: right;
}
header .box ul, header .elem {
	float: right;
    margin-bottom: 10px;
}
.credit_payment {
	float: right !important;
    width: 88%;
	min-width: 400px;
	margin-top: 20px !important;
}
header .box {
	position: relative;
	text-decoration: none;
    margin-top: 15px;
	margin-right: 15px;
	padding-left: 13px;
}
header .box form {
	margin: -3px 0 0 0;
}
.searchtext {
    width: 272px;
	height: 24px;
	border: 1px solid #555;
	border-radius: 5px;
}
.searchtext:focus {
	outline: none;
}
.searchbtn {
	width: 70px;
	height: 22px;
	background-color: #555;
	color: #fff;
	border: none;
	border-radius: 10px;
}
/* ヘッダーメニュー */
#navMenu {
    max-width: 100%;
	/*width: 100%*/
    position: relative;
    top: 0;
    margin-left: 168px;
}
#navMenu li {
    display: block;
    width: 9.99%;
    /*width: 9.12%;*/
    float: left;
    margin: 0;
}
#navMenu a {
    display: block;
    width: auto;
    line-height: 1.8;
    padding: 13px 0;
    text-align: center;
}
#navMenu .product  a {
    color: #00A0E5;
}
#navMenu .menunav a {
    height: 85px;
    color: #fff;
    background:  #00A0E5;
    border-left: 1px solid #fff;
}
#navMenu .othernav_01 a {
    margin: 0;
    height: 85px;
    color: #FF9900;
    background: #f8f8f8;
}
#navMenu .othernav_02 a {
    height: 85px;
    color: #FF9900;
    background: #f8f8f8;
    border-left: 1px solid #fff;
}
.jp {
    font-size: 0.8em;
}
#menuContents {
    float: left;
}
#megaMenu {
}
/* アコーディオンリスト */
#dropmenu {
}
#dropmenu li {
  position: relative;
}
#dropmenu li a {
  display: block;
  margin: 0;
  padding: 11px 0;
  background: #fff;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
}
#dropmenu li ul {
  position: absolute;
  z-index: 100;
  top: 100%;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
}
#dropmenu li ul li {
  overflow: hidden;
  width: 100%;
  height: 0;
  color: #fff;
  transition: .5s;
}
#dropmenu li ul li a {
  padding: 13px 15px;
  background: #fff;
  text-align: left;
  font-size: 0.8em;
  font-weight: normal;
  line-height: 1;
  box-shadow: 0px 6px 12px rgba(0,0,0,.3);
}
#dropmenu > li:hover > a {
  background: #fff;
  opacity: 0.9;
}
#dropmenu > li:hover li:hover > a {
  color: #fff;
  background: #000;
  opacity: 0.7;
}
#dropmenu > li:hover > ul > li {
  overflow: visible;
  height: 38px;
}
#dropmenu li ul li ul {
  top: 0;
  left: 100%;
}

#dropmenu li ul li ul:before {
  position: absolute;
  content: "";
  top: 13px;
  left: -20px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left-color: #00A0E5;
}
#dropmenu li ul li:hover > ul > li {
  overflow: visible;
  height: 38px;
}
#dropmenu li ul li ul li a {
  background: #f8f8f8;
}
/* アコーディオンリスト end */
/* ヘッダーメニュー end */
/* ヘッダー end */

/* スライドショー */
#slide {
	margin-top: 16px;
}
#slider .wrap {
	position: relative;
}
#slider .wrap p {
	position: absolute;
	top: 16px;
	right: -40px;
	color: #fff;
	font-size: 3em;
	line-height: 1.3;
	font-weight: bold;
}
#slider .wrap p span {
	font-size: 0.4em;
	padding-left: 40px;
}
.camera_pag {
	padding-right: 20px;
}
/* スライドショー end */

/* ニュース */
#news_pick {
	overflow: hidden;
	clear: both;
	padding: 0px 0 40px 0;
}
#news_pick .col:first-child img {
	float: right;
    margin-top: 5%;
}
#news_pick .col:first-child img:last-child {
	margin: 7px 10px 0 0;
}
.payment {
	display: block;
	margin: auto;
}
#news_pick .menu {
	overflow: hidden;
	width: 85%;
	margin: 0 auto 50px;
}

li.inner {
    margin-left: 1em;
}

#news_pick .menu li {
	position: relative;
	float: left;
	width: 23%;
	margin-right: 2%;
	padding-left: 1%;
	text-align: center;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#news_pick .menu li:last-child {
	margin: 0;
}
#news_pick .menu li a {
	font-size: 18px;
	color: #00A0E5;
}
#news_pick .menu li:hover {
	opacity: 0.5;
}
#news_pick .menu li:before {
	content: "\f0a9";
	position: absolute;
	top: 50%;
	right: 85%;
	display: inline-block;
	margin-top: -10px;
	color: #00A0E5;
	font-family: FontAwesome;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-ms-font-smoothing: antialiased;
}
/*
#news_pick .menu li:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	background: url(https://file001.shop-pro.jp/PA01018/773/images/detail/news_menudeco01.png) no-repeat center;
}*/
#news_pick .menu p {
	width: 72%;
	text-align: center;
}
#news_pick .menu span {
	display: block;
}
#news_pick h2 {
	margin-bottom: 20px;
	font-size: 1.5em;
	color: #293FAF;
}
#news_pick h2 span {
	font-size: 0.9em;
}
.news {
	position: relative;
	margin-right: 80px;
}
/* ニュース end */

/* パンくずリスト end */
#product {
	width: 100%;
	height: 60px;
	margin: 15px auto 40px;
	padding: 0;
	background-color: #EDF4FA;
}
.small-12.large-12 ul {
	margin: auto;
	line-height: 60px;
}
.small-12.large-12 li {
	display: inline;
	padding: 0;
}
/* パンくずリスト end */

/* サイドナビ */
aside {
	float: right;
	width: 18%;
	margin: 0 3% 100px 0;
}
aside ul.category {
	width: 100%;
	background-color: #fff;
}
aside ul.category li {
	height: auto;

}
aside img {
	width: 100%;
  border-bottom:#666666;
}
/* サイドナビ end */

/* 様々なコンテンツ */
#various {
	clear: both;
	margin-top: 20px;
}
#various .col.safety h3 {
	margin: 30px auto 15px;
	font-size: 24px;
}
#various .col {
	float: left !important;
	width: 49%;
}
#various .col:nth-child(1), #various .col:nth-child(3) {
	margin-right: 2%;
        margin-bottom: 4%;
}
#various .safety .italic {
	position: relative;
	margin: 30px auto 15px;
	padding-left: 100px;
	font-size: 24px;
	color: #00A0E5;
}
#various .safety .italic:before {
	content: '';
	position: absolute;
	top: -20px;
	left: 0;
	width: 80px;
	height: 80px;
	background: url(https://img05.shop-pro.jp/PA01018/773/etc/footer-yogurt.jpg?cmsp_timestamp=2142) no-repeat;
	background-size: contain;
}
#various.a {
	overflow: hidden;
	margin: 0 auto 0 auto;
}

#various.b {
	overflow: hidden;
	margin: 0 auto 40px auto;
	background-color:#FFF;
}


/* fb */
.fb_iframe_widget {
	display: inherit !important;
	width: 96.5%;
	margin: 0 auto;
}/*
.fb-page > span, .fb-page iframe {
        width: 100% !important;
}*/
/* fb end */
/* 様々なコンテンツ end */

/* フッター */
footer {
	padding-top: 230px;
	background: url(https://file001.shop-pro.jp/PA01018/773/images/footerbar_new.jpg) repeat-x top center;
	background-color: #EDF4FB;
}
footer h1 {
	margin-bottom: 5px;
	font-weight: bold;
}
footer .wrap {
	overflow: hidden;
	width: 80%;
	margin:auto;


}

footer .col.a {
	width: 49%;
	float: left !important;
}
footer .col.a:first-child {
	margin-right: 2%;
}
footer .col.a:first-child p {
	margin-left: 20px;
}
footer .col.a:first-child ul li ul {
	margin: 0;
}
footer h2 {
	font-weight: bold;
}
footer .payment, footer .delivery, footer .business_hours {
	padding-left: 20px !important;
	list-style: disc;
}
.payment li {
	clear: both;
	margin-bottom: 5px;
}
/* 配送について */
.delivery li ul, .delivery li ul li, .delivery li:last-child {
	margin-top: 5px;
}
.delivery li.free_conditions {
	width: 97%;
	margin-bottom: 10px;
	padding: 10px 20px 10px 20px;
	border: 1px dashed #000;
	border-radius: 5px;
}
.delivery li.free_exception {
	padding-left: 16px;
}
.delivery li.free_exception span {
	margin-left: -16px;
	font-weight: bold;
}
/* 配送について end */
.business_hours > li:first-child {
	margin-top: -20px;
}
footer .box.calendar {
	margin-top: -20px;
}

.box.calendar {
	margin-top: -21px;
}

footer .col .b:first-of-type {
	margin-right: 20px;
}
.box.calendar table:first-of-type {
	margin-right: 2%;
}
.tbl_calendar {
	float: left;
	width: 49%;
	height: 200px;
	margin-bottom: 10px;
}
.tbl_calendar tr:first-of-type {
	background-color: #E5DDD7;
}
.tbl_calendar tr:first-of-type .sun, .tbl_calendar tr:first-of-type .sat {
	color: #e62952;
}
.tbl_calendar th, .tbl_calendar td {
	text-align: center;
	vertical-align: middle;
	border: 1px solid #B3B3B3;
}
.tbl_calendar td {
	background-color: #fff;
}
footer .col.b a {
	color: #000;
}

footer .col.b {
	clear: both;
	overflow: hidden;
	/*width: 100%;*/
	/*padding: 30px 0 0 0 !important;*/
	color: #000;
	/*background-color: #fff;*/
	width:80%;
	margin-left: auto;
	margin-right:auto;
}

footer .col.b ul {
	float: left;
    margin-right: 2%;
	width:18%;
	margin-bottom:20px;

}

/*.p_list {
	width:20%;
}
*/
.p_list li{
	/*position: relative;*/
    padding-left: 10px;
	font-size:small;
}

.p_list li:before {
  content: '';
  display: inline-block;
  border-top: 5px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 6px solid #80cbea;
}


.others.first {
	width:auto;
}

footer .col.b ul li {
	margin: 0 auto 10px;
}
footer .col.b ul .title {
	font-size: 1.2em;
}
footer .col.b ul li:not(.title) {
}
footer .box {
	margin:30px 20px 0px 30px;
	/*margin-bottom: 30px;*/
}
footer .col.b .box {
	float: right;
	width: 28%;
}
footer .col.b .box p {
	margin-top: 20px;
}
footer .col.b .elem {
	overflow: hidden;
	margin: 80px 10px 10px 10px;
}
footer .col.b .logo, footer .col.b .ficon {
	float: left;
}
footer .col.b .ficon {
	display: block;
	margin: 23px auto 0;
	width: 15%;
}
.payment li ul {
	margin-top: 5px;
}
footer .col.a li ul li {
	list-style-type: none;
}
.f_logo {
	float: left;
	width: 70%;
	margin-right: 2%;
}
.copy {
	padding:5px 20px 20px 20px;
	color: #fff;
	background-color: #80CBEA;

}

.copy p{
	font-weight:bold;
}


.copy p.info{
	float:left;
}

.copy p.copyright{
	float:right;

	margin-right:40px;
}

.fb{
	margin-top:30px;
}

/* 営業日カレンダー */
.cal_attention {
        font-size: 12px;
}
.cal_attention p {
        margin-bottom: 5px;

}
.cal_attention .holiday {
        color: #e62952;
}
.cal_attention .today {
        background-color: rgb(239, 241, 189);
}
.cal_attention .order_closing {
        background-color: #F8DDE5;
}
.cal_attention .shipping_date {
        background-color: #98CFDE;
}
/* 営業日カレンダー end */
/* フッター end */

/* cssハック */
.pick .box:not(:target) {
}
@-moz-document url-prefix() {
.delivery li.free_conditions {
        border: 1px solid #B7B7B7;
}
}
/* cssハック end */

sup{

  font-size:0.7em !important;

}

span.headerMail{

  font-size:0.6em;
  background:orange;
  color:#ffffff;
  padding:0.2em;
  border-radius:3px;
  margin-right:5px;


