@charset "UTF-8";
/*
Theme Name: bistro-koshigaya
Theme URI: http://localhost:8888/bistro
Description:  http://localhost:8888/bistro
Author: bistro-koshigaya
*/
/*------------------------------
    RESET
--------------------------------*/
* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  color: #603B14;
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
  font-size: 1.5rem;
  line-height: 1.7;
  word-wrap: break-word;
}
@media screen and (max-width: 599px) {
  body {
    font-size: 1.4rem;
    line-height: 1.7;
  }
}

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

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

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

table {
  border-collapse: collapse;
}
table th, table td {
  text-align: left;
}

ul {
  list-style: none;
}

a {
  cursor: pointer;
}

a:hover img {
  opacity: 0.7;
}

a:hover img.not-opacity {
  opacity: 1.0;
}

/*------------------------------
    LAYOUT
--------------------------------*/
.container {
  max-width: 1020px;
  margin: 0 auto;
  padding: 0 20px;
}
.container.container__small {
  max-width: 840px;
}
@media screen and (max-width: 599px) {
  .container {
    padding: 0 20px;
  }
}

.main {
  padding: 100px 0 50px;
}
@media screen and (max-width: 599px) {
  .main {
    padding: 45px 0 20px;
  }
}
@media print {
  .main {
    padding-top: 0;
  }
}

/*------------------------------
    COMMON DECORATION
--------------------------------*/
.img-fl {
  float: left;
  margin-right: 1em;
}

.img-fr {
  float: right;
  margin-left: 1em;
}

.img-center {
  margin: 0 auto;
}

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

.visible-pc {
  display: block;
}
@media screen and (max-width: 599px) {
  .visible-pc {
    display: none;
  }
}

.visible-sp {
  display: none;
}
@media screen and (max-width: 599px) {
  .visible-sp {
    display: block;
  }
}

.bg-point {
  background-color: #FAF5E3;
}

.bg-wood, .side-block .ttl {
  background-image: url(images/common/bg_wood.jpg);
}

.bg-wood-light {
  background-image: url(images/common/bg_wood_light.jpg);
}

.bg-wood-dark, .top-slider {
  background-image: url(images/common/bg_wood_dark.jpg);
}

/*------------------------------
    HEADER
--------------------------------*/
.header {
  background-image: url(images/common/bg_wood_dark.jpg);
  background-position: center -100px;
  position: fixed;
  width: 100%;
  z-index: 2;
}
@media print {
  .header {
    position: relative;
  }
}
.header .logo {
  width: 212px;
  position: absolute;
  left: 10px;
  top: 5px;
  z-index: 2;
}
@media screen and (max-width: 979px) {
  .header .logo {
    width: 20.78vw;
    min-width: 113px;
  }
}
@media screen and (max-width: 599px) {
  .header .logo {
    width: 113px;
    left: 0;
    top: 5px;
  }
}

