@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP|Noto+Serif:400,700&display=swap");
.bg-dark {
  background: #202020 !important;
}

body {
  font-size: 14px;
  font-family: "Noto Serif", serif;
}

@media (min-width: 768px) {
  body {
    min-width: 1024px;
    font-size: 16px;
  }
}

.container {
  max-width: 1024px;
}

.l-header {
  padding: 10px 0 2px;
  background: #FFF;
}

@media (min-width: 768px) {
  .l-header {
    padding: 20px 0 10px;
  }
}

.l-header-logo img {
  width: 200px;
}

@media (min-width: 768px) {
  .l-header-logo img {
    width: 320px;
  }
}

.l-catch {
  padding: 20px 0 10px;
}

@media (min-width: 768px) {
  .l-catch {
    padding: 50px 0 45px;
  }
}

.l-catch-ttl {
  color: #af861b;
  font-size: 20px;
  margin-bottom: 10px;
  letter-spacing: 3px;
}

@media (max-width: 767.98px) {
  .l-catch-ttl {
    line-height: 1.5;
  }
}

@media (min-width: 768px) {
  .l-catch-ttl {
    font-size: 30px;
    margin-bottom: 20px;
  }
}

.l-catch-intro {
  font-size: 14px;
  line-height: 2;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 2px;
}

@media (min-width: 768px) {
  .l-catch-intro {
    font-size: 17px;
    line-height: 2.4;
  }
}

.l-catch-intro strong {
  position: relative;
}

.l-catch-intro strong:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  left: 0;
  bottom: -5px;
  display: inline-block;
  background: #FFF;
}

@media (min-width: 768px) {
  .l-omakase {
    padding: 130px 20px;
    background: url(../../assets/img/bg_omakase.jpg) center repeat-x;
    background-size: auto 100%;
  }
}

.l-omakase-box {
  padding: 30px 20px 10px;
  background: #af861b;
}

@media (max-width: 767.98px) {
  .l-omakase-box {
    width: 100%;
  }
}

@media (min-width: 768px) {
  .l-omakase-box {
    padding: 50px 50px 20px;
  }
}

.l-omakase-catch {
  color: #FFF;
  border: 1px solid #FFF;
  display: inline-block;
  padding: 5px 10px;
  font-family: "Noto Sans JP", sans-serif;
}

.l-omakase-ttl {
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .l-omakase-ttl {
    font-size: 28px;
    line-height: 1.6;
    margin-bottom: 20px;
  }
}

.l-omakase-txt {
  opacity: .5;
  line-height: 2;
  font-family: "Noto Sans JP", sans-serif;
}

.l-nav-menu {
  font-size: 18px;
  line-height: 1.4;
  padding: 20px 0 15px;
}

@media (min-width: 768px) {
  .l-nav-menu {
    width: 820px;
    margin: 0 auto;
    padding: 50px 0;
  }
}

.l-nav-menu small {
  font-size: 14px;
}

.l-nav-menu a {
  padding: 10px 10px 10px 65px;
  display: block;
  border-radius: 2px;
  color: #af861b;
  background: #FFF url(../img/icon_nav.png) no-repeat 25px center;
  background-size: 25px;
}

@media (max-width: 767.98px) {
  .l-nav-menu a {
    margin-bottom: 10px;
  }
}

.l-nav-menu a:hover {
  opacity: .7;
  text-decoration: none;
}

.l-cource {
  padding: 30px 0 15px;
  border-top: 1px solid #343a40;
}

@media (min-width: 768px) {
  .l-cource {
    padding: 60px 0 10px;
  }
}

@media (min-width: 768px) {
  .l-cource .container {
    width: 980px;
    max-width: 980px;
  }
}

@media (max-width: 767.98px) {
  .l-cource-left, .l-cource-right {
    margin: 0 15px;
  }
}

.l-cource-left {
  width: 100%;
}

@media (min-width: 768px) {
  .l-cource-left {
    width: 390px;
  }
}

.l-cource-right {
  width: 100%;
}

@media (min-width: 768px) {
  .l-cource-right {
    width: 590px;
  }
}

#delivery .container {
  background: url(../img/bg_delivery.png) no-repeat right -50px;
  background-size: auto 150px;
}

@media (min-width: 768px) {
  #delivery .container {
    background: url(../img/bg_delivery.png) no-repeat right -80px;
    background-size: 411px;
  }
}

#fingerfood .container {
  background: url(../img/bg_fingerfood.png) no-repeat right -40px;
  background-size: auto 150px;
}

@media (min-width: 768px) {
  #fingerfood .container {
    background: url(../img/bg_fingerfood.png) no-repeat right -60px;
    background-size: 411px;
  }
}

#buffet .container {
  background: url(../img/bg_buffet.png) no-repeat right -40px;
  background-size: auto 150px;
}

