@charset "UTF-8";
/*
Theme Name: 賢威8.0（子テーマ） 
Theme URI: https://rider-store.jp/keni/
Author: 株式会社ウェブライダー		
Author URI: https://web-rider.jp/
Description: 賢威8.0 子テーマです。		
Version: 8.0.0.0
Template: keni80_wp_standard_all_202103110632
*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500;600;700&family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
/**********
 * 初期化 *
 **********/
body {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  width: 100%;
  overflow-x: hidden;
  color: #2d2d2d;
  font-family: "Noto Sans JP", sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}
a.element {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/*******************
* フォント読み込み *
********************/
/************
 * 共通部品 *
 ************/

.br-pc {
  display: none;
}

/************
 * ヘッダー *
 ************/
.header {
  z-index: 10;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 100%;
  background-color: #ffffff;
  /**** sp ****/
  /**** pc ****/
}
.header__nav-bar--sp {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 70px;
}
.header__nav-bar--pc {
  display: flex;
  display: none;
  justify-content: space-between;
  width: 100%;
  height: 120px;
}
.header__logo--sp {
  width: 83px;
  margin-top: 6px;
  margin-bottom: 7px;
  margin-left: 10px;
}
.header__logo--sp:hover {
  opacity: 0.7;
}
.header__logo--pc {
  width: 100%;
}
.header__logo--pc:hover {
  opacity: 0.7;
}
.header__box-container {
  display: flex;
}
.header__box--tel {
  box-sizing: border-box;
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  width: 70px;
  height: 70px;
  padding-bottom: 12px;
  background-color: #de7b36;
  color: #ffffff;
  font: 500 10px/10px "Noto Sans JP", sans-serif;
  letter-spacing: 0.025em;
}
.header__box--tel img {
  width: 24px;
  margin-bottom: 6px;
}
.header__box--tel:hover {
  opacity: 0.7;
}
.header__box--line {
  box-sizing: border-box;
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  width: 70px;
  height: 70px;
  padding-bottom: 12px;
  background-color: #51a873;
  color: #ffffff;
  font: 500 10px/10px "Noto Sans JP", sans-serif;
  letter-spacing: 0.025em;
}
.header__box--line img {
  width: 32px;
  margin-bottom: 5px;
}
.header__box--line:hover {
  opacity: 0.7;
}
.header__box--menu {
  box-sizing: border-box;
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  width: 70px;
  height: 70px;
  padding-bottom: 12px;
  background-color: #559f9a;
  color: #ffffff;
  font: 500 10px/10px "Noto Sans JP", sans-serif;
  letter-spacing: 0.025em;
  cursor: pointer;
}
.header__box--menu:hover {
  opacity: 0.7;
}
.header__bun, .header__bun:before, .header__bun:after {
  display: block;
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: #ffffff;
  content: "";
}
.header__bun {
  top: 27px;
}
.header__bun:before {
  bottom: 10px;
}
.header__bun:after {
  top: 10px;
}
.header__wrapper {
  flex-grow: 1;
  min-width: 730px;
  max-width: 960px;
  margin-left: 30px;
}
.header__logo-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 35px;
}
.header__reserve-container {
  display: flex;
  justify-content: space-between;
  margin-top: 12px;
}
.header__intro span:first-child {
  font: 400 14px/25px "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
}
.header__intro span:last-child {
  font: 400 12px/16px "Noto Sans JP", sans-serif;
  letter-spacing: 0.01em;
}
.header__btn-container {
  display: flex;
}
.header__tel-container {
  position: relative;
  margin-left: 10px;
  text-align: center;
}
.header__tel-container:hover {
  opacity: 0.7;
}
.header__tel-icon {
  width: 20px;
  margin-right: 5px;
}
.header__tel-num {
  color: #de7b36;
  font: 700 27px/21px "Noto Sans JP", sans-serif;
  letter-spacing: 0.01px;
}
.header__tel-messege {
  border-bottom: solid 3px #e4c542;
  color: #2d2d2d;
  font: 700 12px/12px "Noto Sans JP", sans-serif;
  letter-spacing: 0.056em;
}
.header__line-btn {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 162px;
  height: 48px;
  margin-left: 10px;
  border-radius: 24px;
  background-color: #51a873;
  color: #ffffff;
  font: 400 12px/15px "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
}
.header__line-btn div {
  position: relative;
  top: -3px;
  margin-left: 5px;
  text-align: center;
}
.header__line-btn span:last-child {
  font-size: 13px;
}
.header__line-btn img {
  width: 30px;
}
.header__line-btn:hover {
  opacity: 0.7;
}
.header__menu-list {
  display: flex;
  padding: 0;
  font: 700 16px/28px "Noto Sans JP", sans-serif;
  letter-spacing: 0.025em;
  list-style: none;
}
.header__menu-list > li {
  position: relative;
  width: 16.7%;
  height: 28px;
  text-align: center;
}
.header__menu-list > li a {
  color: #2d2d2d;
}
.header__menu-list > li a:hover {
  display: inline;
  background: linear-gradient(transparent 23px, #5aaba6 0%);
  color: #5aaba6;
}
.header__menu-list > li ul {
  position: absolute;
  top: 28px;
  right: 0;
  left: 0;
  height: 0;
  margin: 0;
}
.header__menu-list > li ul::before {
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: -1px;
  right: 50%;
  width: 5px;
  height: 5px;
  transform: rotate(45deg);
  border-right: solid 1px #2d2d2d;
  border-bottom: solid 1px #2d2d2d;
  content: "";
}
.header__menu-list > li ul li {
  display: none;
}
.header__menu-list > li:hover ul {
  height: auto;
  padding: 20px 5px;
  border-radius: 0 0 10px 10px;
  background-color: #ffffff;
  font: 700 16px/34px "Noto Sans JP", sans-serif;
  letter-spacing: 0.025em;
  list-style: none;
}
.header__menu-list > li:hover ul li {
  display: block;
}
.header__menu-list > li:not(:last-child) {
  border-right: solid 1px #d8d8d8;
}
.header__breadcrumbs {
  display: none;
}

/************************
 * ハンバーガーメニュー *
 ************************/
.hamburger__close {
  box-sizing: border-box;
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  width: 70px;
  height: 70px;
  margin-left: auto;
  padding-bottom: 12px;
  background-color: #559f9a;
  color: #ffffff;
  font: 500 10px/10px "Noto Sans JP", sans-serif;
  letter-spacing: 0.025em;
  cursor: pointer;
}
.hamburger__bun, .hamburger__bun:before, .hamburger__bun:after {
  display: block;
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: #ffffff;
  content: "";
}
.hamburger__bun {
  top: 27px;
  background-color: transparent;
}
.hamburger__bun::before {
  -webkit-transform: rotate(45deg);
  bottom: 0;
  transform: rotate(45deg);
}
.hamburger__bun::after {
  -webkit-transform: rotate(-45deg);
  top: 0;
  transform: rotate(-45deg);
}
.hamburger__in-open#hamburger-menu {
  -webkit-transform: translateX(0%);
  display: block;
  overflow: scroll;
  transform: translateX(0%);
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.hamburger__menu-list {
  margin: 0 0 22px;
  padding: 0;
  border-top: solid 1px #52bdb5;
}
.hamburger__menu-list > li {
  position: relative;
  min-height: 10vh;
  padding-left: 1em;
  border-bottom: solid 1px #52bdb5;
  color: #539a95;
  font: 700 16px/10vh "Noto Sans JP", sans-serif;
  letter-spacing: 0.025em;
}
.hamburger__menu-list > li > .hamburger__accordion-btn {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 88%;
}
.hamburger__menu-list > li > .hamburger__accordion-btn::before, .hamburger__menu-list > li > .hamburger__accordion-btn::after {
  position: absolute;
  top: calc(5vh - 1px);
  right: 20px;
  width: 20px;
  height: 2px;
  background-color: #539a95;
  content: "";
}
.hamburger__menu-list > li > .hamburger__accordion-btn::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.hamburger__menu-list > li > .hamburger__accordion-btn.hamburger__open-item::after {
  display: none;
}
.hamburger__menu-list > li > ul {
  display: none;
  margin: 0 0 0 -1em;
  padding: 0;
  list-style: none;
}
.hamburger__menu-list > li > ul > li {
  position: relative;
  height: 8vh;
  margin-bottom: 0;
  padding-left: 2em;
  border-top: solid 1px #52bdb5;
  background-color: #f1f8f4;
  font: 500 16px/8vh "Noto Sans JP", sans-serif;
}
.hamburger__menu-list > li a {
  color: #2d2d2d;
}
.hamburger__menu-list > li a:hover {
  display: inline;
  background: linear-gradient(transparent 23px, #5aaba6 0%);
  color: #5aaba6;
}
.hamburger__menu-list > li.hamburger__open-item li {
  display: block;
}
.hamburger__logo-container {
  display: flex;
  justify-content: space-between;
  margin: 0 15px 22px;
  gap: 4%;
}
.hamburger__logo {
  width: 66%;
}
.hamburger__feature-container {
  display: flex;
  justify-content: flex-end;
  width: 30%;
}
.hamburger__feature-icon {
  width: 47%;
  max-width: 49px;
  margin-left: 6px;
}
.hamburger__tel-container {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 74px;
  margin: 0 15px 22px;
  margin-bottom: 17px;
  border-radius: 37px;
  background-color: #de7b36;
}
.hamburger__tel-wrapper {
  display: flex;
  margin-top: 4px;
  margin-bottom: 5px;
}
.hamburger__tel-icon {
  width: 20px;
  margin-right: 10px;
}
.hamburger__tel-num {
  color: #ffffff;
  font: 700 27px/21px "Noto Sans JP", sans-serif;
  letter-spacing: 0.01px;
}
.hamburger__tel-messege {
  color: #ffffff;
  font: 500 12px/21px "Noto Sans JP", sans-serif;
  letter-spacing: 0.08px;
}
.hamburger__reserve-btn {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  height: 74px;
  margin: 0 15px 35px;
  border-radius: 37px;
  background-color: #51a873;
  color: #ffffff;
  font: 700 20px/21px "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
}
.hamburger__reserve-btn img {
  position: relative;
  top: 3px;
  width: 32px;
}
.hamburger__reserve-btn span {
  margin-left: 10px;
}

#hamburger-menu {
  -webkit-transform: translateX(100%);
  display: none;
  z-index: 10;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100vw;
  overflow: hidden;
  transform: translateX(100%);
  background-color: #ffffff;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

/************
 * 予約情報 *
 ************/
.reserve {
  position: relative;
  margin-top: -1px;
  padding: 40px 15px 80px;
  background-color: #ffffff;
}
.reserve:before {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 10px;
  background-color: #5aaba6;
  content: "";
}
.reserve:after {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 10px;
  background-color: #5aaba6;
  content: "";
}
.reserve__flex-container > div {
  margin-bottom: 25px;
}
.reserve__logo-container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 22px;
}
.reserve__logo {
  width: 66%;
}
.reserve__feature-container {
  display: flex;
  justify-content: flex-end;
  width: 30%;
}
.reserve__feature-icon {
  width: 47%;
  max-width: 49px;
  margin-left: 6px;
}
.reserve__business-hour {
  width: 100%;
  border-collapse: collapse;
  font: 400 14px/21px "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  table-layout: fixed;
}
.reserve__business-hour tr {
  border-bottom: solid 1px #d8d8d8;
}
.reserve__business-hour thead tr {
  height: 30px;
}
.reserve__business-hour tbody tr {
  height: 35px;
}
.reserve__business-hour th {
  padding: 0;
  border: none;
  background-color: #ffffff;
  color: #2d2d2d;
  text-align: center;
  vertical-align: middle;
}
.reserve__business-hour th:first-child {
  width: 100px;
  border-right: 1px solid #d8d8d8;
}
.reserve__business-hour td {
  position: relative;
  border: none;
}
.reserve__open::after {
  -webkit-transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 13px;
  height: 13px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #5aaba6;
  content: "";
}
.reserve__close::before, .reserve__close::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 1px;
  background-color: #5aaba6;
  content: "";
}
.reserve__close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.reserve__close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.reserve__close-day {
  font: 400 14px/33px "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  text-align: right;
}
.reserve__address {
  -webkit-font-feature-settings: "normal";
  font-feature-settings: "normal";
  display: inline-block;
  font: 400 16px/28px "Noto Sans JP", sans-serif;
  letter-spacing: 0.025px;
}
.reserve__access {
  -webkit-font-feature-settings: unset;
  font-feature-settings: unset;
  display: inline-block;
  padding-left: 3em;
  font: 400 12px/21px "Noto Sans JP", sans-serif;
  letter-spacing: 0.01px;
  text-indent: -2.5em;
}
.reserve__credit-container {
  margin: 20px 0 0;
}
.reserve__credit-icon {
  height: 35px;
  margin-right: 9px;
}
.reserve__tel-container {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 74px;
  margin-top: 20px;
  margin-bottom: 30px;
  border-radius: 37px;
  background-color: #de7b36;
}
.reserve__tel-container:hover {
  opacity: 0.7;
}
.reserve__tel-wrapper {
  display: flex;
  margin-top: 4px;
  margin-bottom: 5px;
}
.reserve__tel-icon {
  width: 20px;
  margin-right: 10px;
}
.reserve__tel-num {
  color: #ffffff;
  font: 700 27px/21px "Noto Sans JP", sans-serif;
  letter-spacing: 0.01px;
}
.reserve__tel-messege {
  color: #ffffff;
  font: 500 12px/21px "Noto Sans JP", sans-serif;
  letter-spacing: 0.08px;
}

