@charset "UTF-8";
/*
==========================================
STYLE
==========================================
*/
/*
====================
IMPORT
====================
*/
/*
====================
_VARIABLES.SCSS
====================
*/
/*
============================
_HamburgerAnime.SCSS
============================
*/
@import url(../font/sever-com-font/style.css);
* {
  margin: 0;
  padding: 0;
}

/* Icon 1 */
#nav-icon {
  display: inline-block;
  width: 24px;
  height: 20px;
  position: relative;
  margin: 0.4em 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #8C6239;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon span:nth-child(1) {
  top: 3px;
}

#nav-icon span:nth-child(2) {
  top: 9px;
}

#nav-icon span:nth-child(3) {
  top: 15px;
}

#nav-icon.open span:nth-child(1) {
  top: 9px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

#nav-icon.open span:nth-child(2) {
  opacity: 0;
  left: -30px;
}

#nav-icon.open span:nth-child(3) {
  top: 9px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

/*
//========================
  FONT
//========================
*/
@font-face {
  font-family: 'sever-com-font';
  src: url("../font/sever-com-font/fonts/sever-com-font.eot?nayxwc");
  src: url("../font/sever-com-font/fonts/sever-com-font.eot?#iefixnayxwc") format("embedded-opentype"), url("../font/sever-com-font/fonts/sever-com-font.ttf?nayxwc") format("truetype"), url("../font/sever-com-font/fonts/sever-com-font.woff?nayxwc") format("woff"), url("../font/sever-com-font/fonts/sever-com-font.svg?nayxwc#sever-com-font") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
  font-family: 'sever-com-font';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}

.icon-servercom-arrow-up:before {
  content: "\e601";
}

.icon-server-com-logo:before {
  content: "\e600";
}

.btn-pagetop-wrapper {
  position: fixed;
  right: 10px;
  bottom: -10px;
  z-index: 100;
  margin: 0 0 10px 0;
  padding: 0;
}
.btn-pagetop-wrapper .btn-pagetop {
  font-size: 40px;
  color: #0071BC;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all .25s ease !important;
  -moz-transition: all .25s ease !important;
  -ms-transition: all .25s ease !important;
  -o-transition: all .25s ease !important;
  transition: all .25s ease !important;
  -webkit-backface-visibility: hidden !important;
  /* hover時のブレに対応 */
  backface-visibility: hidden !important;
  /* hover時のブレに対応 */
}
.btn-pagetop-wrapper .btn-pagetop:hover {
  opacity: 0.9;
}

/*
====================
BASE
====================
*/
body {
  background-color: #ffffff;
  position: relative;
  min-width: 100%;
  height: 100%;
}

.blur {
  -webkit-filter: blur(1px);
  -ms-filter: blur(1px);
  filter: blur(1px);
}

.overlay-back {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 1000px;
  background: #000;
  opacity: 0.6;
  filter: alpha(opacity=60);
  z-index: 5;
  display: none;
}

body, h2, h3 {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
}

.gothic {
  font-family: "KozGoPro", "小塚ゴシック Pro", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif !important;
}

a {
  color: #0071BC;
  -webkit-transition: all .25s ease !important;
  -moz-transition: all .25s ease !important;
  -ms-transition: all .25s ease !important;
  -o-transition: all .25s ease !important;
  transition: all .25s ease !important;
  -webkit-backface-visibility: hidden !important;
  /* hover時のブレに対応 */
  backface-visibility: hidden !important;
  /* hover時のブレに対応 */
}
a:hover {
  opacity: 0.9;
}

.radius {
  border-radius: 6px;
}

address {
  font-style: normal;
}

.red {
  color: #C1272D;
}

.blue {
  color: #0071BC;
}

.bold {
  font-weight: bold;
}

.img-border {
  box-shadow: rgba(0, 0, 0, 0.35) 0 0 2px;
  border-radius: 4px;
}

.max-image {
  width: 100%;
}

.padding-zero {
  padding-left: 0;
  padding-right: 0;
}

.padding-left-zero {
  padding-left: 0;
}

.padding-right-zero {
  padding-right: 0;
}

.padding-top-zero {
  padding-top: 0 !important;
}

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

.sub-menu li a,
.sub-menu li span.text {
  -webkit-transition: all .25s ease !important;
  -moz-transition: all .25s ease !important;
  -ms-transition: all .25s ease !important;
  -o-transition: all .25s ease !important;
  transition: all .25s ease !important;
  -webkit-backface-visibility: hidden !important;
  /* hover時のブレに対応 */
  backface-visibility: hidden !important;
  /* hover時のブレに対応 */
}
.sub-menu li:hover a,
.sub-menu li:hover span.text {
  color: #0071BC !important;
}
.sub-menu li.active a,
.sub-menu li.active span.text,
.sub-menu li.active:hover a,
.sub-menu li.active:hover span.text {
  color: #C1272D !important;
}

.margin-bottom-1em {
  margin-bottom: 1em;
}

/*
====================
FOUNDATION CUSTOM
====================
*/
.row {
  max-width: 1310px;
}

.menu .active > a {
  background-color: inherit;
  color: inherit;
}

.top-bar-title {
  width: 100%;
}

a.button-custom-brown {
  background-color: #ffffff;
  color: #0071BC;
  border: 1px solid #8C6239;
  font-size: 1rem;
  height: 2.4375rem;
  padding: .65rem;
  text-align: left;
  border-radius: 4px;
}

.reveal-custom {
  padding: 0;
  border-radius: 4px;
  z-index: 1000;
}
.reveal-custom .sub-menu-wrapper {
  margin: 0;
}
.reveal-custom .sub-menu-wrapper .reveal-header {
  position: fixed;
  display: inline-block;
  width: 80%;
  background-color: #ffffff !important;
  border-radius: 4px 4px 0 0;
  z-index: 100;
}
.reveal-custom .sub-menu-wrapper .reveal-header p.small {
  margin-bottom: 0;
  padding: 1.25em;
  font-size: 12px;
  border-bottom: 1px solid #8C6239;
}
.reveal-custom .sub-menu-wrapper .reveal-header .close-button {
  right: .25rem;
}
.reveal-custom .sub-menu-wrapper .sub-menu {
  padding-top: 50px;
}
.reveal-custom .sub-menu-wrapper .sub-menu .SortBtn li,
.reveal-custom .sub-menu-wrapper .sub-menu .menu.vertical li {
  padding: 0.35em 0.5em;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
}
.reveal-custom .sub-menu-wrapper .sub-menu .SortBtn li:hover,
.reveal-custom .sub-menu-wrapper .sub-menu .menu.vertical li:hover {
  background-color: #fafafa;
  color: #0071BC;
}
.reveal-custom .sub-menu-wrapper .sub-menu .SortBtn li span.text:before,
.reveal-custom .sub-menu-wrapper .sub-menu .SortBtn li a.text:before,
.reveal-custom .sub-menu-wrapper .sub-menu .menu.vertical li span.text:before,
.reveal-custom .sub-menu-wrapper .sub-menu .menu.vertical li a.text:before {
  position: absolute;
  top: -0.25em;
  left: 0.25em;
  content: '●';
  color: #8C6239;
  padding-right: 1em;
}
.reveal-custom .sub-menu-wrapper .sub-menu .SortBtn li span.text,
.reveal-custom .sub-menu-wrapper .sub-menu .SortBtn li a.text,
.reveal-custom .sub-menu-wrapper .sub-menu .menu.vertical li span.text,
.reveal-custom .sub-menu-wrapper .sub-menu .menu.vertical li a.text {
  position: relative;
  padding-left: 2em;
  font-size: 14px;
  font-weight: bold;
}
.reveal-custom .sub-menu-wrapper .sub-menu .SortBtn li a.text:before,
.reveal-custom .sub-menu-wrapper .sub-menu .menu.vertical li a.text:before {
  position: absolute;
  top: 0.45em;
  left: 0.25em;
  content: '●';
  color: #8C6239;
  padding-right: 1em;
}
.reveal-custom .sub-menu-wrapper .sub-menu .SortBtn li a.text,
.reveal-custom .sub-menu-wrapper .sub-menu .menu.vertical li a.text {
  position: relative;
  padding: 0.35em 0.5em 0.35em 2em;
  font-size: 14px;
  font-weight: bold;
  color: #000000;
}
.reveal-custom .sub-menu-wrapper .sub-menu .menu.vertical.categoryList li {
  padding: 0;
}
.reveal-custom .sub-menu-wrapper .sub-menu .menu.vertical.categoryList li span.text:before,
.reveal-custom .sub-menu-wrapper .sub-menu .menu.vertical.categoryList li a.text:before {
  top: 0.5em;
  left: 0.85em;
}
.reveal-custom .sub-menu-wrapper .sub-menu .menu.vertical.categoryList li span.text {
  display: inline-block;
  width: 100%;
  padding: 0.45em 0.5em 0.45em 2.5em;
}

.reveal-overlay {
  overflow-y: hidden;
}

/*
====================
FOUNDATION TOOLTIP
====================
*/
.has-tip {
  border-bottom: 0;
  opacity: 1;
}

.tooltip {
  z-index: 10000;
  font-family: "KozGoPro", "小塚ゴシック Pro", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.05em;
  font-weight: bold;
}

.tooltip {
  background: #563c23;
  color: #FEFEFE;
  padding: 0.75rem 1.5rem;
  position: absolute;
  z-index: 3;
  top: calc(100% + 0.6495rem);
  max-width: 15rem !important;
  border-radius: 6px;
}

.tooltip::before, .tooltip.top::before, .tooltip.left::before, .tooltip.right::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  position: absolute;
}

