@charset "UTF-8";
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

@media (min-width: 768px) {
  body {
    font-size: 16px;
    font-family: YuGothic, "メイリオ", sans-serif;
    line-height: 1.6;
    min-width: 960px;
    color: #666666;
    position: relative;
  }

  .pc-on {
    display: block;
  }

  .pc-on.inline {
    display: inline-block;
  }

  .sp-on {
    display: none !important;
  }

  a {
    text-decoration: none;
    color: #25c3ff;
  }

  * {
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
  }

  a.newwindow:after {
    content: "";
    width: 20px;
    height: 16px;
    background: url(../img/pc/ico_newwindow.png) right center no-repeat;
    display: inline-block;
    padding-left: 5px;
    vertical-align: text-bottom;
  }

  a.newwindow-w:after {
    content: "";
    display: inline-block;
    background: url(../img/pc/ico_newwindow_w.png) right center no-repeat;
    width: 18px;
    height: 15px;
    padding-left: 5px;
    vertical-align: text-bottom;
  }

  a:hover {
    text-decoration: underline;
  }

  a:hover img {
    opacity: 0.8;
  }

  .pagetop-inner a:hover img {
    opacity: 1;
  }

  a.hover:hover {
    text-decoration: none;
  }

  input {
    outline: none;
  }

  strong {
    font-weight: bold;
  }

  .contents h1 {
    text-align: center;
    margin: 0;
    font-size: 26px;
    padding: 15px 0 20px 0 !important;
    color: #25c3ff;
    border-bottom: 6px solid #33c4fc;
    font-weight: bold;
  }

  .contents h1.top {
    margin: 0;
    padding: 50px 0 15px !important;
  }

  .contents h1.course-3 {
    margin: 0;
    padding: 15px 0 7px !important;
  }

  .contents h1.course-4 {
    margin: 0;
    padding: 15px 0 7px !important;
  }

  .contents h2 {
    color: #25c3ff;
    font-size: 26px;
    border-bottom: 2px dotted #7acff2;
    margin: 20px 0 16px !important;
    line-height: 1.8;
  }

  .contents h3 {
    border-bottom: 2px solid #23b4f8;
    padding-bottom: 3px;
    font-size: 22px;
    font-weight: bold;
    color: #333333;
    margin: 20px 0 16px !important;
  }

  .contents h4 {
    font-size: 20px;
    color: #555555;
    margin: 20px 0 16px !important;
    font-weight: bold;
  }

  .contents h5 {
    color: #25c3ff;
    font-size: 18px;
    margin: 20px 0 6px !important;
    font-weight: bold;
  }

  .contents p {
    font-size: 16px;
    margin-bottom: 8px !important;
  }

  .contents ol {
    list-style: decimal;
    padding-left: 40px;
    margin: 1em 0 1em 0;
  }

  .contents ul {
    list-style: disc;
    padding-left: 40px;
    margin: 0 0 0.8em 0;
    margin-bottom: 0.8em !important;
  }

  .header {
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 99;
    border-bottom: 1px solid #eeeeee;
    background: #fff;
    /*transition: transform 0.3s;*/
  }

  .header.is-hidden {
    /*transform: translateY(-100%);*/
  }

  .header.is-fixed {
    position: fixed;
    /*transform: translateY(0%);*/
  }

  .header--simple {
    background: #fafafa;
  }

  .header__inner {
    padding-top: 12px;
    padding-bottom: 10px;
    overflow: hidden;
    *zoom: 1;
    width: 940px;
    margin: 0 auto;
  }

  .header__logo {
    float: right;
    padding-top: 16px;
    padding-bottom: 12px;
    margin-right: 20px;
  }

  .header__navi {
    display: none;
    padding-top: 12px;
  }

  .header__sub {
    float: left;
    margin-top: 8px;
    line-height: 1;
    text-align: center;
  }

  .header__content {
    float: right;
  }

  .header__content:after {
    content: "";
    display: table;
  }

  /* google search */
  .footer__searchform {
    float: right;
    margin-bottom: 12px;
    height: 34px;
    width: 270px;
  }

  .footer__searchform {
    overflow: hidden;
    background: #f0f0f0;
    border-radius: 6px;
  }

  .footer__searchform input[type=text] {
    font-size: 12px;
    height: 30px;
    padding: 0 0px;
    width: 220px;
    background: #f0f0f0;
    box-shadow: none;
    border: none;
    margin: 0;
    vertical-align: middle;
  }

  .footer__searchform input[type=image] {
    border: none;
    background: none;
    padding: 9px 13px;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin: 0;
    position: relative;
    left: -1px;
  }

  .footer__searchform button img {
    vertical-align: middle;
    margin-top: -2px;
    margin-left: -4px;
  }

  /* google search */
  .header__navi a {
    color: #000000;
    font-size: 14px;
    position: relative;
  }

  .header__navi .login-icon:before {
    content: "";
    vertical-align: middle;
    display: inline-block;
    background: url(../img/pc/header/ico_login.png) left center no-repeat;
    width: 19px;
    height: 16px;
    margin-right: 8px;
    margin-top: -2px;
  }

  .header__navi .proceed-icon:before {
    content: "";
    vertical-align: middle;
    display: inline-block;
    background: url(../img/pc/header/ico_proceed.png) left center no-repeat;
    width: 16px;
    height: 16px;
    margin-right: 8px;
    margin-top: -2px;
  }

  .header__student {
    clear: both;
    float: right;
    padding-top: 12px;
    margin-left: 20px;
  }

  .header__student a {
    width: 145px;
    display: inline-block;
    background: #5ac3ef;
    color: #fff;
    font-size: 15px;
    text-align: center;
    letter-spacing: 2px;
    padding: 24px 10px 8px;
    box-shadow: 0 5px 0 #50afd6;
    border-radius: 0 0 6px 6px;
  }

  .header__student a:hover {
    text-decoration: none;
    opacity: 0.7;
  }

  .header__student a:before {
    content: "";
    background: url(../img/pc/header/ico_student_arrow.png) left top no-repeat;
    width: 8px;
    height: 12px;
    display: inline-block;
    margin-right: 10px;
  }

  .header__student a:after {
    content: "";
    background: url(../pc/header/ico_student_link.png) left center no-repeat;
    display: inline-block;
    vertical-align: bottom;
    width: 31px;
    height: 19px;
  }

  .header__navi--simple {
    margin-right: 22px;
  }

  .gnavi {
    z-index: 99;
    background: #fff;
    width: 100%;
  }

  .gnavi:after {
    content: "";
    border-bottom: 1px solid #eeeeee;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }

  .gnavi.is-fixed {
    position: fixed;
    top: 0;
  }

  .gnavi--simple:after {
    display: none;
  }

  .gnavi__inner {
    width: 940px;
    margin: 0 auto;
  }

  .gnavi__inner:after {
    content: "";
    display: block;
    height: 0;
    line-height: 0;
    clear: both;
  }

  .gnavi ul:after {
    content: "";
    display: block;
    height: 0;
    line-height: 0;
    clear: both;
  }

  .gnavi__item {
    position: relative;
    z-index: 2;
    float: left;
    width: calc(100% / 3);
    border-left: 1px solid #f0f0f0;
    box-sizing: border-box;
  }

  .gnavi__item:last-child {
    border-right: 1px solid #f0f0f0;
  }

  .gnavi__item a {
    position: relative;
    text-align: center;
    font-family: "smartfont", YuGothic, "YuGothic M", "メイリオ", sans-serif;
    display: block;
    font-size: 18px;
    line-height: 66px;
    color: #333;
    border-bottom: 4px solid #5ac3ef;
    background: url(../img/pc/gnavi/arrow.png) 93% center no-repeat;
  }

  .gnavi__item a.is-active,
  .gnavi__item a.is-current {
    background: #5ac3ef;
    text-decoration: none;
    color: #fff;
  }

  .gnavi__item a.is-active:after,
  .gnavi__item a.is-current:after {
    content: "";
    position: absolute;
    bottom: -11px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-top: 10px solid #5ac3ef;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
  }

  .gnavi__item a.is-current--not:after {
    display: none;
  }

  .gnavi__item--info {
    width: 170px;
  }

  .gnavi__item--info a {
    width: 170px;
  }

  .gnavi__item--info a:hover:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: #33c4fc;
  }

  .gnavi__item--info a.active:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: #33c4fc;
  }

  .gnavi__item--puppuru {
    width: 196px;
  }

  .gnavi__item--puppuru a {
    width: 196px;
  }

  .gnavi__item--puppuru a:hover:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: #e21e74;
  }

  .gnavi__item--puppuru a.active:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: #e21e74;
  }

  .gnavi__item--puppuru a img {
    padding-bottom: 14px;
  }

  .gnavi__item--kids {
    width: 196px;
  }

  .gnavi__item--kids a {
    width: 196px;
  }

  .gnavi__item--kids a:hover:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: #33c4fc;
  }

  .gnavi__item--kids a.active:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: #33c4fc;
  }

  .gnavi__item--kids a img {
    padding-bottom: 14px;
  }

  .gnavi__item--junior {
    width: 196px;
  }

  .gnavi__item--junior a {
    width: 196px;
  }

  .gnavi__item--junior a:hover:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: #3eb150;
  }

  .gnavi__item--junior a.active:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: #3eb150;
  }

  .gnavi__item--junior a img {
    padding-bottom: 14px;
  }

  .gnavi__item--menu {
    float: right;
    width: 48px;
    margin-right: 20px;
  }

  .gnavi__item--menu a {
    width: 48px;
  }

  .gnavi-layer {
    display: none;
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    border-top: 1px solid #4cccfd;
    background: #fff;
    padding-bottom: 10px;
    z-index: 101;
  }

  .gnavi-layer__inner {
    *zoom: 1;
    width: 940px;
    margin: 0 auto;
    padding-top: 18px;
    position: relative;
  }

  .gnavi-layer__inner:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
  }

  .gnavi-layer__inner:before {
    content: "";
    background: url(../img/pc/gnavi/menu_on_line.png) left top no-repeat;
    width: 20px;
    height: 0;
    position: absolute;
    bottom: 100%;
    right: 35px;
    -webkit-transition: all .3s;
    transition: all .3s;
  }

  .gnavi-layer.is-open .gnavi-layer__inner:before {
    height: 13px;
  }

  .gnavi-layer__top {
    overflow: hidden;
    *zoom: 1;
    margin-bottom: 10px;
  }

  .gnavi-layer__cat {
    float: left;
    font-size: 12px;
    margin-right: 22px;
  }

  .gnavi-layer__cat ul li {
    margin-bottom: 6px;
    list-style: none;
    line-height: 16px;
  }

  .gnavi-layer__cat--info {
    width: 170px;
    color: #25c3ff;
  }

  .gnavi-layer__cat--info .gnavi-layer__sbj {
    border-bottom: 2px dotted #b3e2f6;
  }

  .gnavi-layer__cat--info a {
    color: #25c3ff;
  }

  .gnavi-layer__cat--puppuru {
    width: 196px;
    color: #e51373;
  }

  .gnavi-layer__cat--puppuru .gnavi-layer__sbj {
    border-bottom: 2px dotted #f7cfe1;
  }

  .gnavi-layer__cat--puppuru a {
    color: #e51373;
  }

  .gnavi-layer__cat--puppuru span {
    float: right;
    display: block;
    border: solid 1px #e51373;
    font-size: 10px;
    padding: 0 2px;
  }

  .gnavi-layer__cat--kids {
    width: 196px;
    color: #25c3ff;
  }

  .gnavi-layer__cat--kids .gnavi-layer__sbj {
    border-bottom: 2px dotted #b3e2f6;
  }

  .gnavi-layer__cat--kids a {
    color: #25c3ff;
  }

  .gnavi-layer__cat--kids span {
    float: right;
    display: block;
    border: solid 1px #25c3ff;
    font-size: 10px;
    padding: 0 2px;
  }

  .gnavi-layer__cat--kids .line {
    border-bottom: 2px dotted #b3e2f6;
    padding-bottom: 10px;
  }

  .gnavi-layer__cat--junior {
    width: 196px;
    color: #23ac38;
  }

  .gnavi-layer__cat--junior .gnavi-layer__sbj {
    border-bottom: 2px dotted #91d29c;
  }

  .gnavi-layer__cat--junior a {
    color: #23ac38;
  }

  .gnavi-layer__cat--junior span {
    float: right;
    display: block;
    border: solid 1px #23ac38;
    font-size: 10px;
    padding: 0 2px;
  }

  .gnavi-layer__sbj {
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 8px;
    margin-bottom: 10px;
  }

  .gnavi-layer__bottom {
    border-top: 1px solid #8fd4f0;
    padding-top: 20px;
    overflow: hidden;
  }

  .gnavi-layer__search {
    float: left;
    margin-right: 20px;
    position: relative;
  }

  .gnavi-layer__search input {
    border: 1px solid #8fd4f0 !important;
    border-radius: 22px;
    color: #8fd4f0;
    line-height: 44px;
    height: 44px;
    width: 260px;
    background: #f7f7f7;
    font-size: 14px;
    padding: 0 20px !important;
    background-position: 20px 50% !important;
  }

  .gnavi-layer__search input:-moz-placeholder {
    color: #8fd4f0;
  }

  .gnavi-layer__search input::-moz-placeholder {
    color: #8fd4f0;
  }

  .gnavi-layer__search input:-ms-input-placeholder {
    color: #8fd4f0;
  }

  .gnavi-layer__search input::-webkit-input-placeholder {
    color: #8fd4f0;
  }

  .gnavi-layer__search a {
    position: absolute;
    top: 9px;
    right: 16px;
  }

  .gnavi-layer__footernavi {
    float: left;
    margin-top: 9px;
  }

  .gnavi-layer__footernavi li {
    float: left;
    margin-right: 23px;
  }

  .gnavi-layer__footernavi02 {
    margin: 0 0 10px 0;
  }

  .gnavi-layer__footernavi02 li {
    float: left;
    margin-right: 7px;
    margin-left: 8px;
  }

  .gnavi-layer__searchroom {
    float: right;
  }

  .gnavi-bg-layer {
    display: none;
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 98;
  }

  .gnavi-menu {
    background: #d5f0fa;
    display: none;
    z-index: 1;
    position: relative;
    width: 100%;
    font-family: "smartfont", YuGothic, "YuGothic M", "メイリオ", sans-serif;
  }

  .gnavi-menu.is-show {
    display: block;
  }

  .gnavi-menu__inner {
    width: 940px;
    margin: 0 auto;
  }

  .gnavi-menu__block {
    text-align: center;
    display: none;
  }

  .gnavi-menu__block.is-show {
    display: block;
  }

  .gnavi-menu__block li {
    display: inline-block;
    position: relative;
    padding-left: 15px;
    padding-right: 30px;
  }

  .gnavi-menu__block li:first-child {
    padding-left: 0;
  }

  .gnavi-menu__block li:last-child {
    padding-right: 0;
  }

  .gnavi-menu__block li:last-child:after {
    display: none;
  }

  .gnavi-menu__block li:after {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background: #fff;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .gnavi-menu__block li a {
    color: #313131;
    font-size: 15px;
    line-height: 60px;
  }

  .gnavi-menu__block li a:hover {
    color: #a0a0a0;
    text-decoration: none;
  }

  .side-recent-room {
    position: fixed;
    right: 0;
    bottom: 20px;
    /*margin-top: -60px;*/
    z-index: 98;
  }

  .side-recent-room a {
    opacity: 0.8;
    display: block;
  }

  .side-recent-room a:hover {
    opacity: 1;
  }

  .side-recent-room-box {
    display: none;
    opacity: 0.8;
    position: fixed;
    right: 2px;
    bottom: 250px;
    /*margin-top: -60px;*/
    z-index: 96;
  }

  .side-recent-room-box02 {
    bottom: 90px;
  }

  .side-recent-room-box__title {
    line-height: 0;
  }

  .side-recent-room-box__list {
    width: 128px;
    background: #fff;
    border-left: 1px solid #33c4fc;
    border-right: 1px solid #33c4fc;
    border-bottom: 1px solid #33c4fc;
    border-radius: 0 0 10px 10px;
    padding: 0px 10px;
  }

  .side-recent-room-box__list li {
    font-size: 12px;
    border-bottom: 2px dotted #33c4fc;
    padding-left: 10px;
    padding: 15px 0;
  }

  .side-recent-room-box__list li.is-last {
    border: none;
  }

  .side-recent-room-box__list li a {
    display: block;
    padding-left: 10px;
    background: url(../img/pc/side/ico_sidemenu.png) left 5px no-repeat;
  }
}

