@charset "UTF-8";
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

/*=====================================================
	Reset
=====================================================*/
html {
  height: 100%;
}

body {
  overflow-y: scroll;
  height: 100%;
  background-color: #fff;
  color: #000;
  font-size: 13px;
  font-family: Meiryo, Verdana, "Hiragino Kaku Gothic ProN", sans-serif;
  line-height: 1.8;
  -webkit-text-size-adjust: none;
}

@media only screen and (max-width: 568px) {
  body {
    overflow-x: hidden;
    font-size: 12px;
  }
}

@font-face {
  font-family: "icons";
  src: url(/font/fontello.eot);
  src: url(/font/fontello.eot#iefix) format("embedded-opentype"), url(/font/fontello.ttf) format("truetype");
}

/*
 * Sawarabi Gothic (Japanese) https://fonts.google.com/earlyaccess
 */
@font-face {
  font-family: 'Sawarabi Mincho';
  font-style: normal;
  font-weight: 400;
  src: url(/font/SawarabiMincho-Regular.eot);
  src: url(/font/SawarabiMincho-Regular.eot?#iefix) format("embedded-opentype"), url(/font/SawarabiMincho-Regular.woff2) format("woff2"), url(/font/SawarabiMincho-Regular.woff) format("woff"), url(/font/SawarabiMincho-Regular.ttf) format("truetype");
}

/*
-----------------------------------------------------------
This is a hack. It works in:
FF 3.6+, Anroid 2.2+, Safari, Chrome, IE7, IE8, IE9+
-----------------------------------------------------------
*/
html {
  font-family: 'pc';
}

@media only screen and (max-width: 986px) {
  html {
    font-family: "tablet";
  }
}

@media only screen and (max-width: 568px) {
  html {
    font-family: "sp";
  }
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

div, li, dd, section {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

table {
  border-collapse: collapse;
}

th, td {
  vertical-align: top;
  text-align: left;
  font-weight: normal;
}

li {
  list-style: none;
}

img {
  border: 0;
  vertical-align: top;
}

a {
  text-decoration: none;
  color: #000;
}

a:visited {
  color: #000;
}

a:hover {
  text-decoration: none;
  color: #000;
}

a:active {
  color: #000;
}

.hover a:hover img, a.hover:hover img {
  opacity: 0.8;
}

@media only screen and (max-width: 568px) {
  br.forpc {
    display: none;
  }
}

br.forsp {
  display: none;
}

@media only screen and (max-width: 568px) {
  br.forsp {
    display: inline;
  }
}

.hid {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  overflow: hidden;
}

.mb10 {
  margin-bottom: 10px !important;
}

@media only screen and (max-width: 568px) {
  .mb10 {
    margin-bottom: 5px !important;
  }
}

.mb20 {
  margin-bottom: 20px !important;
}

@media only screen and (max-width: 568px) {
  .mb20 {
    margin-bottom: 10px !important;
  }
}

.mb30 {
  margin-bottom: 30px !important;
}

@media only screen and (max-width: 568px) {
  .mb30 {
    margin-bottom: 15px !important;
  }
}

.alignLeft {
  text-align: left !important;
}

.alignCenter {
  text-align: center !important;
}

.alignRight {
  text-align: right !important;
}

.ffMincho {
  font-family: "Times New Roman", "Hiragino Mincho ProN", "HG明朝B", Meiryo, serif;
}

.fs16 {
  font-size: 16px;
}

@media only screen and (max-width: 568px) {
  .fs16 {
    font-size: 13px;
  }
}

.fs14 {
  font-size: 14px;
}

@media only screen and (max-width: 568px) {
  .fs14 {
    font-size: 13px;
  }
}

.fwb {
  font-weight: bold !important;
}

.colorRed {
  color: #f00;
}

ul.indent li {
  margin-left: 1em;
  text-indent: -1em;
}

ol.decimal > li {
  display: table-row;
  counter-increment: decimal;
}

ol.decimal > li:before {
  content: "（" counter(decimal) "）";
  display: table-cell;
  text-align: right;
}

ol.decimal2 > li {
  display: table-row;
  counter-increment: decimal2;
}

ol.decimal2 > li:before {
  content: counter(decimal2) "）";
  display: table-cell;
  text-align: right;
}

p.normal_link, h2.normal_link, ul.normal_link li {
  font-weight: bold;
}

p.normal_link:before, h2.normal_link:before, ul.normal_link li:before {
  content: "";
  margin-right: 3px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  font-family: 'icons';
  font-style: normal;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 100%;
  line-height: 1;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: none;
}

p.normal_link a, h2.normal_link a, ul.normal_link li a {
  text-decoration: none !important;
}

p.normal_link a:hover, h2.normal_link a:hover, ul.normal_link li a:hover {
  text-decoration: underline !important;
}

@media only screen and (max-width: 986px) {
  img.spFit, .spFit img {
    width: 100%;
    height: auto;
  }
}

@media only screen and (max-width: 986px) {
  img.spFit.max, .spFit.max img {
    max-width: 200px;
  }
}

@media only screen and (max-width: 568px) {
  body.overlay #contents, body.overlay p.pagetop, body.overlay #footer {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="4" /></filter></svg>#filter');
    -webkit-filter: blur(4px);
            filter: blur(4px);
  }
}

.mod_table {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.mod_table > * {
  display: table-cell;
}

.mod_table.rtl {
  direction: rtl;
}

.mod_table.rtl .cont {
  direction: ltr;
}

@media only screen and (max-width: 568px) {
  .mod_table {
    display: block;
  }
  .mod_table > * {
    display: block;
  }
}

/*=====================================================
	Header
=====================================================*/
#header {
  position: relative;
  z-index: 100;
  height: 80px;
  background: #F0ECE3;
  text-align: center;
}

@media only screen and (min-width: 987px) {
  #header {
    margin-right: 230px;
  }
}

@media only screen and (max-width: 740px) {
  #header {
    height: 62px;
  }
}

@media only screen and (max-width: 568px) {
  #header {
    height: 120px;
    padding-bottom: 10px;
  }
}

