@charset "utf-8";
/*--12px/36px 960/12grid(1col 8.3333%)--*/

@import url(https://fonts.googleapis.com/css?family=Open+Sans|Roboto);

html {
  font-size: 100%; /*16px*/
  line-height: 1.5; /*24px*/
  font-family: Open Sans, Yu Gothic, YuGothic, Hiragino Kaku Gothic Pro, Meiryo,
    Osaka, ms pgothic, sans-serif;
  font-weight: 600;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt";
  background-color: white;
  color: black;
}

body,
ul,
ol,
dl,
dd {
  margin: 0;
  padding: 0;
}

main {
  display: block;
}

li {
  list-style-position: inside;
}

dd li {
  list-style: none;
}

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

dt {
  width: 25%;
  margin-right: 4.1666%;
  text-align: center;
  border: 1px solid black;
  box-sizing: border-box;
  float: left;
}

dd {
  overflow: hidden;
  margin-bottom: 0.5em;
}

/* -- font -- */

h1 {
  font-size: 200%; /*32px*/
}
h2 {
  font-size: 150%; /*24px*/
}
h3 {
  font-size: 125%; /*20px*/
}
h4 {
  font-size: 112.5%; /*18px*/
}

.float_l_outer {
  display: table;
  table-layout: fixed;
  width: 100%;
  text-align: center;
}
.float_l_outer img {
  padding-left: 0.5em;
  margin: 0.75em 0;
}

.float_l_inner {
  display: table-cell;
  vertical-align: middle;
  width: 66.6666%;
  text-align: left;
}

.text-r {
  text-align: right;
}

.ultra {
  font-size: 225%;
}
.big {
  font-size: 175%;
}
.small {
  font-size: 75%;
}
.pad_r {
  padding-right: 0.5em;
}

a {
  text-decoration: none;
  background: transparent;
}

/*--contents--*/

.contents {
  width: 91.6666%;
  margin: 0 auto;
}

/*--margin--*/

.margin {
  margin: 0.75em 0;
}
.padding {
  padding: 0.75em 0;
}

/*--color--*/

a {
  color: #111;
}

.red,
.red a {
  color: #be161f;
}

.gold,
.gold a {
  color: #a27c52;
}

/*--bg--*/

.b_red,
.b_red a,
.b_dred,
.b_dred a,
.b_gold,
.b_gold a,
.b_gray,
.b_gray a,
.title_red,
.title_black,
.b_black,
.b_black a {
  color: white;
}

.b_red {
  background-color: #be161f;
}
.b_dred {
  background-color: #890619;
}
.b_gold {
  background-color: #a27c52;
}
.b_gray {
  background-color: #4d524d;
}
.b_usgray {
  background-color: #e5e5e5;
}
.b_black {
  background-color: black;
}

.title_red {
  background: #6b0c15;
  background: -webkit-linear-gradient(top, #be161f 25%, #6b0c15 100%);
  background: linear-gradient(top, #be161f 25%, #6b0c15 100%);
}

.title_black {
  background: #333;
  background: -webkit-linear-gradient(top, #333 25%, black 100%);
  background: linear-gradient(top, #333 25%, black 100%);
}

/*--border--*/

.l_gdot,
.marker_y {
  display: inline;
}

.l_red {
  border-bottom: 0.125em solid #be161f;
}
.l_gold {
  border-bottom: 0.125em solid #a27c52;
}
.l_black {
  border-bottom: 0.125em solid black;
}

.l_gdot {
  border-bottom: 0.125em dotted #ccc;
}

.marker_y {
  background: linear-gradient(transparent 60%, #ffe600 60%);
}

/*--title--*/

.title {
  text-align: center;
}

.title_red,
.title_black {
  margin: 0;
  padding: 0 2.0833%;
}

.title_red:before,
.title_black:before {
  content: "";
  width: 1em;
  height: 1em;
  display: inline-block;
  background-size: cover;
  margin-right: 0.25em;
  background: url(images/ico/ico-kira.svg) no-repeat;
}

/* --selection---*/

::selection {
  background-color: #eee;
}
::-moz-selection {
  background-color: #eee;
}

/*--icon--*/

.i_money,
.i_clip,
.i_arrows,
.i_q,
.i_p,
.i_search,
.i_voice,
.i_leg,
.i_arrow,
.q,
.a {
  width: 1em;
  height: 1em;
  display: inline-block;
}

.i_money,
.i_clip,
.i_arrows,
.i_q,
.i_p,
.i_search,
.i_voice,
.i_leg,
.q,
.a {
  background-position: left center;
  background-size: contain;
  background-repeat: no-repeat;
  padding-left: 0.5em;
}

.i_money {
  background-image: url(images/ico/ico-money.svg);
}

.i_clip {
  background-image: url(images/ico/ico-clipboard.svg);
}

.i_arrows {
  background-image: url(images/ico/ico-mark.svg);
}

.i_q {
  background-image: url(images/ico/ico-qandoa.svg);
}

.i_p {
  background-image: url(images/ico/i_p.svg);
}

.i_search {
  background-image: url(images/ico/ico-search.svg);
}

.i_leg {
  background-image: url(images/ico/ico-leg.svg);
}

.i_voice {
  background-image: url(images/ico/ico-voice.svg);
}

.q {
  background-image: url(images/ico/i_q.svg);
}

.a {
  background-image: url(images/ico/i_a.svg);
}

.i_flow_arrow {
  width: 0;
  height: 0;
  margin: 0 auto 0.75em auto;
  border-top: 3em solid black;
  border-left: 4.5em solid transparent;
  border-right: 4.5em solid transparent;
}

.i_arrow,
.i_check {
  position: relative;
  background-color: #be161f;
}

.i_arrow {
  border-radius: 50%;
}

.i_check {
  border-radius: 12.5%;
  color: white;
  margin-left: 0.5em;
}

.i_arrow:after,
.i_check:after {
  position: absolute;
  content: "";
  width: 0.25em;
  height: 0.25em;
  border: 0.125em solid;
  left: 25%;
  top: 37.5%;
  transform: rotate(45deg);
}

.i_arrow:after {
  border-color: white transparent transparent white;
}

.i_check::after {
  border-color: white white transparent transparent;
}

/*--col--*/

.col2 > li,
.col3 > li,
.col4 > li,
.plan > li {
  list-style: none;
  box-sizing: border-box;
}

.col2 > li,
.col3 > li,
.col4 > li {
  margin: 0.375em 2.5%;
  position: relative;
}

.col2 > li img,
.col3 > li img,
.col4 > li img,
.plan > li img {
  width: 100%;
}

.col4 > li,
.plan > li {
  float: left;
}

.col4 > li {
  width: 45%;
}

.col_white > li {
  border-radius: 1em;
  background-color: white;
  color: black;
}

.col_white > li {
  padding: 0.75em 4.1666%;
}

.plan > li {
  width: 30%;
  margin: 0.375em 1.6666%;
}

/*--waku--*/

.waku {
  padding: 0.75em 4.1666%;
}

.waku_red,
.waku_black {
  box-sizing: border-box;
  background-color: white;
  color: black;
  border-radius: 1em;
  background-color: white;
}

.waku_black {
  border: 0.375em solid black;
}

.waku_red {
  border: 0.375em solid #be161f;
}

.waku_black > h1 {
  margin: 0;
  padding: 0.5em;
  position: relative;
  border-radius: 0.25em 0.25em 0 0;
}

.waku_black > h1 img {
  width: 2.5em;
  margin-top: -3em;
  margin-right: 0.5em;
}

/*--maru img--*/

.maru {
  border-radius: 50%;
  box-sizing: border-box;
}

/*--float_kiji--*/

.float_l_kiji h1,
.float_l_kiji h2,
.float_l_kiji h3,
h1.float_l_kiji,
h2.float_l_kiji,
h3.float_l_kiji,
.float_r_kiji h1,
.float_r_kiji h2,
.float_r_kiji h3 h1.float_r_kiji,
h2.float_r_kiji,
h3.float_r_kiji {
  margin-top: 0;
}

.float_l_kiji p,
.float_r_kiji p {
  margin-bottom: 0;
  /* [disabled]color: dimgrey; */
}

.float_l,
.float_r {
  margin: 0.75em 0;
}

.float_l_img,
.float_r_img {
  width: 25%;
}

.float_l_kiji,
.float_r_kiji {
  width: 70.8334%;
  display: table;
  vertical-align: middle;
}
.float_l_kiji {
  padding: 0 0 0 4.1666%;
}
.float_r_kiji {
  padding: 0 4.1666% 0 0;
}

.float_r_img {
  float: right;
}
.float_l_kiji,
.float_r_kiji,
.float_l_img {
  float: left;
}

/*--shine animation--*/

.shine {
  position: relative;
  overflow: hidden;
  text-align: center;
}
.shine:before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 100%
  );
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
  -webkit-animation: shine 1.5s;
  animation: shine 1.5s;
  animation-iteration-count: infinite;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}

/* -- ol number -- */

ol {
  list-style: none;
  counter-reset: ol_li;
}

ol li:before {
  margin-right: 0.25em;
  counter-increment: ol_li;
  content: counter(ol_li);
  font-size: 2em;
  font-family: Roboto, sans-serif;
}

/*--header--*/

#header_pc {
  position: fixed;
  width: 100%;
  background-color: white;
  border-bottom: 1px solid #fee8f2;
  top: 0;
  z-index: 9999;
}

#top_margin {
  width: 100%;
  height: 3.5em;
}

#logo {
  margin: 0.75em 0;
}

#logo li {
  list-style: none;
  width: 45%;
  float: left;
  margin-left: 2.1833%;
}