/**************
 * ライン予約 *
 **************/
/***** ライン予約 *****/
.line__reserve-container {
  display: grid;
  position: relative;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr auto;
  margin: 0 -15px;
  padding: 30px 15px;
  gap: 16px 4px;
  background-color: #d8ecde;
}
.line__image {
  -o-object-fit: cover;
  grid-row: 1/2;
  grid-column: 1/2;
  width: 128px;
  max-width: none;
  height: 161px;
  object-fit: cover;
}
.line__image-comment-container {
  position: absolute;
  top: 10px;
  left: 80px;
}
.line__image-comment {
  display: inline-block;
  z-index: 1;
  position: absolute;
  width: 103px;
}
.line__catch-content {
  grid-row: 1/2;
  grid-column: 2/3;
}
.line__24h {
  display: block;
  margin: 25px auto 23px;
  color: #51a873;
  font: 700 23px/30px "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  text-align: center;
}
.line__24h > span {
  display: inline;
  padding: 0;
  background: linear-gradient(transparent 26px, #e4c542 0%);
}
.line__24h > span > span {
  color: #de7b36;
  font-weight: 900;
  vertical-align: 1px;
}
.line__comment {
  width: 100%;
  font: 500 14px/23px "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
  text-align: center;
}
.line__reserve-btn {
  display: flex;
  position: relative;
  grid-row: 2/3;
  grid-column: 1/3;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 74px;
  border-radius: 37px;
  background-color: #51a873;
  color: #ffffff;
  font: 700 20px/21px "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
}
.line__reserve-btn:hover {
  opacity: 0.7;
}
.line__reserve-btn img {
  position: relative;
  top: 3px;
  width: 32px;
}
.line__reserve-btn span {
  margin-left: 10px;
}
.line__qr-code {
  display: none;
}
.line__step-container {
  padding: 45px 0 0;
}
.line__headline {
  margin: 0 -15px;
  padding: 0 0 40px;
  border: none;
  color: #de7b36;
  font: 700 20px/21px "Noto Sans JP", sans-serif;
  letter-spacing: 0.2em;
  text-align: center;
}
.line__headline span {
  position: relative;
  font-size: 35px;
}
.line__headline span::before {
  position: absolute;
  top: 0;
  right: 5px;
  width: 24px;
  height: 10px;
  background-image: url("images/common/line-step-accent.svg");
  background-repeat: no-repeat;
  content: "";
}
.line__content-container {
  width: 300px;
  margin: 0 auto;
}
.line__content-container dt {
  position: relative;
  height: 38px;
  background-color: #51a873;
  color: #ffffff;
  font: 700 16px/38px "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  text-align: center;
}
.line__content-container dd {
  display: flex;
  z-index: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 162px;
  margin-left: 0;
  padding: 0;
  background-color: #f9ece4;
  font: 500 14px/21px "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
}
.line__content-container div:not(:last-child) dd {
  position: relative;
  margin-bottom: 54px;
}
.line__content-container div:not(:last-child) dd::after {
  display: block;
  position: absolute;
  bottom: -43px;
  border-top: 28px solid #de7b36;
  border-right: 16px solid transparent;
  border-left: 16px solid transparent;
  content: "";
}
.line__step-icon--sp {
  z-index: 1;
  position: absolute;
  top: -2px;
  left: 7px;
  width: 42px;
}
.line__step-icon--pc {
  display: none;
}
.line__add-friend {
  padding: 0;
  list-style: none;
  counter-reset: my-counter;
}
.line__add-friend li {
  position: relative;
}
.line__add-friend li::before {
  box-sizing: border-box;
  display: flex;
  position: absolute;
  top: 4px;
  left: -20px;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 15px;
  padding: 0 0 2px 1px;
  border-radius: 50%;
  background-color: #2d2d2d;
  content: counter(my-counter);
  color: #f9ece4;
  font: 500 10px/15px "Noto Sans JP", sans-serif;
  counter-increment: my-counter;
}
.line__or {
  display: block;
  line-height: 40px;
  text-align: center;
}
.line__fill-in {
  width: 165px;
  background-image: url("images/common/hukidashi.svg");
  background-repeat: no-repeat;
}
.line__fill-in ol {
  position: relative;
  top: -4px;
  margin-left: 0;
  padding-left: 40px;
  font: 500 14px/21px "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
}
.line__fill-in li {
  margin: 0;
}
.line__illust {
  height: 80%;
}
.line__note {
  display: block;
  width: 300px;
  margin: 10px auto;
  font: 500 12px/22px "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
}

/************
 * フッター *
 ************/
.footer {
  padding: 13px 15px 80px;
  background-color: #f2f0e9;
}
.footer__nav-list {
  margin-top: 5px;
  padding: 0;
  list-style: none;
}
.footer__nav-list > li {
  font: 500 16px/50px "Noto Sans JP", sans-serif;
  letter-spacing: 0.025em;
}
.footer__nav-list > li > ul {
  margin: -5px 0 10px;
  padding-left: 5px;
  list-style: none;
}
.footer__nav-list > li > ul > li {
  font: 500 16px/36px "Noto Sans JP", sans-serif;
  letter-spacing: 0.025em;
}
.footer__nav-list > li > ul > li::before {
  display: inline-block;
  margin-right: 10px;
  content: "-";
}
.footer__nav-list > li a {
  color: #2d2d2d;
}
.footer__nav-list > li a:hover {
  display: inline;
  background: linear-gradient(transparent 23px, #5aaba6 0%);
  color: #5aaba6;
}
.footer__note {
  margin-top: 15px;
  font: 400 10px/21px "Noto Sans JP", sans-serif;
  letter-spacing: 0.01em;
  text-align: right;
}
@media screen and (min-width: 1000px) {
  .br-sp {
    display: none;
  }
  .br-pc {
    display: inline;
  }
  .header {
    position: relative;
  }
  .header__nav-bar--sp {
    display: none;
  }
  .header__nav-bar--pc {
    display: flex;
  }
  .header__breadcrumbs {
    display: block;
    height: 40px;
    padding: 0 calc(50% - 500px);
    border-top: 1px solid #5aaba6;
    background-color: #ffffff;
    font: 500 12px/40px "Noto Sans JP", sans-serif;
  }
  .header__breadcrumbs span {
    padding-right: 9px;
    padding-left: 15px;
  }
  .header__breadcrumbs a {
    color: #2d2d2d;
  }
  .hamburger {
    display: none;
  }
  .hamburger__logo {
    width: 327px;
  }
  .hamburger__feature-icon {
    width: 55px;
    max-width: unset;
    margin-left: 9px;
  }
  .reserve {
    padding: 95px calc(50% - 500px);
  }
  .reserve__flex-container {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
  }
  .reserve__flex-container > div {
    width: 46%;
  }
  .reserve__logo {
    width: 327px;
  }
  .reserve__feature-icon {
    width: 55px;
    max-width: unset;
    margin-left: 9px;
  }
  .reserve__business-hour {
    font-size: 16px;
    line-height: 33px;
  }
  .reserve__business-hour tr {
    border-bottom: solid 1px #d8d8d8;
  }
  .reserve__business-hour thead tr {
    height: 50px;
  }
  .reserve__business-hour tbody tr {
    height: 65px;
  }
  .reserve__business-hour th:first-child {
    width: 125px;
  }
  .reserve__business-hour td {
    position: relative;
  }
  .reserve__open::after {
    width: 16px;
    height: 16px;
  }
  .reserve__close::before, .reserve__close::after {
    width: 20px;
  }
  .reserve__close-day {
    font-size: 16px;
    line-height: 40px;
  }
  .reserve__address {
    margin-bottom: 20px;
    font-size: 18px;
  }
  .reserve__access {
    font-size: 14px;
    line-height: 26px;
  }
  .reserve__credit-container {
    margin: 30px 0 0;
  }
  .reserve__credit-icon {
    height: 37px;
  }
  .reserve__tel-container {
    margin-top: 30px;
    margin-bottom: 0;
  }
  .line {
    width: 100%;
    overflow: hidden;
    border: solid 3pt #51a873;
    border-radius: 10px;
  }
  .line__reserve-container {
    grid-template-columns: 1fr auto auto;
    grid-row: 1fr auto;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    gap: 0 35px;
  }
  .line__image {
    grid-row: 1/3;
    width: 411px;
    height: 266px;
  }
  .line__image-comment-container {
    top: 30px;
    left: 260px;
  }
  .line__24h {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 7px;
    font: 700 29px/43px "Noto Sans JP", sans-serif;
    letter-spacing: 0.1em;
  }
  .line__24h > span {
    background: linear-gradient(transparent 42px, #e4c542 0%);
    font: 700 33px/43px "Noto Sans JP", sans-serif;
  }
  .line__24h > span > span {
    font: 700 43px/50px "Noto Sans JP", sans-serif;
  }
  .line__comment {
    margin-top: 7px;
    margin-bottom: 0;
    line-height: 26px;
    text-align: left;
  }
  .line__reserve-btn {
    grid-column: 2/3;
    margin-bottom: 15px;
  }
  .line__qr-code {
    display: block;
    grid-row: 1/3;
    grid-column: 3/4;
    width: 210px;
    height: 243px;
    margin: auto 30px 0 0;
  }
  .line__step-container {
    padding: 18px 15px 15px;
  }
  .line__headline {
    position: relative;
    width: 380px;
    margin: 0 auto;
    padding-bottom: 24px;
    border: none;
  }
  .line__headline::before {
    position: absolute;
    top: 28%;
    left: -310px;
    width: 290px;
    height: 1px;
    background-color: #de7b36;
    content: "";
  }
  .line__headline::after {
    position: absolute;
    top: 28%;
    right: -310px;
    width: 290px;
    height: 1px;
    background-color: #de7b36;
    content: "";
  }
  .line__content-container {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .line__content-container div {
    position: relative;
  }
  .line__content-container dt {
    z-index: 1;
    position: absolute;
    top: 30px;
    right: 0;
    left: 0;
    padding-left: 60px;
    background-color: transparent;
    color: #2d2d2d;
    font: 700 16px/33px "Noto Sans JP", sans-serif;
    text-align: left;
  }
  .line__content-container dd {
    box-sizing: border-box;
    width: 208px;
    height: 229px;
    padding-top: 60px;
  }
  .line__content-container div:not(:last-child) dd {
    margin-bottom: 0;
  }
  .line__content-container div:not(:last-child) dd::after {
    display: block;
    right: -50px;
    bottom: calc(50% - 14px);
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-left: 28px solid #de7b36;
  }
  .line__step-icon--sp {
    display: none;
  }
  .line__step-icon--pc {
    display: block;
    z-index: 1;
    position: absolute;
    top: -2px;
    left: 10px;
    width: 38px;
  }
  .line__add-friend {
    padding-left: 20px;
  }
  .line__note {
    width: unset;
    margin-right: 0;
    text-align: right;
  }
  .footer {
    padding: 1px calc(50vw - 500px) 50px;
  }
  .footer__nav-list {
    display: flex;
    justify-content: space-between;
  }
  .footer__nav-list ul {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */


