@charset "UTF-8";
body {
  font-family: Roboto, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif; }

.text.green {
  color: #66ba00; }

.button {
  display: inline-block;
  padding: .5em 1em;
  color: #fff;
  background-color: #1facee;
  border-radius: 2em; }
  .button.green {
    background-color: #66ba00; }

.dropdown ul {
  display: none; }
  .dropdown ul.active {
    display: block; }

@media (min-width: 768px) {
  .dropdown:hover > ul {
    display: block; } }

@media (max-width: 991px) {
  .md-over {
    display: none; } }

.text-center {
  text-align: center; }

#header {
  border-bottom: 1px solid #e2e2e2; }
  @media (min-width: 768px) {
    #header {
      background: #fff url(./../img/common/flag.jpg) 50% 0 no-repeat;
      border-bottom: none; } }
  @media (min-width: 992px) {
    #header {
      background-position: 100% 0; } }
  @media (min-width: 1200px) {
    #header {
      background-position: 80% 0; } }

.front_page #header {
  border: none; }

.site-name {
  margin-top: 0;
  margin-bottom: 10px; }
  @media (min-width: 768px) {
    .site-name {
      float: left; } }
  @media (min-width: 992px) {
    .site-name {
      margin-top: 25px; } }
  @media (max-width: 767px) {
    .site-name img {
      width: 150px;
      height: auto; } }

.site-description {
  float: left;
  height: 106px;
  padding-top: 45px;
  padding-left: 60px;
  padding-right: 100px;
  margin: 0;
  margin-left: 20px;
  margin-bottom: 10px;
  color: #ae9840;
  font-size: 14px;
  background: url(./../img/common/rabbit.jpg) 0 100% no-repeat, url(./../img/common/cracker.jpg) 100% 50% no-repeat; }
  @media (min-width: 1200px) {
    .site-description {
      margin-left: 100px; } }

.header-cart {
  padding-top: 10px;
  padding-bottom: 5px;
  text-align: center; }
  @media (min-width: 768px) {
    .header-cart {
      float: right; } }
  @media (min-width: 992px) {
    .header-cart {
      padding-top: 50px; } }
  .header-cart .cart-count,
  .header-cart .button {
    display: inline-block; }

.event-nav {
  top: -100px; }
  .event-nav li {
    width: 20%;
    float: left; }
    .event-nav li a {
      display: block;
      padding: 50px 0 10px;
      color: #ffffff;
      font-size: 10px;
      text-align: center;
      background-position: 50% 5px;
      background-repeat: no-repeat;
      background-size: 40px; }
      @media (min-width: 768px) {
        .event-nav li a {
          font-size: 14px; } }
  .event-nav-area {
    background-color: #ffffff; }
  .event-nav__wrap {
    height: 74px;
    max-width: 1150px;
    margin-left: auto;
    margin-right: auto; }
    @media (min-width: 768px) {
      .event-nav__wrap {
        height: 89px;
        padding-top: 10px;
        padding-left: 16px;
        padding-right: 16px; } }
  .event-nav__child a {
    background-color: #6ca5d4;
    background-image: url(../img/common/icon_duck.svg); }
  .event-nav__halloween a {
    background-color: #a8d970;
    background-image: url(../img/common/icon_pumpkin.svg); }
  .event-nav__sports-day a {
    background-color: #f5d174;
    background-image: url(../img/common/icon_shoes.svg); }
  .event-nav__christmas a {
    background-color: #e47d7a;
    background-image: url(../img/common/icon_tree.svg); }
  .event-nav__trip a {
    background-color: #b383c5;
    background-image: url(../img/common/icon_bus.svg); }
  .event-nav.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    transition: top .5s ease-in; }

@media (min-width: 768px) {
  .gnav {
    clear: both;
    border-top: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc; } }

@media (min-width: 768px) {
  .gnav li {
    width: 16.66667%;
    float: left; } }

