@charset "UTF-8";
/*
Theme Name: 食つな
Theme URI:
Author: grafix
Author URI: https://www.gd-system.jp/
Description:
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/*
YUI 3.18.1 (build f7e7bcb)
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
html {
  color: #000;
  background: #FFF;
}

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;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

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

q:before, q:after {
  content: "";
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}

legend {
  color: #000;
}

#yui3-css-stamp.cssreset {
  display: none;
}

/* html tag */
body {
  font-size: 14px;
  line-height: 1.75;
  font-family: sans-serif;
  word-wrap: break-word;
  word-break: break-all;
  text-justify: inter-ideograph;
}

a {
  color: #2e93d4;
  text-decoration: none;
  transition: 0.2s;
}

a:hover {
  text-decoration: underline;
}

img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  vertical-align: bottom;
  transition: opacity 0.2s ease-in-out;
}

*::after,
*::before {
  vertical-align: bottom;
}

a:hover,
a:hover img { /*opacity:0.7;zoom:1;*/
  text-decoration: none;
}

a[href^=tel]:hover {
  text-decoration: none;
}

strong {
  font-weight: bold;
}

.bx-wrapper .bx-viewport {
  border: none;
  left: 0;
  box-shadow: none;
  background: transparent;
}
.bx-wrapper .bx-controls-direction a {
  width: 24px;
  height: 24px;
  margin-top: -12px;
}
.bx-wrapper .bx-prev {
  background-image: url(img/control_prev.png);
  background-position: left top;
}
.bx-wrapper .bx-prev:hover {
  background-position: left top;
}
.bx-wrapper .bx-next {
  background-image: url(img/control_next.png);
  background-position: left top;
}
.bx-wrapper .bx-next:hover {
  background-position: left top;
}
.bx-wrapper img {
  margin: auto;
}

.translate {
  background: #2e3058;
  color: #fff;
  height: 30px;
  overflow: hidden;
  padding: 0 10px;
}
.translate .goog-te-gadget,
.translate .goog-logo-link,
.translate .goog-logo-link:link,
.translate .goog-logo-link:visited,
.translate .goog-logo-link:hover,
.translate .goog-logo-link:active {
  color: #fff;
}

.header-wrap {
  position: relative;
  border-bottom: solid 1px #ebe8e1;
}
.header-wrap .inner {
  display: flex;
  justify-content: space-between;
  align-items: inherit;
  flex-wrap: nowrap;
}
.header-wrap .inner header {
  flex-basis: 80%;
  flex-shrink: 0;
  flex-grow: 0;
  padding: 0 10px;
  box-sizing: border-box;
}
.header-wrap .inner header h1 {
  width: 194px;
}
.header-wrap .inner header h1 a {
  display: block;
  padding: 30px 0;
}
.header-wrap .inner header h1 a img {
  display: block;
}
.header-wrap .inner nav {
  flex-basis: 64px;
  flex-shrink: 0;
  flex-grow: 0;
}
.header-wrap .inner nav .nav {
  height: 100%;
}
.header-wrap .inner nav .nav .sp-nav {
  padding: 38px 20px;
  position: relative;
}
.header-wrap .inner nav .nav .sp-nav span {
  display: block;
  height: 4px;
  background: #d5cfc0;
  border-radius: 2px;
  position: absolute;
  left: 20px;
  right: 20px;
  transition: 0.2s;
}
.header-wrap .inner nav .nav .sp-nav span:nth-of-type(1) {
  top: 28px;
}
.header-wrap .inner nav .nav .sp-nav span:nth-of-type(2) {
  top: 50%;
  margin-top: -2px;
}
.header-wrap .inner nav .nav .sp-nav span:nth-of-type(3) {
  bottom: 28px;
}
.header-wrap .inner nav .nav .sp-nav.active span:nth-of-type(1) {
  top: 36px;
  transform: rotate(45deg);
}
.header-wrap .inner nav .nav .sp-nav.active span:nth-of-type(2) {
  left: 50%;
  right: 50%;
}
.header-wrap .inner nav .nav .sp-nav.active span:nth-of-type(3) {
  bottom: 36px;
  transform: rotate(-45deg);
}
.header-wrap .inner nav .nav ul {
  position: absolute;
  top: 77px;
  right: 0;
  width: 0;
  background: #f5f4f0;
  transition: 0.3s;
  overflow: hidden;
  z-index: 90000;
}
.header-wrap .inner nav .nav ul li {
  margin: 0 10px;
}
.header-wrap .inner nav .nav ul li:first-child {
  margin-top: 10px;
}
.header-wrap .inner nav .nav ul li:last-child {
  margin-bottom: 10px;
}
.header-wrap .inner nav .nav ul li a {
  display: block;
  border-bottom: solid 1px #ebe8e1;
  padding: 10px;
  color: #b89840;
  white-space: nowrap;
  position: relative;
}
.header-wrap .inner nav .nav ul.active {
  width: 100%;
}
.header-wrap .inner nav .nav ul.active li a { /*white-space:normal;*/ }
.header-wrap .inner nav .nav ul.active li a::after {
  content: "〉";
  color: #b89840;
  position: absolute;
  top: 12px;
  right: 0;
}
.header-wrap .inner nav .nav ul.active li a[href^="#"]::after {
  transform: rotate(90deg);
  right: 6px;
  transition: 0.2s;
}
.header-wrap .inner nav .nav ul.active li a[href^="#"].active::after {
  transform: rotate(-90deg);
  top: 7px;
}
.header-wrap .inner nav .nav ul.active li .submenu {
  position: static;
  width: 100%;
}
.header-wrap .inner nav .nav ul.active li .submenu.active li a {
  max-height: 100vh;
  padding: 10px;
  border-bottom: solid 1px #ebe8e1;
}
.header-wrap .inner nav .nav ul.active li .submenu li {
  margin: 0;
  transition: 0.2s;
  overflow: hidden;
}
.header-wrap .inner nav .nav ul.active li .submenu li a {
  display: block;
  max-height: 0;
  padding: 0;
  border-bottom: none;
}

.footer {
  text-align: center;
  background: #233059;
  color: #fff;
  font-size: 12px;
  line-height: 1.75;
  padding: 5px;
  margin: 40px 0 0;
}

.head-img {
  text-align: center;
  margin: 0 0 25px;
}

.front-news {
  margin: 0 16px 25px;
  border: solid 2px #ebe8e1;
  padding: 14px;
}
.front-news h2 {
  color: #4f4f4f;
  font-size: 19px;
  line-height: 1.75;
  text-align: center;
  margin: 20px 0 30px;
}
.front-news ul li {
  border-top: solid 1px #ebe8e1;
}
.front-news ul li a {
  display: block;
  padding: 10px 0;
  color: #b89840;
}

.front-stores h2 {
  color: #4f4f4f;
  font-size: 16px;
  line-height: 1.75;
  font-family: serif;
  text-align: center;
  margin: 0 0 20px;
}
.front-stores h2 .img {
  width: 48px;
  margin: auto;
}
.front-stores .image-list {
  margin: 0 18px 25px;
}
.front-stores .image-list ul {
  display: flex;
  justify-content: flex-start;
  align-items: inherit;
  flex-wrap: wrap;
}
.front-stores .image-list ul li {
  flex-basis: 48.591%;
  flex-shrink: 0;
  flex-grow: 0;
  height: 48.591%;
  margin: 3px 0.704%;
}
.front-stores .image-list ul li a {
  display: block;
  position: relative;
  color: #fff;
}
.front-stores .image-list ul li a .hover-name {
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  transition: 0.2s; /*font-family:serif;*/
}
.front-stores .image-list ul li a .hover-name p {
  font-size: 10px;
  line-height: 1.75;
  margin-bottom: 15px;
}
.front-stores .image-list ul li a .hover-name h3 {
  font-size: 16px;
  line-height: 1.75;
}
.front-stores .image-list ul li a:hover .hover-name, .front-stores .image-list ul li a.hover .hover-name {
  opacity: 1;
  transform: scale(0.9);
}
.front-stores .name-list {
  margin: 0 16px 25px;
  padding: 10px 14px;
}
.front-stores .name-list ul {
  display: flex;
  justify-content: space-between;
  align-items: inherit;
  flex-wrap: wrap;
}
.front-stores .name-list ul li {
  font-size: 12px;
  line-height: 1.75;
  flex-basis: 50%;
  flex-shrink: 0;
  flex-grow: 0;
}
.front-stores .name-list ul li a {
  color: #b89840;
  padding: 5px 0;
  display: block;
}
.front-stores .name-list ul li a:before {
  content: "〉";
  font-size: 10px;
  line-height: 1.75;
  vertical-align: text-bottom;
  display: inline-block;
  color: #b89840;
}

.front-concept {
  margin: 0 16px 25px;
}
.front-concept .img {
  margin: 0;
}
.front-concept .text {
  font-size: 15px;
  line-height: 2.82;
  padding: 20px;
  color: #4f4f4f;
  text-align: center;
}

