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

@font-face {
  font-family: "YuGothic M";
  src: local(Yu Gothic Medium);
}

@font-face {
  font-family: "smartfont";
  src: url("../font/smartfont-web/smartfont.eot?") format('eot'),
  url("../font/smartfont-web/smartfont.woff") format('woff'),
  url("../font/smartfont-web/smartfont.otf")  format('opentype');
}

.flopdesign {
  font-family: "smartfont", YuGothic,"YuGothic M","メイリオ",sans-serif;
}

body {
  font-size: 16px;
  font-family: YuGothic,"YuGothic M","メイリオ",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;
}
a.hover:hover {
  text-decoration: none;
}

* {
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

a.newwindow:after {
  content: "";
  width: 20px;
  height: 16px;
  background: url(../img/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/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;
}

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-wrapper {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 99;
  font-family: YuGothic, "YuGothic M", メイリオ, sans-serif;
  font-size: 14px;
  /*transition: transform 0.3s;*/
}
.header-wrapper.is-hidden {
  /*transform: translateY(-100%);*/
}
.header-wrapper.is-fixed {
  position: fixed;
  /*transform: translateY(0%);*/
}
.header-wrapper.is-allfix {
  /*position: fixed;*/
}
.header {
  position: relative;
  z-index: 99;
  border-bottom: 1px solid #eeeeee;
  background: #fff;
}
.header--simple {
  background: #fafafa;
}
.header__inner {
  overflow: hidden;
  *zoom: 1;
  width: 940px;
  margin: 0 auto;
}
.header__logo {
  float: left;
  padding-top: 18px;
  padding-bottom: 13px;
}
.header__logo a {
  display: block;
  height: 40px;
}
.header__content {
  float: right;
}
.header__content:after {
  content: "";
  display: table;
}
.header__searchform {
  float: right;
  margin-bottom: 12px;
}
.header__searchform {
  overflow: hidden;
}
.header__searchform input[type=text] {
  font-size: 12px;
  height: 29px;
  padding: 0 15px;
  width: 100px;
  border-radius: 31px 0 0 31px;
  border: 1px solid #5ac3ef;
  margin: 0;
  vertical-align: middle;
}

.header__searchform input[type=image] {
  border: none;
  background: none;
  padding: 9px 13px;
  width: 13px;
  height: 13px;
  vertical-align: middle;
  background: #5ac3ef;
  border-radius: 0 31px 31px 0;
  margin: 0;
  position: relative;
  left: -1px;
}

.header__searchform button img {
  vertical-align: middle;
  margin-top: -2px;
  margin-left: -4px;
}
.header__navi {
  float: right;
  padding-top: 24px;
}
.header__navi a {
  color: #000000;
  font-size: 14px;
  position: relative;
}

.header__navi .faq-icon {

}
.header__navi .faq-icon:before {
  content: "";
  vertical-align: middle;
  display: inline-block;
  background: url(../img/gnavi/ico_faq.png) left center no-repeat;
  width: 18px;
  height: 16px;
  margin-right: 8px;
  margin-top: -2px;
}
.header__navi .info-icon {

}
.header__navi .info-icon:before {
  content: "";
  vertical-align: middle;
  display: inline-block;
  background: url(../img/gnavi/ico_info.png) left center no-repeat;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  margin-top: -2px;
}
.header__navi .search-room-icon {

}
.header__navi .search-room-icon:before {
  background: url(../img/gnavi/ico_search_room.png) left center no-repeat;
  content: "";
  vertical-align: middle;
  display: inline-block;
  width: 12px;
  height: 16px;
  margin-right: 8px;
  margin-top: -2px;
}
.header__student {
  clear: both;
  float: right;
  margin-left: 20px;
  line-height: 1;
}
.header__student a {
  display: inline-block;
  background: #5ac3ef;
  color: #fff;
  font-size: 15px;
  text-align: center;
  padding: 28px 10px 6px;
  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/header/ico_student_arrow.png) left top no-repeat;
  width: 8px;
  height: 12px;
  display: inline-block;
  margin-right: 10px;
}
.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 {

}
.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/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%;
  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/gnavi/menu_on_line.png) left top no-repeat;
  width: 20px;
  height: 0;
  position: absolute;
  bottom: 100%;
  right: 35px;
  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;
  border-radius: 22px;
  color: #8fd4f0;
  line-height: 44px;
  height: 44px;
  width: 260px;
  background: #f7f7f7;
  font-size: 14px;
  padding: 0 20px;
  background-position: 20px 50%;
}
.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--feature {
  text-align: left;
}
.gnavi-menu__block--course {
  text-align: center;
}
.gnavi-menu__block--taiken {
  text-align: right;
}
.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%;
  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;
}
.gnavi-menu__block li.is-current a {
  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/side/ico_sidemenu.png) left 5px no-repeat;
}
@media (min-width: 1280px) {
  .side-recent-room-box {
    display: block;
  }
  .side-recent-room {
    display: none;
  }
}



.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: 240px;
}
.contents--no-wrap {
  width: auto;
  overflow: hidden;
  padding-top: 204px;
}
.contents--top {
  padding-top: 142px;
}
.contents--minimum {
  padding-top: 0px;
  padding-bottom: 40px;
}
.contents--no-wrap.is-last {
  /*padding-bottom: 190px;*/
}
.contents__inner {
  width: 940px;
  margin: 0 auto;
  float: none;
}
.contents__inner--wide {
  width: 1200px;
  margin: 0 0 !important;
  float: none;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.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;
  margin: 15px 0 13px;
  list-style: none;
  font-family: YuGothic, "YuGothic M", メイリオ, sans-serif;
  font-size: 12px;
}
.pankuzu li {
  float: left;
  margin-right: 6px;
  line-height: 1.4;
  min-height: 13px;
}
.pankuzu li.home {
  background: url(../img/pankuzu_home.png) left 0px no-repeat;
  padding-left: 18px;
}
.pankuzu li.last:after {
  content: "";
}
.pankuzu li:after {
  content: ">";
  color: #25c3ff;
  margin-left: 6px;
}

.bottom-navi {
  background: #edfaff;
  padding-top: 35px;
  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/footer/footer_line.png) left top no-repeat;
  width: 3px;
  height: 113px;
  display: block;
  position: absolute;
  right: 0;
  top: 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__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 {

}
.sitemap-list > li > a {
  color: #333;
  font-weight: bold;
}
.sitemap-list > li > a:before {
  content: "";
  background: url(../img/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 {

}
.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 {

}
.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__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;
}
.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/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 /* triangle decoration */
{
  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;
}
