@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

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

html {
  font-size: 62.5%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

img {
  vertical-align: top;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

body {
  color: #222;
}

body {
  font-family: "M PLUS Rounded 1c", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", Meiryo, メイリオ, sans-serif;
}

p {
  font-size: 1.4rem;
  line-height: 1.5;
}

.loading {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #333;
}

.loading__img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.accessCar-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  -ms-grid-rows: auto auto 1fr;
  grid-template-rows: auto auto 1fr;
}

@media screen and (min-width: 768px) {
  .accessCar-grid {
    -ms-grid-columns: 50% 50%;
    grid-template-columns: 50% 50%;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
}

.accessCar-grid .accessCar-grid-item {
  padding: 15px;
}

@media screen and (min-width: 768px) {
  .accessCar-grid .accessCar-grid-item.type-building {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
  }
}

@media screen and (min-width: 768px) {
  .accessCar-grid .accessCar-grid-item.type-car {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2 / 3;
  }
}

.faqList-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  -ms-grid-rows: auto auto 1fr;
  grid-template-rows: auto auto 1fr;
}

@media screen and (min-width: 768px) {
  .faqList-grid {
    -ms-grid-columns: 300px 1fr;
    grid-template-columns: 300px 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
}

@media screen and (min-width: 768px) {
  .faqList-grid .faqList-grid-item {
    padding: 15px;
  }
}

@media screen and (min-width: 768px) {
  .faqList-grid .faqList-grid-item.type-left {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / 2;
  }
}

@media screen and (min-width: 768px) {
  .faqList-grid .faqList-grid-item.type-right {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2 / 3;
  }
}

.top-head-inner {
  width: 100%;
  padding: 0 10px;
  height: 65px;
}

@media screen and (min-width: 768px) {
  .top-head-inner {
    max-width: 1024px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 70px;
    padding: 0 15px;
  }
}

#top-head {
  width: 100%;
  top: 0;
  margin-top: 0;
  color: #fff;
  text-decoration: none;
  position: absolute;
}

@media screen and (min-width: 768px) {
  #top-head {
    top: -100px;
    margin: 100px auto 0;
    line-height: 1;
  }
}

#top-head.open .logo {
  display: inline-block;
}

#top-head.fixed {
  margin-top: 0;
  top: 0;
  position: fixed;
  -webkit-transition: top 0.3s ease-in;
  transition: top 0.3s ease-in;
  z-index: 99;
  background: #4863cc;
}

#top-head.fixed .logo {
  display: inline-block;
}

#top-head.fixed.open .logo {
  display: inline-block;
}

@media screen and (min-width: 768px) {
  #top-head.fixed a {
    color: #fff;
    text-decoration: none;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  #top-head.fixed a:hover {
    color: #FFE533;
    background: transparent;
  }
}

#top-head .logo-link {
  height: 100%;
}

#top-head .logo {
  display: none;
  background: url(../images/logo.svg) no-repeat;
  background-position: center;
  max-width: 180px;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 101;
  font-size: 0;
}

#top-head a {
  color: #fff;
  text-decoration: none;
}

#global-nav {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: fixed;
  top: -200vh;
  left: 0;
  right: 0;
  background: #333;
  width: 100%;
  height: 100vh;
  text-align: center;
  opacity: 1;
  z-index: 100;
}

@media screen and (min-width: 768px) {
  #global-nav {
    position: relative;
    top: 0;
    width: auto;
    height: auto;
    background: transparent;
    opacity: 1;
    -webkit-transition: none;
    transition: none;
  }
}

#global-nav a.disabled {
  opacity: 0.5 !important;
  background: none !important;
  pointer-events: none !important;
}

#global-nav ul {
  list-style: none;
  right: 0;
  bottom: 0;
  font-size: 14px;
  display: block;
  margin-top: 55px;
}

@media screen and (min-width: 768px) {
  #global-nav ul {
    list-style: none;
    font-size: 14px;
    margin-top: 0;
    white-space: nowrap;
    margin-left: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: static;
  }
}

#global-nav ul li:not(:last-child) {
  border-bottom: 1px dotted #fff;
}

@media screen and (min-width: 768px) {
  #global-nav ul li:not(:last-child) {
    border: none;
  }
}

#global-nav ul li::after {
  font-family: "Font Awesome 5 Pro";
  content: "\f138";
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (min-width: 768px) {
  #global-nav ul li::after {
    display: none;
  }
}

#global-nav ul li a {
  width: 100%;
  display: block;
  color: #fff;
  padding: 18px 0;
}

@media screen and (min-width: 768px) {
  #global-nav ul li a {
    padding: 10px;
    min-height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.global-nav-right {
  margin-left: auto;
}

#nav-toggle {
  display: block;
  position: absolute;
  right: 18px;
  top: 20px;
  width: 34px;
  height: 36px;
  cursor: pointer;
  z-index: 101;
}

@media screen and (min-width: 768px) {
  #nav-toggle {
    display: none;
  }
}

#nav-toggle div {
  position: relative;
}

#nav-toggle span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #fff;
  left: 0;
  -webkit-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}

#nav-toggle span:nth-child(1) {
  top: 0;
}

#nav-toggle span:nth-child(2) {
  top: 11px;
}

#nav-toggle span:nth-child(3) {
  top: 22px;
}

.open #global-nav {
  -webkit-transform: translateY(200vh);
          transform: translateY(200vh);
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
  overflow-y: auto;
  padding: 15px;
}

@media screen and (min-width: 768px) {
  .open #global-nav {
    -webkit-transition: none;
    transition: none;
    -webkit-transform: none;
            transform: none;
  }
}

.open #nav-toggle span:nth-child(1) {
  top: 11px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  background: #fff;
}

.open #nav-toggle span:nth-child(2) {
  width: 0;
  left: 50%;
}

.open #nav-toggle span:nth-child(3) {
  top: 11px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  background: #fff;
}

#svg-bg {
  opacity: 0;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}

.fixed #svg-bg {
  -webkit-filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.4));
          filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.4));
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  opacity: 1;
}

.fixed .sns-container {
  display: none;
}

.page-title {
  font-weight: 500;
  -webkit-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
  font-size: 2rem;
  display: block;
  vertical-align: middle;
  line-height: 1.3;
  position: relative;
}

@media screen and (min-width: 768px) {
  .page-title {
    font-size: 1.4rem;
  }
}

.fixed .page-title a {
  text-shadow: none;
}

.fixed .page-title a:hover {
  text-shadow: none;
}

#wrap {
  height: 100%;
}

#wrap {
  position: relative;
}

.pc-newline {
  display: none;
}

@media screen and (min-width: 768px) {
  .pc-newline {
    display: block;
  }
}

.sp-newline {
  display: block;
}

@media screen and (min-width: 768px) {
  .sp-newline {
    display: none;
  }
}

.sns-container {
  display: none;
}