.front-link {
  margin: 0 20px 35px;
}
.front-link ul {
  display: flex;
  justify-content: space-between;
  align-items: inherit;
  flex-wrap: wrap;
}
.front-link ul li {
  flex-basis: 49.29%;
  flex-shrink: 0;
  flex-grow: 0;
  box-sizing: border-box;
  border: solid 2px #ebe8e1;
  margin: 0 0 5px;
}
.front-link ul li a,
.front-link ul li span {
  color: #4f4f4f;
  padding: 25px 0 10px;
  display: block;
}
.front-link ul li h2 {
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
}
.front-link ul li h3 {
  font-size: 10px;
  line-height: 1.4;
  text-align: center;
}
.front-link ul li .icon {
  border-top: solid 1px #ebe8e1;
  text-align: center;
  padding: 20px 0 10px;
  margin: 15px 6px 0;
  display: flex;
  justify-content: center;
  align-items: inherit;
  flex-wrap: nowrap;
}
.front-link ul li .icon p {
  width: 40px;
  margin: 10px;
}
.front-link ul li .icon p a {
  padding: 0;
}

.front-banner {
  width: auto;
  margin: 0 16px 20px;
}
.front-banner ul {
  display: flex;
  justify-content: center;
  align-items: inherit;
  flex-wrap: wrap;
}
.front-banner ul li {
  margin: 0 0 10px;
}
.front-banner ul li a {
  display: block;
  border: solid 2px #ebe8e1;
}

.page-gallery h2 {
  margin: 10px 0;
  text-align: center;
}
.page-gallery h3 {
  margin: 0 0 10px;
  font-size: 22px;
  line-height: 1.5;
  color: #b89840;
  font-family: serif;
  text-align: center;
}
.page-gallery .store-gallery .pc {
  display: none;
}
.page-gallery .store-gallery .sp {
  display: block;
}
.page-gallery .store-gallery .slider {
  height: 160px;
}
.page-gallery .store-gallery .slider div {
  height: 100% !important;
}
.page-gallery .store-gallery .slider .slick-slide:not(.slick-current) {
  opacity: 0.3;
}
.page-gallery .store-gallery .slider .slick-dots {
  text-align: right;
}
.page-gallery .store-gallery .slider .slick-dots li {
  margin: 0;
}
.page-gallery .store-gallery .slick-prev {
  left: 10px;
  margin-left: 0;
  z-index: 1;
}
.page-gallery .store-gallery .slick-next {
  right: 10px;
  margin-right: 0;
  z-index: 1;
}
.page-gallery .store-gallery2 h2 {
  color: #4f4f4f;
  font-size: 16px;
  line-height: 1.75;
  font-family: serif;
  text-align: center;
  margin: 0 0 20px;
}
.page-gallery .store-gallery2 .image-list {
  margin: 0 18px 25px;
}
.page-gallery .store-gallery2 .image-list ul {
  display: flex;
  justify-content: flex-start;
  align-items: inherit;
  flex-wrap: wrap;
}
.page-gallery .store-gallery2 .image-list ul li {
  flex-basis: 48.592%;
  flex-shrink: 0;
  flex-grow: 0;
  height: 48.592%;
  margin: 3px 2px;
}
.page-gallery .store-gallery2 .image-list ul li a {
  display: block;
  position: relative;
  color: #fff;
}
.page-gallery .store-gallery2 .image-list ul li a .float-text {
  color: #333;
  padding: 5px 0;
}
.page-gallery .store-gallery2 .image-list ul li a .float-text .name {
  font-size: 12px;
  line-height: 1.5;
}
.page-gallery .store-gallery2 .image-list ul li a .float-text .price {
  font-size: 12px;
  line-height: 1.5;
}
.page-gallery .store-link {
  margin: 0 16px 35px;
}
.page-gallery .store-link ul li {
  box-sizing: border-box;
  border: solid 2px #ebe8e1;
  margin: 0 0 5px;
}
.page-gallery .store-link ul li a {
  color: #4f4f4f;
  padding: 10px 9px 10px 6px;
  display: block;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}
.page-gallery .store-link ul li a .info {
  flex-basis: 48.7%;
  flex-shrink: 0;
  flex-grow: 0;
}
.page-gallery .store-link ul li a .info h2 {
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
  margin: 0;
}
.page-gallery .store-link ul li a .info h3 {
  font-size: 10px;
  line-height: 1.4;
  text-align: center;
}
.page-gallery .store-link ul li a .info .icon {
  border-top: solid 1px #ebe8e1;
  text-align: center;
  padding: 4px 0 0;
  margin: 5px 0 0;
}
.page-gallery .store-link ul li a .info .icon p {
  width: 40px;
  margin: auto;
}
.page-gallery .store-link ul li a .img {
  flex-basis: 48.33%;
  flex-shrink: 0;
  flex-grow: 0;
}

.store-single h2 {
  margin: 10px 0;
  text-align: center;
}
.store-single .store-gallery {
  background: #000;
}
.store-single .store-gallery .pc {
  display: none;
}
.store-single .store-gallery .sp {
  display: block;
}
.store-single .store-gallery .slider {
  height: 160px;
  margin-bottom: 40px;
}
.store-single .store-gallery .slider div {
  height: 100% !important;
}
.store-single .store-gallery .slider .slick-slide:not(.slick-current) {
  opacity: 0.3;
}
.store-single .store-gallery .slider .slick-dots {
  text-align: right;
}
.store-single .store-gallery .slider .slick-dots li {
  margin: 0;
}
.store-single .store-gallery .slick-prev {
  left: 10px;
  margin-left: 0;
  z-index: 1;
}
.store-single .store-gallery .slick-next {
  right: 10px;
  margin-right: 0;
  z-index: 1;
}
.store-single .store-title {
  margin: 23px 10px 35px;
  color: #b89840;
  font-family: serif;
}
.store-single .store-title h2 {
  font-size: 28px;
  line-height: 1;
  margin: 0;
}
.store-single .store-title h3 {
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
}
.store-single .store-comment {
  margin: 0 20px 30px;
}
.store-single .store-comment h3 {
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
  border-bottom: solid 1px #000;
  font-family: serif;
  margin: 0 0 40px;
}
.store-single .store-comment .text {
  color: #4f4f4f;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
}
.store-single .store-news {
  margin: 0 16px 40px;
  border: solid 2px #ebe8e1;
  padding: 14px 14px 10px;
}
.store-single .store-news h2 {
  color: #4f4f4f;
  font-size: 19px;
  line-height: 1.75;
  text-align: center;
  margin: 20px 0 30px;
}
.store-single .store-news ul li {
  border-top: solid 1px #ebe8e1;
}
.store-single .store-news ul li a {
  display: block;
  padding: 9px 0;
  color: #b89840;
}
.store-single .store-menu {
  margin: 0 16px 40px;
  border: solid 2px #ebe8e1;
  padding: 55px 32px 28px;
}
.store-single .store-menu h3 {
  font-size: 28px;
  line-height: 1.5;
  font-family: serif;
  text-align: center;
}
.store-single .store-menu h3 span {
  font-size: 24px;
  line-height: 1.5;
  display: block;
  margin: 0 0 3px;
}
.store-single .store-menu .menu dl {
  border-top: solid 1px #ebe8e1;
  padding: 25px 0;
  text-align: center;
}
.store-single .store-menu .menu dl:nth-of-type(1) {
  border-top: none;
}
.store-single .store-info {
  margin: 0 16px 40px;
  border: solid 2px #ebe8e1;
  padding: 32px 14px 16px;
}
.store-single .store-info h2 {
  font-size: 19px;
  line-height: 1.75;
  margin: 0 0 30px;
}
.store-single .store-info h2 img {
  height: 74px;
}
.store-single .store-info .addr {
  text-align: center;
  color: #b89840;
  margin: 0 0 15px;
}
.store-single .store-info table {
  color: #4f4f4f;
  font-size: 12px;
  line-height: 1.75;
  width: 100%;
}
.store-single .store-info table tr {
  border-top: solid 1px #ebe8e1;
}
.store-single .store-info table tr th {
  padding: 10px 5px;
  white-space: nowrap;
}
.store-single .store-info table tr td {
  padding: 10px 5px;
}
.store-single .store-map {
  margin: 0 16px 10px;
  border: solid 2px #ebe8e1;
  padding: 12px;
  height: 450px;
}
.store-single .store-map .acf-map {
  height: 100%;
}
.store-single .store-map .acf-map img {
  max-width: inherit;
  max-height: inherit;
}
.store-single .store-link {
  margin: 0 16px 35px;
}
.store-single .store-link ul li {
  box-sizing: border-box;
  border: solid 2px #ebe8e1;
  margin: 0 0 5px;
}
.store-single .store-link ul li a {
  color: #4f4f4f;
  padding: 10px 9px 10px 6px;
  display: block;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}