#logo li:nth-child(1) {
  width: 30%;
}

/* ----- drawermenu ----- */

#drawer_menu {
  width: 100%;
  height: 100%;
  right: -100%;
  z-index: 9999;
  opacity: 0;
  transition: opacity 0.1s linear;
  text-align: center;
  position: fixed;
  font-size: 1.5em;
}

#drawer_menu ul > li {
  width: 100%;
  list-style: none;
  box-sizing: border-box;
  background-color: #eee;
}

#drawer_menu ul > li:nth-child(odd) {
  background-color: #ddd;
}

#drawer_menu ul > li a,
.close {
  display: block;
  padding: 0.75em 0;
}

#drawer_menu ul > li a:hover {
  background-color: gray;
  color: white;
}

#drawer_menu.block {
  opacity: 1;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  overflow: auto;
}

/* ----- menubtn ----- */

.bar {
  width: 50%;
  height: 5%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  background-color: black;
  position: relative;
}

#menu_btn:hover,
.bar.top,
.bar.middle,
.bar.bottom {
  opacity: 1;
}
.bar.top {
  top: 15%;
}
.bar.middle {
  top: 30%;
}
.bar.bottom {
  top: 45%;
}

#menu_btn span {
  display: block;
}

#menu_btn {
  cursor: pointer;
  font-size: 66.6666%;
  width: 25%;
  height: 100%;
  top: 0;
  position: absolute;
  right: 0;
}

