@charset "UTF-8";
/***********************************************************************
media queries setting
**********************************************************************/
/***********************************************************************
reset
**********************************************************************/
* {
  margin: 0;
  padding: 0; }

html, body {
  -webkit-text-size-adjust: 100%; }

body {
  background: #fff;
  color: #3F3A2E;
  margin: 0;
  overflow-x: hidden;
  padding: 0;
  font-family: "Shuei Mincho M", serif;
  font-size: 14px; }
  body.nav-open {
    overflow: hidden;
    height: 100vh; }

h1, h2, h3, h4, h5, h6, p, address, ul, ol, li, dl, dt, dd, table, caption, th, td, img, form,
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  margin: 0;
  padding: 0;
  border: none;
  font-feature-settings: "palt";
  list-style-type: none; }

h1, h2, h3, h4, h5, h6, th, strong {
  font-family: "Shuei Mincho B", serif; }

th {
  font-weight: normal;
  text-align: inherit; }

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 100%; }

select {
  cursor: pointer; }

select::-ms-expand {
  display: none; }

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  outline: none;
  -webkit-backface-visibility: hidden; }

*:focus {
  outline: none; }

img[src$=".svg"] {
  width: 100%; }

hr {
  display: none; }

a {
  color: #3F3A2E;
  text-decoration: none;
  outline: none; }

a.totop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10; }

/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none; }

.pc {
  display: block; }
  @media (max-width: 960px) {
    .pc {
      display: none; } }

.sp {
  display: none; }
  @media (max-width: 960px) {
    .sp {
      display: block; } }

ul {
  font-size: 0; }
  ul li {
    font-size: 14px; }
  @media (max-width: 960px) {
    ul li {
      font-size: 13px; } }

/********************************************************************************
  common
********************************************************************************/
.inner {
  margin: 0 auto;
  max-width: 1000px;
  width: 90%; }

.breadcrumb {
  margin-bottom: 7px;
  padding-top: 25px; }
  @media (max-width: 960px) {
    .breadcrumb {
      padding-top: 10px; } }
  .breadcrumb .breadcrumb-item:after {
    content: ">";
    color: gray;
    padding-left: 5px; }
  .breadcrumb .breadcrumb-item.current:after {
    content: "";
    padding-left: 0px; }

/********************************************************************************
  header
********************************************************************************/
header {
  /*padding: 30px 0 50px;*//*250411*/
  padding: 35px 0 70px;
  background: #fffde4 url("../images/head-okazu.png") no-repeat calc( 50% - 920px ) -50px; }
  @media (max-width: 960px) {
    header {
      padding: 20px 0; } }
  header .inner {
    position: relative; }
  header h1 {
    font-size: 15px;
    letter-spacing: 1.7px; }
    @media (max-width: 960px) {
      header h1 {
        font-size: 12px; } }
  header h3#shopcopy {
    font-size: 15px;
    letter-spacing: 1.7px;
    line-height: 1; }
    @media (max-width: 960px) {
      header h3#shopcopy {
        font-size: 12px; } }
  header h2#shoptitle {
    color: #5E7721;
    font-size: 52px;
    top: 14px;
    letter-spacing: 7px;
    line-height: 1;
    margin-bottom: 13px;
    font-family: "Shuei Mincho L", serif; }
    @media (max-width: 960px) {
      header h2#shoptitle {
        font-size: 40px; } }
    header h2#shoptitle a {
      color: #5E7721;
      text-decoration: none; }
      header h2#shoptitle a:hover {
        color: #5E7721;
        text-decoration: none; }
  header #logo {
    padding-top: 10px; }
    @media (max-width: 960px) {
      header #logo {
        padding-top: 5px; }
        header #logo img {
          width: 200px; } }
  header .header-nav {
    position: absolute;
    top: -10px;
    right: 0;
    text-align: right; }
    @media (max-width: 960px) {
      header .header-nav {
        display: none; } }
    header .header-nav li {
      display: inline-block; }
      header .header-nav li a {
        display: inline-block;
        font-size: 11px; }
    header .header-nav .hn1 {
      margin-bottom: 10px; }
      header .header-nav .hn1 li {
        letter-spacing: 2px;
        padding: 0 16px 3px; }
        header .header-nav .hn1 li:not(:last-child) {
          border-right: 1px solid #3F3A2E; }
    header .header-nav .hn2 li a {
      background: #5e7720;
      color: #fff;
      min-width: 120px;
      padding: 5px 10px 7px;
      text-align: center;
      font-family: "Gothic MB101 Medium", sans-serif; }
    header .header-nav .hn2 li:not(:last-child) {
      margin-right: 5px; }
    header .header-nav .tel-number {
      color: #5e7720;
      font-family: "Shuei Mincho B", serif;
      font-size: 42px;
      line-height: 1;
      margin: 5px 0 15px; }
      header .header-nav .tel-number a {
        color: #5e7720; }
        header .header-nav .tel-number a:hover {
          text-decoration: none;
          color: #5e7720; }
      @media (max-width: 960px) {
        header .header-nav .tel-number {
          font-size: 40px; } }
      header .header-nav .tel-number .icon {
        margin-right: 5px;
        width: 32px; }
        @media (max-width: 960px) {
          header .header-nav .tel-number .icon {
            width: 45px;
            vertical-align: top; } }
      header .header-nav .tel-number .time {
        margin-left: 5px;
        width: 120px; }
  header #nav-toggle {
    background: #d64029;
    position: fixed;
    top: 20px;
    right: 20px;
    height: 30px;
    cursor: pointer;
    padding: 19px 15px 5px;
    z-index: 999; }
    header #nav-toggle > div {
      position: relative;
      width: 30px; }
    header #nav-toggle span {
      width: 100%;
      height: 1px;
      left: 0;
      display: block;
      background: #fff;
      position: absolute;
      transition: transform .6s ease-in-out, top .5s ease; }
      header #nav-toggle span:nth-child(1) {
        top: 0; }
      header #nav-toggle span:nth-child(2) {
        top: 8px; }
      header #nav-toggle span:nth-child(3) {
        top: 16px; }
    header #nav-toggle:hover span:nth-child(1) {
      top: 0px; }
    header #nav-toggle:hover span:nth-child(3) {
      top: 16px; }
  header #sp-nav {
    background: #d64029;
    color: #fff;
    font-size: 14px;
    letter-spacing: 5px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 990;
    text-align: center;
    display: flex;
    visibility: hidden;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    opacity: 0;
    transition: opacity .6s ease, visibility .6s ease;
    padding-top: 35px;
    padding-bottom: 75px; }
    header #sp-nav a {
      color: #fff; }
      header #sp-nav a span {
        letter-spacing: 0; }
    header #sp-nav li {
      margin-bottom: 1.5em; }
      header #sp-nav li:last-child {
        margin-bottom: 0; }
    header #sp-nav ul {
      margin: 0;
      padding: 0 0 0px;
      width: 100%;
      overflow-y: scroll; }
      header #sp-nav ul > li {
        display: block !important;
        padding-right: 0;
        margin-right: 0; }
        header #sp-nav ul > li .sub-menu-box {
          display: none;
          transition: none; }
          header #sp-nav ul > li .sub-menu-box .sub-menu {
            padding: 8px 0; }
            header #sp-nav ul > li .sub-menu-box .sub-menu li {
              display: block;
              font-size: 14px;
              margin-bottom: 0;
              margin-right: 0;
              padding-left: 0; }
              header #sp-nav ul > li .sub-menu-box .sub-menu li::before {
                content: none; }
              header #sp-nav ul > li .sub-menu-box .sub-menu li a {
                display: block;
                padding: 8px 0; }
    header #sp-nav .sub-menu-box {
      max-height: inherit;
      opacity: 1;
      position: relative;
      right: inherit;
      top: inherit;
      padding-top: 15px; }
    header #sp-nav .sub-menu {
      padding: 0;
      background-color: rgba(0, 0, 0, 0.5); }
    header #sp-nav .tel-number {
      color: white;
      font-family: "Shuei Mincho B", serif;
      line-height: 1;
      margin: 5px 0 15px;
      font-size: 35px;
      letter-spacing: 0;
      padding-top: 30px; }
      header #sp-nav .tel-number a {
        color: white; }
        header #sp-nav .tel-number a:hover {
          text-decoration: none;
          color: white; }
      header #sp-nav .tel-number .icon {
        margin-right: 5px;
        width: 42px;
        vertical-align: top; }
      header #sp-nav .tel-number span {
        text-align: center;
        padding-top: 10px;
        font-size: 13px;
        display: block; }
  header.open {
    /* header.open */ }
    header.open #nav-toggle span {
      background: #fff; }
      header.open #nav-toggle span:nth-child(1) {
        top: 9px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg); }
      header.open #nav-toggle span:nth-child(2) {
        top: 9px;
        width: 0;
        left: 50%; }
      header.open #nav-toggle span:nth-child(3) {
        top: 9px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg); }
    header.open #sp-nav {
      visibility: visible;
      opacity: 1; }