.tooltip::before, .tooltip.left::before, .tooltip.right::before {
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.tooltip.left::before, .tooltip.right::before {
  bottom: auto;
  top: 50%;
}

.tooltip::before {
  border-color: transparent transparent #563c23;
  border-bottom-style: solid;
  border-top-width: 0;
  bottom: 100%;
  left: 50%;
}

.tooltip.top::before {
  border-color: #563c23 transparent transparent;
  border-top-style: solid;
  border-bottom-width: 0;
  top: 100%;
  bottom: auto;
}

.tooltip.left::before {
  border-color: transparent transparent transparent #563c23;
  border-left-style: solid;
  border-right-width: 0;
  left: 100%;
}

.tooltip.right::before {
  border-color: transparent #563c23 transparent transparent;
  border-right-style: solid;
  border-left-width: 0;
  left: auto;
  right: 100%;
}

/*
====================
TABLE CUSTOM
====================
*/
table tr th, table tr td {
  padding: 1em;
  border: 1px solid #eee;
}
table tbody {
  border: 1px solid #f1f1f1;
  background-color: #ffffff;
}
table tbody tr:nth-child(even) {
  background-color: #fafafa;
}
table.confirm-table {
  margin-bottom: 2em;
}
table.confirm-table caption {
  padding: 1em;
  border: 1px solid #eee;
  border-bottom-width: 0;
  text-align: left;
}

/*
====================
LAYOUT
====================
*/
/*
====================
LAYOUT_MAIN.SCSS
====================
*/
.layout-main {
  /*
  ====================
  SQUARE BLOCK
  ====================
  */
}
.layout-main .square-block-wrapper {
  margin-bottom: 3em;
}
.layout-main .square-block h3.border-deco {
  font-size: 20px;
}
.layout-main .square-block h4 {
  font-size: 18px;
}
.layout-main .square-block p {
  font-size: 14px;
  min-height: 8em;
}
.layout-main .square-block a.expanded {
  text-align: center;
}
.layout-main .square-block a.expanded .text {
  display: inline-block;
  margin: 1em auto;
  font-weight: bold;
}

/*
====================
LAYOUT_SUB.SCSS
====================
*/
.layout-sub {
  /*
  ====================
  EYECATCH BLOCK
  ====================
  */
  /*
  ====================
  BREADCRUMBS AND TITLE
  ====================
  */
  /*
  ====================
  SUB MENU
  ====================
  */
  /*
  ====================
  SQUARE BLOCK
  ====================
  */
  /*
  ====================
  GOOGLEMAP
  ====================
  */
}
.layout-sub .eyecatch-block {
  margin-bottom: 0;
}
.layout-sub .breadcrumbs-and-title {
  border-bottom: 1px solid #8C6239;
  margin-bottom: 3em;
}
.layout-sub .breadcrumbs-and-title.border-top {
  border-top: 1px dotted #d1af8d;
  padding-top: 0;
}
.layout-sub .breadcrumbs-and-title .breadcrumbs {
  margin: 0;
}
.layout-sub .breadcrumbs-and-title .breadcrumbs li {
  font-size: 20px;
}
.layout-sub .breadcrumbs-and-title .breadcrumbs li.anchor-wrapper {
  font-weight: bold;
}
.layout-sub .breadcrumbs-and-title .breadcrumbs li a {
  display: inline-block;
  padding: 1.25em;
}
.layout-sub .breadcrumbs-and-title .breadcrumbs li a:hover {
  text-decoration: none;
}
.layout-sub .breadcrumbs-and-title a.main-title-anchor {
  padding: 0 !important;
}
.layout-sub .breadcrumbs-and-title h2,
.layout-sub .breadcrumbs-and-title h3 {
  position: relative;
  margin: 0;
  padding: 0.325em;
  color: #C1272D;
}
.layout-sub .breadcrumbs-and-title h2 .main-title,
.layout-sub .breadcrumbs-and-title h3 .main-title {
  padding: 0 0.5em;
}
.layout-sub .breadcrumbs-and-title h2 small,
.layout-sub .breadcrumbs-and-title h3 small {
  position: relative;
  color: #000000;
  font-size: 20px;
  font-weight: bold;
}
.layout-sub .breadcrumbs-and-title h2 small {
  top: -0.3em;
  line-height: 1em;
}
.layout-sub .breadcrumbs-and-title h3 {
  padding-left: 1em;
}
.layout-sub .breadcrumbs-and-title h3 small {
  top: 0;
  line-height: 3em;
}
.layout-sub .breadcrumbs li:not(:last-child):after {
  color: #cacaca;
  content: "\f101";
  font-family: FontAwesome;
  margin: 0 .75rem;
  font-size: 20px;
  position: relative;
  opacity: 1;
}
.layout-sub .breadcrumbs.for-select-custom-list li.for-select-custom:after {
  opacity: 0 !important;
}
.layout-sub .breadcrumbs li:last-child a {
  color: #000000 !important;
}
.layout-sub .toggle-button-wrapper a.toggle-button {
  background-color: #ffffff;
  border: 1px solid #8C6239;
  padding-left: 1.5em;
  padding-right: 1.5em;
  border-radius: 4px;
  color: #0071BC;
  font-size: 16px;
  font-weight: bold;
  line-height: 16px;
  text-align: left;
  -webkit-transition: all .25s ease !important;
  -moz-transition: all .25s ease !important;
  -ms-transition: all .25s ease !important;
  -o-transition: all .25s ease !important;
  transition: all .25s ease !important;
  -webkit-backface-visibility: hidden !important;
  /* hover時のブレに対応 */
  backface-visibility: hidden !important;
  /* hover時のブレに対応 */
}
.layout-sub .toggle-button-wrapper a.toggle-button:hover {
  background-color: #0071BC;
  color: #ffffff;
  cursor: pointer;
  opacity: 0.9;
}
.layout-sub .sub-menu-wrapper {
  padding-left: 0;
  padding-right: 1.875rem;
}
.layout-sub .sub-menu {
  margin-bottom: 50px;
}
.layout-sub .sub-menu li a,
.layout-sub .sub-menu li span.text {
  position: relative;
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #ccc;
  color: #4d4d4d;
  font-weight: bold;
  font-size: 18px;
  padding: 1.25em 1em 1.25em 3em;
  line-height: 1.5;
}
.layout-sub .sub-menu li a:before,
.layout-sub .sub-menu li span.text:before {
  position: absolute;
  left: 1em;
  content: '●';
  color: #8C6239;
  padding-right: 1em;
}
.layout-sub .sub-menu li a:hover,
.layout-sub .sub-menu li span.text:hover {
  color: #C1272D;
  background-color: #fafafa;
  cursor: pointer;
}
.layout-sub .sub-menu li.active a, .layout-sub .sub-menu li.active span.text {
  background-color: #f5ede6;
  color: #C1272D;
}
.layout-sub .square-block-wrapper {
  margin-bottom: 4em;
}
.layout-sub .square-block {
  margin-bottom: 4em;
}
.layout-sub .square-block h3.border-deco {
  padding: 0.75em 1em;
  font-size: 24px;
}
.layout-sub .square-block h4 {
  font-size: 22px;
}
.layout-sub .square-block p {
  line-height: 1.9;
}
.layout-sub .googlemap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.layout-sub .googlemap iframe,
.layout-sub .googlemap object,
.layout-sub .googlemap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*
====================
HEADER
====================
*/
header .top-bar {
  padding: 0;
  background-color: #ffffff;
}
header .site-title h1 {
  max-width: 460px;
}
header .site-title a {
  display: inline-block;
  width: 100%;
  color: #0a0a0a;
}
header .site-title img.logo {
  max-width: 100px;
}
header .site-title p {
  text-align: left;
  font-size: 14px;
  letter-spacing: 0.25em;
  line-height: 1.75em;
  color: #464646;
}
header .site-title h1 {
  margin: 0;
  padding: 0;
  text-align: left;
  font-size: 32px;
  font-weight: bold;
}
header .sub-title {
  font-size: 14px;
  letter-spacing: 0.2em;
  font-weight: bold;
}
header .sub-title {
  font-weight: normal !important;
}
header address {
  float: right;
  font-size: 14px;
}
header address .tel {
  font-size: 27px;
  font-weight: bold;
  letter-spacing: 0.075em;
  white-space: nowrap;
}

/*
====================
NAV
====================
*/
nav ul li a {
  padding: 1.5em;
}
nav ul li a:hover {
  opacity: 1;
  color: #0071BC;
  box-shadow: 0 0 10px 40px rgba(55, 38, 22, 0.025) inset;
  cursor: pointer !important;
}
nav ul li.active a {
  color: #C1272D !important;
}

/*
====================
GLOBAL NAV
====================
*/
.global-nav ul {
  background-color: #ffffff;
}
.global-nav ul li a {
  padding: 1.5em;
  color: #000000;
  font-weight: bold;
  font-size: 20px;
}

/*
====================
EYECATCH
====================
*/
.eyecatch-block {
  position: relative;
  height: 100%;
}
.eyecatch-block .eyecatch-content {
  margin: 0;
  padding: 0;
  border: 0;
  height: 100%;
}
.eyecatch-block .title-and-btn {
  position: absolute;
  top: 20%;
  width: 100%;
  z-index: 1;
  background-color: inherit;
}
.eyecatch-block .title-and-btn h2 {
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 0.075em;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5), 0px 12px 10px rgba(0, 0, 0, 0.4), 0px 34px 30px rgba(0, 0, 0, 0.1);
  font-size: 6vw !important;
}
.eyecatch-block .title-and-btn .movie-btn {
  background-color: #ffffff;
  font-weight: bold;
  padding: 1em 4em;
  color: #C1272D;
  border-color: #C1272D;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5), 0px 12px 10px rgba(0, 0, 0, 0.4), 0px 34px 30px rgba(0, 0, 0, 0.1);
  white-space: nowrap;
}