.gnav a {
  display: block;
  position: relative;
  padding: 15px 10px;
  margin: 2px;
  color: #525263;
  background-color: #fff; }
  @media (max-width: 767px) {
    .gnav a {
      padding-right: 24px; } }
  @media (min-width: 768px) {
    .gnav a {
      padding-left: 0;
      padding-right: 0;
      margin: 0;
      font-size: 12px;
      text-align: center; } }
  @media (min-width: 992px) {
    .gnav a {
      font-size: 14px; } }
  .gnav a:not(.nav-login)::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%; }
    @media (max-width: 767px) {
      .gnav a:not(.nav-login)::after {
        right: 10px;
        width: 16px;
        height: 16px;
        margin-top: -8px;
        border-right: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        transform: rotate(-45deg); } }
    @media (min-width: 768px) {
      .gnav a:not(.nav-login)::after {
        left: 0;
        width: 0;
        height: 24px;
        margin-top: -12px;
        border-right: 1px dotted #ccc; } }
  .gnav a.nav-login {
    color: #fff;
    background-color: #1facee; }
    @media (min-width: 768px) {
      .gnav a.nav-login + ul {
        position: absolute;
        z-index: 100;
        width: 100%; } }
    @media (min-width: 768px) {
      .gnav a.nav-login + ul li {
        width: 100%;
        float: none;
        border-top: 1px solid #fff; } }
    .gnav a.nav-login + ul a {
      background-color: #c5e9fb; }
      .gnav a.nav-login + ul a::after {
        border-color: #fff; }
        @media (min-width: 768px) {
          .gnav a.nav-login + ul a::after {
            display: none; } }

.footer-nav {
  font-size: 12px; }

.main_visual {
  padding-bottom: 16px;
  background: url(./../img/top/color-stripe.png) 50% 100% repeat-x; }
  @media (min-width: 768px) {
    .main_visual {
      margin-bottom: 60px; } }

@media (min-width: 768px) {
  .top-bnr-area__col {
    padding-bottom: 16px !important; } }

@media (min-width: 992px) {
  .top-bnr-area__col {
    padding-left: 8px;
    padding-right: 8px; } }

.top-bnr-area__col:nth-child(even) {
  padding-left: 4px; }
  @media (min-width: 768px) {
    .top-bnr-area__col:nth-child(even) {
      padding-left: 8px; } }

.top-bnr-area__col:nth-child(odd) {
  padding-right: 4px; }
  @media (min-width: 768px) {
    .top-bnr-area__col:nth-child(odd) {
      padding-right: 8px; } }

.bnr-box {
  display: block;
  color: #525263;
  background-color: #f2f2f2;
  transition: .2s; }
  .bnr-box img {
    width: 100%;
    height: auto; }
  .bnr-box:hover {
    color: #66ba00; }
  .bnr-box__content {
    padding: 10px; }
    @media (min-width: 768px) {
      .bnr-box__content {
        padding: 20px; } }
  .bnr-box__heading {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold; }
  .bnr-box__text {
    margin: 0;
    font-size: 12px; }
    @media (min-width: 768px) {
      .bnr-box__text {
        font-size: 14px; } }

.ranking__lead {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  text-align: center; }
  @media (min-width: 768px) {
    .ranking__lead {
      font-size: 20px; } }

.ranking__box {
  display: block;
  position: relative; }

.ranking__icon {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  padding: 6px;
  margin: 0;
  color: #fff;
  background: linear-gradient(135deg, #f5b342 0%, #f5b342 50%, rgba(255, 255, 255, 0) 51%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5b342', endColorstr='#00ffffff',GradientType=1 ); }

.ranking__name {
  margin-top: .5em;
  margin-bottom: .5em;
  color: #525263;
  text-align: center; }

.ranking__price {
  margin-top: .5em;
  color: #DE5D50;
  text-align: center; }

.select-price {
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: 20px; }
  @media (min-width: 992px) {
    .select-price {
      margin-bottom: 40px; } }
  .select-price__col {
    width: 50%;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
    float: left; }
    @media (min-width: 768px) {
      .select-price__col {
        width: 33.33333%;
        float: left; } }
    @media (min-width: 992px) {
      .select-price__col {
        width: 20%; } }
    .select-price__col > a {
      display: block;
      padding: 10px;
      color: #fff; }
      @media (min-width: 768px) {
        .select-price__col > a {
          padding: 15px; } }
      .select-price__col > a:hover {
        opacity: .8; }
  .select-price__heading {
    margin-top: 0;
    margin-bottom: .5em;
    font-family: "Rounded Mplus 1c", sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-align: center; }
    @media (min-width: 768px) {
      .select-price__heading {
        font-size: 24px; } }
  .select-price__btn {
    padding: 5px;
    margin: 0;
    text-align: center;
    background-color: #fff; }
  .select-price__01 {
    background-color: #57d5f4; }
    .select-price__01 .select-price__btn {
      color: #57d5f4; }
  .select-price__02 {
    background-color: #d2b85a; }
    .select-price__02 .select-price__btn {
      color: #d2b85a; }
  .select-price__03 {
    background-color: #6fdb4e; }
    .select-price__03 .select-price__btn {
      color: #6fdb4e; }
  .select-price__04 {
    background-color: #d760a9; }
    .select-price__04 .select-price__btn {
      color: #d760a9; }
  .select-price__05 {
    background-color: #8a5ed4; }
    .select-price__05 .select-price__btn {
      color: #8a5ed4; }

.gridtab,
.gridtab > dt,
.gridtab > dd {
  margin: 0;
  padding: 0;
  position: relative;
  border: 0 solid; }

.gridtab {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
  box-sizing: border-box; }

.gridtab * {
  box-sizing: border-box; }

.gridtab > dd {
  z-index: 1;
  display: none;
  min-width: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%; }

.gridtab > dd > .gridtab__controls {
  position: absolute;
  right: 5px;
  top: 5px;
  display: -ms-flexbox;
  display: flex; }

.gridtab > dd > .gridtab__controls > .gridtab__close {
  -ms-flex-order: 1;
  order: 1;
  margin-left: 1px; }

.gridtab > dd > .gridtab__controls > .gridtab__close:before,
.gridtab > dd > .gridtab__controls > .gridtab__close:after {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg); }

.gridtab > dd > .gridtab__controls > .gridtab__close:after {
  transform: translate(-50%, -50%) rotate(-45deg); }

.gridtab > dd > .gridtab__controls > .gridtab__arrow,
.gridtab > dd > .gridtab__controls > .gridtab__close {
  display: block;
  width: 25px;
  height: 25px;
  overflow: hidden;
  background: #666;
  text-indent: -999px;
  position: relative; }

.gridtab > dd > .gridtab__controls > .gridtab__arrow:before,
.gridtab > dd > .gridtab__controls > .gridtab__arrow:after,
.gridtab > dd > .gridtab__controls > .gridtab__close:before,
.gridtab > dd > .gridtab__controls > .gridtab__close:after {
  position: absolute;
  width: 3px;
  height: 13px;
  content: '';
  display: block;
  background: #FFF; }

.gridtab > dd > .gridtab__controls > .gridtab__arrow:before,
.gridtab > dd > .gridtab__controls > .gridtab__arrow:after {
  top: 50%;
  left: 50%;
  transform: rotate(45deg);
  transform-origin: right;
  margin: -7px 0 0 -3px;
  height: 10px; }

.gridtab > dd > .gridtab__controls > .gridtab__arrow:after {
  margin-top: -4px;
  transform: rotate(-45deg); }

.gridtab > dd > .gridtab__controls > .gridtab__arrow.is-disabled {
  opacity: .25; }

.gridtab > dd > .gridtab__controls > .gridtab__next {
  transform: scale(-1);
  transform-origin: center; }

.gridtab > dt {
  transition: background 1s;
  background: #f2f2f2; }

.gridtab > dt:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0; }

.gridtab > dt.is-disabled {
  pointer-events: none; }

.gridtab > dt.is-active {
  z-index: 2; }

.gridtab > dt > img {
  max-width: 100%;
  float: left;
  height: auto; }

.gridtab[dir="rtl"] > dd > .gridtab__controls {
  right: auto;
  left: 5px; }

.gridtab[dir="rtl"] > dd > .gridtab__controls > .gridtab__next {
  transform: none; }

.gridtab[dir="rtl"] > dd > .gridtab__controls > .gridtab__prev {
  transform: scale(-1); }

.gridtab[dir="rtl"] > dd > .gridtab__controls > .gridtab__close {
  margin-right: 1px;
  margin-left: 0; }

#gridtab-1 .is-active {
  color: #fff; }

#gridtab-1 > dt {
  text-align: center; }
  #gridtab-1 > dt:hover {
    cursor: pointer; }

.tab__wrap {
  margin-left: -4px;
  margin-right: -4px; }

.tab__heading, .tab__lead {
  text-align: center; }

.tab__heading {
  font-size: 24px; }
  @media (min-width: 768px) {
    .tab__heading {
      margin-top: .5em;
      margin-left: -110px;
      margin-bottom: .5em;
      font-size: 36px; } }
  .tab__heading img {
    width: 100px;
    height: auto;
    margin-right: 10px;
    vertical-align: middle; }
    @media (max-width: 767px) {
      .tab__heading img {
        display: none; } }

@media (min-width: 768px) {
  .tab__lead {
    margin-bottom: 2em;
    font-size: 18px;
    line-height: 1.8; } }

.tab__item-box {
  display: block;
  color: #525263; }

.tab__item-name, .tab__item-price {
  margin-top: .5em;
  margin-bottom: .5em;
  text-align: center; }

.tab__item-price {
  color: #DE5D50; }

.news_contents {
  padding: 0;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  max-width: 900px; }
  @media (min-width: 768px) {
    .news_contents {
      margin-top: 40px; } }

#news_area {
  background-color: transparent; }
  #news_area h2.heading01 {
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
    font-weight: bold;
    text-align: left; }
    #news_area h2.heading01 .fa {
      color: #1facee;
      font-weight: normal; }
    @media (min-width: 768px) {
      #news_area h2.heading01 {
        padding-top: 0;
        padding-bottom: 10px; } }

.newslist .date {
  font-size: 12px; }

.shopping-guide {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0; }
  @media (min-width: 768px) {
    .shopping-guide {
      margin-top: 40px; } }
  .shopping-guide__row::after {
    content: '';
    display: block;
    clear: both; }
  .shopping-guide__col {
    padding: 5px;
    margin-bottom: -1px;
    border: 1px solid #ccc; }
    @media (min-width: 768px) {
      .shopping-guide__col {
        width: 33.33333%;
        float: left;
        margin-right: -1px; } }
    @media (min-width: 992px) {
      .shopping-guide__col {
        width: 20%; } }
  .shopping-guide__heading {
    padding: 5px;
    margin-top: 0;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    background-color: #f2f2f2; }
  .shopping-guide__img {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .shopping-guide__text {
    font-size: 12px; }

#topicpath {
  border-top: none; }

.cat-description {
  margin-bottom: 20px;
  text-align: center; }
  .cat-description__title {
    margin-top: .5em;
    margin-bottom: .5em;
    color: #9fd3d8;
    font-family: "Rounded Mplus 1c", sans-serif;
    font-size: 36px;
    font-weight: 900; }
    @media (min-width: 768px) {
      .cat-description__title {
        font-size: 56px; } }
    @media (min-width: 992px) {
      .cat-description__title {
        font-size: 64px; } }
    .cat-description__title > span {
      display: inline-block;
      width: 50px;
      height: 50px;
      margin-top: -10px;
      color: #fff;
      font-size: 28px;
      line-height: 50px;
      border-radius: 50%;
      background-color: #9fd3d8;
      vertical-align: middle; }
      @media (min-width: 768px) {
        .cat-description__title > span {
          width: 70px;
          height: 70px;
          margin-left: 5px;
          margin-right: 5px;
          font-size: 48px;
          line-height: 70px; } }
      @media (min-width: 992px) {
        .cat-description__title > span {
          width: 80px;
          height: 80px;
          margin-left: 5px;
          margin-right: 5px;
          font-size: 54px;
          line-height: 80px; } }
  .cat-description__text {
    color: #215891;
    font-family: "Rounded Mplus 1c", sans-serif;
    font-size: 18px;
    font-weight: 500; }
    @media (min-width: 768px) {
      .cat-description__text {
        margin-bottom: 30px;
        font-size: 22px;
        line-height: 1.8; } }
    @media (min-width: 768px) {
      .cat-description__text {
        font-size: 26px; } }
  .cat-description__img {
    margin-left: auto;
    margin-right: auto; }

.product_item .item_name,
.product_item .item_price {
  font-weight: normal;
  text-align: center; }

.product_item .item_price {
  color: #DE5D50; }

#detail_description_box__item_range_code,
#relative_category_box {
  font-size: 12px; }

@media (min-width: 768px) {
  #item_photo_area .slick-dots {
    width: auto;
    margin-left: 0;
    margin-right: -10px; } }

@media (min-width: 768px) {
  #item_photo_area .slick-dots li {
    padding: 10px 10px 0 0; } }

@media (min-width: 768px) {
  .item-detail-bnr-area {
    margin-right: -5px;
    margin-left: -5px; } }

.item-detail-bnr-area::after {
  content: '';
  display: block;
  clear: both; }

.item-detail-bnr-area li {
  margin-top: 10px; }
  @media (min-width: 768px) {
    .item-detail-bnr-area li {
      width: 50%;
      padding-right: 5px;
      padding-left: 5px;
      float: left; } }

.item-detail-bnr-area img {
  max-width: 100%;
  height: auto; }

.page-title {
  font-family: "Rounded Mplus 1c", sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.2em;
  text-align: center; }
  @media (min-width: 768px) {
    .page-title {
      font-size: 30px; } }
  .page-title > span {
    color: #1facee; }
  .page-title small {
    color: #ababab;
    font-size: .66em;
    font-weight: 500; }

.section {
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .section {
      margin-bottom: 60px; } }
  .section.last {
    margin-bottom: 0; }

.section-title {
  padding: .5em;
  font-family: "Rounded Mplus 1c", sans-serif;
  font-size: 18px;
  font-weight: 500;
  background-color: #f2f2f2;
  border-radius: 6px; }
  @media (min-width: 768px) {
    .section-title {
      font-size: 24px; } }

.shipping-table {
  width: 100%;
  border-collapse: collapse; }
  .shipping-table thead th {
    color: #fff;
    background-color: #96d1ec;
    border-top: none !important; }
  .shipping-table tbody th,
  .shipping-table tbody td {
    border-top: none !important;
    border-bottom: 1px dotted #ccc !important;
    vertical-align: middle !important; }
    @media (min-width: 768px) {
      .shipping-table tbody th,
      .shipping-table tbody td {
        padding: 1em .5em !important; } }

.nowrap {
  white-space: nowrap; }

.about-us {
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .about-us {
      margin-bottom: 60px; } }
  .about-us__logo {
    margin-top: 2em;
    margin-bottom: 1em; }
    @media (min-width: 768px) {
      .about-us__logo {
        margin-top: 0;
        margin-bottom: 1.5em; } }
    .about-us__logo img {
      display: block;
      margin-left: auto;
      margin-right: auto; }
  .about-us__lead {
    color: #b58654;
    font-family: "Rounded Mplus 1c", sans-serif;
    font-size: 24px;
    font-weight: 600;
    text-align: center; }
    @media (min-width: 768px) {
      .about-us__lead {
        margin-bottom: 1.5em;
        font-size: 32px; } }
  @media (min-width: 768px) {
    .about-us__text {
      line-height: 1.8;
      text-align: center; } }

.payment-label {
  padding: .5em;
  margin-bottom: 5px;
  border: 1px solid #1facee;
  color: #1facee;
  font-size: 18px;
  text-align: center;
  border-radius: 30px; }


/* ここからCSSに直書き */
.main-lead {
  margin: 20px 0 40px;
  text-align: center;
}
.main-lead strong {
  color: #1facee;
}
.guide-question + .guide-question {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid #ccc;
}
.guide-lead {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.guide-question-heading {
  padding-top: 124px;
  margin-top: 0;
  color: #ec126e;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  background: url(./../img/guide/question.jpg) 50% 0 no-repeat;
}
.box-yellow {
  padding: 12px;
  background: #fff799;
  border-radius: 8px;
}
.box-yellow p {
  margin: 0;
  color: #005a7c;
}
.box-yellow p + p {
  margin-top: 1em;
}
.guide-label {
  padding: 4px;
  color: #ffffff;
  text-align: center;
  background: #80c269;
  border-radius: 8px;
}
.guide-box {
  display: block;
  margin: 16px auto;
}
#rss ul {
  border-bottom: 1px dotted #ccc;
}
#rss li {
  border-top: 1px dotted #ccc;
}
#rss a {
  display: block;
  padding-top: 16px;
  padding-bottom: 16px;
  color: #525263;
}
#rss a:hover {
  background-color: #f2f2f2;
}
#rss-blog ul {
  border-bottom: 1px dotted #ccc;
}
#rss-blog li {
  border-top: 1px dotted #ccc;
}
#rss-blog a {
  display: block;
  padding-top: 16px;
  padding-bottom: 16px;
  color: #525263;
}
#rss-blog a:hover {
  background-color: #f2f2f2;
}

@media (min-width: 768px) {
  .main-lead {
    margin-top: 40px;
    margin-bottom: 60px;
  }
  .main-lead strong {
    font-size: 32px;
    font-weight: normal;
  }
  .main-lead img {
    margin-top: 40px;
  }
  .guide-lead {
    font-size: 20px;
  }
  .guide-question + .guide-question {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 40px;
  }
  .guide-question-heading {
    font-size: 32px;
  }
  .box-yellow {
    padding: 24px;
  }
  .guide-label {
    display: inline-block;
    padding-right: 16px;
    padding-left: 16px;
  }
}

/* ==================================================
 お問い合わせページ
================================================== */
.contact-tel {
  padding-left: 60px;
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
  background: url(../img/common/icon_phone.svg) 0 0/50px auto no-repeat;
}
.contact-tel small {
  font-size: 14px;
  font-weight: normal;
}

/* トップページのバナーエリア */
.bnr-delivery {
  margin-bottom: 30px;
}

.bnr-delivery img {
  display: block;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
}

@media (min-width: 768px) {
  .bnr-delivery {
    margin-bottom: 50px;
  }

  .bnr-delivery ul {
    display: flex;
    justify-content: center;
  }

  .bnr-delivery li {
    margin-right: 8px;
    margin-left: 8px;
  }
}