.login-info {
  text-align: center;
  background: #9D822F;
  color: white;
  padding: 3px 10px 7px;
  font-size: 0.8em;
  margin-bottom: 15px; }
  .login-info a {
    text-decoration: underline;
    color: white; }

section#main {
  background: url("../images/baran-up.png");
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: -20px; }
  @media (max-width: 960px) {
    section#main {
      padding-bottom: 0px;
      margin-top: 0; } }
  section#main .main-visual {
    padding: 25px 0; }
    @media (max-width: 960px) {
      section#main .main-visual {
        padding-top: 0px;
        padding-bottom: 15px; } }
  section#main .latest-news {
    color: white;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex; }
    @media (max-width: 960px) {
      section#main .latest-news {
        padding-bottom: 20px; } }
    section#main .latest-news h3 {
      width: 20%;
      color: white;
      padding-right: 20px;
      text-align: right; }
    section#main .latest-news ul {
      width: 80%;
      border-left: 1px dotted white;
      padding-top: 2px; }
      section#main .latest-news ul li {
        color: white;
        padding-left: 20px; }
        @media (max-width: 960px) {
          section#main .latest-news ul li {
            margin-bottom: 5px; } }
        section#main .latest-news ul li span {
          padding-right: 1em; }
          @media (max-width: 960px) {
            section#main .latest-news ul li span {
              display: block; } }
        section#main .latest-news ul li a {
          color: white; }
          section#main .latest-news ul li a:hover {
            color: white; }

@media (max-width: 960px) {
  nav {
    display: none; } }