.eyecatch-block-02 {
  position: relative;
  height: 100%;
  margin-bottom: 44px;
}
.eyecatch-block-02 .eyecatch-content {
  margin: 0;
  padding: 0;
  border: 0;
  height: 100%;
}
.eyecatch-block-02 .title-and-btn {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  background-color: inherit;
}
.eyecatch-block-02 .title-and-btn h2 {
  color: #595757;
  vertical-align: text-top;
  letter-spacing: 0.1em;
  font-weight: bold;
}
.eyecatch-block-02 .title-and-btn .movie-btn {
  position: absolute;
  bottom: 0;
  background-color: #ffffff;
  font-weight: bold;
  padding: 1em 4em;
  color: #C1272D;
  border-color: #C1272D;
  white-space: nowrap;
}

.redbutton {
  display: inline-block;
  background-color: red;
  color: white;
  font-weight: bold;
  padding: 1em;
  margin: 0;
  border-radius: 10px;
}

/*
====================
SQUARE BLOCK
====================
*/
.square-block-wrapper {
  margin-bottom: 3em;
}

.square-block {
  /*
  ====================
  chico
  ====================
  */
}
.square-block table.stack tr td:first-child {
  white-space: nowrap;
}
.square-block .yellow-icon {
  position: relative;
  color: black;
  font-size: 100%;
  margin-right: 0.25em;
}
.square-block .yellow-icon:after {
  position: absolute;
  left: 0;
  top: 0;
  content: '\f071';
  color: #ffce66;
  font-size: 98%;
  text-shadow: 0 0 5px black;
}
.square-block table.calorie caption {
  border-bottom: 0;
}
.square-block .cooking {
  display: inline-block;
}

.cooking li{
margin-bottom: 50px;
padding-left: 40px;
}
.cooking img{
margin-bottom: 20px;
}

.cooking ol{
padding-left: 40px;
}

.square-block .cooking .cooking-title {
  margin-bottom: 2em;
  margin-bottom: 2em;
  padding: 1em 0 1em 0.75em;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-weight: bold;
}
.square-block .notice {
  display: inline-block;
}
.square-block .notice h4.notice-title {
  margin-bottom: 2em;
  margin-bottom: 2em;
  padding: 1em 0 1em 0.75em;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-weight: bold;
}
.square-block h3.border-deco {
  margin-bottom: 2em;
  padding: 1em 0 1em 0.75em;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-weight: bold;
}
.square-block h4 {
  font-weight: bold;
  margin-bottom: 2em;
  color: #4d4d4d;
}
.square-block .content-image {
  margin-bottom: 3em;
}
.square-block ul li {
  margin-bottom: 1em;
}
.square-block p {
  margin-bottom: 2em;
  font-family: "KozGoPro", "小塚ゴシック Pro", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
}
.square-block p.sign {
  display: inline-block;
  width: 100%;
}
.square-block p.sign .name {
  font-size: 20px;
  font-weight: bold;
}

