@charset "UTF-8";
a {
  text-decoration: none;
  color: #000; }

@media screen and (max-width: 750px) {
  /* SP */
  .sp_only {
    display: block; }

  .pc_only {
    display: none; } }
@media screen and (min-width: 751px) and (max-width: 1070px) {
  .size_tb {
    display: block; }

  .sp_only {
    display: none; } }
@media screen and (min-width: 1071px) {
  /* PC */
  .sp_only {
    display: none !important; }

  .size_tb {
    display: none; }

  .pc_only {
    display: block !important; } 

  }
/* Document
 * ========================================================================== */
/**
 * Add border box sizing in all browsers (opinionated).
 */
*,
::before,
::after {
  box-sizing: border-box; }

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
  /* 2 */ }

/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Change the line height in all browsers (opinionated).
 * 3. Use a 4-space tab width in all browsers (opinionated).
 * 4. Remove the grey highlight on links in iOS (opinionated).
 * 5. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 * 6. Breaks words to prevent overflow in all browsers (opinionated).
 */
html {
  cursor: default;
  /* 1 */
  line-height: 1.5;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  tab-size: 4;
  /* 3 */
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%;
  /* 5 */
  -webkit-text-size-adjust: 100%;
  /* 5 */
  word-break: break-word;
  /* 6 */ }

/* Sections
 * ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
  font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    } 

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Edge, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
 * ========================================================================== */
/**
 * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
 */
dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0; }

/**
 * Remove the margin on nested lists in Edge 18- and IE.
 */
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0; }

/**
 * 1. Add the correct sizing in Firefox.
 * 2. Show the overflow in Edge 18- and IE.
 */
hr {
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * Add the correct display in IE.
 */
main {
  display: block; }

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none;
  padding: 0; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
 * ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Add the correct text decoration in Edge 18-, IE, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browsers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on iframes in all browsers (opinionated).
 */
iframe {
  border-style: none; }

/**
 * Remove the border on images within links in IE 10-.
 */
img {
  border-style: none;
  width: 100%; }

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg:not([fill]) {
  fill: currentColor; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Tabular data
 * ========================================================================== */
/**
 * Collapse border spacing in all browsers (opinionated).
 */
table {
  border-collapse: collapse; }

/* Forms
 * ========================================================================== */
/**
 * Remove the margin on controls in Safari.
 */
button,
input,
select {
  margin: 0; }

/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
 */
button {
  overflow: visible;
  /* 1 */
  text-transform: none;
  /* 2 */ }

/**
 * Correct the inability to style buttons in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * 1. Change the inconsistent appearance in all browsers (opinionated).
 * 2. Correct the padding in Firefox.
 */
fieldset {
  border: 1px solid #a0a0a0;
  /* 1 */
  padding: 0.35em 0.75em 0.625em;
  /* 2 */ }

/**
 * Show the overflow in Edge 18- and IE.
 */
input {
  overflow: visible; }

/**
 * 1. Correct the text wrapping in Edge 18- and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in Edge 18- and IE.
 * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the inheritance of text transform in Firefox.
 */
select {
  text-transform: none; }

/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 * 3. Change the resize direction in all browsers (opinionated).
 */
textarea {
  margin: 0;
  /* 1 */
  overflow: auto;
  /* 2 */
  resize: vertical;
  /* 3 */ }

/**
 * Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  padding: 0; }

/**
 * 1. Correct the odd appearance in Chrome, Edge, and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto; }

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style upload buttons in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Remove the additional :invalid styles in Firefox.
 */
:-moz-ui-invalid {
  box-shadow: none; }

/* Interactive
 * ========================================================================== */
/*
 * Add the correct display in Edge 18- and IE.
 */
details {
  display: block; }

/*
 * Add the correct styles in Edge 18-, IE, and Safari.
 */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content; }

dialog:not([open]) {
  display: none; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
 * ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* User interaction
 * ========================================================================== */
/*
 * 1. Remove the tapping delay in IE 10.
 * 2. Remove the tapping delay on clickable elements
      in all browsers (opinionated).
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  /* 1 */
  touch-action: manipulation;
  /* 2 */ }

/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

/* Accessibility
 * ========================================================================== */
/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */
[aria-busy="true"] {
  cursor: progress; }

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */
[aria-controls] {
  cursor: pointer; }

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */
[aria-disabled="true"],
[disabled] {
  cursor: not-allowed; }

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */
[aria-hidden="false"][hidden] {
  display: initial; }

[aria-hidden="false"][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute; }

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

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

/* ボタン */
.btn-more {
  text-align: center;
  margin: 41px 0; }

.btn-link {
  padding: 20px 85px;
  border: 1px solid #000;
  font-size: 1rem;
  color: #000;
  transition: 0.3s;
  position: relative; }

.btn-link::before {
  content: "";
  width: 13px;
  height: 13px;
  transform: rotate(45deg) scale(1);
  -webkit-transform: rotate(45deg) scale(1);
  -moz-transform: rotate(45deg) scale(1);
  -ms-transform: rotate(45deg scale(1));
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  position: absolute;
  top: 40%;
  left: 83%; }




  







@media screen and (max-width: 760px) {
  .btn-link {
    padding: 18px 81px; }

  .btn-link::before {
    top: 42%;
    left: 23%; }
  
  .mb-0{
   margin-bottom: 0!important; }}
/*-----------------------------------------

		#header

-----------------------------------------*/
/* 20191129 */
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  z-index: 5; }