nav ul {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  width: 100%;
  position: relative; }
  nav ul:before {
    content: "";
    width: 98%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 1%; }
  nav ul li {
    vertical-align: middle;
    text-align: center;
    position: relative;
    width: calc( 100% / 5); }
    nav ul li a {
      font-size: 16px;
      line-height: 1;
      color: white;
      white-space: nowrap;
      padding: 10px;
      border-right: 1px solid #fff;
      border-left: 1px solid #fff;
      display: block;
      margin-top: 10px;
      margin-bottom: 10px; }
      nav ul li a:hover {
        color: white; }
      nav ul li a span {
        font-size: 10px; }
    nav ul li:hover ul {
      max-height: 300px; }
  nav ul ul {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 100;
    background-color: #dbcb3b;
    max-height: 0px;
    overflow: hidden;
    transition: all 1s; }
    nav ul ul:before {
      display: none; }
    nav ul ul li {
      width: auto;
      display: block;
      border-right: none;
      border-bottom: 1px solid #ece093; }
      nav ul ul li a {
        font-size: 1em;
        padding: 5px 10px;
        display: block;
        line-height: 1.5;
        text-align: center;
        border: none;
        margin: 0;
        color: black; }

/********************************************************************************
  footer
********************************************************************************/
.footer-nav {
  background: #5e7720;
  font-family: "Shuei Mincho B", serif; }
  .footer-nav ul {
    display: table;
    table-layout: fixed;
    text-align: center;
    width: 100%; }
    @media (max-width: 960px) {
      .footer-nav ul {
        padding: 10px 0px; } }
    .footer-nav ul li {
      display: table-cell;
      vertical-align: middle; }
      @media (max-width: 960px) {
        .footer-nav ul li {
          display: block; } }
      .footer-nav ul li:not(:last-child) {
        border-right: 1px solid #fff; }
        @media (max-width: 960px) {
          .footer-nav ul li:not(:last-child) {
            border-bottom: 1px solid rgba(255, 255, 255, 0.3);
            border-right: none; } }
  .footer-nav a {
    color: #fff;
    display: inline-block;
    font-size: 12px;
    padding: 15px 0; }
    @media (max-width: 960px) {
      .footer-nav a {
        padding: 5px;
        display: block; } }

footer {
  color: #3F3A2E;
  padding: 50px 0 65px; }
  @media (max-width: 960px) {
    footer {
      padding: 30px 0 65px; } }
  footer .inner {
    max-width: 800px; }
  footer .footer-info {
    margin-bottom: 25px; }
  @media (max-width: 960px) {
    footer .footer-logo {
      float: none;
      width: auto;
      padding-bottom: 20px;
      text-align: center; } }
  footer .footer-contact {
    font-family: "Shuei Mincho B", serif; }
    @media (max-width: 960px) {
      footer .footer-contact {
        float: none;
        width: auto;
        text-align: center; } }
    footer .footer-contact p {
      font-size: 20px;
      line-height: 1.7;
      letter-spacing: 3px;
      font-family: "Shuei Mincho B", serif; }
    footer .footer-contact .address {
      font-size: 12px;
      margin-bottom: 5px; }
    footer .footer-contact .phone-number {
      color: #5e7720;
      display: inline-block;
      font-size: 30px;
      line-height: 1;
      letter-spacing: 0; }
      footer .footer-contact .phone-number a {
        color: #5e7720; }
        footer .footer-contact .phone-number a:hover {
          text-decoration: none;
          color: #5e7720; }
      footer .footer-contact .phone-number img {
        margin-right: 1px;
        vertical-align: botttom; }
      footer .footer-contact .phone-number + .phone-number {
        margin-right: 5px; }
        @media (max-width: 960px) {
          footer .footer-contact .phone-number + .phone-number {
            margin-right: 0; } }
  footer .copyright {
    font-size: 12px;
    text-align: center;
    letter-spacing: 3px;
    font-family: "Shuei Mincho B", serif; }
    @media (max-width: 960px) {
      footer .copyright {
        font-size: 10px; } }

/*spのとき上部に設置*/
#below-menu_sp {
  background-color: rgba(214, 64, 41, 0.9);
  border-top: 1px solid #fff;
  width: 100%;
  z-index: 100;
  transition: bottom .5s; }
  #below-menu_sp ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex; }
    #below-menu_sp ul li {
      text-align: center;
      border-right: 1px solid #fff;
      width: 33%;
      margin-bottom: 0; }
      #below-menu_sp ul li:last-child {
        border-right: none; }
      #below-menu_sp ul li a {
        display: block;
        padding: 15px 10px;
        color: white;
        letter-spacing: 0; }
        #below-menu_sp ul li a span {
          display: block;
          font-size: 2em; }
@media(min-width:751px){
    #below-menu_sp{
        display: none !important;
    }
}

/*spのときメニュー内*/
#below-menu {
  position: absolute;
  bottom: 0px;
  left: 0;
  background-color: rgba(214, 64, 41, 0.9);
  border-top: 1px solid #fff;
  width: 100%;
  z-index: 100;
  transition: bottom .5s; }
  #below-menu ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex; }
    #below-menu ul li {
      text-align: center;
      border-right: 1px solid #fff;
      width: 33%;
      margin-bottom: 0; }
      #below-menu ul li:last-child {
        border-right: none; }
      #below-menu ul li a {
        display: block;
        padding: 15px 10px;
        color: white;
        letter-spacing: 0; }
        #below-menu ul li a span {
          display: block;
          font-size: 2em; }

/********************************************************************************
  top
********************************************************************************/
.bx-wrapper {
  border: none;
  box-shadow: none;
  margin-bottom: 0;
  overflow: hidden; }
  .bx-wrapper img {
    max-width: none;
    width: 100%; }

.bx-viewport {
  overflow: visible !important;
  width: 75% !important;
  /* スライド画像の横幅 */
  margin: 0 auto; }
  @media (max-width: 960px) {
    .bx-viewport {
      width: 85% !important; } }

.main-slider li {
  margin: 0 2px; }

.content {
  background: url("../images/bg-rice.gif") repeat top left; }