/*
====================
CIRCLE CONTENTS
====================
*/
.circle-contents-wrapper {
  text-align: center;
}
.circle-contents-wrapper .large-up-5 > .column:nth-of-type(5n+1), .circle-contents-wrapper .large-up-5 > .columns:nth-of-type(5n+1),
.circle-contents-wrapper .medium-up-4 > .column:nth-of-type(4n+1), .circle-contents-wrapper .medium-up-4 > .columns:nth-of-type(4n+1),
.circle-contents-wrapper .small-up-3 > .column:nth-of-type(3n+1), .circle-contents-wrapper .small-up-3 > .columns:nth-of-type(3n+1) {
  clear: none;
}
.circle-contents-wrapper .circle-contents-title {
  margin: 1em 0;
  font-size: 5vw !important;
  color: #8C6239;
  font-weight: bold;
  white-space: nowrap;
}
.circle-contents-wrapper .circle-contents {
  margin-bottom: 4em;
  background-image: url(../img/common/japan-map.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
}
.circle-contents-wrapper .circle-contents .circle-anchor {
  display: inline-block;
  position: relative;
  margin-top: .9375rem;
  margin-bottom: .9375rem;
  padding: 0;
  transform: scale(1);
}
.circle-contents-wrapper .circle-contents .circle-anchor .description {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  opacity: 0;
  background-color: rgba(68, 47, 28, 0.75);
  border: 10px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  width: 100%;
  height: 100%;
  padding: 1em;
  transform: scale(0.9);
  -webkit-transition: all .25s ease !important;
  -moz-transition: all .25s ease !important;
  -ms-transition: all .25s ease !important;
  -o-transition: all .25s ease !important;
  transition: all .25s ease !important;
  -webkit-backface-visibility: hidden !important;
  /* hover時のブレに対応 */
  backface-visibility: hidden !important;
  /* hover時のブレに対応 */
}
.circle-contents-wrapper .circle-contents .circle-anchor .description h3 {
  font-size: 17px;
  font-weight: bold;
  color: #ffffff;
  padding: 0 0 0.75em 0;
  border-bottom: 1px dotted #ddd;
  white-space: nowrap;
}
.circle-contents-wrapper .circle-contents .circle-anchor .description h3.small {
  font-size: 15px;
}
.circle-contents-wrapper .circle-contents .circle-anchor .description p {
  padding: 0.5em;
  font-weight: bold;
  font-size: 14px;
  color: #ffffff;
}
.circle-contents-wrapper .circle-contents .circle-anchor .description p.small {
  font-size: 12px;
}
.circle-contents-wrapper .circle-contents .circle-anchor img {
  border-radius: 50%;
}
.circle-contents-wrapper .circle-contents .circle-anchor:hover .description {
  transform: scale(1);
  opacity: 1;
}

/*
====================
FORM
====================
*/
span.alert.hollow.button.expanded.disabled,
span.success.hollow.button.disabled {
  text-align: left !important;
  opacity: 1;
}

span.success.hollow.button.disabled {
  color: green;
  border-color: green;
  line-height: 1.4em;
}

form select {
  height: auto;
}

/*
====================
SHUFFLE
====================
*/
.button-custom-brown {
  height: 46px !important;
  line-height: 16px !important;
  padding: 0.85em 1.5em !important;
}

.sort-options {
  display: inline-block;
  margin-bottom: 2em;
  height: 46px;
  padding-left: 1.5em;
  padding-right: 1.5em;
  border: 1px solid #8C6239;
  color: #0071BC;
  font-weight: bold;
  border-radius: 4px;
  -webkit-transition: all .25s ease !important;
  -moz-transition: all .25s ease !important;
  -ms-transition: all .25s ease !important;
  -o-transition: all .25s ease !important;
  transition: all .25s ease !important;
  -webkit-backface-visibility: hidden !important;
  /* hover時のブレに対応 */
  backface-visibility: hidden !important;
  /* hover時のブレに対応 */
}
.sort-options:hover {
  background-color: #0071BC;
  color: #ffffff;
  cursor: pointer;
  opacity: 0.9;
}

.sort-guide {
  padding: .35rem;
  font-size: 1rem;
  color: #333;
}
.sort-guide .sorting {
  display: none;
}

#shuffleNav {
  position: relative !important;
  min-width: 100%;
}
#shuffleNav .shuffle-header {
  display: none;
  background-color: none;
}
#shuffleNav .shuffle-header .header-all,
#shuffleNav .shuffle-header .header-gift,
#shuffleNav .shuffle-header .header-drink,
#shuffleNav .shuffle-header .header-sweets,
#shuffleNav .shuffle-header .header-rice,
#shuffleNav .shuffle-header .header-bread,
#shuffleNav .shuffle-header .header-noodle,
#shuffleNav .shuffle-header .header-instant,
#shuffleNav .shuffle-header .header-drymatter,
#shuffleNav .shuffle-header .header-seafood,
#shuffleNav .shuffle-header .header-soy,
#shuffleNav .shuffle-header .header-oil,
#shuffleNav .shuffle-header .header-spices,
#shuffleNav .shuffle-header .header-sauce,
#shuffleNav .shuffle-header .header-frozenfood,
#shuffleNav .shuffle-header .header-giga,
#shuffleNav .shuffle-header .header-tanaka-aburaya,
#shuffleNav .shuffle-header .header-chikushimura,
#shuffleNav .shuffle-header .header-hazamaya,
#shuffleNav .shuffle-header .header-matsukame-miso,
#shuffleNav .shuffle-header .header-hy-rice,
#shuffleNav .shuffle-header .header-kaneko-seimen,
#shuffleNav .shuffle-header .header-daabon-organic,
#shuffleNav .shuffle-header .header-echigo-yamabun,
#shuffleNav .shuffle-header .header-masui-seika,
#shuffleNav .shuffle-header .header-kasutera-sakaeya,
#shuffleNav .shuffle-header .header-eikodo-seika,
#shuffleNav .shuffle-header .header-marukou-syokuhin,
#shuffleNav .shuffle-header .header-happycompany,
#shuffleNav .shuffle-header .header-okabeya,
#shuffleNav .shuffle-header .header-handbell,
#shuffleNav .shuffle-header .header-kousyo,
#shuffleNav .shuffle-header .header-maruki,
#shuffleNav .shuffle-header .header-kobetea,
#shuffleNav .shuffle-header .header-shelleys,
#shuffleNav .shuffle-header .header-egao,
#shuffleNav .shuffle-header .header-gis,
#shuffleNav .shuffle-header .header-hijiri-food,
#shuffleNav .shuffle-header .header-island-tokyo,
#shuffleNav .shuffle-header .header-nakahira,
#shuffleNav .shuffle-header .header-maruo-oishi,
#shuffleNav .shuffle-header .header-sumiyoshiya-sohonten,
#shuffleNav .shuffle-header .header-tsukudani-otani,
#shuffleNav .shuffle-header .header-umakamesi {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  padding: 0 !important;
  background-position: bottom right;
  background-size: contain;
}
#shuffleNav .shuffle-header .header-all {
  background-image: url("../img/products/category/all/header.jpg");
}
#shuffleNav .shuffle-header .header-gift {
  background-image: url("../img/products/category/gift/header.jpg");
}
#shuffleNav .shuffle-header .header-drink {
  background-image: url("../img/products/category/drink/header.jpg");
}
#shuffleNav .shuffle-header .header-sweets {
  background-image: url("../img/products/category/sweets/header.jpg");
}
#shuffleNav .shuffle-header .header-rice {
  background-image: url("../img/products/category/rice/header.jpg");
}
#shuffleNav .shuffle-header .header-bread {
  background-image: url("../img/products/category/bread/header.jpg");
}
#shuffleNav .shuffle-header .header-noodle {
  background-image: url("../img/products/category/noodle/header.jpg");
}
#shuffleNav .shuffle-header .header-instant {
  background-image: url("../img/products/category/instant/header.jpg");
}
#shuffleNav .shuffle-header .header-drymatter {
  background-image: url("../img/products/category/drymatter/header.jpg");
}
#shuffleNav .shuffle-header .header-seafood {
  background-image: url("../img/products/category/seafood/header.jpg");
}
#shuffleNav .shuffle-header .header-soy {
  background-image: url("../img/products/category/soy/header.jpg");
}
#shuffleNav .shuffle-header .header-oil {
  background-image: url("../img/products/category/oil/header.jpg");
}
#shuffleNav .shuffle-header .header-spices {
  background-image: url("../img/products/category/spices/header.jpg");
}
#shuffleNav .shuffle-header .header-sauce {
  background-image: url("../img/products/category/sauce/header.jpg");
}
#shuffleNav .shuffle-header .header-frozenfood {
  background-image: url("../img/products/category/frozenfood/header.jpg");
}
#shuffleNav .shuffle-header .header-island-tokyo {
  background-image: url("../img/products/brand/it-demo/dummy-header.jpg");
}
#shuffleNav .shuffle-header .header-giga {
  background-image: url("../img/products/brand/it01/header.jpg");
}
#shuffleNav .shuffle-header .header-tanaka-aburaya {
  background-image: url("../img/products/brand/it02/header.jpg");
}
#shuffleNav .shuffle-header .header-chikushimura {
  background-image: url("../img/products/brand/it03/header.jpg");
}
#shuffleNav .shuffle-header .header-hazamaya {
  background-image: url("../img/products/brand/it04/header.jpg");
}
#shuffleNav .shuffle-header .header-matsukame-miso {
  background-image: url("../img/products/brand/it05/header.jpg");
}
#shuffleNav .shuffle-header .header-hy-rice {
  background-image: url("../img/products/brand/it06/header.jpg");
}
#shuffleNav .shuffle-header .header-kaneko-seimen {
  background-image: url("../img/products/brand/it07/header.jpg");
}
#shuffleNav .shuffle-header .header-daabon-organic {
  background-image: url("../img/products/brand/it08/header.jpg");
}
#shuffleNav .shuffle-header .header-echigo-yamabun {
  background-image: url("../img/products/brand/it09/header.jpg");
}
#shuffleNav .shuffle-header .header-masui-seika {
  background-image: url("../img/products/brand/it10/header.jpg");
}
#shuffleNav .shuffle-header .header-kasutera-sakaeya {
  background-image: url("../img/products/brand/it11/header.jpg");
}
#shuffleNav .shuffle-header .header-eikodo-seika {
  background-image: url("../img/products/brand/it12/header.jpg");
}
#shuffleNav .shuffle-header .header-marukou-syokuhin {
  background-image: url("../img/products/brand/it13/header.jpg");
}
#shuffleNav .shuffle-header .header-happycompany {
  background-image: url("../img/products/brand/it14/header.jpg");
}
#shuffleNav .shuffle-header .header-okabeya {
  background-image: url("../img/products/brand/it15/header.jpg");
}
#shuffleNav .shuffle-header .header-handbell {
  background-image: url("../img/products/brand/it16/header.jpg");
}
#shuffleNav .shuffle-header .header-kousyo {
  background-image: url("../img/products/brand/it17/header.jpg");
}
#shuffleNav .shuffle-header .header-maruki {
  background-image: url("../img/products/brand/it18/header.jpg");
}
#shuffleNav .shuffle-header .header-kobetea {
  background-image: url("../img/products/brand/it19/header.jpg");
}
#shuffleNav .shuffle-header .header-shelleys {
  background-image: url("../img/products/brand/it20/header.jpg");
}
#shuffleNav .shuffle-header .header-tsukudani-otani {
  background-image: url("../img/products/brand/it21/header.jpg");
}
#shuffleNav .shuffle-header .header-hijiri-food {
  background-image: url("../img/products/brand/it22/header.jpg");
}
#shuffleNav .shuffle-header .header-sumiyoshiya-sohonten {
  background-image: url("../img/products/brand/it23/header.jpg");
}
#shuffleNav .shuffle-header .header-umakamesi {
  background-image: url("../img/products/brand/it24/header.jpg");
}
#shuffleNav .shuffle-header .header-nakahira {
  background-image: url("../img/products/brand/it25/header.jpg");
}
#shuffleNav .shuffle-header .header-maruo-oishi {
  background-image: url("../img/products/brand/it27/header.jpg");
}
#shuffleNav .shuffle-header .header-egao {
  background-image: url("../img/products/brand/it28/header.jpg");
}
#shuffleNav .shuffle-header .header-gis {
  background-image: url("../img/products/brand/it29/header.jpg");
}
#shuffleNav .shuffle-header .header-inner {
  display: inline-block;
  width: 100%;
  min-height: 200px;
  padding: 1em;
  border-radius: 5px !important;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100;White+to+Transparent */
  background: -moz-linear-gradient(left, white 0%, rgba(255, 255, 255, 0.99) 60%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, white 0%, rgba(255, 255, 255, 0.99) 60%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0.99) 60%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
  /* IE6-9 */
}
#shuffleNav .shuffle-header h4 {
  font-weight: bold;
  color: #000000;
  font-size: 26px;
  line-height: 1.6em;
}
#shuffleNav .shuffle-header h4 small {
  display: inline-block;
  color: #4d4d4d;
  line-height: 3em;
}
#shuffleNav .shuffle-item {
  margin: 0 !important;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  box-sizing: border-box !important;
  overflow: hidden !important;
}
#shuffleNav .shuffle-item .callout {
  border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0.15) 0 0 2px;
  border-color: #ccc;
  /*
  ====================
  おすすめ　リボン
  ====================
  */
  /*
  ====================
  NEW　リボン
  ====================
  */
}
#shuffleNav .shuffle-item .callout h5.hasRibbonRecommended {
  padding-right: 1.25em;
}
#shuffleNav .shuffle-item .callout .ribbon {
  position: absolute;
  right: -2px;
  top: -2px;
  z-index: 1;
  overflow: hidden;
  width: 75px;
  height: 75px;
  text-align: right;
}
#shuffleNav .shuffle-item .callout .ribbon-recommended span {
  font-size: 10px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  line-height: 24px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  /* Needed for Safari */
  width: 100px;
  display: block;
  background: #79A70A;
  background: linear-gradient(#89bb57 0%, #398c62 100%);
  box-shadow: 0 3px 10px -5px black;
  position: absolute;
  top: 10px;
  right: -28px;
}
#shuffleNav .shuffle-item .callout .rib {
  position: absolute;
  top: 25%;
  left: -8px;
  padding-left: 1em;
  height: 30px;
  width: 53px;
  background-color: #d52d33;
  color: white;
  line-height: 30px;
  text-align: left;
  font-weight: bold;
  border-radius: 2px 0 0 2px;
  box-shadow: 0 3px 10px -5px black;
  font-size: 14px;
}
#shuffleNav .shuffle-item .callout .rib .text {
  position: absolute;
  z-index: 10;
}
#shuffleNav .shuffle-item .callout .rib:before,
#shuffleNav .shuffle-item .callout .rib:after {
  content: "";
  position: absolute;
  right: -8px;
  top: 0;
  height: 50%;
  width: 16px;
  background-color: inherit;
  box-shadow: 5px 3px 5px -6px black;
}
#shuffleNav .shuffle-item .callout .rib:before {
  transform: skewX(-45deg);
}
#shuffleNav .shuffle-item .callout .rib:after {
  transform: skewX(45deg);
  top: 50%;
}
#shuffleNav .shuffle-item .callout .shad {
  position: absolute;
  height: 20px;
  width: 8px;
  top: 9px;
  left: 0;
  background-color: #ac2328;
  transform-origin: top left;
  transform: skewY(45deg);
  z-index: -2;
  box-shadow: inset 0 0 10px black;
  border-radius: 0 0 0 2px;
}
#shuffleNav .shuffle-item .item-anchor {
  display: inline-block;
  width: 100%;
}
#shuffleNav .shuffle-item .item-anchor:hover {
  cursor: pointer !important;
  -webkit-transition: all .25s ease !important;
  -moz-transition: all .25s ease !important;
  -ms-transition: all .25s ease !important;
  -o-transition: all .25s ease !important;
  transition: all .25s ease !important;
  -webkit-backface-visibility: hidden !important;
  /* hover時のブレに対応 */
  backface-visibility: hidden !important;
  /* hover時のブレに対応 */
  opacity: 1;
}
#shuffleNav .shuffle-item .item-anchor:hover .callout {
  opacity: 0.98 !important;
  border: 1px solid #e68286;
}
#shuffleNav .shuffle-item img {
  margin-bottom: 1em;
  border: 1px solid #ddd;
  border-radius: 4px;
}
#shuffleNav .shuffle-item .label-block {
  margin-bottom: 1em;
}
#shuffleNav .shuffle-item p {
  display: inline-block;
  margin-bottom: 1em;
  font-size: 14px;
}
#shuffleNav .shuffle-item .label-custom {
  font-weight: bold;
  margin-bottom: 0.25em;
  border-radius: 2px;
  font-size: 16px;
}
#shuffleNav .shuffle-item .button {
  border-radius: 2px;
}