#header.open {
  height: 100vh;
  transition: 0.5s; }

.header-wrapper {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 0 0 17px; }

.header-wrapper-logo {
  display: flex;
  align-items: center; }

.header-logo {
  margin: 0 auto;
  position: absolute;
  width: 120px;
  z-index: 1;
  top: 12px; }

.header-text {
  font-weight: bold;
  font-size: 1rem; }

.header-shop-text {
  z-index: 2;
  position: absolute;
  left: 171px;
  padding: 20px;
  font-weight: bold;
  top: 26px;
  font-size: 1.5rem; }

.header-sp-shop-text{
  display: none;
}

.header-textmini {
  font-size: 0.75rem;
}

.header-button {
  display: flex; }

.header-coupon {
  line-height: 35px;
  margin-right: 33px;
  font-weight: bold;
  position: relative;
  display: flex;
  align-items: center; }

.header-button-image {
  width: 20px;
  height: 20px;
  margin-left: 12px; }

.header-button-box {
  width: 186px;
  height: 75px;
  text-align: center;
  line-height: 20px;
  transition: 0.5s;
  padding: 10px 4px;
  margin-right: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 1px #888; }

.header-button-box-text {
  transition: 0.5s; }

.header-sp-logo {
  display: none; }

/* ハンバーガーメニュー */
.header-navbar {
  background: #fff; }

.header-nav-container {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  width: 1256px;
  margin: 0 auto;
  margin: 0 0 0 140px;}

.header-nav-list {
  display: flex;
  justify-content: flex-start; }

.header-nav-item {
  width: 13%; }

.header-nav-link {
  /* padding: 12px; */
  padding: 8px;
  display: block;
  text-decoration: none;
  color: #fff;
  position: relative;
  font-size: 1rem;
  transition: 0.5s;
  text-decoration: none; }

.header-sp-navmenu {
  display: none; }

.header-sp-navitem {
  /* background: #837756; */
  padding: 18px 0;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center; }

.header-sp-navlink {
  position: relative;
  text-decoration: none;
  /* color: #fff; */
  font-size: 1.1rem; }

@media screen and (max-width: 1070px) {
  #header {
    padding: 15px; }

  .header-container {
    position: initial;
    width: 100%; }

  .header-wrapper {
    display: none; }

  .header-navmenu {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50px;
    right: 20px;
    margin-top: -25px;
    cursor: pointer; }

  .header-navmenu span {
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -1px; }

  .header-navmenu span:before,
  .header-navmenu span:after {
    content: " ";
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0; }

  .header-navmenu span:before {
    top: -12px; }

  .header-navmenu span:after {
    top: 12px; }

  .header-navmenu.close span {
    background: none; }

  .header-navmenu.close span:before {
    top: 0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg); }

  .header-navmenu.close span:after {
    top: 0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg); }

  .header-nav-list {
    display: block; }

  .header-nav-item {
    margin-bottom: 12px;
    width: 100%; }

  .header-navbar {
    display: none;
    background: none; }

  .header-sp-navmenu {
    display: block; }

  .header-nav-container {
    width: 100%;
    margin: 0 auto; }

  .header-sp-logo {
    display: block;
    width: 63px; }
  
  .header-sp-shop-text{
    max-width: 200px;
    display: block;
    z-index: 2;
    position: absolute;
    left: 70px;
    padding: 20px;
    font-weight: bold;
    top: 18px;
    font-size: 1rem;
  }
  .header-takeout-button {
    padding: 18px 0;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center; } }

p.top-kitsuen{
  margin: 40px auto;
  text-align: center;
  width: 60%;
  }

@media screen and (max-width: 1070px) {
  p.top-kitsuen{
  width: 90%;
  }
}

  /* 媒体リンク追加 */

.form-link {
  padding: 50px 0;
  background-color: #fff;
}

.spform-link {
  display: none;
}

.form-link p {
  text-align: center;
  color: #b81c22;
  font-weight: bold;
}

.form-text1 {
  font-size: 30px; 
}

.form-text2 {
  font-size: 25px;
  margin-bottom: 10px;
}

.reserve-form {
  display: flex;
  justify-content: center;
}

.reserve-form-container {
  /* padding: 23px 26px; */
  /* border: 1px solid #d7000e; */
  /* display: flex;
  justify-content: center; */
  margin-top: 20px;
  background-color: #fff;
  z-index: 1;
  position: relative;
}

.reserve-form-item {
  display: flex;
  align-items: center;
  width: 80%;
  margin: 0 auto 30px;
  /* padding-left: 1%; */
  /* border-left: 1px solid #d7000e; */
  justify-content: center;
}
.reserve-form-container .reserve-form-link {
  background-color: #b81c22;
  text-decoration: none;
  color: #fff;
  /* width: 28%; */
  width: 333px;
  height: 60px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  /* margin-right: 2%; */
  margin: auto;
  position: relative;
}

