@charset "UTF-8";
.container {
  margin-right: auto;
  margin-left: auto;
}

.container:before, .container:after {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

@media screen and (min-width: 769px) {
  .container {
    width: 750px;
  }
}

@media screen and (min-width: 1024px) {
  .container {
    width: 970px;
  }
}

@media screen and (min-width: 1380px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
}

.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}

.container-fluid:after {
  clear: both;
}

.row:before, .row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.33333%;
}

.col-xs-2 {
  width: 16.66667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-8 {
  width: 66.66667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-11 {
  width: 91.66667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.33333%;
}

.col-xs-pull-2 {
  right: 16.66667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.33333%;
}

.col-xs-pull-5 {
  right: 41.66667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.33333%;
}

.col-xs-pull-8 {
  right: 66.66667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.33333%;
}

.col-xs-pull-11 {
  right: 91.66667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.33333%;
}

.col-xs-push-2 {
  left: 16.66667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.33333%;
}

.col-xs-push-5 {
  left: 41.66667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.33333%;
}

.col-xs-push-8 {
  left: 66.66667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.33333%;
}

.col-xs-push-11 {
  left: 91.66667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.33333%;
}

.col-xs-offset-2 {
  margin-left: 16.66667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333%;
}

.col-xs-offset-5 {
  margin-left: 41.66667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333%;
}

.col-xs-offset-8 {
  margin-left: 66.66667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333%;
}

.col-xs-offset-11 {
  margin-left: 91.66667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media screen and (min-width: 769px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.33333%;
  }
  .col-sm-2 {
    width: 16.66667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333%;
  }
  .col-sm-5 {
    width: 41.66667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333%;
  }
  .col-sm-8 {
    width: 66.66667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333%;
  }
  .col-sm-11 {
    width: 91.66667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.33333%;
  }
  .col-sm-pull-2 {
    right: 16.66667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333%;
  }
  .col-sm-pull-5 {
    right: 41.66667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.33333%;
  }
  .col-sm-pull-8 {
    right: 66.66667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333%;
  }
  .col-sm-pull-11 {
    right: 91.66667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.33333%;
  }
  .col-sm-push-2 {
    left: 16.66667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333%;
  }
  .col-sm-push-5 {
    left: 41.66667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.33333%;
  }
  .col-sm-push-8 {
    left: 66.66667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333%;
  }
  .col-sm-push-11 {
    left: 91.66667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media screen and (min-width: 1024px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.33333%;
  }
  .col-md-2 {
    width: 16.66667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333%;
  }
  .col-md-5 {
    width: 41.66667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333%;
  }
  .col-md-8 {
    width: 66.66667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333%;
  }
  .col-md-11 {
    width: 91.66667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.33333%;
  }
  .col-md-pull-2 {
    right: 16.66667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333%;
  }
  .col-md-pull-5 {
    right: 41.66667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.33333%;
  }
  .col-md-pull-8 {
    right: 66.66667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333%;
  }
  .col-md-pull-11 {
    right: 91.66667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.33333%;
  }
  .col-md-push-2 {
    left: 16.66667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333%;
  }
  .col-md-push-5 {
    left: 41.66667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.33333%;
  }
  .col-md-push-8 {
    left: 66.66667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333%;
  }
  .col-md-push-11 {
    left: 91.66667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media screen and (min-width: 1380px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.33333%;
  }
  .col-lg-2 {
    width: 16.66667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333%;
  }
  .col-lg-5 {
    width: 41.66667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333%;
  }
  .col-lg-8 {
    width: 66.66667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333%;
  }
  .col-lg-11 {
    width: 91.66667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.33333%;
  }
  .col-lg-pull-2 {
    right: 16.66667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333%;
  }
  .col-lg-pull-5 {
    right: 41.66667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.33333%;
  }
  .col-lg-pull-8 {
    right: 66.66667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333%;
  }
  .col-lg-pull-11 {
    right: 91.66667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.33333%;
  }
  .col-lg-push-2 {
    left: 16.66667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333%;
  }
  .col-lg-push-5 {
    left: 41.66667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.33333%;
  }
  .col-lg-push-8 {
    left: 66.66667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333%;
  }
  .col-lg-push-11 {
    left: 91.66667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

/*!
FOX CSS 3.0.0
by Ronan Levesque - CC BY 3.0 license

Includes Normalize by Nicolas Gallagher
More info => http://necolas.github.io/normalize.css/
*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*-----------------------------------------------
 variable
 -----------------------------------------------*/
/*-----------------------------------------------
mixins
-----------------------------------------------*/
/*-----------------------------------------------
reset
-----------------------------------------------*/
* {
  margin: 0;
  padding: 0;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
}

img {
  border: 0;
}

li {
  list-style: none;
}

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

code,
kbd,
pre,
samp,
tt {
  font-family: monospace;
  line-height: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

button,
fieldset,
form,
input,
label,
legend,
select,
textarea {
  border: 0;
  background: none;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  vertical-align: baseline;
  -webkit-appearance: none;
}

input:active,
input:focus,
textarea:active,
textarea:focus,
button:active,
button:focus,
a:active,
a:focus {
  outline: 0;
}

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

article,
aside,
dialog,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
  word-wrap: break-word;
}

h1,
h2,
h3,
h4,
h5,
h6,
section,
nav,
article,
aside,
hgroup,
header,
footer,
address,
address,
caption,
cite,
code,
dfn,
em,
th,
strong,
var,
small,
time {
  font-style: normal;
  font-weight: normal;
  font-size: inherit;
}

/* chorome */
input:-webkit-autofill,
textarea:-webkit-autofill {
  box-shadow: 0 0 0 1000px #fff inset;
}

/*!
 * ress.css
 * MIT License
 * github.com/filipelinhares/ress
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
}

[hidden],
template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

b,
strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

input {
  border-radius: 0;
}

[type="search"] {
  -webkit-appearance: textfield;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

optgroup {
  font-weight: bold;
}

button {
  overflow: visible;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button,
select {
  text-transform: none;
}

button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

/*! ress.css end */
/*-----------------------------------------------
 all
-----------------------------------------------*/
html {
  height: 100%;
  min-height: 100%;
  font-size: 62.5%;
  background: #fff;
  overflow: auto;
}

body {
  min-height: 100%;
  margin: 0 auto;
  padding: 0;
  line-height: 1.8;
  letter-spacing: 0.08em;
  color: #000;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
}

@media screen and (min-width: 769px) {
  body {
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 415px) and (max-width: 768px) {
  body {
    font-size: 1.4rem;
    overflow-x: hidden;
  }
}

@media screen and (max-width: 414px) and (orientation: portrait) {
  body {
    font-size: 1.4rem;
    overflow-x: hidden;
  }
}

body.shopBody {
  color: #fff;
}

body.shopBody a {
  color: #fff;
}

body.shopBody.shopBody--kokyo {
  background: url(/assets/images/kokyo/header_logo-bar.png) repeat-x center 20px, #392d28 url(/assets/images/kokyo/bg-kokyo.jpg) repeat center top/contain;
}

@media screen and (max-width: 768px) {
  body.shopBody.shopBody--kokyo {
    background: url(/assets/images/kokyo/header_logo-bar.png) repeat-x center 15px, #392d28 url(/assets/images/kokyo/bg-kokyo.jpg) repeat center top/contain;
  }
}

body.shopBody.shopBody--imabari {
  background: url(/assets/images/imabari/header_logo-bar.png) repeat-x center 20px, #2e3f36 url(/assets/images/imabari/bg-imabari.jpg) repeat center top/90%;
}

@media screen and (max-width: 768px) {
  body.shopBody.shopBody--imabari {
    background: url(/assets/images/imabari/header_logo-bar.png) repeat-x center 15px, #2e3f36 url(/assets/images/imabari/bg-imabari.jpg) repeat center top/90%;
  }
}

body.shopBody.shopBody--san {
  background: url(/assets/images/san/header_logo-bar.png) repeat-x center 0px, #2d355a url(/assets/images/san/bg-san.jpg) repeat center top/90%;
}

@media screen and (max-width: 768px) {
  body.shopBody.shopBody--san {
    background: url(/assets/images/san/header_logo-bar.png) repeat-x center -5px, #2d355a url(/assets/images/san/bg-san.jpg) repeat center top/90%;
  }
}

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

a:hover {
  opacity: .8;
  -webkit-transition: .3s;
  transition: .3s;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

/*-----------------------------------------------
generic
-----------------------------------------------*/
/*---- block  ----*/
.dsn {
  display: none !important;
}

.bdn {
  border: none !important;
}

/*--- clearfix ---*/
.clear {
  clear: both;
}

.cf {
  display: block;
}

.cf::after {
  clear: both;
  visibility: hidden;
  display: block;
  height: 0;
  content: "";
}

/*---- display  ----*/
@media screen and (min-width: 769px) {
  .mbOn {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .mbOff {
    display: none;
  }
}

@media screen and (max-width: 414px) and (orientation: portrait) {
  .mboff2 {
    display: none;
  }
}

/*---- height  ----*/
.lh_0 {
  line-height: 0;
}

/*-----------------------------------------------
 component
-----------------------------------------------*/
/*-----------------------------------------------
 component
-----------------------------------------------*/
/*---- area  ----*/
.container {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.contents {
  max-width: 900px;
  height: 100%;
  margin: 0 auto;
}

.content {
  padding: 80px 0 70px;
}

@media screen and (min-width: 415px) and (max-width: 768px) {
  .content {
    padding: 10% 5% 10%;
  }
}

@media screen and (max-width: 414px) and (orientation: portrait) {
  .content {
    padding: 15% 5% 12%;
  }
}

.contentTop {
  padding: 70px 0 80px;
}

@media screen and (min-width: 415px) and (max-width: 768px) {
  .contentTop {
    padding: 10% 5%;
  }
}

@media screen and (max-width: 414px) and (orientation: portrait) {
  .contentTop {
    padding: 12% 5%;
  }
}

.shopContent {
  padding: 50px 0;
}

@media screen and (max-width: 768px) {
  .shopContent {
    padding: 10% 5%;
  }
}

/*---- button  ----*/
.stdBtn {
  display: block;
  max-width: 390px;
  height: 58px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #2e3f36;
  border-radius: 6px;
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

@media screen and (max-width: 414px) and (orientation: portrait) {
  .stdBtn {
    max-width: 100%;
    height: 50px;
  }
}

.stdBtn:hover {
  opacity: 0.9;
}

/*---- box  ----*/
.kokuban--outer {
  position: relative;
}

.kokuban--outer .kokuban {
  width: 100%;
  height: 300px;
  padding: 30px 50px 30px 30px;
  overflow: auto;
  border: 4px solid #43251e;
  box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.4) inset;
  background: #2e3f36 url(/assets/images/bg_kokuban.png) repeat top center;
}

@media screen and (max-width: 768px) {
  .kokuban--outer .kokuban {
    height: 235px;
    padding: 5% 50px 5% 5%;
  }
}

.kokuban--outer .kokuban .kokuban__deco.kokuban__deco--img {
  position: absolute;
  bottom: 6px;
  right: 46px;
}

.kokuban--outer .kokuban .kokuban__deco.kokuban__deco--img img {
  max-width: 66px;
}

@media screen and (max-width: 768px) {
  .kokuban--outer .kokuban .kokuban__deco.kokuban__deco--img img {
    max-width: 50px;
  }
}

.kokuban--outer .kokuban .kokuban__deco.kokuban__deco--txt {
  position: absolute;
  right: 20px;
  color: #f9a825;
  font-size: 1.2rem;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.kokuban--outer .kokuban .kokuban__deco.kokuban__deco--txt.kokuban__deco--txtTop {
  top: 30px;
}

.kokuban--outer .kokuban .kokuban__deco.kokuban__deco--txt.kokuban__deco--txtBtm {
  bottom: 30px;
}

.shopBlkBd {
  position: relative;
}

.shopBlkBd .shopBlkBd__boderTop {
  position: absolute;
  top: -4px;
  width: 100%;
  height: 58px;
  background: url(/assets/images/kokyo/kokuban-boderTop.png) repeat-x center;
}

.shopBlkBd .shopBlkBd__conts {
  margin: 0 20px;
  padding: 30px 50px;
  max-width: 910px;
  background: url(/assets/images/kokyo/kokuban-bg.png) repeat-y center;
  background-size: 100% auto;
  box-shadow: -8px 0px 12px -2px rgba(0, 0, 0, 0.31), 8px 0px 12px -2px rgba(0, 0, 0, 0.31);
}

@media screen and (max-width: 768px) {
  .shopBlkBd .shopBlkBd__conts {
    margin: 0 5%;
    padding: 30px 5%;
  }
}

.shopBlkBd .shopBlkBd__boderBtm {
  position: absolute;
  bottom: -32px;
  width: 100%;
  height: 58px;
  background: url(/assets/images/kokyo/kokuban-boderBtm.png) repeat-x center;
}

/*---- font  ----*/
@font-face {
  font-family: 'icomoon';
  src: url("/assets/fonts/icomoon.eot?3oxzfo");
  src: url("/assets/fonts/icomoon.eot?3oxzfo#iefix") format("embedded-opentype"), url("/assets/fonts/icomoon.ttf?3oxzfo") format("truetype"), url("/assets/fonts/icomoon.woff?3oxzfo") format("woff"), url("/assets/fonts/icomoon.svg?3oxzfo#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-shop:before {
  content: "\e90f";
}

.icon-heart:before {
  content: "\e90e";
}

.icon-truck:before {
  content: "\e90d";
}

.icon-minus:before {
  content: "\e90c";
}

.icon-arrow_l_h:before {
  content: "\e900";
}

.icon-arrow_l_l:before {
  content: "\e901";
}

.icon-arrow_l:before {
  content: "\e902";
}

.icon-arrow_r_h:before {
  content: "\e903";
}

.icon-arrow_r_l:before {
  content: "\e904";
}

.icon-batu:before {
  content: "\e905";
}

.icon-check:before {
  content: "\e906";
}

.icon-menu:before {
  content: "\e907";
}

.icon-pin:before {
  content: "\e908";
}

.icon-pintch:before {
  content: "\e909";
}

.icon-plus:before {
  content: "\e90a";
}

.icon-recycle:before {
  content: "\e90b";
}

.icon-facebook:before {
  content: "\ea90";
}

.icon-twitter:before {
  content: "\ea96";
}

.icon-arrow_b_h {
  display: inline-block;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.icon-arrow_b_h:before {
  content: "\e900";
}

/*---- text  ----*/
.sizeS {
  font-size: 1.2rem;
}

/*---- title  ----*/
.mainTtl {
  text-align: center;
  margin-bottom: 40px;
}

.mainTtl img {
  width: auto;
  max-height: 28px;
}

@media screen and (min-width: 415px) and (max-width: 768px) {
  .mainTtl {
    margin-bottom: 5%;
  }
}

@media screen and (max-width: 414px) and (orientation: portrait) {
  .mainTtl {
    margin-bottom: 8%;
  }
}

.shopTtl {
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 94px;
}

@media screen and (max-width: 768px) {
  .shopTtl {
    margin-bottom: 50px;
    padding-bottom: 34px;
  }
}

@media screen and (max-width: 414px) and (orientation: portrait) {
  .shopTtl {
    margin-top: 5%;
  }
}

.shopTtl .shopTtl__img {
  position: absolute;
  left: -210px;
}

@media screen and (max-width: 768px) {
  .shopTtl .shopTtl__img {
    left: -120px;
  }
}

.shopTtl .shopTtl__img img {
  width: auto;
  max-height: 94px;
}

@media screen and (max-width: 768px) {
  .shopTtl .shopTtl__img img {
    max-height: 54px;
  }
}

.shopPlace {
  position: absolute;
  top: -5px;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
  padding: 15px;
}

@media screen and (max-width: 768px) {
  .shopPlace {
    padding: 5% 5% 0 0;
  }
}

.shopPlace .shopPlace__txt {
  padding-right: 8px;
  font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
  .shopPlace .shopPlace__txt {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    padding: 0 0 0 8px;
    font-size: 1.0rem;
  }
}

.shopPlace img {
  max-width: 30px;
}

@media screen and (max-width: 768px) {
  .shopPlace img {
    max-width: 20px;
  }
}

/*---- img ----*/
.cmsImg {
  width: 100%;
  max-width: 400px;
  height: 247px;
  background: #f9a825 no-repeat center/cover;
}

@media screen and (min-width: 415px) and (max-width: 768px) {
  .cmsImg {
    max-width: 300px;
    height: 185px;
  }
}

@media screen and (max-width: 414px) and (orientation: portrait) {
  .cmsImg {
    max-width: 100%;
    height: 200px;
  }
}

/*---- deco ----*/
.boderImg {
  position: absolute;
  bottom: -15px;
  width: 100%;
  height: 25px;
  z-index: 1;
}

.boderImg.boderImg--wht {
  background: url(/assets/images/img_line-wht.png) repeat-x center;
}

.boderImg.boderImg--be {
  background: url(/assets/images/img_line-be.png) repeat-x center;
}

.boderImg.boderImg--yel {
  background: url(/assets/images/img_line-yel.png) repeat-x center;
}

/*-----------------------------------------------
common
-----------------------------------------------*/
/*---- .header  ----*/
.header {
  position: relative;
  width: 100%;
  min-height: 200px;
  background: no-repeat center center / cover;
}

@media screen and (max-width: 768px) {
  .header {
    min-height: 120px;
  }
  .header:before {
    z-index: 0;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
  }
}

@media screen and (min-width: 415px) and (max-width: 768px) {
  .header {
    min-height: 140px;
  }
}

.header .header__gnav {
  position: absolute;
  top: 0;
  width: 100%;
}

.header .header__gnav .pcGnav {
  max-width: 900px;
  margin: 30px auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .header .header__gnav .pcGnav {
    display: none;
  }
}

.header .header__gnav .pcGnav .pcGnav__logo {
  max-width: 220px;
}

@media screen and (max-width: 768px) {
  .header .header__gnav .pcGnav .pcGnav__logo {
    max-width: 226px;
  }
}

.header .header__gnav .pcGnav .pcGnav__gnav .pcGnav__gnavList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.header .header__gnav .pcGnav .pcGnav__gnav .pcGnav__gnavList .pcGnav__gnavMenu {
  padding-right: 30px;
}

.header .header__gnav .pcGnav .pcGnav__gnav .pcGnav__gnavList .pcGnav__gnavMenu:last-of-type {
  padding-right: 0;
}

.header .header__gnav .pcGnav .pcGnav__gnav .pcGnav__gnavList .pcGnav__gnavMenu img {
  width: auto;
  max-height: 20px;
}

.header .header__gnav .mbGnav {
  padding: 5%;
}

.header .header__gnav .mbGnav .mbGnav__gnav {
  padding: 0 5%;
  background: transparent;
}

.header .header__gnav .mbGnav .mbGnav__gnav .mbGnav__gnavMenu.gnavMenu {
  border-bottom: 1px solid #fff;
}

.header .header__gnav .mbGnav .mbGnav__gnav .mbGnav__gnavMenu.gnavMenu a {
  display: block;
  padding: 5% 0;
}

.header .header__gnav .mbGnav .mbGnav__gnav .mbGnav__gnavMenu.gnavMenu .gnavMenu__ttl {
  padding-left: 2%;
  width: auto;
  max-height: 20px;
}

.header .header__gnav .mbGnav .mbGnav__gnav .mbGnav__gnavMenu.gnavMenu--shop .adjustment {
  padding-top: 5%;
}

.header .header__gnav .mbGnav .mbGnav__gnav .mbGnav__gnavMenu.gnavMenu--shop a {
  display: block;
  padding: 5% 0 5% 5%;
}

.header .header__gnav .mbGnav .mbGnav__gnav .mbGnav__gnavMenu.gnavMenu--shop a .gnavMenu__ttl {
  width: auto;
  max-height: 24px;
}

.header .header__boderBtm {
  position: absolute;
  bottom: -18px;
  width: 100%;
  height: 25px;
  background: url(/assets/images/header_img-boderBtm.png) repeat-x center;
}

.header .header__lowerPage .header__lowerPageTtl {
  position: absolute;
  right: 5%;
  bottom: 20px;
}

.header .header__lowerPage .header__lowerPageTtl img {
  width: auto;
  max-height: 50px;
}

.shopHeader .header__top {
  width: 100%;
  height: 170px;
  padding-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .shopHeader .header__top {
    height: 120px;
    padding-top: 15px;
  }
}

.shopHeader .header__topLogo {
  z-index: 1;
  width: 50%;
}

@media screen and (max-width: 768px) {
  .shopHeader .header__topLogo {
    width: 70%;
    padding-left: 2%;
  }
}

@media screen and (min-width: 415px) and (max-width: 768px) {
  .shopHeader .header__topLogo {
    width: 70%;
    padding-left: 2%;
  }
}

.shopHeader .header__topReserve--pc {
  width: 40%;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .shopHeader .header__topReserve--pc {
    display: none;
  }
}

.shopHeader .header__topReserve--pc .header__topReserve--left .header__topReserve__ttl {
  max-width: 206px;
}

.shopHeader .header__topReserve--pc .header__topReserve--left .header__topReserve__tel {
  margin-top: .75rem;
  max-width: 204px;
}

.shopHeader .header__topReserve--pc .header__topReserve--left .header__topReserve__tel a:hover {
  opacity: .6;
}

.shopHeader .header__topReserve--pc .header__topReserve--right {
  margin: .75rem 0 0 30px;
}

.shopHeader .header__topReserve--pc .header__topReserve--right .header__topReserve__web a {
  padding: 1.5rem 2rem;
  border: 1px solid #fff;
  border-radius: 4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.shopHeader .header__topReserve--pc .header__topReserve--right .header__topReserve__web a:hover {
  opacity: 1;
  background: rgba(255, 255, 255, 0.2);
}

.shopHeader .header__topReserve--pc .header__topReserve--right .header__topReserve__web a img {
  max-width: 103px;
}

.shopHeader .header__topReserve--mb {
  margin-top: 22px;
  display: none;
}

@media screen and (max-width: 768px) {
  .shopHeader .header__topReserve--mb {
    display: block;
    width: 30%;
    padding: 0 2.5%;
  }
}

.shopHeader .header__topReserve--mb .header__topReserveItems {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media screen and (min-width: 415px) and (max-width: 768px) {
  .shopHeader .header__topReserve--mb .header__topReserveItems .header__topReserveItem img {
    max-width: 42px;
  }
}

.shopHeader .header__topReserve--mb .header__topReserveItems .header__topReserveItem + .header__topReserveItem {
  margin-left: 1rem;
}

.shopHeader .header__keyVs,
.shopHeader .header__keyVs--sp {
  width: 100%;
  height: 480px;
  margin-top: -40px;
}

@media screen and (min-width: 415px) and (max-width: 768px) {
  .shopHeader .header__keyVs,
  .shopHeader .header__keyVs--sp {
    height: 380px;
  }
}

@media screen and (max-width: 414px) and (orientation: portrait) {
  .shopHeader .header__keyVs,
  .shopHeader .header__keyVs--sp {
    height: 220px;
    margin-top: -30px;
  }
}

/*---- .footer  ----*/
@media screen and (min-width: 415px) and (max-width: 768px) {
  .footer .content {
    padding: 7% 0 5%;
  }
}

@media screen and (max-width: 414px) and (orientation: portrait) {
  .footer .content {
    padding: 15% 0 10%;
  }
}

.footer .footer__conts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .footer .footer__conts {
    display: inherit;
    display: none;
  }
}

.footer .footer__conts .footer__contsLogo img {
  max-width: 176px;
}

.footer .footer__conts .footer__contsNav.contsNav .contsNav__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.footer .footer__conts .footer__contsNav.contsNav .contsNav__list .contsNav__listItem a:hover {
  opacity: 0.5;
}

.footer .footer__conts .footer__contsNav.contsNav .contsNav__list .contsNav__listItem span {
  padding: 0 15px;
}

.footer .footer__conts .footer__contsNav.contsNav .contsNav__list .contsNav__listItem:last-of-type span {
  display: none;
}

.footer .footer__copylight {
  text-align: right;
  color: #6b472f;
}

@media screen and (max-width: 768px) {
  .footer .footer__copylight {
    text-align: center;
  }
}

.shopFooter .shopFooter__board {
  position: relative;
}

.shopFooter .shopFooter__board .shopFooter__board--boderTop {
  position: absolute;
  top: -10px;
  width: 100%;
  height: 46px;
}

.shopFooter .shopFooter__board .shopFooter__board--boderBtm {
  position: absolute;
  bottom: -40px;
  width: 100%;
  height: 66px;
}

.shopFooter .shopFooter__board .board {
  padding: 60px 0;
  position: relative;
}

@media screen and (max-width: 768px) {
  .shopFooter .shopFooter__board .board {
    padding: 15% 5%;
  }
}

@media screen and (min-width: 415px) and (max-width: 768px) {
  .shopFooter .shopFooter__board .board {
    padding: 7% 5%;
  }
}

.shopFooter .shopFooter__board .board .board__deco {
  position: absolute;
  z-index: 1;
}

.shopFooter .shopFooter__board .board .board__deco.board__deco--rightTop {
  top: -40px;
  right: -30px;
}

@media screen and (max-width: 768px) {
  .shopFooter .shopFooter__board .board .board__deco.board__deco--rightTop {
    top: -20px;
    right: 0;
  }
}

.shopFooter .shopFooter__board .board .board__deco.board__deco--rightTop img {
  max-width: 220px;
}

@media screen and (max-width: 768px) {
  .shopFooter .shopFooter__board .board .board__deco.board__deco--rightTop img {
    max-width: 110px;
  }
}

.shopFooter .shopFooter__board .board .board__deco.board__deco--leftBtm {
  bottom: -50px;
  left: -30px;
}

@media screen and (max-width: 768px) {
  .shopFooter .shopFooter__board .board .board__deco.board__deco--leftBtm {
    bottom: -25px;
    left: 0;
  }
}

.shopFooter .shopFooter__board .board .board__deco.board__deco--leftBtm img {
  max-width: 280px;
}

@media screen and (max-width: 768px) {
  .shopFooter .shopFooter__board .board .board__deco.board__deco--leftBtm img {
    max-width: 140px;
  }
}

.shopFooter .shopFooter__board .board .board__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  max-width: 90%;
}

@media screen and (max-width: 768px) {
  .shopFooter .shopFooter__board .board .board__nav {
    margin-bottom: 10%;
    max-width: 100%;
  }
}

@media screen and (min-width: 415px) and (max-width: 768px) {
  .shopFooter .shopFooter__board .board .board__nav {
    margin-bottom: 5%;
  }
}

.shopFooter .shopFooter__board .board .board__nav .board__navShop.navShop .navShop__ttl {
  margin-bottom: 10px;
}

.shopFooter .shopFooter__board .board .board__nav .board__navShop.navShop .navShop__ttl img {
  max-width: 80px;
}

@media screen and (max-width: 768px) {
  .shopFooter .shopFooter__board .board .board__nav .board__navShop.navShop .navShop__ttl img {
    max-width: 64px;
  }
}

.shopFooter .shopFooter__board .board .board__nav .board__navSite.navSite {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media screen and (max-width: 768px) {
  .shopFooter .shopFooter__board .board .board__nav .board__navSite.navSite {
    display: block;
  }
}

.shopFooter .shopFooter__board .board .board__logo {
  clear: both;
  text-align: right;
}

.shopFooter .shopFooter__board .board .board__logo img {
  width: auto;
  max-height: 58px;
}

@media screen and (max-width: 768px) {
  .shopFooter .shopFooter__board .board .board__logo img {
    max-height: 40px;
  }
}

.shopFooter .shopFooter__copyright {
  font-size: 1.0rem;
  text-align: center;
  margin: 50px;
}

/*---- 求人情報  ----*/
.recruit {
  position: relative;
  background: #f5f3ef;
}

@media screen and (max-width: 414px) and (orientation: portrait) {
  .recruit .recruit__bnr .bnr--pc {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .recruit .recruit__bnr .bnr--sp {
    display: none;
  }
}

@media screen and (min-width: 415px) and (max-width: 768px) {
  .recruit .recruit__bnr .bnr--sp {
    display: none;
  }
}

/*---- その他各店舗 ----*/
.shop__slider {
  margin-bottom: 200px;
}

@media screen and (min-width: 415px) and (max-width: 768px) {
  .shop__slider {
    margin-bottom: 15%;
  }
}

@media screen and (max-width: 414px) and (orientation: portrait) {
  .shop__slider {
    margin-bottom: 25%;
  }
}

.shop__slider .slider .slider__list {
  position: relative;
  max-width: 100%;
}

.shop__slider .slider .slider__list .slider__listItem {
  height: 500px;
  background: #000 no-repeat center / cover;
}

@media screen and (min-width: 415px) and (max-width: 768px) {
  .shop__slider .slider .slider__list .slider__listItem {
    height: 350px;
  }
}

@media screen and (max-width: 414px) and (orientation: portrait) {
  .shop__slider .slider .slider__list .slider__listItem {
    height: 250px;
  }
}

.shop__slider .slider .slider__list .slider__listPrev,
.shop__slider .slider .slider__list .slider__listNext {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}

.shop__slider .slider .slider__list .slider__listPrev img,
.shop__slider .slider .slider__list .slider__listNext img {
  max-width: 20px;
}

@media screen and (max-width: 768px) {
  .shop__slider .slider .slider__list .slider__listPrev img,
  .shop__slider .slider .slider__list .slider__listNext img {
    max-width: 14px;
  }
}

.shop__slider .slider .slider__list .slider__listPrev {
  left: 5%;
}

.shop__slider .slider .slider__list .slider__listNext {
  right: 5%;
}

.shop__slider .slider .slider__list .slick-dots {
  bottom: -30px;
}

.shop__slider .slider .slider__list .slick-dots li button:before {
  color: #fff;
}

.shop__slider .slider .slider__nav {
  position: relative;
  max-width: 980px;
  margin: 0 auto;
}

.shop__slider .slider .slider__nav .slider__navList {
  position: absolute;
  top: -50px;
  right: 0;
  max-width: 60%;
}

.shop__slider .slider .slider__nav .slider__navList .slider__navListItem {
  width: 170px;
  height: 120px;
  margin: 10px;
  background: #000 no-repeat center / cover;
  border: 2px solid #fff;
  border-radius: 4px;
}

.shop__slider .slider .slider__nav .slider__navList .slider__navListItem img {
  border-radius: 4px;
}

.shop__menu .menu {
  padding-bottom: 80px;
  /*-----------------------------------------------
        menu 共通設定
        -----------------------------------------------*/
  /*-----------------------------------------------
         menu 個別設定
        -----------------------------------------------*/
}

@media screen and (min-width: 415px) and (max-width: 768px) {
  .shop__menu .menu {
    padding-bottom: 5%;
  }
}

@media screen and (max-width: 414px) and (orientation: portrait) {
  .shop__menu .menu {
    padding-bottom: 15%;
  }
}

.shop__menu .menu .menu__ttl {
  margin: 50px 0 40px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .shop__menu .menu .menu__ttl {
    margin: 15% 0 10%;
  }
}

@media screen and (min-width: 415px) and (max-width: 768px) {
  .shop__menu .menu .menu__ttl {
    margin: 40px 0 20px;
  }
}

.shop__menu .menu .menu__ttl .menu__ttlImg {
  margin-bottom: 20px;
}

@media screen and (max-width: 414px) and (orientation: portrait) {
  .shop__menu .menu .menu__ttl .menu__ttlImg {
    margin-bottom: 5%;
  }
}

.shop__menu .menu .menu__ttl .menu__ttlImg img {
  width: auto;
  max-height: 46px;
}

@media screen and (max-width: 768px) {
  .shop__menu .menu .menu__ttl .menu__ttlImg img {
    max-height: 28px;
  }
}

.shop__menu .menu .menu__ttl .menu__ttlImg--assist {
  line-height: 0;
}

.shop__menu .menu .menu__ttl .menu__ttlImg--assist img {
  width: auto;
  max-height: 14px;
}

@media screen and (max-width: 768px) {
  .shop__menu .menu .menu__ttl .menu__ttlImg--assist img {
    max-height: 8px;
  }
}

.shop__menu .menu .menu__cat {
  margin-bottom: 50px;
  overflow: hidden;
}

@media screen and (max-width: 414px) and (orientation: portrait) {
  .shop__menu .menu .menu__cat {
    margin-bottom: 15%;
  }
}

.shop__menu .menu .menu__cat .menu__catTtl {
  margin-bottom: 20px;
}

@media screen and (max-width: 414px) and (orientation: portrait) {
  .shop__menu .menu .menu__cat .menu__catTtl {
    margin-bottom: 5%;
  }
}

.shop__menu .menu .menu__cat .menu__catTtl img {
  width: auto;
  max-height: 28px;
}

@media screen and (max-width: 768px) {
  .shop__menu .menu .menu__cat .menu__catTtl img {
    max-height: 22px;
  }
}

.shop__menu .menu .menu__cat .menu__catList.catList {
  overflow: hidden;
  line-height: 1.4;
}

.shop__menu .menu .menu__cat .menu__catList.catList .catList__name {
  float: left;
  clear: both;
}

@media screen and (max-width: 414px) and (orientation: portrait) {
  .shop__menu .menu .menu__cat .menu__catList.catList .catList__name {
    float: none;
  }
}

.shop__menu .menu .menu__cat .menu__catList.catList .catList__name .catList__name--assist {
  display: block;
  margin-bottom: 14px;
  padding-left: 2em;
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.7);
}

@media screen and (max-width: 414px) and (orientation: portrait) {
  .shop__menu .menu .menu__cat .menu__catList.catList .catList__name .catList__name--assist {
    margin-bottom: 0;
    padding-left: 1em;
  }
}

.shop__menu .menu .menu__cat .menu__catList.catList .catList__name .catList__nameType {
  margin: 4px 0 14px;
  padding-left: 2em;
  font-size: 1.2rem;
}

@media screen and (max-width: 414px) and (orientation: portrait) {
  .shop__menu .menu .menu__cat .menu__catList.catList .catList__name .catList__nameType {
    margin: 0;
    padding-left: 1em;
  }
}

.shop__menu .menu .menu__cat .menu__catList.catList .catList__price {
  color: #ecd9c3;
  float: right;
  margin-bottom: 10px;
}

@media screen and (max-width: 414px) and (orientation: portrait) {
  .shop__menu .menu .menu__cat .menu__catList.catList .catList__price {
    margin-bottom: 5%;
  }
}

.shop__menu .menu .menu__cat .menu__catList.catList .catList__price .catList__price--tax {
  font-size: 1rem;
}

.shop__menu .menu .menu__cat .menu__catNote {
  margin-top: 10px;
  padding-left: 1em;
  font-size: 1.2rem;
  color: #e3c2bf;
}

@media screen and (max-width: 414px) and (orientation: portrait) {
  .shop__menu .menu .menu__cat .menu__catNote {
    margin-top: 0;
    padding-left: 0;
  }
}

.shop__menu .menu .menu__cat.aLaCarte .catList__name {
  font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}

.shop__menu .menu .menu__cat.drink {
  padding-right: 20px;
}

@media screen and (max-width: 768px) {
  .shop__menu .menu .menu__cat.drink {
    padding-right: 0;
  }
}

.shop__menu .menu .menu__cat.drink .drink__ttl img {
  max-width: 95px;
}

@media screen and (max-width: 768px) {
  .shop__menu .menu .menu__cat.drink .drink__ttl img {
    max-width: 80px;
  }
}

.shop__menu .menu .menu__cat.lunch {
  padding-left: 20px;
}

@media screen and (max-width: 768px) {
  .shop__menu .menu .menu__cat.lunch {
    padding-left: 0;
  }
}

.shop__menu .menu .menu__cat.lunch .lunch__note {
  color: #e3c2bf;
}

/*-----------------------------------------------
 home
-----------------------------------------------*/
.header.header--home .header__slider .slider .slider__list {
  margin-bottom: 0;
}

.header.header--home .header__slider .slider .slider__list .slider__listItem {
  height: 500px;
  background: no-repeat center / cover;
}

@media screen and (max-width: 768px) {
  .header.header--home .header__slider .slider .slider__list .slider__listItem {
    height: 400px;
  }
}

.header.header--home .header__slider .slider .slick-dots {
  bottom: 20px;
}

.header.header--home .header__slider .slider .slick-dots button:before {
  color: #fff;
}

.header.header--home .header__slider .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

.header.header--home .header__slider .logo img {
  max-width: 266px;
}

.home.home--index .home__shop {
  position: relative;
}

.home.home--index .home__shop .home__shopList.shopList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (min-width: 415px) and (max-width: 768px) {
  .home.home--index .home__shop .home__shopList.shopList {
    margin-right: -5%;
  }
}

@media screen and (max-width: 414px) and (orientation: portrait) {
  .home.home--index .home__shop .home__shopList.shopList {
    display: block;
    text-align: center;
  }
}

.home.home--index .home__shop .home__shopList.shopList .shopList__item {
  width: 32%;
}

@media screen and (min-width: 415px) and (max-width: 768px) {
  .home.home--index .home__shop .home__shopList.shopList .shopList__item {
    width: 100%;
    padding-right: 5%;
  }
}

@media screen and (max-width: 414px) and (orientation: portrait) {
  .home.home--index .home__shop .home__shopList.shopList .shopList__item {
    width: 100%;
    margin-bottom: 10%;
  }
}

@media screen and (max-width: 768px) {
  .home.home--index .home__shop .home__shopList.shopList .shopList__item:last-of-type {
    margin-bottom: 0;
  }
}

.home.home--index .home__shop .home__shopList.shopList .shopList__item a:hover {
  opacity: 0.9;
}

.home.home--index .home__shop .home__shopList.shopList .shopList__item a img {
  width: 100%;
  height: auto;
  max-width: 434px;
  box-shadow: 0px 5px 6px 0px rgba(133, 133, 133, 0.5);
}

.home.home--index .home__shop .home__shopList.shopList .shopList__item a img:hover {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  box-shadow: 0px 5px 17px -6px rgba(133, 133, 133, 0.9);
  -webkit-transition: .3s;
  transition: .3s;
}

.home.home--index .home__news {
  position: relative;
  background: #f5f3ef;
}

.home.home--index .home__news .home__newsBoard .newsBoard .newsBoard__def .newsBoard__defData {
  float: left;
  clear: both;
  padding-right: 20px;
  color: #f9a825;
}

@media screen and (max-width: 768px) {
  .home.home--index .home__news .home__newsBoard .newsBoard .newsBoard__def .newsBoard__defData {
    padding-right: 5%;
  }
}

.home.home--index .home__news .home__newsBoard .newsBoard .newsBoard__def .newsBoard__defTtl {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #75837b;
}

.home.home--index .home__news .home__newsBoard .newsBoard .newsBoard__def .newsBoard__defTtl a {
  color: #fff;
  display: block;
}

.home.home--index .home__news .home__newsBoard .newsBoard .newsBoard__def .newsBoard__defTtl a:hover {
  color: #f9a825;
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .home.home--index .home__news .home__newsBoard .newsBoard .newsBoard__def .newsBoard__defTtl {
    margin-bottom: 5%;
    padding-bottom: 5%;
  }
}

.home.home--index .home__news .home__newsBoard .newsBoard .newsBoard__def .newsBoard__defTtl:last-of-type {
  margin-bottom: 0;
}

.home.home--index .home__ptr {
  position: relative;
}

.home.home--index .home__ptr .home__ptrImg.ptrImg {
  width: 100%;
  height: 400px;
  background: #2e3f36 url(../images/top_bg-ehime.jpg) no-repeat center;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .home.home--index .home__ptr .home__ptrImg.ptrImg {
    height: 250px;
  }
}

.home.home--index .home__ptr .home__ptrImg.ptrImg .ptrImg__catchCopy {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .home.home--index .home__ptr .home__ptrImg.ptrImg .ptrImg__catchCopy {
    padding: 0 5%;
  }
}

.home.home--index .home__ptr .home__ptrImg.ptrImg .ptrImg__catchCopy img {
  max-width: 160px;
}

@media screen and (max-width: 768px) {
  .home.home--index .home__ptr .home__ptrImg.ptrImg .ptrImg__catchCopy img {
    max-width: 100px;
  }
}

.home.home--index .home__ptr .home__ptrConts .content {
  padding: 60px 0 60px;
}

@media screen and (max-width: 768px) {
  .home.home--index .home__ptr .home__ptrConts .content {
    padding: 10% 5%;
  }
}

.home.home--index .home__ptr .home__ptrConts.ptrConts .ptrConts__txt {
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .home.home--index .home__ptr .home__ptrConts.ptrConts .ptrConts__txt {
    margin-bottom: 5%;
  }
}

.home.home--index .home__ptr .home__ptrConts.ptrConts .ptrConts__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 50px;
}

@media screen and (min-width: 415px) and (max-width: 768px) {
  .home.home--index .home__ptr .home__ptrConts.ptrConts .ptrConts__list {
    margin: 0 -5% 10% 0;
  }
}

@media screen and (max-width: 414px) and (orientation: portrait) {
  .home.home--index .home__ptr .home__ptrConts.ptrConts .ptrConts__list {
    margin: 0 -5% 15% 0;
  }
}

@media screen and (max-width: 768px) {
  .home.home--index .home__ptr .home__ptrConts.ptrConts .ptrConts__list .ptrConts__listImg {
    padding-right: 5%;
  }
}

.home.home--index .home__ptr .home__ptrConts.ptrConts .ptrConts__list .ptrConts__listImg img {
  max-width: 110px;
}

@media screen and (max-width: 768px) {
  .home.home--index .home__ptr .home__ptrConts.ptrConts .ptrConts__list .ptrConts__listImg img {
    max-width: 70px;
  }
}

.home.home--index .home__ptr .home__ptrConts.ptrConts .ptrConts__btn {
  margin: 0 auto;
}

.home.home--index .home__tarte {
  position: relative;
  background: #fff6dc;
}

.home.home--index .home__tarte .tarte {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .home.home--index .home__tarte .tarte {
    display: block;
  }
}

.home.home--index .home__tarte .tarte .tarte__img {
  padding-right: 50px;
}

@media screen and (min-width: 415px) and (max-width: 768px) {
  .home.home--index .home__tarte .tarte .tarte__img {
    margin-bottom: 5%;
    padding: 0 0 0 30px;
    text-align: center;
  }
}

@media screen and (max-width: 414px) and (orientation: portrait) {
  .home.home--index .home__tarte .tarte .tarte__img {
    margin-bottom: 10%;
    padding: 0 0 0 30px;
    text-align: center;
  }
}

.home.home--index .home__tarte .tarte .tarte__img img {
  max-width: 210px;
}

@media screen and (max-width: 768px) {
  .home.home--index .home__tarte .tarte .tarte__img img {
    max-width: 173px;
  }
}

.home.home--index .home__tarte .tarte .tarte__conts .tarte__contsTtl {
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .home.home--index .home__tarte .tarte .tarte__conts .tarte__contsTtl {
    margin-bottom: 5%;
    text-align: center;
  }
}

.home.home--index .home__tarte .tarte .tarte__conts .tarte__contsTtl img {
  max-width: 238px;
}

@media screen and (max-width: 768px) {
  .home.home--index .home__tarte .tarte .tarte__conts .tarte__contsTtl img {
    max-width: 206px;
  }
}

.home.home--index .home__tarte .tarte .tarte__conts .tarte__contsTxt {
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .home.home--index .home__tarte .tarte .tarte__conts .tarte__contsTxt {
    margin-bottom: 10%;
  }
}

.home.home--index .home__tarte .tarte .tarte__conts .tarte__contsBtn {
  background: #f9a825;
  padding-right: 20px;
}

@media screen and (max-width: 768px) {
  .home.home--index .home__tarte .tarte .tarte__conts .tarte__contsBtn {
    margin: 0 auto;
  }
}

.home.home--index .home__tarte .tarte .tarte__conts .tarte__contsBtn img {
  max-width: 30px;
  margin-right: 10px;
}

/*-----------------------------------------------
 company
-----------------------------------------------*/
.header.header--company {
  background-image: url(../images/header_keyVs-about.jpg);
}

.company.company--index .company__msg {
  position: relative;
}

.company.company--index .company__msg .company__msgImg {
  float: left;
  max-width: 50%;
  padding-right: 30px;
}

@media screen and (min-width: 415px) and (max-width: 768px) {
  .company.company--index .company__msg .company__msgImg {
    padding-right: 4%;
  }
}

@media screen and (max-width: 414px) and (orientation: portrait) {
  .company.company--index .company__msg .company__msgImg {
    float: none;
    max-width: 100%;
    margin-bottom: 10%;
    padding-right: 0;
  }
}

.company.company--index .company__msg .company__msgImg img {
  max-width: 425px;
}

.company.company--index .company__msg .company__msgTxt {
  min-width: 50%;
  margin-bottom: 30px;
}

@media screen and (max-width: 414px) and (orientation: portrait) {
  .company.company--index .company__msg .company__msgTxt {
    min-width: none;
    margin-bottom: 10%;
  }
}

.company.company--index .company__msg .company__msgName {
  text-align: right;
}

.company.company--index .company__msg .company__msgName img {
  max-width: 238px;
}

.company.company--index .company__info {
  position: relative;
  background: #f5f3ef;
}

.company.company--index .company__info .company__infoDef.infoDef {
  max-width: 560px;
  margin: 0 auto;
}

.company.company--index .company__info .company__infoDef.infoDef .infoDef__ttl {
  float: left;
  clear: both;
  padding: 15px 0 15px 15px;
}

@media screen and (max-width: 768px) {
  .company.company--index .company__info .company__infoDef.infoDef .infoDef__ttl {
    padding: 5% 0 5% 5%;
  }
}

.company.company--index .company__info .company__infoDef.infoDef .infoDef__data {
  padding: 15px;
  padding-left: 120px;
  border-bottom: 1px solid #7f7d76;
}

@media screen and (max-width: 768px) {
  .company.company--index .company__info .company__infoDef.infoDef .infoDef__data {
    padding: 5%;
    padding-left: 30%;
  }
}

.company.company--index .company__shop {
  position: relative;
}

.company.company--index .company__shop .shop {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .company.company--index .company__shop .shop {
    margin-bottom: 10%;
  }
}

@media screen and (min-width: 415px) and (max-width: 768px) {
  .company.company--index .company__shop .shop {
    margin-bottom: 20px;
  }
}

.company.company--index .company__shop .shop:last-of-type {
  margin-bottom: 0;
}

.company.company--index .company__shop .shop a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .company.company--index .company__shop .shop a {
    display: block;
  }
}

.company.company--index .company__shop .shop a:hover {
  opacity: 0.9;
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  box-shadow: 0px 8px 10px -2px rgba(133, 133, 133, 0.4);
  -webkit-transition: .3s;
  transition: .3s;
}

.company.company--index .company__shop .shop a .shop__img {
  width: 40%;
  height: 200px;
  background: no-repeat center / cover;
}

@media screen and (max-width: 768px) {
  .company.company--index .company__shop .shop a .shop__img {
    width: 100%;
    margin-bottom: 5%;
  }
}

@media screen and (min-width: 415px) and (max-width: 768px) {
  .company.company--index .company__shop .shop a .shop__img {
    height: 260px;
    margin-bottom: 0;
  }
}

.company.company--index .company__shop .shop a .shop__box {
  width: 60%;
  padding: 20px 20px 20px 40px;
}

@media screen and (max-width: 768px) {
  .company.company--index .company__shop .shop a .shop__box {
    width: 100%;
    padding: 0;
  }
}

@media screen and (min-width: 415px) and (max-width: 768px) {
  .company.company--index .company__shop .shop a .shop__box {
    padding: 30px 20px;
  }
}

.company.company--index .company__shop .shop a .shop__box .shop__boxTtl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 30px;
}

@media screen and (max-width: 414px) and (orientation: portrait) {
  .company.company--index .company__shop .shop a .shop__box .shop__boxTtl {
    display: block;
    margin-bottom: 5%;
  }
}

.company.company--index .company__shop .shop a .shop__box .shop__boxTtl img {
  width: auto;
  max-height: 54px;
}

@media screen and (max-width: 768px) {
  .company.company--index .company__shop .shop a .shop__box .shop__boxTtl img {
    max-height: 40px;
  }
}

.company.company--index .company__shop .shop a .shop__box .shop__boxTtl.shop__boxTtl--kokyo span {
  background: #43251e;
}

.company.company--index .company__shop .shop a .shop__box .shop__boxTtl.shop__boxTtl--imabari span {
  background: #2e3f36;
}

.company.company--index .company__shop .shop a .shop__box .shop__boxTtl.shop__boxTtl--san span {
  background: #2d355a;
}

.company.company--index .company__shop .shop a .shop__box .shop__boxTtl span {
  display: block;
  width: 88px;
  height: 32px;
  margin-right: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 3px;
  color: #fff;
}

@media screen and (max-width: 414px) and (orientation: portrait) {
  .company.company--index .company__shop .shop a .shop__box .shop__boxTtl span {
    margin-right: 0;
    margin-bottom: 5%;
  }
}

.company.company--index .company__map {
  position: relative;
}

.company.company--index .company__map .gmap--company {
  width: 100%;
  height: 460px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .company.company--index .company__map .gmap--company {
    height: 300px;
  }
}

/*-----------------------------------------------
  NEWS
-----------------------------------------------*/
.header.header--news {
  background-image: url(../images/header_keyVs-news.jpg);
}

.news.news--index .news__cont {
  position: relative;
}

.news.news--index .news__cont .newsCard {
  overflow: hidden;
  margin-bottom: 50px;
}

@media screen and (max-width: 414px) and (orientation: portrait) {
  .news.news--index .news__cont .newsCard {
    margin-bottom: 5%;
  }
}

.news.news--index .news__cont .newsCard .newsCard__ttl {
  margin-bottom: 30px;
  font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
  .news.news--index .news__cont .newsCard .newsCard__ttl {
    margin-bottom: 5%;
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 415px) and (max-width: 768px) {
  .news.news--index .news__cont .newsCard .newsCard__ttl {
    margin-bottom: 20px;
  }
}

.news.news--index .news__cont .newsCard .newsCard__ttl .newsCard__ttlDeta {
  display: block;
  font-size: 1.4rem;
  color: #f9a825;
}

.news.news--index .news__cont .newsCard .newsCard__img {
  float: left;
  margin-right: 20px;
}

@media screen and (max-width: 414px) and (orientation: portrait) {
  .news.news--index .news__cont .newsCard .newsCard__img {
    margin: 0 0 5% 0;
  }
}

.news.news--index .news__cont .newsCard--btn {
  margin: 0 auto;
}

/*-----------------------------------------------
 partner
-----------------------------------------------*/
.header.header--ptr {
  height: 500px;
  background-image: url(../images/header_keyVs-ehime.jpg);
}

@media screen and (max-width: 768px) {
  .header.header--ptr {
    height: 200px;
  }
}

@media screen and (min-width: 415px) and (max-width: 768px) {
  .header.header--ptr {
    height: 300px;
  }
}

.header.header--ptr .header__ptrCatch {
  max-width: 900px;
  margin: 150px auto 0;
}

@media screen and (max-width: 768px) {
  .header.header--ptr .header__ptrCatch {
    margin: 40px auto 0;
    padding-left: 5%;
  }
}

@media screen and (min-width: 415px) and (max-width: 768px) {
  .header.header--ptr .header__ptrCatch {
    margin: 50px auto 0;
    padding-left: 5%;
  }
}

.header.header--ptr .header__ptrCatch img {
  max-width: 160px;
}

@media screen and (max-width: 768px) {
  .header.header--ptr .header__ptrCatch img {
    max-width: 80px;
  }
}

@media screen and (min-width: 415px) and (max-width: 768px) {
  .header.header--ptr .header__ptrCatch img {
    max-width: 120px;
  }
}

.ptr.ptr--index .ptr__top .contentTop {
  padding-bottom: 0;
}

.ptr.ptr--index .ptr__top .ptr__topTxt {
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .ptr.ptr--index .ptr__top .ptr__topTxt {
    margin-bottom: 10%;
  }
}

@media screen and (min-width: 415px) and (max-width: 768px) {
  .ptr.ptr--index .ptr__top .ptr__topTxt {
    margin-bottom: 5%;
  }
}

.ptr.ptr--index .ptr__top .ptr__topBox.topBox {
  position: relative;
}

.ptr.ptr--index .ptr__top .ptr__topBox.topBox .topBox__img {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

@media screen and (max-width: 768px) {
  .ptr.ptr--index .ptr__top .ptr__topBox.topBox .topBox__img .topBox__img--map {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 10%;
  }
}

.ptr.ptr--index .ptr__top .ptr__topBox.topBox .topBox__img .topBox__img--map img {
  max-width: 598px;
}

@media screen and (max-width: 768px) {
  .ptr.ptr--index .ptr__top .ptr__topBox.topBox .topBox__img .topBox__img--catch {
    padding-left: 2%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}

.ptr.ptr--index .ptr__top .ptr__topBox.topBox .topBox__img .topBox__img--catch img {
  max-width: 160px;
}

.ptr.ptr--index .ptr__top .ptr__topBox.topBox .topBox__note {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 350px;
  margin: 30px 0;
}

@media screen and (max-width: 768px) {
  .ptr.ptr--index .ptr__top .ptr__topBox.topBox .topBox__note {
    position: inherit;
    margin: 10% 0 0;
    max-width: 100%;
  }
}

.ptr.ptr--index .ptr__intro {
  position: relative;
}

.ptr.ptr--index .ptr__intro .introCard--wrap .introCard {
  margin-bottom: 50px;
}

.ptr.ptr--index .ptr__intro .introCard--wrap .introCard:last-of-type {
  margin-bottom: 0;
}

@media screen and (max-width: 414px) and (orientation: portrait) {
  .ptr.ptr--index .ptr__intro .introCard--wrap .introCard {
    margin-bottom: 15%;
  }
  .ptr.ptr--index .ptr__intro .introCard--wrap .introCard:last-of-type {
    margin-bottom: 0;
  }
}

.ptr.ptr--index .ptr__intro .introCard--wrap .introCard .introCard__ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 414px) and (orientation: portrait) {
  .ptr.ptr--index .ptr__intro .introCard--wrap .introCard .introCard__ttl {
    display: block;
    margin-bottom: 5%;
  }
}

.ptr.ptr--index .ptr__intro .introCard--wrap .introCard .introCard__ttl .introCard__ttlLogo {
  margin-right: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 414px) and (orientation: portrait) {
  .ptr.ptr--index .ptr__intro .introCard--wrap .introCard .introCard__ttl .introCard__ttlLogo {
    margin-right: 0;
  }
}

.ptr.ptr--index .ptr__intro .introCard--wrap .introCard .introCard__ttl .introCard__ttlLogo img {
  max-width: 60px;
  margin-right: 10px;
}

@media screen and (max-width: 414px) and (orientation: portrait) {
  .ptr.ptr--index .ptr__intro .introCard--wrap .introCard .introCard__ttl .introCard__ttlLogo img {
    max-width: 34px;
    margin: 0 5px 5% 0;
  }
}

.ptr.ptr--index .ptr__intro .introCard--wrap .introCard .introCard__ttl .introCard__ttlTxt {
  font-size: 2.4rem;
}

@media screen and (max-width: 414px) and (orientation: portrait) {
  .ptr.ptr--index .ptr__intro .introCard--wrap .introCard .introCard__ttl .introCard__ttlTxt {
    font-size: 2.0rem;
  }
}

.ptr.ptr--index .ptr__intro .introCard--wrap .introCard .introCard__cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 414px) and (orientation: portrait) {
  .ptr.ptr--index .ptr__intro .introCard--wrap .introCard .introCard__cont {
    display: block;
  }
}

.ptr.ptr--index .ptr__intro .introCard--wrap .introCard .introCard__cont .introCard__contImg {
  width: 44.5%;
}

@media screen and (max-width: 414px) and (orientation: portrait) {
  .ptr.ptr--index .ptr__intro .introCard--wrap .introCard .introCard__cont .introCard__contImg {
    width: 100%;
    margin-bottom: 5%;
  }
}

.ptr.ptr--index .ptr__intro .introCard--wrap .introCard .introCard__cont .introCard__contImg .img {
  width: 100%;
  max-width: 400px;
  height: 247px;
  background: no-repeat center / cover;
}

@media screen and (min-width: 415px) and (max-width: 768px) {
  .ptr.ptr--index .ptr__intro .introCard--wrap .introCard .introCard__cont .introCard__contImg .img {
    max-width: 300px;
    height: 185px;
  }
}

@media screen and (max-width: 414px) and (orientation: portrait) {
  .ptr.ptr--index .ptr__intro .introCard--wrap .introCard .introCard__cont .introCard__contImg .img {
    max-width: 100%;
    height: 200px;
  }
}

.ptr.ptr--index .ptr__intro .introCard--wrap .introCard .introCard__cont .introCard__contBox.contBox {
  width: 55.5%;
  padding-left: 5%;
}

@media screen and (max-width: 414px) and (orientation: portrait) {
  .ptr.ptr--index .ptr__intro .introCard--wrap .introCard .introCard__cont .introCard__contBox.contBox {
    width: 100%;
    padding-left: 0;
  }
}

.ptr.ptr--index .ptr__intro .introCard--wrap .introCard .introCard__cont .introCard__contBox.contBox .contBox__ttl {
  margin-bottom: 20px;
  font-size: 2.2rem;
}

@media screen and (max-width: 414px) and (orientation: portrait) {
  .ptr.ptr--index .ptr__intro .introCard--wrap .introCard .introCard__cont .introCard__contBox.contBox .contBox__ttl {
    margin-bottom: 5%;
    font-size: 2.0rem;
  }
}

.ptr.ptr--index .ptr__intro .introCard--wrap .introCard .introCard__cont .introCard__contBox.contBox .contBox__ttl .contBox__ttlMark {
  display: block;
  margin-bottom: 4px;
  font-size: 1.0rem;
}

.ptr.ptr--index .ptr__intro .introCard--wrap .introCard .introCard__cont .introCard__contBox.contBox .contBox__txt {
  margin-bottom: 30px;
}

@media screen and (max-width: 414px) and (orientation: portrait) {
  .ptr.ptr--index .ptr__intro .introCard--wrap .introCard .introCard__cont .introCard__contBox.contBox .contBox__txt {
    margin-bottom: 10%;
  }
}

/*-----------------------------------------------
 kokyo
-----------------------------------------------*/
.shopHeader.shopHeader--kokyo .header__keyVs {
  background: url(../images/kokyo/header_keyVs-flame.png) no-repeat center/cover, url(../images/kokyo/header_keyVs.jpg) no-repeat center/cover;
}

.kokyo.kokyo--index .kokyo__concept .shopContent {
  position: relative;
}

.kokyo.kokyo--index .kokyo__concept .conceptTop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

@media screen and (min-width: 415px) and (max-width: 768px) {
  .kokyo.kokyo--index .kokyo__concept .conceptTop {
    margin-bottom: 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 414px) and (orientation: portrait) {
  .kokyo.kokyo--index .kokyo__concept .conceptTop {
    display: inherit;
    margin-bottom: 15%;
  }
}

.kokyo.kokyo--index .kokyo__concept .conceptTop .catchCopy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.kokyo.kokyo--index .kokyo__concept .conceptTop .catchCopy .catchCopy__img {
  padding-right: 40px;
}

@media screen and (max-width: 414px) and (orientation: portrait) {
  .kokyo.kokyo--index .kokyo__concept .conceptTop .catchCopy .catchCopy__img {
    padding-right: 10%;
  }
}

.kokyo.kokyo--index .kokyo__concept .conceptTop .catchCopy .catchCopy__img img {
  max-width: 92px;
}

@media screen and (max-width: 768px) {
  .kokyo.kokyo--index .kokyo__concept .conceptTop .catchCopy .catchCopy__img img {
    max-width: 48px;
  }
}

.kokyo.kokyo--index .kokyo__concept .conceptTop .catchCopy .catchCopy__txt {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .kokyo.kokyo--index .kokyo__concept .conceptTop .catchCopy .catchCopy__txt {
    margin-top: 5%;
  }
}

.kokyo.kokyo--index .kokyo__concept .conceptTop .cuisine {
  position: relative;
}

@media screen and (max-width: 414px) and (orientation: portrait) {
  .kokyo.kokyo--index .kokyo__concept .conceptTop .cuisine {
    margin-top: -30px;
  }
}

.kokyo.kokyo--index .kokyo__concept .conceptTop .cuisine .cuisine__img {
  text-align: right;
}

@media screen and (min-width: 769px) {
  .kokyo.kokyo--index .kokyo__concept .conceptTop .cuisine .cuisine__img {
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .kokyo.kokyo--index .kokyo__concept .conceptTop .cuisine .cuisine__img {
    padding-bottom: 12%;
  }
}

.kokyo.kokyo--index .kokyo__concept .conceptTop .cuisine .cuisine__img img {
  max-width: 520px;
}

@media screen and (max-width: 768px) {
  .kokyo.kokyo--index .kokyo__concept .conceptTop .cuisine .cuisine__img img {
    max-width: 294px;
  }
}

.kokyo.kokyo--index .kokyo__concept .conceptTop .cuisine .cuisine__name {
  position: absolute;
  bottom: 0;
  right: 20px;
}

@media screen and (max-width: 414px) and (orientation: portrait) {
  .kokyo.kokyo--index .kokyo__concept .conceptTop .cuisine .cuisine__name {
    right: 2%;
  }
}

.kokyo.kokyo--index .kokyo__concept .conceptTop .cuisine .cuisine__name img {
  max-width: 280px;
}

@media screen and (max-width: 768px) {
  .kokyo.kokyo--index .kokyo__concept .conceptTop .cuisine .cuisine__name img {
    max-width: 220px;
  }
}

.kokyo.kokyo--index .kokyo__concept .conceptBtm {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media screen and (min-width: 415px) and (max-width: 768px) {
  .kokyo.kokyo--index .kokyo__concept .conceptBtm {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}

@media screen and (max-width: 414px) and (orientation: portrait) {
  .kokyo.kokyo--index .kokyo__concept .conceptBtm {
    display: block;
    position: relative;
    margin-bottom: 5%;
  }
}

.kokyo.kokyo--index .kokyo__concept .conceptBtm .cuisine {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 414px) and (orientation: portrait) {
  .kokyo.kokyo--index .kokyo__concept .conceptBtm .cuisine {
    display: block;
  }
}

.kokyo.kokyo--index .kokyo__concept .conceptBtm .cuisine .cuisine__img {
  margin-right: 30px;
}

@media screen and (max-width: 414px) and (orientation: portrait) {
  .kokyo.kokyo--index .kokyo__concept .conceptBtm .cuisine .cuisine__img {
    display: inline-block;
    margin: 0 0 5% 0;
  }
}

.kokyo.kokyo--index .kokyo__concept .conceptBtm .cuisine .cuisine__img img {
  max-width: 440px;
}

@media screen and (max-width: 768px) {
  .kokyo.kokyo--index .kokyo__concept .conceptBtm .cuisine .cuisine__img img {
    max-width: 220px;
  }
}

@media screen and (max-width: 414px) and (orientation: portrait) {
  .kokyo.kokyo--index .kokyo__concept .conceptBtm .cuisine .cuisine__box {
    padding-left: 5%;
  }
}

.kokyo.kokyo--index .kokyo__concept .conceptBtm .cuisine .cuisine__box .cuisine__boxName {
  margin-bottom: 20px;
}

@media screen and (max-width: 414px) and (orientation: portrait) {
  .kokyo.kokyo--index .kokyo__concept .conceptBtm .cuisine .cuisine__box .cuisine__boxName {
    margin-bottom: 5%;
  }
}

.kokyo.kokyo--index .kokyo__concept .conceptBtm .cuisine .cuisine__box .cuisine__boxName img {
  max-width: 178px;
}

@media screen and (max-width: 768px) {
  .kokyo.kokyo--index .kokyo__concept .conceptBtm .cuisine .cuisine__box .cuisine__boxName img {
    max-width: 142px;
  }
}

.kokyo.kokyo--index .kokyo__concept .conceptBtm .catchCopy {
  margin-bottom: 30px;
  padding-right: 40px;
}

@media screen and (max-width: 414px) and (orientation: portrait) {
  .kokyo.kokyo--index .kokyo__concept .conceptBtm .catchCopy {
    display: inline-block;
    margin-bottom: 0;
    padding-right: 5%;
    position: absolute;
    top: 0;
    right: 0;
  }
}

.kokyo.kokyo--index .kokyo__concept .conceptBtm .catchCopy img {
  max-width: 120px;
}

@media screen and (max-width: 768px) {
  .kokyo.kokyo--index .kokyo__concept .conceptBtm .catchCopy img {
    max-width: 64px;
  }
}

.kokyo.kokyo--index .shop__menu--kokyo .menu .menu__deco {
  position: absolute;
  z-index: 1;
}

.kokyo.kokyo--index .shop__menu--kokyo .menu .menu__deco.menu__deco--leftTop1 {
  top: -30px;
  left: 60px;
}

@media screen and (max-width: 768px) {
  .kokyo.kokyo--index .shop__menu--kokyo .menu .menu__deco.menu__deco--leftTop1 {
    top: -6px;
    left: 25px;
  }
}

.kokyo.kokyo--index .shop__menu--kokyo .menu .menu__deco.menu__deco--leftTop1 img {
  max-width: 220px;
}

@media screen and (max-width: 768px) {
  .kokyo.kokyo--index .shop__menu--kokyo .menu .menu__deco.menu__deco--leftTop1 img {
    max-width: 110px;
  }
}

.kokyo.kokyo--index .shop__menu--kokyo .menu .menu__deco.menu__deco--leftTop2 {
  top: 60px;
  left: -20px;
}

@media screen and (max-width: 768px) {
  .kokyo.kokyo--index .shop__menu--kokyo .menu .menu__deco.menu__deco--leftTop2 {
    top: 40px;
    left: -10px;
  }
}

.kokyo.kokyo--index .shop__menu--kokyo .menu .menu__deco.menu__deco--leftTop2 img {
  max-width: 140px;
}

@media screen and (max-width: 768px) {
  .kokyo.kokyo--index .shop__menu--kokyo .menu .menu__deco.menu__deco--leftTop2 img {
    max-width: 70px;
  }
}

.kokyo.kokyo--index .shop__menu--kokyo .menu .menu__deco.menu__deco--rightTop1 {
  top: -30px;
  right: 40px;
}

@media screen and (max-width: 768px) {
  .kokyo.kokyo--index .shop__menu--kokyo .menu .menu__deco.menu__deco--rightTop1 {
    top: -15px;
    right: 20px;
  }
}

.kokyo.kokyo--index .shop__menu--kokyo .menu .menu__deco.menu__deco--rightTop1 img {
  max-width: 190px;
}

@media screen and (max-width: 768px) {
  .kokyo.kokyo--index .shop__menu--kokyo .menu .menu__deco.menu__deco--rightTop1 img {
    max-width: 95px;
  }
}

.kokyo.kokyo--index .shop__menu--kokyo .menu .menu__deco.menu__deco--rightTop2 {
  top: 100px;
  right: -20px;
}

@media screen and (max-width: 768px) {
  .kokyo.kokyo--index .shop__menu--kokyo .menu .menu__deco.menu__deco--rightTop2 {
    top: 50px;
    right: -10px;
  }
}

.kokyo.kokyo--index .shop__menu--kokyo .menu .menu__deco.menu__deco--rightTop2 img {
  max-width: 160px;
}

@media screen and (max-width: 768px) {
  .kokyo.kokyo--index .shop__menu--kokyo .menu .menu__deco.menu__deco--rightTop2 img {
    max-width: 80px;
  }
}

.kokyo.kokyo--index .shop__menu--kokyo .menu .menu__deco.menu__deco--leftBtm {
  bottom: -60px;
  left: 6px;
}

@media screen and (max-width: 768px) {
  .kokyo.kokyo--index .shop__menu--kokyo .menu .menu__deco.menu__deco--leftBtm {
    bottom: -30px;
    left: 3px;
  }
}

.kokyo.kokyo--index .shop__menu--kokyo .menu .menu__deco.menu__deco--leftBtm img {
  max-width: 180px;
}

@media screen and (max-width: 768px) {
  .kokyo.kokyo--index .shop__menu--kokyo .menu .menu__deco.menu__deco--leftBtm img {
    max-width: 90px;
  }
}

.kokyo.kokyo--index .shop__menu--kokyo .menu .menu__deco.menu__deco--rightBtm {
  bottom: -80px;
  right: -10px;
}

@media screen and (max-width: 768px) {
  .kokyo.kokyo--index .shop__menu--kokyo .menu .menu__deco.menu__deco--rightBtm {
    bottom: -40px;
    right: -5px;
  }
}

.kokyo.kokyo--index .shop__menu--kokyo .menu .menu__deco.menu__deco--rightBtm img {
  max-width: 260px;
}

@media screen and (max-width: 768px) {
  .kokyo.kokyo--index .shop__menu--kokyo .menu .menu__deco.menu__deco--rightBtm img {
    max-width: 130px;
  }
}

.kokyo.kokyo--index .kokyo__info .infoTop .shopContent {
  padding: 100px 0 50px;
}

@media screen and (max-width: 768px) {
  .kokyo.kokyo--index .kokyo__info .infoTop .shopContent {
    padding: 16% 5% 10%;
  }
}

@media screen and (min-width: 415px) and (max-width: 768px) {
  .kokyo.kokyo--index .kokyo__info .infoTop .shopContent {
    padding: 10% 5% 5%;
  }
}

.kokyo.kokyo--index .kokyo__info .infoTop .infoTop__deco--outer {
  position: relative;
}

.kokyo.kokyo--index .kokyo__info .infoTop .infoTop__deco--outer .infoTop__deco {
  position: absolute;
  z-index: 1;
}

.kokyo.kokyo--index .kokyo__info .infoTop .infoTop__deco--outer .infoTop__deco.infoTop__deco--leftTop1 {
  position: absolute;
  top: -40px;
  right: 0;
}

@media screen and (min-width: 415px) and (max-width: 768px) {
  .kokyo.kokyo--index .kokyo__info .infoTop .infoTop__deco--outer .infoTop__deco.infoTop__deco--leftTop1 {
    right: 10px;
  }
}

.kokyo.kokyo--index .kokyo__info .infoTop .infoTop__deco--outer .infoTop__deco.infoTop__deco--leftTop1 img {
  max-width: 220px;
}

@media screen and (min-width: 415px) and (max-width: 768px) {
  .kokyo.kokyo--index .kokyo__info .infoTop .infoTop__deco--outer .infoTop__deco.infoTop__deco--leftTop1 img {
    max-width: 110px;
  }
}

@media screen and (max-width: 414px) and (orientation: portrait) {
  .kokyo.kokyo--index .kokyo__info .infoTop .infoTop__deco--outer .infoTop__deco.infoTop__deco--leftTop1 img {
    display: none;
  }
}

.kokyo.kokyo--index .kokyo__info .infoTop .infoTop__deco--outer .infoTop__deco.infoTop__deco--leftTop2 {
  position: absolute;
  top: 100px;
  right: -40px;
}

@media screen and (min-width: 415px) and (max-width: 768px) {
  .kokyo.kokyo--index .kokyo__info .infoTop .infoTop__deco--outer .infoTop__deco.infoTop__deco--leftTop2 {
    top: 40px;
    right: -20px;
  }
}

.kokyo.kokyo--index .kokyo__info .infoTop .infoTop__deco--outer .infoTop__deco.infoTop__deco--leftTop2 img {
  max-width: 150px;
}

@media screen and (min-width: 415px) and (max-width: 768px) {
  .kokyo.kokyo--index .kokyo__info .infoTop .infoTop__deco--outer .infoTop__deco.infoTop__deco--leftTop2 img {
    max-width: 75px;
  }
}

@media screen and (max-width: 414px) and (orientation: portrait) {
  .kokyo.kokyo--index .kokyo__info .infoTop .infoTop__deco--outer .infoTop__deco.infoTop__deco--leftTop2 img {
    display: none;
  }
}

.kokyo.kokyo--index .kokyo__info .infoTop .infoTop__detail {
  overflow: hidden;
}

.kokyo.kokyo--index .kokyo__info .infoTop .infoTop__detail .infoTop__detailTtl {
  float: left;
  clear: both;
}

.kokyo.kokyo--index .kokyo__info .infoTop .infoTop__detail .infoTop__detailData {
  margin-bottom: 20px;
  padding-left: 90px;
}

@media screen and (max-width: 768px) {
  .kokyo.kokyo--index .kokyo__info .infoTop .infoTop__detail .infoTop__detailData {
    padding-left: 70px;
  }
}

.kokyo.kokyo--index .kokyo__info .infoTop .infoTop__detail .infoTop__detailData:last-of-type {
  margin-bottom: 0;
}

.kokyo.kokyo--index .kokyo__info .infoMap .shopContent {
  padding: 50px 0 80px;
}

@media screen and (max-width: 768px) {
  .kokyo.kokyo--index .kokyo__info .infoMap .shopContent {
    padding: 10% 5% 20%;
  }
}

@media screen and (min-width: 415px) and (max-width: 768px) {
  .kokyo.kokyo--index .kokyo__info .infoMap .shopContent {
    padding: 5% 5% 10%;
  }
}

.kokyo.kokyo--index .kokyo__info .infoMap .infoMap__gmap {
  width: 100%;
  height: 460px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .kokyo.kokyo--index .kokyo__info .infoMap .infoMap__gmap {
    height: 300px;
  }
}

.kokyo.kokyo--index .kokyo__info .infoMap .infoMap__btn {
  display: inline-block;
  margin-bottom: 20px;
  padding: 12px 26px;
  border: 1px solid #fff;
  border-radius: 4px;
  background-color: transparent;
}

@media screen and (max-width: 414px) and (orientation: portrait) {
  .kokyo.kokyo--index .kokyo__info .infoMap .infoMap__btn {
    width: 100%;
    margin-bottom: 10%;
    padding: 10px 0;
    text-align: center;
  }
}

.kokyo.kokyo--index .kokyo__info .infoMap .infoMap__btn:hover {
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.2);
}

.shopFooter.shopFooter--kokyo .shopFooter__board {
  background: url(../images/kokyo/footer_bg-kokyo.png) repeat center;
}

.shopFooter.shopFooter--kokyo .shopFooter__board .shopFooter__board--boderTop {
  background: url(../images/kokyo/footer_boderTop.png) repeat center;
}

.shopFooter.shopFooter--kokyo .shopFooter__board .shopFooter__board--boderBtm {
  background: url(../images/kokyo/footer_boderBtm.png) repeat center;
}

/*-----------------------------------------------
 imabari
-----------------------------------------------*/
.shopHeader.shopHeader--imabari .header__keyVs {
  background: url(../images/imabari/header_keyVs-flame.png) no-repeat center/cover, url(../images/imabari/header_keyVs.jpg) no-repeat center/cover;
}

.imabari.imabari--index .imabari__concept .shopContent {
  position: relative;
}

.imabari.imabari--index .imabari__concept .conceptTop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

@media screen and (max-width: 414px) and (orientation: portrait) {
  .imabari.imabari--index .imabari__concept .conceptTop {
    display: inherit;
    margin-bottom: 15%;
  }
}

.imabari.imabari--index .imabari__concept .conceptTop .catchCopy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.imabari.imabari--index .imabari__concept .conceptTop .catchCopy .catchCopy__img {
  padding-right: 40px;
}

@media screen and (max-width: 414px) and (orientation: portrait) {
  .imabari.imabari--index .imabari__concept .conceptTop .catchCopy .catchCopy__img {
    padding-right: 10%;
  }
}

.imabari.imabari--index .imabari__concept .conceptTop .catchCopy .catchCopy__img img {
  max-width: 90px;
}

@media screen and (max-width: 768px) {
  .imabari.imabari--index .imabari__concept .conceptTop .catchCopy .catchCopy__img img {
    max-width: 48px;
  }
}

.imabari.imabari--index .imabari__concept .conceptTop .catchCopy .catchCopy__txt {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .imabari.imabari--index .imabari__concept .conceptTop .catchCopy .catchCopy__txt {
    margin-top: 5%;
  }
}

@media screen and (min-width: 415px) and (max-width: 768px) {
  .imabari.imabari--index .imabari__concept .conceptTop .cuisine {
    padding-right: 40px;
  }
}

@media screen and (max-width: 414px) and (orientation: portrait) {
  .imabari.imabari--index .imabari__concept .conceptTop .cuisine {
    margin-top: -30px;
  }
}

@media screen and (max-width: 414px) and (orientation: portrait) {
  .imabari.imabari--index .imabari__concept .conceptTop .cuisine .cuisine__img {
    text-align: right;
    padding-right: 5%;
  }
}

.imabari.imabari--index .imabari__concept .conceptTop .cuisine .cuisine__img img {
  max-width: 480px;
}

@media screen and (max-width: 768px) {
  .imabari.imabari--index .imabari__concept .conceptTop .cuisine .cuisine__img img {
    max-width: 250px;
  }
}

.imabari.imabari--index .imabari__concept .conceptTop .cuisine .cuisine__name {
  text-align: right;
}

@media screen and (min-width: 769px) {
  .imabari.imabari--index .imabari__concept .conceptTop .cuisine .cuisine__name {
    margin-top: -30px;
  }
}

@media screen and (max-width: 414px) and (orientation: portrait) {
  .imabari.imabari--index .imabari__concept .conceptTop .cuisine .cuisine__name {
    margin-top: 0;
    padding-right: 5%;
  }
}

.imabari.imabari--index .imabari__concept .conceptTop .cuisine .cuisine__name img {
  width: auto;
  max-height: 53px;
}

@media screen and (max-width: 768px) {
  .imabari.imabari--index .imabari__concept .conceptTop .cuisine .cuisine__name img {
    max-height: 40px;
  }
}

.imabari.imabari--index .imabari__concept .conceptBtm {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media screen and (min-width: 415px) and (max-width: 768px) {
  .imabari.imabari--index .imabari__concept .conceptBtm {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}

@media screen and (max-width: 414px) and (orientation: portrait) {
  .imabari.imabari--index .imabari__concept .conceptBtm {
    display: block;
    position: relative;
    margin-bottom: 5%;
  }
}

.imabari.imabari--index .imabari__concept .conceptBtm .cuisine {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 414px) and (orientation: portrait) {
  .imabari.imabari--index .imabari__concept .conceptBtm .cuisine {
    display: block;
  }
}

.imabari.imabari--index .imabari__concept .conceptBtm .cuisine .cuisine__img {
  margin-right: 30px;
}

@media screen and (max-width: 414px) and (orientation: portrait) {
  .imabari.imabari--index .imabari__concept .conceptBtm .cuisine .cuisine__img {
    display: inline-block;
    margin: 0 0 5% 0;
  }
}

.imabari.imabari--index .imabari__concept .conceptBtm .cuisine .cuisine__img img {
  max-width: 510px;
}

@media screen and (max-width: 768px) {
  .imabari.imabari--index .imabari__concept .conceptBtm .cuisine .cuisine__img img {
    max-width: 255px;
  }
}

@media screen and (max-width: 414px) and (orientation: portrait) {
  .imabari.imabari--index .imabari__concept .conceptBtm .cuisine .cuisine__box {
    padding-left: 5%;
  }
}

.imabari.imabari--index .imabari__concept .conceptBtm .cuisine .cuisine__box .cuisine__boxName {
  margin-bottom: 20px;
}

@media screen and (max-width: 414px) and (orientation: portrait) {
  .imabari.imabari--index .imabari__concept .conceptBtm .cuisine .cuisine__box .cuisine__boxName {
    margin-bottom: 5%;
  }
}

.imabari.imabari--index .imabari__concept .conceptBtm .cuisine .cuisine__box .cuisine__boxName img {
  width: auto;
  max-height: 22px;
}

@media screen and (max-width: 768px) {
  .imabari.imabari--index .imabari__concept .conceptBtm .cuisine .cuisine__box .cuisine__boxName img {
    max-height: 18px;
  }
}

.imabari.imabari--index .imabari__concept .conceptBtm .catchCopy {
  margin-bottom: 30px;
  padding-right: 40px;
}

@media screen and (max-width: 414px) and (orientation: portrait) {
  .imabari.imabari--index .imabari__concept .conceptBtm .catchCopy {
    display: inline-block;
    margin-bottom: 0;
    padding-right: 5%;
    position: absolute;
    top: 0;
    right: 0;
  }
}

.imabari.imabari--index .imabari__concept .conceptBtm .catchCopy img {
  max-width: 120px;
}

@media screen and (max-width: 768px) {
  .imabari.imabari--index .imabari__concept .conceptBtm .catchCopy img {
    max-width: 64px;
  }
}

.imabari.imabari--index .shop__menu--imabari .menu .menu__deco {
  position: absolute;
  z-index: 1;
}

.imabari.imabari--index .shop__menu--imabari .menu .menu__deco.menu__deco--leftTop1 {
  top: -40px;
}

@media screen and (max-width: 768px) {
  .imabari.imabari--index .shop__menu--imabari .menu .menu__deco.menu__deco--leftTop1 {
    top: -10px;
  }
}

.imabari.imabari--index .shop__menu--imabari .menu .menu__deco.menu__deco--leftTop1 img {
  max-width: 220px;
}

@media screen and (max-width: 768px) {
  .imabari.imabari--index .shop__menu--imabari .menu .menu__deco.menu__deco--leftTop1 img {
    max-width: 110px;
  }
}

.imabari.imabari--index .shop__menu--imabari .menu .menu__deco.menu__deco--leftTop2 {
  top: 70px;
  left: -20px;
}

@media screen and (max-width: 768px) {
  .imabari.imabari--index .shop__menu--imabari .menu .menu__deco.menu__deco--leftTop2 {
    top: 45px;
    left: 0;
  }
}

.imabari.imabari--index .shop__menu--imabari .menu .menu__deco.menu__deco--leftTop2 img {
  max-width: 180px;
}

@media screen and (max-width: 768px) {
  .imabari.imabari--index .shop__menu--imabari .menu .menu__deco.menu__deco--leftTop2 img {
    max-width: 90px;
  }
}

.imabari.imabari--index .shop__menu--imabari .menu .menu__deco.menu__deco--rightTop {
  top: -20px;
  right: 10px;
}

@media screen and (max-width: 768px) {
  .imabari.imabari--index .shop__menu--imabari .menu .menu__deco.menu__deco--rightTop {
    top: -10px;
    right: 5px;
  }
}

.imabari.imabari--index .shop__menu--imabari .menu .menu__deco.menu__deco--rightTop img {
  max-width: 220px;
}

@media screen and (max-width: 768px) {
  .imabari.imabari--index .shop__menu--imabari .menu .menu__deco.menu__deco--rightTop img {
    max-width: 110px;
  }
}

.imabari.imabari--index .shop__menu--imabari .menu .menu__deco.menu__deco--leftBtm {
  bottom: -60px;
  left: 4px;
}

@media screen and (max-width: 768px) {
  .imabari.imabari--index .shop__menu--imabari .menu .menu__deco.menu__deco--leftBtm {
    bottom: -30px;
  }
}

.imabari.imabari--index .shop__menu--imabari .menu .menu__deco.menu__deco--leftBtm img {
  max-width: 220px;
}

@media screen and (max-width: 768px) {
  .imabari.imabari--index .shop__menu--imabari .menu .menu__deco.menu__deco--leftBtm img {
    max-width: 110px;
  }
}

.imabari.imabari--index .shop__menu--imabari .menu .menu__deco.menu__deco--rightBtm1 {
  bottom: 10px;
  right: -40px;
}

@media screen and (max-width: 768px) {
  .imabari.imabari--index .shop__menu--imabari .menu .menu__deco.menu__deco--rightBtm1 {
    bottom: 20px;
    right: 0;
  }
}

.imabari.imabari--index .shop__menu--imabari .menu .menu__deco.menu__deco--rightBtm1 img {
  max-width: 120px;
}

@media screen and (max-width: 768px) {
  .imabari.imabari--index .shop__menu--imabari .menu .menu__deco.menu__deco--rightBtm1 img {
    max-width: 60px;
  }
}

.imabari.imabari--index .shop__menu--imabari .menu .menu__deco.menu__deco--rightBtm2 {
  bottom: -80px;
  right: 40px;
}

@media screen and (max-width: 768px) {
  .imabari.imabari--index .shop__menu--imabari .menu .menu__deco.menu__deco--rightBtm2 {
    bottom: -40px;
    right: 20px;
  }
}

.imabari.imabari--index .shop__menu--imabari .menu .menu__deco.menu__deco--rightBtm2 img {
  max-width: 200px;
}

@media screen and (max-width: 768px) {
  .imabari.imabari--index .shop__menu--imabari .menu .menu__deco.menu__deco--rightBtm2 img {
    max-width: 100px;
  }
}

.imabari.imabari--index .imabari__info .infoTop .shopContent {
  padding: 100px 0 50px;
}

@media screen and (max-width: 768px) {
  .imabari.imabari--index .imabari__info .infoTop .shopContent {
    padding: 16% 5% 10%;
  }
}

@media screen and (min-width: 415px) and (max-width: 768px) {
  .imabari.imabari--index .imabari__info .infoTop .shopContent {
    padding: 10% 5% 5%;
  }
}

.imabari.imabari--index .imabari__info .infoTop .infoTop__deco--outer {
  position: relative;
}

.imabari.imabari--index .imabari__info .infoTop .infoTop__deco--outer .infoTop__deco {
  position: absolute;
  z-index: 1;
}

.imabari.imabari--index .imabari__info .infoTop .infoTop__deco--outer .infoTop__deco.infoTop__deco--leftTop1 {
  position: absolute;
  top: -40px;
  right: 0;
}

@media screen and (min-width: 415px) and (max-width: 768px) {
  .imabari.imabari--index .imabari__info .infoTop .infoTop__deco--outer .infoTop__deco.infoTop__deco--leftTop1 {
    right: 10px;
  }
}

.imabari.imabari--index .imabari__info .infoTop .infoTop__deco--outer .infoTop__deco.infoTop__deco--leftTop1 img {
  max-width: 220px;
}

@media screen and (min-width: 415px) and (max-width: 768px) {
  .imabari.imabari--index .imabari__info .infoTop .infoTop__deco--outer .infoTop__deco.infoTop__deco--leftTop1 img {
    max-width: 130px;
  }
}

@media screen and (max-width: 414px) and (orientation: portrait) {
  .imabari.imabari--index .imabari__info .infoTop .infoTop__deco--outer .infoTop__deco.infoTop__deco--leftTop1 img {
    display: none;
  }
}

.imabari.imabari--index .imabari__info .infoTop .infoTop__deco--outer .infoTop__deco.infoTop__deco--leftTop2 {
  position: absolute;
  top: 120px;
  right: -40px;
}

@media screen and (min-width: 415px) and (max-width: 768px) {
  .imabari.imabari--index .imabari__info .infoTop .infoTop__deco--outer .infoTop__deco.infoTop__deco--leftTop2 {
    top: 60px;
    right: -20px;
  }
}

.imabari.imabari--index .imabari__info .infoTop .infoTop__deco--outer .infoTop__deco.infoTop__deco--leftTop2 img {
  max-width: 160px;
}

@media screen and (min-width: 415px) and (max-width: 768px) {
  .imabari.imabari--index .imabari__info .infoTop .infoTop__deco--outer .infoTop__deco.infoTop__deco--leftTop2 img {
    max-width: 90px;
  }
}

@media screen and (max-width: 414px) and (orientation: portrait) {
  .imabari.imabari--index .imabari__info .infoTop .infoTop__deco--outer .infoTop__deco.infoTop__deco--leftTop2 img {
    display: none;
  }
}

.imabari.imabari--index .imabari__info .infoTop .infoTop__detail {
  overflow: hidden;
}

.imabari.imabari--index .imabari__info .infoTop .infoTop__detail .infoTop__detailTtl {
  float: left;
  clear: both;
}

.imabari.imabari--index .imabari__info .infoTop .infoTop__detail .infoTop__detailData {
  margin-bottom: 20px;
  padding-left: 90px;
}

@media screen and (max-width: 768px) {
  .imabari.imabari--index .imabari__info .infoTop .infoTop__detail .infoTop__detailData {
    padding-left: 70px;
  }
}

.imabari.imabari--index .imabari__info .infoTop .infoTop__detail .infoTop__detailData:last-of-type {
  margin-bottom: 0;
}

.imabari.imabari--index .imabari__info .infoMap .shopContent {
  padding: 50px 0 80px;
}

@media screen and (max-width: 768px) {
  .imabari.imabari--index .imabari__info .infoMap .shopContent {
    padding: 10% 5% 20%;
  }
}

@media screen and (min-width: 415px) and (max-width: 768px) {
  .imabari.imabari--index .imabari__info .infoMap .shopContent {
    padding: 5% 5% 10%;
  }
}

.imabari.imabari--index .imabari__info .infoMap .infoMap__gmap {
  width: 100%;
  height: 460px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .imabari.imabari--index .imabari__info .infoMap .infoMap__gmap {
    height: 300px;
  }
}

.imabari.imabari--index .imabari__info .infoMap .infoMap__btn {
  display: inline-block;
  margin-bottom: 20px;
  padding: 12px 26px;
  border: 1px solid #fff;
  border-radius: 4px;
  background-color: transparent;
}

@media screen and (max-width: 414px) and (orientation: portrait) {
  .imabari.imabari--index .imabari__info .infoMap .infoMap__btn {
    width: 100%;
    margin-bottom: 10%;
    padding: 10px 0;
    text-align: center;
  }
}

.imabari.imabari--index .imabari__info .infoMap .infoMap__btn:hover {
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.2);
}

.shopFooter.shopFooter--imabari .shopFooter__board {
  background: url(../images/imabari/footer_bg-imabari.png) repeat center;
}

.shopFooter.shopFooter--imabari .shopFooter__board .shopFooter__board--boderTop {
  background: url(../images/imabari/footer_boderTop.png) repeat center;
}

.shopFooter.shopFooter--imabari .shopFooter__board .shopFooter__board--boderBtm {
  background: url(../images/imabari/footer_boderBtm.png) repeat center;
}

/*-----------------------------------------------
 san
-----------------------------------------------*/
.shopHeader.shopHeader--san .header__keyVs {
  background: url(../images/san/header_keyVs-flame.png) no-repeat center/cover, url(../images/san/header_keyVs.jpg) no-repeat center/cover;
}

.san.san--index .san__concept .shopContent {
  position: relative;
}

.san.san--index .san__concept .conceptTop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

@media screen and (max-width: 414px) and (orientation: portrait) {
  .san.san--index .san__concept .conceptTop {
    display: inherit;
    margin-bottom: 15%;
  }
}

.san.san--index .san__concept .conceptTop .catchCopy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.san.san--index .san__concept .conceptTop .catchCopy .catchCopy__img {
  padding-right: 40px;
}

@media screen and (max-width: 414px) and (orientation: portrait) {
  .san.san--index .san__concept .conceptTop .catchCopy .catchCopy__img {
    padding-right: 10%;
  }
}

.san.san--index .san__concept .conceptTop .catchCopy .catchCopy__img img {
  max-width: 130px;
}

@media screen and (max-width: 768px) {
  .san.san--index .san__concept .conceptTop .catchCopy .catchCopy__img img {
    max-width: 80px;
  }
}

.san.san--index .san__concept .conceptTop .catchCopy .catchCopy__txt {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .san.san--index .san__concept .conceptTop .catchCopy .catchCopy__txt {
    margin-top: 5%;
    margin-right: 5%;
  }
}

@media screen and (min-width: 415px) and (max-width: 768px) {
  .san.san--index .san__concept .conceptTop .cuisine {
    padding-right: 40px;
  }
}

@media screen and (max-width: 414px) and (orientation: portrait) {
  .san.san--index .san__concept .conceptTop .cuisine {
    margin-top: -30px;
  }
}

@media screen and (max-width: 414px) and (orientation: portrait) {
  .san.san--index .san__concept .conceptTop .cuisine .cuisine__img {
    text-align: right;
    padding-right: 5%;
  }
}

.san.san--index .san__concept .conceptTop .cuisine .cuisine__img img {
  max-width: 480px;
}

@media screen and (max-width: 768px) {
  .san.san--index .san__concept .conceptTop .cuisine .cuisine__img img {
    max-width: 300px;
  }
}

.san.san--index .san__concept .conceptTop .cuisine .cuisine__name {
  text-align: right;
}

@media screen and (min-width: 769px) {
  .san.san--index .san__concept .conceptTop .cuisine .cuisine__name {
    margin-top: -30px;
  }
}

@media screen and (max-width: 414px) and (orientation: portrait) {
  .san.san--index .san__concept .conceptTop .cuisine .cuisine__name {
    margin-top: 0;
    padding-right: 5%;
  }
}

.san.san--index .san__concept .conceptTop .cuisine .cuisine__name img {
  width: auto;
  max-height: 53px;
}

@media screen and (max-width: 768px) {
  .san.san--index .san__concept .conceptTop .cuisine .cuisine__name img {
    max-height: 40px;
  }
}

.san.san--index .san__concept .conceptBtm {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media screen and (min-width: 415px) and (max-width: 768px) {
  .san.san--index .san__concept .conceptBtm {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}

@media screen and (max-width: 414px) and (orientation: portrait) {
  .san.san--index .san__concept .conceptBtm {
    display: block;
    position: relative;
    margin-bottom: 5%;
  }
}

.san.san--index .san__concept .conceptBtm .cuisine {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 414px) and (orientation: portrait) {
  .san.san--index .san__concept .conceptBtm .cuisine {
    display: block;
  }
}

.san.san--index .san__concept .conceptBtm .cuisine .cuisine__img {
  margin-right: 30px;
}

@media screen and (max-width: 414px) and (orientation: portrait) {
  .san.san--index .san__concept .conceptBtm .cuisine .cuisine__img {
    display: inline-block;
    margin: 0 0 5% 0;
  }
}

.san.san--index .san__concept .conceptBtm .cuisine .cuisine__img img {
  max-width: 610px;
}

@media screen and (max-width: 768px) {
  .san.san--index .san__concept .conceptBtm .cuisine .cuisine__img img {
    max-width: 255px;
  }
}

@media screen and (max-width: 414px) and (orientation: portrait) {
  .san.san--index .san__concept .conceptBtm .cuisine .cuisine__box {
    padding-left: 5%;
  }
}

.san.san--index .san__concept .conceptBtm .cuisine .cuisine__box .cuisine__boxName {
  margin-bottom: 20px;
}

@media screen and (max-width: 414px) and (orientation: portrait) {
  .san.san--index .san__concept .conceptBtm .cuisine .cuisine__box .cuisine__boxName {
    margin-bottom: 5%;
  }
}

.san.san--index .san__concept .conceptBtm .cuisine .cuisine__box .cuisine__boxName img {
  width: auto;
  max-height: 22px;
}

@media screen and (max-width: 768px) {
  .san.san--index .san__concept .conceptBtm .cuisine .cuisine__box .cuisine__boxName img {
    max-height: 18px;
  }
}

.san.san--index .san__concept .conceptBtm .catchCopy {
  margin-bottom: 30px;
  padding-right: 40px;
}

@media screen and (max-width: 414px) and (orientation: portrait) {
  .san.san--index .san__concept .conceptBtm .catchCopy {
    display: inline-block;
    margin-bottom: 0;
    padding-right: 5%;
    position: absolute;
    top: 25px;
    right: 0;
  }
}

.san.san--index .san__concept .conceptBtm .catchCopy img {
  max-width: 160px;
}

@media screen and (max-width: 768px) {
  .san.san--index .san__concept .conceptBtm .catchCopy img {
    max-width: 64px;
  }
}

.san.san--index .shop__menu--san .contents .shopBlkBd {
  position: relative;
}

.san.san--index .shop__menu--san .contents .shopBlkBd .shopBlkBd__boderTop {
  position: absolute;
  top: -4px;
  width: 100%;
  height: 58px;
  background: url(/assets/images/san/kokuban-boderTop.png) repeat-x center;
}

.san.san--index .shop__menu--san .contents .shopBlkBd .shopBlkBd__conts {
  margin: 0 20px;
  padding: 30px 50px;
  max-width: 910px;
  background: url(/assets/images/san/kokuban-bg.png) repeat-y center;
  background-size: 100% auto;
  box-shadow: -8px 0px 12px -2px rgba(0, 0, 0, 0.31), 8px 0px 12px -2px rgba(0, 0, 0, 0.31);
}

@media screen and (max-width: 768px) {
  .san.san--index .shop__menu--san .contents .shopBlkBd .shopBlkBd__conts {
    margin: 0 5%;
    padding: 30px 5%;
  }
}

.san.san--index .shop__menu--san .contents .shopBlkBd .shopBlkBd__boderBtm {
  position: absolute;
  bottom: -32px;
  width: 100%;
  height: 58px;
  background: url(/assets/images/san/kokuban-boderBtm.png) repeat-x center;
}

.san.san--index .shop__menu--san .menu .menu__deco {
  position: absolute;
  z-index: 1;
}

.san.san--index .shop__menu--san .menu .menu__deco.menu__deco--leftTop1 {
  top: -40px;
}

@media screen and (max-width: 768px) {
  .san.san--index .shop__menu--san .menu .menu__deco.menu__deco--leftTop1 {
    top: -10px;
  }
}

.san.san--index .shop__menu--san .menu .menu__deco.menu__deco--leftTop1 img {
  max-width: 220px;
}

@media screen and (max-width: 768px) {
  .san.san--index .shop__menu--san .menu .menu__deco.menu__deco--leftTop1 img {
    max-width: 110px;
  }
}

.san.san--index .shop__menu--san .menu .menu__deco.menu__deco--leftTop2 {
  top: 70px;
  left: -20px;
}

@media screen and (max-width: 768px) {
  .san.san--index .shop__menu--san .menu .menu__deco.menu__deco--leftTop2 {
    top: 45px;
    left: 0;
  }
}

.san.san--index .shop__menu--san .menu .menu__deco.menu__deco--leftTop2 img {
  max-width: 180px;
}

@media screen and (max-width: 768px) {
  .san.san--index .shop__menu--san .menu .menu__deco.menu__deco--leftTop2 img {
    max-width: 90px;
  }
}

.san.san--index .shop__menu--san .menu .menu__deco.menu__deco--rightTop {
  top: -20px;
  right: 10px;
}

@media screen and (max-width: 768px) {
  .san.san--index .shop__menu--san .menu .menu__deco.menu__deco--rightTop {
    top: -10px;
    right: 5px;
  }
}

.san.san--index .shop__menu--san .menu .menu__deco.menu__deco--rightTop img {
  max-width: 220px;
}

@media screen and (max-width: 768px) {
  .san.san--index .shop__menu--san .menu .menu__deco.menu__deco--rightTop img {
    max-width: 110px;
  }
}

.san.san--index .shop__menu--san .menu .menu__deco.menu__deco--leftBtm {
  bottom: -60px;
  left: 4px;
}

@media screen and (max-width: 768px) {
  .san.san--index .shop__menu--san .menu .menu__deco.menu__deco--leftBtm {
    bottom: -30px;
  }
}

.san.san--index .shop__menu--san .menu .menu__deco.menu__deco--leftBtm img {
  max-width: 220px;
}

@media screen and (max-width: 768px) {
  .san.san--index .shop__menu--san .menu .menu__deco.menu__deco--leftBtm img {
    max-width: 110px;
  }
}

.san.san--index .shop__menu--san .menu .menu__deco.menu__deco--rightBtm1 {
  bottom: 10px;
  right: -40px;
}

@media screen and (max-width: 768px) {
  .san.san--index .shop__menu--san .menu .menu__deco.menu__deco--rightBtm1 {
    bottom: 20px;
    right: 0;
  }
}

.san.san--index .shop__menu--san .menu .menu__deco.menu__deco--rightBtm1 img {
  max-width: 120px;
}

@media screen and (max-width: 768px) {
  .san.san--index .shop__menu--san .menu .menu__deco.menu__deco--rightBtm1 img {
    max-width: 60px;
  }
}

.san.san--index .shop__menu--san .menu .menu__deco.menu__deco--rightBtm2 {
  bottom: -80px;
  right: 40px;
}

@media screen and (max-width: 768px) {
  .san.san--index .shop__menu--san .menu .menu__deco.menu__deco--rightBtm2 {
    bottom: -40px;
    right: 20px;
  }
}

.san.san--index .shop__menu--san .menu .menu__deco.menu__deco--rightBtm2 img {
  max-width: 200px;
}

@media screen and (max-width: 768px) {
  .san.san--index .shop__menu--san .menu .menu__deco.menu__deco--rightBtm2 img {
    max-width: 100px;
  }
}

.san.san--index .san__info .infoTop .shopContent {
  padding: 100px 0 50px;
}

@media screen and (max-width: 768px) {
  .san.san--index .san__info .infoTop .shopContent {
    padding: 16% 5% 10%;
  }
}

@media screen and (min-width: 415px) and (max-width: 768px) {
  .san.san--index .san__info .infoTop .shopContent {
    padding: 10% 5% 5%;
  }
}

.san.san--index .san__info .infoTop .infoTop__deco--outer {
  position: relative;
}

.san.san--index .san__info .infoTop .infoTop__deco--outer .infoTop__deco {
  position: absolute;
  z-index: 1;
}

.san.san--index .san__info .infoTop .infoTop__deco--outer .infoTop__deco.infoTop__deco--leftTop1 {
  position: absolute;
  top: -40px;
  right: 0;
}

@media screen and (min-width: 415px) and (max-width: 768px) {
  .san.san--index .san__info .infoTop .infoTop__deco--outer .infoTop__deco.infoTop__deco--leftTop1 {
    right: 10px;
  }
}

.san.san--index .san__info .infoTop .infoTop__deco--outer .infoTop__deco.infoTop__deco--leftTop1 img {
  max-width: 220px;
}

@media screen and (min-width: 415px) and (max-width: 768px) {
  .san.san--index .san__info .infoTop .infoTop__deco--outer .infoTop__deco.infoTop__deco--leftTop1 img {
    max-width: 130px;
  }
}

@media screen and (max-width: 414px) and (orientation: portrait) {
  .san.san--index .san__info .infoTop .infoTop__deco--outer .infoTop__deco.infoTop__deco--leftTop1 img {
    display: none;
  }
}

.san.san--index .san__info .infoTop .infoTop__deco--outer .infoTop__deco.infoTop__deco--leftTop2 {
  position: absolute;
  top: 120px;
  right: -40px;
}

@media screen and (min-width: 415px) and (max-width: 768px) {
  .san.san--index .san__info .infoTop .infoTop__deco--outer .infoTop__deco.infoTop__deco--leftTop2 {
    top: 60px;
    right: -20px;
  }
}

.san.san--index .san__info .infoTop .infoTop__deco--outer .infoTop__deco.infoTop__deco--leftTop2 img {
  max-width: 160px;
}

@media screen and (min-width: 415px) and (max-width: 768px) {
  .san.san--index .san__info .infoTop .infoTop__deco--outer .infoTop__deco.infoTop__deco--leftTop2 img {
    max-width: 90px;
  }
}

@media screen and (max-width: 414px) and (orientation: portrait) {
  .san.san--index .san__info .infoTop .infoTop__deco--outer .infoTop__deco.infoTop__deco--leftTop2 img {
    display: none;
  }
}

.san.san--index .san__info .infoTop .infoTop__detail {
  overflow: hidden;
}

.san.san--index .san__info .infoTop .infoTop__detail .infoTop__detailTtl {
  float: left;
  clear: both;
}

.san.san--index .san__info .infoTop .infoTop__detail .infoTop__detailData {
  margin-bottom: 20px;
  padding-left: 90px;
}

@media screen and (max-width: 768px) {
  .san.san--index .san__info .infoTop .infoTop__detail .infoTop__detailData {
    padding-left: 70px;
  }
}

.san.san--index .san__info .infoTop .infoTop__detail .infoTop__detailData:last-of-type {
  margin-bottom: 0;
}

.san.san--index .san__info .infoMap .shopContent {
  padding: 50px 0 80px;
}

@media screen and (max-width: 768px) {
  .san.san--index .san__info .infoMap .shopContent {
    padding: 10% 5% 20%;
  }
}

@media screen and (min-width: 415px) and (max-width: 768px) {
  .san.san--index .san__info .infoMap .shopContent {
    padding: 5% 5% 10%;
  }
}

.san.san--index .san__info .infoMap .infoMap__gmap {
  width: 100%;
  height: 460px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .san.san--index .san__info .infoMap .infoMap__gmap {
    height: 300px;
  }
}

.san.san--index .san__info .infoMap .infoMap__btn {
  display: inline-block;
  margin-bottom: 20px;
  padding: 12px 26px;
  border: 1px solid #fff;
  border-radius: 4px;
  background-color: transparent;
}

@media screen and (max-width: 414px) and (orientation: portrait) {
  .san.san--index .san__info .infoMap .infoMap__btn {
    width: 100%;
    margin-bottom: 10%;
    padding: 10px 0;
    text-align: center;
  }
}

.san.san--index .san__info .infoMap .infoMap__btn:hover {
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.2);
}

.shopFooter.shopFooter--san {
  background: url(../images/san/footer_tile.png) repeat center bottom;
}

.shopFooter.shopFooter--san .shopFooter__board {
  background: url(../images/san/footer_bg-san.png) repeat center;
}

.shopFooter.shopFooter--san .shopFooter__board .shopFooter__board--boderTop {
  background: url(../images/san/footer_boderTop.png) repeat center;
}

.shopFooter.shopFooter--san .shopFooter__board .shopFooter__board--boderBtm {
  background: url(../images/san/footer_boderBtm.png) repeat center;
}

/*-----------------------------------------------
  error
-----------------------------------------------*/
.header.header--error {
  background-image: url(../images/header_keyVs-error.jpg);
}

.header.header--error .boderImg {
  bottom: -18px;
}

.error .error__cont {
  position: relative;
  background: #f5f3ef;
}

.error .error__cont .error__contTxt {
  margin-bottom: 60px;
}

@media screen and (max-width: 414px) and (orientation: portrait) {
  .error .error__cont .error__contTxt {
    margin-bottom: 15%;
  }
}

.error .error__cont .error__contBtn {
  margin: 0 auto;
}

/*# sourceMappingURL=map/style.css.map */