@media (min-width: 768px) and (min-width: 1280px) {
  .side-recent-room-box {
    display: block;
  }

  .side-recent-room {
    display: none;
  }
}

@media (min-width: 768px) {
  .bg-layer {
    display: none;
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
  }

  .contents {
    width: 940px;
    margin: 0px auto 0;
    padding-top: 110px;
  }

  .contents--no-wrap {
    width: auto;
    padding-top: 92px;
  }

  .contents--no-wrap.is-last {
    /*padding-bottom: 190px;*/
  }

  .contents__inner {
    width: 940px;
    margin: 0 auto;
    float: none;
  }

  .contents__inner--wide {
    width: 1200px;
    margin: 0 auto;
    float: none;
  }

  .contents__inner--top {
    padding-top: 18px;
  }

  .block {
    padding: 30px 0;
  }

  .block-title {
    color: #25c3ff;
    font-size: 26px;
    border-bottom: 2px dotted #7acff2;
    margin-bottom: 15px;
    line-height: 1.8;
    font-weight: bold;
  }

  ol.pankuzu {
    overflow: hidden;
    *zoom: 1;
    font-size: 12px;
    padding: 0 !important;
    margin: 15px 0 13px !important;
    list-style: none !important;
  }

  ol.pankuzu li {
    float: left;
    margin-right: 6px;
    line-height: 1.4;
    min-height: 13px;
  }

  ol.pankuzu li.home {
    background: url(../img/pc/pankuzu_home.png) left 0px no-repeat;
    padding-left: 18px;
  }

  ol.pankuzu li.last:after {
    content: "";
  }

  ol.pankuzu li:after {
    content: ">";
    color: #25c3ff;
    margin-left: 6px;
  }

  .bottom-navi {
    background: #edfaff;
    padding-top: 55px;
    padding-bottom: 35px;
    border-top: 4px solid #d8eef6;
  }

  .bottom-navi__inner {
    width: 940px;
    margin: 0 auto;
  }

  .bottom-navi__banner {
    margin-bottom: 0px;
    margin-top: 0px;
  }

  .bottom-navi-link {
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 52px;
  }

  .bottom-navi-link-item {
    float: left;
    width: 25%;
    position: relative;
    text-align: center;
    font-family: "smartfont", YuGothic, "YuGothic M", "メイリオ", sans-serif;
  }

  .bottom-navi-link-item:after {
    content: "";
    background: url(../img/pc/footer/footer_line.png) left top no-repeat;
    width: 3px;
    height: 113px;
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }

  .bottom-navi-link-item:last-child:after {
    display: none;
  }

  .bottom-navi-link-item a {
    display: block;
    height: 113px;
    color: #333333;
    font-size: 18px;
  }

  .bottom-navi-link-item a:hover {
    text-decoration: none;
  }

  .bottom-navi-link-item a img {
    vertical-align: middle;
  }

  .bottom-navi-link-item__image {
    margin-bottom: 15px;
  }

  .bottom-navi-link-item__text {
    font-weight: bold;
  }

  .sitemap {
    font-size: 12px;
    padding-bottom: 30px;
    background: #fff;
    padding-top: 40px;
  }

  .sitemap__inner {
    width: 940px;
    margin: 0 auto;
  }

  .sitemap__row {
    overflow: hidden;
  }

  .sitemap__row--top .sitemap__col {
    padding-top: 10px;
  }

  .sitemap__col {
    width: 270px;
    margin-right: 40px;
    float: left;
  }

  .sitemap__col--wide {
    width: 320px;
  }

  .sitemap__col:last-child {
    margin-right: 0;
  }

  .sitemap__sbj {
    font-weight: bold;
    font-size: 12px;
    color: #333;
    margin-bottom: 10px;
  }

  .sitemap__sbj img {
    vertical-align: middle;
    margin-right: 10px;
  }

  .sitemap__block {
    border-top: 1px solid #eeeeee;
    padding-top: 16px;
    margin-bottom: 16px;
    padding-left: 7px;
  }

  .sitemap__block--no-border {
    border-top: none;
    padding-top: 0;
  }

  .sitemap-list {
    line-height: 2.2;
  }

  .sitemap-list > li > a {
    color: #333;
    font-weight: bold;
  }

  .sitemap-list > li > a:before {
    content: "";
    background: url(../img/pc/footer/footer_arrow.png) left top no-repeat;
    width: 12px;
    height: 12px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
  }

  .sitemap-child-list {
    margin-left: 20px;
  }

  .sitemap-child-list > li > a {
    color: #333;
  }

  .sitemap-child-list > li > a:before {
    content: "";
    background: #5ac3ef;
    width: 8px;
    height: 1px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
  }

  .pagetop-wrap {
    width: 100%;
    min-width: 940px;
    margin: 0 auto;
    position: absolute;
    bottom: 43px;
    left: 0;
    overflow: hidden;
    height: 124px;
    line-height: 0;
  }

  .pagetop-inner {
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: 480px;
  }

  .footer__wrapper {
    background: #30befc;
    font-size: 12px;
  }

  .footer__inner {
    padding: 18px 0 14px 0;
    width: 940px;
    margin: 0 auto;
    *zoom: 1;
    position: relative;
  }

  .footer__inner:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
  }

  .footer__logo {
    float: left;
  }

  .footer__copyright {
    float: left;
    color: #fff;
    font-size: 9px;
    margin: 15px 0 0 28px;
  }

  .footer__navi {
    float: right;
    color: #fff;
    margin-top: 13px;
    font-size: 13px;
  }

  .footer__navi a {
    color: #fff;
    margin-left: 3px;
  }

  .loading-anim {
    display: none;
    text-align: center;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -32px 0 0 -32px;
    z-index: 100;
  }

  .loading-anim div {
    margin-top: 10px;
    color: #aaa;
    font-size: 18px;
  }

  .lightbox {
    display: none;
    position: absolute;
    top: 50px;
    left: 50%;
    border: 2px solid #3296b3;
    z-index: 100;
    width: 700px;
    margin-left: -350px !important;
    background: #fff;
    border-radius: 0 0 6px 6px;
  }

  .lightbox__close {
    position: absolute;
    top: -10px;
    right: -10px;
  }

  .lightbox__title {
    background: #33c4fc;
    color: #fff;
    padding: 10px 20px;
    font-size: 18px;
  }

  .lightbox__content {
    padding: 30px;
  }

  .recent-room-list {
    margin-top: -20px;
  }

  .recent-room-list li {
    list-style: none;
    border-bottom: 2px dotted #3fc8fc;
    background: url(../img/pc/side/ico_sidemenu.png) left center no-repeat;
    padding-left: 20px;
    font-size: 16px;
  }

  .recent-room-list li a {
    padding: 15px 0;
    display: block;
  }

  .vc_column_container {
    overflow: hidden;
  }

  .vc_column_container.visible {
    overflow: visible;
  }

  .clearfix {
    overflow: hidden;
  }

  .text-c {
    text-align: center;
  }

  .lh0 {
    line-height: 0 !important;
  }

  .mb0 {
    margin-bottom: 0 !important;
  }

  .mb10 {
    margin-bottom: 10px !important;
  }

  .mb20 {
    margin-bottom: 20px !important;
  }

  .mb30 {
    margin-bottom: 30px !important;
  }

  .mb40 {
    margin-bottom: 40px !important;
  }

  .mb50 {
    margin-bottom: 50px !important;
  }

  .mr0 {
    margin-right: 0px !important;
  }

  .mr10 {
    margin-right: 10px !important;
  }

  .mr20 {
    margin-right: 20px !important;
  }

  .mr30 {
    margin-right: 30px !important;
  }

  .mr40 {
    margin-right: 40px !important;
  }

  .mr50 {
    margin-right: 50px !important;
  }

  /*ツールチップ*/
  #tooltip {
    color: #fff;
    background: #666;
    position: absolute;
    z-index: 100;
    padding: 15px;
    font-size: 12px;
  }

  #tooltip:after {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #666;
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    margin-left: -10px;
  }

  #tooltip.top:after {
    border-top-color: transparent;
    border-bottom: 10px solid #666;
    top: -20px;
    bottom: auto;
  }

  #tooltip.left:after {
    left: 10px;
    margin: 0;
  }

  #tooltip.right:after {
    right: 10px;
    left: auto;
    margin: 0;
  }

  /*Visual comporser CSS キャンセル化*/
  .wpb_row, .wpb_content_element, ul.wpb_thumbnails-fluid > li, .last_toggle_el_margin, .wpb_button {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  body {
    font-size: 16px;
    font-family: YuGothic, "メイリオ", sans-serif;
    line-height: 1.5;
    min-width: 320px;
    color: #666;
    position: relative;
    -webkit-text-size-adjust: 100%;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-drag: none;
    -khtml-user-drag: none;
  }

  .clearfix {
    overflow: hidden;
  }

  a.hover:hover {
    text-decoration: none;
  }

  .sp-on {
    display: block;
  }

  .sp-on.inline {
    display: inline-block;
  }

  .pc-on {
    display: none !important;
  }

  .sp-90 img, img.sp-90 {
    width: 90%;
    height: auto;
  }

  .sp-80 img, img.sp-80 {
    width: 80%;
    height: auto;
  }

  .sp-70 img, img.sp-70 {
    width: 70%;
    height: auto;
  }

  .sp-60 img, img.sp-60 {
    width: 60%;
    height: auto;
  }

  .sp-50 img, img.sp-50 {
    width: 50%;
    height: auto;
  }

  .sp-content-width-100 {
    width: 100% !important;
  }

  a {
    text-decoration: none;
    color: #25c3ff;
  }

  a.newwindow:after {
    content: "";
    width: 10px;
    height: 8px;
    background: url(../img/sp/ico_newwindow.png) right center no-repeat;
    background-size: 10px 8px;
    display: inline-block;
    padding-left: 3px;
  }

  a.newwindow-w:after {
    content: "";
    display: inline-block;
    background: url(../img/sp/ico_newwindow_w.png) right center no-repeat;
    background-size: 9px 8px;
    width: 9px;
    height: 8px;
    padding-left: 3px;
  }

  * {
    box-sizing: border-box;
  }

  strong {
    font-weight: bold;
  }

  input,
  select {
    outline: none;
  }

  img {
    max-width: 100%;
  }

  .contents h1 {
    text-align: center;
    margin: 0;
    font-size: 26px;
    padding: 30px 20px 5px;
    color: #25c3ff;
    border-bottom: 3px solid #33c4fc;
    font-weight: bold;
  }

  .contents h1.top {
    border-bottom: none;
  }

  .contents h2 {
    color: #25c3ff;
    font-size: 22px;
    border-bottom: 2px dotted #7acff2;
    margin: 20px 0 16px !important;
    line-height: 1.5;
    font-weight: bold;
  }

  .contents h3 {
    border-bottom: 2px solid #23b4f8;
    padding-bottom: 3px;
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    margin: 20px 0 16px !important;
  }

  .contents h4 {
    font-size: 20px;
    color: #333333;
    margin: 20px 0 16px !important;
    font-weight: bold;
  }

  .contents h5 {
    color: #25c3ff;
    font-size: 18px;
    margin: 20px 0 6px !important;
    font-weight: bold;
  }

  .contents p {
    font-size: 16px;
    margin-bottom: 8px !important;
  }

  .contents ol {
    list-style: decimal;
    padding-left: 40px;
    margin: 1em 0 1em 0;
  }

  .contents ul {
    list-style: disc;
    padding-left: 40px;
    margin: 0 0 1em 0;
  }

  .contents ul.top-submenu-list {
    padding-left: 0px;
  }

  .header-wrapper {
    background: #fff;
    position: absolute;
    z-index: 1;
    width: 100%;
    top: 0;
  }

  .header-wrapper.is-fixed {
    position: fixed;
  }

  .header {
    overflow: hidden;
    *zoom: 1;
    text-align: center;
    border-bottom: 1px solid #eeeeee;
  }

  .header__logo {
    float: left;
    padding: 22px 0 3px 10px;
  }

  .header__logo img {
    zoom: 0.5;
  }

  .header__sub {
    float: left;
    margin-top: 15px;
    margin-left: 14px;
  }

  .header__sub img {
    width: 130px;
  }

  .header__navi {
    float: right;
    overflow: hidden;
    border-left: 1px solid #eeeeee;
  }

  .header__proceed {
    color: #000000;
    font-size: 10px;
    width: 71px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-line-pack: center;
    -webkit-align-content: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    float: left;
    height: 71px;
    border-left: 1px solid #eeeeee;
  }

  .header__proceed > div:before {
    content: "";
    display: block;
    text-align: center;
    background: url(../img/sp/header/header_proceed.png) left top no-repeat;
    background-size: 18px 18px;
    width: 18px;
    height: 18px;
    margin: 0 auto 8px;
  }

  .header__login {
    color: #000000;
    font-size: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-line-pack: center;
    -webkit-align-content: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 71px;
    height: 71px;
    float: left;
    border-left: 1px solid #eeeeee;
  }

  .header__login > div:before {
    content: "";
    display: block;
    text-align: center;
    background: url(../img/sp/header/header_login.png) left top no-repeat;
    background-size: 20px 18px;
    width: 20px;
    height: 18px;
    margin: 0 auto 8px;
  }

  .header__menu {
    display: inline-block;
    vertical-align: top;
    padding: 18px 15px 3px;
    height: 66px;
  }

  .header__search {
    margin-right: 20px;
  }

  .header-gnavi {
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    position: relative;
    z-index: 2;
  }

  .header-gnavi ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .header-gnavi li {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    width: 33.33%;
    border-right: 1px solid #eeeeee;
  }

  .header-gnavi li:last-child {
    border-right: none;
  }

  .header-gnavi li a {
    position: relative;
    font-size: 13px;
    font-family: "smartfont", YuGothic, "YuGothic M", "メイリオ", sans-serif;
    color: #333333;
    font-weight: bold;
    height: 46px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
    vertical-align: middle;
    border-bottom: 3px solid #5ac3ef;
  }

  .header-gnavi li a.is-active {
    background: #5ac3ef;
    text-decoration: none;
    color: #fff;
  }

  .header-gnavi li a.is-active:after {
    content: "";
    position: absolute;
    bottom: -11px;
    left: 50%;
    z-index: 1;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-top: 10px solid #5ac3ef;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
  }

  .bg-layer {
    display: none;
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
  }

  .gnavi-menu {
    display: none;
    background: #e6f6fc;
    position: absolute;
    width: 100%;
    z-index: 1;
  }

  .gnavi-menu__inner {
    margin: 0 auto;
  }

  .gnavi-menu__block {
    text-align: left;
  }

  .gnavi-menu__block li {
    display: block;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    border-top: 1px solid #fff;
  }

  .gnavi-menu__block li:last-child {
    padding-right: 0;
  }

  .gnavi-menu__block li a {
    color: #313131;
    font-size: 13px;
    line-height: 44px;
    font-weight: bold;
  }

  .gnavi-layer {
    display: none;
    position: absolute;
    top: 0px;
    left: 0;
    background: #fafafa;
    z-index: 100;
    width: 100%;
  }

  .gnavi-layer__title {
    background: #33c4fc;
    font-size: 19px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    height: 55px;
    line-height: 55px;
  }

  .gnavi-layer__inner {
    padding: 20px 10px;
  }

  .gnavi-layer__input {
    position: relative;
    margin-bottom: 20px;
  }

  .gnavi-layer__input input {
    border: 1px solid #30befc !important;
    border-radius: 25px;
    line-height: 1;
    width: 100%;
    padding: 17px 45px 17px 20px !important;
    background-position: 20px 50% !important;
  }

  .gnavi-layer__input input:-moz-placeholder {
    color: #8fd4f0;
    line-height: 1;
  }

  .gnavi-layer__input input::-moz-placeholder {
    color: #8fd4f0;
    line-height: 1;
  }

  .gnavi-layer__input input:-ms-input-placeholder {
    color: #8fd4f0;
    line-height: 1;
  }

  .gnavi-layer__input input::-webkit-input-placeholder {
    color: #8fd4f0;
    line-height: 1;
  }

  .gnavi-layer__inputbtn {
    display: block;
    content: "";
    width: 25px;
    height: 25px;
    position: absolute;
    top: 14px;
    right: 20px;
    line-height: 1;
  }

  .gnavi-layer__naviitem {
    margin-bottom: 10px;
  }

  .gnavi-layer__naviitem > a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    vertical-align: middle;
    display: -webkit-box;
    -webkit-box-align: center;
    height: 55px;
    font-size: 19px;
    padding: 0 15px;
    background-position: 96% center;
    background-repeat: no-repeat;
    background-size: 18px auto;
    white-space: nowrap;
  }

  .gnavi-layer__naviitem > a span {
    display: block;
    font-size: 11px;
  }

  .gnavi-layer__naviitem--info > a {
    border: 1px solid #25c3ff;
    color: #25c3ff;
    background-image: url(../img/sp/gnavi/icon_m_off01.png);
  }

  .gnavi-layer__naviitem--info > a.is-open {
    background-image: url(../img/sp/gnavi/icon_m_on01.png);
  }

  .gnavi-layer__naviitem--info li a {
    color: #25c3ff;
    background: url(../img/sp/gnavi/ico_submenu01.png) 95% center no-repeat;
    background-size: 8px 13px;
  }

  .gnavi-layer__naviitem--puppuru > a {
    border: 1px solid #e21e74;
    color: #e21e74;
    background-image: url(../img/sp/gnavi/icon_m_off02.png);
  }

  .gnavi-layer__naviitem--puppuru > a.is-open {
    background-image: url(../img/sp/gnavi/icon_m_on02.png);
  }

  .gnavi-layer__naviitem--puppuru li a {
    color: #e21e74;
    background: url(../img/sp/gnavi/ico_submenu02.png) 95% center no-repeat;
    background-size: 8px 13px;
  }

  .gnavi-layer__naviitem--kids > a {
    border: 1px solid #25c3ff;
    color: #25c3ff;
    background-image: url(../img/sp/gnavi/icon_m_off01.png);
  }

  .gnavi-layer__naviitem--kids > a.is-open {
    background-image: url(../img/sp/gnavi/icon_m_on01.png);
  }

  .gnavi-layer__naviitem--kids li a {
    color: #25c3ff;
    background: url(../img/sp/gnavi/ico_submenu01.png) 95% center no-repeat;
    background-size: 8px 13px;
  }

  .gnavi-layer__naviitem--junior > a {
    border: 1px solid #23ac38;
    color: #23ac38;
    background-image: url(../img/sp/gnavi/icon_m_off03.png);
  }

  .gnavi-layer__naviitem--junior > a.is-open {
    background-image: url(../img/sp/gnavi/icon_m_on03.png);
  }

  .gnavi-layer__naviitem--junior li a {
    color: #23ac38;
    background: url(../img/sp/gnavi/ico_submenu03.png) 95% center no-repeat;
    background-size: 8px 13px;
  }

  .gnavi-layer__navichild {
    display: none;
  }

  .gnavi-layer__navichild li {
    border-bottom: 1px solid #e6e6e6;
  }

  .gnavi-layer__navichild li:last-child {
    border-bottom: none;
  }

  .gnavi-layer__navichild li a {
    display: block;
    padding: 10px 30px 10px 15px;
  }

  .gnavi-layer__bottom {
    text-align: center;
    margin: 20px auto;
    margin-top: 20px;
    width: 165px;
    overflow: hidden;
  }

  .gnavi-layer__bottom a {
    display: block;
    float: left;
  }

  .gnavi-layer__bottom02 {
    text-align: center;
    margin-bottom: 0;
  }

  .gnavi-layer__bottom02 a {
    margin: 10px 0;
  }

  .gnavi-layer__searchBtn {
    text-align: center;
    line-height: 0;
  }

  .gnavi-layer__searchBtn a {
    background: #33c4fc;
    color: #fff;
    font-size: 13px;
    display: block;
    height: 40px;
    line-height: 40px;
    border-radius: 25px;
    text-align: center;
    width: 180px;
    margin: 0 auto;
  }

  .gnavi-layer__searchBtn a:before {
    content: "";
    margin-right: 5px;
    vertical-align: middle;
    display: inline-block;
    width: 17px;
    text-align: center;
    height: 24px;
    background: url(../img/sp/gnavi/ico_pin.png) left center no-repeat;
    background-size: 17px 24px;
  }

  .gnavi-layer__close {
    text-align: right;
    height: 66px;
    padding: 17px 16px 3px 19px;
    border-bottom: 1px solid #eeeeee;
  }

  .gnavi-layer__close a {
    display: inline-block;
  }

  .gnavi-layer__close a img {
    vertical-align: top;
  }

  ol.pankuzu {
    padding: 0 10px 0;
    list-style: none;
    overflow: hidden;
    *zoom: 1;
    height: 26px;
    line-height: 26px;
    margin: 0;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    display: -webkit-box;
    -webkit-box-pack: start;
  }

  ol.pankuzu li {
    font-size: 9px;
  }

  ol.pankuzu li a {
    margin-right: 3px;
  }

  ol.pankuzu li.home:before {
    content: "";
    line-height: 1;
    background: url(../img/sp/header/ico_pankuzu_home.png) left top no-repeat;
    background-size: 13px auto;
    display: inline-block;
    margin-right: 2px;
    width: 13px;
    height: 13px;
    vertical-align: text-bottom;
  }

  ol.pankuzu li:after {
    content: ">";
    display: inline-block;
    margin-right: 3px;
    color: #25c3ff;
  }

  ol.pankuzu li.last:after {
    visibility: hidden;
    margin-right: 0;
  }

  .contents {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .contents.no-wrap {
    padding-top: 119px;
  }

  .contents__inner {
    padding: 0px 15px;
  }

  .block {
    padding: 15px 0;
  }

  .block-title {
    border-bottom: 2px dotted #64c7f0;
    font-size: 17px;
    color: #25c3ff;
    padding-bottom: 2px;
    margin-bottom: 16px;
    font-weight: bold;
  }

  .foot-nav {
    line-height: 0;
    background: #fafafa;
    text-align: right;
    padding: 18px 20px 15px;
  }

  .bottom-navi {
    background: #edfaff;
    padding-top: 22px;
    padding-bottom: 16px;
    border-top: 2px solid #d8eef6;
  }

  .bottom-navi__inner {
    margin: 0 0px;
  }

  .bottom-navi__banner {
    margin-bottom: 0px;
    margin-top: 0px;
    padding: 0 15px;
    line-height: 1;
  }

  .bottom-navi__banner img {
    width: 100%;
    height: auto;
  }

  .bottom-navi-link {
    overflow: hidden;
    margin-bottom: 16px;
    margin-top: 0;
  }

  .bottom-navi-link-item {
    float: left;
    width: 25%;
    position: relative;
    text-align: center;
    padding: 0 7px;
  }

  .bottom-navi-link-item .half {
    zoom: 0.5;
  }

  .bottom-navi-link-item:after {
    content: "";
    background: url(../img/sp/footer/footer_line.png) left top no-repeat;
    background-size: 3px 82px;
    width: 3px;
    height: 82px;
    display: block;
    position: absolute;
    right: 0;
    top: 0%;
  }

  .bottom-navi-link-item:last-child:after {
    display: none;
  }

  .bottom-navi-link-item a {
    display: block;
    height: 80px;
    color: #333333;
    font-size: 13px;
  }

  .bottom-navi-link-item a:hover {
    text-decoration: none;
  }

  .bottom-navi-link-item a img {
    vertical-align: middle;
  }

  .bottom-navi-link-item__image {
    margin-bottom: 10px;
  }

  .bottom-navi-link-item__text {
    font-weight: bold;
    line-height: 1.3;
  }

  .sitemap {
    font-size: 12px;
  }

  .sitemap__inner {
    margin: 0 auto;
  }

  .sitemap__row {
    overflow: hidden;
  }

  .sitemap__col {
    margin-right: 0px;
  }

  .sitemap__col:last-child {
    margin-right: 0;
  }

  .sitemap__sbj {
    border-bottom: 1px solid #eeeeee;
  }

  .sitemap__sbj a {
    color: #333;
    font-weight: bold;
    font-size: 11px;
    padding: 18px 15px;
    display: block;
  }

  .sitemap__sbj a > span {
    width: 36px;
    text-align: center;
    margin-right: 8px;
    display: inline-block;
  }

  .sitemap__sbj a > span > img {
    vertical-align: middle;
  }

  .sitemap__block {
  }

  .sitemap__block--no-border {
    border-top: none;
    padding-top: 0;
  }

  .sitemap-list {
    line-height: 2.2;
  }

  .sitemap-list > li {
    border-bottom: 1px solid #eeeeee;
  }

  .sitemap-list > li > a {
    color: #333;
    font-weight: bold;
    font-size: 11px;
    padding: 18px 15px;
    display: block;
  }

  .sitemap-child-list > li > a {
    color: #333;
  }

  .sitemap__toggle {
    position: relative;
  }

  .sitemap__toggle:after {
    content: "";
    background: url(../img/sp/gnavi/ico_plus.png) left top no-repeat;
    background-size: 12px 12px;
    position: absolute;
    width: 12px;
    height: 12px;
    top: 50%;
    right: 16px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .sitemap__toggle.is-open:after {
    content: "";
    background: url(../img/sp/gnavi/ico_minus.png) left top no-repeat;
    background-size: 12px 3px;
    width: 12px;
    height: 3px;
  }

  .sitemap__toggle-body {
    display: none;
    background: #eeeeee;
    font-weight: normal;
    padding: 15px 15px;
  }

  .sitemap__toggle-body > li {
    margin-left: 1em;
    line-height: 3;
  }

  .sitemap__toggle-body > li > a {
    padding: 0;
    font-size: 10px;
    font-weight: normal;
  }

  .sitemap__toggle-body .sitemap-child-list > li {
    margin-left: 1em;
  }

  .sitemap__toggle-body .sitemap-child-list > li > a {
    padding: 0;
    font-size: 10px;
    font-weight: normal;
  }

  .sitemap__searchform {
    border: none !important;
    padding: 13px 10px 0px;
  }

  .sitemap__searchform form {
    display: -webkit-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: #f0f0f0;
    border-radius: 6px;
  }

  .sitemap__searchform input[type=text] {
    font-size: 16px;
    height: 32px;
    padding: 0 0px;
    width: auto;
    margin: 0;
    border: none;
    background: none;
    display: block;
    vertical-align: middle;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .sitemap__searchform input[type=image] {
    display: block;
    border: none;
    background: none;
    vertical-align: middle;
    margin: 0 10px;
    position: relative;
  }

  .footer {
    position: relative;
  }

  .footer__inner {
    text-align: center;
    background: #30befc;
    color: #fff;
    padding: 20px 15px 16px;
  }

  .footer__logo {
    float: left;
    margin-right: 16px;
  }

  .footer__logo img {
    width: 79px;
    height: 28px;
  }

  .footer__pagetop {
    position: absolute;
    top: -60px;
    left: 50%;
    margin-left: -90px;
  }

  .footer__pagetop a {
    display: block;
  }

  .footer__copyright {
    font-size: 10px;
    text-align: left;
  }

  .footer__navi {
    clear: both;
    font-size: 10px;
    padding: 12px 0 0;
  }

  .footer__navi a {
    color: #fff;
  }

  .loading-anim {
    display: none;
    text-align: center;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -32px 0 0 -32px;
    z-index: 100;
  }

  .loading-anim div {
    margin-top: 10px;
    color: #aaa;
    font-size: 18px;
  }

  .lightbox {
    display: none;
    width: 96%;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -48% !important;
    background: #fff;
    z-index: 100;
  }

  .lightbox__close {
    font-size: 15px;
    position: absolute;
    top: -5px;
    right: -5px;
  }

  .lightbox__close a {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    display: -webkit-box;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 38px;
    line-height: 38px;
    text-align: center;
  }

  .lightbox__content {
    padding: 20px;
  }

  .lightbox--recentroom .lightbox__title {
    background: #33c4fc;
    color: #fff;
    font-size: 19px;
    line-height: 55px;
    text-align: center;
  }

  .lightbox--recentroom .lightbox__content {
    padding: 20px 0px;
    margin: 0 20px 0;
  }

  .lightbox--recentroom .recent-room-list li {
    border-bottom: 2px dotted #33c4fc;
  }

  .lightbox--recentroom .recent-room-list li:last-child {
    border: none;
  }

  .lightbox--recentroom .recent-room-list li a {
    background: url(../img/sp/side/ico_list.png) 5px center no-repeat;
    background-size: 6px auto;
    padding: 10px 0 10px 20px;
    display: block;
  }

  .scroll-table-wrap {
    width: 100%;
    overflow: scroll;
  }

  .scroll-table-wrap::-webkit-scrollbar {
    width: 5px;
    background: #f5f5f5;
  }

  .scroll-table-wrap::-webkit-scrollbar-thumb {
    background: #0ac2ff;
    border-radius: 0px;
  }

  .scroll-table-wrap::-webkit-scrollbar:horizontal {
    height: 5px;
    background: #f5f5f5;
  }

  .scroll-table-wrap::-webkit-scrollbar-thumb:horizontal {
    background: #0ac2ff;
    border-radius: 0px;
  }

  .w100 {
    width: 100%;
  }

  .mb0 {
    margin-bottom: 0 !important;
  }

  .mb10 {
    margin-bottom: 10px !important;
  }

  .mb20 {
    margin-bottom: 20px !important;
  }

  .mb30 {
    margin-bottom: 30px !important;
  }

  .mb40 {
    margin-bottom: 40px !important;
  }

  .mb50 {
    margin-bottom: 50px !important;
  }

  .mr0 {
    margin-right: 0px !important;
  }

  .mr10 {
    margin-right: 10px !important;
  }

  .mr20 {
    margin-right: 20px !important;
  }

  .mr30 {
    margin-right: 30px !important;
  }

  .mr40 {
    margin-right: 40px !important;
  }

  .mr50 {
    margin-right: 50px !important;
  }

  .lh0 {
    line-height: 0;
  }

  .vc_column_container {
    overflow: hidden;
  }

  .vc_column_container.visible {
    overflow: visible;
  }

  /*ツールチップ*/
  #tooltip {
    color: #fff;
    background: #666;
    position: absolute;
    z-index: 100;
    padding: 15px;
    font-size: 12px;
  }

  #tooltip:after {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #666;
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    margin-left: -10px;
  }

  #tooltip.top:after {
    border-top-color: transparent;
    border-bottom: 10px solid #666;
    top: -20px;
    bottom: auto;
  }

  #tooltip.left:after {
    left: 10px;
    margin: 0;
  }

  #tooltip.right:after {
    right: 10px;
    left: auto;
    margin: 0;
  }
}

/*# sourceMappingURL=common.css.map */