/* .reserve-form-link::before {
  content: "";
  right: 9%;
  width: 26px;
  height: 2px;
  background: #fff;
  position: absolute;
}
.reserve-form-link::after {
  content: "";
  right: 9%;
  width: 13px;
  height: 13px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
} */

.reserve-form-item-desc {
  font-size: 12px;
  text-align: center;
  color: #d7000e;
}

.reserve-form-item-wrapper {
  display: flex;
  align-items: flex-end;
  width: 80%;
  justify-content: flex-start;
}

.reserve-form-item-wrapper a {
  cursor: pointer;
  text-decoration: none;
  padding-left: 10px;
}

.reserve-form-item-wrapper a:first-child {
  padding-left: 0;
}

@media screen and (max-width: 1070px) {
  .form-link{
    padding: 50px 20px;
  }
  .reserve-form-container {
    flex-wrap: wrap;
    margin-top: 0;
  }
  .reserve-form-item-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }
  .reserve-form-item {
    width: 100%;
    margin: 25px 0 30px;
    justify-content: center;
    padding-left: 0;
  }

  .reserve-form-container .reserve-form-link {
    width: 300px;
  }

  .reserve-form-item-wrapper a:nth-child(2n+1) {
    padding-right: 10px;
  }
  .reserve-form-item-wrapper a {
    width: 50%;
    padding-left: 0;
  }
  .form-text1 {
    font-size: 27px;
  }
  .form-text2 {
    font-size: 20px;
    margin: 15px 0;
}
}

@media screen and (max-width: 1070px) {
  .spform-link{
    display: block;
  }

  .spform-link p {
    text-align: center;
    color: #b81c22;
    font-weight: bold;
    font-size: 14px;
  }

  .reserve-spform-container {
    flex-wrap: wrap;
    margin-top: 0;
  }
  .reserve-spform-item-wrapper {
    flex-wrap: wrap;
    text-align: center;
    background-color: #fff;
    padding: 3px;
  }
  .reserve-spform-item {
    width: 100%;
    /* margin: 25px 0 30px; */
    justify-content: center;
    padding-left: 0;
  }

  .reserve-spform-container .reserve-spform-link {
    background-color: #b81c22;
    text-decoration: none;
    color: #fff;
    width: 206px;
    height: 39px;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    margin: auto;
  }

  /* .reserve-spform-item-wrapper a:nth-child(2n+1) {
    padding-right: 10px;
  } */
  .reserve-spform-item-wrapper a {
    width: 50%;
    padding-left: 0;
  }

  .reserve-spform-item-wrapper img {
    width: 22%;
  }

  .spform-text1 {
    font-size: 27px;
  }
  .spform-text2 {
    font-size: 20px;
    margin: 12px 0;
  }
}
    
/*-----------------------------------------

		#footer

-----------------------------------------*/
.footer-pagetop {
  padding: 16px 0;
  background: #89794e;
  text-align: center; }

.footer-pagetop-link {
  color: #fff;
  padding-left: 12px;
  position: relative; }

.footer-pagetop-link:after {
  content: "";
  width: 20px;
  height: 20px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  position: absolute;
  top: 50%;
  left: -4px;
  margin-top: -4px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg); }

/* .footer-box {
  padding: 20px;
  position: relative; } */

.footer-box-logo {
  max-width: 130px; }

/* .footer-copyright {
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%); } */

/* footer end */
/* sp footer */
.footer-button {
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  /* background-color: #a5986f; */
 }

.footer-item {
  width: 50%;
  text-align: center;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center; }

.footer-item-image {
  width: 20px;
  height: 20px;
  padding-right: 13px; }