#header p.logo {
  float: left;
  padding: 12px 0 0 40px;
}

@media only screen and (max-width: 986px) {
  #header p.logo {
    padding-left: 20px;
  }
}

@media only screen and (max-width: 740px) {
  #header p.logo {
    padding-bottom: 12px;
  }
  #header p.logo img {
    width: 130px;
  }
}

@media only screen and (max-width: 568px) {
  #header p.logo {
    float: none;
    padding: 10px;
    text-align: center;
  }
  #header p.logo img {
    width: 137px;
  }
}

#header nav#gnav {
  float: right;
}

#header nav#gnav > ul {
  padding-right: 20px;
}

#header nav#gnav > ul > li {
  z-index: 100;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

#header nav#gnav > ul > li .ttl {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-width: 96px;
  height: 80px;
  padding: 22px 16px 0;
  line-height: 1.4;
  cursor: pointer;
}

@media only screen and (min-width: 987px) {
  #header nav#gnav > ul > li .ttl:hover {
    background: rgba(255, 255, 255, 0.5);
  }
}

#header nav#gnav > ul > li .ttl br {
  display: none;
}

#header nav#gnav > ul > li .ttl .j {
  font-family: "Times New Roman", "Hiragino Mincho ProN", "HG明朝B", Meiryo, serif;
  font-size: 15px;
  color: #20120B;
}

#header nav#gnav > ul > li .ttl .e {
  font-family: "Alegreya Sans SC", sans-serif;
  color: #CBBA85;
  -webkit-transform: scale(1, 0.8);
      -ms-transform: scale(1, 0.8);
          transform: scale(1, 0.8);
  font-size: 14px;
}

#header nav#gnav > ul > li ul {
  display: none;
  z-index: 100;
  position: absolute !important;
  left: 0;
  top: 80px;
  width: 230px;
  background: #F0ECE3;
  position: relative;
}

#header nav#gnav > ul > li ul:before {
  content: '';
  display: block;
  position: absolute;
  top: -20px;
  left: 38px;
  border: solid 10px transparent;
  border-left-color: #442d27;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