#menu_btn p {
  position: absolute;
  text-align: center;
  bottom: -12.5%;
  color: black;
}

.bar,
#menu_btn p {
  left: 25%;
  right: 25%;
}

.bar {
  bottom: -20%;
}

#menu_btn a {
  color: black;
}

#menu_btn a:hover {
  background-color: #888;
}

/*--top--*/

#top_kuchikomi > li {
  border: 0.25em solid #333;
  background-color: white;
  padding: 4.5em 4.1666% 0.75em 4.1666%;
  margin-top: 3em;
}

#top_kuchikomi h2 {
  display: block;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  margin: -4em auto 0.5em auto;
}

#top_kuchikomi h2:before {
  display: none;
}

/*--img--*/

.bg img,
.sp img {
  width: 100%;
}

.bg img {
  vertical-align: baseline;
}

.pc {
  display: none;
  overflow: hidden;
}
/* --- movie --- */

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/*--cta--*/

a.cta_plan {
  display: block;
  text-align: center;
  margin: 0.75em 0;
  box-shadow: 0 0.125em 0.125em #111;
  font-size: 125%;
  -webkit-transition: color 0.3s, background-color 0.3s, box-shadow 0.3s,
    -webkit-transform 0.3s;
  transition: color 0.3s, background-color 0.3s, box-shadow 0.3s, transform 0.3s;
}

