@charset "utf-8";

header {
  margin-bottom: 18px;
}

/* =====================================================================
 * topimage
 * =================================================================== */
#topimage {
  position: relative;
  overflow-x: hidden;
  display: block;
  padding-top: 5px;
  width: 100%;
}
.slick-box {
  opacity: 0;
  transition: opacity .25s ease;
}
.slick-box.slick-initialized {
  opacity: 1;
}
.slick-list, .slick-slider {
    position: relative;
    display: block;
}
.slick-list {
  overflow: inherit!important;
  margin: 0 2px;
}
.slick-initialized .slick-slide {
  padding: 0 .5px;
}
.slick-box div {
  border-radius: 7px;
  background: #fff;
}
.slick-box div img {
  padding: 9px;
  border-radius: 7px; 
  box-shadow: 0px 0px 5px 1px #bbb; 
  -webkit-box-shadow: 0px 1px 5px #bbb; 
}
.slick-slide:not(.slick-center) {
    opacity: .35;
    transition: .4s;
}
.arrow {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 960px;
  height: 0;
  z-index: 10;
}
.slick-arrow {
  cursor: pointer;
  position: absolute;
  top: 0;
  width: 960px;
  height: 358px;
  background-color: transparent;
}
.slick-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 38px;
  height: 42px;
  margin-top: -16px;
  border-radius: 3px;
  background: #fff;
}
.slick-prev {
    left: -960px;
}
.slick-next {
    right: -960px;
}
.slick-arrow.slick-prev::before {
    right: -20px;
}
.slick-arrow.slick-next::before {
    left: -18px;
}
.slick-dots {
  margin: 23px 0 25px;
  text-align: center;
  line-height: 0;
  font-size: 0;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin: 0 10px;
  width: 78px;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
}
.slick-dots li img {
  width: 100%;
}
@media screen and (min-width: 767px) {
  .slick-dots li {
    transition: opacity .2s;
  }
}
.slick-dots li::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  opacity: .25;
  transition: .2s;
} 
.slick-dots li.slick-active::before {
  background: #000;
}
@media screen and (min-width: 767px) {
  .slick-dots li:hover {
    opacity: .65;
  }
}
.slick-arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: -10px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fb5556;
  border-right: 2px solid #fb5556;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.slick-arrow.slick-next::after {
  left: -8px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* =====================================================================
 * main
 * =================================================================== */
#main {
  margin-bottom: 35px;
  padding: 0;
  width: 740px;
  background: none;
  border: none;
  border-radius: 0;
}
#index-main {
  float: right;
  overflow: hidden;
  width: 520px;
}
#index-main section {
  position: relative;
  margin-bottom: 20px;
  padding: 17px 22px 20px;
  background-color: #ffffff;
  border: solid 1px #cccccc;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px; 
}
#index-main section#recipeList {
  padding: 20px 25px 8px 25px;
  border: solid 1px #ffffff;
  border-radius: 6px;
  -webkit-border-radius: 7px; 
  -moz-border-radius: 7px;
  box-shadow: 0px 0px 4px 1px #bbbbbb inset;
  -webkit-box-shadow: 0px 0px 4px #888888 inset;
  -moz-box-shadow: 0px 0px 2px #888888 inset;
}
#index-main section h2 {
  display: inherit;
  margin-bottom: 0;
  padding: 0 0 10px 2px;
  width: inherit;
  height: inherit;
  border-bottom: solid 1px #ff5050;
  background: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  line-height: inherit;
}
#index-main #recipeList h2 {
  margin-bottom: 20px;
}
#recipeList p.more {
  top: 35px;
}
#recipeBox {
  margin-right: -18px;
  width: 486px;
}
#recipeList article {
  float: left;
  margin-right: 18px;
  width: 225px;
}
.recipe-img {
  padding: 2px;
  border: solid 1px #cccccc;
}
#recipeList h3 {
  margin-bottom: 10px;
  padding-bottom: 10px;
  background: url(images/dotline_brown.gif) repeat-x bottom;
  font-size: 123.1%;
  line-height: 1.6;
}
#recipeList article p {
  margin-bottom: 10px;
  line-height: 1.7;
}
#recipeList article p a       { color: #ff5050; text-decoration: underline; }
#recipeList article p a:hover { text-decoration: none; }
.list dt {
  clear: left;
  float: left;
  width: 5.5em;
  margin-left: 5px;
  padding: 10px 0.5em 10px 10px;
  background: url(images/arrow.svg) no-repeat left;
}
.list dd {
  padding: 10px 0.5em 10px 5.5em;
  background: url(images/dotline.gif) repeat-x bottom;
  zoom: 0;
}
p.more {
  position: absolute;
  right: 25px;
  top: 25px;
  margin: 0;
  line-height: 0;
}
#blog-list article {
  padding: 12px 0 13px;
  background: url(images/dotline.gif) repeat-x bottom;
}
#blog-list article time {
  padding-left: 10px;
  background: url(images/arrow.svg) no-repeat left;
}
#blog-list article p {
  overflow: hidden;
}
.flimg {
  float: left;
  margin-right: 15px;
  padding: 2px;
  width: 84px;
  height: 84px;
  border: solid 1px #cccccc;
}
#index-main section#fb-likebox {
  margin-bottom: 0;
  padding: 20px 22px 20px;
}