.show-cat-menu {
  text-align: center;
  margin-bottom: 0px; }
  .show-cat-menu a {
    padding: 10px;
    color: #3F3A2E;
    display: block;
    background-color: #dbcb3b; }

.side-menu {
  margin-top: 28px;
  margin-bottom: 28px;
  position: sticky;
  top: 28px;
  z-index: 10;
  /*accordion*/
  /*accordion*/ }
  @media (max-width: 960px) {
    .side-menu {
      width: 100%;
      left: -100%;
      position: fixed;
      transition: left .5s;
      z-index: 1000;
      background-color: rgba(63, 58, 46, 0.8);
      margin: 0;
      height: 100%;
      top: 0;
      padding: 20px;
      overflow-y: scroll; }
      .side-menu.active {
        left: 0; } }
  .side-menu img {
    -webkit-backface-visibility: visible; }
  .side-menu .closebt {
    text-align: center;
    margin-bottom: 20px; }
    .side-menu .closebt a {
      color: white;
      font-size: 11px; }
  .side-menu .menu .menu-category {
    background: #5e7720;
    color: #fff;
    font-size: 13px;
    margin-bottom: 1px;
    padding: 4px 0 7px 10px; }
  .side-menu .menu li a {
    background: #5e7720;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 13px;
    margin-bottom: 1px;
    padding: 7px 0 7px 15px;
    width: 100%;
    font-family: "Gothic MB101 Medium", sans-serif; }
  .side-menu .menu li .inner {
    width: 100%;
    display: none;
    /*
    @include sp {
        li{
            display: inline-block;
            margin: 0 5px 5px 0;
        }
    }*/ }
    @media (max-width: 960px) {
      .side-menu .menu li .inner {
        display: block; } }
    .side-menu .menu li .inner a {
      background: #ece093;
      color: #3F3A2E; }
  .side-menu .menu .child .child li a {
    background-color: #fffde4; }
  .side-menu .menu .accordion {
    display: block;
    position: relative; }
    .side-menu .menu .accordion:after {
      background: url(../images/tab-arrow-wh.png) no-repeat center/contain;
      content: "";
      height: 4px;
      margin: auto;
      position: absolute;
      top: 13px;
      right: 10px;
      width: 7px; }
      @media (max-width: 960px) {
        .side-menu .menu .accordion:after {
          display: none; } }

@media (max-width: 960px) {
  .content-box {
    width: 100%;
    padding-top: 20px; } }

@media (max-width: 960px) {
  #menu {
    overflow: hidden;
    position: relative; }
    #menu:after {
      content: "";
      width: 25px;
      height: 40px;
      position: absolute;
      right: -1px;
      top: 0;
      z-index: 100;
      background: #f8f6e7;
      background: -webkit-linear-gradient(left, rgba(248, 246, 231, 0) 0%, #f8f6e7 100%);
      background: -o-linear-gradient(left, rgba(248, 246, 231, 0) 0%, #f8f6e7 100%);
      background: linear-gradient(to right, rgba(248, 246, 231, 0) 0%, #f8f6e7 100%); } }
#menu h2 {
  text-align: center; }
#menu .menu-after {
  text-align: center; }
  @media (max-width: 960px) {
    #menu .menu-after {
      display: none; } }
#menu .tab-btn {
  overflow: hidden; }
  @media (max-width: 960px) {
    #menu .tab-btn {
      overflow: auto;
      white-space: nowrap;
      padding-right: 20px; } }
  #menu .tab-btn li {
    background: #E0E0DC;
    font-size: 12px;
    cursor: pointer;
    padding: 13px 0 23px;
    position: relative;
    text-align: center;
    width: calc(20% - 4px); }
    @media (max-width: 960px) {
      #menu .tab-btn li {
        width: auto;
        padding: 5px 8px 15px;
        white-space: nowrap;
        display: inline-block;
        float: none; } }
    #menu .tab-btn li span {
      font-size: 10px; }
    #menu .tab-btn li::after {
      background: url("../images/tab-arrow-bk.png") no-repeat center/contain;
      content: "";
      height: 4px;
      margin: auto;
      position: absolute;
      bottom: 12px;
      left: 0;
      right: 0;
      width: 7px; }
      @media (max-width: 960px) {
        #menu .tab-btn li::after {
          bottom: 7px; } }
    #menu .tab-btn li.active {
      background: #9D822F;
      color: #fff; }
      #menu .tab-btn li.active::after {
        background: url("../images/tab-arrow-wh.png") no-repeat center/contain; }
    #menu .tab-btn li:not(:last-child) {
      margin-right: 5px; }
#menu .tab-desc {
  background: #fff;
  padding: 35px 0px 20px; }
  @media (max-width: 960px) {
    #menu .tab-desc {
      background: transparent;
      padding: 20px 0px; } }
  #menu .tab-desc ul, #menu .tab-desc li {
    margin-bottom: 15px; }
    @media (max-width: 960px) {
      #menu .tab-desc ul, #menu .tab-desc li {
        margin-bottom: 7px; } }
  #menu .tab-desc .more-btn a {
    border: 1px solid #9D822F;
    border-radius: 22.5px;
    color: #9D822F;
    display: block;
    padding: 11px 0;
    text-align: center; }
  #menu .tab-desc .hide {
    display: none; }
#menu .cat-list {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #9D822F; }
  #menu .cat-list .col-lg-8 {
    padding-left: 15px !important;
    font-size: 13px; }
    #menu .cat-list .col-lg-8 h3 {
      font-family: 'Shuei Mincho B';
      font-size: 1.1em;
      color: #A62124;
      display: inline; }
  @media (max-width: 960px) {
    #menu .cat-list li {
      width: 100% !important;
      padding: 0 0 10px 0 !important; }
    #menu .cat-list .col-lg-8 {
      padding: 0 0 10px 0 !important; } }