a.cta_plan:hover {
  background-color: gray;
  box-shadow: none;
  -webkit-transform: translateY(0.125em);
  transform: translateY(0.125em);
}

.cta_plan:active {
  transition-duration: 0.1s;
}

/*--toggle--*/

.toggle {
  cursor: pointer;
  border-radius: 0.5em;
  position: relative;
  margin: 0.75em 0;
  padding: 0 0.75em;
}

.toggle + article,
.toggle + section {
  display: none;
}

.toggle_ico,
.toggle_ico span {
  display: inline-block;
  transition: all 0.3s;
  box-sizing: border-box;
  position: absolute;
}

.toggle_ico {
  width: 1em;
  height: 1em;
  background-color: white;
  border-radius: 50%;
  right: 4.1666%;
  bottom: 22.5%;
  z-index: 8500;
}

.toggle_ico span {
  width: 66.6666%;
  height: 0.125em;
  right: 16.6666%;
  top: 0.45em;
  z-index: 8500;
  background-color: #111;
}

.toggle_ico span:nth-of-type(1) {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
}
.toggle_ico span:nth-of-type(2) {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
}
.toggle_ico.active span:nth-of-type(1) {
  display: none;
}
.toggle_ico.active span:nth-of-type(2) {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
}

/*--voice--*/

.voice_fuki {
  position: relative;
  border-radius: 1em;
}

.voice_fuki img {
  width: 12em;
  position: absolute;
  top: -4.5em;
  left: -4.1666%;
}

/*--footer--*/

footer {
  text-align: center;
}

/* #footer_tel{
border-radius: 10px;
border: .25em solid #be161f;
background-color: #fff;
clear: both;
color:  #be161f;
display:block;
}

#footer_tel img{
width:75%;
} */

#footer_cta {
  width: 100%;
  bottom: 0;
  position: fixed;
  background-color: rgba(255, 255, 255, 0.75);
  z-index: 9000;
}

#footer_cta.bottom {
  position: relative;
}

#footer_cta li {
  width: 30%;
  margin: 0 1.6666%;
  float: left;
  font-size: 75%;
  list-style: none;
}

#footer_cta li:last-child a {
  color: #fff;
}
@media screen and (max-width: 375px) {
  #footer_cta li:last-child a {
    font-size: 14.5px;
  }
}
#footer_cta li a {
  border-radius: 0.25em;
  padding: 0.375em 0;
  display: block;
}

#footer_logo {
  margin: 1.5em 0;
}

#footer_logo img {
  width: 50%;
}

#footer_map > ul > li > a,
#footer_map_sub li > a {
  display: block;
  padding: 0.75em 4.1666%;
}

#footer_map li a:hover {
  background-color: gray;
}

#footer_map > ul > li > a:after {
  content: "\003e";
  margin-left: 0.5em;
  color: white;
}

#footer_map > ul > li,
#footer_map_sub li,
#footer_sns > li {
  list-style: none;
}

#footer_map > ul > li,
#footer_map_sub li {
  float: left;
  width: 50%;
}

#footer_map > ul > li ul {
  display: none;
}

#footer_map_sub li > a {
  color: #111;
}

#footer_map li,
#footer_map_sub li {
  box-sizing: border-box;
}

#footer_map li:nth-child(even) {
  border-left: solid 1px white;
}

#footer_map li:nth-of-type(n + 3) {
  border-top: solid 1px white;
}