@media (min-width: 768px) {
  #buffet .container {
    background: url(../img/bg_buffet.png) no-repeat right -78px;
    background-size: 411px;
  }
}

.l-cource-ttl {
  position: relative;
  line-height: 1.5;
  font-size: 30px;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .l-cource-ttl {
    font-size: 34px;
    margin-bottom: 40px;
  }
}

.l-cource-ttl small {
  font-size: 17px;
}

.l-cource-ttl:before {
  position: absolute;
  content: '';
  width: 26px;
  height: 2px;
  bottom: -10px;
  background: #FFF;
}

.l-cource-catch {
  color: #af861b;
}

@media (min-width: 768px) {
  .l-cource-catch {
    font-size: 18px;
  }
}

.l-cource-txt {
  opacity: .6;
  margin-bottom: 20px;
  font-family: "Noto Sans JP", sans-serif;
}

@media (max-width: 991.98px) {
  .l-cource-txt {
    font-size: 13px;
  }
}

@media (min-width: 768px) {
  .l-cource-txt {
    margin-bottom: 40px;
  }
}

.l-cource-menu {
  color: #727272;
  background: #FFF;
  margin-bottom: 18px;
}

.l-cource-menu-ttl {
  position: relative;
  color: #af861b;
  padding: 4px 0 4px 44px;
  font-size: 15px;
  background: rgba(175, 134, 27, 0.2) url(../img/icon_menu.png) no-repeat 18px center;
  background-size: 17px auto;
  font-family: "Noto Sans JP", sans-serif;
}

@media (min-width: 768px) {
  .l-cource-menu-ttl {
    padding: 4px 0 4px 50px;
    font-size: 18px;
    background: rgba(175, 134, 27, 0.2) url(../img/icon_menu.png) no-repeat 25px center;
    background-size: 17px auto;
  }
}

.l-cource-menu-ttl span {
  position: absolute;
  top: 12px;
  right: 13px;
  padding: 0 10px;
  font-size: 14px;
  color: #FFF;
  background: #af861b;
  border-radius: 20px;
}

@media (min-width: 768px) {
  .l-cource-menu-ttl span {
    top: 14px;
    right: 20px;
    padding: 3px 15px;
  }
}

.l-cource-menu-ttl strong {
  font-size: 23px;
}

@media (min-width: 768px) {
  .l-cource-menu-ttl strong {
    font-size: 30px;
  }
}

.l-cource-menu-list {
  list-style: none;
  font-size: 13px;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .l-cource-menu-list {
    padding: 20px 30px;
    font-size: 15px;
    line-height: 1.4;
  }
}

.l-cource-menu-list li {
  margin: 5px 20px;
}

.l-cource-menu-list li:first-child {
  margin-top: 15px;
}

@media (min-width: 768px) {
  .l-cource-menu-list li:first-child {
    margin-top: 20px;
  }
}

.l-cource-menu-list li:last-child {
  padding-bottom: 10px;
}

@media (min-width: 768px) {
  .l-cource-menu-list li:last-child {
    padding-bottom: 20px;
  }
}

@media (min-width: 768px) {
  .l-cource-img {
    position: relative;
    margin: 110px 0 0 30px;
  }
}

.l-cource-img div {
  margin-bottom: 20px;
}

.l-cource-img div img {
  width: 100%;
}

@media (min-width: 768px) {
  .l-cource-img div img {
    width: 450px;
    height: 300px;
    margin-bottom: 1px;
  }
}

@media (min-width: 768px) {
  .l-cource-img div:last-child {
    position: absolute;
    top: 220px;
    left: 110px;
  }
}

.l-cource-price {
  background: #FFF;
  margin: 30px 0 0;
}

@media (min-width: 768px) {
  .l-cource-price {
    position: relative;
    width: 270px;
    background: #FFF;
    margin: 180px 0 0 340px;
  }
}

.l-cource-price-ttl {
  display: block;
  padding: 5px 20px;
  margin: -10px 0;
  background: #af861b;
  letter-spacing: 3px;
  font-size: 16px;
  text-align: center;
}

@media (min-width: 768px) {
  .l-cource-price-ttl {
    margin: -20px 0 -10px 10px;
    padding: 10px 20px;
    letter-spacing: 1px;
    font-size: 16px;
    display: inline-block;
    text-align: left;
  }
}

.l-cource-price-money {
  position: relative;
  font-size: 40px;
  padding: 10px 10px 0;
  color: #af861b;
}

@media (min-width: 768px) {
  .l-cource-price-money {
    font-size: 61px;
    padding: 0 10px;
  }
}

.l-cource-price-money span, .l-cource-price-money small {
  color: #424242;
}

.l-cource-price-money span {
  font-size: 30px;
  padding: 0 0 0 6px;
}