#header nav#gnav > ul > li ul li {
  border-bottom: 1px solid #6F5D56;
}

#header nav#gnav > ul > li ul li:last-child {
  border-bottom: none;
}

#header nav#gnav > ul > li ul li a {
  display: block;
  padding: 15px;
  background: #442d27;
  color: #fff;
}

@media only screen and (min-width: 987px) {
  #header nav#gnav > ul > li ul li a:hover {
    -webkit-transition: opacity .3s;
            transition: opacity .3s;
  }
  #header nav#gnav > ul > li ul li a:hover:hover {
    opacity: 0.8;
  }
}

#header nav#gnav > ul > li.product ul:before {
  left: 64px;
}

#header nav#gnav > ul > li.hover ul {
  display: block;
}

@media only screen and (max-width: 740px) {
  #header nav#gnav > ul > li .ttl {
    height: auto;
    min-width: inherit;
    height: 62px;
    padding: 16px 10px;
  }
  #header nav#gnav > ul > li .ttl .j {
    font-size: 13px;
  }
  #header nav#gnav > ul > li .ttl .e {
    font-size: 12px;
  }
  #header nav#gnav > ul > li ul {
    top: 62px;
  }
  #header nav#gnav > ul > li ul:before {
    left: 20px;
  }
  #header nav#gnav > ul > li.drink ul:before {
    left: 26px;
  }
  #header nav#gnav > ul > li.product ul:before {
    left: 52px;
  }
}

@media only screen and (max-width: 568px) {
  #header nav#gnav {
    float: none;
    text-align: center;
  }
  #header nav#gnav > ul {
    display: table;
    width: 100%;
    padding-right: 0;
  }
  #header nav#gnav > ul > li {
    display: table-cell;
    position: static;
    width: 25%;
    height: 60px;
    vertical-align: middle;
  }
  #header nav#gnav > ul > li .ttl {
    height: auto;
    padding: 10px 5px;
  }
  #header nav#gnav > ul > li .ttl br {
    display: inline;
  }
  #header nav#gnav > ul > li .ttl .e {
    display: none;
  }
  #header nav#gnav > ul > li.food > span, #header nav#gnav > ul > li.drink > span {
    line-height: 2.8;
  }
  #header nav#gnav > ul > li ul {
    width: 100%;
    top: 120px;
  }
  #header nav#gnav > ul > li ul:before {
    margin-left: -10px;
  }
  #header nav#gnav > ul > li ul li a {
    position: relative;
  }
  #header nav#gnav > ul > li ul li a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -0.5em;
    color: #fff;
    font-family: 'icons';
    font-style: normal;
    -webkit-font-feature-settings: normal;
            font-feature-settings: normal;
    font-variant: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 1;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-transform: none;
  }
  #header nav#gnav > ul > li.food ul:before {
    left: 12.5%;
  }
  #header nav#gnav > ul > li.drink ul:before {
    left: 37.5%;
  }
  #header nav#gnav > ul > li.product ul:before {
    left: 62.5%;
  }
  #header nav#gnav > ul > li.school ul:before {
    left: 87.5%;
  }
}

/*=====================================================
	Footer
=====================================================*/
p.pagetop {
  padding: 8px 10px;
  background: #442d27;
  text-align: center;
  color: #fff;
  cursor: pointer;
}

p.pagetop:after {
  content: "";
  margin-left: 3px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  font-family: 'icons';
  font-style: normal;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 1;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: none;
}

p.pagetop span {
  display: none;
}

@media only screen and (min-width: 569px) {
  p.pagetop {
    position: fixed;
    bottom: 40px;
    right: 0;
    overflow: hidden;
    width: 50px;
    height: 50px;
    padding: 0;
    line-height: 50px;
    opacity: 0;
    -webkit-transition: opacity .5s;
            transition: opacity .5s;
  }
  p.pagetop.show {
    opacity: 0.8;
  }
}

@media only screen and (min-width: 987px) {
  p.pagetop {
    right: 230px;
  }
}

