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

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

/* -----------------------------
 reset
------------------------------*/
html, body, h1, h2, h3, h4, h5, h6, p, address, ul, ol, li, dl, dt, dd, table, caption, th, td, img, form {
  margin: 0;
  padding: 0;
  border: none;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  list-style-type: none;
  color: #444444;
}

body {
  font-size: 16px;
  font-weight: normal;
  font-family: "Noto Sans JP";
  line-height: 1.5;
  letter-spacing: 0.05em;
  -webkit-text-size-adjust: 100%;
}

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

a img {
  border: none;
}
a img:hover {
  border: none;
}
a img:focus {
  opacity: 1;
}

a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #366395;
  cursor: pointer;
}

a:link {
  text-decoration: none;
  color: #366395;
  word-wrap: break-word;
}

a:visited {
  text-decoration: none;
}

ul, ol, dl {
  list-style-position: outside;
}

li, dt, dd {
  font-size: 16px;
  list-style: none;
}

button {
  background: none;
  margin: 0;
  padding: 0;
  border: none;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  html {
    font-size: 14px;
  }
  body {
    font-size: 14px;
  }
  li, dt, dd {
    font-size: inherit;
  }
}
em {
  font-style: normal;
}

body p {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #555555;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px; /* 25.6px */
  line-break: strict;
}
@media screen and (max-width: 769px) {
  body p {
    font-size: 3.64vw;
    line-height: 6.66667vw;
  }
}
body * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body img {
  max-width: 100%;
  vertical-align: top;
}
body a {
  word-break: break-all;
  color: #53524e;
}
body a:hover {
  opacity: 0.5;
}
@media screen and (max-width: 769px) {
  body a:hover {
    opacity: 1;
  }
}
body .btn {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
body .btn:hover {
  opacity: 0.5;
}
@media screen and (max-width: 769px) {
  body .btn:hover {
    opacity: 1;
  }
}
body .note {
  font-size: 12.5px;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.3;
}
@media screen and (max-width: 769px) {
  body .note {
    font-size: 5.33333vw;
  }
}
body .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
body .jcs {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body .wrap {
  overflow: hidden;
  position: relative;
  left: 70px;
}
@media screen and (max-width: 769px) {
  body .wrap {
    left: 0;
  }
}
@media screen and (min-width: 769px) {
  body .wrap {
    width: 455px;
    padding: 40px 40px 0 40px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1160px) {
  body .wrap {
    margin-right: calc(50% - 450px);
  }
}
body .wrap .pc--fix {
  background: url(../img/pc_bg.jpg) no-repeat;
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100vw;
  height: 100vh;
  padding-left: 70px;
}
@media screen and (max-width: 768px) {
  body .wrap .pc--fix {
    display: none;
    padding-left: 0;
  }
}
body .wrap .pc--fix_logo {
  margin-bottom: 9px;
}
body .wrap .pc--fix__01 {
  width: 457px;
  margin-bottom: 40px;
}
body .wrap .pc--fix__btn {
  display: block;
  height: 100%;
  width: 372px;
}
body .wrap .pc--fix--inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 100%;
  width: calc(100% - 500px);
  margin-right: 0;
}
@media screen and (min-width: 1160px) {
  body .wrap .pc--fix--inner {
    width: 50%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-position: top calc(50% + 40px) right 370px;
  }
}
@media screen and (max-width: 1159px) {
  body .wrap .pc--fix--inner {
    display: none;
  }
  body .wrap .pc--fix--inner a {
    display: none;
  }
}
body .wrap .pc--fix--list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 457px;
}
body .wrap .pc--fix--list p {
  width: 100%;
}
body .wrap .contents {
  position: relative;
  z-index: 2;
  background-color: white;
  -webkit-box-shadow: 0px 0px 35px 0px rgba(20, 61, 77, 0.3);
          box-shadow: 0px 0px 35px 0px rgba(20, 61, 77, 0.3);
}
@media screen and (max-width: 769px) {
  body .wrap .contents {
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
body .wrap .contents h3 {
  margin-left: -20px;
  margin-right: auto;
}
@media screen and (max-width: 769px) {
  body .wrap .contents h3 {
    margin-left: -5.33333vw;
  }
}
body .wrap .contents .mv {
  padding: 0;
  position: relative;
}
@media screen and (max-width: 769px) {
  body .wrap .contents .mv img {
    border-radius: unset;
  }
}
body .wrap .contents .mv-logo {
  position: absolute;
  width: 178px;
  left: 25%;
  top: 15px;
}
@media screen and (max-width: 769px) {
  body .wrap .contents .mv-logo {
    width: 47.46667vw;
    top: 4vw;
  }
}
body .wrap .contents .mv-btn {
  width: 344.5px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
}
body .wrap .contents .mv-btn:nth-child(4) {
  bottom: 2%;
}
@media screen and (max-width: 769px) {
  body .wrap .contents .mv-btn {
    width: 95.73333vw;
  }
}
body .wrap .contents .sec01 {
  padding: 45px 0 35px 0;
  background: left -1.5%/100% auto no-repeat url("../img/Features_bg.png");
}
@media screen and (max-width: 769px) {
  body .wrap .contents .sec01 {
    padding: 12vw 0 9.33333vw 0;
  }
}
@media screen and (max-width: 769px) and (max-width: 769px) {
  body .wrap .contents .sec01 {
    border-radius: top;
  }
}
body .wrap .contents .sec01 h2 {
  width: 331.5px;
  margin: 0 auto;
  margin-bottom: 2.66667vw;
}
@media screen and (max-width: 769px) {
  body .wrap .contents .sec01 h2 {
    width: 88.4vw;
    margin-bottom: 2.66667vw;
  }
}
body .wrap .contents .sec01-anker-link {
  width: 340.5px;
  margin: 0 auto -5px;
}
@media screen and (max-width: 769px) {
  body .wrap .contents .sec01-anker-link {
    width: 90.8vw;
    margin-bottom: -1.33333vw;
  }
}
body .wrap .contents .sec01-ttl {
  height: 77.5px;
  margin: 0 0 -12px 0;
}
@media screen and (max-width: 769px) {
  body .wrap .contents .sec01-ttl {
    height: 20.66667vw;
    margin: 0 0 -3.2vw 0;
  }
}
body .wrap .contents .sec01-txt {
  margin-bottom: 17px;
  font-size: 14px;
  line-height: 25px;
}
@media screen and (max-width: 769px) {
  body .wrap .contents .sec01-txt {
    font-size: 3.73333vw;
    margin-bottom: 4.53333vw;
    line-height: 6.66667vw;
  }
}
body .wrap .contents .sec01-txt .text {
  line-height: 25px;
  margin-bottom: 14px;
}
@media screen and (max-width: 769px) {
  body .wrap .contents .sec01-txt .text {
    line-height: 6.66667vw;
    margin-bottom: 3.73333vw;
  }
}
body .wrap .contents .sec01-txt .span {
  font-size: 11px;
  line-height: 15px;
}
@media screen and (max-width: 769px) {
  body .wrap .contents .sec01-txt .span {
    font-size: 2.93333vw;
    line-height: 4vw;
  }
}
body .wrap .contents .sec01-img01 {
  width: 219.5px;
  margin: auto;
  margin-bottom: 27.5px;
}
@media screen and (max-width: 769px) {
  body .wrap .contents .sec01-img01 {
    width: 58.53333vw;
    margin-bottom: 7.33333vw;
  }
}
body .wrap .contents .sec01 li:nth-child(2), body .wrap .contents .sec01 li:nth-child(3) {
  background: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), to(#fff));
  background: -webkit-linear-gradient(#f3f3f3, #fff);
  background: linear-gradient(#f3f3f3, #fff);
}
body .wrap .contents .sec01 li {
  padding: 20px 25px 0;
}
@media screen and (max-width: 769px) {
  body .wrap .contents .sec01 li {
    padding: 5.33333vw 6.66667vw 0;
  }
}
body .wrap .contents .sec01 li:nth-child(2) {
  margin-bottom: 35px;
}
@media screen and (max-width: 769px) {
  body .wrap .contents .sec01 li:nth-child(2) {
    margin-bottom: 9.33333vw;
  }
}
body .wrap .contents .sec01 li:nth-child(1) h3 {
  width: 293.5px;
}
@media screen and (max-width: 769px) {
  body .wrap .contents .sec01 li:nth-child(1) h3 {
    width: 78.26667vw;
  }
}
body .wrap .contents .sec01 li:nth-child(2) h3 {
  width: 325.5px;
}
@media screen and (max-width: 769px) {
  body .wrap .contents .sec01 li:nth-child(2) h3 {
    width: 100%;
  }
}
body .wrap .contents .sec01 li:nth-child(3) h3 {
  width: 247px;
}
@media screen and (max-width: 769px) {
  body .wrap .contents .sec01 li:nth-child(3) h3 {
    width: 65.86667vw;
  }
}
body .wrap .contents .sec02 {
  padding-top: 31px;
  background: left top/100% auto no-repeat url("../img/aging_bg.png");
}
@media screen and (max-width: 769px) {
  body .wrap .contents .sec02 {
    padding-top: 8.26667vw;
  }
}
body .wrap .contents .sec02-ttl {
  width: 320px;
  margin: 0 auto;
  margin-right: auto;
  margin-bottom: 25px;
}
@media screen and (max-width: 769px) {
  body .wrap .contents .sec02-ttl {
    width: 85.33333vw;
    margin-bottom: 6.66667vw;
  }
}
body .wrap .contents .sec02-img {
  width: 320px;
  margin: 0 auto;
  margin-bottom: 23px;
  margin-bottom: 25px;
}
@media screen and (max-width: 769px) {
  body .wrap .contents .sec02-img {
    width: 85.33333vw;
    margin-top: 6.13333vw;
    margin-bottom: 6.66667vw;
  }
}
body .wrap .contents .sec02-txt {
  width: 320px;
  margin: 0 auto;
  margin-bottom: 30px;
  line-height: 25px;
}
@media screen and (max-width: 769px) {
  body .wrap .contents .sec02-txt {
    width: 85.33333vw;
    margin-bottom: 8vw;
    line-height: 6.66667vw;
  }
}
body .wrap .contents .sec02-recommendation h3 {
  width: 320px;
  margin: 0 auto 33px;
}
@media screen and (max-width: 769px) {
  body .wrap .contents .sec02-recommendation h3 {
    width: 85.33333vw;
    margin-bottom: 8.8vw;
  }
}
body .wrap .contents .sec02-recommendation-about {
  background-color: #f3f3f3;
  margin: 0 auto;
  padding: 27.5px 0 30px;
}
@media screen and (max-width: 769px) {
  body .wrap .contents .sec02-recommendation-about {
    padding: 7.33333vw 8vw;
  }
}
body .wrap .contents .sec02-recommendation-about h4 {
  width: 284px;
  margin: 0 auto 17.5px;
}
@media screen and (max-width: 769px) {
  body .wrap .contents .sec02-recommendation-about h4 {
    width: 75.73333vw;
  }
}
body .wrap .contents .sec02-recommendation-about p {
  width: 320px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 769px) {
  body .wrap .contents .sec02-recommendation-about p {
    width: 85.33333vw;
    margin-bottom: 5.33333vw;
  }
}
body .wrap .contents .sec02-recommendation-about-img {
  width: 246px;
  margin: 0 auto 17.5px;
}
@media screen and (max-width: 769px) {
  body .wrap .contents .sec02-recommendation-about-img {
    width: 65.6vw;
  }
}
body .wrap .contents .sec03 {
  padding-top: 30px;
  margin-bottom: 20px;
}
@media screen and (max-width: 769px) {
  body .wrap .contents .sec03 {
    padding-top: 8vw;
    margin-bottom: 5.33333vw;
  }
}
body .wrap .contents .sec03 p {
  width: 325px;
  margin: 0 auto;
}
@media screen and (max-width: 769px) {
  body .wrap .contents .sec03 p {
    width: 86.66667vw;
  }
}
body .wrap .contents .sec03 h2 {
  width: 365px;
  margin-left: 10px;
}
@media screen and (max-width: 769px) {
  body .wrap .contents .sec03 h2 {
    width: 97.33333vw;
    margin-left: 3vw;
  }
}
body .wrap .contents .sec03 h3 {
  text-align: center;
  background-color: #0e5873;
  color: #fff;
  font-size: 12px;
  width: 325px;
  margin: 20px auto 10px;
  padding: 4px 0;
}
@media screen and (max-width: 769px) {
  body .wrap .contents .sec03 h3 {
    margin: 5.33333vw auto 2.66667vw;
    width: 86.66667vw;
    font-size: 3.2vw;
    padding: 1.06667vw 0;
  }
}
body .wrap .contents .sec03 .bold {
  font-size: 15px;
  font-weight: bold;
  line-height: 25px;
  padding-bottom: 3px;
}
@media screen and (max-width: 769px) {
  body .wrap .contents .sec03 .bold {
    font-size: 4vw;
    line-height: 6.66667vw;
    padding-bottom: 0.8vw;
  }
}
body .wrap .contents .sec03 ul {
  width: 325px;
  margin: 0 auto 17px;
}
@media screen and (max-width: 769px) {
  body .wrap .contents .sec03 ul {
    width: 86.66667vw;
    margin-bottom: 4.53333vw;
  }
}
body .wrap .contents .sec03 ul li {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #555555;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px; /* 25.6px */
  line-break: strict;
  text-indent: -14px;
  margin-left: 14px;
}
@media screen and (max-width: 769px) {
  body .wrap .contents .sec03 ul li {
    font-size: 3.73333vw;
    line-height: 6.66667vw;
    text-indent: -3.73333vw;
    margin-left: 3.73333vw;
  }
}
body .wrap .contents .sec03-btn {
  width: 344.5px;
  margin: 0 auto;
}
@media screen and (max-width: 769px) {
  body .wrap .contents .sec03-btn {
    width: 91.86667vw;
  }
}
body .wrap .contents .sec03 .monitor {
  width: 365px;
  margin-left: 10px;
}
@media screen and (max-width: 769px) {
  body .wrap .contents .sec03 .monitor {
    width: 97.33333vw;
    margin-left: 3vw;
  }
}
body .wrap .contents .sec04 {
  padding-top: 30px;
  margin-bottom: 20px;
  background-color: #f3f3f3;
}
@media screen and (max-width: 769px) {
  body .wrap .contents .sec04 {
    padding-top: 8vw;
    margin-bottom: 5.33333vw;
  }
}
body .wrap .contents .sec04 h2 {
  width: 228px;
  margin: 0 auto 15.5px;
}
@media screen and (max-width: 769px) {
  body .wrap .contents .sec04 h2 {
    width: 60.8vw;
    margin-bottom: 4.13333vw;
  }
}
body .wrap .contents .sec04-img {
  width: 325px;
  margin: 0 auto;
}
@media screen and (max-width: 769px) {
  body .wrap .contents .sec04-img {
    width: 86.66667vw;
  }
}
body .wrap .contents .sec04 dl dt {
  width: 115.96px;
  margin: 20px 0 3px 22.5px;
}
@media screen and (max-width: 769px) {
  body .wrap .contents .sec04 dl dt {
    width: 30.92267vw;
    margin: 5.33333vw 0 0.8vw 6vw;
  }
}
body .wrap .contents .sec04 dl dd {
  width: 325px;
  margin: 0 auto;
}
@media screen and (max-width: 769px) {
  body .wrap .contents .sec04 dl dd {
    width: 86.66667vw;
  }
}
body .wrap .contents .sec04 dl dd .sec04-txt {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #555555;
  font-style: normal;
  font-weight: 400;
  line-break: strict;
}
@media screen and (max-width: 769px) {
  body .wrap .contents .sec04 dl dd .sec04-txt {
    line-height: 5.66667vw;
  }
}
body .wrap .contents .sec04 dl dd div {
  margin-bottom: 14px;
}
@media screen and (max-width: 769px) {
  body .wrap .contents .sec04 dl dd div {
    margin-bottom: 0.73333vw;
  }
}
body .wrap .contents .sec04 dl dd div a {
  font-size: 14px;
  color: #0e5873;
  border-bottom: 1px solid #0e5873;
}
@media screen and (max-width: 769px) {
  body .wrap .contents .sec04 dl dd div a {
    font-size: 3.73333vw;
  }
}
body .wrap .contents .sec04 dl dd .indent {
  text-indent: -10px;
}
body .wrap .contents .sec04-insta {
  width: 238px;
  margin: 17.5px auto 0;
  padding-bottom: 30px;
}
@media screen and (max-width: 769px) {
  body .wrap .contents .sec04-insta {
    width: 63.46667vw;
    margin: 4.66667vw auto 0;
    padding-bottom: 8vw;
  }
}
body .wrap .contents .sec04-rice {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #555555;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
  line-break: strict;
  font-size: 11px;
}
@media screen and (max-width: 769px) {
  body .wrap .contents .sec04-rice {
    font-size: 2.93333vw;
    line-height: 4vw;
  }
}
body .wrap .contents .sec04-contact {
  padding-top: 30px;
  background-color: #fff;
}
@media screen and (max-width: 769px) {
  body .wrap .contents .sec04-contact {
    padding-top: 8vw;
  }
}
body .wrap .contents .sec04-contact h3 {
  width: 320px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 769px) {
  body .wrap .contents .sec04-contact h3 {
    width: 85.33333vw;
    margin-bottom: 5.33333vw;
  }
}
body .wrap .contents .sec04-contact-btn {
  width: 344.5px;
  margin: 0 auto;
}
@media screen and (max-width: 769px) {
  body .wrap .contents .sec04-contact-btn {
    width: 91.86667vw;
  }
}
body .wrap .contents .pagetop {
  display: block;
  width: 100.5px;
  margin: 0 auto 29px;
}
@media screen and (max-width: 769px) {
  body .wrap .contents .pagetop {
    width: 26.8vw;
    margin-bottom: 7.73333vw;
  }
}
body .wrap .contents .copyright {
  color: #fff;
  background-color: #0e5873;
  padding: 9px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  margin: 0 auto;
  text-align: center;
  font-size: 2.66667vw;
}
body .wrap .contents .copyright img {
  width: 244px;
}
@media screen and (max-width: 769px) {
  body .wrap .contents .copyright img {
    width: 65.06667vw;
  }
}
@media screen and (max-width: 769px) {
  body .wrap .contents .copyright img {
    padding: 2.4vw 0;
  }
}
body .wrap .reservation_area {
  position: relative;
}
body .wrap .reservation_area a {
  position: absolute;
  display: block;
}
body .wrap .pc--fix .reservation_area {
  width: 372px;
}
body .wrap .pc--fix .reservation_area a {
  position: absolute;
  display: block;
  width: 300px;
  left: 32px;
}
body .wrap .pc--fix .reservation_area__btn01 {
  top: 102px;
}
body .wrap .pc--fix .reservation_area__btn02 {
  top: 252px;
}
body .wrap .contents .mv-btn {
  -webkit-transform: none;
          transform: none;
  width: 100%;
  left: 0;
  bottom: 333px;
}
@media screen and (max-width: 769px) {
  body .wrap .contents .mv-btn {
    bottom: 88.93333vw;
  }
}
body .wrap .contents .mv .reservation_area {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin-left: 0;
}
@media screen and (max-width: 769px) {
  body .wrap .contents .mv .reservation_area {
    margin-left: 0;
  }
}
body .wrap .contents .mv .reservation_area a {
  left: 46px;
  width: 285px;
}
@media screen and (max-width: 769px) {
  body .wrap .contents .mv .reservation_area a {
    width: 76vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
body .wrap .contents .mv .reservation_area__btn01 {
  top: 84px;
}
@media screen and (max-width: 769px) {
  body .wrap .contents .mv .reservation_area__btn01 {
    top: 22.4vw;
  }
}
body .wrap .contents .mv .reservation_area__btn02 {
  top: 216px;
}
@media screen and (max-width: 769px) {
  body .wrap .contents .mv .reservation_area__btn02 {
    top: 57.6vw;
  }
}
body .wrap .contents .reservation_area {
  width: 345px;
  margin-left: 15px;
}
@media screen and (max-width: 769px) {
  body .wrap .contents .reservation_area {
    width: 91.86667vw;
    margin: 0 auto;
  }
}
body .wrap .contents .reservation_area a {
  width: 260px;
  left: 38px;
}
@media screen and (max-width: 769px) {
  body .wrap .contents .reservation_area a {
    width: 76vw;
    left: 49.5%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
body .wrap .contents .reservation_area__btn01 {
  top: 96px;
}
@media screen and (max-width: 769px) {
  body .wrap .contents .reservation_area__btn01 {
    top: 26.66667vw;
  }
}
body .wrap .contents .reservation_area__btn02 {
  top: 236px;
}
@media screen and (max-width: 769px) {
  body .wrap .contents .reservation_area__btn02 {
    top: 62.93333vw;
  }
}
@media screen and (max-width: 769px) {
  body .wrap .contents .reservation_area--03 .reservation_area__btn01 {
    top: 25.06667vw;
  }
}
@media screen and (max-width: 769px) {
  body .wrap .contents .reservation_area--03 .reservation_area__btn02 {
    top: 60.26667vw;
  }
}
@media screen and (max-width: 769px) {
  body .wrap .contents .reservation_area--04 .reservation_area__btn01 {
    top: 25.06667vw;
  }
}
@media screen and (max-width: 769px) {
  body .wrap .contents .reservation_area--04 .reservation_area__btn02 {
    top: 60.26667vw;
  }
}
body .wrap .contents .sec04__dl--01 {
  margin-bottom: 40px;
}
@media screen and (max-width: 769px) {
  body .wrap .contents .sec04__dl--01 {
    margin-bottom: 10vw;
  }
}