#scene {
  padding: 75px 0 65px; }
  @media (max-width: 960px) {
    #scene {
      padding: 25px 0px 15px; } }
  #scene h2 {
    font-size: 25px;
    line-height: 1;
    margin-bottom: 6px;
    text-align: center; }
    @media (max-width: 960px) {
      #scene h2 {
        font-size: 20px; } }
    #scene h2 span {
      display: inline-block;
      padding: 0 45px;
      position: relative; }
      @media (max-width: 960px) {
        #scene h2 span {
          padding: 5px 45px; } }
      #scene h2 span::before {
        background: url("../images/head-scene-item.png") no-repeat center/contain;
        content: "";
        height: 27px;
        position: absolute;
        left: 0;
        top: 3px;
        width: 22px; }
      #scene h2 span::after {
        background: url("../images/head-scene-item.png") no-repeat center/contain;
        content: "";
        height: 27px;
        position: absolute;
        right: 0;
        top: 3px;
        transform: rotate(180deg);
        width: 22px; }
  #scene .head-en {
    font-size: 13px;
    margin-bottom: 40px;
    text-align: center; }
    @media (max-width: 960px) {
      #scene .head-en {
        margin-bottom: 10px; } }
  #scene li {
    padding: 2px; }
    @media (max-width: 960px) {
      #scene li {
        width: 50% !important; } }

.blog-box {
  background: #fff;
  margin: 0 -200%;
  padding: 0 200% 150px;
  background: url("../images/baran-down.png") repeat-x bottom left;
  position: relative;
  z-index: 1; }
  @media (max-width: 960px) {
    .blog-box {
      margin: 0;
      padding: 0 5%;
      border-radius: 10px 10px 0 0; } }
  .blog-box h2 {
    padding: 60px 0;
    text-align: center; }
    @media (max-width: 960px) {
      .blog-box h2 {
        padding: 20px 0; } }

#blog {
  padding: 50px 200%;
  margin: 0 -200%;
  background: url("../images/ohashi1.png") no-repeat center top;
  position: relative;
  font-family: "Gothic MB101 Medium", sans-serif; }
  #blog:before {
    content: "";
    position: absolute;
    top: 0;
    left: -30%;
    z-index: 1;
    background: url("../images/ohashi2.png") no-repeat 0 0;
    width: 100%;
    height: 100%;
    transition: all 1s;
    opacity: 0; }
    @media (max-width: 960px) {
      #blog:before {
        display: none; } }
  #blog:after {
    content: "";
    position: absolute;
    top: 1px;
    left: 33%;
    z-index: 2;
    background: url("../images/ohashi3.png") no-repeat 0 0;
    width: 100%;
    height: 100%; }
    @media (max-width: 960px) {
      #blog:after {
        display: none; } }
  #blog.is-active:before {
    left: 30%;
    opacity: 1; }
  #blog .row {
    position: relative;
    z-index: 100; }
  #blog .thumb {
    padding-top: 70%;
    height: 0; }
  @media (max-width: 960px) {
    #blog {
      margin: 0;
      padding: 0px 0 0px;
      background: none; }
      #blog li {
        width: 50%;
        display: block;
        margin-bottom: 10px; }
        #blog li .image {
          width: 30%;
          float: left;
          margin-right: 10px; }
        #blog li a {
          color: white; }
          #blog li a h3 {
            min-height: 0; } }
  @media (max-width: 560px) {
    #blog li {
      width: 100%; } }
  #blog .baloon {
    position: absolute;
    top: -70px;
    left: 40%;
    z-index: 10; }
    @media (max-width: 960px) {
      #blog .baloon {
        display: none; } }
  #blog h3 {
    font-size: 13px;
    padding: 5px 0;
    min-height: 3em;
    font-family: "Gothic MB101 Medium", sans-serif; }
  #blog .date {
    font-size: 11px;
    text-align: right; }
  #blog .blog-more-btn {
    text-align: center;
    position: relative;
    z-index: 100;
    margin: 20px auto -86px; }
    @media (max-width: 960px) {
      #blog .blog-more-btn {
        margin-top: 10px; } }

#contact {
  margin: -20px -200% 0;
  padding: 70px 200% 50px;
  background: url("../images/bg-tamago.jpg") repeat center center;
  position: relative; }
  @media (max-width: 960px) {
    #contact {
      margin: 0;
      padding: 0;
      background: none; } }
/*20250421BK  #contact .delivery-box {
    background: #fff url("../images/head-otodoke2024n.png") no-repeat top right;
    padding-top: 340px;
    margin-bottom: 42px;
    position: relative;
    border-radius: 50px;
    background-size: 94%;
	}*/
  #contact .delivery-box {
    background: #fff;
    margin-bottom: 42px;
    position: relative;
    border-radius: 50px;
    background-size: 94%;
	}
	.otodoke_tit_wrap{
	padding:20px;
	}
	img.otodoke_tit{
	border-radius: 50px 50px 0 0 ;
	}
    @media (max-width: 960px) {
      #contact .delivery-box {
	  	border: 1px solid #8A8A8A;
        background-position: 40px 0px;
        background-size: auto; } }
    @media (max-width: 560px) {
      #contact .delivery-box {
        margin-bottom: 20px;
        /*padding-top: 160px;*/
        background-size: 330px;
        border-radius: 0px; } }
    #contact .delivery-box .delivery-box-body {
      /*padding: 0 40px 40px;*/
      padding:40px;
	  }
