@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
@media print, screen and (min-width: 737px) {
  section, article, aside, hgroup, header, footer, main, nav, figure {
    display: block;
  }
  img {
    display: block;
    border: none;
  }
  a {
    color: #484848;
    text-decoration: none;
  }
  a:hover {
    opacity: 0.7;
  }
  ul, ol {
    list-style-type: none;
  }
  body {
    font-size: 15px;
    color: #484848;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    background-color: #fff;
    line-height: 1.7em;
  }
  p {
    line-height: 1.3em;
    font-size: 14px;
  }
  .sp {
    display: none;
  }
  .globalMenuSp {
    display: none;
  }
  header {
    width: 100%;
    min-width: 1000px;
    overflow: hidden;
  }
  #logo {
    float: left;
    width: 376px;
    margin-top: 25px;
  }
  #headerInner {
    width: 1000px;
    margin: auto;
  }
  .header-btn {
    float: right;
    margin-top: 60px;
    margin-right: 30px;
  }
  .header-e-mail {
    height: 27px;
    box-shadow: 1px 6px 10px -8px rgb(0 0 0 / 30%);
    border: 1px solid #eeeeee;
    width: 150px;
    display: block;
    margin: auto;
    text-align: center;
    background-color: #FFF;
    padding: 0px;
    border-radius: 10px;
  }
  .header-tel {
    height: 27px;
    box-shadow: 1px 6px 10px -8px rgb(0 0 0 / 30%);
    border: 1px solid #eeeeee;
    width: 150px;
    display: block;
    margin: auto;
    text-align: center;
    background-color: #FFF;
    padding: 0px;
    border-radius: 10px;
  }
  nav ul {
    margin: 0 auto;
    padding: 0;
    width: 80%;
    text-align: center;
    display: flex;
    justify-content: space-between;
  }
  .nav-en-home {
    display: block;
  }
  .nav-en-consept {
    display: block;
  }
  .nav-en-menu {
    display: block;
  }
  .nav-en-corporation {
    display: block;
  }
  .nav-en-onlineshop {
    display: block;
  }
  .clearfix {
    font-size: 0
  }
  #g-nav li a::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #aaa;
    position: absolute;
    top: 50%;
  }
  #g-nav li a:hover::after {
    content: "";
    display: block;
    width: 100%;
    height: 5px;
    background-color: #FA5D3F;
    position: absolute;
    top: 50%;
  }
  #nav-toggle {
    display: none;
  }
  #g-nav {
    clear: both;
  }
  #g-nav ul {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
  #g-nav ul li {
    text-align: center;
    width: 200px;
    position: relative;
    font-size: 15px;
    float: left;
  }
  nav li {
    display: table-cell;
    min-width: 50px;
  }
  nav .japanese {
    border-top: 1px solid rgba(51, 51, 51, 1);
    margin-top: 5px;
  }
  nav a {
    display: block;
    width: 100%;
    text-decoration: none;
    color: #555;
    padding-bottom: 5px;
  }
  nav li.current {
    border-bottom: 3px solid #92D050;
  }
  nav li:hover {
    color: #E7DA66;
    border-bottom: 3px solid #F0E475;
  }
  heder li a {
    display: block;
    height: 50px;
    padding-top: 36px;
    font-size: 16px;
    font-weight: bold;
    color: #cb4747;
  }
  .gift {
    clear: both;
    width: 1000px;
    margin: auto;
  }
  h2 {
    width: 65%;
    margin: auto;
    display: flex;
    align-items: center;
    margin-top: 50px;
  }
  h2:before, h2:after {
    border-top: 1px solid;
    content: "";
    flex-grow: 1;
  }
  h2:before {
    margin-right: 1rem;
  }
  h2:after {
    margin-left: 1rem;
  }
  .gift ul {
    margin: 30px auto 50px;
    width: 1000px;
    font-size: 0px;
  }
  .gift li {
    width: 23%;
    display: inline-block;
    font-size: 13px;
    padding: 0 10px;
  }
  .gift ul li a {
    display: block;
  }
  .gift figure {
    background-color: #D9D2D3;
    text-align: center;
  }
  .card:nth-child(odd) {
    margin: 0 2% 20px 0;
  }
  h3 {
    text-align: center;
    font-size: 16px;
	font-weight: initial;
  }
  .more {
    width: 130px;
    height: 20px;
    display: block;
    margin: auto;
    text-align: center;
    margin-top: 31px;
    background-color: #3fb079;
    padding: 14px;
    border-radius: 30px;
    color: #FFF;
    font-weight: bold;
  }
  .tel {
    display: block;
    text-align: center;
    margin-top: 10px;
    color: #000000;
    font-weight: bold;
    margin: 0 auto;
  }
  .delivery {
    width: 1000px;
    margin: auto;
  }
  .deliverycontainer {
    margin: 30px auto 30px;
    width: 1000px;
    font-size: 0;
  }
  .deliverybox {
   width: 49%;
    display: inline-block;
    font-size: initial;
    margin: 0 0 20px 0;
  }
  .deliverybox:nth-child(odd) {
    margin: 0 2% 20px 0;
  }
  .bnr {
    margin: 0 0 10px;
    width: 100%;
    height: 100px;
    background-color: #ccc;
    box-shadow: 3px 21px 20px -6px #333
  }
  .deliverybox ul {
    margin: 30px 0 0 0;
    padding: 0 0 0 1.5em;
    position: relative;
  }
  .deliverybox li {
    position: relative;
  }
  .deliverybox li:after {
    content: "";
    width: 50%;
    border-bottom: 1px dashed #aaa;
    position: absolute;
    left: 25%;
    top: 50%;
  }
  .price {
    position: absolute;
    right: 0;
    text-align: right;
  }
  iframe {
    width: 348px;
    height: 319px;
  }
  footer {
    background-color: #FFFFFF;
    color: #000;
    font-size: 12px;
    margin-top: 71px;
  }
  #footerBox { /*opacity:0.5;*/
    width: 1000px;
    margin: auto;
    margin-bottom: 30px;
  }
  #footer-menu {
    width: 800px;
    margin: auto;
    display: block;
  }
  #footer-menu li {
    float: left;
    width: 120px;
    text-align: center;
  }
  #footerInner {
    clear: both;
    margin: auto;
  }
  #footerLogo {
    width: 164px;
    height: 58px;
    margin: auto;
  }
  footer #copyRight {
    text-align: center;
  }
  .footer {
    display: none;
  }
}