/* 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;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  margin-top: 145px;
}

@media print, screen and (min-width: 769px) {
  body {
    margin-top: 106px;
  }
}

h2 {
  font-size: 30px;
  font-weight: bold;
}

@media print, screen and (min-width: 769px) {
  h2 {
    font-size: 40px;
  }
}

h3 {
  font-size: 15px;
  font-weight: medium;
}

@media print, screen and (min-width: 769px) {
  h3 {
    font-size: 25px;
    line-height: 2;
  }
}

h4 {
  font-size: 15px;
}

@media print, screen and (min-width: 769px) {
  h4 {
    font-size: 25px;
  }
}

p {
  font-size: 12px;
  line-height: 1.5;
}

@media print, screen and (min-width: 769px) {
  p {
    font-size: 20px;
  }
}

img {
  width: 100%;
  height: auto;
  display: block;
}

.pc {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .pc {
    display: block;
  }
}

.pc-inline {
  display: none;
}

@media print, screen and (min-width: 769px) {
  .pc-inline {
    display: inline;
  }
}

.mb {
  display: block;
}

@media print, screen and (min-width: 769px) {
  .mb {
    display: none;
  }
}

.inner {
  max-width: 1000px;
  margin: 0 auto;
}

.ttl {
  text-align: center;
  margin-bottom: 25px;
}

@media print, screen and (min-width: 769px) {
  .ttl {
    margin-bottom: 40px;
  }
}

.ttl h2 {
  padding-bottom: 12px;
  border-bottom: 4px solid #000;
  width: 210px;
  margin: 0 auto;
  margin-bottom: 25px;
}

@media print, screen and (min-width: 769px) {
  .ttl h2 {
    width: 290px;
    margin-bottom: 40px;
  }
}

.ttl h2 span {
  text-transform: uppercase;
  color: #ff0000;
}

.ttl h3 {
  line-height: 25px;
}

@media print, screen and (min-width: 769px) {
  .ttl h3 {
    line-height: 35px;
  }
}

.header {
  position: fixed;
  width: 100%;
  padding: 21px 0 3px 0;
  background-color: rgba(255, 255, 255, 0.805);
  top: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 10;
}

@media print, screen and (min-width: 769px) {
  .header {
    padding: 21px 15px 21px 15px;
  }
}

@media print, screen and (min-width: 769px) {
  .header .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.header .inner .logo-box {
  max-width: 265px;
  height: auto;
  margin: 0 auto;
  margin-bottom: 14px;
}

@media print, screen and (min-width: 769px) {
  .header .inner .logo-box {
    margin: 0;
    max-width: 365px;
  }
}

.header .inner nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
}

@media print, screen and (min-width: 769px) {
  .header .inner nav {
    max-width: 390px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.header .inner nav .tel {
  width: 53%;
  height: 60px;
  background-color: #000000;
}

@media print, screen and (min-width: 769px) {
  .header .inner nav .tel {
    background-color: initial;
    height: 65px;
  }
}

.header .inner nav .tel .pc div {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  color: white;
  font-size: 10px;
  height: 100%;
  -ms-flex-line-pack: center;
      align-content: center;
}

.header .inner nav .tel .mb a {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  text-decoration: none;
  color: white;
  font-size: 10px;
  height: 60px;
  align-content: center;
}

@media print, screen and (min-width: 769px) {
  .header .inner nav .tel .mb a {
    color: #000000;
    font-size: 12px;
    text-align: left;
  }
}

.header .inner nav .tel .mb a div {
  margin: 0 auto;
  height: 18px;
}

.header .inner nav .tel .mb a p {
  line-height: 1.3;
}

.header .inner nav .tel + .contact {
  margin-left: 3px;
}

@media print, screen and (min-width: 769px) {
  .header .inner nav .tel + .contact {
    margin-left: 12px;
  }
}

.header .inner nav .tel .img {
  width: 13px;
  margin: 0 auto;
}

.header .inner nav .tel p {
  width: 100%;
}

@media print, screen and (min-width: 769px) {
  .header .inner nav .tel p {
    font-size: 12px;
  }
}

@media print, screen and (min-width: 769px) {
  .header .inner nav .tel .pc-tel {
    font-size: 25px;
    font-weight: bold;
    color: red;
    line-height: 1.2;
  }
}

.header .inner .contact {
  width: 50%;
  height: 60px;
  background-color: #FF0000;
}

.header .inner .contact:hover {
  background-color: #D30000;
}

@media print, screen and (min-width: 769px) {
  .header .inner .contact {
    width: 173px;
    height: 64px;
    border-radius: 5px;
    margin-left: 17px;
  }
}

.header .inner .contact .img {
  width: 25px;
  margin: 0 auto;
}

.header .inner .contact a {
  width: 100%;
  height: 100%;
  color: white;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  text-decoration: none;
}

.header .inner .contact p {
  width: 100%;
}

@media print, screen and (min-width: 769px) {
  .header .inner .contact p {
    font-weight: bold;
  }
}

.fade-in {
  font-size: 40px;
  opacity: 0;
  -webkit-animation-name: header;
          animation-name: header;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-iteration-count: inherit;
          animation-iteration-count: inherit;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  will-change: initial;
}

@-webkit-keyframes header {
  0% {
    opacity: 0;
    top: -130px;
  }
  50% {
    opacity: 0;
    top: -130px;
  }
  100% {
    opacity: 1;
    top: 0px;
  }
}

@keyframes header {
  0% {
    opacity: 0;
    top: -130px;
  }
  50% {
    opacity: 0;
    top: -130px;
  }
  100% {
    opacity: 1;
    top: 0px;
  }
}

.mainvisual {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}

.mainvisual img:nth-child(1) {
  margin: 0 auto;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  position: fixed;
  z-index: -100;
}

.mainvisual img:nth-child(2) {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  position: relative;
  opacity: 0;
  z-index: -100;
}

.mainvisual img:nth-child(3) {
  margin: 0 auto;
  left: 50%;
  -webkit-transform: translate(-50%, -15px);
          transform: translate(-50%, -15px);
  position: fixed;
  z-index: -100;
}

.mainvisual img:nth-child(4) {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  left: 50%;
  -webkit-transform: translate(-50%, -15px);
          transform: translate(-50%, -15px);
  margin: 0 auto;
  position: relative;
  opacity: 0;
  z-index: -100;
}

.mainvisual .fade-in-mein {
  font-size: 40px;
  opacity: 0;
  -webkit-animation-name: main;
          animation-name: main;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes main {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    z-index: -1000;
  }
}

@keyframes main {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    z-index: -1000;
  }
}

.mainvisual .fade-in-mein-mb {
  font-size: 40px;
  opacity: 1;
  -webkit-animation-name: main-mb;
          animation-name: main-mb;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes main-mb {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    z-index: -1000;
  }
}

@keyframes main-mb {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    z-index: -1000;
  }
}

.mainvisual ul {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  right: 11px;
  opacity: 1;
  width: 95%;
  top: 30px;
  -webkit-animation-name: main-li;
          animation-name: main-li;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-transform: translateZ(1px);
          transform: translateZ(1px);
}

@media print, screen and (min-width: 769px) {
  .mainvisual ul {
    top: 50px;
    right: 30px;
  }
}

@media print, screen and (min-width: 480px) and (max-width: 768px) {
  .mainvisual ul {
    top: 50px;
    right: 20px;
  }
}

.mainvisual ul li {
  font-size: 14px;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  margin-left: 0px;
  font-size: 10px;
  line-height: 1.2;
}

@media print, screen and (min-width: 769px) {
  .mainvisual ul li {
    font-size: 13px;
    margin-left: 10px;
    line-height: 1.2;
    width: 100px;
    height: 100px;
  }
}

@media print, screen and (min-width: 480px) and (max-width: 768px) {
  .mainvisual ul li {
    font-size: 13px;
    margin-left: 10px;
    line-height: 1.1;
    width: 90px;
    height: 90px;
  }
}

.mainvisual ul li:last-child {
  line-height: 2;
}

@media print, screen and (min-width: 769px) {
  .mainvisual ul li:last-child {
    line-height: 2;
  }
}

@media print, screen and (min-width: 480px) and (max-width: 768px) {
  .mainvisual ul li:last-child {
    line-height: 2.3;
  }
}

.mainvisual ul li::before {
  content: "";
  position: absolute;
  top: 15%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: white;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  z-index: -1;
  opacity: 0.8;
}

@media print, screen and (min-width: 769px) {
  .mainvisual ul li::before {
    width: 100px;
    height: 100px;
  }
}

@media print, screen and (min-width: 480px) and (max-width: 768px) {
  .mainvisual ul li::before {
    width: 90px;
    height: 90px;
  }
}

@-webkit-keyframes main-li {
  0% {
    opacity: 0;
    right: -100px;
  }
  20% {
    opacity: 0;
    right: -100px;
  }
  50% {
    right: -100px;
    opacity: 0;
  }
  100% {
    right: 5px;
    z-index: -11;
    opacity: 1;
  }
}

@keyframes main-li {
  0% {
    opacity: 0;
    right: -100px;
  }
  20% {
    opacity: 0;
    right: -100px;
  }
  50% {
    right: -100px;
    opacity: 0;
  }
  100% {
    right: 5px;
    z-index: -11;
    opacity: 1;
  }
}

@media print, screen and (min-width: 480px) and (max-width: 768px) {
  @-webkit-keyframes main-li {
    0% {
      opacity: 0;
      right: -100px;
    }
    20% {
      opacity: 0;
      right: -100px;
    }
    50% {
      right: -100px;
      opacity: 0;
    }
    100% {
      right: 10px;
      z-index: -11;
      opacity: 1;
    }
  }
  @keyframes main-li {
    0% {
      opacity: 0;
      right: -100px;
    }
    20% {
      opacity: 0;
      right: -100px;
    }
    50% {
      right: -100px;
      opacity: 0;
    }
    100% {
      right: 10px;
      z-index: -11;
      opacity: 1;
    }
  }
}

@media print, screen and (min-width: 769px) {
  @-webkit-keyframes main-li {
    0% {
      opacity: 0;
      right: -100px;
    }
    20% {
      opacity: 0;
      right: -100px;
    }
    50% {
      right: -20px;
      opacity: 0;
    }
    100% {
      right: 30px;
      z-index: -11;
      opacity: 1;
    }
  }
  @keyframes main-li {
    0% {
      opacity: 0;
      right: -100px;
    }
    20% {
      opacity: 0;
      right: -100px;
    }
    50% {
      right: -20px;
      opacity: 0;
    }
    100% {
      right: 30px;
      z-index: -11;
      opacity: 1;
    }
  }
}

.mainvisual .mein-txt {
  position: absolute;
  bottom: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mainvisual .mein-txt p {
  margin-left: 30px;
  position: relative;
  color: white;
  line-height: 2;
  font-size: 20px;
}

@media print, screen and (min-width: 769px) {
  .mainvisual .mein-txt p {
    font-size: 32px;
    line-height: 2;
  }
}

@media print, screen and (min-width: 480px) and (max-width: 768px) {
  .mainvisual .mein-txt p {
    font-size: 28px;
    line-height: 2.2;
  }
}

.mainvisual .mein-txt p:nth-child(1), .mainvisual .mein-txt p:nth-child(2), .mainvisual .mein-txt p:nth-child(3) {
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.mainvisual .mein-txt p:nth-child(1)::after, .mainvisual .mein-txt p:nth-child(2)::after, .mainvisual .mein-txt p:nth-child(3)::after {
  top: 5px;
  content: "";
  width: 130%;
  position: absolute;
  -webkit-transform: translate(calc(-100% + 10px), 0);
          transform: translate(calc(-100% + 10px), 0);
  background-color: black;
  height: 30px;
  z-index: -1;
  opacity: 0.8;
}

@media print, screen and (min-width: 480px) and (max-width: 768px) {
  .mainvisual .mein-txt p:nth-child(1)::after, .mainvisual .mein-txt p:nth-child(2)::after, .mainvisual .mein-txt p:nth-child(3)::after {
    height: 56px;
  }
}

@media print, screen and (min-width: 769px) {
  .mainvisual .mein-txt p:nth-child(1)::after, .mainvisual .mein-txt p:nth-child(2)::after, .mainvisual .mein-txt p:nth-child(3)::after {
    height: 56px;
  }
}

.mainvisual .mein-txt p:nth-child(1) {
  -webkit-animation-name: mein-txt1;
          animation-name: mein-txt1;
}

@-webkit-keyframes mein-txt1 {
  0% {
    left: -100%;
    opacity: 0;
  }
  50% {
    opacity: 0;
    left: -50%;
  }
  100% {
    left: 0%;
    opacity: 1;
  }
}

@keyframes mein-txt1 {
  0% {
    left: -100%;
    opacity: 0;
  }
  50% {
    opacity: 0;
    left: -50%;
  }
  100% {
    left: 0%;
    opacity: 1;
  }
}

.mainvisual .mein-txt p:nth-child(2) {
  -webkit-animation-name: mein-txt2;
          animation-name: mein-txt2;
}

@-webkit-keyframes mein-txt2 {
  0% {
    left: -100%;
    opacity: 0;
  }
  50% {
    left: -60%;
    opacity: 0;
  }
  100% {
    left: 0%;
    opacity: 1;
  }
}

@keyframes mein-txt2 {
  0% {
    left: -100%;
    opacity: 0;
  }
  50% {
    left: -60%;
    opacity: 0;
  }
  100% {
    left: 0%;
    opacity: 1;
  }
}

.mainvisual .mein-txt p:nth-child(3) {
  -webkit-animation-name: mein-txt3;
          animation-name: mein-txt3;
}

@-webkit-keyframes mein-txt3 {
  0% {
    left: -100%;
    opacity: 0;
  }
  50% {
    opacity: 0;
    left: -70%;
  }
  100% {
    left: 0%;
    opacity: 1;
  }
}

@keyframes mein-txt3 {
  0% {
    left: -100%;
    opacity: 0;
  }
  50% {
    opacity: 0;
    left: -70%;
  }
  100% {
    left: 0%;
    opacity: 1;
  }
}

.wrap {
  background-color: white;
  width: 100%;
  padding-top: 20px;
  position: relative;
}

@media print, screen and (min-width: 769px) {
  .wrap {
    padding-top: 60px;
  }
}

.space {
  margin-bottom: 40px;
}

@media print, screen and (min-width: 769px) {
  .space {
    margin-bottom: 100px;
  }
}

.space .inner {
  padding: 0 15px;
}

@media print, screen and (min-width: 769px) {
  .space .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.space .img-box {
  margin-bottom: 30px;
}

@media print, screen and (min-width: 769px) {
  .space .img-box {
    width: 484xp;
    margin-bottom: 30px;
  }
}

.space .text-box {
  width: 100%;
  margin-bottom: 30px;
}

@media print, screen and (min-width: 769px) {
  .space .text-box {
    margin-left: 20px;
    width: 494px;
    margin-bottom: 65px;
  }
}

.space .facility-box {
  width: 100%;
}

@media print, screen and (min-width: 769px) {
  .space .facility-box {
    margin-left: 20px;
    width: 494px;
  }
}

.space .facility-box h4 {
  text-align: center;
  margin-bottom: 20px;
}

.space .facility-box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.space .facility-box ul li {
  width: calc(50% - 7px);
  background-color: black;
  color: white;
  text-align: center;
  margin-bottom: 14px;
  padding: 6px 0;
  font-size: 14px;
}

@media print, screen and (min-width: 769px) {
  .space .facility-box ul li {
    padding: 7.4px 0;
    font-size: 20px;
  }
}

.space .facility-box ul li:nth-child(even) {
  margin-left: 14px;
}

@media print, screen and (min-width: 769px) {
  .space .facility-box ul li {
    width: calc(50% - 13px);
    margin-bottom: 20px;
  }
  .space .facility-box ul li:nth-child(even) {
    margin-left: 26px;
  }
}

.outline {
  margin-bottom: 0px;
}

@media print, screen and (min-width: 769px) {
  .outline {
    margin-bottom: 100px;
  }
}

.outline .inner {
  padding: 0 15px;
}

.outline .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 25px;
}

@media print, screen and (min-width: 769px) {
  .outline .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin-bottom: 50px;
  }
}

.outline .flex .many-box {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
}

@media print, screen and (min-width: 769px) {
  .outline .flex .many-box {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    min-width: 482px;
  }
}

.outline .flex .many-box h4 {
  font-weight: 500;
  padding-bottom: 10px;
  border-bottom: solid 1px  black;
  text-align: center;
  margin-bottom: 33px;
  position: relative;
  margin-top: 30px;
}

@media print, screen and (min-width: 769px) {
  .outline .flex .many-box h4 {
    margin-top: 49px;
  }
}

.outline .flex .many-box .many-ttl:before {
  content: url(../img/sp-outline__price-icon.png);
  text-align: center;
  position: absolute;
  -webkit-transform: translate(-50px);
          transform: translate(-50px);
  right: 55%;
  top: -10px;
  display: inline-block;
}

@media print, screen and (min-width: 769px) {
  .outline .flex .many-box .many-ttl:before {
    content: url(../img/outline__price-icon.png);
    right: 60%;
    top: -19px;
  }
}

.outline .flex .many-box .position-ttl:before {
  content: url(../img/sp-outline__time-icon.png);
  text-align: center;
  position: absolute;
  -webkit-transform: translate(-50px);
          transform: translate(-50px);
  right: 64%;
  top: -10px;
  display: block;
}

@media print, screen and (min-width: 769px) {
  .outline .flex .many-box .position-ttl:before {
    content: url(../img/outline__time-icon.png);
    right: 70%;
    top: -19px;
  }
}

.outline .flex .many-box .many + .many {
  margin-top: 45px;
}

@media print, screen and (min-width: 769px) {
  .outline .flex .many-box .many {
    margin-bottom: 0px;
  }
  .outline .flex .many-box .many + .many {
    margin-top: 100px;
  }
}

.outline .flex .many-box dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 260px;
  margin: 0 auto 10px;
}

@media print, screen and (min-width: 769px) {
  .outline .flex .many-box dl {
    max-width: 390px;
    margin: 0 auto 20px;
  }
}

.outline .flex .many-box dl dt {
  width: 112px;
  height: 22px;
  background-color: black;
  color: white;
  text-align: center;
  line-height: 22px;
  font-size: 13px;
}

@media print, screen and (min-width: 769px) {
  .outline .flex .many-box dl dt {
    margin-right: 20px;
    width: 168px;
    font-size: 20px;
    height: 33px;
    line-height: 33px;
  }
}

.outline .flex .many-box dl dd {
  line-height: 22px;
  font-weight: bold;
  font-size: 13px;
}

@media print, screen and (min-width: 769px) {
  .outline .flex .many-box dl dd {
    height: 33px;
    line-height: 33px;
    font-size: 20px;
  }
}

.outline .flex .many-box dl dd span {
  font-size: 20px;
  font-weight: bold;
}

@media print, screen and (min-width: 769px) {
  .outline .flex .many-box dl dd span {
    font-size: 30px;
  }
}

.outline .flex .many-box p {
  text-align: center;
  margin-top: 20px;
}

@media print, screen and (min-width: 769px) {
  .outline .flex .many-box p {
    margin-top: 30px;
  }
}

.outline .flex .many-box p span {
  font-size: 15px;
  font-weight: bold;
}

@media print, screen and (min-width: 769px) {
  .outline .flex .many-box p span {
    font-size: 25px;
  }
}

.outline .flex .img-box {
  width: 100%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@media print, screen and (min-width: 769px) {
  .outline .flex .img-box {
    margin-left: 20px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    max-width: 410px;
    width: 100%;
  }
}

.outline .list dl {
  font-size: 15px;
  line-height: 30px;
  text-align: center;
}

@media print, screen and (min-width: 769px) {
  .outline .list dl {
    font-size: 20px;
    line-height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 auto 56px;
    text-align: left;
    max-width: 1000px;
  }
}

.outline .list dt {
  background-color: #e3e3e3;
}

@media print, screen and (min-width: 769px) {
  .outline .list dt {
    width: 150px;
    margin-right: 20px;
    padding-left: 10px;
    margin-bottom: 5px;
  }
}

.outline .list dd {
  background-color: #f4f4f4;
  margin-bottom: 5px;
  padding: 5px 0;
  line-height: 1.5;
}

@media print, screen and (min-width: 769px) {
  .outline .list dd {
    padding-left: 10px;
    width: calc(100% - 190px);
  }
}

@media print, screen and (min-width: 769px) {
  .outline .list dd span {
    margin-left: 25px;
  }
}

.notes__inner {
  background-color: #f4f4f4;
  padding: 15px;
  margin-bottom: 50px;
}

@media print, screen and (min-width: 769px) {
  .notes__inner {
    max-width: 880px;
    padding: 20px 60px;
    margin-bottom: 85px;
  }
}

.notes h4 {
  text-align: center;
  padding-bottom: 12px;
  margin-bottom: 14px;
  border-bottom: 1px solid #000;
}

.notes dl {
  font-size: 12px;
  line-height: 17px;
}

@media print, screen and (min-width: 769px) {
  .notes dl {
    font-size: 20px;
    line-height: 30px;
  }
}

.notes dt {
  color: #ff0000;
}

.access {
  padding: 0 15px;
  margin-bottom: 60px;
}

.access iframe {
  height: 405px;
  border: 1px solid #707070;
  margin-bottom: 25px;
}

@media print, screen and (min-width: 769px) {
  .access iframe {
    height: 520px;
  }
}

.reserve {
  padding: 0 15px;
  margin-bottom: 25px;
}

.reserve p {
  margin-bottom: 32px;
}

@media print, screen and (min-width: 769px) {
  .reserve p {
    margin-bottom: 60px;
  }
}

@media print, screen and (min-width: 769px) {
  .reserve ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.reserve li {
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
}

@media print, screen and (min-width: 769px) {
  .reserve li {
    width: calc(50% - 10px);
  }
}

.reserve a {
  display: block;
  background-color: #000000;
  color: white;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  line-height: 62px;
  height: 62px;
  position: relative;
}

@media print, screen and (min-width: 769px) {
  .reserve a {
    font-size: 25px;
    line-height: 78px;
    height: 78px;
  }
}

.reserve a:hover {
  background-color: #505050;
}

.reserve a:hover .hover {
  opacity: 1;
}

.reserve a:hover .no-hover {
  opacity: 0;
}

.reserve a span {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.reserve a span:nth-child(1) {
  opacity: 1;
}

.reserve a span:nth-child(2) {
  opacity: 0;
}

.reserve__hover {
  position: absolute;
  width: 100%;
}

.footer {
  text-align: center;
  padding: 30px 15px 10px 15px;
  background-color: #f4f4f4;
}

@media print, screen and (min-width: 769px) {
  .footer img {
    width: 43%;
  }
}

@media print, screen and (min-width: 769px) {
  .footer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.footer__tell {
  width: 90%;
  margin: 0 auto;
  margin-top: 35px;
}

@media print, screen and (min-width: 769px) {
  .footer__tell {
    display: none;
  }
}

.footer__tell p {
  font-size: 17px;
  color: #505050;
}

.footer__tell a {
  font-size: 37px;
  color: #ff0000;
  font-weight: bold;
  text-decoration: none;
  margin: 5px 0;
  display: inline-block;
}

.footer__txt {
  margin-top: 20px;
  line-height: 18px;
}

@media print, screen and (min-width: 769px) {
  .footer__txt {
    width: 43%;
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 430px;
  }
}

@media print, screen and (min-width: 769px) {
  .footer__txt p {
    font-size: 15px;
    line-height: 22px;
  }
}

@media print, screen and (min-width: 769px) {
  .footer__txt p:nth-child(2) {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: left;
  }
}

.footer__txt span {
  font-size: 15px;
}

@media print, screen and (min-width: 769px) {
  .footer__txt span {
    font-size: 20px;
  }
}

.footer__pp {
  margin-top: 10px;
  border-top: 1px solid #000;
}

.toggle_title {
  display: inline-block;
  margin: 10px 0;
  font-size: 12px;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.toggle_title:hover {
  color: #bebebe;
}

.toggle_title.selected:after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.toggle_txt {
  padding: 10px;
  display: none;
  background-color: white;
  text-align: left;
  line-height: 18px;
}

@media print, screen and (min-width: 769px) {
  .toggle_txt {
    font-size: 15px;
    line-height: 22px;
    max-width: 1000px;
    margin: 0 auto;
  }
}
/*# sourceMappingURL=style.css.map */