/*      @media (max-width: 960px) {
        #contact .delivery-box .delivery-box-body {
          padding: 20px 0; } }*/
      #contact .delivery-box .delivery-box-body img {
        margin-bottom: 10px; }
      #contact .delivery-box .delivery-box-body a {
        text-align: center;
        color: white;
        padding: 10px;
        border: 1px solid white;
        display: block;
        background-color: #22964e;
        border-radius: 30px;
        font-family: "Shuei Mincho B", serif; }
      #contact .delivery-box .delivery-box-body .row {
        /*margin-left: -3%;
        margin-right: -3%;*/ }
        #contact .delivery-box .delivery-box-body .row .col {
          padding-left: 3%;
          padding-right: 3%; }
    #contact .delivery-box ul li {
      margin-bottom: 20px; }
      @media (max-width: 960px) {
        #contact .delivery-box ul li {
          width: auto !important; } }
      #contact .delivery-box ul li.area500 h3 {
        background-color: #dbcb3b; }
      #contact .delivery-box ul li.area500 p {
        color:#000000 /*#dbcb3b*/; }
      #contact .delivery-box ul li.area1000 h3 {
        background-color: #d18784; }
      #contact .delivery-box ul li.area1000 p {
        color:#000000 /*#d18784*/; }
      #contact .delivery-box ul li.area2000a h3 {
        background-color: #68a299; }
      #contact .delivery-box ul li.area2000a p {
        color:#000000 /*#68a299;*/ }
      #contact .delivery-box ul li.area2000b h3 {
        background-color: #899b49; }
      #contact .delivery-box ul li.area2000b p {
        color:#000000 /*#899b49*/; }
		#contact .delivery-box ul li span{
		font-weight: bold;
		font-size: 1.1em;
		}
    #contact .delivery-box h2 {
      color: #fff;
      font-size: 22px; }
      #contact .delivery-box h2 img {
        margin-right: 5px; }
    #contact .delivery-box p {
      color: #fff;
      font-size: 13px;
      font-family: sans;
      padding-right: 10px;
      margin-bottom: 10px;
      /*font-weight: bold;*/ }
      @media (max-width: 960px) {
        #contact .delivery-box p {
          padding-right: 0px; } }
      #contact .delivery-box p.pc-2line {
        padding-bottom: 1.5em; }
        @media (max-width: 960px) {
          #contact .delivery-box p.pc-2line {
            padding-bottom: inherit; } }
    #contact .delivery-box h3 {
      background: white;
      border-radius: 20px;
      font-family: "Shuei Mincho B", serif;
      font-size: 14px;
      padding: 5px 10px;
      text-align: center;
      color: white;
      margin-bottom: 10px; }
      #contact .delivery-box h3 span {
        color: #dbcb3b; }
      #contact .delivery-box h3 span.red-price {
        color: #dbcb3b;
        font-size: 20px;
        font-family: "Shuei Mincho B", serif; }
      #contact .delivery-box h3 span.note {
        color: #fff;
        font-family: "Gothic MB101 Bold", sans-serif;
        font-size: 8px;
        padding: 0 3px; }
  #contact .contact-box {
    text-align: center; }
    #contact .contact-box h2 {
      font-size: 24px;
      line-height: 1.25;
      margin-bottom: 13px;
      color: #5e7720;
      border-bottom: 1px dotted #5e7720;
      display: inline-block;
      padding-bottom: 15px;
      letter-spacing: 2px; }
      @media (max-width: 960px) {
        #contact .contact-box h2 {
          font-size: 17px;
          letter-spacing: 0px; } }
    #contact .contact-box h2 + p,
    #contact .contact-box .fw-box + p {
      font-family: "秀英角ゴシック金 M" , "Shuei KakuGo Kin M", sans-serif;
      font-size: 12px; }
  #contact .tel-number {
    color: #5e7720;
    font-family: "Shuei Mincho B", serif;
    font-size: 73px;
    line-height: 1;
    margin: 12px 0 15px; }
    #contact .tel-number a {
      color: #5e7720; }
      #contact .tel-number a:hover {
        text-decoration: none;
        color: #5e7720; }
    @media (max-width: 960px) {
      #contact .tel-number {
        font-size: 40px; } }
    #contact .tel-number .icon {
      margin-right: 5px; }
      @media (max-width: 960px) {
        #contact .tel-number .icon {
          width: 45px;
          vertical-align: top; } }
    #contact .tel-number .time {
      margin-left: 5px;
      width: 190px; }
  #contact .fw-box {
    display: inline-block;
    margin-bottom: 30px; }
  #contact .fax-number,
  #contact .web-btn {
    color: #5e7720;
    display: inline-block;
    line-height: 1;
    padding-left: 63px;
    position: relative;
    font-family: "Shuei Mincho B", serif; }
    #contact .fax-number img,
    #contact .web-btn img {
      margin: auto;
      position: absolute;
      bottom: 0;
      left: 0;
      top: 0; }
      @media (max-width: 960px) {
        #contact .fax-number img,
        #contact .web-btn img {
          width: 45px;
          vertical-align: top;
          position: relative;
          margin-right: 5px; } }
    #contact .fax-number a,
    #contact .web-btn a {
      border: 1px solid #3F3A2E;
      border-radius: 11px;
      display: block;
      font-family: "秀英角ゴシック金 M" , "Shuei KakuGo Kin M", sans-serif;
      font-size: 12px;
      margin-top: 8px;
      padding: 3px;
      background-color: #fff; }
      @media (max-width: 960px) {
        #contact .fax-number a,
        #contact .web-btn a {
          padding: 15px; } }
  #contact .fax-number {
    font-size: 35px;
    margin-right: 25px; }
    #contact .fax-number a {
      color: #5e7720; }
      #contact .fax-number a:hover {
        text-decoration: none;
        color: #5e7720; }
    @media (max-width: 960px) {
      #contact .fax-number {
        font-size: 40px;
        margin-right: 0px;
        padding: 0;
        margin-bottom: 20px; }
        #contact .fax-number br {
          display: none; } }
    #contact .fax-number span {
      color: #3F3A2E;
      font-size: 13px; }
      @media (max-width: 960px) {
        #contact .fax-number span {
          display: block; } }
  #contact .web-btn {
    font-size: 22px; }
    @media (max-width: 960px) {
      #contact .web-btn {
        font-size: 25px;
        margin-right: 0px;
        padding: 0; }
        #contact .web-btn img {
          vertical-align: middle; } }