.brandindex .shuffle-header {
  display: block !important;
}

/*
====================
SITEMAP
====================
*/
#sitemap a {
  word-wrap: break-word;
  overflow-wrap: break-word;
}
#sitemap a:hover {
  text-decoration: underline;
}
#sitemap h4.sitemap-title {
  margin: 0 0 1em 0;
  padding: 0.5em;
}
#sitemap ul.sitemap-list {
  display: inline-block;
  width: 90%;
  margin-left: 2em;
  margin-bottom: 1em;
}
#sitemap ul.sitemap-list li {
  margin-left: 1em;
}
#sitemap ul.sitemap-list li a.sitemap-list-inner-title {
  display: inline-block;
  padding-bottom: 0.75em;
}

/*
====================
FOOTER
====================
*/
footer {
  padding: 4em 0 0 0;
  background-image: url(../img/common/brown-border.png);
  background-repeat: no-repeat;
  background-position: top 3em center;
  background-size: contain;
}
footer .sub-nav {
  margin-bottom: 4em;
}
footer .sub-nav li a {
  color: #000000;
  font-size: 13px;
  white-space: nowrap;
  font-weight: bold;
  border-right: 1px solid #ddd;
  letter-spacing: 0;
}
footer a.logo-anchor img {
  max-width: 100px;
}
footer address {
  padding: 1em 0;
  font-size: 16px;
  letter-spacing: 0.025em;
  font-weight: bold;
}
footer address .tel {
  white-space: nowrap;
}
footer address span:after {
  content: '　';
}
footer h5 {
  margin: 5em auto;
  font-size: 14px;
  color: #8C6239;
  font-weight: bold;
  letter-spacing: 0.05em;
}

/*
=========================
USE CONTENTS
=========================
*/
.use-contents table {
  margin-bottom: 2em;
}

/*
=========================
テーブルキャプション
=========================
*/
table caption {
  border: 1px solid #eee;
  border-bottom-width: none;
  padding: 1em;
}

/*
=========================
時間指定用スタイル
=========================
*/
ol.delivery-timetable {
  display: inline-block;
  list-style-type: none;
  width: 100%;
}
ol.delivery-timetable li.timetable-list {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100px;
}
ol.delivery-timetable li.timetable-list.list-09-12 {
  background-image: url(../img/use/time09_12.png);
}
ol.delivery-timetable li.timetable-list.list-12-14 {
  background-image: url(../img/use/time12_14.png);
}
ol.delivery-timetable li.timetable-list.list-14-16 {
  background-image: url(../img/use/time14_16.png);
}
ol.delivery-timetable li.timetable-list.list-16-18 {
  background-image: url(../img/use/time16_18.png);
}
ol.delivery-timetable li.timetable-list.list-18-20 {
  background-image: url(../img/use/time18_20.png);
}
ol.delivery-timetable li.timetable-list.list-20-21 {
  background-image: url(../img/use/time20_21.png);
}
ol.delivery-timetable li.timetable-list span.time {
  width: 300px;
  display: table-cell;
  vertical-align: middle;
  font-waight: bold;
  text-align: center;
}

/*
=========================
ちこさん作成スタイル
=========================
*/
.bg-light-gray {
  background-color: #f5ede6;
  padding-top: 3em;
  background-image: url(../img/common/white-glad.png);
  background-repeat: repeat-x;
  background-position: bottom right;
}

.shop-breadcrumbs {
  margin-bottom: 0 !important;
}

.shop-sub-menu-wrapper {
  margin-top: 0;
  padding-right: 0 !important;
}

.checking {
  display: inline-block;
  width: 100%;
  position: relative;
  border: 1px solid red;
  height: auto;
  overflow: hidden;
  margin-bottom: 3em;
}
.checking .content-image {
  margin-bottom: 0;
}