.store-single .store-link ul li a .info {
  flex-basis: 48.7%;
  flex-shrink: 0;
  flex-grow: 0;
}
.store-single .store-link ul li a .info h2 {
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
  margin: 0;
}
.store-single .store-link ul li a .info h3 {
  font-size: 10px;
  line-height: 1.4;
  text-align: center;
}
.store-single .store-link ul li a .info .icon {
  border-top: solid 1px #ebe8e1;
  text-align: center;
  padding: 4px 0 0;
  margin: 5px 0 0;
}
.store-single .store-link ul li a .info .icon p {
  width: 40px;
  margin: auto;
}
.store-single .store-link ul li a .img {
  flex-basis: 48.33%;
  flex-shrink: 0;
  flex-grow: 0;
}

.post-single .post-detail {
  margin: 20px 20px 40px;
}
.post-single .post-detail h2 {
  font-size: 20px;
  line-height: 1.75;
  color: #4f4f4f;
  font-family: serif;
  margin: 0 0 10px;
}
.post-single .post-detail .attr {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  font-size: 10px;
  line-height: 1.75;
  color: #4f4f4f;
  margin: 0 0 15px;
}
.post-single .post-detail .single-content {
  color: #4f4f4f;
  margin: 0 0 20px;
}
.post-single .post-detail .single-content h3 {
  font-size: 16px;
  line-height: 1.6875;
  font-weight: bold;
  color: #df8c00;
}
.post-single .post-detail .single-content h4 {
  font-size: 16px;
  line-height: 1.3125;
  color: #000;
}
.post-single .post-detail .single-content h3, .post-single .post-detail .single-content h4, .post-single .post-detail .single-content p {
  margin: 0 0 1em;
}
.post-single .post-detail .paging-link {
  display: flex;
  justify-content: space-between;
  align-items: inherit;
  flex-wrap: nowrap;
  border-top: solid 1px #ebe8e1;
  padding: 10px 0 0;
  margin: 0 0 20px;
}
.post-single .post-detail .paging-link .prev {
  flex-basis: 49%;
  flex-shrink: 0;
  flex-grow: 0;
}
.post-single .post-detail .paging-link .prev a {
  display: inline-block;
}
.post-single .post-detail .paging-link .prev a span {
  float: left;
  display: block;
}
.post-single .post-detail .paging-link .prev a::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.post-single .post-detail .paging-link .next {
  flex-basis: 49%;
  flex-shrink: 0;
  flex-grow: 0;
  text-align: right;
}
.post-single .post-detail .paging-link .next a {
  display: inline-block;
}
.post-single .post-detail .paging-link .next a span {
  float: right;
  display: block;
}
.post-single .post-detail .paging-link .next a::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.post-single .post-detail .paging-link a {
  color: #4f4f4f;
}
.post-single .store-info {
  margin: 0 16px 40px;
  border: solid 2px #ebe8e1;
  padding: 32px 14px;
}
.post-single .store-info h2 {
  font-size: 19px;
  line-height: 1.75;
  margin: 0 0 30px;
  text-align: center;
}
.post-single .store-info h2 a {
  color: #000;
}
.post-single .store-info .addr {
  text-align: center;
  color: #b89840;
  margin: 0 0 15px;
}
.post-single .store-info table {
  color: #4f4f4f;
  font-size: 12px;
  line-height: 1.75;
  width: 100%;
}
.post-single .store-info table tr {
  border-top: solid 1px #ebe8e1;
}
.post-single .store-info table tr th {
  padding: 10px 5px;
  white-space: nowrap;
}
.post-single .store-info table tr td {
  padding: 10px 5px;
}
.post-single .store-map {
  margin: 0 16px 10px;
  border: solid 2px #ebe8e1;
  padding: 12px;
  height: 450px;
}
.post-single .store-map .acf-map {
  height: 100%;
}

.error-404 {
  margin: 30px 10px;
  font-family: serif;
}
.error-404 .page-title {
  font-size: 18px;
  line-height: 1.75;
}

@media screen and (min-width: 600px) {
  .front-stores .image-list ul {
    justify-content: center;
  }
  .front-stores .image-list ul li {
    max-width: 276px;
    max-height: 276px;
  }
}
.archive-blog .page-header h1 {
  font-size: 28px;
  line-height: 1.75;
  color: #4f4f4f;
  font-family: serif;
  text-align: center;
  margin: 0 0 25px;
}
.archive-blog .archive-wrap {
  width: auto;
  margin: 0 20px 0;
  display: block;
}
.archive-blog .archive-wrap .archive-list {
  margin: 0;
}
.archive-blog .archive-wrap .archive-list ul li {
  margin: 0 0 10px;
  padding: 0 0 10px;
  border-bottom: solid 1px #4f4f4f;
}
.archive-blog .archive-wrap .archive-list ul li a {
  color: #4f4f4f;
  display: block;
}
.archive-blog .archive-wrap .archive-list ul li a .img {
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  background: #f0f0f0;
}
.archive-blog .archive-wrap .archive-list ul li a .data .attr {
  font-size: 10px;
  line-height: 1.75;
}
.archive-blog .archive-wrap .archive-list ul li a .data h2 {
  font-size: 14px;
  line-height: 1.75;
}
.archive-blog .archive-wrap .archive-list ul li a .data .text {
  font-size: 12px;
  line-height: 1.75;
}
.archive-blog .archive-wrap .archive-side {
  flex-basis: 300px;
  flex-shrink: 0;
  flex-grow: 0;
  margin-top: 40px;
}
.archive-blog .archive-wrap .archive-side .yearly-archive {
  margin: 0 0 40px;
  border: solid 2px #ebe8e1;
  padding: 32px 14px;
}
.archive-blog .archive-wrap .archive-side .yearly-archive h3 {
  font-size: 24px;
  line-height: 1.75;
  margin: 0 0 30px;
  text-align: center;
}
.archive-blog .archive-wrap .archive-side .yearly-archive ul {
  border-top: solid 1px #ebe8e1;
}
.archive-blog .archive-wrap .archive-side .yearly-archive ul li {
  margin: 0;
  border-bottom: solid 1px #ebe8e1;
}
.archive-blog .archive-wrap .archive-side .yearly-archive ul li a {
  color: #4f4f4f;
  display: block;
  padding: 10px;
}
.archive-blog .screen-reader-text {
  display: none;
}
.archive-blog .pagination {
  margin: 20px auto 0;
}
.archive-blog .pagination .nav-links {
  text-align: center;
}
.archive-blog .pagination .nav-links .page-numbers {
  display: inline-block;
  padding: 5px 15px;
  border: solid 1px #233059;
  color: #233059;
}
.archive-blog .pagination .nav-links .page-numbers.current {
  background: #233059;
  color: #fff;
}

.blog-single .post-detail {
  margin: 20px 20px 40px;
}
.blog-single .post-detail h2 {
  font-size: 20px;
  line-height: 1.75;
  color: #4f4f4f;
  font-family: serif;
  margin: 0 0 10px;
}
.blog-single .post-detail .attr {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  font-size: 10px;
  line-height: 1.75;
  color: #4f4f4f;
  margin: 0 0 15px;
}
.blog-single .post-detail .single-content {
  color: #4f4f4f;
  margin: 0 0 20px;
}
.blog-single .post-detail .single-content h3 {
  font-size: 16px;
  line-height: 1.6875;
  font-weight: bold;
  color: #df8c00;
}
.blog-single .post-detail .single-content h4 {
  font-size: 16px;
  line-height: 1.3125;
  color: #000;
}
.blog-single .post-detail .single-content h3, .blog-single .post-detail .single-content h4, .blog-single .post-detail .single-content p {
  margin: 0 0 1em;
}
.blog-single .post-detail .paging-link {
  display: flex;
  justify-content: space-between;
  align-items: inherit;
  flex-wrap: nowrap;
  border-top: solid 1px #ebe8e1;
  padding: 10px 0 0;
  margin: 0 0 20px;
}
.blog-single .post-detail .paging-link .prev {
  flex-basis: 49%;
  flex-shrink: 0;
  flex-grow: 0;
}
.blog-single .post-detail .paging-link .prev a {
  display: inline-block;
}
.blog-single .post-detail .paging-link .prev a span {
  float: left;
  display: block;
}
.blog-single .post-detail .paging-link .prev a::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.blog-single .post-detail .paging-link .next {
  flex-basis: 49%;
  flex-shrink: 0;
  flex-grow: 0;
  text-align: right;
}
.blog-single .post-detail .paging-link .next a {
  display: inline-block;
}
.blog-single .post-detail .paging-link .next a span {
  float: right;
  display: block;
}
.blog-single .post-detail .paging-link .next a::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
.blog-single .post-detail .paging-link a {
  color: #4f4f4f;
}
.blog-single .archive-side {
  margin: 0 20px;
}
.blog-single .archive-side .yearly-archive {
  margin: 0 16px 40px;
  border: solid 2px #ebe8e1;
  padding: 32px 14px;
}
.blog-single .archive-side .yearly-archive h3 {
  font-size: 24px;
  line-height: 1.75;
  margin: 0 0 30px;
  text-align: center;
}
.blog-single .archive-side .yearly-archive ul {
  border-top: solid 1px #ebe8e1;
}
.blog-single .archive-side .yearly-archive ul li {
  margin: 0;
  border-bottom: solid 1px #ebe8e1;
}
.blog-single .archive-side .yearly-archive ul li a {
  color: #4f4f4f;
  display: block;
  padding: 10px;
}