.header-ttl {
  font-size: 1.1rem;
  line-height: 20px;
  color: #fff;
  background-color: #372317;
  text-align: right;
}
@media screen and (max-width: 599px) {
  .header-ttl {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
}

.header-inner {
  position: relative;
  height: 80px;
}
@media screen and (max-width: 599px) {
  .header-inner {
    height: auto;
    min-height: 45px;
  }
}

.header-logo-block {
  background-image: url(images/common/bg_wood_dark.jpg);
  background-position: center -100px;
}

/*------------------------------
    FOOTER
--------------------------------*/
.gnav {
  position: absolute;
  right: 0;
  bottom: 20px;
  padding-left: 212px;
}
@media screen and (max-width: 979px) {
  .gnav {
    padding-left: 156px;
  }
}
@media screen and (max-width: 599px) {
  .gnav {
    display: none;
    position: relative;
    right: auto;
    bottom: auto;
    padding: 70px 0 10px;
  }
}
.gnav ul {
  display: table;
}
@media screen and (max-width: 599px) {
  .gnav ul {
    display: block;
  }
}
.gnav ul li {
  display: table-cell;
  vertical-align: middle;
  padding: 0 15px;
}
@media screen and (max-width: 979px) {
  .gnav ul li {
    padding: 0vw 1.47vw 0vw 1.47vw;
  }
}
@media screen and (max-width: 599px) {
  .gnav ul li {
    text-align: center;
    display: block;
    padding: 10px 0;
  }
}
.gnav ul li + li {
  border-left: 2px solid #fff;
}
@media screen and (max-width: 599px) {
  .gnav ul li + li {
    border-top: 1px solid #fff;
    border-left: none;
  }
}
.gnav ul li img {
  vertical-align: middle;
}
@media screen and (max-width: 599px) {
  .gnav ul li a {
    display: block;
  }
}

@media screen and (max-width: 599px) {
  .gnav-btn-area {
    display: block;
    position: absolute;
    top: 5px;
    right: -5px;
    width: 55px;
    height: 35px;
    border: 1px solid #fff;
    border-radius: 6px;
    padding: 10px;
  }
}
@media screen and (max-width: 599px) and (min-width: 600px) {
  .gnav-btn-area {
    display: none;
  }
}

@media screen and (max-width: 599px) {
  .gnav-btn {
    display: block;
    position: relative;
    top: 5px;
    right: 0;
    width: 100%;
    height: 3px;
    border-radius: 6px;
    background: #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

  .gnav-btn:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    border-radius: 6px;
    background: #fff;
    top: -8px;
    right: 0;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

  .gnav-btn:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    border-radius: 6px;
    background: #fff;
    bottom: -8px;
    right: 0;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }

  .gnav-btn.active {
    background: transparent;
  }

  .gnav-btn.active:before {
    -moz-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    top: 0;
    right: 0;
  }

  .gnav-btn.active:after {
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    bottom: 0;
    right: 0;
  }
}
/*------------------------------
    FOOTER
--------------------------------*/
.footer {
  background-image: url(images/common/bg_wood_dark.jpg);
  background-position: center center;
  color: #fff;
  padding: 30px 0 15px;
}
@media screen and (max-width: 979px) {
  .footer {
    padding: 2.94vw 0vw 1.47vw 0vw;
  }
}
@media screen and (max-width: 599px) {
  .footer {
    padding: 20px 0 80px;
  }
}
.footer .copyright {
  font-size: 1.1rem;
  text-align: center;
}

.footer-nav {
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 979px) {
  .footer-nav {
    margin: 0vw 0vw 1.96vw 0vw;
  }
}
@media screen and (max-width: 599px) {
  .footer-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.footer-nav li {
  display: inline;
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  .footer-nav li {
    display: block;
    width: 49%;
    border: 1px solid #fff;
    border-radius: 6px;
    margin-bottom: 2%;
  }
}
.footer-nav li + li {
  margin-left: 1em;
}
@media screen and (max-width: 599px) {
  .footer-nav li + li {
    margin-left: 0;
  }
}
.footer-nav li a {
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 599px) {
  .footer-nav li a {
    display: block;
  }
}

.footer-contact {
  width: 100%;
  background-color: #D4001B;
  padding: 10px;
  position: fixed;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 479px) {
  .footer-contact {
    padding: 5px 5px;
  }
}
@media screen and (min-width: 480px) {
  .footer-contact {
    display: none;
  }
}

.footer-contact-inner {
  margin: 0 auto;
  max-width: 90%;
}
.footer-contact-inner .btn-set {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-contact-inner .btn-set p:nth-child(2) {
  padding: 0 5px;
}
.footer-contact-inner .btn-set .gototop {
  padding-left: 10px;
}

@media screen and (min-width: 600px) {
  .page-top__pc {
    display: none;
    width: 57px;
    height: 57px;
    position: fixed;
    right: 20px;
    bottom: 20px;
    background-image: url(images/common/gototop.png);
    background-size: contain;
    background-repeat: no-repeat;
  }
}
/*------------------------------
    BLOCK
--------------------------------*/
.section + .section {
  margin: 45px 0 0 0;
}
@media screen and (max-width: 979px) {
  .section + .section {
    margin: 4.41vw 0vw 0vw 0vw;
  }
}
.section + .section.top-news {
  margin: 90px 0 0 0;
}
@media screen and (max-width: 979px) {
  .section + .section.top-news {
    margin: 8.82vw 0vw 0vw 0vw;
  }
}
.section + .section.top-shop-list {
  margin: 90px 0 0 0;
}
@media screen and (max-width: 979px) {
  .section + .section.top-shop-list {
    margin: 8.82vw 0vw 0vw 0vw;
  }
}
.section + .section.top-ad {
  margin: 90px 0 130px 0;
}
@media screen and (max-width: 979px) {
  .section + .section.top-ad {
    margin: 8.82vw 0vw 12.74vw 0vw;
  }
}
.section.bg-point, .section.bg-wood, .side-block .section.ttl, .section.bg-wood-light {
  padding: 35px 0 35px 0;
}
@media screen and (max-width: 979px) {
  .section.bg-point, .section.bg-wood, .side-block .section.ttl, .section.bg-wood-light {
    padding: 3.43vw 0vw 3.43vw 0vw;
  }
}

.row {
  overflow: hidden;
}
.row + .row {
  margin-top: 2em;
}
.row.row__flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.row.row__flex-nowrap {
  display: flex;
  justify-content: space-between;
}
.row.row__flex-center {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 599px) {
  .row.row__sp-block {
    display: block;
  }
}

/*------------------------------
    COMMON PARTS
--------------------------------*/
/*-----title-----*/
.sec-ttl {
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 979px) {
  .sec-ttl {
    margin: 0vw 0vw 1.96vw 0vw;
  }
}
@media screen and (max-width: 599px) {
  .sec-ttl img {
    height: 50px;
  }
}

.page-ttl {
  text-align: center;
  padding: 57px 0 40px 0;
  font-size: 2.0rem;
  font-weight: bold;
}
@media screen and (max-width: 979px) {
  .page-ttl {
    padding: 5.58vw 0vw 3.92vw 0vw;
  }
}

.page-sec-ttl {
  border-bottom: 2px dotted #603B14;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 979px) {
  .page-sec-ttl {
    padding: 0vw 0vw 0.98vw 0vw;
    margin: 0vw 0vw 1.96vw 0vw;
  }
}
@media screen and (max-width: 599px) {
  .page-sec-ttl img {
    height: 20px;
  }
}

/*-----table-----*/
.table-basic {
  width: 100%;
}
.table-basic th, .table-basic td {
  padding: 5px 10px;
  border: 1px solid #B8B8B8;
  line-height: 1.5;
}
@media screen and (max-width: 979px) {
  .table-basic th, .table-basic td {
    padding: 0.49vw 0.98vw 0.49vw 0.98vw;
  }
}
.table-basic th {
  background-color: #FAF5E3;
}
@media screen and (max-width: 599px) {
  .table-basic.table-basic__sp-block {
    border-bottom: 1px solid #B8B8B8;
  }
  .table-basic.table-basic__sp-block th, .table-basic.table-basic__sp-block td {
    display: block;
    border-bottom: none;
  }
}

/*-----entry-----*/
.entry {
  overflow: hidden;
  margin-bottom: 50px;
}
.entry.entry__menu {
  margin-bottom: 1.5em;
}
.entry p + p {
  margin-top: 1em;
}

.entry-list li {
  line-height: 1.5;
}
.entry-list li + li {
  border-top: 1px solid #603B14;
}
.entry-list li a {
  display: table;
  width: 100%;
  padding: 20px 0;
  color: #603B14;
  text-decoration: none;
}
.entry-list li a:hover .more {
  opacity: 0.8;
}
.entry-list li .inner {
  display: table-cell;
  vertical-align: top;
}
.entry-list li .inner:last-child {
  padding-left: 20px;
}
@media screen and (max-width: 599px) {
  .entry-list li .inner:last-child {
    padding-left: 10px;
  }
}
.entry-list li .thumb {
  width: 140px;
}
@media screen and (max-width: 599px) {
  .entry-list li .thumb {
    width: 100px;
  }
}
.entry-list li .thumb img {
  border: 1px solid #B8B8B8;
}
.entry-list li .ttl {
  font-size: 2.0rem;
  border-bottom: 2px dotted #603B14;
  padding-bottom: 8px;
  margin-bottom: 5px;
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  .entry-list li .ttl {
    font-size: 1.6rem;
  }
}
.entry-list li .more {
  float: right;
  display: inline-block;
  background-color: #603B14;
  color: #fff;
  padding: 5px 10px;
  border-radius: 8px;
  line-height: 1;
  font-weight: bold;
}

.cat-icon {
  display: inline-block;
  background-color: #000;
  color: #fff;
  font-size: 1.5rem;
  width: 140px;
  text-align: center;
  font-weight: normal;
  margin-right: 10px;
}
@media screen and (max-width: 599px) {
  .cat-icon {
    width: auto;
    padding: 2px 5px;
    font-size: 1.3rem;
    margin-right: 5px;
  }
}
.cat-icon.notice {
  background-color: #489036;
}
.cat-icon.event {
  background-color: #E65C26;
}
.cat-icon.menu {
  background-color: #B9032C;
}

.entry-info {
  padding: 25px 0;
}

.share-area {
  overflow: hidden;
  margin: 20px auto;
}
.share-area > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 600px;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  .share-area > ul {
    width: 100%;
    justify-content: space-between;
  }
}
.share-area > ul > li {
  width: 180px;
  margin: 10px;
  line-height: 35px;
  display: table;
}
@media screen and (max-width: 599px) {
  .share-area > ul > li {
    width: 49%;
    margin: 0 0 10px;
  }
}
.share-area > ul > li span {
  display: table-cell;
  vertical-align: middle;
}
.share-area > ul > li .icon {
  width: 40px;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.share-area > ul > li .txt {
  padding-left: 10px;
}
.share-area > ul > li a {
  display: block;
  width: 100%;
  border-radius: 4px;
  text-decoration: none;
  color: #fff;
  padding: 2px 0;
}
.share-area > ul > li a:hover {
  opacity: 0.8;
}
.share-area .facebook a {
  background-color: #4D69A2;
}
.share-area .twitter a {
  background-color: #55ACEE;
}
.share-area .hatena a {
  background-color: #008FDE;
}
.share-area .pocket a {
  background-color: #EE4056;
}
.share-area .google a {
  background-color: #DB4B39;
}
.share-area .line a {
  background-color: #00C300;
}

.entry-footer-link {
  display: flex;
  justify-content: center;
  width: 700px;
  margin: 0 auto;
  line-height: 1.5;
}
@media screen and (max-width: 599px) {
  .entry-footer-link {
    width: 100%;
  }
}
.entry-footer-link .inner {
  padding: 5px;
  width: 49%;
}
.entry-footer-link .inner a {
  display: flex;
  text-decoration: none;
  color: #603B14;
}
@media screen and (max-width: 599px) {
  .entry-footer-link .inner a {
    display: block;
  }
}
.entry-footer-link .inner a::before, .entry-footer-link .inner a::after {
  white-space: nowrap;
  align-self: center;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  .entry-footer-link .inner a::before, .entry-footer-link .inner a::after {
    display: block;
  }
}
.entry-footer-link .inner a:hover {
  text-decoration: underline;
}
.entry-footer-link .inner.before a::before {
  content: '< 前の情報';
  padding-right: 1em;
}
.entry-footer-link .inner.before.before__blog a::before {
  content: '< 前の記事';
}
.entry-footer-link .inner.after {
  text-align: right;
}
.entry-footer-link .inner.after a {
  justify-content: flex-end;
}
.entry-footer-link .inner.after a::after {
  content: '次の情報 >';
  padding-left: 1em;
}
@media screen and (max-width: 599px) {
  .entry-footer-link .inner.after a::after {
    display: none;
  }
  .entry-footer-link .inner.after a::before {
    content: '次の情報 >';
    text-align: right;
  }
}
.entry-footer-link .inner.after.after__blog a::after {
  content: '次の記事 >';
}

/*------------------------------
    CONTENTS
--------------------------------*/
/*-----home-----*/
.top-slider {
  margin-bottom: 60px;
  overflow: hidden;
}
@media screen and (max-width: 979px) {
  .top-slider {
    margin: 0vw 0vw 5.88vw 0vw;
  }
}
.top-slider .slick-slide {
  position: relative;
}
.top-slider .slick-slide::after {
  content: '';
  background-color: rgba(0, 0, 0, 0.5);
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.top-slider .slick-slide.slick-current::after {
  display: none;
}
.top-slider .slick-dots li button::before {
  color: #fff;
  font-size: 16px;
}

.top-lead {
  margin-bottom: 70px;
  line-height: 1.8;
}
@media screen and (max-width: 979px) {
  .top-lead {
    margin: 0vw 0vw 8.33vw 0vw;
  }
}
.top-lead .col:first-child {
  width: 510px;
  padding-right: 10px;
}
@media screen and (max-width: 979px) {
  .top-lead .col:first-child {
    width: 60.71vw;
  }
}
@media screen and (max-width: 599px) {
  .top-lead .col:first-child {
    width: 100%;
    padding-right: 0;
    padding-bottom: 20px;
  }
}

.top-news-list {
  margin-bottom: 35px;
  flex-wrap: wrap;
  margin-top: -3%;
}
@media screen and (max-width: 979px) {
  .top-news-list {
    margin: 0vw 0vw 3.43vw 0vw;
  }
}
.top-news-list li {
  width: 31.333333%;
  margin-right: 3%;
  margin-top: 3%;
  background-image: url(images/common/bg_news.jpg);
  padding: 2.25vw 2.25vw 2.25vw 2.25vw;
}
.top-news-list li:nth-child(3n) {
  margin-right: 0;
}
@media screen and (min-width: 980px) {
  .top-news-list li {
    padding: 23px;
  }
}
@media screen and (max-width: 599px) {
  .top-news-list li {
    width: 100%;
    padding: 20px;
    margin-top: 0;
  }
  .top-news-list li + li {
    margin-top: 10px;
  }
}
.top-news-list li a {
  color: #603B14;
  text-decoration: none;
}
.top-news-list li .thumb {
  margin-bottom: 10px;
  text-align: center;
}
.top-news-list li .ttl {
  font-size: 1.9rem;
  font-weight: bold;
  margin-top: 0.5em;
}

.top-line-banner {
  border: 5px solid #0CB133;
  padding: 10px;
  position: relative;
  margin-bottom: 56px;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .top-line-banner {
    border: 2px solid #0CB133;
    margin-bottom: 40px;
    padding: 5px;
  }
}
.top-line-banner::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 56px 73px 0 73px;
  border-color: #0CB133 transparent transparent transparent;
  position: absolute;
  bottom: -56px;
  left: 50%;
  margin-left: -73px;
}
@media screen and (max-width: 599px) {
  .top-line-banner::after {
    border-width: 40px 60px 0 60px;
    bottom: -40px;
    margin-left: -60px;
  }
}
.top-line-banner .copy {
  position: absolute;
  left: 50%;
  margin-left: -80px;
  z-index: 2;
}

.top-line-link {
  margin-bottom: 5em;
}
@media screen and (max-width: 599px) {
  .top-line-link {
    margin-bottom: 0;
  }
}
.top-line-link p {
  align-self: center;
}
.top-line-link .btn {
  border: 5px solid #0CB133;
  padding: 10px;
}
@media screen and (max-width: 599px) {
  .top-line-link .btn {
    border: 2px solid #0CB133;
    padding: 5px;
  }
}
.top-line-link .or {
  padding: 0 1em;
}

@media screen and (max-width: 599px) {
  .row + .row.top-line-link {
    margin-top: 0;
  }
}
.top-banner img {
  border: 2px solid #603B14;
}
@media screen and (max-width: 599px) {
  .top-banner p + p {
    margin-top: 10px;
  }
}

.top-blog {
  background-image: url(images/common/bg_wood_light.jpg);
}

.top-blog-list {
  margin-bottom: 50px;
}
.top-blog-list li {
  border-bottom: 1px dotted #8D633A;
  padding: 1em 0;
}
.top-blog-list li > a {
  display: flex;
  justify-content: space-between;
  width: 100%;
  text-decoration: none;
  color: #603B14;
}
@media screen and (max-width: 599px) {
  .top-blog-list li > a {
    display: block;
  }
}
.top-blog-list li > a .thumb {
  display: block;
  width: 186px;
}
@media screen and (max-width: 599px) {
  .top-blog-list li > a .thumb {
    width: 100%;
    text-align: center;
  }
}
.top-blog-list li > a .summary {
  width: calc(100% - 186px - 20px);
  overflow: hidden;
}
@media screen and (max-width: 599px) {
  .top-blog-list li > a .summary {
    width: 100%;
  }
}
.top-blog-list li > a .summary .date {
  font-weight: bold;
}
.top-blog-list li > a .summary .ttl {
  font-weight: bold;
  font-size: 2.0rem;
}
@media screen and (max-width: 599px) {
  .top-blog-list li > a .summary .ttl {
    font-size: 1.8rem;
  }
}
.top-blog-list li > a .summary .more {
  float: right;
  display: inline-block;
  background-color: #603B14;
  color: #fff;
  padding: 5px 10px;
  line-height: 1;
}

.top-latest-post {
  background: #fff;
  padding: 20px 45px 40px;
  margin: 100px 0;
}
@media screen and (max-width: 599px) {
  .top-latest-post {
    margin: 20px 0;
    padding: 20px;
  }
}
.top-latest-post .entry {
  margin-bottom: 0;
  padding-top: 25px;
  border-top: 1px dotted #8D633A;
}
.top-latest-post .entry .ttl {
  font-size: 3.0rem;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 599px) {
  .top-latest-post .entry .ttl {
    font-size: 2.0rem;
  }
}
.top-latest-post .entry .date {
  font-weight: bold;
}

.top-shop-list {
  margin-top: 3em;
}
.top-shop-list li {
  width: 32%;
}
@media screen and (max-width: 599px) {
  .top-shop-list li {
    width: 152px;
    margin: 0 auto;
  }
  .top-shop-list li + li {
    margin-top: 2em;
  }
  .top-shop-list li .img-fl {
    float: none;
  }
}
.top-shop-list li a {
  text-decoration: none;
  overflow: hidden;
  color: #603B14;
  display: block;
  position: relative;
}
@media screen and (max-width: 599px) {
  .top-shop-list li a {
    padding-bottom: 25px;
  }
}
.top-shop-list li a::after {
  content: '';
  display: block;
  width: 63px;
  height: 23px;
  background-image: url("images/home/btn_more.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  bottom: 0;
}
.top-shop-list li a:hover::after {
  opacity: 0.8;
}

/*-----company-----*/
.company-lead .col:first-child {
  width: 534px;
}
@media screen and (max-width: 979px) {
  .company-lead .col:first-child {
    width: 63.57vw;
  }
}
@media screen and (max-width: 599px) {
  .company-lead .col:first-child {
    width: 100%;
  }
}

.table-company th {
  width: 20%;
}
@media screen and (max-width: 599px) {
  .table-company th {
    width: 100%;
  }
}

/*-----reservation-----*/
.reserve-tel {
  margin: 35px 0 0 0;
}
@media screen and (max-width: 979px) {
  .reserve-tel {
    margin: 3.43vw 0vw 0vw 0vw;
  }
}
.reserve-tel .col {
  width: 301px;
  text-align: center;
}
@media screen and (max-width: 979px) {
  .reserve-tel .col {
    width: 29.5vw;
  }
}
@media screen and (max-width: 599px) {
  .reserve-tel .col {
    width: 100%;
  }
}

.reserve-web-lead {
  white-space: nowrap;
}
@media screen and (max-width: 979px) {
  .reserve-web-lead {
    white-space: inherit;
  }
}

.reserve-btn {
  margin: 85px 0 45px 0;
  text-align: center;
}
@media screen and (max-width: 979px) {
  .reserve-btn {
    margin: 8.33vw 0vw 4.41vw 0vw;
  }
}

.reserve-caution-ttl {
  font-size: 2.0rem;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  .reserve-caution-ttl {
    font-size: 1.8rem;
  }
}

/*-----access-----*/
.access-reserve {
  width: 500px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .access-reserve {
    width: 100%;
  }
}
.access-reserve .ttl {
  text-align: center;
}
@media screen and (max-width: 599px) {
  .access-reserve .ttl img {
    height: 20px;
  }
}
.access-reserve p {
  margin-top: 1em;
}

.access-lead .col:first-child {
  width: 515px;
}
@media screen and (max-width: 979px) {
  .access-lead .col:first-child {
    width: 61.3vw;
  }
}
@media screen and (max-width: 599px) {
  .access-lead .col:first-child {
    width: 100%;
  }
}
.access-lead .ttl {
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 0 30px 0;
}
@media screen and (max-width: 979px) {
  .access-lead .ttl {
    margin: 0vw 0vw 2.94vw 0vw;
  }
}
@media screen and (max-width: 599px) {
  .access-lead .ttl {
    font-size: 1.8rem;
  }
}

.access-shop {
  padding-top: 40px;
}
@media screen and (max-width: 979px) {
  .access-shop {
    padding: 3.92vw 0vw 0vw 0vw;
  }
}
.access-shop .col {
  width: 300px;
  line-height: 1.5;
}
@media screen and (max-width: 979px) {
  .access-shop .col {
    width: 29.41vw;
  }
}
@media screen and (max-width: 599px) {
  .access-shop .col {
    width: 100%;
  }
  .access-shop .col + .col {
    margin-top: 1em;
  }
}
.access-shop .col .ttl {
  font-size: 2.0rem;
  font-weight: bold;
  border-bottom: 3px dotted #603B14;
  margin: 10px 0 5px 0;
}
@media screen and (max-width: 599px) {
  .access-shop .col .ttl {
    font-size: 1.8rem;
  }
}
.access-shop .col .thumb {
  text-align: center;
}
.access-shop .col .btn {
  margin-top: 15px;
  text-align: center;
}
@media screen and (max-width: 979px) {
  .access-shop .col .btn {
    margin: 1.47vw 0vw 0vw 0vw;
  }
}

/*-----coupon-----*/
.coupon-list {
  /*&::before{
  	content: '';
  	display: block;
  	min-height: 37px;
  	@extend .bg-wood;
  	margin-bottom: 20px;
  	@include mq(large, max, true) {
  		@include marginVw($inner-width-val,0,0,20,0);
  	}
  }*/
}
.coupon-list li {
  padding: 25px 5px;
  border-bottom: 3px dotted #603B14;
  font-size: 2.0rem;
  line-height: 1.5;
}
@media screen and (max-width: 979px) {
  .coupon-list li {
    padding: 2.45vw 0.49vw 2.45vw 0.49vw;
  }
}
@media screen and (max-width: 599px) {
  .coupon-list li {
    font-size: 1.8rem;
  }
}
.coupon-list li a {
  text-decoration: none;
  color: #603B14;
  font-weight: bold;
}
.coupon-list li a:hover {
  text-decoration: underline;
}
.coupon-list li::before {
  content: "\f138";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  margin-right: 5px;
}

.coupon-ttl {
  font-size: 2.0rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.5;
  padding: 5px 10px;
  margin-bottom: 50px;
}
@media screen and (max-width: 979px) {
  .coupon-ttl {
    margin: 0vw 0vw 4.9vw 0vw;
  }
}
@media screen and (max-width: 599px) {
  .coupon-ttl {
    font-size: 1.8rem;
  }
}
.coupon-ttl::before {
  content: '●';
  margin-right: 5px;
}
.coupon-ttl.coupon-list-ttl {
  margin-bottom: 20px;
}
@media screen and (max-width: 979px) {
  .coupon-ttl.coupon-list-ttl {
    margin: 0vw 0vw 1.96vw 0vw;
  }
}
.coupon-ttl.coupon-list-ttl::before {
  display: none;
}

.coupon-print-btn {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  .coupon-print-btn {
    font-size: 1.6rem;
  }
}
.coupon-print-btn a {
  display: inline-block;
  background-color: #B9032C;
  color: #fff;
  text-decoration: none;
  line-height: 1;
  padding: 10px;
}
.coupon-print-btn a:hover {
  opacity: 0.8;
}

@media print {
  .single-coupon .header, .single-coupon .page-ttl, .single-coupon .footer, .single-coupon .coupon-print-btn {
    display: none;
  }
  .single-coupon .main {
    padding: 3em 0 0;
  }
}
/*-----news-----*/
.news-ttl {
  font-size: 2.0rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.5;
  padding: 5px 10px;
}
@media screen and (max-width: 599px) {
  .news-ttl {
    font-size: 1.8rem;
  }
}

/*-----blog-----*/
.blog-container {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 599px) {
  .blog-container {
    display: block;
  }
}
.blog-container .blog-main {
  width: 750px;
  padding-right: 30px;
}
@media screen and (max-width: 979px) {
  .blog-container .blog-main {
    width: 70.58vw;
  }
}
@media screen and (max-width: 599px) {
  .blog-container .blog-main {
    width: 100%;
    padding-right: 0;
  }
}
.blog-container .blog-side {
  width: 230px;
}
@media screen and (max-width: 979px) {
  .blog-container .blog-side {
    width: 22.54vw;
  }
}
@media screen and (max-width: 599px) {
  .blog-container .blog-side {
    width: 100%;
  }
}

.blog-ttl {
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 1.5;
  padding: 5px 10px;
  background-color: #FAF5E3;
  border-left: 15px solid #603B14;
}
@media screen and (max-width: 599px) {
  .blog-ttl {
    font-size: 1.8rem;
  }
}

.side-block {
  background-color: #FAF5E3;
  padding: 0 10px 10px;
}
.side-block .ttl {
  color: #fff;
  text-align: center;
  font-size: 1.7rem;
  font-weight: bold;
  margin: 0 -10px 10px;
  padding: 2px 5px;
}
@media screen and (max-width: 599px) {
  .side-block .ttl {
    font-size: 1.5rem;
  }
}
.side-block > ul {
  line-height: 1.5;
  font-size: 1.3rem;
}
.side-block a {
  text-decoration: none;
  color: #603B14;
}
.side-block a:hover {
  text-decoration: underline;
}
.side-block .tagcloud {
  line-height: 1.3;
}
.side-block .tagcloud a {
  font-size: 13px !important;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
}
.side-block .searchform {
  overflow: hidden;
  position: relative;
}
.side-block .searchform label {
  display: none;
}
.side-block .searchform input[type="text"] {
  float: left;
  width: 100%;
  height: 26px;
  padding: 0 30px 0 10px;
  border: 1px solid #ccc;
  position: relative;
}
.side-block .searchform input[type="submit"] {
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 25px;
  height: 24px;
  border: none;
  box-shadow: none;
  background-color: #fff;
  color: #555;
}
.side-block .side-blog-list > li {
  display: table;
  margin-bottom: 5px;
  padding-bottom: 5px;
}
.side-block .side-blog-list > li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.side-block .side-blog-list > li .inner {
  display: table-cell;
  vertical-align: top;
}
.side-block .side-blog-list > li .inner figure {
  width: 80px;
  height: 80px;
  border: 1px solid #B8B8B8;
  margin-right: 10px;
}
.side-block .side-blog-list > li .inner .-date {
  color: #4B4B4B;
  font-size: 12px;
}

/*-----menu detail-----*/
.menu-detail {
  padding-top: 90px;
}
@media screen and (max-width: 979px) {
  .menu-detail {
    padding: 8.82vw 0vw 0vw 0vw;
  }
}

.menu-lead {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 979px) {
  .menu-lead {
    margin: 0vw 0vw 2.94vw 0vw;
  }
}
.menu-lead .main-img {
  margin-bottom: 30px;
}
@media screen and (max-width: 979px) {
  .menu-lead .main-img {
    margin: 0vw 0vw 2.94vw 0vw;
  }
}
.menu-lead .main-img img {
  border: 2px solid #603B14;
}
.menu-lead .ttl {
  font-weight: bold;
  font-size: 2.4rem;
}
@media screen and (max-width: 979px) {
  .menu-lead .ttl {
    font-size: 2.0rem;
  }
}
.menu-lead .price {
  font-weight: bold;
  font-size: 2.0rem;
  color: #ED8B4C;
}
@media screen and (max-width: 979px) {
  .menu-lead .price {
    font-size: 1.8rem;
  }
}
.menu-lead .other-price {
  font-weight: bold;
  font-size: 1.6rem;
  color: #ED8B4C;
}
@media screen and (max-width: 979px) {
  .menu-lead .other-price {
    font-size: 1.4rem;
  }
}

.recom-topping {
  display: flex;
  line-height: 1.5;
  margin-top: 1em;
}
.recom-topping .inner {
  align-self: center;
  min-width: 70px;
}

.section.menu-material-block {
  padding: 10px 0 20px;
}

.menu-material {
  display: flex;
  width: 100%;
  line-height: 1.5;
  border-bottom: 2px dotted #603B14;
  padding: 10px 0;
}
.menu-material .inner {
  align-self: center;
  min-width: 98px;
}
.menu-material .inner .icon {
  width: 88px;
  font-weight: bold;
  background-color: #603B14;
  color: #fff;
  text-align: center;
}
.menu-material > li {
  margin-right: 10px;
  line-height: 45px;
}
.menu-material > li img {
  vertical-align: middle;
}

.menu-option {
  display: flex;
  justify-content: space-between;
  line-height: 1.5;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 599px) {
  .menu-option {
    display: block;
  }
}
.menu-option .inner {
  width: 48.5%;
}
@media screen and (max-width: 599px) {
  .menu-option .inner {
    width: 100%;
  }
  .menu-option .inner + .inner {
    margin-top: 10px;
  }
}
.menu-option .inner .images {
  margin-bottom: 10px;
}
.menu-option .inner .icon {
  vertical-align: middle;
  margin-right: 5px;
  margin-bottom: 5px;
}
.menu-option .inner strong {
  font-size: 1.6rem;
}
.menu-option .reserve-area {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (max-width: 599px) {
  .menu-option .reserve-area {
    font-size: 1.8rem;
  }
}
.menu-option .reserve-area > ul {
  margin: 0.8em 0;
}
.menu-option .reserve-area > ul > li {
  text-align: center;
}
.menu-option .reserve-area > ul > li + li {
  margin-top: 0.8em;
}

.menu-caution {
  border-top: 2px dotted #603B14;
  padding-top: 1em;
}

.menu-char {
  font-weight: bold;
  margin: 1.5em 0;
}
.menu-char dt {
  float: left;
  color: #603B14;
  padding: 0 5px;
  margin-right: 5px;
}
.menu-char dt.basic {
  background-color: #603B14;
  color: #fff;
}
.menu-char dt.coffee-sanchi {
  background-color: #E89C51;
}
.menu-char dt.coffee-baisen {
  background-color: #EC756B;
}
.menu-char dt.morning-drink {
  background-color: #F4BB3C;
}
.menu-char dt.morning-plus {
  background-color: #F4BBCB;
}
.menu-char dt.morning-jam {
  color: #B9032C;
  padding-left: 0;
}
.menu-char dd {
  margin-bottom: 5px;
}
.menu-char.menu-char__morning dt {
  float: none;
  display: inline-block;
}
.menu-char.menu-char__morning dd {
  font-weight: normal;
  margin-bottom: 1em;
}
.menu-char.menu-char__morning-jam dd span + span::before {
  content: 'or';
  color: #603B14;
  padding: 0 5px;
}

.coffee-taste {
  color: #CF0026;
  font-weight: bold;
}
.coffee-taste dt {
  float: left;
  margin-right: 5px;
}
.coffee-taste dd {
  letter-spacing: 0.2em;
}

.menu-cake-copy {
  font-weight: bold;
  color: #B9032C;
  line-height: 1.5;
}

.wine-weight {
  color: #CF0026;
  font-weight: bold;
}
.wine-weight .val {
  letter-spacing: 0.2em;
}

/*-----menu-----*/
.menu-pasta {
  background-color: #FAF5E3;
  padding: 30px 0 10px;
  margin-bottom: 40px;
}
@media screen and (max-width: 979px) {
  .menu-pasta {
    padding: 2.94vw 0vw 0.98vw 0vw;
    margin: 0vw 0vw 3.92vw 0vw;
  }
}
.menu-pasta .ttl {
  border-bottom: 1px dotted #603B14;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 979px) {
  .menu-pasta .ttl {
    margin: 0vw 0vw 1.96vw 0vw;
  }
}
@media screen and (max-width: 599px) {
  .menu-pasta .pasta-list {
    flex-wrap: wrap;
  }
}
.menu-pasta .pasta-list li {
  width: calc(100%/6 - 2%);
  font-size: 1.6rem;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 979px) {
  .menu-pasta .pasta-list li {
    font-size: 16px;
    font-size: 1.63265vw;
  }
}
@media screen and (max-width: 599px) {
  .menu-pasta .pasta-list li {
    font-size: 1.4rem;
    width: 30%;
    margin-bottom: 10px;
  }
}
.menu-pasta .pasta-list li img {
  display: block;
  border: 2px solid #8D633A;
  border-radius: 50%;
  margin: 0 auto;
}
.menu-pasta .pasta-list li a {
  color: #603B14;
  text-decoration: none;
}

.menu-banner {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 599px) {
  .menu-banner {
    justify-content: space-between;
  }
}
.menu-banner li {
  width: calc(100%/4 - 1%);
  margin-top: 1%;
  margin-right: 1.333333%;
}
.menu-banner li:nth-child(4n) {
  margin-right: 0;
}
@media screen and (max-width: 599px) {
  .menu-banner li {
    width: 49%;
    margin-top: 2%;
    margin-right: 0;
  }
}
.menu-banner li img {
  display: block;
  border: 2px solid #8D633A;
  margin: 0 auto;
}

.menu-list-ttl {
  display: table;
  width: 100%;
  margin-bottom: 1em;
}
.menu-list-ttl .thumb {
  width: 125px;
  display: table-cell;
  vertical-align: middle;
  padding-right: 15px;
}
@media screen and (max-width: 599px) {
  .menu-list-ttl .thumb {
    width: 100px;
  }
}
.menu-list-ttl .thumb img {
  display: block;
  border: 2px solid #8D633A;
  margin: 0 auto;
}
.menu-list__spaghetti .menu-list-ttl .thumb img {
  border-radius: 50%;
}
.menu-list-ttl .ttl {
  display: table-cell;
  vertical-align: middle;
}
.menu-list-ttl .ttl span {
  display: block;
  padding-bottom: 8px;
  border-bottom: 2px dotted #8D633A;
}
@media screen and (max-width: 599px) {
  .menu-list-ttl .ttl img {
    height: 20px;
  }
}
.menu-list-ttl .text-ttl {
  background-color: #FAF5E3;
  font-weight: bold;
  padding: 2px 10px;
  font-size: 1.8rem;
}
@media screen and (max-width: 599px) {
  .menu-list-ttl .text-ttl {
    font-size: 1.6rem;
  }
}
.menu-list-ttl .text-ttl::before {
  content: '●';
  margin-right: 3px;
}

@media screen and (max-width: 599px) {
  .menu-list__limited-time .menu-list-ttl .ttl img {
    height: 35px;
  }
}
.menu-list .container {
  margin-top: -100px;
  padding-top: 100px;
}
.menu-list .com {
  margin-bottom: 1em;
}
.menu-list + .menu-list {
  margin-top: 4em;
}
@media screen and (max-width: 599px) {
  .menu-list + .menu-list {
    margin-top: 1em;
  }
}
.menu-list .child-container {
  margin-top: -100px;
  padding-top: 100px;
  margin-bottom: 2em;
}
@media screen and (max-width: 599px) {
  .menu-list .child-container {
    margin-bottom: 1em;
  }
}
.menu-list .child-container:last-child {
  margin-bottom: 0;
}

.menu-list-container {
  display: flex;
}
@media screen and (max-width: 599px) {
  .menu-list-container {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.menu-list-container + .menu-list-container {
  border-top: 1px dotted #C6A46B;
  padding-top: 1em;
  margin-top: 1em;
}
@media screen and (max-width: 599px) {
  .menu-list-container + .menu-list-container {
    border: none;
    padding-top: 0;
    margin-top: 0;
  }
}
.menu-list-container .col {
  width: 23%;
  margin-right: 2.666666%;
}
@media screen and (max-width: 599px) {
  .menu-list-container .col {
    width: 49%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.menu-list-container .col:last-child {
  margin-right: 0;
}
.menu-list-container .col img {
  display: block;
  border: 2px solid #8D633A;
  margin-bottom: 5px;
}
.menu-list-container .col a {
  text-decoration: none;
  color: #603B14;
}
.menu-list-container .col a:hover {
  text-decoration: underline;
}
.menu-list-container .col .ttl {
  font-weight: bold;
  font-size: 1.7rem;
  line-height: 1.3;
  padding-left: 20px;
  position: relative;
}
@media screen and (max-width: 599px) {
  .menu-list-container .col .ttl {
    font-size: 1.5rem;
  }
}
.menu-list-container .col .ttl::before {
  content: "\f138";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  margin-right: 5px;
  position: absolute;
  left: 0;
  top: 0;
}

/*-----sitemap-----*/
.site-map > li {
  padding: 10px;
  border-top: 1px solid #603B14;
}
.site-map > li .ttl {
  font-weight: bold;
}
.site-map > li > ul {
  margin-left: 1em;
}
.site-map > li > ul > li + li {
  margin-top: 1em;
}
.site-map > li > ul > li .ttl {
  font-weight: bold;
}
.site-map > li > ul > li > ul {
  margin-left: 1em;
}
.site-map > li > ul > li > ul > li + li {
  margin-top: 0.5em;
}
.site-map > li > ul > li > ul > li > ul {
  margin-left: 1em;
}

/*------------------------------
    WORDPRESS
--------------------------------*/
.entry .aligncenter {
  display: block;
  margin: 0 auto;
}

.entry .alignright {
  float: right;
  margin-right: 1em;
  margin-bottom: 1em;
}

.entry .alignleft {
  float: left;
  margin-right: 1em;
  margin-bottom: 1em;
}

.entry img[class*="wp-image-"], .entry img[class*="attachment-"] {
  height: auto;
  max-width: 100%;
}

.wp-pagenavi {
  margin-top: 1em;
  text-align: center;
  font-size: 2.0rem;
  font-weight: bold;
}
.wp-pagenavi a {
  display: inline-block;
  text-decoration: none;
  color: #603B14;
  margin: 0 5px;
}
.wp-pagenavi a.previouspostslink, .wp-pagenavi a.nextpostslink {
  color: #c6a46b;
}
.wp-pagenavi a.page {
  background-color: #FAF5E3;
  border-radius: 50%;
  width: 38px;
  line-height: 38px;
}
.wp-pagenavi .current {
  margin: 0 5px;
  background-color: #603B14;
  color: #fff;
  border-radius: 50%;
  display: inline-block;
  width: 38px;
  line-height: 38px;
}