@media screen and (min-width: 1000px) {
  .sns-container {
    margin: 15px 0 0 auto;
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sns-container .iconBtn.type-twitter {
    margin-left: 15px;
  }
}

@media screen and (min-width: 1000px) {
  .sns-container {
    margin: 0 0 0 30px;
  }
}

.navFixed {
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .navFixed {
    overflow: visible;
  }
}

.bg-slider {
  width: 100vw;
  height: 100vh;
  min-height: 600px;
  background-position: center center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.fadeSlider {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  min-height: 600px;
  background: #fff;
}

.fadeSlider li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  min-height: 600px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  -webkit-animation: fadeImg 20s linear 0s infinite;
          animation: fadeImg 20s linear 0s infinite;
}

.fadeSlider li:nth-child(1) {
  background-image: url(../images/bg_headerwrap_04.jpg);
}

.fadeSlider li:nth-child(2) {
  background-image: url(../images/bg_headerwrap_07.jpg);
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}

.fadeSlider li:nth-child(3) {
  background-image: url(../images/bg_headerwrap_06.jpg);
  -webkit-animation-delay: 10s;
          animation-delay: 10s;
}

.fadeSlider li:nth-child(4) {
  background-image: url(../images/bg_headerwrap_05.jpg);
  -webkit-animation-delay: 15s;
          animation-delay: 15s;
}

@-webkit-keyframes fadeImg {
  0% {
    opacity: 0;
  }
  2%,
  27% {
    opacity: 1;
  }
  29%,
  100% {
    opacity: 0;
  }
}

@keyframes fadeImg {
  0% {
    opacity: 0;
  }
  2%,
  27% {
    opacity: 1;
  }
  29%,
  100% {
    opacity: 0;
  }
}

.bg-overlay-black {
  position: absolute;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  background-image: -webkit-radial-gradient(rgba(255, 255, 255, 0.1) 50%, transparent 25%), -webkit-radial-gradient(rgba(255, 255, 255, 0.1) 50%, transparent 25%);
  background-image: radial-gradient(rgba(255, 255, 255, 0.1) 50%, transparent 25%), radial-gradient(rgba(255, 255, 255, 0.1) 50%, transparent 25%);
  background-position: 0 0, 2px 2px;
  background-size: 4px 4px;
  background-attachment: fixed;
}

.bg-overlay-white {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: rgba(255, 255, 255, 0.6);
  background-image: -webkit-radial-gradient(rgba(0, 0, 0, 0.05) 25%, transparent 25%), -webkit-radial-gradient(rgba(0, 0, 0, 0.05) 25%, transparent 25%);
  background-image: radial-gradient(rgba(0, 0, 0, 0.05) 25%, transparent 25%), radial-gradient(rgba(0, 0, 0, 0.05) 25%, transparent 25%);
  background-position: 0 0, 2px 2px;
  background-size: 4px 4px;
  background-attachment: fixed;
}

.top-headerWrap {
  height: 100vh;
  min-height: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

.top-headerWrap::after {
  display: block;
  position: absolute;
  bottom: 10px;
  left: 50%;
  font-family: "Font Awesome 5 Pro";
  font-size: 4rem;
  font-weight: 200;
  color: #fff;
  content: "\f103";
  -webkit-animation: scrollDown 1.5s ease 0s infinite both;
          animation: scrollDown 1.5s ease 0s infinite both;
}

@-webkit-keyframes scrollDown {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -5px);
            transform: translate(-50%, -5px);
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, 5px);
            transform: translate(-50%, 5px);
  }
}

@keyframes scrollDown {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -5px);
            transform: translate(-50%, -5px);
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, 5px);
            transform: translate(-50%, 5px);
  }
}

.top-headerWrap .headerWrap-logoBox {
  padding: 0 30px;
  position: relative;
  width: 100%;
  z-index: 1;
}

.top-headerWrap .headerWrap-logoBox p {
  position: absolute;
  right: 50%;
  top: -70px;
  width: 100%;
  padding: 0px 30px;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  -webkit-transform: translateX(50%) rotate(0.03deg);
          transform: translateX(50%) rotate(0.03deg);
  text-shadow: 0 0 4px black, 0 0 4px black;
}

@media screen and (min-width: 768px) {
  .top-headerWrap .headerWrap-logoBox p {
    position: static;
    -webkit-transform: rotate(0.03deg);
            transform: rotate(0.03deg);
    width: auto;
    font-size: 2.6rem;
    margin-bottom: 50px;
  }
}

.top-headerWrap .logo.type-sp {
  display: block;
  max-width: 500px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .top-headerWrap .logo.type-sp {
    display: none;
  }
}

.top-headerWrap .logo.type-pc {
  display: none;
}

@media screen and (min-width: 768px) {
  .top-headerWrap .logo.type-pc {
    display: block;
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
  }
}