#footer_map_sub li:nth-child(even) {
  border-left: solid 1px #ccc;
}

#footer_map_sub li:nth-of-type(n + 3) {
  border-top: solid 1px #ccc;
}

#footer_map_sub li > a:before {
  content: "\025b6";
  margin-right: 0.5em;
}

#footer_map_sub li > a:hover {
  background-color: white;
}

#footer_sns li {
  margin: 1em;
  display: inline-block;
}

#pagetop {
  margin-top: 0.75em;
  display: block;
}

#copy {
  text-align: center;
  font-size: 75%;
}

/*--prevention--*/
.prevention_info {
  padding: 10px 15px;
  display: flex;
  align-items: center;
}

.prevention_info p {
  font-size: 0.8rem;
  line-height: 1rem;
  margin: 0;
}

.prevention_info img {
  width: 45px;
  height: 45px;
  margin-right: 10px;
}

/*--clear--*/

dl:after,
dd:after,
#logo:after,
#header_pc:after,
#drawer_menu:after,
#drawer_menu ul li:after,
footer:after,
#footer_map:after,
#footer_map > ul:after,
#footer_map_sub:after,
#footer_cta ul:after,
.plan:after,
.col2:after,
.col3:after,
.col4:after,
.col2 > li:after,
.col3 > li:after,
.col4 > li:after,
.float_r:after,
.float_r_image:after,
.float_l:after,
.float_l_image:after,
#copy {
  display: block;
  clear: both;
  content: "";
}

@media screen and (min-width: 568px) {
  html {
    font-size: 100%; /*16px*/
  }

  .col2 > li,
  .col3 > li {
    float: left;
  }

  .col2 > li {
    width: 45% !important;
  }

  .col4 > li {
    width: 20% !important;
  }

  .col3 > li {
    width: 28.3333% !important;
  }
  .voice li img {
    width: 25%;
    margin-top: 0;
    margin-left: -4.1666%;
    margin-right: 4.1666%;
  }
}

@media screen and (min-width: 736px) {
  br {
    display: none;
  }
  #footer_cta {
    z-index: 3;
    position: relative !important;
    display: block !important;
  }
}

@media screen and (min-width: 960px) {
  #drawer_menu {
    border-bottom: 1px solid black;
    width: 100%;
    position: relative;
    font-size: 69%;
    right: 0;
    background-color: white;
    opacity: 1;
  }

  #logo {
    width: 87.5%;
    margin: 0.75em auto;
  }

  #drawer_menu > ul,
  #footer_map,
  #footer_map_sub {
    margin: 0 auto;
  }

  #drawer_menu > ul > li {
    text-align: center;
    width: 13.6%;
    float: left;
    border-left: 1px solid black;
    transition: all 0.3s ease-in-out;
  }

  #drawer_menu > ul > li:last-child {
    border-right: 1px solid black;
    width: 18.4%;
  }

  #drawer_menu > ul > li a {
    color: black;
  }

  #drawer_menu ul > li a img {
    width: 100%;
    margin: 0;
  }

  .pc,
  #drawer_menu > ul > li a {
    display: block;
  }

  .sp,
  #menu_btn {
    display: none;
  }

  #top_margin {
    height: 6.5em;
  }

  #logo li {
    width: 25%;
  }

  #logo li:last-child {
    float: right;
  }

  #drawer_menu {
    border-top: 1px solid black;
  }

  #drawer_menu ul > li,
  #drawer_menu ul > li:nth-child(odd) {
    background-color: transparent;
  }

  #drawer_menu ul > li a.active {
    background-color: #ffe600;
    color: black;
  }

  #drawer_menu.block {
    -webkit-transform: none;
    transform: none;
  }

  #footer_map li:nth-child(even),
  #footer_map li:nth-of-type(n + 3) {
    border: none;
  }

  #footer_map,
  #footer_map_sub {
    width: 75%;
  }
  #footer_map > ul > li,
  #footer_map_sub li {
    width: 25%;
  }

  #footer_map > ul > li ul,
  #footer_map_sub {
    display: block;
    font-size: 75%;
  }

  #footer_map_sub li {
    border: none !important;
  }

  .waku_black > h1 img {
    margin-top: 0;
  }

  .margin {
    margin: 1.5em 0;
  }
  .padding {
    padding: 1.5em 0;
  }
}