/* =====================================================================
 * sideL
 * =================================================================== */
#sideL {
  float: left;
  overflow: hidden;
  width: 200px;
}
#sideL p {
  margin-bottom: 18px;
  background: #ffffff;
}
.onlineshop {
  display: none;
}
#sideL section {
  margin-bottom: 18px;
  background-color: #ffffff;
  border: solid 1px #cccccc;
  border-radius: 5px;        /* CSS3草案 */  
  -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
  -moz-border-radius: 5px;   /* Firefox用 */ 
}
#sideL section h4 {
  display: table;
  background: url(images/title_bg.svg) repeat-x;
  width: 100%;
  height: 43px;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  border-radius: 5px 5px 0 0;        /* CSS3草案 */
  -webkit-border-radius: 5px 5px 0 0;    /* Safari,Google Chrome用 */
  -moz-border-radius: 5px 5px 0 0;   /* Firefox用 */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#sideL section h4 span {
  display: table-cell;
  vertical-align: middle;
  padding: 0 15px;
  line-height: 1;
}
#sideL section h4 span img {
  width: 62px;
}
#sideL section#side-contact h4 span img {
  width: 94px;
}
ul#menu-top {
  display: table;
  padding: 3px 10px 17px 10px;
  background: url(images/title_bottom.svg) repeat-x top;
}
ul#menu-top li {
  padding: 5px 0 5px 5px;
  width: 173px;
  line-height: 1.5;
  background: url(images/dotline.gif) repeat-x bottom left;
  font-size: 108%;
}
ul#menu-top li a {
  display: block;
  text-decoration: none;
  color: #444444;
}
ul#menu-top li a:hover { text-decoration: underline;color: #ff5050; }

ul#menu-top li span.imgArea, 
ul#menu-top li span.txtArea {
  display: table-cell;
  vertical-align: middle;
  width: 78px;
}
ul#menu-top li span.txtArea {
  width: 95px;
}
#sideL section#side-contact {
  margin: 0;
}
#side-contact .contactBody {
  padding: 12px 10px 1px;
  background: url(images/title_bottom.svg) repeat-x top;
  line-height: 1.55; 
}
#side-contact .contactBody p {
  margin-bottom: 10px;
}
#side-contact dl {
  padding-top: 10px;
  background: url(images/dotline.gif) repeat-x top;
  line-height: 1.5;
}
#side-contact dt {
  margin-bottom: 7px;
}
#side-contact ul li {
  margin-bottom: 10px;
}
#contact-sp {
  display: none;
}

/* =====================================================================
 * mediaqueries
 * =================================================================== */