.top-headerWrap.type-notice {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (min-width: 768px) {
  .top-headerWrap.type-notice {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.top-headerWrap.type-notice .blueRoundBox-container {
  width: calc(100% - 40px);
  max-width: 520px;
  margin: 7vh auto 8vh auto;
}

@media screen and (min-width: 768px) {
  .top-headerWrap.type-notice .blueRoundBox-container {
    margin: 10vh auto -10vh auto;
  }
}

.top-headerWrap.type-notice .blueRoundBox-container h3.blueRoundBox-heading {
  font-size: 1.4rem;
  padding: 0.5em;
  text-align: center;
}

@media screen and (min-width: 375px) {
  .top-headerWrap.type-notice .blueRoundBox-container h3.blueRoundBox-heading {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 768px) {
  .top-headerWrap.type-notice .blueRoundBox-container h3.blueRoundBox-heading {
    font-size: 1.8rem;
  }
}

.top-headerWrap.type-notice .blueRoundBox-container p {
  font-size: 1.2rem;
}

@media screen and (min-width: 375px) {
  .top-headerWrap.type-notice .blueRoundBox-container p {
    font-size: 1.3rem;
  }
}

@media screen and (min-width: 768px) {
  .top-headerWrap.type-notice .blueRoundBox-container p {
    font-size: 1.5rem;
  }
}

.top-introWrap {
  background: url(../images/bg_pattern_01.png) repeat;
  overflow: hidden;
}

.top-introWrap .intro-container {
  max-width: 1024px;
  margin: 0 auto;
}

.top-introWrap .top-introWrap-inner {
  padding: 40px 10px;
  max-width: 1024px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .top-introWrap .top-introWrap-inner {
    padding: 150px 15px;
  }
}

.top-introWrap .intro-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.top-introWrap .intro-head-img-01 {
  width: 145px;
  height: 107px;
  max-width: 100%;
  background: url(../images/pic_head_01.png) no-repeat;
  background-size: 100%;
  position: relative;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .top-introWrap .intro-head-img-01 {
    width: 190px;
    height: 141px;
  }
}

.top-introWrap .intro-head-img-02 {
  width: 74px;
  height: 63px;
  max-width: 100%;
  background: url(../images/pic_head_02.png) no-repeat;
  background-size: 100%;
  position: absolute;
  bottom: 0;
  left: 24%;
}

@media screen and (min-width: 768px) {
  .top-introWrap .intro-head-img-02 {
    width: 100px;
    height: 85px;
  }
}

.top-introWrap .intro-el {
  width: 61px;
  height: 85px;
  position: absolute;
  background: url(../images/pic_topintro_01.png) no-repeat;
  background-size: contain;
  top: -7px;
  left: -63px;
}

@media screen and (min-width: 768px) {
  .top-introWrap .intro-el {
    width: 100px;
    height: 139px;
    left: -200px;
    top: -1px;
  }
}

.top-introWrap .intro-dil {
  width: 94px;
  height: 85px;
  position: absolute;
  background: url(../images/pic_topintro_02.png) no-repeat;
  background-size: contain;
  top: -25px;
  right: -90px;
}

@media screen and (min-width: 768px) {
  .top-introWrap .intro-dil {
    width: 150px;
    height: 114px;
    right: -200px;
    top: -44px;
  }
}

.top-introWrap .top-introWrap-copy {
  font-weight: 500;
  -webkit-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
  font-size: 3rem;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  padding-left: 1em;
  text-indent: -1em;
  margin-top: 25px;
}

@media screen and (min-width: 768px) {
  .top-introWrap .top-introWrap-copy {
    font-size: 5rem;
    margin-top: 40px;
  }
}

.top-introWrap .animated {
  -webkit-animation: 2s infinite;
          animation: 2s infinite;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
            transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

.top-introWrap .swing {
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-animation-name: swing;
          animation-name: swing;
}

@-webkit-keyframes bound {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  5% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  10% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  15% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  20% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes bound {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  5% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  10% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  15% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  20% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

.top-introWrap .bound,
.top-introWrap .bound-02 {
  -webkit-animation: 2s infinite;
          animation: 2s infinite;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-animation-name: bound;
          animation-name: bound;
}

.top-introWrap .bound-02 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.top-introWrap .top-introWrap-text {
  font-weight: 500;
  -webkit-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
  font-size: 1.6rem;
  line-height: 2;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  margin-top: 15px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .top-introWrap .top-introWrap-text {
    font-size: 2.4rem;
    margin-top: 30px;
  }
}

.ku100-container {
  background-color: #fff;
  border-radius: 5px;
  max-width: 680px;
  margin: 40px auto 0 auto;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  position: relative;
}

@media screen and (min-width: 768px) {
  .ku100-container {
    margin: 100px auto 0 auto;
  }
}

.ku100-container .img-ku100 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px;
}

@media screen and (min-width: 768px) {
  .ku100-container .img-ku100 {
    position: absolute;
    left: 23px;
    top: -3px;
    z-index: 1;
    padding: 0;
  }
}

.ku100-container .img-ku100-right {
  padding: 15px;
}

@media screen and (min-width: 768px) {
  .ku100-container .img-ku100-right {
    padding: 30px 30px 30px 200px;
  }
}

.ku100-container .copy {
  font-weight: 500;
  -webkit-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
  font-size: 1.8rem;
  color: #fff;
  line-height: 1.5;
  background-color: #333;
  border-radius: 5px;
  text-align: center;
  padding: 8px;
}

@media screen and (min-width: 768px) {
  .ku100-container .copy {
    padding: 10px;
    font-size: 2rem;
  }
}

.ku100-container .text {
  font-size: 1.5rem;
  line-height: 1.7;
  margin-top: 15px;
  -webkit-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
}

@media screen and (min-width: 768px) {
  .ku100-container .text {
    margin-top: 30px;
  }
}

.top-newsWrap {
  background: #eee;
}

.top-newsWrap .top-news-zip-img {
  width: 80px;
  height: 103px;
  background: url(../images/pic_zip_01.png) no-repeat top;
  background-size: cover;
}

@media screen and (min-width: 768px) {
  .top-newsWrap .top-news-zip-img {
    width: 137px;
    height: 155px;
  }
}

.top-newsWrap .top-newsWrap-inner {
  padding: 40px 10px;
  max-width: 1024px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .top-newsWrap .top-newsWrap-inner {
    padding: 150px 15px;
  }
}

.top-newsWrap .top-newsList-container {
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 3;
  display: table;
  width: 100%;
  margin-top: 40px;
}

@media screen and (min-width: 768px) {
  .top-newsWrap .top-newsList-container {
    padding: 0 30px;
    margin-top: 70px;
  }
}

.top-newsWrap .top-newsList-container ul {
  border-top: solid 1px rgba(0, 0, 0, 0.05);
}

.top-newsWrap .top-newsList-container ul li.top-newsList-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  -webkit-transform: rotate(0.03deg);
  transform: rotate(0.03deg);
  padding: 15px 0;
  border-bottom: solid 1px rgba(0, 0, 0, 0.05);
}

.top-newsWrap .top-newsList-container .newsList-date {
  display: block;
  margin-right: 20px;
}

.top-newsWrap .top-newsList-container .newsList-date span {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: inline-block;
  background: #4863cc;
  color: #fff;
  border-radius: 3px;
  padding: 0.2em;
  font-size: 1.2rem;
  width: 80px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .top-newsWrap .top-newsList-container .newsList-date span {
    width: 7em;
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 768px) {
  .top-newsWrap .top-newsList-container .newsList-date {
    display: inline-block;
    margin-right: 10px;
  }
}

.top-newsWrap .top-newsList-container .newsList-text {
  font-weight: normal;
  font-size: 1.4rem;
  text-decoration: none;
  line-height: 1.7;
  display: block;
}

@media screen and (min-width: 768px) {
  .top-newsWrap .top-newsList-container .newsList-text {
    font-size: 1.8rem;
  }
}

.top-newsWrap .top-newsList-container .newsList-sub-text {
  font-size: 1.3rem;
  line-height: 1.7;
  margin-top: 1em;
}

@media screen and (min-width: 768px) {
  .top-newsWrap .top-newsList-container .newsList-sub-text {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 768px) {
  .top-newsWrap .top-newsList-container {
    display: inline-block;
    min-height: 115px;
  }
}

.top-floorWrap {
  background: url(../images/bg_headerwrap_02.jpg) no-repeat center;
  background-size: cover;
  position: relative;
}

.top-floorWrap .floorWrap-inner {
  padding: 40px 10px;
}

@media screen and (min-width: 768px) {
  .top-floorWrap .floorWrap-inner {
    padding: 150px 15px;
  }
}

.top-floorWrap .floor-container {
  margin-top: 50px;
}

@media screen and (min-width: 768px) {
  .top-floorWrap .floor-container {
    margin-top: 70px;
  }
}

.top-floorWrap .floor-container .floor-inner {
  max-width: 1024px;
  margin: 0 auto;
}

.top-floorWrap .floor-container p {
  font-size: 1.4rem;
  margin-top: 15px;
  -webkit-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
}

.top-floorWrap .floor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 768px) {
  .top-floorWrap .floor {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.top-floorWrap .floorMap-container {
  margin: 0 auto 30px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.top-floorWrap .floorMapImg {
  height: 482px;
}

@media screen and (min-width: 1000px) {
  .top-floorWrap .floorMapImg {
    height: 600px;
  }
}

.top-floorWrap .floorImgList-container {
  min-height: 0%;
}

@media screen and (min-width: 768px) {
  .top-floorWrap .floorImgList-container {
    margin-left: 30px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

@media screen and (min-width: 1000px) {
  .top-floorWrap .floorImgList-container {
    margin-left: 60px;
  }
}

.top-floorWrap .floorImgList-container .floorImg-containerList-item:not(:first-child) {
  margin-top: 50px;
}

.top-floorWrap .floorImgList-container .floorImg-container {
  margin-top: 15px;
}

.top-floorWrap .floorImgList-container .floorImgList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 768px) {
  .top-floorWrap .floorImgList-container .floorImgList {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.top-floorWrap .floorImgList-container .floorImgList .floorImgList-item {
  display: inline-block;
  min-height: 0%;
}

.top-floorWrap .floorImgList-container .floorImgList .floorImgList-item:not(:first-child) {
  margin: 15px 0 0 0;
}

@media screen and (min-width: 768px) {
  .top-floorWrap .floorImgList-container .floorImgList .floorImgList-item:not(:first-child) {
    margin: 0 0 0 15px;
  }
}

.top-floorWrap .floorImgList-container .floorImgList .floorImgList-item img {
  width: 100%;
  border: 10px solid #fff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.top-contactWrap {
  background: #fff;
  overflow: hidden;
}

.top-contactWrap .contactWrapBg {
  width: 100%;
  max-width: 768px;
  position: relative;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .top-contactWrap .contactWrapBg .contactWrapBallon_01 {
    width: 237px;
    height: 282px;
    background: url(../images/pic_contact_01.png) no-repeat;
    left: -90px;
    top: 86px;
    position: absolute;
    -webkit-animation: float 4s ease-in-out infinite alternate;
            animation: float 4s ease-in-out infinite alternate;
    -webkit-animation-delay: -2s;
            animation-delay: -2s;
  }
  .top-contactWrap .contactWrapBg .contactWrapBallon_02 {
    width: 192px;
    height: 244px;
    background: url(../images/pic_contact_02.png) no-repeat;
    position: absolute;
    right: -113px;
    top: 36px;
    -webkit-animation: float 4s ease-in-out infinite alternate;
            animation: float 4s ease-in-out infinite alternate;
  }
}

.top-contactWrap .contactWrap-inner {
  padding: 40px 10px;
}

@media screen and (min-width: 768px) {
  .top-contactWrap .contactWrap-inner {
    padding: 100px 10px;
  }
}

.top-footerWrap {
  background-color: #1f457f;
  background-image: url(../images/bg_pattern_03.jpg);
  background-repeat: no-repeat;
  background-position: center;
}

.top-footerWrap .footer-inner {
  padding: 40px 15px;
  max-width: 1024px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .top-footerWrap .footer-inner {
    padding: 50px 30px;
  }
}

.top-footerWrap .footer-2colum {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 768px) {
  .top-footerWrap .footer-2colum {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.top-footerWrap .footer-2colum .footer-leftColum {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 768px) {
  .top-footerWrap .footer-2colum .footer-leftColum {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

@media screen and (min-width: 768px) {
  .top-footerWrap .footer-2colum .footer-rightColum {
    margin-left: auto;
    padding-left: 30px;
  }
}

.top-footerWrap .footer-logo {
  width: 100%;
  margin: 0 auto;
  min-height: 0%;
}

@media screen and (min-width: 768px) {
  .top-footerWrap .footer-logo {
    width: 100%;
    max-width: 460px;
    margin: auto 0 0;
  }
}

.top-footerWrap .footer-logo img {
  width: 100%;
}

.top-footerWrap .footer-nav {
  font-weight: 500;
  -webkit-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .top-footerWrap .footer-nav {
    text-align: left;
  }
}

.top-footerWrap .footer-nav li {
  font-size: 1.6rem;
  padding: 10px 5px;
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .top-footerWrap .footer-nav li {
    padding: 10px;
  }
}

.top-footerWrap .footer-nav li a {
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
  text-decoration: none;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.top-footerWrap .footer-nav li a:hover {
  color: #FFE533;
}

.top-footerWrap .footer-nav li a::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f138";
  display: inline-block;
  font-weight: 300;
  margin-right: 8px;
}

.top-footerWrap .footer-address {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.5;
  margin-top: 15px;
}

@media screen and (min-width: 768px) {
  .top-footerWrap .footer-address {
    text-align: left;
    margin: 20px 10px 15px;
  }
}

.top-footerWrap .copyright {
  color: #fff;
  font-size: 1.3rem;
  text-align: center;
  font-style: normal;
  margin-top: 15px;
}

@media screen and (min-width: 768px) {
  .top-footerWrap .copyright {
    margin-top: auto;
  }
}

.top-footerWrap .twitter {
  display: none;
  border-radius: 5px;
  background-color: #fff;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .top-footerWrap .twitter {
    display: block;
    width: 400px;
    height: 400px;
  }
}

.top-footerWrap .footer_sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 15px 0 30px;
}

@media screen and (min-width: 768px) {
  .top-footerWrap .footer_sns {
    display: none;
  }
}

.top-footerWrap .footer_sns .footer_sns_item {
  padding: 0 5px;
}

.top-footerWrap .footer_sns .footer_sns_item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #fff;
  color: #fff;
}

.top-footerWrap .footer_sns .footer_sns_item a::before {
  display: inline;
  line-height: 1;
  font-family: "Font Awesome 5 Brands";
  font-size: 20px;
}

.top-footerWrap .footer_sns .footer_sns_item a.twitter::before {
  color: #1da1f2;
  content: "\f099";
}

.modal-overlay {
  z-index: 1000;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal-open {
  pointer-events: none;
}

@media screen and (min-width: 768px) {
  .modal-open {
    pointer-events: auto;
  }
}

a.modal-open:hover {
  cursor: pointer;
  opacity: 0.8;
}

.modal-content {
  position: fixed;
  display: none;
  z-index: 1001;
  margin: 10px;
  padding: 15px;
  border-radius: 20px;
  background: #fff;
}

.modal-content img {
  width: 100%;
  max-height: 75vh;
}

.modal-content h1 {
  font-size: 1.8rem;
  margin-bottom: 0.5em;
  height: 3rem;
}

.modal-content p {
  text-align: left;
  font-size: 1.5rem;
}

a.modal-close {
  position: absolute;
  top: 5px;
  right: 10px;
  color: #73BAE6;
  font-size: 35px;
  line-height: 1;
  font-weight: bold;
  text-decoration: none;
}

a.modal-close:hover {
  cursor: pointer;
  text-decoration: none;
}

.equipmentList-container {
  margin: 25px auto 0 auto;
  max-width: 800px;
}

@media screen and (min-width: 768px) {
  .equipmentList-container {
    margin: 55px auto 0 auto;
  }
}

.equipmentList-2colum {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 768px) {
  .equipmentList-2colum {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media screen and (min-width: 768px) {
  .equipmentList-2colum .equipmentList-item {
    -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
  }
}

.headerWrap {
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 1000px) {
  .headerWrap {
    padding-top: 55px;
  }
}

.headerWrap.type-equipment {
  background: url(../images/bg_headerwrap_08.jpg) center center/cover no-repeat;
}

.headerWrap.type-price {
  background: url(../images/bg_headerwrap_09.jpg) center center/cover no-repeat;
}

.headerWrap.type-contact {
  background: url(../images/bg_headerwrap_10.jpg) center center/cover no-repeat;
}

.headerWrap.type-access {
  background: url(../images/bg_headerwrap_11.jpg) center center/cover no-repeat;
}

.headerWrap.type-how-to-recoord {
  background: url(../images/bg_headerwrap_13.jpg) center center/cover no-repeat;
}

.headerWrap.type-faq {
  background: url(../images/bg_headerwrap_12.jpg) center center/cover no-repeat;
}

.headerWrap .headerWrap-titleBox .heading-title {
  font-size: 2.6rem;
  -webkit-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
  font-weight: 500;
  color: #fff;
  letter-spacing: 5px;
  text-shadow: 0 0 4px black, 0 0 20px black;
}

.contentWrap {
  background: #fff;
}

.contentWrap.type-gray {
  background: #eee;
}

.contentWrap .contentWrap-inner {
  max-width: 1024px;
  margin: 0 auto;
  padding: 40px 15px;
}

@media screen and (min-width: 768px) {
  .contentWrap .contentWrap-inner {
    padding: 120px 15px;
  }
}

.contentWrap .contentWrap-inner.type-faq {
  padding: 0;
}

@media screen and (min-width: 768px) {
  .contentWrap .contentWrap-inner.type-faq {
    padding: 150px 15px;
  }
}

table.basic {
  background-color: #f8f8f8;
  text-align: left;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  border-collapse: separate;
  border-spacing: 5px;
  width: 100%;
  -webkit-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
  margin-top: 15px;
}

table.basic th {
  background-color: #73BAE6;
  color: #fff;
  padding: 8px 12px;
  font-size: 1.5rem;
}

table.basic th.price {
  width: 36%;
}

table.basic td {
  background-color: #fff;
  padding: 8px 12px;
  font-size: 1.5rem;
}

table.basic td.type-new {
  position: relative;
  padding-left: 55px;
}

table.basic td.type-new::before {
  position: absolute;
  left: 12px;
  background: #c00;
  color: #fff;
  border-radius: 3px;
  content: "NEW";
  font-size: 0.8em;
  font-weight: 600;
  top: 50%;
  padding: 0.1em 0.4em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.access-map-tableBox {
  max-width: 600px;
  margin: 20px auto 0 auto;
}

.access-map-tableBox .access-map-tableBox-inner {
  margin: 0 15px;
}

.howtoAccessList-box .howtoAccessList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  position: relative;
}

.howtoAccessList-box .howtoAccessList li {
  max-width: 360px;
  padding: 30px 25px;
}

.howtoAccessList-box .howtoAccessList li p {
  font-size: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10px;
}

.howtoAccessList-box .howtoAccessList li img {
  width: 100%;
}

.howtoAccessList-box .howtoAccessList .accessOrder-img {
  position: relative;
}

.howtoAccessList-box .howtoAccessList .accessOrder {
  position: absolute;
  width: 50px;
  height: 50px;
  top: -25px;
  left: -25px;
  line-height: 50px;
  text-align: center;
  font-size: 2.6rem;
  background-color: #4863cc;
  border-radius: 50%;
  border: 3px solid #fff;
  -webkit-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
  font-weight: 500;
  color: #fff;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.accessCar-box {
  margin-top: 40px;
}

@media screen and (min-width: 768px) {
  .accessCar-box {
    margin-top: 70px;
  }
}

.accessCar-box .building_img {
  max-width: 300px;
  margin: 0 auto;
}

.accessCar-box .building_img img {
  width: 100%;
  border: 10px solid #fff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.howtoAccess-tab-box {
  max-width: 800px;
  margin: 40px auto 0 auto;
}

@media screen and (min-width: 768px) {
  .howtoAccess-tab-box {
    margin: 70px auto 0 auto;
  }
}

ul.resp-tabs-list,
p {
  margin: 0px;
  padding: 0px;
}

.resp-tabs-list li {
  -webkit-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
  font-weight: 500;
  font-size: 1.5rem;
  display: inline-block;
  padding: 13px 15px;
  margin: 0;
  list-style: none;
  cursor: pointer;
  float: left;
}

.resp-tabs-list li:hover {
  opacity: 0.7;
}

.resp-tabs-list li:hover.resp-tab-active {
  opacity: 1;
}

.resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  clear: left;
}

h2.resp-accordion {
  cursor: pointer;
  padding: 5px;
  display: none;
}

.resp-tab-content {
  display: none;
  padding: 15px;
}

.resp-tab-active {
  border: 1px solid #c1c1c1;
  border-bottom: none;
  margin-bottom: -1px !important;
  padding: 12px 14px 14px 14px !important;
}

.resp-tab-active {
  border-bottom: none;
  background-color: #fff;
}

.resp-content-active,
.resp-accordion-active {
  display: block;
}

.resp-tab-content {
  border: 1px solid #c1c1c1;
}

h2.resp-accordion {
  -webkit-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
  font-weight: 500;
  font-size: 1.5rem;
  border: 1px solid #c1c1c1;
  border-top: 0px solid #c1c1c1;
  margin: 0px;
  padding: 15px;
  position: relative;
}

h2.resp-tab-active {
  border-bottom: 0px solid #c1c1c1 !important;
  margin-bottom: 0px !important;
  padding: 15px !important;
}

h2.resp-tab-title:last-child {
  border-bottom: 12px solid #c1c1c1 !important;
  background: blue;
}

.resp-vtabs ul.resp-tabs-list {
  float: left;
  width: 30%;
}

.resp-vtabs .resp-tabs-list li {
  display: block;
  padding: 15px 15px !important;
  margin: 0;
  cursor: pointer;
  float: none;
}

.resp-vtabs .resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  border: 1px solid #c1c1c1;
  float: left;
  width: 68%;
  min-height: 250px;
  border-radius: 4px;
  clear: none;
}

.resp-vtabs .resp-tab-content {
  border: none;
}

.resp-vtabs li.resp-tab-active {
  border: 1px solid #c1c1c1;
  border-right: none;
  background-color: #fff;
  position: relative;
  z-index: 1;
  margin-right: -1px !important;
  padding: 14px 15px 15px 14px !important;
}

.resp-arrow {
  position: absolute;
  right: 15px;
  top: calc(50% - 2px);
  width: 10px;
  height: 10px;
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
          transform: translate(-50%, -50%) rotate(135deg);
  -webkit-box-shadow: -3px 3px 0 rgba(0, 0, 0, 0.8) inset;
          box-shadow: -3px 3px 0 rgba(0, 0, 0, 0.8) inset;
  content: "";
}

h2.resp-tab-active span.resp-arrow {
  position: absolute;
  right: 15px;
  top: 50%;
  width: 10px;
  height: 10px;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-box-shadow: -3px 3px 0 rgba(255, 255, 255, 0.8) inset;
          box-shadow: -3px 3px 0 rgba(255, 255, 255, 0.8) inset;
  content: "";
}

h2.resp-tab-active {
  background: #73BAE6 !important;
  color: #fff;
}

.resp-easy-accordion h2.resp-accordion {
  display: block;
}

.resp-easy-accordion .resp-tab-content {
  border: 1px solid #c1c1c1;
}

.resp-easy-accordion .resp-tab-content:last-child {
  border-bottom: 1px solid #c1c1c1 !important;
}

.resp-jfit {
  width: 100%;
  margin: 0px;
}

.resp-tab-content-active {
  display: block;
}

h2.resp-accordion:first-child {
  border-top: 1px solid #c1c1c1 !important;
}

@media only screen and (max-width: 767px) {
  ul.resp-tabs-list {
    display: none;
  }
  h2.resp-accordion {
    display: block;
  }
  .resp-vtabs .resp-tab-content {
    border: 1px solid #c1c1c1;
  }
  .resp-vtabs .resp-tabs-container {
    border: none;
    float: none;
    width: 100%;
    min-height: initial;
    clear: none;
  }
  .resp-accordion-closed {
    display: none !important;
  }
  .resp-vtabs .resp-tab-content:last-child {
    border-bottom: 1px solid #c1c1c1 !important;
  }
}

.planExplainText {
  margin-top: 1em;
  -webkit-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
}

.priceList-container {
  margin: 15px auto 0 auto;
  max-width: 800px;
}

.priceList .priceList-item:not(:first-child) {
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .priceList .priceList-item:not(:first-child) {
    margin-top: 60px;
  }
}

.priceAttentionList-container {
  margin-top: 30px;
}

h3.heading-title.type-faq {
  -webkit-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
  font-weight: 500;
  font-size: 1.5rem;
  border: 1px solid #c1c1c1;
  border-top: 0px solid #c1c1c1;
  margin: 0px;
  padding: 15px;
  position: relative;
}

.faqList-2colum {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 768px) {
  .faqList-2colum {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media screen and (min-width: 768px) {
  .faqList-2colum .faqList-leftColum {
    width: 250px;
  }
}

@media screen and (min-width: 768px) {
  .faqList-2colum .faqList-rightColum {
    margin-left: auto;
    padding-left: 30px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.faqCategory {
  display: none;
}

@media screen and (min-width: 768px) {
  .faqCategory {
    display: block;
    margin: 0 auto 50px auto;
    padding: 15px;
    width: 500px;
    border: 1px solid #ccc;
  }
}

.faqCategory .faqCategoryList {
  text-align: center;
  font-size: 1.6rem;
}

.faq-accordion label {
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
  padding: 15px;
  line-height: 1;
  color: #fff;
  background: #73BAE6;
  cursor: pointer;
  position: relative;
  border-bottom: 1px solid;
  -webkit-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
}

@media screen and (min-width: 768px) {
  .faq-accordion label {
    border-left: 4px solid #4863cc;
    font-size: 2.4rem;
    margin-left: 15px;
    padding: 0 0 0 10px;
    line-height: 1.2;
    color: #222;
    pointer-events: none;
    background: transparent;
    border-bottom: none;
  }
}

@media screen and (min-width: 768px) {
  .faq-accordion .faq-accordionList .faq-accordionList-item:not(:first-child) {
    padding-top: 30px;
    border-top: 1px solid #ccc;
  }
}

.faq-accordion input {
  display: none;
}

.faq-accordion .faqList-container {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

@media screen and (min-width: 768px) {
  .faq-accordion .faqList-container {
    max-height: 100%;
  }
}

.faq-accordion .faqList-container .faqList-inner {
  padding: 15px;
}

[id^="faq-"]:checked ~ .faqList-container {
  max-height: 3000px;
  display: block;
  opacity: 1;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

input[id^="faq-"] + label::after {
  position: absolute;
  right: 15px;
  top: calc(50% - 2px);
  width: 10px;
  height: 10px;
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
          transform: translate(-50%, -50%) rotate(135deg);
  -webkit-box-shadow: -3px 3px 0 rgba(255, 255, 255, 0.8) inset;
          box-shadow: -3px 3px 0 rgba(255, 255, 255, 0.8) inset;
  content: "";
}

input[id^="faq-"]:checked + label::after {
  position: absolute;
  right: 15px;
  top: calc(50% - 2px);
  width: 10px;
  height: 10px;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-box-shadow: -3px 3px 0 rgba(255, 255, 255, 0.8) inset;
          box-shadow: -3px 3px 0 rgba(255, 255, 255, 0.8) inset;
  content: "";
}

.questionList {
  padding-top: 10px;
  padding-bottom: 40px;
  border-bottom: 1px solid #ccc;
}

@media screen and (min-width: 768px) {
  .questionList {
    border: none;
  }
}

.questionList .item {
  position: relative;
  margin-bottom: 10px;
  padding-left: 25px;
}

.questionList .item:last-child {
  margin-bottom: 0;
}

.questionList .item .ankerlink {
  font-size: 1.3rem;
  line-height: 1.9rem;
  font-weight: 700;
}

.faqList {
  -webkit-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
}

.faqList .faqList-item {
  padding: 15px 0;
  border-bottom: 1px solid #ccc;
}

.faqList .faqList-item:last-child {
  border: none;
}

.faqList .faqList-item .questionTitle {
  position: relative;
  margin-bottom: 15px;
  padding-left: 40px;
  color: #73BAE6;
  padding-top: 4px;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 2.1rem;
}

@media screen and (min-width: 768px) {
  .faqList .faqList-item .questionTitle {
    padding-left: 50px;
    margin-bottom: 25px;
    padding-top: 8px;
    font-size: 1.6rem;
  }
}

.faqList .faqList-item:last-child .movePageTop {
  margin-bottom: 0;
}

.answerBlock {
  position: relative;
  padding-left: 40px;
}

.answerBlock .answerText {
  font-size: 1.5rem;
  margin-bottom: 0.3em;
}

.answerBlock .answerText:first-child {
  padding-top: 4px;
}

.answerBlock .answerText strong {
  color: #e4650e;
  font-weight: bold;
}

.answerBlock .movePageTop {
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .answerBlock {
    padding-left: 50px;
  }
  .answerBlock .answerText {
    padding-top: 8px;
    font-size: 1.5rem;
    line-height: 2.4rem;
  }
}

.questionIcon::before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 5px;
  border-radius: 4px;
  background-color: #73BAE6;
  color: #fff;
  font-family: Arial;
  font-weight: bold;
  font-size: 1.3rem;
  line-height: 18px;
  text-align: center;
  content: "Q";
}

.questionIcon.questionTitle::before {
  height: 28px;
  width: 28px;
  font-size: 1.8rem;
  line-height: 28px;
}

@media screen and (min-width: 768px) {
  .questionIcon.questionTitle::before {
    height: 35px;
    width: 35px;
    font-size: 2.4rem;
    line-height: 35px;
  }
}

.answerIcon::before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  height: 28px;
  width: 28px;
  border-radius: 4px;
  background-color: #E67373;
  color: #fff;
  font-family: Arial;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 28px;
  text-align: center;
  content: "A";
}

@media screen and (min-width: 768px) {
  .answerIcon::before {
    height: 35px;
    width: 35px;
    font-size: 2.4rem;
    line-height: 35px;
  }
}

.faqOrderedList {
  margin: 1em 0;
  font-size: 1.4rem;
}

.faqOrderedList .faqOrderedList-item {
  list-style-type: decimal;
  list-style-position: inside;
  margin: 0 0 0 10px;
}

ul.faqUnorderedList li {
  list-style-type: none;
}

ol.faqUnorderedList li {
  list-style-type: decimal;
}

.faqUnorderedList {
  margin: 1em 0;
  font-size: 1.4rem;
}

.faqUnorderedList .faqUnorderedList-item {
  list-style-position: inside;
  margin: 8px 0 0 15px;
  line-height: 1.9rem;
  position: relative;
}

.faqUnorderedList .faqUnorderedList-item .faqUnorderedList .faqUnorderedList-item {
  list-style-type: square;
}

.faqUnorderedList .faqUnorderedList-item::before {
  content: "・";
  font-size: 2rem;
  left: -1em;
  position: absolute;
}

.howtoRecordList {
  padding: 0 10px;
}

.howtoRecordList li {
  position: relative;
}

.howtoRecordList li:not(:first-child) {
  margin-top: 60px;
}

.howtoRecordList li:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -40px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #4863cc transparent transparent transparent;
  border-width: 20px 20px 0 20px;
}

.blueRoundBox-container {
  margin: 0 auto;
  max-width: 800px;
  border: 3px solid #4863cc;
  border-radius: 10px;
  background: #fff;
  position: relative;
}

.blueRoundBox-container.type-first::before {
  content: url(../images/pic_howtorecord_01.png);
  position: absolute;
  right: 10px;
  top: -28px;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .blueRoundBox-container.type-first::after {
    content: url(../images/pic_howtorecord_01_2.png);
    position: absolute;
    right: 29px;
    bottom: -37px;
  }
}

@media screen and (min-width: 768px) {
  .blueRoundBox-container.type-second::before {
    content: url(../images/pic_howtorecord_02.png);
    position: absolute;
    right: 10px;
    bottom: 18px;
  }
}

@media screen and (min-width: 768px) {
  .blueRoundBox-container.type-third::before {
    content: url(../images/pic_howtorecord_03.png);
    position: absolute;
    right: 20px;
    bottom: -71px;
  }
}

.blueRoundBox-container .blueRoundBox-container-inner {
  padding: 0 10px;
}

.blueRoundBox-container h3.blueRoundBox-heading {
  font-size: 1.8rem;
  -webkit-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
  font-weight: 500;
  padding: 15px;
  color: #fff;
  background: #4863cc;
  border: solid 1px #4863cc;
}

@media screen and (min-width: 768px) {
  .blueRoundBox-container h3.blueRoundBox-heading {
    font-size: 2.6rem;
  }
}

.blueRoundBox-container h4.blueRoundBox-heading {
  font-size: 1.6rem;
  font-weight: 500;
  -webkit-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
  color: #4863cc;
}

@media screen and (min-width: 768px) {
  .blueRoundBox-container h4.blueRoundBox-heading {
    font-size: 2rem;
  }
}

.blueRoundBox-container h4.blueRoundBox-heading:not(:first-child) {
  margin-top: 2.5rem;
}

.blueRoundBox-container .blueRoundBox-inner {
  padding: 20px 15px;
}

.blueRoundBox-container p {
  font-size: 1.5rem;
  margin-top: 1rem;
  -webkit-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
}

@media screen and (min-width: 768px) {
  .blueRoundBox-container p.pr200 {
    padding-right: 200px;
  }
}

@media screen and (min-width: 768px) {
  .blueRoundBox-container p.pr220 {
    padding-right: 220px;
  }
}

.blueRoundBox-container.type-contact {
  margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .blueRoundBox-container.type-contact {
    margin-bottom: 80px;
  }
}

.blueRoundBox-container.type-contact h3.blueRoundBox-heading {
  padding: 0.5em;
  font-size: 1.4rem;
  text-align: center;
}

@media screen and (min-width: 375px) {
  .blueRoundBox-container.type-contact h3.blueRoundBox-heading {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 768px) {
  .blueRoundBox-container.type-contact h3.blueRoundBox-heading {
    font-size: 1.8rem;
  }
}

.blueRoundBox-container.type-contact p {
  font-size: 1.3rem;
}

@media screen and (min-width: 768px) {
  .blueRoundBox-container.type-contact p {
    font-size: 1.5rem;
  }
}

.contentWrap-introText {
  font-size: 1.6rem;
  text-align: center;
  -webkit-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
}

.calendar-container {
  margin-top: 70px;
}

.calendar-container iframe {
  height: 1680px;
}

@media screen and (min-width: 768px) {
  .calendar-container iframe {
    height: 1240px;
  }
}

.form-container {
  margin: 50px auto 0 auto;
  max-width: 600px;
}

@media screen and (min-width: 768px) {
  .form-container {
    margin: 70px auto 0 auto;
  }
}

.form-container iframe {
  width: 100%;
  height: 1400px;
}

.form-contactList .form-contactList-item:not(:first-of-type) {
  margin-top: 20px;
}

.form-contact-text {
  position: relative;
}

.form-contact-text input[type="text"],
.form-contact-text textarea {
  font: 15px/24px sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin: 8px 0;
  padding: 0.3em 0.7em;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
  border: 1px solid #1b2538;
  border-radius: 4px;
  outline: none;
  resize: vertical;
}

.form-contact-text input[type="text"]:focus,
.form-contact-text textarea:focus {
  border-color: #da3737;
}

.form-contact-text input[type="text"] {
  padding-left: 40px;
}

.form-contact-text i {
  font-size: 1.5rem;
  position: absolute;
  top: 8px;
  left: 0;
  padding: 10px 12px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  color: #aaaaaa;
}

.form-contact-text input[type="text"]:focus + i {
  color: #da3737;
}

.form-contact .form-contact-heading {
  font-size: 1.5rem;
  font-weight: bold;
  position: relative;
  margin: 1rem;
  cursor: pointer;
}

.form-contact .form-contact-heading.icon-required::after {
  content: "*";
  color: #da3737;
  margin-left: 2px;
}

.form-contact-radioText {
  font-size: 1.5rem;
  display: block;
  cursor: pointer;
  -webkit-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
}

@media screen and (min-width: 768px) {
  .form-contact-radioText {
    display: inline-block;
  }
}

.form-contact-radioText:not(:first-of-type) {
  margin: 10px 0 0 0;
}

@media screen and (min-width: 768px) {
  .form-contact-radioText:not(:first-of-type) {
    margin: 0 0 0 20px;
  }
}

.form-contact .radio-input {
  position: relative;
  margin: 0 1rem 0 0;
  cursor: pointer;
}

.form-contact .radio-input:before {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0.25rem;
  width: 1rem;
  height: 1rem;
  content: "";
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75), -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  -webkit-transform: scale(0, 0);
          transform: scale(0, 0);
  border-radius: 50%;
  background: #da3737;
}

.form-contact .radio-input:checked:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.form-contact .radio-input:after {
  position: absolute;
  top: -0.5rem;
  left: -0.25rem;
  width: 2rem;
  height: 2rem;
  content: "";
  border: 2px solid #f2f2f2;
  border-radius: 50%;
  background: #ffffff;
}

a {
  color: #73BAE6;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.spot-mt0 {
  margin-top: 0 !important;
}

.spot-mt5 {
  margin-top: 5px !important;
}

.spot-mt10 {
  margin-top: 10px !important;
}

.spot-mt20 {
  margin-top: 20px !important;
}

.spot-mt30 {
  margin-top: 30px !important;
}

.spot-mt50 {
  margin-top: 50px !important;
}

.spot-mt100 {
  margin-top: 100px !important;
}

.spot-pr200 {
  padding-right: 200px !important;
}

.spot-pr220 {
  padding-right: 220px !important;
}

strong {
  color: #fa8532;
  font-size: 1.5rem;
}

.content-heading {
  text-align: center;
}

.content-heading p {
  font-size: 1.8rem;
  margin-top: 40px;
  -webkit-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
}

.content-infoText {
  margin-top: 40px;
}

@media screen and (min-width: 768px) {
  .content-infoText.type-contact {
    max-width: 600px;
    margin: 70px auto 0 auto;
  }
}

.content-infoText p {
  font-size: 1.4rem;
  -webkit-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
  line-height: 1.7;
}

@media screen and (min-width: 768px) {
  .content-infoText p {
    font-size: 1.6rem;
  }
}

.comingsoon {
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  padding: 40px;
  background-color: #eee;
  border-radius: 5px;
  max-width: 300px;
  margin: 40px auto 0 auto;
  letter-spacing: 4px;
}

@media screen and (min-width: 768px) {
  .comingsoon {
    margin: 70px auto 0 auto;
  }
}

h2.heading-title {
  font-size: 2.6rem;
  font-weight: 500;
  border-bottom: 2px solid #4863cc;
  padding-bottom: 10px;
  display: inline-block;
  line-height: 1.2;
  letter-spacing: 6px;
  -webkit-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
}

@media screen and (min-width: 768px) {
  h2.heading-title {
    font-size: 4rem;
  }
}

h3.heading-title {
  font-size: 2rem;
  font-weight: 500;
  border-left: 2px solid #4863cc;
  padding-left: 10px;
  line-height: 1.2;
  -webkit-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
  margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
  h3.heading-title {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
}

h3.heading-title.type-new {
  position: relative;
  padding-left: 2.4em;
}

h3.heading-title.type-new::before {
  position: absolute;
  left: 12px;
  background: #c00;
  color: #fff;
  border-radius: 3px;
  content: "NEW";
  font-size: 0.5em;
  font-weight: 600;
  top: 50%;
  padding: 0.1em 0.4em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.heading-title-margin {
  margin-top: 50px !important;
}

h4.heading-title {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.2;
  -webkit-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
  margin-bottom: 15px;
}

.rowBox-container.type-priceBanner {
  max-width: 800px;
  margin: 0 auto 50px auto;
}

.rowBox {
  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;
  margin: -10px;
}

.rowBox .rowBox-item {
  width: calc(100% - 20px);
  margin: 10px;
}

@media screen and (min-width: 768px) {
  .rowBox .rowBox-item {
    width: calc(50% - 20px);
  }
}

.rowBox .rowBox-item img {
  width: 100%;
}

.basicList .basicList-item {
  font-size: 1.4rem;
  text-indent: -1.4rem;
  padding-left: 1.4rem;
}

.basicList .basicList-item:not(:first-child) {
  margin-top: 0.5em;
}

.basicList .basicList-item::before {
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
  margin-right: 0.5em;
  display: inline-block;
  vertical-align: middle;
  background: #73BAE6;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes float {
  0% {
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
  }
  0% {
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }
  0% {
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
  }
}

@keyframes float {
  0% {
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
  }
  0% {
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }
  0% {
    -webkit-transform: translate3d(0, 20px, 0);
            transform: translate3d(0, 20px, 0);
  }
}

.fadein {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: opacity 1500ms, -webkit-transform 1500ms;
  transition: opacity 1500ms, -webkit-transform 1500ms;
  transition: transform 1500ms, opacity 1500ms;
  transition: transform 1500ms, opacity 1500ms, -webkit-transform 1500ms;
}

.fadein.scrollin {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.overlay {
  content: "";
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 103;
}

.overlay::after {
  visibility: hidden;
  position: fixed;
  top: 40%;
  left: 0;
  display: block;
  width: 100%;
  height: 50px;
  color: rgba(255, 255, 255, 0);
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}

.side-open .overlay {
  visibility: visible;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.7);
}

.side-open .overlay::after {
  visibility: visible;
  color: rgba(255, 255, 255, 0.8);
}

.side-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 300px;
  height: 100%;
  padding-top: 25px;
  text-align: left;
  background: #4863cc;
  z-index: 101;
}

@media screen and (min-width: 1000px) {
  .side-menu {
    position: absolute;
    z-index: 105;
    height: auto;
    padding-top: 0;
    top: -70px;
    margin-top: 100px;
    width: 100%;
    background: transparent;
    -webkit-transition: 0.3s top ease;
    transition: 0.3s top ease;
  }
  .side-menu.fixed {
    position: fixed;
    background: #4863cc;
    top: 0;
    margin-top: 0;
    height: 55px;
  }
  .side-menu.fixed .menu-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .side-menu.fixed .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 15px;
    padding-left: 0;
    -webkit-box-flex: 1;
            flex: 1;
    -ms-flex: 0 1 auto;
  }
  .side-menu.fixed .globalNav .page-title a {
    text-shadow: none;
  }
  .side-menu.fixed .globalNav .page-title a:hover {
    text-shadow: none;
    color: #FFE533;
  }
  .side-menu.fixed .globalNav .page-title a:hover::before {
    display: none;
  }
  .side-menu.fixed .globalNav .page-title a:hover::after {
    display: none;
  }
}

@media screen and (min-width: 1000px) {
  .side-menu .menu-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 1024px;
    margin: 0 auto;
    padding: 0 15px;
    height: 100%;
  }
}

@media screen and (min-width: 1000px) {
  .side-menu .menu-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.side-menu .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 52px;
  max-width: 180px;
  padding-left: 15px;
}

@media screen and (min-width: 1000px) {
  .side-menu .logo {
    display: none;
  }
}

.side-menu .logo a {
  width: 100%;
}

.side-menu .logo img {
  width: 100%;
}

@media screen and (min-width: 1000px) {
  .side-menu .globalNav {
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 1000px) {
  .side-menu .globalNav .page-title:not(:first-child) {
    margin-left: 30px;
  }
}

.side-menu .globalNav .page-title a {
  -webkit-transition: color 0.3s ease, background 0.3s ease, text-shadow 0.3s ease, background 0.3s ease;
  transition: color 0.3s ease, background 0.3s ease, text-shadow 0.3s ease, background 0.3s ease;
  color: #fff;
  display: block;
  height: 45px;
  line-height: 45px;
  padding-left: 15px;
  font-size: 1.6rem;
}

.side-menu .globalNav .page-title a:hover {
  background: #73BAE6;
  text-decoration: none;
}

.side-menu .globalNav .page-title a::after {
  font-family: "Font Awesome 5 Pro";
  content: "\f138";
  display: inline-block;
  position: absolute;
  right: 15px;
  top: 50%;
  font-weight: 300;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (min-width: 1000px) {
  .side-menu .globalNav .page-title a {
    color: #fff;
    display: block;
    text-shadow: 0 0 4px black;
    height: 40px;
    line-height: 40px;
    padding-left: 0;
    font-size: 1.5rem;
  }
  .side-menu .globalNav .page-title a::after, .side-menu .globalNav .page-title a::before {
    border-bottom: solid 2px #73BAE6;
    bottom: 0;
    -webkit-transform: none;
            transform: none;
    content: "";
    display: block;
    position: absolute;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 0;
  }
  .side-menu .globalNav .page-title a::after {
    right: 50%;
  }
  .side-menu .globalNav .page-title a::before {
    left: 50%;
  }
  .side-menu .globalNav .page-title a:hover {
    text-decoration: none;
    background: transparent;
  }
  .side-menu .globalNav .page-title a:hover::after, .side-menu .globalNav .page-title a:hover::before {
    width: 50%;
  }
}

.side-menu-btn {
  position: fixed;
  right: 18px;
  top: 20px;
  width: 43px;
  height: 52px;
  cursor: pointer;
  z-index: 104;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 3px;
}

.side-menu-btn.type-open {
  background: transparent;
}

.side-menu-btn span {
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  background: #fff;
  left: 0;
  -webkit-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}

.side-menu-btn span:nth-child(1) {
  top: 0;
}

.side-menu-btn span:nth-child(2) {
  top: 9px;
}

.side-menu-btn span:nth-child(3) {
  top: 18px;
}

@media screen and (min-width: 1000px) {
  .side-menu-btn {
    display: none;
  }
}

.side-menu-btn .menu-btn-inner {
  margin: 8px;
  height: 100%;
  position: relative;
}

.side-menu-btn .menu-btn-inner .menu-btn-text {
  bottom: 12px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #fff;
  font-size: 1rem;
}

.side-open {
  overflow: hidden;
}

@media screen and (min-width: 1000px) {
  .side-open {
    display: none;
  }
}

.side-open .side-menu-btn span:nth-child(1) {
  top: 11px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  background: #fff;
}

.side-open .side-menu-btn span:nth-child(2) {
  width: 0;
  left: 50%;
}

.side-open .side-menu-btn span:nth-child(3) {
  top: 11px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  background: #fff;
}

.wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 102;
  overflow: hidden;
}

.side-open .wrapper,
.side-open .overlay {
  -webkit-transform: translate3d(-300px, 0, 0);
          transform: translate3d(-300px, 0, 0);
}

.br-pc {
  display: none;
}

@media screen and (min-width: 768px) {
  .br-pc {
    display: block;
  }
}

.br-sp {
  display: block;
}

@media screen and (min-width: 768px) {
  .br-sp {
    display: none;
  }
}

button {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  font-family: "M PLUS Rounded 1c";
}

a.btn {
  text-decoration: none;
  font-weight: 900;
  -webkit-transform: rotate(0.001deg);
          transform: rotate(0.001deg);
}

.btnBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px 0;
}

.btnBox.type-top-contact {
  margin-top: 50px;
}

.btnBox img {
  max-width: 100%;
}

.btn {
  display: inline-block;
  position: relative;
  text-align: center;
  padding: 10px 5px;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  color: #333;
  cursor: pointer;
  font-size: 1.6rem;
  -webkit-transition: background 0.25s, color 0.25s;
  transition: background 0.25s, color 0.25s;
}

.btn:hover {
  background-color: #f9f9f9;
  text-decoration: none;
}

.btn:active {
  background-color: #e6e6e6;
}

.btn.type-basic {
  background-color: #34a8eb;
  color: #fff;
  border: none;
}

.btn.type-basic:hover {
  background-color: #57b7ee;
}

.btn.type-basic:active {
  background-color: #1698e2;
}

.btn.type-primary {
  background-color: #E67373;
  color: #fff;
}

.btn.type-primary:hover {
  background-color: #ec9393;
}

.btn.type-primary:active {
  background-color: #e05353;
}

.btn.type-contact {
  background-color: #E67373;
  border: 1px solid #E67373;
  color: #fff;
  font-size: 2rem;
  font-weight: 900;
}

.btn.type-contact:hover {
  background-color: #fff;
  border: 1px solid #E67373;
  color: #E67373;
}

.btn.type-reservation-top {
  background-color: #E67373;
  border: 1px solid #E67373;
  color: #fff;
  letter-spacing: 2px;
}

.btn.type-reservation-top:hover {
  background-color: transparent;
  border: 1px solid #fff;
}

.btn.type-gray {
  background-color: #f1f1f1;
  border: none;
}

.btn.type-gray:hover {
  background-color: #e4e4e4;
}

.btn.type-gray:active {
  background-color: #f1f1f1;
}

.btn.type-white {
  background-color: white;
  color: rgba(0, 0, 0, 0.54);
}

.btn.type-white:hover {
  background-color: #ffc619;
}

.btn.type-white:active {
  background-color: #dba500;
}

.btn.style-border {
  background: #fff;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: 2px solid #aaa;
}

.btn.style-border:active {
  background-color: #ddd;
  color: #fff;
}

.btn.style-border.type-basic {
  border-color: #4863cc;
  color: #4863cc;
  background: #fff;
}

.btn.style-border.type-basic:hover {
  color: #fff;
  background-color: #4863cc;
}

.btn.style-border.type-basic:active {
  background-color: #344fba;
  color: #fff;
}

.btn.is-disabled {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background-color: rgba(0, 0, 0, 0.26) !important;
  background-image: none !important;
  color: #777 !important;
  pointer-events: none !important;
  border: none;
}

.btn.is-disabled.style-border {
  border: 2px solid #ddd;
}

.btn.size-modal {
  width: 85px;
  height: 40px;
}

@media screen and (min-width: 768px) {
  .btn.size-modal {
    width: 120px;
    height: 40px;
  }
}

.btn.size-sendCondition {
  width: 85px;
  height: 40px;
  padding: 0 5px;
}

.btn.size-sendCondition span {
  display: block;
}

@media screen and (min-width: 768px) {
  .btn.size-sendCondition {
    width: 120px;
    height: 40px;
    padding: 10px 5px;
  }
  .btn.size-sendCondition span {
    display: inline-block;
  }
}

.btn.size-mgt {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 200px;
  height: 40px;
  border: none;
  line-height: calc(40px - 22px);
}

@media screen and (min-width: 768px) {
  .btn.size-mgt {
    width: 200px;
    height: 40px;
    line-height: calc(40px - 22px);
  }
}

.btn.size-contact {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 260px;
  height: 60px;
  line-height: calc(60px - 22px);
}

@media screen and (min-width: 768px) {
  .btn.size-contact {
    width: 260px;
    height: 60px;
    line-height: calc(60px - 22px);
  }
}

.btn.size-reservation-top {
  width: 100px;
}

.iconBtnBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: auto;
  min-width: 50px;
  margin: 0 0 0 10px;
}

@media screen and (min-width: 768px) {
  .iconBtnBox {
    margin: 0 10px 0 15px;
  }
}

.iconBtn {
  position: relative;
  height: 100%;
  background-color: transparent;
}

.iconBtn:before {
  display: inline-block;
  color: #8A8A8A;
  font-family: "Font Awesome 5 Pro";
  content: "";
}

.iconBtn:hover:before {
  color: #b0b0b0;
}

.iconBtn:active:before {
  color: #8A8A8A;
}

.iconBtn.type-twitter {
  width: 36px;
  height: 36px;
}

.iconBtn.type-twitter:before {
  font-size: 3rem;
  font-family: "Font Awesome 5 Brands";
  content: "\f099";
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

a.iconBtn:hover {
  text-decoration: none;
}