#footer {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 210px;
  padding: 0 10px;
  background: #F0ECE3;
  text-align: center;
  color: #20120B;
}

#footer a {
  color: #20120B;
}

@media only screen and (min-width: 987px) {
  #footer {
    margin-right: 230px;
  }
}

#footer p.logo {
  padding: 35px 0 25px;
}

#footer p.group {
  margin-bottom: 5px;
}

#footer p.group:before {
  content: "";
  margin-right: 3px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  font-family: 'icons';
  font-style: normal;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 100%;
  line-height: 1;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: none;
}

#footer p.group a {
  text-decoration: none !important;
}

#footer p.group a:hover {
  text-decoration: underline !important;
}

#footer p.copyright {
  font-size: 11px;
}

@media only screen and (max-width: 568px) {
  #footer {
    height: auto;
    padding-bottom: 20px;
  }
  #footer p.logo {
    padding: 20px 0 15px;
  }
  #footer p.logo img {
    width: 69px;
  }
}

/*=====================================================
	Contents
=====================================================*/
@media only screen and (min-width: 987px) {
  #contents #main {
    min-height: 1100px;
    margin-right: 230px;
    padding: 0 50px;
  }
}

#contents #main .topicPath {
  border-bottom: 1px solid #CCC2BD;
}

@media only screen and (min-width: 987px) {
  #contents #main .topicPath ul {
    width: 100%;
    max-width: 1216px;
    margin: 0 auto;
  }
}

#contents #main .topicPath ul li {
  display: inline-block;
  margin-right: 4px;
  color: #381811;
}

#contents #main .topicPath ul li:before {
  content: ">";
  display: inline-block;
  margin-right: 2px;
}

#contents #main .topicPath ul li:last-child {
  color: #D1C1AB;
}

#contents #main .topicPath ul li.home {
  margin-right: 0;
  font-weight: normal;
}

#contents #main .topicPath ul li.home:before {
  display: none;
}

#contents #main .topicPath ul li.home a:after {
  content: "";
  margin-left: 3px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  font-family: 'icons';
  font-style: normal;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 1;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: none;
}

#contents #main .topicPath ul li.home span {
  display: none;
}

@media only screen and (min-width: 987px) {
  #contents #main .topicPath {
    margin: 0 -50px;
    padding: 0 50px;
  }
  #contents #main .topicPath ul {
    padding: 10px 0;
  }
  #contents #main .topicPath ul li:not(.home) a {
    text-decoration: none !important;
  }
  #contents #main .topicPath ul li:not(.home) a:hover {
    text-decoration: underline !important;
  }
}

@media only screen and (max-width: 986px) {
  #contents #main .topicPath ul {
    padding: 8px;
  }
}

@media only screen and (max-width: 568px) {
  #contents #main .topicPath {
    display: none;
  }
}

#contents #main ul.social {
  overflow: hidden;
  height: 20px;
}

#contents #main ul.social li {
  display: inline-block;
  vertical-align: top;
}

#contents #main ul.social li.facebook .fb_iframe_widget span {
  vertical-align: top !important;
}

#contents #main ul.social li.twitter iframe {
  width: 68px;
  height: 20px;
}

#contents #main .h2Title {
  margin-bottom: 20px;
  padding: 4px 20px;
  background: #59403c;
  font-family: "Times New Roman", "Hiragino Mincho ProN", "HG明朝B", Meiryo, serif;
  font-size: 22px;
  color: #fff;
}

@media only screen and (max-width: 568px) {
  #contents #main .h2Title {
    margin-bottom: 10px;
    padding: 2px 10px;
    font-size: 16px;
  }
}

#contents #main .normalBtn {
  display: inline-block;
}

#contents #main .normalBtn a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 220px;
  padding: 10px 20px;
  border: 3px solid #8B0C0E;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #8B0C0E;
}

#contents #main .normalBtn a:before {
  content: "";
  margin-right: 3px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  font-family: 'icons';
  font-style: normal;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 1;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: none;
}

#contents #main .normalBtn.prev a:before {
  content: "";
  margin-right: 3px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  font-family: 'icons';
  font-style: normal;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 1;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: none;
}