.l-cource-price-money small {
  display: inline-block;
  font-size: 14px;
}

@media (min-width: 768px) {
  .l-cource-price-money small {
    position: absolute;
    bottom: 58px;
    right: 43px;
  }
}

.l-cource-fee {
  display: -ms-flexbox;
  display: flex;
  font-size: 17px;
}

@media (max-width: 767.98px) {
  .l-cource-fee {
    width: 100%;
    line-height: 1.3;
    margin: 0 15px;
    text-align: center;
    border-top: 1px solid #ced4da;
  }
}

@media (min-width: 768px) {
  .l-cource-fee {
    font-size: 19px;
  }
}

.l-cource-fee div {
  color: #af861b;
  background: #FFF;
  border-right: 1px solid #ced4da;
}

@media (max-width: 767.98px) {
  .l-cource-fee div {
    width: 100%;
    padding: 10px 10px;
  }
}

@media (min-width: 768px) {
  .l-cource-fee div {
    display: inline-block;
    padding: 10px 20px;
  }
}

.l-cource-fee .l-cource-fee-ttl {
  color: #FFF;
  background: #af861b;
  padding: 10px 30px;
  border: none;
}

@media (max-width: 767.98px) {
  .l-cource-fee .l-cource-fee-ttl {
    display: none;
  }
}

.l-cource-cost {
  width: 100%;
  background: #FFF;
  margin: 20px 15px 0;
  padding: 2px 2px 0;
  box-sizing: border-box;
}

@media (min-width: 768px) {
  .l-cource-cost {
    margin: 70px 0 0;
    padding: 2px 2px 30px;
  }
}

@media (min-width: 768px) {
  .l-cource-cost .row {
    padding: 0 60px;
  }
}

.l-cource-cost p {
  margin: 20px 0;
  text-align: center;
  color: #525252;
}

.l-cource-cost-ttl {
  background: #af861b;
  color: #FFF;
  padding: 15px;
  text-align: center;
}

@media (max-width: 767.98px) {
  .l-cource-cost-ttl {
    font-size: 20px;
  }
}

@media (max-width: 767.98px) {
  .l-cource-cost-box {
    margin: 0 10px 10px;
    padding: 0;
    border-top: 1px solid #af861b;
  }
}

@media (min-width: 768px) {
  .l-cource-cost-box {
    height: 100%;
    padding: 15px 20px;
    border: 1px solid #af861b;
  }
}

.l-cource-cost-price {
  font-size: 22px;
  margin-bottom: 10px;
  color: #af861b;
  text-align: center;
}

@media (max-width: 767.98px) {
  .l-cource-cost-price {
    border-bottom: 1px solid #af861b;
  }
}

.l-cource-cost-price small {
  font-size: 17px;
}

.l-cource-cost-list {
  padding: 0;
  margin: 0;
  font-size: 13px;
  color: #727272;
  list-style: none;
}

@media (max-width: 767.98px) {
  .l-cource-cost-list {
    width: 16em;
    margin: 0 auto;
  }
}

.case img {
  width: 100%;
}

.l-flow-no {
  list-style: none;
  counter-reset: item;
  padding: 0;
}

.l-flow-no li {
  position: relative;
  margin: 0 auto 35px;
  padding: 15px 15px 15px 60px;
  color: #202020;
  background: #FFF;
  font-family: "Noto Sans JP", sans-serif;
}

@media (max-width: 767.98px) {
  .l-flow-no li {
    line-height: 1.6;
  }
}

@media (min-width: 768px) {
  .l-flow-no li {
    width: 770px;
    margin: 0 auto 35px;
    padding: 20px 20px 20px 70px;
  }
}

.l-flow-no li:before {
  position: absolute;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  background: #af861b;
  color: #FFF;
  counter-increment: item;
  content: counter(item);
  top: 50%;
  margin-top: -14px;
  left: 15px;
  width: 28px;
  height: 28px;
  font-size: 17px;
  line-height: 28px;
  font-family: "Noto Serif", serif;
}

@media (min-width: 768px) {
  .l-flow-no li:before {
    margin-top: -16px;
    left: 20px;
    width: 32px;
    height: 32px;
    font-size: 21px;
    line-height: 32px;
  }
}

.l-flow-no li:after {
  position: absolute;
  left: 50%;
  bottom: -23px;
  content: '';
  width: 18px;
  height: 10px;
  margin-left: -9px;
  background: url(../img/icon_arrow.png) no-repeat;
  background-size: 100% auto;
}

@media (min-width: 768px) {
  .l-flow-no li:after {
    bottom: -23px;
  }
}

.l-flow-no li:last-child:after {
  display: none;
}

.accordion {
  margin: 0 auto 15px;
  font-family: "Noto Sans JP", sans-serif;
}