/********************************************************************************
  pages
********************************************************************************/
.category-head h2 {
  text-align: center;
  background: #fff;
  padding: 50px 20px;
  margin-bottom: 10px;
  border-radius: 30px;
  border: 5px solid #dbcb3b; }
  .category-head h2 .category-code {
    display: none; }

.child-category-list {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  flex-wrap: wrap; }
  .child-category-list .child-category-item {
    text-align: center;
    width: 100%;
    padding: 5px;
    flex-basis: calc( 33% - 10px ); }
    .child-category-list .child-category-item a {
      display: block;
      background-color: #5e7720;
      color: white;
      padding: 10px;
      border-radius: 5px;
      font-family: "Shuei Mincho B", serif; }
      .child-category-list .child-category-item a:hover {
        background-color: #dbcb3b;
        text-decoration: none; }

.category-item-list-head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px; }
  @media (max-width: 960px) {
    .category-item-list-head {
      display: block; } }
  .category-item-list-head .list-head-sort {
    display: flex; }
    @media (max-width: 960px) {
      .category-item-list-head .list-head-sort {
        font-size: 0.7em; } }
    .category-item-list-head .list-head-sort dd {
      padding: 0px 5px; }
      .category-item-list-head .list-head-sort dd a {
        color: #08c; }

.item-list-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1.5%;
  margin-right: -1.5%; }
  .item-list-wrap .item-list {
    flex-basis: 30%;
    padding: 1.5%; }
    @media (max-width: 960px) {
      .item-list-wrap .item-list {
        flex-basis: 47%; } }
    .item-list-wrap .item-list .item-list-category-name {
      display: flex;
      justify-content: flex-start;
      padding: 10px 0px 5px; }
      .item-list-wrap .item-list .item-list-category-name a {
        padding: 5px;
        background-color: #E8E5BD;
        font-size: 0.9em; }
        .item-list-wrap .item-list .item-list-category-name a:hover {
          background-color: #9D822F;
          color: white;
          text-decoration: none; }
    .item-list-wrap .item-list .item-list-system-code,
    .item-list-wrap .item-list .item-list-point {
      display: none; }
    .item-list-wrap .item-list .item-list-image a:hover img {
      opacity: .7; }
    .item-list-wrap .item-list .item-list-name {
      font-size: 1.1em;
      line-height: 1.5;
      margin-bottom: 5px;
      padding-top: 5px;
      font-family: "Shuei Mincho B", serif; }
    .item-list-wrap .item-list .item-list-price {
      color: #d64029;
      font-family: "Shuei Mincho B", serif;
      font-weight: bold;
      font-size: 1.1em; }
    .item-list-wrap .item-list .item-list-description {
      font-size: 0.85em;
      font-family: "Shuei Mincho M", serif;
      line-height: 1.8;
      color: gray; }