#contents #main .normalBtn.anchor a:before {
  content: "";
  margin-right: 3px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  font-family: 'icons';
  font-style: normal;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 1;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: none;
}

@media only screen and (max-width: 568px) {
  #contents #main .normalBtn a {
    border-width: 2px;
    font-size: 12px;
  }
}

#contents #main .redBtn:before {
  display: none;
}

#contents #main .redBtn a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  max-width: 100%;
  padding: 10px 20px;
  background-color: #8b0b0d;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}

#contents #main .redBtn a:before {
  content: "";
  margin-right: 3px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  font-family: 'icons';
  font-style: normal;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 1;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: none;
}

#contents #main table.normal {
  width: 100%;
  border-top: 3px solid #CCC2BD;
}

#contents #main table.normal th, #contents #main table.normal td {
  padding: 8px 20px;
  border-bottom: 1px solid #CCC2BD;
  font-size: 14px;
}

#contents #main table.normal th {
  width: 22%;
  background: #F3F1ED;
  font-weight: bold;
}

@media only screen and (max-width: 740px) {
  #contents #main table.normal th, #contents #main table.normal td {
    padding: 4px 10px;
    font-size: 13px;
  }
}

@media only screen and (max-width: 568px) {
  #contents #main table.normal {
    border-width: 2px 0 0 0;
  }
  #contents #main table.normal th, #contents #main table.normal td {
    padding: 4px 6px;
    font-size: 12px;
  }
}

#contents #main #mainInner {
  padding-bottom: 40px;
}

@media only screen and (min-width: 987px) {
  #contents #main #mainInner {
    width: 100%;
    max-width: 1216px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 986px) {
  #contents #main #mainInner {
    margin: 0 20px;
  }
}

@media only screen and (max-width: 568px) {
  #contents #main #mainInner {
    margin: 0 10px;
    padding-bottom: 20px;
  }
}

#contents #side {
  position: absolute;
  right: 0;
  top: 0;
  width: 230px;
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

@media only screen and (min-width: 987px) {
  #contents #side a {
    -webkit-transition: opacity .3s;
            transition: opacity .3s;
  }
  #contents #side a:hover {
    opacity: 0.8;
  }
}

@media only screen and (max-width: 986px) {
  #contents #side {
    clear: both;
    position: static;
    width: auto;
  }
}

@media only screen and (max-width: 568px) {
  #contents #side {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  }
}

#contents #side .social ul li {
  display: inline-block;
  width: 50%;
  text-align: center;
}

#contents #side .social ul li a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  height: 80px;
  padding: 20px 0 0;
  color: #FFF;
}

#contents #side .social ul li a span {
  display: block;
  padding-top: 2px;
  font-size: 12px;
  font-weight: bold;
}

#contents #side .social ul li.facebook {
  background: #5E7BB8;
}

#contents #side .social ul li.facebook a:before {
  content: "";
  margin-right: 3px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  font-family: 'icons';
  font-style: normal;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 1;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: none;
}

#contents #side .social ul li.twitter {
  background: #00ABF1;
}

#contents #side .social ul li.twitter a:before {
  content: "";
  margin-right: 3px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  font-family: 'icons';
  font-style: normal;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 1;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: none;
}

@media only screen and (max-width: 986px) {
  #contents #side .social ul li a {
    height: auto;
    padding: 15px 10px;
  }
  #contents #side .social ul li a span {
    display: inline;
    margin-left: 18px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 568px) {
  #contents #side .social ul li a span {
    margin-left: 10px;
  }
}

#contents #side .localMenu {
  padding: 18px 0 20px;
}

#contents #side .localMenu .head .inner {
  padding: 5px 10px 2px;
  border-left: 7px solid #8B0C0E;
}

#contents #side .localMenu .head .inner p {
  line-height: 1.2;
}

#contents #side .localMenu .head .inner p.j {
  font-family: "Times New Roman", "Hiragino Mincho ProN", "HG明朝B", Meiryo, serif;
  font-size: 24px;
}