@media (min-width: 768px) {
  .accordion {
    width: 770px;
    margin: 0 auto 30px;
  }
}

.card-header {
  padding: 0;
}

.btn-link {
  position: relative;
  width: 100%;
  text-align: left;
  color: #202020;
  padding: 15px 25px 15px 40px;
  font-size: 14px;
}

@media (max-width: 767.98px) {
  .btn-link {
    line-height: 1.5;
  }
}

@media (min-width: 768px) {
  .btn-link {
    font-size: 16px;
    padding: 20px 20px 20px 50px;
  }
}

.btn-link:before {
  position: absolute;
  content: 'Q';
  font-size: 24px;
  top: 5px;
  left: 13px;
  color: #af861b;
  font-family: "Noto Serif", serif;
}

@media (min-width: 768px) {
  .btn-link:before {
    top: 10px;
    left: 20px;
  }
}

.btn-link:after {
  position: absolute;
  content: '';
  top: 24px;
  right: 12px;
  width: 18px;
  height: 10px;
  background: url(../img/icon_arrow.png) no-repeat;
  background-size: 100% auto;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media (min-width: 768px) {
  .btn-link:after {
    top: 28px;
    right: 20px;
  }
}

.btn-link.collapsed:after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.btn-link:hover {
  color: #202020;
  text-decoration: none;
}

.card-body {
  position: relative;
  color: #202020;
  background: #ececec;
  padding: 15px 15px 15px 40px;
}

@media (max-width: 767.98px) {
  .card-body {
    line-height: 1.5;
  }
}

@media (min-width: 768px) {
  .card-body {
    padding: 20px 20px 20px 50px;
  }
}

.card-body:before {
  position: absolute;
  content: 'A';
  left: 15px;
  top: 4px;
  font-size: 24px;
  color: #b01a1a;
  font-family: "Noto Serif", serif;
}

@media (min-width: 768px) {
  .card-body:before {
    top: 12px;
    left: 23px;
  }
}

.contact .container {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (min-width: 768px) {
  .contact .container {
    width: 800px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

a[href^="tel:"] {
  pointer-events: none;
}

a[href^="#contact"] {
  color: #af861b;
}

section {
  padding: 35px 0 15px;
}

@media (min-width: 768px) {
  section {
    padding: 80px 0;
  }
}

.ttl {
  font-size: 20px;
  margin-bottom: 25px;
  letter-spacing: 1px;
}

@media (min-width: 768px) {
  .ttl {
    font-size: 28px;
    margin-bottom: 45px;
  }
}

.ttl-sub {
  font-size: 17px;
  color: #af861b;
  letter-spacing: 1px;
}

@media (min-width: 768px) {
  .ttl-sub {
    font-size: 20px;
  }
}

.caption {
  font-size: 12px;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
}

.notice {
  font-size: 12px;
  opacity: .5;
  font-family: "Noto Sans JP", sans-serif;
}

@media (max-width: 767.98px) {
  .notice {
    line-height: 1.5;
  }
}

@media (min-width: 768px) {
  .notice {
    font-size: 14px;
  }
}

p.notice {
  position: relative;
  padding: 0 0 0 14px;
}

p.notice:before {
  position: absolute;
  content: '※';
  left: 0;
  top: 0;
}

ul.list {
  padding: 0;
  margin: 0;
  list-style: none;
}

ul.list li {
  position: relative;
  padding: 0 0 0 10px;
}

ul.list li:before {
  position: absolute;
  content: '-';
  left: 0;
  top: 0;
}

.san-serif {
  font-family: "Noto Sans JP", sans-serif;
}

.hidden-lg {
  display: block;
}

@media (min-width: 768px) {
  .hidden-lg {
    display: none;
  }
}

.hidden-sm {
  display: none;
}

@media (min-width: 768px) {
  .hidden-sm {
    display: block;
  }
}

.mailform input, .mailform textarea {
  width: 100% !important;
  padding: 5px;
}

.mailform textarea {
  height: auto !important;
}

.mailform .btn {
  background: #af861b;
  border: none;
  padding: 10px 30px;
}

.mailform .btn:hover, .mailform .btn:focus, .mailform .btn:active {
  background: #af861b;
}

.btn-primary {
  border-color: #af861b !important;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  background: #af861b !important;
}

#page-top {
  position: fixed;
  bottom: 10px;
  right: 20px;
}

@media (min-width: 768px) {
  #page-top {
    bottom: 80px;
    right: 20px;
  }
}

#page-top a:hover {
  opacity: .5;
}

.l-footer {
  padding: 15px;
  background: #FFF;
}

@media (min-width: 768px) {
  .l-footer {
    text-align: center;
  }
}

.l-footer small {
  color: #202020;
  opacity: .5;
}