/* 追加2022 */
@media screen and (max-width: 1000px) {
  .slick-box div img {
    width: 960px;
  }
}
@media screen and (max-width: 960px) {
  #topimage, #slideshow, #main {
    width: 100%;
    height: auto;
  }
  #main {
    margin-bottom: 20px;
    padding-bottom: 25px;
    background: url(images/dotline.png) repeat-x left bottom;
  }
  #index-main {
    width: 72%;
  }
  #index-main section {
    margin-bottom: 15px;
  }
  #sideL {
    width: 26%;
  }
  #sideL p, #sideL section {
    margin-bottom: 15px;
  }
  #sideL .onlineshop {
    display: inherit;
  }
  #recipeBox {
    margin: 0 auto;
    padding: 0 3%;
    width: 100%;
  }
  #recipeList article {
    margin: 0;
    width: 47.5%;
    text-align: left;
  }
  #recipeList article:nth-child(2) {
    float: right;
  }
  .fixHeightChildbody br {
    display: none;
  }
  .recipe-img img, #sideL p img {
    width: 100%;
  }
  #side-contact dl {
    text-align: center;
  }
  .list dt {
    padding: 10px 1em 10px 10px;
  }
  .list dd {
    padding: 10px 1em 10px 7.5em;
    text-align: left;
  }
  ul#menu-top, ul#menu-top li {
    width: 100%;
  }
  ul#menu-top li span.imgArea {
    padding-right: 20px;
    width: 45%;
  }
  ul#menu-top li span.txtArea {
    width: 55%;
    font-weight: bold;
  }
  #side {
    float: none;
    padding: 0 0 10px 0;
    width: 100%;
  }
  ul#banner {
    margin: 0 auto;
    width: 830px;
  }  
  ul#banner:after {
    visibility: hidden;
    height: 0;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
  }  
  ul#banner li {
    float: left;
    margin: 0 10px 10px 0;
    width: 200px;
  }
  ul#banner li img {
    width: 200px;
  }
  ul#banner li:first-child {
    display: none;
  }
  ul#banner li:nth-child(5),
  ul#banner li:nth-child(9),
  ul#banner li:nth-child(13) {
    margin-right: 0;
  }
  ul#banner li#bn-support br, .mobileSite, 
  ul#banner li#bn-support span.hankaku {
    display: none;
  }
  ul#banner li#bn-support {
    margin-right: 0;
    width: 100%;
    text-align: center;
  }
  ul#banner li#bn-support li {
    float: none;
    display: inline;
    margin: 0;
  }
  ul#banner li#bn-support li:first-child {
    margin-right: 10px;
  }
  ul#banner li.bnCenter {
    clear: both;
    float: none;
    margin: 0 auto 10px;
  }  
  /* 追加2022 */
  .slick-slide:not(.slick-center) {
    opacity: 1;
    transition: none;
  }
  .slick-box div img {
    padding: .9375vw;
    box-shadow: 0px 0px 4px 1px #bbbbbb; 
    -webkit-box-shadow: 0px 1px 4px #bbbbbb; 
  }
  .slick-initialized .slick-slide {
    padding: 0 .05208vw;
  }
  .arrow {
    display: none;
  }
  .slick-dots {
    margin-top: 13px;
  }
  .slick-dots li {
    margin: 1.25vw 1.04166vw 0;
    width: 8.75vw;
  }
}
@media screen and (max-width: 869px) {
  ul#banner {
    width: 620px;
  }
  ul#banner li:nth-child(5),
  ul#banner li:nth-child(9) {
    margin-right: 10px;
  }
  ul#banner li:nth-child(4),
  ul#banner li:nth-child(7),
  ul#banner li:nth-child(10) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .txtArea  {
    text-align: left;
  }
  .txtArea br {
    display: none;
  }
  ul#banner {
    width: 410px;
  }
  ul#banner li:nth-child(4),
  ul#banner li:nth-child(10) {
    margin-right: 10px;
  }
  ul#banner li:nth-child(odd) {
    margin-right: 0;
  }
  ul#banner li#bn-support li {
    float: left;
  }
  ul#banner li.bnCenter {
    float: left;
    margin: 0 10px 10px 0;
  }
}
@media screen and (max-width: 667px) {
  #main {
    padding-bottom: 25px;
  }
  #index-main {
    width: 66%;
  }
  #sideL {
    width: 32%;
  }
  ul#menu-top li span.txtArea {
    padding-right: 5px;
    text-align: left;
  }
  #index-main section {
    padding: 17px 18px 20px;
  }
  #index-main section#recipeList {
    padding: 17px 18px 20px;
  }
  p.more {
    position: absolute;
    right: 18px;
    top: 20px;
  }
  #recipeList p.more {
    top: 24px;
  }
  #recipeBox {
    padding: 0;
  }
  #recipeList article {
    width: 48%;
  }
  .slick-dots {
    margin: 1.8vw 0 3.67647vw;
  }  
}
@media screen and (max-width: 480px) {
  header {
    margin-bottom: 14px;
  }
  #index-main, #sideL {
    float: none;
    width: 100%;
  }
  #index-main {
    margin-top: 15px;
  }
  #index-main section#fb-likebox {
    margin-bottom: 15px;
  }
  #sideL section h4 span img {
    width: 72px;
  }
  #sideL section#side-contact h4 span img {
    width: 104px;
  }
  #sideL .dattansobacha, #sideL .onlineshop {
    float: left;
    margin-bottom: 15px;
    width: 48.5%;
  }
  #sideL .onlineshop {
    float: right;
  }
  #sideL > p:nth-child(3) {
    float: left;
  }
  section#productinfo {
    float: none;
    margin-bottom: 0;
    width: 100%;
  }
  ul#menu-top li {
    float: left;
    padding: 8px 0 8px 5px;
    width: 50%;
    font-size: 100%;
  }
  ul#menu-top li span.imgArea {
    padding-right: 10px;
    width: 30%;
  }
  ul#menu-top li span.txtArea {
    line-height: 1.35;
  }
  #side-contact {
    display: none;
  }
  section#contact-sp {
    display: block;
    margin: 0;
    padding: 0!important;
    background-color: #ffffff;
    border: solid 1px #cccccc;
    border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */ 
  }
  section#contact-sp h4 {
    display: table;
    background: url(images/title_bg.svg) repeat-x;
    width: 100%;
    height: 43px;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    border-radius: 5px 5px 0 0;        /* CSS3草案 */
    -webkit-border-radius: 5px 5px 0 0;    /* Safari,Google Chrome用 */
    -moz-border-radius: 5px 5px 0 0;   /* Firefox用 */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  section#contact-sp h4 span {
    display: table-cell;
    vertical-align: middle;
    padding: 0 15px;
    line-height: 1;
  }
  section#contact-sp  h4 span img {
    width: 104px;
  }
  section#contact-sp .contactBody {
    padding: 13px 15px 5px;
    background: url(images/title_bottom.svg) repeat-x top;
    line-height: 1.55; 
    font-size: 93%;  
  }
  section#contact-sp .contactBody p {
    display: table;
    margin-bottom: 10px;
  }
  section#contact-sp .contactBody p span.contactImg,
  section#contact-sp .contactBody p span.notes {
    display: table-cell;
    vertical-align: middle;
  }
  section#contact-sp .contactBody p span.contactImg {
    padding-right: 5px;
    width: 35%;
  }
  section#contact-sp .contactBody p span.notes {
    font-size: 108%;
  }
  section#contact-sp .contactBody p img {
    margin-bottom: 0!important;
  }
  section#contact-sp .contactBody p br {
    display: none;
  }
  section#contact-sp dl {
    padding-top: 15px;
    background: url(images/dotline.gif) repeat-x top;
    text-align: center;
    line-height: 1.5;
  }
  section#contact-sp dt {
    margin-bottom: 7px;
  }
  section#contact-sp ul li {
    margin-bottom: 10px;
    font-size: 116%;
  }
  section#contact-sp ul li img {
    width: 220px;
  }
  section#contact-sp ul li a img {
    width: 216px;
  }
  section#contact-sp ul li span {
    margin-right: 12px;
  }
  section#contact-sp ul li br {
    display: none;
  }
  #recipeList h3 {
    font-size: 116%;
  }
  .list dd, #blog-list h3 {
    font-size: 100%;
  }
  .slick-dots li {
    width: 9.58333vw;
  }
}
@media screen and (max-width: 440px) {
  ul#banner {
    width: 100%;
  }
  ul#banner li {
    margin-right: 0;
    width: 48.5%;
  }
  ul#banner li:nth-child(4),
  ul#banner li:nth-child(10),
  ul#banner li#bn-support li:first-child {
    margin-right: 0;
  }
  ul#banner li#bn-support li {
    float: right;
    display: inherit;
  }
}
@media screen and (max-width: 414px) {
  #index-main section h2 {
    text-align: inherit;
  }
}
@media screen and (max-width: 375px) {
  ul#menu-top li span.imgArea {
    width: 40%;
  }
  #index-main section {
    padding: 12px 15px 16px;
  }
  #index-main section#recipeList {
    padding: 16px 15px;
  }
  section#contact-sp ul li img {
    width: 200px;
  }
  p.more {
    position: absolute;
    right: 15px;
    top: 18px;
  }
  .list dt {
    float: none;
    width: 5.5em;
    margin-left: 5px;
    padding: 10px 0 0 10px;
    background: url(images/arrow.svg) no-repeat left 18px;
  }
  .list dd {
    padding: 0 0 11px 15px;
  }
  .blogtxt {
    display: none;
  }
}
@media screen and (max-width: 320px) {
  header {
    margin-bottom: 14px;
  }
  ul#menu-top li span.txtArea {
    line-height: 1.25;
  }
  section#contact-sp ul li span {
    margin-right: 0;
  }
  section#contact-sp ul li br {
    display: inherit;
  }
  ul#banner li {
    width: 48%;
  }
  ul#banner li#bn-support span.supporttxt {
    padding: 12px 30px 10px;
  }
}