#contents #side .localMenu .head .inner p.e {
  padding: 0 6px;
  font-family: "Alegreya Sans SC", sans-serif;
  color: #CBBA85;
  -webkit-transform: scale(1, 0.8);
      -ms-transform: scale(1, 0.8);
          transform: scale(1, 0.8);
  font-size: 14px;
}

#contents #side .localMenu nav ul li {
  font-family: "Times New Roman", "Hiragino Mincho ProN", "HG明朝B", Meiryo, serif;
  font-size: 14px;
}

#contents #side .localMenu nav ul li a {
  display: block;
  padding: 8px 10px;
}

#contents #side .localMenu nav ul li a span:before {
  content: "";
  margin-right: 3px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  color: #8b0c0e;
  font-family: 'icons';
  font-style: normal;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 1;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: none;
}

@media only screen and (min-width: 987px) {
  #contents #side .localMenu nav ul li a span a {
    text-decoration: none !important;
  }
  #contents #side .localMenu nav ul li a span a:hover {
    text-decoration: underline !important;
  }
  #contents #side .localMenu nav ul li a span a:hover {
    opacity: 1;
  }
}

@media only screen and (min-width: 987px) {
  #contents #side .localMenu nav ul li a:hover {
    background: #F7F5F1;
    opacity: 1;
  }
}

#contents #side .localMenu nav ul li.cu a {
  background: #F7F5F1;
}

@media only screen and (min-width: 987px) {
  #contents #side .localMenu .head {
    margin-bottom: 12px;
  }
}

@media only screen and (max-width: 986px) {
  #contents #side .localMenu {
    padding: 30px 20px;
    border-bottom: 1px solid #CCC2BD;
  }
  #contents #side .localMenu .head {
    display: table-cell;
    width: 1%;
  }
  #contents #side .localMenu .head .inner {
    padding-right: 18px;
    white-space: nowrap;
  }
  #contents #side .localMenu nav {
    display: table-cell;
  }
  #contents #side .localMenu nav ul li {
    display: inline-block;
    margin: 0 6px 4px;
  }
}

@media only screen and (max-width: 740px) {
  #contents #side .localMenu {
    padding: 20px 15px;
  }
  #contents #side .localMenu .head .inner p.j {
    font-size: 20px;
  }
  #contents #side .localMenu nav ul li {
    margin: 0 4px 4px;
    font-size: 12px;
  }
  #contents #side .localMenu nav ul li a span:before {
    font-size: 12px;
  }
}

@media only screen and (max-width: 568px) {
  #contents #side .localMenu {
    padding: 15px 0;
  }
  #contents #side .localMenu .head {
    display: block;
    width: auto;
    margin: 0 20px 10px;
  }
  #contents #side .localMenu nav {
    display: block;
  }
  #contents #side .localMenu nav ul li {
    display: block;
  }
  #contents #side .localMenu nav ul li a {
    padding: 4px 20px;
  }
}

#contents #side .mainMenu ul li {
  border-bottom: 1px solid #CCC2BD;
  font-family: "Times New Roman", "Hiragino Mincho ProN", "HG明朝B", Meiryo, serif;
  font-size: 14px;
}

#contents #side .mainMenu ul li a {
  position: relative;
  display: block;
  padding: 14px 30px 14px 80px;
}

#contents #side .mainMenu ul li a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 14px;
  margin-top: -0.5em;
  color: #932c2d;
  font-family: 'icons';
  font-style: normal;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 1;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: none;
}

#contents #side .mainMenu ul li a img {
  position: absolute;
  left: 16px;
  top: 15%;
  width: auto;
  height: 70%;
}

#contents #side .mainMenu ul li.philosophy a {
  color: #FFF;
  background-color: #000;
  background-repeat: no-repeat;
  background-image: url(/img/common/side/pic_philosophy.jpg);
  background-position: -15px 0;
  -webkit-background-size: contain;
          background-size: contain;
}

#contents #side .mainMenu ul li.philosophy a:after {
  color: #FFF;
}

#contents #side .mainMenu ul li.e-gift a {
  background-color: #F0ECE3;
}