@media screen and (min-width: 769px) {
  a[href^=tel] {
    color: #000;
    cursor: text;
    pointer-events: none;
  }
  .bx-wrapper .bx-prev {
    left: 20px;
  }
  .bx-wrapper .bx-next {
    right: 20px;
  }
  .translate .inner {
    max-width: 100%;
    text-align: right;
    margin: auto;
  }
  .header-wrap {
    border-bottom: none;
  }
  .header-wrap .inner {
    width: 100%;
    margin: auto;
    padding: 0 0 0 10px;
    box-sizing: border-box;
  }
  .header-wrap .inner header {
    flex-basis: 270px;
    flex-shrink: 0;
    flex-grow: 0;
    padding: 0;
  }
  .header-wrap .inner header h1 {
    width: inherit;
  }
  .header-wrap .inner header h1 a {
    padding: 27px 0;
  }
  .header-wrap .inner nav {
    flex-basis: 64px;
    flex-shrink: 0;
    flex-grow: 0;
  }
  .header-wrap .inner nav .nav ul.active {
    width: 320px;
  }
  .header-wrap .inner nav .nav ul.active li a:hover {
    text-decoration: underline;
  }
  .single-post .header-wrap {
    border-bottom: solid 1px #ebe8e1;
  }
  .footer {
    margin-top: 68px;
  }
  .head-img {
    margin-bottom: 40px;
  }
  .front-news {
    width: 95%;
    margin: 0 auto 53px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    padding: 26px 30px;
    box-sizing: border-box;
  }
  .front-news h2 {
    flex-basis: 30%;
    flex-shrink: 0;
    flex-grow: 0;
  }
  .front-news ul {
    flex-basis: 70%;
    flex-shrink: 0;
    flex-grow: 0;
  }
  .front-news ul li:first-child {
    border-top: none;
  }
  .front-news ul li a {
    display: inline-block;
    padding: 8px 0;
  }
  .front-news ul li a:hover {
    text-decoration: underline;
  }
  .front-stores h2 {
    font-size: 28px;
    line-height: 1.75;
    margin-bottom: 25px;
  }
  .front-stores h2 .img {
    width: 80px;
    margin: 0 auto 20px;
  }
  .front-stores .image-list {
    width: 95%;
    margin: 0 auto 25px;
  }
  .front-stores .image-list ul li {
    margin: 0;
    padding: 5px;
    flex-basis: 25%;
    flex-shrink: 0;
    flex-grow: 0;
    height: inherit;
    box-sizing: border-box;
  }
  .front-stores .image-list ul li a .hover-name p {
    font-size: 15px;
    line-height: 1.75;
  }
  .front-stores .image-list ul li a .hover-name h3 {
    font-size: 17px;
    line-height: 1.75;
  }
  .front-stores .name-list {
    width: 95%;
    margin: 0 auto 50px;
    padding: 20px 0;
  }
  .front-stores .name-list ul li {
    flex-basis: 25%;
    flex-shrink: 0;
    flex-grow: 0;
    font-size: 16px;
    line-height: 1.75;
    text-align: center;
  }
  .front-stores .name-list ul li:nth-of-type(2n+1), .front-stores .name-list ul li:nth-of-type(2n) {
    flex-basis: 25%;
    flex-shrink: 0;
    flex-grow: 0;
  }
  .front-stores .name-list ul li a:before {
    display: inline-block;
    margin-bottom: 3px;
  }
  .front-stores .name-list ul li a:hover {
    text-decoration: underline;
  }
  .front-concept {
    margin: 0 auto 67px;
    width: 100%;
  }
  .front-concept .img img {
    display: block;
    margin: auto;
  }
  .front-concept .text {
    font-size: 16px;
    line-height: 2.82;
    padding: 25px 20px 24px;
  }
  .front-link {
    width: 95%;
    margin: 0 auto 20px;
  }
  .front-link ul {
    margin-left: 0;
    justify-content: space-around;
  }
  .front-link ul li {
    margin-left: 0;
    flex-basis: 25%;
    flex-shrink: 0;
    flex-grow: 0;
    border: none;
    padding: 5px;
  }
  .front-link ul li > a, .front-link ul li > span {
    transition: 0.2s;
    padding: 34px 0 10px;
    border: solid 2px #ebe8e1;
  }
  .front-link ul li > a:hover, .front-link ul li > span:hover {
    background: #f4f4f4;
  }
  .front-link ul li h2 {
    font-size: 19px;
    line-height: 1.2;
  }
  .front-link ul li h3 {
    font-size: 12px;
    line-height: 1.4;
  }
  .front-link ul li .icon {
    margin: 20px 14px 0;
  }
  .front-banner {
    width: auto;
    margin: 0 20px 20px;
  }
  .front-banner ul {
    display: flex;
    justify-content: center;
    align-items: inherit;
    flex-wrap: wrap;
  }
  .front-banner ul li {
    margin: 0 0 10px;
  }
  .page-gallery h2 {
    margin: 0;
  }
  .page-gallery h3 {
    margin: 0 0 35px;
  }
  .page-gallery .store-gallery {
    background: #000;
    margin: 0 0 100px;
  }
  .page-gallery .store-gallery .pc {
    display: block;
  }
  .page-gallery .store-gallery .sp {
    display: none;
  }
  .page-gallery .store-gallery .slider {
    height: 512px;
  }
  .page-gallery .store-gallery .slider div {
    height: 100% !important;
  }
  .page-gallery .store-gallery .slider .slick-dots {
    text-align: right;
  }
  .page-gallery .store-gallery .slider .slick-dots li {
    margin: 0;
  }
  .page-gallery .store-gallery .slick-prev {
    left: 50%;
    margin-left: -500px;
  }
  .page-gallery .store-gallery .slick-next {
    right: 50%;
    margin-right: -500px;
  }
  .page-gallery .store-gallery2 {
    margin: 0 0 60px;
  }
  .page-gallery .store-gallery2 h2 {
    font-size: 28px;
    line-height: 1.75;
    margin-bottom: 25px;
  }
  .page-gallery .store-gallery2 .image-list {
    width: 95%;
    margin: 0 auto 25px;
  }
  .page-gallery .store-gallery2 .image-list ul li {
    margin: 0;
    padding: 5px;
    flex-basis: 25%;
    flex-shrink: 0;
    flex-grow: 0;
    height: inherit;
    box-sizing: border-box;
  }
  .page-gallery .store-gallery2 .image-list ul li a {
    position: relative;
  }
  .page-gallery .store-gallery2 .image-list ul li a .float-text {
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 5px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .page-gallery .store-link {
    width: 95%;
    margin: 0 auto 40px;
  }
  .page-gallery .store-link ul {
    display: flex;
    justify-content: space-between;
    align-items: inherit;
    flex-wrap: wrap;
  }
  .page-gallery .store-link ul li {
    flex-basis: 48%;
    flex-shrink: 0;
    flex-grow: 0;
    margin: 0 0 20px;
  }
  .page-gallery .store-link ul li a {
    transition: 0.2s;
    height: 100%;
    box-sizing: border-box;
  }
  .page-gallery .store-link ul li a:hover {
    background: #f4f4f4;
  }
  .page-gallery .store-link ul li a .info h2 {
    font-size: 19px;
    line-height: 1;
  }
  .page-gallery .store-link ul li a .info h3 {
    margin: 0;
    color: #4f4f4f;
    font-family: sans-serif;
  }
  .page-gallery .store-link ul li a .info .icon {
    margin-top: 15px;
    padding-top: 10px;
  }
  .store-single h2 {
    margin: 0;
  }
  .store-single .store-gallery {
    background: #000;
    margin: 0 0 100px;
  }
  .store-single .store-gallery .pc {
    display: block;
  }
  .store-single .store-gallery .sp {
    display: none;
  }
  .store-single .store-gallery .slider {
    height: 512px;
  }
  .store-single .store-gallery .slider div {
    height: 100% !important;
  }
  .store-single .store-gallery .slider .slick-dots {
    text-align: right;
  }
  .store-single .store-gallery .slider .slick-dots li {
    margin: 0;
  }
  .store-single .store-gallery .slick-prev {
    left: 50%;
    margin-left: -500px;
  }
  .store-single .store-gallery .slick-next {
    right: 50%;
    margin-right: -500px;
  }
  .store-single .store-title {
    margin: 0 0 74px;
  }
  .store-single .store-title h2 {
    font-size: 48px;
    line-height: 1;
  }
  .store-single .store-title h3 {
    font-size: 22px;
    line-height: 1.4;
  }
  .store-single .store-comment {
    text-align: center;
    margin: 0 auto 40px;
  }
  .store-single .store-comment h3 {
    font-size: 30px;
    line-height: 1.2;
    display: inline-block;
    padding: 0 15px;
    margin-bottom: 30px;
  }
  .store-single .store-comment .text {
    width: 520px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 2.625;
  }
  .store-single .store-news {
    width: 95%;
    margin: 0 auto 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    padding: 30px;
    box-sizing: border-box;
  }
  .store-single .store-news h2 {
    flex-basis: 30%;
    flex-shrink: 0;
    flex-grow: 0;
  }
  .store-single .store-news ul {
    flex-basis: 70%;
    flex-shrink: 0;
    flex-grow: 0;
  }
  .store-single .store-news ul li:first-child {
    border-top: none;
  }
  .store-single .store-news ul li a {
    display: inline-block;
  }
  .store-single .store-news ul li a:hover {
    text-decoration: underline;
  }
  .store-single .store-menu {
    width: 95%;
    margin: 0 auto 40px;
    padding: 64px 67px 22px;
    box-sizing: border-box;
  }
  .store-single .store-menu h3 {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 60px;
  }
  .store-single .store-menu h3 span {
    display: inline-block;
  }
  .store-single .store-menu .menu {
    display: flex;
    justify-content: space-between;
    align-items: inherit;
    flex-wrap: wrap;
  }
  .store-single .store-menu .menu dl {
    flex-basis: 45%;
    flex-shrink: 0;
    flex-grow: 0;
  }
  .store-single .store-menu .menu dl:nth-of-type(2) {
    border-top: none;
  }
  .store-single .store-info-wrap {
    display: flex;
    justify-content: space-between;
    align-items: inherit;
    flex-wrap: nowrap;
    width: 95%;
    margin: 0 auto 60px;
  }
  .store-single .store-info-wrap .store-info {
    flex-basis: 48%;
    flex-shrink: 0;
    flex-grow: 0;
    margin: 0;
    box-sizing: border-box;
  }
  .store-single .store-info-wrap .store-info h2 {
    font-size: 29px;
    line-height: 1.75;
  }
  .store-single .store-info-wrap .store-info h2 img {
    height: inherit;
  }
  .store-single .store-info-wrap .store-info .addr {
    font-size: 21px;
    line-height: 1.7142;
    margin-bottom: 25px;
  }
  .store-single .store-info-wrap .store-info table {
    font-size: 16px;
    line-height: 1.75;
  }
  .store-single .store-info-wrap .store-info table tr th {
    padding: 10px;
  }
  .store-single .store-info-wrap .store-info table tr td {
    padding: 10px;
  }
  .store-single .store-info-wrap .store-map {
    flex-basis: 48%;
    flex-shrink: 0;
    flex-grow: 0;
    margin: 0;
    height: inherit;
    box-sizing: border-box;
  }
  .store-single .store-link {
    width: 95%;
    margin: 0 auto 40px;
  }
  .store-single .store-link ul {
    display: flex;
    justify-content: space-between;
    align-items: inherit;
    flex-wrap: wrap;
  }
  .store-single .store-link ul li {
    flex-basis: 48%;
    flex-shrink: 0;
    flex-grow: 0;
    margin: 0 0 20px;
  }
  .store-single .store-link ul li a {
    transition: 0.2s;
  }
  .store-single .store-link ul li a:hover {
    background: #f4f4f4;
  }
  .store-single .store-link ul li a .info h2 {
    font-size: 19px;
    line-height: 1;
  }
  .store-single .store-link ul li a .info .icon {
    margin-top: 15px;
    padding-top: 10px;
  }
  .post-single {
    width: 95%;
    margin: 68px auto 0;
    display: flex;
    justify-content: space-between;
    align-items: inherit;
    flex-wrap: nowrap;
  }
  .post-single .post-detail {
    flex-basis: 70%;
    flex-shrink: 0;
    flex-grow: 0;
    margin: 0;
  }
  .post-single .post-detail::after {
    content: "";
    display: block;
    height: 0;
    clear: both;
  }
  .post-single .post-detail h2 {
    font-size: 32px;
    line-height: 1.25;
    margin: 0 0 15px;
  }
  .post-single .post-detail .single-content {
    font-size: 16px;
    line-height: 2;
  }
  .post-single .post-detail .single-content h3 {
    font-size: 20px;
    line-height: 1.6;
  }
  .post-single .post-detail .single-content h4 {
    font-size: 20px;
    line-height: 1.6;
    font-weight: bold;
  }
  .post-single .post-detail .single-content .alignright {
    float: right;
    margin: 0 0 15px 15px;
  }
  .post-single .post-detail .single-content .alignleft {
    float: left;
    margin: 0 15px 15px 0;
  }
  .post-single .post-detail .single-content .aligncenter {
    display: block;
    margin: 0 auto 15px;
  }
  .post-single .post-detail .paging-link a:hover {
    text-decoration: underline;
  }
  .post-single .store-detail {
    flex-basis: 28%;
    flex-shrink: 0;
    flex-grow: 0;
  }
  .post-single .store-info h2 {
    font-size: 24px;
    line-height: 1.75;
  }
  .post-single .store-info .addr {
    font-size: 18px;
    line-height: 1.7142;
    margin-bottom: 25px;
  }
  .post-single .store-info table {
    font-size: 14px;
    line-height: 1.75;
    display: block;
  }
  .post-single .store-info table tbody {
    display: block;
  }
  .post-single .store-info table tr {
    display: block;
  }
  .post-single .store-info table tr th {
    padding: 10px 10px 0;
    display: block;
  }
  .post-single .store-info table tr td {
    padding: 10px;
    display: block;
  }
  .post-single.secret .post-detail {
    flex-basis: 100%;
    flex-shrink: 0;
    flex-grow: 0;
  }
  .post-single.secret .store-detail {
    display: none;
  }
  .error-404 {
    text-align: center;
  }
  .error-404 .page-title {
    color: #4f4f4f;
    font-family: serif;
    text-align: center;
    margin: 0 0 25px;
    font-size: 28px;
    line-height: 1.75;
  }
  .archive-blog .page-header h1 {
    font-size: 28px;
    line-height: 1.75;
    color: #4f4f4f;
    font-family: serif;
    text-align: center;
    margin: 0 0 25px;
  }
  .archive-blog .archive-wrap {
    width: 1074px;
    margin: 0 auto 0;
    display: flex;
    justify-content: space-between;
    align-items: inherit;
    flex-wrap: nowrap;
  }
  .archive-blog .archive-wrap .archive-list {
    flex-basis: 726px;
    flex-shrink: 0;
    flex-grow: 0;
    margin: 0;
  }
  .archive-blog .archive-wrap .archive-list ul li {
    margin: 0 0 10px;
    padding: 0 0 10px;
    border-bottom: solid 1px #4f4f4f;
  }
  .archive-blog .archive-wrap .archive-list ul li a {
    color: #4f4f4f;
    display: flex;
    justify-content: space-between;
    align-items: inherit;
    flex-wrap: nowrap;
  }
  .archive-blog .archive-wrap .archive-list ul li a .img {
    flex-basis: 18%;
    flex-shrink: 0;
    flex-grow: 0;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
  }
  .archive-blog .archive-wrap .archive-list ul li a .data {
    flex-basis: 80%;
    flex-shrink: 0;
    flex-grow: 0;
  }
  .archive-blog .archive-wrap .archive-list ul li a .data .attr {
    font-size: 10px;
    line-height: 1.75;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
  }
  .archive-blog .archive-wrap .archive-list ul li a .data h2 {
    font-size: 16px;
    line-height: 1.75;
  }
  .archive-blog .archive-wrap .archive-list ul li a .data .text {
    font-size: 14px;
    line-height: 1.75;
  }
  .archive-blog .archive-wrap .archive-side {
    flex-basis: 300px;
    flex-shrink: 0;
    flex-grow: 0;
    margin: 0;
  }
  .archive-blog .archive-wrap .archive-side .yearly-archive {
    margin: 0 16px 40px;
    border: solid 2px #ebe8e1;
    padding: 32px 14px;
  }
  .archive-blog .archive-wrap .archive-side .yearly-archive h3 {
    font-size: 24px;
    line-height: 1.75;
    margin: 0 0 30px;
    text-align: center;
  }
  .archive-blog .archive-wrap .archive-side .yearly-archive ul {
    border-top: solid 1px #ebe8e1;
  }
  .archive-blog .archive-wrap .archive-side .yearly-archive ul li {
    margin: 0;
    border-bottom: solid 1px #ebe8e1;
  }
  .archive-blog .archive-wrap .archive-side .yearly-archive ul li a {
    color: #4f4f4f;
    display: block;
    padding: 10px;
  }
  .archive-blog .screen-reader-text {
    display: none;
  }
  .archive-blog .pagination {
    margin: 20px auto 0;
  }
  .archive-blog .pagination .nav-links {
    text-align: center;
  }
  .archive-blog .pagination .nav-links .page-numbers {
    display: inline-block;
    padding: 5px 15px;
    border: solid 1px #233059;
    color: #233059;
  }
  .archive-blog .pagination .nav-links .page-numbers.current {
    background: #233059;
    color: #fff;
  }
  .archive-blog .page-header h1 {
    font-size: 28px;
    line-height: 1.75;
    color: #4f4f4f;
    font-family: serif;
    text-align: center;
    margin: 0 0 25px;
  }
  .archive-blog .archive-wrap {
    width: 1074px;
    margin: 0 auto 0;
    display: flex;
    justify-content: space-between;
    align-items: inherit;
    flex-wrap: nowrap;
  }
  .archive-blog .archive-wrap .archive-list {
    flex-basis: 726px;
    flex-shrink: 0;
    flex-grow: 0;
    margin: 0;
  }
  .archive-blog .archive-wrap .archive-list ul li {
    margin: 0 0 10px;
    padding: 0 0 10px;
    border-bottom: solid 1px #4f4f4f;
  }
  .archive-blog .archive-wrap .archive-list ul li a {
    color: #4f4f4f;
    display: flex;
    justify-content: space-between;
    align-items: inherit;
    flex-wrap: nowrap;
  }
  .archive-blog .archive-wrap .archive-list ul li a .img {
    flex-basis: 18%;
    flex-shrink: 0;
    flex-grow: 0;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
  }
  .archive-blog .archive-wrap .archive-list ul li a .data {
    flex-basis: 80%;
    flex-shrink: 0;
    flex-grow: 0;
  }
  .archive-blog .archive-wrap .archive-list ul li a .data .attr {
    font-size: 10px;
    line-height: 1.75;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
  }
  .archive-blog .archive-wrap .archive-list ul li a .data h2 {
    font-size: 16px;
    line-height: 1.75;
  }
  .archive-blog .archive-wrap .archive-list ul li a .data .text {
    font-size: 14px;
    line-height: 1.75;
  }
  .archive-blog .archive-wrap .archive-side {
    flex-basis: 300px;
    flex-shrink: 0;
    flex-grow: 0;
    margin: 0;
  }
  .archive-blog .archive-wrap .archive-side .yearly-archive {
    margin: 0 16px 40px;
    border: solid 2px #ebe8e1;
    padding: 32px 14px;
  }
  .archive-blog .archive-wrap .archive-side .yearly-archive h3 {
    font-size: 24px;
    line-height: 1.75;
    margin: 0 0 30px;
    text-align: center;
  }
  .archive-blog .archive-wrap .archive-side .yearly-archive ul {
    border-top: solid 1px #ebe8e1;
  }
  .archive-blog .archive-wrap .archive-side .yearly-archive ul li {
    margin: 0;
    border-bottom: solid 1px #ebe8e1;
  }
  .archive-blog .archive-wrap .archive-side .yearly-archive ul li a {
    color: #4f4f4f;
    display: block;
    padding: 10px;
  }
  .archive-blog .screen-reader-text {
    display: none;
  }
  .archive-blog .pagination {
    margin: 20px auto 0;
  }
  .archive-blog .pagination .nav-links {
    text-align: center;
  }
  .archive-blog .pagination .nav-links .page-numbers {
    display: inline-block;
    padding: 5px 15px;
    border: solid 1px #233059;
    color: #233059;
  }
  .archive-blog .pagination .nav-links .page-numbers.current {
    background: #233059;
    color: #fff;
  }
  .blog-single {
    width: 95%;
    margin: 68px auto 0;
    display: flex;
    justify-content: space-between;
    align-items: inherit;
    flex-wrap: nowrap;
  }
  .blog-single .post-detail {
    flex-basis: 70%;
    flex-shrink: 0;
    flex-grow: 0;
    margin: 0;
  }
  .blog-single .post-detail::after {
    content: "";
    display: block;
    height: 0;
    clear: both;
  }
  .blog-single .post-detail h2 {
    font-size: 32px;
    line-height: 1.25;
    margin: 0 0 15px;
  }
  .blog-single .post-detail .single-content {
    font-size: 16px;
    line-height: 2;
  }
  .blog-single .post-detail .single-content h3 {
    font-size: 20px;
    line-height: 1.6;
  }
  .blog-single .post-detail .single-content h4 {
    font-size: 20px;
    line-height: 1.6;
    font-weight: bold;
  }
  .blog-single .post-detail .single-content .alignright {
    float: right;
    margin: 0 0 15px 15px;
  }
  .blog-single .post-detail .single-content .alignleft {
    float: left;
    margin: 0 15px 15px 0;
  }
  .blog-single .post-detail .single-content .aligncenter {
    display: block;
    margin: 0 auto 15px;
  }
  .blog-single .post-detail .paging-link a:hover {
    text-decoration: underline;
  }
  .blog-single .archive-side {
    flex-basis: 300px;
    flex-shrink: 0;
    flex-grow: 0;
  }
  .blog-single .archive-side .yearly-archive {
    margin: 0 16px 40px;
    border: solid 2px #ebe8e1;
    padding: 32px 14px;
  }
  .blog-single .archive-side .yearly-archive h3 {
    font-size: 24px;
    line-height: 1.75;
    margin: 0 0 30px;
    text-align: center;
  }
  .blog-single .archive-side .yearly-archive ul {
    border-top: solid 1px #ebe8e1;
  }
  .blog-single .archive-side .yearly-archive ul li {
    margin: 0;
    border-bottom: solid 1px #ebe8e1;
  }
  .blog-single .archive-side .yearly-archive ul li a {
    color: #4f4f4f;
    display: block;
    padding: 10px;
  }
}
@media screen and (min-width: 1025px) {
  a[href^=tel] {
    color: #000;
    cursor: text;
    pointer-events: none;
  }
  .bx-wrapper .bx-prev {
    left: 20px;
  }
  .bx-wrapper .bx-next {
    right: 20px;
  }
  .translate .inner {
    max-width: 1240px;
    text-align: right;
    margin: auto;
  }
  .header-wrap {
    border-bottom: none;
  }
  .header-wrap .inner {
    width: 1166px;
    margin: auto;
  }
  .header-wrap .inner header {
    flex-basis: 270px;
    flex-shrink: 0;
    flex-grow: 0;
    padding: 0;
  }
  .header-wrap .inner header h1 {
    width: inherit;
  }
  .header-wrap .inner header h1 a {
    padding: 27px 0;
  }
  .header-wrap .inner nav {
    flex-basis: 64px;
    flex-shrink: 0;
    flex-grow: 0;
  }
  .header-wrap .inner nav .nav ul.active {
    width: 320px;
  }
  .header-wrap .inner nav .nav ul.active li a:hover {
    text-decoration: underline;
  }
  .single-post .header-wrap {
    border-bottom: solid 1px #ebe8e1;
  }
  .footer {
    margin-top: 68px;
  }
  .head-img {
    margin-bottom: 40px;
  }
  .front-news {
    width: 1010px;
    margin: 0 auto 53px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    padding: 26px 30px;
  }
  .front-news h2 {
    flex-basis: 466px;
    flex-shrink: 0;
    flex-grow: 0;
  }
  .front-news ul {
    flex-basis: 500px;
    flex-shrink: 0;
    flex-grow: 0;
  }
  .front-news ul li:first-child {
    border-top: none;
  }
  .front-news ul li a {
    display: inline-block;
    padding: 8px 0;
  }
  .front-news ul li a:hover {
    text-decoration: underline;
  }
  .front-stores h2 {
    font-size: 28px;
    line-height: 1.75;
    margin-bottom: 25px;
  }
  .front-stores h2 .img {
    width: 80px;
    margin: 0 auto 20px;
  }
  .front-stores .image-list {
    width: 1084px;
    margin: 0 auto 25px;
  }
  .front-stores .image-list ul li {
    margin: 5px;
    flex-basis: 260px;
    flex-shrink: 0;
    flex-grow: 0;
    height: inherit;
  }
  .front-stores .image-list ul li a .hover-name p {
    font-size: 15px;
    line-height: 1.75;
  }
  .front-stores .image-list ul li a .hover-name h3 {
    font-size: 17px;
    line-height: 1.75;
  }
  .front-stores .name-list {
    width: 1070px;
    margin: 0 auto 50px;
    padding: 20px 0;
  }
  .front-stores .name-list ul li {
    flex-basis: 25%;
    flex-shrink: 0;
    flex-grow: 0;
    font-size: 16px;
    line-height: 1.75;
    text-align: center;
  }
  .front-stores .name-list ul li:nth-of-type(2n+1), .front-stores .name-list ul li:nth-of-type(2n) {
    flex-basis: 25%;
    flex-shrink: 0;
    flex-grow: 0;
  }
  .front-stores .name-list ul li a:before {
    display: inline-block;
    margin-bottom: 3px;
  }
  .front-stores .name-list ul li a:hover {
    text-decoration: underline;
  }
  .front-concept {
    margin: 0 auto 67px;
    width: 1074px;
  }
  .front-concept .img img {
    display: block;
    margin: auto;
  }
  .front-concept .text {
    font-size: 16px;
    line-height: 2.82;
    padding: 25px 20px 24px;
  }
  .front-link {
    width: 1074px;
    margin: 0 auto 20px;
  }
  .front-link ul {
    margin-left: -25px;
  }
  .front-link ul li {
    margin-left: 24px;
    flex-basis: 250px;
    flex-shrink: 0;
    flex-grow: 0;
  }
  .front-link ul li a,
  .front-link ul li span {
    transition: 0.2s;
    padding: 34px 0 10px;
  }
  .front-link ul li a:hover,
  .front-link ul li span:hover {
    background: #f4f4f4;
  }
  .front-link ul li h2 {
    font-size: 19px;
    line-height: 1.2;
  }
  .front-link ul li h3 {
    font-size: 12px;
    line-height: 1.4;
  }
  .front-link ul li .icon {
    margin: 20px 14px 0;
  }
  .front-banner {
    width: 1074px;
    margin: 0 auto 20px;
  }
  .front-banner ul {
    display: flex;
    justify-content: center;
    align-items: inherit;
    flex-wrap: wrap;
  }
  .front-banner ul li {
    margin: 0 0 10px;
  }
  .page-gallery h2 {
    margin: 0;
  }
  .page-gallery h3 {
    margin: 0 0 35px;
  }
  .page-gallery .store-gallery {
    background: #000;
    margin: 0 0 100px;
  }
  .page-gallery .store-gallery .pc {
    display: block;
  }
  .page-gallery .store-gallery .sp {
    display: none;
  }
  .page-gallery .store-gallery .slider {
    height: 512px;
  }
  .page-gallery .store-gallery .slider div {
    height: 100% !important;
  }
  .page-gallery .store-gallery .slider .slick-dots {
    text-align: right;
  }
  .page-gallery .store-gallery .slider .slick-dots li {
    margin: 0;
  }
  .page-gallery .store-gallery .slick-prev {
    left: 50%;
    margin-left: -500px;
  }
  .page-gallery .store-gallery .slick-next {
    right: 50%;
    margin-right: -500px;
  }
  .page-gallery .store-gallery2 {
    margin: 0 0 60px;
  }
  .page-gallery .store-gallery2 h2 {
    font-size: 28px;
    line-height: 1.75;
    margin-bottom: 25px;
  }
  .page-gallery .store-gallery2 .image-list {
    width: 1084px;
    margin: 0 auto 25px;
  }
  .page-gallery .store-gallery2 .image-list ul li {
    margin: 5px;
    flex-basis: 260px;
    flex-shrink: 0;
    flex-grow: 0;
    height: inherit;
  }
  .page-gallery .store-gallery2 .image-list ul li a {
    position: relative;
  }
  .page-gallery .store-gallery2 .image-list ul li a .float-text {
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 5px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .page-gallery .store-link {
    width: 1074px;
    margin: 0 auto 40px;
  }
  .page-gallery .store-link ul {
    display: flex;
    justify-content: space-between;
    align-items: inherit;
    flex-wrap: wrap;
  }
  .page-gallery .store-link ul li {
    flex-basis: 520px;
    flex-shrink: 0;
    flex-grow: 0;
    margin: 0 0 20px;
  }
  .page-gallery .store-link ul li a {
    transition: 0.2s;
    height: 100%;
    box-sizing: border-box;
  }
  .page-gallery .store-link ul li a:hover {
    background: #f4f4f4;
  }
  .page-gallery .store-link ul li a .info h2 {
    font-size: 19px;
    line-height: 1;
  }
  .page-gallery .store-link ul li a .info h3 {
    margin: 0;
    color: #4f4f4f;
    font-family: sans-serif;
  }
  .page-gallery .store-link ul li a .info .icon {
    margin-top: 15px;
    padding-top: 10px;
  }
  .store-single h2 {
    margin: 0;
  }
  .store-single .store-gallery {
    background: #000;
    margin: 0 0 100px;
  }
  .store-single .store-gallery .pc {
    display: block;
  }
  .store-single .store-gallery .sp {
    display: none;
  }
  .store-single .store-gallery .slider {
    height: 512px;
  }
  .store-single .store-gallery .slider div {
    height: 100% !important;
  }
  .store-single .store-gallery .slider .slick-dots {
    text-align: right;
  }
  .store-single .store-gallery .slider .slick-dots li {
    margin: 0;
  }
  .store-single .store-gallery .slick-prev {
    left: 50%;
    margin-left: -500px;
  }
  .store-single .store-gallery .slick-next {
    right: 50%;
    margin-right: -500px;
  }
  .store-single .store-title {
    margin: 0 0 74px;
  }
  .store-single .store-title h2 {
    font-size: 48px;
    line-height: 1;
  }
  .store-single .store-title h3 {
    font-size: 22px;
    line-height: 1.4;
  }
  .store-single .store-comment {
    text-align: center;
    margin: 0 auto 40px;
  }
  .store-single .store-comment h3 {
    font-size: 30px;
    line-height: 1.2;
    display: inline-block;
    padding: 0 15px;
    margin-bottom: 30px;
  }
  .store-single .store-comment .text {
    width: 520px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 2.625;
  }
  .store-single .store-news {
    width: 1010px;
    margin: 0 auto 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    padding: 30px;
  }
  .store-single .store-news h2 {
    flex-basis: 466px;
    flex-shrink: 0;
    flex-grow: 0;
  }
  .store-single .store-news ul {
    flex-basis: 500px;
    flex-shrink: 0;
    flex-grow: 0;
  }
  .store-single .store-news ul li:first-child {
    border-top: none;
  }
  .store-single .store-news ul li a {
    display: inline-block;
  }
  .store-single .store-news ul li a:hover {
    text-decoration: underline;
  }
  .store-single .store-menu {
    width: 936px;
    margin: 0 auto 40px;
    padding: 64px 67px 22px;
  }
  .store-single .store-menu h3 {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 60px;
  }
  .store-single .store-menu h3 span {
    display: inline-block;
  }
  .store-single .store-menu .menu {
    display: flex;
    justify-content: space-between;
    align-items: inherit;
    flex-wrap: wrap;
  }
  .store-single .store-menu .menu dl {
    flex-basis: 400px;
    flex-shrink: 0;
    flex-grow: 0;
  }
  .store-single .store-menu .menu dl:nth-of-type(2) {
    border-top: none;
  }
  .store-single .store-info-wrap {
    display: flex;
    justify-content: space-between;
    align-items: inherit;
    flex-wrap: nowrap;
    width: 1074px;
    margin: 0 auto 60px;
  }
  .store-single .store-info-wrap .store-info {
    flex-basis: 488px;
    flex-shrink: 0;
    flex-grow: 0;
    margin: 0;
  }
  .store-single .store-info-wrap .store-info h2 {
    font-size: 29px;
    line-height: 1.75;
  }
  .store-single .store-info-wrap .store-info h2 img {
    height: inherit;
  }
  .store-single .store-info-wrap .store-info .addr {
    font-size: 21px;
    line-height: 1.7142;
    margin-bottom: 25px;
  }
  .store-single .store-info-wrap .store-info table {
    font-size: 16px;
    line-height: 1.75;
  }
  .store-single .store-info-wrap .store-info table tr th {
    padding: 10px;
  }
  .store-single .store-info-wrap .store-info table tr td {
    padding: 10px;
  }
  .store-single .store-info-wrap .store-map {
    flex-basis: 492px;
    flex-shrink: 0;
    flex-grow: 0;
    margin: 0;
    height: inherit;
  }
  .store-single .store-link {
    width: 1074px;
    margin: 0 auto 40px;
  }
  .store-single .store-link ul {
    display: flex;
    justify-content: space-between;
    align-items: inherit;
    flex-wrap: wrap;
  }
  .store-single .store-link ul li {
    flex-basis: 520px;
    flex-shrink: 0;
    flex-grow: 0;
    margin: 0 0 20px;
  }
  .store-single .store-link ul li a {
    transition: 0.2s;
  }
  .store-single .store-link ul li a:hover {
    background: #f4f4f4;
  }
  .store-single .store-link ul li a .info h2 {
    font-size: 19px;
    line-height: 1;
  }
  .store-single .store-link ul li a .info .icon {
    margin-top: 15px;
    padding-top: 10px;
  }
  .post-single {
    width: 1074px;
    margin: 68px auto 0;
    display: flex;
    justify-content: space-between;
    align-items: inherit;
    flex-wrap: nowrap;
  }
  .post-single .post-detail {
    flex-basis: 726px;
    flex-shrink: 0;
    flex-grow: 0;
    margin: 0;
  }
  .post-single .post-detail::after {
    content: "";
    display: block;
    height: 0;
    clear: both;
  }
  .post-single .post-detail h2 {
    font-size: 32px;
    line-height: 1.25;
    margin: 0 0 15px;
  }
  .post-single .post-detail .single-content {
    font-size: 16px;
    line-height: 2;
  }
  .post-single .post-detail .single-content h3 {
    font-size: 20px;
    line-height: 1.6;
  }
  .post-single .post-detail .single-content h4 {
    font-size: 20px;
    line-height: 1.6;
    font-weight: bold;
  }
  .post-single .post-detail .single-content .alignright {
    float: right;
    margin: 0 0 15px 15px;
  }
  .post-single .post-detail .single-content .alignleft {
    float: left;
    margin: 0 15px 15px 0;
  }
  .post-single .post-detail .single-content .aligncenter {
    display: block;
    margin: 0 auto 15px;
  }
  .post-single .post-detail .paging-link a:hover {
    text-decoration: underline;
  }
  .post-single .store-detail {
    flex-basis: 300px;
    flex-shrink: 0;
    flex-grow: 0;
  }
  .post-single .store-info h2 {
    font-size: 24px;
    line-height: 1.75;
  }
  .post-single .store-info .addr {
    font-size: 18px;
    line-height: 1.7142;
    margin-bottom: 25px;
  }
  .post-single .store-info table {
    font-size: 14px;
    line-height: 1.75;
  }
  .post-single .store-info table tr th {
    padding: 10px;
  }
  .post-single .store-info table tr td {
    padding: 10px;
  }
  .post-single.secret .post-detail {
    flex-basis: 100%;
    flex-shrink: 0;
    flex-grow: 0;
  }
  .post-single.secret .store-detail {
    display: none;
  }
  .error-404 {
    text-align: center;
  }
  .error-404 .page-title {
    color: #4f4f4f;
    font-family: serif;
    text-align: center;
    margin: 0 0 25px;
    font-size: 28px;
    line-height: 1.75;
  }
  .blog-single {
    width: 1074px;
    margin: 68px auto 0;
    display: flex;
    justify-content: space-between;
    align-items: inherit;
    flex-wrap: nowrap;
  }
  .blog-single .post-detail {
    flex-basis: 726px;
    flex-shrink: 0;
    flex-grow: 0;
    margin: 0;
  }
  .blog-single .post-detail::after {
    content: "";
    display: block;
    height: 0;
    clear: both;
  }
  .blog-single .post-detail h2 {
    font-size: 32px;
    line-height: 1.25;
    margin: 0 0 15px;
  }
  .blog-single .post-detail .single-content {
    font-size: 16px;
    line-height: 2;
  }
  .blog-single .post-detail .single-content h3 {
    font-size: 20px;
    line-height: 1.6;
  }
  .blog-single .post-detail .single-content h4 {
    font-size: 20px;
    line-height: 1.6;
    font-weight: bold;
  }
  .blog-single .post-detail .single-content .alignright {
    float: right;
    margin: 0 0 15px 15px;
  }
  .blog-single .post-detail .single-content .alignleft {
    float: left;
    margin: 0 15px 15px 0;
  }
  .blog-single .post-detail .single-content .aligncenter {
    display: block;
    margin: 0 auto 15px;
  }
  .blog-single .post-detail .paging-link a:hover {
    text-decoration: underline;
  }
  .blog-single .archive-side {
    flex-basis: 300px;
    flex-shrink: 0;
    flex-grow: 0;
  }
  .blog-single .archive-side .yearly-archive {
    margin: 0 16px 40px;
    border: solid 2px #ebe8e1;
    padding: 32px 14px;
  }
  .blog-single .archive-side .yearly-archive h3 {
    font-size: 24px;
    line-height: 1.75;
    margin: 0 0 30px;
    text-align: center;
  }
  .blog-single .archive-side .yearly-archive ul {
    border-top: solid 1px #ebe8e1;
  }
  .blog-single .archive-side .yearly-archive ul li {
    margin: 0;
    border-bottom: solid 1px #ebe8e1;
  }
  .blog-single .archive-side .yearly-archive ul li a {
    color: #4f4f4f;
    display: block;
    padding: 10px;
  }
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .front-link ul li {
    flex-basis: 246px;
    flex-shrink: 0;
    flex-grow: 0;
  }
}
.pc {
  display: none;
}

.head-img {
  max-width: 1064px;
  margin: 0 auto 60px;
}

.header-wrap .inner header h1 a {
  padding: 42px 0 6px;
}
.header-wrap .inner header h1 a img {
  height: 27px;
}

.front-stores h2 {
  margin-bottom: 40px;
}
.front-stores h2 .img {
  width: 60px;
}
.front-stores .image-list {
  max-width: 1064px;
}
.front-stores .image-list ul {
  display: block;
  font-size: 18px;
  line-height: 1.75;
}
.front-stores .image-list ul li {
  max-width: inherit;
  max-height: inherit;
  height: auto;
  margin: 0 0 10px;
}
.front-stores .image-list ul li a {
  color: #333;
  padding: 0;
  display: block;
}
.front-stores .image-list ul li .single-store {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  border-bottom: solid 1px #333;
}
.front-stores .image-list ul li .img {
  flex-basis: 32%;
  flex-shrink: 0;
  flex-grow: 0;
  height: 20vw;
  overflow: hidden;
}
.front-stores .image-list ul li .img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.front-stores .image-list ul li .data {
  flex-basis: 68%;
  flex-shrink: 0;
  flex-grow: 0;
}
.front-stores .image-list ul li .data .inner {
  width: 80%;
  margin: 0 auto;
  line-height: 1;
  font-size: 12px;
  line-height: 1.75;
}
.front-stores .image-list ul li .data .inner .catch {
  margin-bottom: 10px;
  line-height: 1.5;
}
.front-stores .image-list ul li .data .inner h3 {
  font-size: 18px;
  line-height: 1.2;
}
.front-stores .image-list ul li .data .inner h3 a {
  display: inline-block;
}
.front-stores .name-list {
  display: none;
}

.front-link ul li {
  flex-basis: 43.125vw;
  flex-shrink: 0;
  flex-grow: 0;
  height: 43.125vw;
}
.front-link ul li a {
  height: 100%;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: column;
}
.front-link ul li a .icon {
  padding: 0;
}

.store-single .holiday-post {
  margin: 0 0 50px;
}
.store-single .holiday-post ul {
  font-size: 18px;
  line-height: 1.75;
}
.store-single .holiday-post ul li {
  text-align: center;
}
.store-single .holiday-post ul li a {
  text-decoration: underline;
}
.store-single .menu-upper-img {
  margin: 0 16px 40px;
}
.store-single .menu-bottom-img {
  margin: 0 16px 40px;
}
.store-single .store-menu .menu dl iframe {
  width: 100%;
}

@media screen and (min-width: 1025px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
  .head-img {
    margin-bottom: 140px;
  }
  .header-wrap .inner header h1 a {
    padding: 27px 0;
  }
  .header-wrap .inner header h1 a img {
    height: auto;
  }
  .front-stores {
    margin: 0 0 80px;
  }
  .front-stores h2 {
    margin-bottom: 80px;
    font-size: 40px;
    line-height: 1.75;
  }
  .front-stores h2 .img {
    width: 114px;
  }
  .front-stores .image-list ul {
    display: flex;
    justify-content: flex-start;
    align-items: inherit;
    flex-wrap: wrap;
    font-size: 14px;
    line-height: 1.75;
    gap: 5%;
  }
  .front-stores .image-list ul li {
    flex-basis: 30%;
    flex-shrink: 0;
    flex-grow: 0;
    margin: 0 0 30px 0;
  }
  .front-stores .image-list ul li:nth-of-type(3n+1) {
    margin-left: 0;
  }
  .front-stores .image-list ul li a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    color: #333;
  }
  .front-stores .image-list ul li .img {
    flex-basis: 32%;
    flex-shrink: 0;
    flex-grow: 0;
    height: 24%;
    overflow: hidden;
  }
  .front-stores .image-list ul li .img img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .front-stores .image-list ul li .data {
    flex-basis: 68%;
    flex-shrink: 0;
    flex-grow: 0;
  }
  .front-stores .image-list ul li .data .inner {
    width: auto;
    margin: 0 0 0 15px;
  }
  .front-stores .image-list ul li .data .inner .catch {
    font-size: 12px;
    line-height: 1.75;
    margin-bottom: 10px;
  }
  .front-stores .image-list ul li .data .inner h3 {
    font-size: 20px;
    line-height: 1.75;
  }
  .front-banner ul li {
    margin: 0 0 40px;
  }
  .front-link ul li {
    flex-basis: 250px;
    flex-shrink: 0;
    flex-grow: 0;
    height: auto;
  }
  .front-link ul li a {
    display: block;
    padding: 34px 0 10px;
    height: auto;
  }
  .front-link ul li a .icon {
    padding: 20px 14px 0;
  }
  .store-single .store-menu .menu dl {
    flex-basis: 50%;
    flex-shrink: 0;
    flex-grow: 0;
  }
  .store-single .menu-upper-img {
    margin: 0 auto 40px;
    max-width: 936px;
  }
  .store-single .menu-bottom-img {
    margin: 0 auto 40px;
    max-width: 936px;
  }
}
.store-single .store-map .acf-map {
  position: relative;
}
.store-single .store-map .acf-map iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}/*# sourceMappingURL=style.css.map */