section.item {
  padding-bottom: 2em; }
  section.item .item-image-wrap {
    margin-top: 2em;
    margin-bottom: 2em;
    position: relative; }
  section.item .bx-viewport {
    width: 100% !important; }
  section.item .bx-wrapper .bx-pager {
    bottom: 10px; }
  section.item .item-category-name {
    display: flex;
    justify-content: flex-start;
    padding: 10px 0px 5px;
    flex-wrap: wrap;
    margin-bottom: 1em;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif"; }
    section.item .item-category-name a {
      padding: 5px;
      background-color: #E8E5BD;
      font-size: 0.8em;
      white-space: nowrap;
      margin-right: 5px;
      margin-bottom: 5px; }
      section.item .item-category-name a:hover {
        background-color: #9D822F;
        color: white;
        text-decoration: none; }
  section.item h1.item-name {
    margin-bottom: 10px; }
  section.item .item-description-wrap p {
    margin-bottom: 1em; }
  section.item .item-description-wrap table td {
    padding: 10px 15px; }
    section.item .item-description-wrap table td:not(:last-child) {
      border-right: 1px solid #E8E5BD; }
    section.item .item-description-wrap table td hr {
      background-color: #9D822F;
      height: 1px;
      display: block;
      margin: 0; }
  section.item .item-info-list {
    display: none; }
  section.item .item-price-wrap {
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    margin-bottom: 10px;
    font-size: 1.2em; }
    @media (max-width: 960px) {
      section.item .item-price-wrap {
        display: block; } }
    section.item .item-price-wrap .item-price {
      font-family: sans-serif;
      font-weight: bold;
      color: #d64029;
      padding-right: 10px; }
      section.item .item-price-wrap .item-price .tax {
        color: #3F3A2E;
        font-weight: bold;
        font-size: 0.85em; }
      section.item .item-price-wrap .item-price.include-tax {
        font-size: 1.2em; }
    section.item .item-price-wrap .item-point {
      padding-right: 10px;
      font-family: sans-serif;
      font-size: 0.8em; }
      section.item .item-price-wrap .item-point span {
        font-weight: bold;
        color: #d64029; }
  section.item .item-contact {
    text-align: center;
    padding: 10px; }
    section.item .item-contact a {
      padding: 15px 100px;
      font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
      display: inline-block;
      background-color: #fff;
      border: 1px solid #ccc;
      border-radius: 5px; }
  section.item .select-wrap {
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    margin-bottom: 10px; }
  section.item .cart-btn-wrap {
    padding-left: 15px; }
  section.item a.cart-btn {
    padding: 10px 50px;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
    display: inline-block;
    background-color: #d64029;
    border: none;
    border-radius: 5px;
    color: white;
    font-weight: bold; }
  section.item .item-quantity input {
    width: 2em;
    margin-left: 5px;
    text-align: center; }

section.cart {
  padding-bottom: 50px; }
  section.cart h2.cart-title {
    text-align: center;
    padding: 50px 20px;
    border: 3px double #9D822F;
    border-left: none;
    border-right: none;
    margin-bottom: 10px; }
    section.cart h2.cart-title .category-code {
      display: none; }
  section.cart .incart-total-item {
    padding: 10px 0;
    text-align: right;
    border-bottom: 1px solid #ccc;
    margin-bottom: 0px; }
    section.cart .incart-total-item .incart-total-price {
      font-family: sans-serif;
      font-weight: bold;
      color: #d64029;
      padding-left: 10px;
      font-size: 1.2em; }
  section.cart table.cart-list {
    margin-bottom: 20px;
    width: 100%;
    background-color: #fff; }
    section.cart table.cart-list td, section.cart table.cart-list th {
      padding: 10px;
      border-bottom: 1px solid #ccc;
      text-align: center; }
      section.cart table.cart-list td .cart-item-wrap, section.cart table.cart-list th .cart-item-wrap {
        text-align: left; }
    section.cart table.cart-list th {
      white-space: nowrap;
      text-align: center; }
    section.cart table.cart-list input[type=text] {
      width: 2em;
      margin-right: 5px;
      text-align: center; }
    section.cart table.cart-list .cart-item-unit-price {
      display: none; }
    section.cart table.cart-list td.cart-total-price-wrap {
      text-align: right; }
      section.cart table.cart-list td.cart-total-price-wrap .cart-total-price {
        font-family: sans-serif;
        font-weight: bold;
        color: #d64029;
        font-size: 1.2em; }
  section.cart .payment-btn-wrap {
    text-align: center; }
    section.cart .payment-btn-wrap a.payment-btn {
      padding: 10px 50px;
      font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
      display: inline-block;
      background-color: #d64029;
      border: none;
      border-radius: 5px;
      color: white;
      font-weight: bold; }

section.guide,
section.policy,
section.contract,
section.blog {
  padding: 2em;
  background: #FFFFFF;}
  section.guide h2.section-title,
  section.policy h2.section-title,
  section.contract h2.section-title,
  section.blog h2.section-title {
    text-align: center;
    background: #fff;
    padding: 50px 20px;
    margin-bottom: 20px;
    border-radius: 30px;
    border: 5px solid #dbcb3b; }
  section.guide h3,
  section.policy h3,
  section.contract h3,
  section.blog h3 {
    font-size: 1.3em;
    margin-bottom: 0px;
    padding: 5px 10px 10px;
    background-color: #5e7720;
    color: white; }
  section.guide .guide-section > pre,
  section.guide .pre-wrap > pre,
  section.policy .guide-section > pre,
  section.policy .pre-wrap > pre,
  section.contract .guide-section > pre,
  section.contract .pre-wrap > pre,
  section.blog .guide-section > pre,
  section.blog .pre-wrap > pre {
    margin-bottom: 20px;
    padding: 20px 0;
    background-color: transparent; }
  section.guide pre,
  section.policy pre,
  section.contract pre,
  section.blog pre {
    display: block;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0px;
    background-color: transparent;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
    word-break: break-all;
    font-size: inherit;
    line-height: 1.5;
    font-family: sans-serif; }
  section.guide dl.contract-item,
  section.policy dl.contract-item,
  section.contract dl.contract-item,
  section.blog dl.contract-item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    border-top: 1px solid #dbcb3b; }
    section.guide dl.contract-item dt,
    section.policy dl.contract-item dt,
    section.contract dl.contract-item dt,
    section.blog dl.contract-item dt {
      white-space: nowrap;
      width: 200px; }
    section.guide dl.contract-item dd,
    section.policy dl.contract-item dd,
    section.contract dl.contract-item dd,
    section.blog dl.contract-item dd {
      width: calc( 100% - 200px ); }
    section.guide dl.contract-item dt, section.guide dl.contract-item dd,
    section.policy dl.contract-item dt,
    section.policy dl.contract-item dd,
    section.contract dl.contract-item dt,
    section.contract dl.contract-item dd,
    section.blog dl.contract-item dt,
    section.blog dl.contract-item dd {
      padding: 15px 5px; }
    @media (max-width: 960px) {
      section.guide dl.contract-item,
      section.policy dl.contract-item,
      section.contract dl.contract-item,
      section.blog dl.contract-item {
        flex-direction: column;
        border: none; }
        section.guide dl.contract-item dt,
        section.policy dl.contract-item dt,
        section.contract dl.contract-item dt,
        section.blog dl.contract-item dt {
          width: auto;
          background-color: #5e7720;
          color: white;
          padding: 10px; }
        section.guide dl.contract-item dd,
        section.policy dl.contract-item dd,
        section.contract dl.contract-item dd,
        section.blog dl.contract-item dd {
          width: auto;
          padding: 10px; } }

section.blog {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif"; }
  section.blog h2.section-title {
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif"; }
  section.blog #postdate {
    margin-bottom: 20px;
    text-align: right; }
  section.blog #mainimage {
    margin-bottom: 20px; }
  section.blog #postcontent {
    margin-bottom: 50px;
    line-height: 2; }

  section.blog #postcontent p{
  margin: 10px auto;
 }

ul#bloglist {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap; }
  ul#bloglist li {
    flex-basis: calc( 25% - 20px );
    padding: 10px; }
    ul#bloglist li .thumb {
      padding-top: 70%;
      height: 0; }

/*# sourceMappingURL=common.css.map */
