@charset "UTF-8";
/*登録商品のお届け予定品目のお知らせ CSS*/
body {
  font-size: 16px;
  font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  color: #4C4948;
}
@media screen and (max-width: 400px) {
  body {
    font-size: 4vw;
  }
}
*, *:before, *:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}
h1, h2, h3, h4, h5 {
  font-feature-settings: "palt";
}
html {
  -webkit-text-size-adjust: 100%;
}
body {
  line-height: 1.8;
  margin: 0;
  overflow-x: hidden;
  color: #222;
}
body, #wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
footer {
  margin-top: auto;
}
a {
  text-decoration: none;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
table {
  width: 100%;
}
img {
  max-width: 100% !important;
  height: auto;
  vertical-align: bottom;
  -ms-interpolation-mode: bicubic;
}
/*ヘッダー*/
.header-wrapper {
  padding: 8px 0;
  background: #fff;
  text-align: center;
  z-index: 3;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.07);
}
.header-wrapper img {
  width: 160px;
  height: auto;
}
@media print, screen and (min-width: 640px) {
  .header-wrapper {
    padding: 15px 0;
  }
  .header-wrapper img {
    width: 200px;
  }
}
/*フッター*/
footer {
  border-top: 1px solid #eee;
  padding: 30px 0;
}
footer .footnav {
  width: 100%;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media print, screen and (min-width: 640px) {
  footer .footnav {
    width: 100%;
    padding: 0 5%;
  }
}
@media print, screen and (min-width: 1024px) {
  footer .footnav {
    width: 86%;
    max-width: 960px;
    margin: auto;
    padding: 0;
  }
}
footer .statutes {
  margin-bottom: 1em;
  list-style: none;
}
footer .statutes li {
  font-size: 0.85em;
  margin-bottom: 0.5em;
  display: inline-block;
  margin: 0 0.7em;
}
footer .statutes li:last-child {
  margin-right: 0;
}
footer .statutes li a {
  border-bottom: 1px solid;
}
footer a {
  color: #222;
}
.copyright {
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
  flex-direction: column;
  text-align: center;
}
.copyright p {
  font-size: 0.8em;
  color: #aaa;
}
.bw {
  width: 100%;
  padding: 0 20px;
}
@media print, screen and (min-width: 640px) {
  .bw {
    width: 100%;
    padding: 0 5%;
  }
}
@media print, screen and (min-width: 1024px) {
  .bw {
    width: 86%;
    max-width: 960px;
    margin: auto;
    padding: 0;
  }
}
.otodoke_info {
  padding: 3em 0;
  border: 1px solid #fff;
}
.otodoke_info h2 {
  color: #00A384;
  border-bottom: 4px double #00A384;
  padding: .6em 0;
  margin-bottom: 1.2em;
}
@media (min-width: 740px) {
  .otodoke_info h2 {
    text-align: center;
  }
}
.otodoke_info ul {
  
  list-style: none;
}
.otodoke_info li {
 border-bottom: 1px solid #ddd;
  list-style: none;
  padding: 1em 0;
  font-size: .95em;
  line-height: 1.5;
}
.otodoke_info li a{color: #4C4948;}
.otodoke_info li a:hover{color: #00A384;}
.otodoke_info li:last-child{border-bottom:none;}
.otodoke_info li span {
  display: block;
}
.otodoke_info li span.date {
  font-weight: 700;
}
@media (min-width: 740px) {
  .otodoke_info li {
    font-size: 1em;
    position: relative;
  }
  .otodoke_info li span.date {
    width: 7em;
    position: absolute;
    left: 0;
    top: .8em;
  }
  .otodoke_info li span.news-txt {
    padding-left: 7em;
  }
  .otodoke_info {
    padding: 4em 0 5.5em 0;
  }
}

.newsmodal {
 
}
.newsmodal a {
 text-decoration: underline;
}
.newsmodal {
 padding: 0 0 20px 0;
 margin-top: -20px;
}
.newsmodal h2 {
 font-size: 1.3em;
 text-align: left;
 padding: .5em 0 0.8em;
 margin: 0 0 1em;
 border-bottom: 1px solid rgba(0, 80, 70, 0.3);
 line-height: 1.6;
}
.newsentry {
 line-height: 2;
 font-size: 1.066em;
}
.close_btn {
 text-align: right;
 width: 100%;
}
.news-close.modaal-close {
 position: relative;
 right: -10px;
 top: -10px;
 color: #fff;
 cursor: pointer;
 opacity: 1;
 width: 50px;
 height: 50px;
 background: #00A384;
 border-radius: 100%;
 -webkit-transition: all .2s ease-in-out;
 transition: all .2s ease-in-out;
}
.news-close-bottom.modaal-close {
 display: inline-block;
 position: relative;
 right: auto;
 top: auto;
 width: 8em;
 height: 2.5em;
 line-height: 2.4;
 cursor: pointer;
 background: #fff;
 border-radius: 50px;
 color: #00A384;
 border: 2px solid;
 font-weight: bold;
}
.news-close-bottom.modaal-close::before, .news-close-bottom.modaal-close::after {
 display: none;
}
.newsmodal .close {
 padding: 3em 0 0 0;
 text-align: center;
}
.modaal-inner-wrapper {
 display: table-cell;
 width: 100%;
 height: 100%;
 position: relative;
 vertical-align: middle;
 text-align: center;
 padding: 80px 3%;
}
@media (min-width: 740px) {
 .newsmodal {
  padding: 0px 15px 30px;
 }
}
@media (hover: hover) {
 .newsmodal a:hover {
  text-decoration: none;
 }
 .news-close-bottom.modaal-close:hover {
  background: #dbecc5;
 }
}
@media (max-width: 519px) {
 .newsentry td {
  display: block;
 }
}