#contents #side .mainMenu ul li.shop {
  line-height: 3.6;
}

@media only screen and (max-width: 986px) {
  #contents #side .mainMenu ul li {
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
    border-right: 1px solid #CCC2BD;
  }
  #contents #side .mainMenu ul li:nth-child(3n) {
    border-right: none;
  }
}

@media only screen and (max-width: 740px) {
  #contents #side .mainMenu ul li {
    font-size: 12px;
  }
  #contents #side .mainMenu ul li a {
    padding: 14px 25px 14px 70px;
  }
  #contents #side .mainMenu ul li a:after {
    right: 8px;
  }
  #contents #side .mainMenu ul li a img {
    left: 10px;
  }
}

@media only screen and (max-width: 568px) {
  #contents #side .mainMenu ul li {
    display: block;
    width: auto;
    border-right: none;
    font-size: 14px;
  }
  #contents #side .mainMenu ul li br {
    display: none;
  }
  #contents #side .mainMenu ul li a {
    padding: 15px 20px 15px 65px;
  }
  #contents #side .mainMenu ul li a:after {
    font-size: 14px;
  }
  #contents #side .mainMenu ul li a img {
    top: 10%;
    height: 80%;
  }
  #contents #side .mainMenu ul li.philosophy a {
    background-position: 0 0;
    -webkit-background-size: contain;
            background-size: contain;
  }
  #contents #side .mainMenu ul li.shop {
    line-height: inherit;
  }
}

#contents #side .subMenu {
  padding: 12px 10px 20px;
}

#contents #side .subMenu p.card {
  margin-bottom: 10px;
}

#contents #side .subMenu ul.banner li {
  margin-bottom: 10px;
}

@media only screen and (max-width: 986px) {
  #contents #side .subMenu {
    padding: 20px 0;
    margin-bottom: 0;
  }
  #contents #side .subMenu p.card {
    text-align: center;
  }
  #contents #side .subMenu p.card img {
    width: 30%;
    height: auto;
  }
  #contents #side .subMenu ul.banner {
    text-align: center;
  }
  #contents #side .subMenu ul.banner li {
    display: inline-block;
    vertical-align: middle;
    width: 30%;
    margin: 0 1% 10px;
  }
  #contents #side .subMenu ul.banner li img {
    width: 100%;
    height: auto;
  }
}

@media only screen and (max-width: 568px) {
  #contents #side .subMenu {
    padding-bottom: 10px;
  }
  #contents #side .subMenu p.card img, #contents #side .subMenu ul.banner li img {
    width: 195px;
  }
  #contents #side .subMenu ul.banner li {
    display: block;
    width: auto;
    margin-bottom: 10px;
    text-align: center;
  }
}

#contents #side .company {
  margin-bottom: 30px;
}

#contents #side .company ul {
  border-top: 1px solid #CCC2BD;
}

#contents #side .company ul li {
  position: relative;
  border-bottom: 1px solid #CCC2BD;
}

#contents #side .company ul li:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 14px;
  margin-top: -0.5em;
  color: #4d3629;
  font-family: 'icons';
  font-style: normal;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 1;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: none;
}

#contents #side .company ul li a {
  display: block;
  padding: 10px 25px 10px 15px;
}

#contents #side .company ul li.blank a:before {
  content: "";
  margin-right: 6px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  font-family: 'icons';
  font-style: normal;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 1;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: none;
}

@media only screen and (max-width: 986px) {
  #contents #side .company {
    margin-bottom: 0;
  }
  #contents #side .company ul li {
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
    border-right: 1px solid #CCC2BD;
  }
  #contents #side .company ul li:nth-child(3n) {
    border-right: none;
  }
}

@media only screen and (max-width: 740px) {
  #contents #side .company ul li {
    font-size: 12px;
  }
}

@media only screen and (max-width: 568px) {
  #contents #side .company ul li {
    width: 50%;
    border-right: none;
  }
  #contents #side .company ul li:nth-child(2n-1) {
    border-right: 1px solid #CCC2BD;
  }
}