.footer-item-text {
  font-size: 1rem;
  font-weight: bold;
  color: #111; }

.modal-container {
  padding: 20px;
  width: 100%;
  max-width: 600px;
  box-sizing: border-box;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #fff; }

.modal-title {
  /* padding: 50px 0 15px; */
  padding: 0 0 15px;
  font-size: 22px;
  line-height: 1.3;
  text-align: center; }

.modal-box {
  border-bottom: 1px solid #ddd4b5;
  border-top: 1px solid #ddd4b5;
  padding: 10px; }

.modal-text {
  margin-bottom: 5px; }

.modal-button {
  display: flex; }

.modal-button-list {
  width: 50%;
  text-align: center;
  padding: 20px 8px 20px; }

.modal-button-list .footer-item {
  width: 100%;
}

@media screen and (max-width: 760px) {
  .footer-box{
    padding: 0;
  }
  .footer-box-logo{
    max-width: 90px;
    margin: 0 auto;
    padding: 35px 0;
  }

  .footer-item-text {
    font-size: 0.9rem; }

  .modal-container {
    padding: 10px 15px 0 15px;
    width: 80%; }

  .modal-title {
    padding: 20px 0 8px;
    margin-bottom: 10px;
    font-size: 18px;
    background-size: 28px auto; }

  .modal-text {
    margin-bottom: 3px; }
  
  .footer-nav-list {
    flex-direction: column;
    align-items: center;
  }

  }
    
@media screen and (max-width: 1070px){
  .footer-item-image {
    width: 25px;
    height: 25px;
    margin-right: 9px;
    padding-right: 0px; }
}

/* 下層heroセクション */
.hero {
  height: 270px;
  overflow: hidden;
  position: relative;
  background-size: cover;
background-position: center; }

.hero-title {
  font-size: 3rem;
  position: absolute;
  z-index: 4;
  top: 50%;
  left: 50%;
  letter-spacing: 0.1em;
  color: #fff;
  transform: translate(-50%, -50%); }

@media screen and (max-width: 760px) {
  .hero-title {
    font-size: 2rem; }

  .hero {
    height: 168px;
    background-size: cover;
    background-position: top; } }
/* セクション */
.section {
  padding: 57px 0 97px;
  }

.container {
  max-width: 1250px;
  position: relative;
  margin: 0 auto; }

.section-icon {
  text-align: center;
  padding-bottom: 16px; }

.section-icon-image {
  width: 5%; }

.section-title {
  font-size: 3rem;
  font-weight: 500;
  text-align: center;
  padding-bottom: 11px; }

.section-title-en {
  font-size: 0.9rem;
  text-align: center;
  line-height: 1;
  font-weight: 500;
  position: relative; }

.section-title-en::after {
  content: "";
  border-bottom: 4px solid #c60d18;
  left: 0;
  right: 0;
  bottom: -15px;
  position: absolute;
  width: 70px;
  margin: 0 auto;
}

.white::after {
  content: "";
  border-bottom: 4px solid #FFF;
  left: 0;
  right: 0;
  bottom: -15px;
  position: absolute;
  width: 70px;
  margin: 0 auto;
}

.section-wrapper {
  padding: 47px 0 62px;
  width: 95%;
  margin: 0 auto; }

.shop-wrapper {
  flex-wrap: wrap;
  display: flex; }

@media screen and (max-width: 1280px) {
  .container {
    max-width: 960px; } }
@media screen and (max-width: 980px) {
  .concept-image {
    padding-bottom: 47px; } }
@media screen and (max-width: 760px) {
  .section {
    padding: 39px 0 20px; }

  .section-title {
    font-size: 1.5rem;
  }

  .section-wrapper {
    padding: 30px 0 0;
    width: 100%; }

  .container {
    max-width: 720px; }

  .section-icon-image {
    width: 10%; }

  .section-container {
    padding-top: 21px;
    margin-bottom: 70px; } }
@media screen and (max-width: 480px) {
  .container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto; }

  .section-icon-image {
    width: 14%; } }
.m-pager_box {
  display: flex;
  justify-content: center;
  align-items: center; }

.m-pager {
  margin-top: 40px;
  text-align: center; }

.m-pager li {
  display: inline-block;
  vertical-align: top; }

.m-pager_prev a,
.m-pager_next a,
.m-pager_prev span,
.m-pager_next span {
  display: inline-block;
  width: 40px;
  height: 40px;
  overflow: hidden;
  text-indent: -1000px;
  position: relative; }

.m-pager_prev a:hover,
.m-pager_next a:hover {
  background-color: #ffc800; }

.m-pager_prev a:after,
.m-pager_next a:after,
.m-pager_prev span:after,
.m-pager_next span:after {
  content: " ";
  width: 18px;
  height: 18px;
  position: absolute;
  top: 11px;
  left: 6px;
  border-top: 3px solid #d20212;
  border-right: 3px solid #d20212;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg); }

.m-pager_prev a:after,
.m-pager_prev span:after {
  left: 14px;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg); }

.m-pager_prev span:after,
.m-pager_next span:after {
  border-color: #e6dfc9; }

.m-pager li.m-pager_off {
  display: none; }

.m-pager li.m-pager_prev span {
  display: none; }

.m-pager li.m-pager_next span {
  display: none; }

.m-pager li.m-pager_item .page-numbers {
  border: solid 1px #f0f0f0;
  padding: 0.3em 1em;
  display: inline-block; }

.m-pager li.m-pager_item .page-numbers.current {
  border: solid 1px transparent; }

@media screen and (max-width: 750px) {
  .m-pager {
    margin-top: 25px; }

  .m-pager_item a,
  .m-pager_item span {
    padding-top: 2px;
    margin: 0 3px;
    width: 30px;
    height: 30px; }

  .m-pager_prev a,
  .m-pager_next a,
  .m-pager_prev span,
  .m-pager_next span {
    width: 30px;
    height: 30px; }

  .m-pager_prev a:after,
  .m-pager_next a:after,
  .m-pager_prev span:after,
  .m-pager_next span:after {
    width: 12px;
    height: 12px;
    top: 7px;
    left: 4px; }

  .m-pager_prev a:after,
  .m-pager_prev span:after {
    left: 11px; } }
/* パンくずリスト */
.topic-path {
  display: flex;
  margin-bottom: 36px; }

.topic-path-item {
  font-size: 0.8rem;
  margin-right: 36px; }

.topic-path-link {
  position: relative; }

.topic-path-link::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: -25px;
  margin-top: -6px;
  border-top: 1px solid #000;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  border-right: 1px solid #000; }

  .arrow-white::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: -25px;
  margin-top: -6px;
  border-top: 1px solid #fff;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  border-right: 1px solid #fff; }

@media screen and (max-width: 980px) {
  .topic-path {
    width: 90%;
    margin: 0 auto; } }
@media screen and (max-width: 480px) {
  .topic-path-item {
    font-size: 0.5rem; } }
.coupon-wrapper {
  max-width: 800px;
  margin: 0 auto;
  /* padding-top: 47px; */
 }

.coupon-list {
  padding: 40px 37px;
  background-color: #fff;
  margin-bottom: 40px; }

.coupon-list-title {
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #eee9da;
  font-size: 1.6rem;
  line-height: 1.3;
  font-weight: bold;
  color: #89794e; }

.coupon-list-desc {
  line-height: 1.6em; }

@media screen and (max-width: 760px) {
  .coupon-list {
    width: 95%;
    margin: 40px auto; }

  .coupon-wrapper {
    padding: 0; }

  .coupon-list-title {
    font-size: 1.2rem; }

  .coupon-list-desc {
    font-size: 0.8rem; } }
.menu-nav-list {
  margin-bottom: 30px;
  display: flex;
  padding-top: 50px; }

.menu-nav-item {
  width: 25%; }

.menu-nav-link {
  position: relative;
  display: block;
  padding: 12px 5px;
  text-align: center;
  font-weight: bold;
  color: #000;
  z-index: 2; }

.menu-nav-link.cur {
  background-color: #63542b;
  color: #fff; }

.menu-nav-link::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #a5986f;
  transform: scaleX(0);
  transition: transform 0.3s ease-out;
  transform-origin: 0 50%; }

.menu-nav-link:hover::before {
  transform: scaleX(1); }

/* 下層　コースページ */
.course-wrapper {
  margin-top: 84px; }

.course-outline tr {
  border-bottom: 2px solid #e5e5e6;
  padding: 8px 0;
  display: inline-table;
  width: 100%; }

.course-outline th {
  width: 20%;
  vertical-align: baseline; }

.course-outline td {
  width: 60%;
  padding: 14px 0 28px;
  line-height: 1.5em; }

.course-menu dt {
  padding: 2px 10px;
  background: #e5e5e6;
  color: #fff;
  font-weight: bold; }

.course-menu dd {
  border: 2px solid #e5e5e6;
  padding: 16px 8px;
  line-height: 1.8em;
  font-size: 0.9em; }

/* 下層　お食事ページ */
.food-list {
  padding: 25px 25px 17px;
  margin-bottom: 40px;
  background-color: #fff; }

.food-list-title {
  padding-left: 15px;
  margin-bottom: 5px;
  font-size: 2rem;
  line-height: 1.3;
  border-left: 8px solid #e13c0a; }

.food-menu-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  }

.food-menu-item {
  width: 48%;
  padding: 8px 0;
  border-bottom: 1px solid #eee9da;
  line-height: 1.5; }

.food-menu-name {
  font-size: 18px;
  font-weight: bold; }

.food-menu-price {
  margin-top: 2px;
  font-size: 14px; }

/* ニュース single.php */
.news-detail-wrapper {
  width: 60%;
  margin: 0 auto; }

.news-detail-category {
  padding: 10px;
  background: #a5986f;
  color: #fff; }

.news-title-box {
  display: flex;
  /* justify-content: space-between; */
  flex-direction: column-reverse;
  margin: 25px 0; }

.news-title-date {
  margin-top: 15px;
  width: 20%; }

.news-detail-date {
  color: #c60d18;
  font-size: 1.5rem; }

.news-detail-image {
  margin: 0 auto;
  margin: 50px auto;
  text-align: center; }

.news-detail-text {
  padding-bottom: 42px; }

.news-detail-text > p {
  font-size: 1.2rem;
  line-height: 1.6em; }

@media screen and (max-width: 760px) {
  .news-detail-wrapper {
    width: 90%; } }
@media screen and (max-width: 480px) {
  .news-title-date {
    width: 34%; } }
/*-----------------------------------------

		#mv

-----------------------------------------*/
.mv-main-image {
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: cover;
  background-position: center; }

.slide-show {
  position: relative;
  height: 68vh; }

.mv-image {
  background-size: cover;
  background-position: center;
  position: absolute;
  height: 57vh; }

.video {
  max-width: 100%;
  width: 100%;
  height: 848px;
  object-fit: cover;
  vertical-align: bottom;
}

@media screen and (max-width: 1280px) {
  .video {
    height: auto;
    object-fit: unset;
  }
}

@media screen and (max-width: 760px) {
  .slide-show {
    height: 100vh; } }

/*
	topにあるスライダー owl-carousel
	=======================================================================
*/
section.carousel {
  margin-top: 64px;
  padding-bottom: 20px; 
}
section.carousel .nav-header{
 color: #A6232A;
 font-size: 18px;
 text-align: center;
 font-weight: 500;
 margin-top:30px;
}

section.carousel .carousel-nav {
  display: flex;
  justify-content: center;
  padding: 0 10px;
  margin-top: 20px;
}
section.carousel .carousel-nav .carousel-nav-item {
  margin: 0 2px;
}
section.carousel .carousel-nav .carousel-nav-item.active a img{
  border-color: #A6232A;
}
section.carousel .carousel-nav .carousel-nav-item a{
  display: inline-block;
}
section.carousel .carousel-nav .carousel-nav-item a img {
  width: 100%;
  max-width: 78px;
  border-radius: 8px;
  border: solid 3px;
  border-color: #eeedeb;
}
.owl-carousel .banner{
  /* height:545px;
  width:375px; */
  width: 100vw;
  background-color:#ffffff;
}
.banner_pc {
  display: none;
}
.banner_sp {
  display: block;
}
body.top .main {
    padding-top: 64px;
}

@media only screen and (min-width: 754px) {
  section.carousel {
    margin-top: 64px;
  }
  .owl-carousel .banner{
    width: 70vw;
    }
}
@media only screen and (min-width: 1024px) {
  section.carousel {
    margin-top: 64px;
  }
  .owl-carousel .banner{
    width: 100vw;
    }
    .banner_pc {
      display: block;
    }
    .banner_sp {
      display: none;
    }
    section.carousel .carousel-nav .carousel-nav-item {
      margin: 0 5px;
    }
    section.carousel .carousel-nav .carousel-nav-item a img {
      max-width: 178px;
    }
}
@media only screen and (min-width: 1071px) {
  section.carousel {
    margin-top: 158px;
  }

}
@media only screen and (min-width: 1500px) {
  .owl-carousel .banner{
    height:366px;
    width:960px;
    }
}

.owl-carousel .owl-nav button.owl-prev span,
.owl-carousel .owl-nav button.owl-next span {
  display: none;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  width: 72px;
  height: 72px;
  position: absolute;
  top: 180px;
}
.owl-carousel .owl-nav button.owl-prev:focus,
.owl-carousel .owl-nav button.owl-next:focus {
  outline: none;
}
.owl-carousel .owl-nav button.owl-prev {
  background: url("../owlcarousel/btn_prev.png") no-repeat center top;
  left: calc(50vw - 530px);
}
.owl-carousel .owl-nav button.owl-next {
  /* background: url("../owlcarousel/btn_prev.png") no-repeat center top; */
  background: url("../owlcarousel/btn_next.png") no-repeat center top;
  right: calc(50vw - 530px);
}
/*-----------------------------------------

		#menu

-----------------------------------------*/
.menu-course {
  width: 90%;
  margin: 0 auto; }


.menu-title {
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  padding: 20px 0 10px;
  width: 97%;
  margin: 0 auto 50px;
  }

.menu-course-title {
  font-size: 1.8rem;
  line-height: 1.6;
  padding-bottom: 30px; }

.menu-course-box {
  display: flex;
  align-items: center;
  margin-bottom: 10px; }

.menu-course-text {
  /* background: #000; */
  color: #fff;
  /* width: 24%;
  padding: 16px 0; */
  text-align: center;
  margin-right: 25px; }

.menu-price {
  padding: 15px 0;
  font-size: 1.3rem;
  font-weight: bold; }

.menu-course-desc {
  line-height: 1.6em; }

.menu-course-num {
  width: 60%; }

.menu-food-name {
  font-size: 1.2rem;
  line-height: 1.6;
  padding-bottom: 5px; }

.menu-food-price {
  font-size: 1rem;
  padding-bottom: 15px; }

.menu-wrapper {
  display: flex;
  justify-content: space-around;
  padding-bottom: 37px;
  margin-top: 84px; }

.menu-food-list {
  width: 30%; }

.menu-food-inner {
  padding-top: 28px;
  width: 86%;
  margin: 0 auto; }

.takeout-banner{
  text-align: center;
}

@media screen and (max-width: 760px) {
  .menu-title {
    font-size: 1.7rem; }

  .menu-course-title {
    font-size: 1.7rem; }

  .menu-wrapper {
    display: block; }

  .menu-food-list {
    width: 100%;
    justify-content: space-around;
    display: flex;
    padding-bottom: 35px; }

  .menu-food-image {
    width: 30%;
    height: 30%; }

  .menu-food-inner {
    width: 63%; }
  
  .takeout-banner{
    text-align: center;
    margin-bottom: 60px;
  }

  }
/*-----------------------------------------

		#space

-----------------------------------------*/
.space-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 30px 0px 50px; }

.space-item {
  width: 40%;
  margin: 26px 0; }

.space-item-title {
  font-size: 1.8rem;
  padding: 16px 0 8px;
  line-height: 1.6; }

@media screen and (max-width: 760px) {
  .space-list {
    display: block; }

  .space-item {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 40px; }

  .space-item-title {
    font-size: 1.2rem; }

  .space-item-text {
    font-size: 0.8rem; } }

/* メニューブック */

.top-menu a:hover{
  opacity: 0.8;
}
.menu-popup-container{
  margin: 0 5px;
  display: flex;
  justify-content: center;
}
.menu-popup-container a{
  display: block;
  cursor: zoom-in;
  position: relative;
}

.menu-popup-container .cover{
  width: 100%;
  object-fit: cover;
  object-position: 100% 0;
}
.popup {
  margin: 0 20px;
  width: 100%;
}
.top-menu .attention{
  margin-top: 10px;
  color: #333;
  font-size: 12px;
}
.popup .zoom{
  position: absolute;
  bottom: -5%;
  left: 25%;
  width: 50%;
  padding: 25px 20px;
  text-align: center;
  background-color: #b01d22;
  color: #fff;
}

.zoom p {
  position: relative;
}

.zoom p::after {
  content: url("../img/glass.png");
  position: absolute;
  right: 0;
  bottom: -7px;
  display: inline-block;
  vertical-align: middle;
}

@media screen and (max-width: 760px) {
  .menu-popup-container {
    flex-direction: column;
  }

  .popup {
    margin: 40px auto;
    width: 90%;
  }

  .popup .zoom {
    padding: 16px;
  }
  .zoom p::after {
    display: none;
  }
}

/*-----------------------------------------

		#concept

-----------------------------------------*/
.concept-list {
  display: flex;
  margin-bottom: 70px;
  justify-content: space-around; }

.concept-image {
  width: 45%; }

.concept-list-image {
  width: 100%; }

.concept-item {
  width: 40%; }

.concept-title {
  font-size: 1.9rem;
  line-height: 1.2em;
  padding-bottom: 17px; }

.concept-desc {
  /* font-size: 1.2rem; */
  line-height: 1.8; }

.top-message {
  color: #fff;
  text-align: center;
  padding: 0 10px;
}

@media screen and (max-width: 980px) {
  .concept-list {
    display: block; }

  .concept-image {
    width: 90%;
    margin: 0 auto; }

  .concept-item {
    width: 90%;
    margin: 0 auto; }

  .concept-title {
    font-size: 1.5rem; }

  .concept-image {
    padding-bottom: 31px; } }
@media screen and (max-width: 760px) {
  .concept-title {
    font-size: 1.2rem; }

  .concept-desc {
    font-size: 0.8rem; } }

  .top-banner-container{
    display: flex;
    justify-content: center;
    margin: 40px 0 70px;
  }
  
  .top-banner{
    margin: 0 10px;
  }
  
  .banner-pc{
    display: inline-block;
  }
  
  .banner-sp{
    display: none;
  }
  
@media screen and (max-width: 750px) {
    .top-banner-container{
      display: block;
      margin: 30px 0;
    }

    .top-banner{
      text-align: center;
      margin-bottom: 20px;
    }

    .banner-pc{
      display: none;
    }
  
    .banner-sp{
      display: inline-block;
      width: 90%;
    }
  }

/*-----------------------------------------

		#news

-----------------------------------------*/
.news-list {
  padding: 50px 0;
  display: flex;
  justify-content: center;
 }

.news-list-link {
  display: flex;
  /* justify-content: space-around; */
  align-items: center;
  flex-direction: column;
  margin: 37px 20px; }

.news-list-image {
  max-width: 100%;
  width: 320px;
  height: auto;
 }

.news-list-box {
  width: 77%;
 }

.news-list-category {
  background-color: #000;
  padding: 11px;
  color: #fff;
  margin-bottom: 15px; }

.news-list-date {
  margin: 20px 0;
  font-weight: 600;
  color: #000; }

.news-list-title {
  color: #000; }

@media screen and (max-width: 1070px) {
  .news-list {
    padding: 0 0 1px;
    flex-direction: column;
   }

  .news-list-image {
    width: 70%;
    height: auto;
    }

  .news-list-box {
    width: 70%; }

  .news-list-link {
    margin: 37px auto;
    width: 96%; } }
@media screen and (max-width: 480px) {
  .news-list-image {
    width: 31%;
    height: 31%;
    }

  .news-list-box {
    width: 59%; } }

/*-----------------------------------------

		#concept

-----------------------------------------*/

.coupon-list-desc-container{
  display: flex;
  justify-content: space-between;
  align-items: center; }

@media screen and (max-width: 760px) {
  .coupon-list-desc-container{
    flex-direction: column; }
  
  .coupon-list-desc-container .header-button-box{
    margin: 20px auto 0;} }

/* 店長コメント */

.recommendation-wrap {
  margin-top: 60px;
  display: flex;
  justify-content: space-around;
  padding: 50px 20px;
}

.manager-image {
  width: 30%;
  margin: 0 auto;
}

.store_manager-comment h2 {
  margin-bottom: 30px;
}

.store_manager-comment {
  width: 60%;
  margin: 0 auto;
}

@media screen and (max-width: 760px) {
  .recommendation-wrap {
    flex-direction: column;
  }
  .manager-image {
    width: 100%;
    margin-bottom: 30px;
  }

  .store_manager-comment {
    width: 90%;
  }
}

/*-----------------------------------------

		#sns　ウィジット

-----------------------------------------*/

.sns-field{
  display: flex;
  justify-content: center; }

/*-----------------------------------------

		#access

-----------------------------------------*/
.access-list-title {
  font-size: 2rem;
  padding-bottom: 16px;
  border-bottom: 1px solid #000;
  margin-bottom: 73px;
  text-align: center; }

.access-list-wrapper {
  display: block;
  margin: 0 20px;
  table-layout: fixed; }

.access-list-item {
  width: 50%; }

.access-list-item tr {
  display: flex;
  line-height: 2em;
  padding-bottom: 26px;
  display:-ms-flexbox;
  -ms-flex-pack: distribute;
	justify-content: space-around;
  }

.access-list-item th {
  /* width: 26%; */
  width: 200px;
  font-size: 1.2rem;
  text-align: left;
  }

.access-list-item td {
  width: 75%;
  font-size: 1.2rem; }

.m-access {
  text-align: center; }

.m-access_map {
  margin: 2%;
  height: 400px; }

/* 店舗までの道順 */

.access-direction-container {
  width: 80%;
  flex-wrap: wrap;
  margin: auto;
  margin-top: 40px;
  display: flex;
  justify-content: space-around;
}

.access-direction-container::after {
  width: 47%;
  content:"";
  display: block;
}

.direction-box {
  width: 47%;
  margin-bottom: 20px;
}
.direction-box img {
  width: 100%;
  height: auto;
}

.direction-box p {
  padding-left: 1em;
  text-indent: -1em;
  text-align: left;
  margin-top: 10px;
}

.access-direction-title {
  font-size: 2rem;
  margin-top: 50px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 760px) {
  .access-direction-container {
    width: 95%;
}
.access-direction-title {
  font-size: 1.6rem;
}
}

@media screen and (max-width: 760px) {
  .access-list-title {
    font-size: 1.6rem;
    margin-bottom: 9px; }

  .access-list-wrapper {
    table-layout: fixed;
    display: block;
    width: 100%;
    margin: 0; }

  .m-access_map {
    width: 90%;
    margin: 40px auto; }

  .access-list {
    width: 90%;
    margin: 0 auto; }

  .access-list-item tr {
    display: flex;
    justify-content: space-around;
    display:-ms-flexbox;
    -ms-flex-pack: distribute;
    padding-bottom: 16px; }

  .access-list-item th {
    /* width: 28%; */
    width: 200px;
    font-size: 1rem; }

  .access-list-item td {
    width: 66%;
    font-size: 1rem; } }

.gmap-info-window {
  position: relative;
  width: 290px !important;
  padding: 15px 20px;
  border: 2px solid #ff941f;
  background-color: #fff;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.gmap-info-window:before {
  display: inline-block;
  position: absolute;
  left: 50%;
  bottom: -10px;
  width: 20px;
  height: 10px;
  transform: translate(-50%, 0);
  background-image: url("../img/gmap-info-window-frame-point.png") no-repeat 0 0;
  content: ""; }

.gmap-info-window-title {
  color: #ff941f;
  font-size: 16px;
  font-weight: bold;
  text-align: center; }

.gmap-info-window-shop {
  margin-top: 10px;
  font-size: 14px;
  font-weight: bold; }

.gmap-info-window img {
  width: 24px;
  height: 24px;
  left: 0;
  top: 0; }

.s-checkbox_label span {
  padding-left: 27px;
  position: relative; }

.s-checkbox_label span:before {
  content: " ";
  border: 2px solid #837756;
  width: 16px;
  height: 16px;
  background-color: #fff;
  box-sizing: border-box;
  position: absolute;
  top: 5px;
  left: 0; }

.error-wrapper {
  text-align: center; }

.error-title {
  padding: 50px;
  font-size: 2em; }

.shop-logo {
  text-align: center; }

.shop-image {
  width: 300px; }

.shop-list {
  width: 50%;
  padding-bottom: 70px; }

.shop-list-item {
  width: 100%;
  margin: 0 auto; }

.shop-list-item tr {
  padding: 13px 0;
  display: flex; }

.shop-list-item th {
  width: 25%; }

.shop-list-item td {
  width: 75%;
  line-height: 1.5em; }

.shop-name {
  width: 90%;
  font-size: 1.5rem;
  font-weight: 700;
  border-bottom: 2px solid #000000;
  padding-bottom: 10px;
  margin-top: 20px; }

.access-list-info {
  /* padding: 20px 0px 41px;  */
  margin: 0 auto;
  width: 60%;}

.shop-copyright {
  text-align: center;
  padding: 46px 0; }

@media screen and (max-width: 760px) {
  .access-list-info {
    width: 100%;
  }
  .shop-wrapper {
    display: block; }

  .shop-list {
    width: 100%; }

  .shop-name {
    width: 100%; } }

/*# sourceMappingURL=style.css.map */


/*
	topにあるスライダー owl-carousel
	=======================================================================
*/

.media-box {
  padding-top: 50px;
  text-align: center;
}

.media-box p {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 30px;
}

.media-box img {
  width: 90%;
}

@media screen and (max-width: 760px) {
.media-box p {
  font-size: 20px;
}
}