.check-image {
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/demo/dummy-cross.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.check-text {
  position: absolute;
  display: inline-block;
  top: 30%;
  text-align: center;
  width: 80%;
  background-color: rgba(255, 255, 255, 0.8);
  margin: 10%;
  padding: 15px;
  border-radius: 6px;
}

.button-green {
  font-size: 1.2em;
  background-color: #228b22;
  border-radius: 6px;
  letter-spacing: 0.1em;
}
.button-green:hover {
  background-color: #228b22;
}

.button-red {
  font-size: 1.2em;
  background-color: #ee1132;
  border-radius: 6px;
  letter-spacing: 0.1em;
}
.button-red:hover {
  background-color: #ee1132;
}

/*
==================================
FOUNDATION Media Queries
==================================
*/
/* Small only */
@media screen and (max-width: 39.9375em) {
  /*
  ============================
  _MEDIA QUERIES Small only
  ============================
  */
}
@media screen and (max-width: 39.9375em) and (max-width: 39.9375em) {
  /*
  ============================
  FOUNDATION CUSTOM Small only
  ============================
  */
  #responsive-menu {
    display: none;
  }

  .small-padding-none {
    padding: 0;
  }

  .bg-light-gray {
    padding-top: 0;
  }

  .tooltip {
    display: none !important;
    visibility: hidden !important;
  }

  /*
  ============================
  REVEAL CUSTOM Small only
  ============================
  */
  .reveal-custom {
    position: absolute;
    top: 20% !important;
    left: 10%;
    width: 80%;
    height: 70vh;
    min-height: 70vh;
  }

  /*
  ============================
  NAV Small only
  ============================
  */
  .global-nav ul,
  .sub-nav ul {
    border: 1px solid #ddd;
    border-bottom-width: 0;
  }
  .global-nav ul li,
  .sub-nav ul li {
    display: inline-block;
    width: 100%;
  }
  .global-nav ul li a,
  .sub-nav ul li a {
    text-align: left;
    padding: 1em 1.5em !important;
    font-size: 12px;
    border-bottom: 1px solid #ddd;
  }
  .global-nav ul li a span.mobile-size,
  .sub-nav ul li a span.mobile-size {
    padding: 0.5em 0 0 0;
    display: inline-block;
    opacity: 0.6;
    font-family: "KozGoPro", "小塚ゴシック Pro", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif !important;
    font-variant: normal;
    line-height: 14px;
    font-size: 10px !important;
  }

  /*
  ============================
  HEADER Small only
  ============================
  */
  header {
    padding-top: .625rem;
    /*
    ============================
    HEADER GLOBAL NAV Small only
    ============================
    */
  }
  header .small-topbar-fixed {
    position: fixed;
    padding-top: 0.625rem;
    min-width: 100%;
    margin-top: -0.625rem;
    margin-left: -0.625rem;
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.98);
  }
  header .small-topbar-fixed.shadow {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  }
  header .site-title {
    float: left !important;
  }
  header .site-title h1 {
    text-align: center;
  }
  header .site-title h1 img {
    max-height: 25px;
  }
  header .site-title {
    text-align: left;
  }
  header .site-title a {
    text-align: center;
  }
  header .site-title .img-wrapper {
    text-align: right;
  }
  header .site-title .img-wrapper img.logo {
    margin-top: 0.15em;
    max-width: 20px;
  }
  header .site-title h1 {
    margin: 0;
    padding: 0.65em 0;
    font-size: 12px;
    text-align: center;
  }
  header .sub-title {
    margin-top: 45px;
    text-align: center;
    font-size: 10px;
    letter-spacing: 0.1em;
  }
  header .header-address {
    display: inline-block;
    width: 100%;
    margin-bottom: -6px;
  }
  header .header-address .button-group .button-custom:first-child {
    border-right: 1px dotted #ccc;
  }
  header .header-address .button-group .button {
    font-size: 11px;
    font-weight: bold;
  }
  header .header-address .button-group .button.button-custom {
    background-color: #ffffff;
    color: #8C6239;
    border-top: 1px dotted #ccc;
    padding: 10px 10px 8px 10px;
  }
  header .header-address .button-group .button.button-custom:hover, header .header-address .button-group .button.button-custom:focus, header .header-address .button-group .button.button-custom:active {
    background-color: #fafafa;
    color: #0071BC;
  }
  header .header-address .button-group .button .text {
    position: relative;
    top: -4px;
  }
  header .header-address .button-group .button i {
    position: relative;
    top: 1px;
    font-size: 22px;
    padding-right: 8px;
  }
  header .global-nav {
    position: relative;
  }
  header .global-nav ul {
    top: 50px;
    border: 1px solid #ddd;
    border-bottom-width: 0;
  }
  header .global-nav ul li {
    display: inline-block;
    width: 100%;
  }
  header .global-nav ul li a {
    text-align: left;
    padding: 1.5em;
    font-size: 12px;
    border-bottom: 1px solid #ddd;
  }
  header .global-nav ul.dropdown.menu {
    position: fixed;
    top: 50px;
    left: 0;
    z-index: 10;
  }

  /*
  =========================
  EYECATCH Small only
  =========================
  */
  .layout-main .eyecatch-block {
    margin-bottom: 3em;
  }
  .layout-main .eyecatch-block .title-and-btn .movie-btn {
    padding: 1em 3em;
    font-size: 14px;
  }
  .layout-main .eyecatch-block-02 {
    margin-bottom: 3em;
  }
  .layout-main .eyecatch-block-02 .title-and-btn h2 {
    padding: 20px;
    font-size: 20px !important;
    color: #ffffff;
    -moz-text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.8);
    -webkit-text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.8);
    -ms-text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.8);
    font-weight: bold;
    line-height: 1.5em;
  }
  .layout-main .eyecatch-block-02 .title-and-btn h2 br.forsmall {
    line-height: 2em;
  }
  .layout-main .eyecatch-block-02 .title-and-btn .movie-btn {
    margin: 18px;
    padding: 0.75em 2em;
    font-size: 14px;
  }

  /*
  ====================
  SQUARE BLOCK Small only
  ====================
  */
  .square-block-wrapper {
    margin-bottom: 3em !important;
  }

  #products {
    margin-top: 1.5em;
  }

  .square-block {
    margin-bottom: 4em;
  }
  .square-block h3.border-deco {
    padding: 0.5em 1em;
    font-size: 18px !important;
    border-left-width: 10px;
    border-left-color: #8C6239;
    border-bottom-width: 0;
  }
  .square-block h4 {
    font-size: 16px !important;
  }
  .square-block p {
    font-size: 14px;
    line-height: 1.6 !important;
  }
  .square-block p.sign .name {
    font-size: 16px;
  }

  /*
  ====================
  chico Small only
  ====================
  */
  table.calorie tr td:first-child {
    white-space: nowrap;
  }
  table.calorie tr th, table.calorie tr td {
    padding: 0.75em;
    font-size: 14px;
  }

  /*
  ====================
  TABLE MULTI LIST Small only
  ====================
  */
  table.multi-list-table {
    border: none;
    font-size: 14px;
  }
  table.multi-list-table thead {
    display: none;
  }
  table.multi-list-table tbody {
    border: none;
  }
  table.multi-list-table tr {
    display: block;
    margin-bottom: 40px;
  }
  table.multi-list-table tr th:first-child,
  table.multi-list-table tr td:first-child {
    background-color: #fafafa;
  }
  table.multi-list-table tr th, table.multi-list-table tr td {
    padding: 0.75em;
    background-color: #ffffff;
  }
  table.multi-list-table tr td {
    border-top: 0;
    display: block;
    padding: 10px;
    text-align: right;
  }
  table.multi-list-table tr td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
  }

  /*
  ====================
  SMALL TEXT LEFT Small only
  ====================
  */
  table.small-text-left-table {
    border: none;
    margin-bottom: 2em;
    padding: 10px;
  }
  table.small-text-left-table thead {
    display: none;
  }
  table.small-text-left-table tr {
    display: block;
    font-size: 14px;
  }
  table.small-text-left-table tr td {
    border-bottom: none;
    display: block;
    padding: 0.75em;
  }
  table.small-text-left-table tr td:nth-child(1) {
    font-weight: bold !important;
    padding: 0.75em;
  }

  /*
  ====================
  SMALL TEXT LEFT it05-001 Small only
  ====================
  */
  table.small-text-left-table.it05-001 tr td:nth-child(2):before {
    content: '漬け方：';
  }
  table.small-text-left-table.it05-001 tr td:nth-child(3):before {
    content: '漬ける時間：';
  }

  /*
  ====================
  CIRCLE CONTENTS Small only
  ====================
  */
  .circle-contents-wrapper .circle-contents {
    background-size: 90%;
    background-position: center 32%;
  }
  .circle-contents-wrapper .columns.show-for-small-only {
    display: inline-block;
  }
  .circle-contents-wrapper .circle-anchor .description {
    padding: 1.5em 1em !important;
  }
  .circle-contents-wrapper .circle-anchor .description h3 {
    font-size: 12px !important;
    white-space: normal !important;
    border-bottom-width: 0 !important;
  }
  .circle-contents-wrapper .circle-anchor .description h3.small {
    font-size: 10px !important;
  }
  .circle-contents-wrapper .circle-anchor .description p {
    display: none;
  }

  /*
  ============================
  SHUFFLE Small only
  ============================
  */
  .sort-options {
    margin-bottom: 1em;
  }

  #shuffleNav {
    display: inline-block;
    padding-left: .3125rem;
    padding-right: .3125rem;
  }
  #shuffleNav .shuffle-header {
    display: none;
    background-color: none;
  }
  #shuffleNav .shuffle-header .header-inner {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100;White+to+Transparent */
    background: -moz-linear-gradient(left, white 20%, rgba(255, 255, 255, 0.8) 70%, rgba(255, 255, 255, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, white 20%, rgba(255, 255, 255, 0.8) 70%, rgba(255, 255, 255, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, white 20%, rgba(255, 255, 255, 0.8) 70%, rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
    /* IE6-9 */
  }
  #shuffleNav .shuffle-header .header-all,
  #shuffleNav .shuffle-header .header-gift,
  #shuffleNav .shuffle-header .header-drink,
  #shuffleNav .shuffle-header .header-sweets,
  #shuffleNav .shuffle-header .header-rice,
  #shuffleNav .shuffle-header .header-bread,
  #shuffleNav .shuffle-header .header-noodle,
  #shuffleNav .shuffle-header .header-instant,
  #shuffleNav .shuffle-header .header-drymatter,
  #shuffleNav .shuffle-header .header-seafood,
  #shuffleNav .shuffle-header .header-soy,
  #shuffleNav .shuffle-header .header-oil,
  #shuffleNav .shuffle-header .header-spices,
  #shuffleNav .shuffle-header .header-sauce,
  #shuffleNav .shuffle-header .header-frozenfood,
  #shuffleNav .shuffle-header .header-giga,
  #shuffleNav .shuffle-header .header-tanaka-aburaya,
  #shuffleNav .shuffle-header .header-chikushimura,
  #shuffleNav .shuffle-header .header-hazamaya,
  #shuffleNav .shuffle-header .header-matsukame-miso,
  #shuffleNav .shuffle-header .header-hy-rice,
  #shuffleNav .shuffle-header .header-kaneko-seimen,
  #shuffleNav .shuffle-header .header-daabon-organic,
  #shuffleNav .shuffle-header .header-echigo-yamabun,
  #shuffleNav .shuffle-header .header-masui-seika,
  #shuffleNav .shuffle-header .header-kasutera-sakaeya,
  #shuffleNav .shuffle-header .header-eikodo-seika,
  #shuffleNav .shuffle-header .header-marukou-syokuhin,
  #shuffleNav .shuffle-header .header-happycompany,
  #shuffleNav .shuffle-header .header-okabeya,
  #shuffleNav .shuffle-header .header-handbell,
  #shuffleNav .shuffle-header .header-kousyo,
  #shuffleNav .shuffle-header .header-maruki,
  #shuffleNav .shuffle-header .header-kobetea,
  #shuffleNav .shuffle-header .header-shelleys {
    background-size: cover;
  }
  #shuffleNav .shuffle-item {
    padding-left: .3125rem;
    padding-right: .3125rem;
  }
  #shuffleNav .shuffle-item {
    padding-top: 1px;
  }
  #shuffleNav .shuffle-item .item-anchor .callout {
    position: relative;
    margin-bottom: 0;
    padding: 0;
    padding-bottom: 40px;
    /*
    ====================
    おすすめ　リボン
    ====================
    */
    /*
    ====================
    NEW　リボン
    ====================
    */
  }
  #shuffleNav .shuffle-item .item-anchor .callout h5 {
    padding: 0.75rem 0.75rem 0 0.75rem;
    font-size: 14px;
  }
  #shuffleNav .shuffle-item .item-anchor .callout h5.hasRibbonRecommended {
    padding-right: 2em;
  }
  #shuffleNav .shuffle-item .item-anchor .callout h6 {
    padding: 0 0.75rem;
  }
  #shuffleNav .shuffle-item .item-anchor .callout .label-block, #shuffleNav .shuffle-item .item-anchor .callout p.show-for-large, #shuffleNav .shuffle-item .item-anchor .callout span.button {
    margin: 0.75rem;
  }
  #shuffleNav .shuffle-item .item-anchor .callout span.button {
    position: absolute;
    bottom: 0;
    width: 85%;
  }
  #shuffleNav .shuffle-item .item-anchor .callout img {
    margin-bottom: 0;
    border-radius: 0;
    border-left-width: 0;
    border-right-width: 0;
  }
  #shuffleNav .shuffle-item .item-anchor .callout .ribbon-recommended span {
    font-size: 7px;
    line-height: 16px;
    width: 90px;
    box-shadow: 0 3px 6px -5px black;
  }
  #shuffleNav .shuffle-item .item-anchor .callout .rib {
    left: -5px;
    top: 35%;
    font-size: 7px !important;
    height: 20px;
    width: 33px;
    line-height: 20px;
    font-size: 10px;
  }
  #shuffleNav .shuffle-item .item-anchor .callout .shad {
    top: 1px;
    width: 4px;
  }
  #shuffleNav .shuffle-item h5 {
    font-size: 14px;
    font-weight: bold;
  }
  #shuffleNav .shuffle-item h6 {
    font-size: 14px;
  }
  #shuffleNav .shuffle-item .label-block .label {
    padding: .33333rem .4rem;
    font-size: 8px;
  }
  #shuffleNav .shuffle-item p {
    margin: 0;
    font-size: 12px;
  }
  #shuffleNav .shuffle-item .alert.hollow.button {
    font-size: 11px;
  }

  /*
  ============================
  LAYOUT SUB NAV Small only
  ============================
  */
  .layout-sub {
    /*
    ======================================
    BREADCRUMBS AND TITLE Small only
    ======================================
    */
    /*
    ======================================
    SUBMENU Small only
    ======================================
    */
  }
  .layout-sub .label.label-custom {
    font-size: 12px !important;
  }
  .layout-sub .breadcrumbs-and-title {
    margin-bottom: 0;
  }
  .layout-sub .breadcrumbs-and-title .breadcrumbs {
    margin: 0.5em 0;
  }
  .layout-sub .breadcrumbs-and-title .breadcrumbs li {
    font-size: 10px;
  }
  .layout-sub .breadcrumbs-and-title .breadcrumbs li:after {
    font-size: 10px;
    top: 0;
    margin: 0;
  }
  .layout-sub .breadcrumbs-and-title .breadcrumbs li a {
    padding: 2px;
  }
  .layout-sub .breadcrumbs-and-title .breadcrumbs li.selected-wrapper span.selected {
    display: inline-block;
    padding: 3px;
  }
  .layout-sub .breadcrumbs-and-title h2 {
    padding: 3px;
    font-size: 10px;
  }
  .layout-sub .breadcrumbs-and-title h2 .main-title {
    padding: 0 2px 0 0;
  }
  .layout-sub .breadcrumbs-and-title h2 small {
    top: -0.1em;
    font-size: 10px;
  }
  .layout-sub .breadcrumbs-and-title h3 {
    padding: 2px;
    font-size: 10px;
  }
  .layout-sub .breadcrumbs-and-title h3 .main-title {
    padding: 0 2px 0 0;
  }
  .layout-sub .breadcrumbs-and-title h3 small {
    top: 0;
    font-size: 10px;
    line-height: 1em;
  }
  .layout-sub .sub-menu-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .layout-sub .sub-menu-wrapper img.max-image {
    margin-bottom: 3em;
    padding-left: .625rem;
    padding-right: .625rem;
  }
  .layout-sub .sub-menu-wrapper .sub-menu {
    margin-bottom: 2em;
  }
  .layout-sub .sub-menu-wrapper .sub-menu li a,
  .layout-sub .sub-menu-wrapper .sub-menu li span.text {
    font-size: 14px;
    padding: 1em;
  }
  .layout-sub .sub-menu-wrapper .sub-menu li a:before,
  .layout-sub .sub-menu-wrapper .sub-menu li span.text:before {
    position: relative;
    left: 0.25em;
  }

  /*
  ======================================
  TABLE STACK Small only
  ======================================
  */
  table.stack tbody tr th:first-child,
  table.stack tbody tr td:first-child {
    border-bottom-width: 0;
    padding-bottom: 0;
    text-align: left;
    font-weight: normal;
  }
  table.stack tbody tr th:first-child:after,
  table.stack tbody tr td:first-child:after {
    content: '：';
  }
  table.stack tbody tr td {
    padding: 0.75em;
    font-size: 14px;
  }

  /*
  ====================
  FORM Small only
  ====================
  */
  form label.middle {
    margin-bottom: 0;
  }

  /*
  =========================
  USE CONTENTS Small only
  =========================
  */
  .use-contents table caption {
    padding: 0.5em;
    text-align: left;
    border-bottom-width: 0;
    font-size: 14px;
  }
  .use-contents table tr th, .use-contents table tr td {
    padding: 0.5em;
    text-align: left;
    font-size: 14px;
  }
  .use-contents img {
    margin-bottom: 2em;
  }
  .use-contents ol, .use-contents ul {
    margin-left: 0;
  }
  .use-contents ol li, .use-contents ul li {
    list-style-position: inside;
    font-size: 14px;
  }
  .use-contents ol li p:first-child, .use-contents ul li p:first-child {
    padding-left: 1em;
    text-indent: -1em;
    font-size: 16px;
    border-bottom: px dotted #ccc;
  }

  /*
  =========================
  時間指定用スタイル Small only
  =========================
  */
  ol.delivery-timetable li.timetable-list {
    background-size: 80px;
  }
  ol.delivery-timetable li.timetable-list span.time {
    font-size: 12px;
    height: 100px;
  }

  /*
  ====================
  FOOTER Small only
  ====================
  */
  footer {
    padding: 0 0 0 0;
    background-position: top center;
    background-color: #8C6239;
    color: #ffffff;
  }
  footer .global-nav {
    margin-top: 0;
    margin-bottom: 2em;
    padding-top: 0;
  }
  footer .global-nav ul li:last-child a {
    border-bottom-width: 0;
  }
  footer .sub-nav {
    margin-bottom: 2em;
  }
  footer .sub-nav li a {
    background-color: #ffffff !important;
  }
  footer .logo-anchor-wrapper a.logo-anchor {
    position: relative;
    background-color: #ffffff;
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
  }
  footer .logo-anchor-wrapper a.logo-anchor img {
    position: relative;
    margin: 0 auto;
    top: 25%;
    max-width: 50px;
  }
  footer address span {
    font-size: 14px !important;
  }
  footer address span:after {
    content: '\A';
    white-space: pre;
  }
  footer address a.tel {
    color: #ffffff;
  }
  footer h5 {
    font-size: 10px;
    margin: 2em auto;
    color: #ffffff;
  }
}
/* Medium and up */
@media screen and (min-width: 40em) {
  /*
  ============================
  _MEDIA QUERIES Medium and up
  ============================
  */
}
@media screen and (min-width: 40em) and (min-width: 40em) {
  /*
  ============================
  NAVI Medium and up
  ============================
  */
  .global-nav ul li a {
    font-size: 17px !important;
    padding: 2em 2em 1.2em 2em;
  }

  /*
  =========================
  EYECATCH Medium and up
  =========================
  */
  .layout-main .eyecatch-block {
    margin-bottom: 3em;
  }
  .layout-main .eyecatch-block .title-and-btn h2 {
    font-size: 40px;
  }
  .layout-main .eyecatch-block-02 .eyecatch-content {
    min-height: 407px;
    height: 100%;
    max-height: 662px;
  }
  .layout-main .eyecatch-block-02 .title-and-btn h2 {
    padding: 30px;
    font-size: 30px !important;
  }
  .layout-main .eyecatch-block-02 .title-and-btn .movie-btn {
    margin: 30px;
  }

  /*
  ============================
  SHUFFLE Medium and up
  ============================
  */
  .bg-light-gray {
    padding-bottom: 10em;
  }

  #shuffleNav .shuffle-item .callout {
    height: auto !important;
  }

  /*
  ====================
  FORM Medium and up
  ====================
  */
  form .label-text {
    text-align: right;
  }
  form .label-radio {
    display: inline-block;
  }

  /*
  =========================
  時間指定用スタイル Medium and up
  =========================
  */
  ol.delivery-timetable li.timetable-list {
    background-size: 60%;
  }
  ol.delivery-timetable li.timetable-list span.time {
    font-size: 14px;
    height: 200px;
  }

  /*
  ====================
  FOOTER Medium and up
  ====================
  */
  footer .global-nav {
    margin-bottom: 3em;
  }
  footer .global-nav ul li a {
    padding-bottom: 2em;
  }
  footer h5 br {
    display: none;
  }
}
/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  /*
  ============================
  _MEDIA QUERIES Medium only
  ============================
  */
}
@media screen and (min-width: 40em) and (max-width: 63.9375em) and (min-width: 40em) and (max-width: 63.9375em) {
  /*
  ============================
  REVEAL CUSTOM Medium only
  ============================
  */
  .reveal-custom {
    position: absolute;
    top: 20% !important;
    left: 10%;
    width: 80%;
    height: 60vh;
    min-height: 60vh;
  }

  /*
  ============================
  HEADER Medium only
  ============================
  */
  header {
    padding-top: .9375rem;
  }
  header .site-title {
    text-align: center;
  }
  header .site-title h1 {
    margin: 0 auto 5px auto;
  }
  header .site-title {
    text-align: left;
  }
  header .site-title .img-wrapper {
    text-align: right;
  }
  header .site-title h1 {
    margin: 0;
  }
  header .sub-title {
    text-align: center;
    font-size: 12px;
    letter-spacing: 0.1em;
  }
  header address {
    text-align: center;
    float: none;
  }
  header address span br {
    display: none;
  }
  header address a.tel:before {
    content: '\A';
    white-space: pre-wrap;
  }

  /*
  ============================
  GLOBAL NAV Medium only
  ============================
  */
  .global-nav ul li a {
    padding: 1.5em 0.5em;
    font-size: 14px;
  }

  /*
  ====================
  BREADCRUMBS AND TITLE Medium only
  ====================
  */
  .breadcrumbs-and-title li.main-title-anchor-wrapper:after {
    top: -2px;
  }

  /*
  ====================
  SQUARE BLOCK Medium only
  ====================
  */
  .square-block-wrapper #products {
    margin-top: 2em;
  }

  /*
  ====================
  CIRCLE CONTENTS Medium only
  ====================
  */
  .circle-contents-wrapper .circle-contents {
    background-size: 55%;
    background-position: 50% 33%;
  }
  .circle-contents-wrapper .circle-anchor .description {
    padding: 2em 1em !important;
  }
  .circle-contents-wrapper .circle-anchor .description h3 {
    font-size: 15px !important;
    white-space: normal !important;
    border-bottom-width: 0 !important;
  }
  .circle-contents-wrapper .circle-anchor .description h3.small {
    font-size: 12px !important;
  }
  .circle-contents-wrapper .circle-anchor .description p {
    display: none;
  }

  /*
  ============================
  SHUFFLE ITEM Medium only
  ============================
  */
  .shuffle-item a.item-anchor .callout h5 {
    font-size: 16px;
    font-weight: bold;
  }
  .shuffle-item a.item-anchor .callout .rib {
    top: 30% !important;
    font-size: 12px !important;
    height: 25px !important;
    width: 50px !important;
    line-height: 25px !important;
  }
  .shuffle-item a.item-anchor .callout .shad {
    top: 4px !important;
  }

  /*
  ============================
  FOOTER NAV Medium only
  ============================
  */
  footer .sub-nav ul li {
    display: inline-block;
    width: 20%;
  }
  footer .sub-nav ul li a {
    display: inline-block;
    width: 100%;
    font-size: 12px;
  }

  /*
  ============================
  LAYOUT SUB NAV Medium only
  ============================
  */
  .layout-sub {
    /*
    ======================================
    BREADCRUMBS AND TITLE Medium only
    ======================================
    */
    /*
    ======================================
    SUBMENU Medium only
    ======================================
    */
    /*
    ======================================
    TABLE STACK Medium only
    ======================================
    */
  }
  .layout-sub .small-padding-none {
    padding-top: 1em;
  }
  .layout-sub .label.label-custom {
    font-size: 14px !important;
  }
  .layout-sub .breadcrumbs-and-title {
    margin-bottom: 0;
  }
  .layout-sub .breadcrumbs-and-title .breadcrumbs li {
    font-size: 16px;
  }
  .layout-sub .breadcrumbs-and-title .breadcrumbs li a {
    padding: 1em 0.5em;
  }
  .layout-sub .breadcrumbs-and-title h2 {
    padding: 0.5em;
    font-size: 24px;
  }
  .layout-sub .breadcrumbs-and-title h2 .main-title {
    padding: 0 0.5em;
  }
  .layout-sub .breadcrumbs-and-title h2 small {
    top: -0.1em;
    font-size: 16px;
  }
  .layout-sub .breadcrumbs-and-title h3 {
    padding: 0.4em;
    font-size: 24px;
  }
  .layout-sub .breadcrumbs-and-title h3 .main-title {
    padding: 0 0.5em;
  }
  .layout-sub .breadcrumbs-and-title h3 small {
    top: 0;
    line-height: 1em;
    font-size: 16px;
  }
  .layout-sub .breadcrumbs-and-title .breadcrumbs li.title-wrapper:after {
    top: -0.1em;
  }
  .layout-sub .sub-menu-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .layout-sub .sub-menu-wrapper img.max-image {
    margin-bottom: 3em;
    padding-left: .625rem;
    padding-right: .625rem;
  }
  .layout-sub .sub-menu-wrapper .sub-menu {
    margin-bottom: 2em;
  }
  .layout-sub .sub-menu-wrapper .sub-menu li a,
  .layout-sub .sub-menu-wrapper .sub-menu li span.text {
    font-size: 16px;
    padding: 1em;
    line-height: 1;
  }
  .layout-sub .sub-menu-wrapper .sub-menu li a:before,
  .layout-sub .sub-menu-wrapper .sub-menu li span.text:before {
    position: relative;
    left: 0.25em;
  }
  .layout-sub table.stack tbody tr td:first-child {
    border-bottom-width: 0;
    padding-bottom: 0;
  }
  .layout-sub table.stack tbody tr td:first-child:after {
    content: '：';
  }
  .layout-sub table.stack tbody tr td {
    padding: 0.75em;
  }
  .layout-sub .bg-light-gray {
    padding-top: 1em;
  }
}
/* Large and up */
@media screen and (min-width: 64em) {
  /*
  ============================
  _MEDIA QUERIES Large and up
  ============================
  */
}
@media screen and (min-width: 64em) and (min-width: 64em) {
  .row {
    position: relative;
  }

  /*
  ====================
  FOUNDATION TOOLTIP CUSTOM Large and up
  ====================
  */
  .tooltip {
    font-size: 1rem;
  }

  /*
  ============================
  HEADER Large and up
  ============================
  */
  header {
    padding-top: 26px;
    /*
    ============================
    NAVI Large and up
    ============================
    */
  }
  header .site-title {
    text-align: right;
  }
  header .site-title h1 {
    margin: 0 10% 5px auto;
    max-width: 460px;
  }
  header .site-title h1 a {
    display: inline-block;
    margin-bottom: 0px;
  }
  header .site-title .img-wrapper {
    padding-left: 0;
  }
  header .site-title h1 {
    margin-left: 0;
  }
  header .sub-title {
    text-align: center;
    margin-bottom: 15px;
  }
  header .sub-title p {
    margin: 0 auto;
  }
  header .header-address {
    position: absolute;
    right: 0;
  }
  header address {
    font-size: 16px;
  }
  header .global-nav ul li a {
    font-size: 23px !important;
    padding: 1.5em 1.2em 1.5em 1.5em;
  }

  /*
  ====================
  EYECATCH Large and up
  ====================
  */
  .layout-main .eyecatch-block {
    margin-bottom: 3em;
  }
  .layout-main .eyecatch-block .title-and-btn h2 {
    font-size: 72px !important;
  }
  .layout-main .eyecatch-block-02 .eyecatch-content {
    min-height: 665px;
    height: 100%;
    max-height: 853px;
  }
  .layout-main .eyecatch-block-02 .title-and-btn h2 {
    padding: 50px;
    font-size: 50px !important;
  }
  .layout-main .eyecatch-block-02 .title-and-btn .movie-btn {
    margin: 50px;
  }

  /*
  ====================
  BREADCRUMBS AND TITLE Large and up
  ====================
  */
  .breadcrumbs-and-title .breadcrumbs li.title-wrapper:after {
    top: -0.4em;
  }

  .breadcrumbs-and-title {
    border-bottom: 1px solid #8C6239;
    margin-bottom: 3em;
  }
  .breadcrumbs-and-title li.main-title-anchor-wrapper:after {
    top: -7px;
  }

  /*
  ====================================
  トップページ用のレイアウト Large and up
  ====================================
  */
  .layout-main {
    /*
    ====================
    CIRCLE CONTENTS Large and up
    ====================
    */
    /*
    ====================
    SQUARE BLOCK Large and up
    ====================
    */
  }
  .layout-main .circle-contents-wrapper .circle-contents-title {
    font-size: 64px !important;
  }
  .layout-main .circle-contents-wrapper .circle-contents {
    background-size: 55%;
    background-position: 40% 35%;
  }
  .layout-main .circle-contents-wrapper .circle-anchor .description h3 {
    font-size: 17px;
  }
  .layout-main .circle-contents-wrapper .circle-anchor .description h3.small {
    font-size: 15px;
  }
  .layout-main .circle-contents-wrapper .circle-anchor .description p {
    font-size: 14px;
  }
  .layout-main .circle-contents-wrapper .circle-anchor .description p.small {
    font-size: 12px;
  }
  .layout-main .square-block-wrapper .column:nth-child(1) > .square-block {
    padding-right: 1.875rem;
  }
  .layout-main .square-block-wrapper .column:nth-child(2) > .square-block {
    padding-left: .9375rem;
    padding-right: .9375rem;
  }
  .layout-main .square-block-wrapper .column:nth-child(3) > .square-block {
    padding-left: 1.875rem;
  }

  /*
  ====================================
  下層ページ用のレイアウト Large and up
  ====================================
  */
  .layout-sub .square-block-wrapper .square-block table.stack tr td:first-child {
    width: 15em;
  }

  /*
  =========================
  時間指定用スタイル Large and up
  =========================
  */
  ol.delivery-timetable li.timetable-list {
    background-size: 90%;
  }
  ol.delivery-timetable li.timetable-list span.time {
    font-size: 14px;
    height: 150px;
  }

  /*
  ====================
  FOOTER Large and up
  ====================
  */
  footer .logo-anchor-wrapper {
    text-align: right;
  }
  footer a.logo-anchor {
    display: inline-block;
    text-align: right;
  }
  footer address {
    text-align: left;
  }
  footer address span.name {
    font-size: 24px;
  }
  footer address span.name:after,
  footer address span.text:after {
    content: '\A';
    white-space: pre-wrap;
  }
}
/* Large only */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  /*
  ============================
  _MEDIA QUERIES Large only
  ============================
  */
}
@media screen and (min-width: 64em) and (max-width: 74.9375em) and (min-width: 64em) and (max-width: 74.9375em) {
  /*
  ============================
  HEADER Large only
  ============================
  */
  header .site-title {
    text-align: left;
  }
  header .site-title h1 {
    margin: 0 auto 5px 0;
  }
  header .sub-title {
    text-align: left;
  }

  /*
  ============================
  GLOBAL NAV Large only
  ============================
  */
  .global-nav ul li a {
    font-size: 18px;
  }

  /*
  ====================
  EYECATCH Large only
  ====================
  */
  .layout-main .eyecatch-block {
    margin-bottom: 3em;
  }
  .layout-main .eyecatch-block .title-and-btn h2 {
    font-size: 64px;
  }

  /*
  ====================
  CIRCLE CONTENTS Large only
  ====================
  */
  .circle-contents-wrapper .circle-anchor .description h3 {
    padding-bottom: 0.25em !important;
    font-size: 15px !important;
  }
  .circle-contents-wrapper .circle-anchor .description h3.small {
    font-size: 13px !important;
  }
  .circle-contents-wrapper .circle-anchor .description p {
    padding: 0 !important;
    font-size: 11px !important;
  }
  .circle-contents-wrapper .circle-anchor .description p.small {
    font-size: 10px !important;
  }
}
/*
==================================
ちこさん Media Queries
==================================
*/
/* Small only */
@media screen and (max-width: 39.9375em) {
  .check-text {
    font-size: 12px;
  }

  .button-green {
    width: 100%;
    font-size: 14px;
  }
  .button-red {
    width: 100%;
    font-size: 14px;
  }
}
.pick-up-edit {
  position: relative;
  max-height: 5.5em;
  min-height: 4em;
  overflow: hidden;
}
.pick-up-edit:after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: '…';
  padding: 0 0 0 0.5em;
  background-color: white;
  line-height: 1.2;
}