@media screen and (min-width: 1024px) {
  html {
    font-size: 150%; /*24px*/
    line-height: 2; /*48px*/
  }

  .contents {
    width: 75%;
  }

  .float_l,
  .float_r {
    margin: 1.5em 0;
  }

  .waku_black > h1,
  .toggle,
  .title_red,
  .title_black {
    text-align: center;
  }

  .toggle {
    padding-left: 0;
  }

  .toggle_ico {
    right: 8.3333%;
  }

  #footer_logo img {
    width: auto;
  }
}

@media screen and (min-width: 1600px) {
  #logo,
  .contents {
    width: 66.6666%;
  }

  #drawer_menu > ul {
    width: 75%;
  }
}

@media screen and (max-width: 1023px) {
  .pc__tel {
    display: none !important;
  }
}
@media screen and (min-width: 1024px) {
  .sp__tel {
    display: none !important;
  }
}
@media screen and (max-width: 735px) {
  .web_pc_res {
    display: none;
  }
}

.web_pc_res {
  z-index: 5;
  bottom: 0;
  right: 0;
  position: fixed;
  border-radius: 10px;
  width: 200px;
  background-color: #fff;
  border: 3px solid #be161f;
}
.web_pc_res:hover {
  background-color: yellow;
}
.web_pc_res_top {
  text-align: center;
  font-size: 20px;
  color: #fff;
  background-color: #be161f;
  margin: 0;
}
.web_pc_res_yoyaku {
  text-align: center;
  font-size: 27px;
  color: #be161f;
}

.i_line {
  position: relative;
  top: 3px;
  background-image: url(/images/ico/i_line.svg);
  height: 1.3em;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  margin: 0 0.25em;
  width: 1.3em;
}

@media screen and (max-width: 736px) {
  .i_line {
    height: 1em;
    width: 10%;
  }
}

.new-shop {
  background-color: #be151e;
  position: absolute;
  left: -10px;
  top: -3px;
  color: #fff;
  padding: 4px;
  border-radius: 7px;
  transform: rotate(-10deg);
}

@media screen and (max-width: 1023px) {
  .new-shop-p {
    right: 10%;
    transform: rotate(0deg);
    padding: 0px 3px;
  }
}
@media screen and (min-width: 1024px) {
  .new-shop-p {
    left: 20%;
    padding: 0px 3px;
  }
}
.new-shop-p {
  background-color: yellow;
  position: absolute;
  color: #be151e;
}

.shop__web-reserve:hover {
  background-color: yellow;
}

.reservation {
  margin: 40px 0;
}
.reservation__container {
  box-sizing: border-box;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
.reservation__inner {
  display: grid;
  row-gap: 20px;
  column-gap: 20px;
}
.reservation__inner img {
  display: block;
  width: 100%;
}
.reservation__card {
  position: relative;
  display: block;
  overflow: hidden;
}
.reservation__card::before {
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  content: "";
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
  animation: banner-shine 4s linear 0s infinite normal;
}
@keyframes banner-shine {
  0% {
    left: -100%;
  }
  25% {
    left: 200%;
  }
  100% {
    left: 200%;
  }
}
@media screen and (min-width: 576px){
  .reservation__container {
    max-width: 540px;
  }
}
@media screen and (min-width: 768px){
  .reservation__container {
    max-width: 720px;
  }
  .reservation__inner {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 992px){
  .reservation__container {
    max-width: 960px;
  }
}
@media screen and (min-width: 1250px){
  .reservation__container {
    max-width: 1230px;
  }
}
@media (hover: hover){
  .reservation__card {
    transition: all 0.2s linear;
  }
  .reservation__card:hover {
    opacity: 0.7;
  }
}