@charset "UTF-8";
/******************************************************************
Theme Name: endojuku
Author: 11aside
Author URI: http://www.endo-sa.jp
Version: 3.0
******************************************************************/
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* core
===================================================================*/
* {
  box-sizing: border-box;
}

html,
body {
  font: 14px/1.5 Hiragino Kaku Gothic ProN, Meiryo, sans-serif;
  height: 100%;
  position: relative;
}
@media only screen and (min-width: 751px) {
  html,
  body {
    font-size: 14px;
  }
}

body {
  position: relative;
  margin: 0;
  color: #535353;
  background: #021227;
}

a {
  color: #0165d7;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

figure {
  margin: 0 0 1em;
}

.wrapper {
  background: #fff;
}
.wrapper--top {
  background: url("/wordpress/wp-content/themes/endojuku3.0/images/bg-stripe.gif") center top;
}

@media only screen and (min-width: 751px) {
  .f-l {
    float: left;
  }
}
@media only screen and (max-width: 750px) {
  .f-l {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
}

@media only screen and (min-width: 751px) {
  .f-r {
    float: right;
  }
}
@media only screen and (max-width: 750px) {
  .f-r {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
}

.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

@media only screen and (min-width: 751px) {
  .body {
    overflow: hidden;
    *zoom: 1;
    width: 960px;
    margin: 0 auto;
    padding: 50px 0;
  }
}
@media only screen and (max-width: 750px) {
  .body {
    width: 95%;
    margin: 0 auto;
    padding: 20px 0;
    overflow: hidden;
  }
}
@media only screen and (min-width: 751px) {
  .body__facebook {
    float: right;
  }
}
@media only screen and (max-width: 750px) {
  .body__facebook {
    text-align: center;
    margin: 0 auto;
    max-width: 100%;
  }
}
.body--home {
  background: #fff;
}
@media only screen and (min-width: 751px) {
  .body--home {
    padding: 50px 20px;
  }
}
@media only screen and (max-width: 750px) {
  .body--home {
    padding: 50px 10px;
  }
}
.body--white {
  background: #fff;
}
@media only screen and (min-width: 751px) {
  .body--white {
    padding: 50px 20px;
  }
}
@media only screen and (max-width: 750px) {
  .body--white {
    padding: 50px 10px;
  }
}

.content-header {
  margin: 0 0 18px;
  padding-left: 48px;
  min-height: 42px;
  line-height: 42px;
  font-size: 24px;
  font-weight: normal;
  letter-spacing: 0.2em;
  border-bottom: 2px solid #eee;
}
.content-header:before {
  display: none;
}
.content-header--information {
  background: url("/wordpress/wp-content/themes/endojuku3.0/images/icon-information.gif") no-repeat left center;
  background-size: 36px;
  border-bottom: none;
}

/*------------------------------ footer ------------------------------*/
.footer {
  color: #fff;
  background: url("/wordpress/wp-content/themes/endojuku3.0/images/bg-footer.png") no-repeat 80% -20px;
}
.footer--kanazawa-club {
  background: url("/wordpress/wp-content/themes/endojuku3.0/images/bg-footer-kanazawa-club.png") no-repeat 80% -20px;
}
@media only screen and (min-width: 751px) {
  .footer__body {
    width: 960px;
    margin: 0 auto;
    display: table;
    padding: 30px 0;
  }
}
@media only screen and (max-width: 750px) {
  .footer__body {
    width: 95%;
    margin: 0 auto;
    padding: 10px 0;
  }
}
.footer__left {
  padding: 20px 0;
}
@media only screen and (min-width: 751px) {
  .footer__left {
    display: table-cell;
    width: 270px;
    border-right: 1px solid #354152;
    vertical-align: middle;
  }
}
@media only screen and (max-width: 750px) {
  .footer__left {
    border-bottom: 1px solid #354152;
    text-align: center;
  }
}
.footer__left img {
  margin-top: 6px;
}
@media only screen and (max-width: 750px) {
  .footer__left img {
    width: 120px;
  }
}
@media only screen and (min-width: 751px) {
  .footer__information {
    display: table-cell;
    padding-left: 40px;
    vertical-align: middle;
  }
}
.footer__banner {
  padding: 0;
}
@media only screen and (min-width: 751px) {
  .footer__banner {
    display: table-cell;
    vertical-align: middle;
  }
}
@media only screen and (max-width: 750px) {
  .footer__banner {
    text-align: center;
  }
}
.footer__banner li {
  list-style: none;
  padding: 0;
  margin: 0 0 10px 0;
}
@media only screen and (max-width: 750px) {
  .footer__banner li {
    display: inline-block;
    width: 49%;
  }
  .footer__banner li img {
    width: 100%;
  }
}
.footer__ad {
  border-bottom: 1px solid #354152;
}
.footer__ad h3 {
  text-align: center;
}
@media only screen and (min-width: 751px) {
  .footer__ad {
    width: 960px;
    margin: 0 auto;
    padding: 30px 0;
  }
  .footer__ad ul li {
    display: inline-block;
    width: 260px;
  }
}
@media only screen and (max-width: 750px) {
  .footer__ad {
    width: 95%;
    margin: 0 auto;
    padding: 10px 0;
  }
  .footer__ad li {
    margin-bottom: 10px;
  }
}
.footer__ad ul {
  margin: 0;
  padding: 0;
  text-align: center;
}
.footer__ad ul li {
  list-style: none;
}

/*------------------------------ header ------------------------------*/
.header {
  position: relative;
  background: url("/wordpress/wp-content/themes/endojuku3.0/images/bg-stripe.gif") center top;
}
.header__body {
  overflow: hidden;
  *zoom: 1;
  padding: 30px 0;
}
@media only screen and (min-width: 751px) {
  .header__body {
    width: 960px;
    margin: 0 auto;
  }
}
.header__title {
  margin: 0;
}
@media only screen and (min-width: 751px) {
  .header__title {
    float: left;
  }
}
@media only screen and (max-width: 750px) {
  .header__title {
    margin-left: 15px;
  }
  .header__title img {
    width: 60%;
  }
}
@media only screen and (min-width: 751px) {
  .header__sub {
    float: right;
    text-align: right;
  }
}
@media only screen and (max-width: 750px) {
  .header__sub {
    display: none;
  }
}
.header__sub__row {
  margin-bottom: 12px;
}
.header__contact-form {
  display: inline-block;
  background: url("/wordpress/wp-content/themes/endojuku3.0/images/icon-mail.png") no-repeat left center;
  padding-left: 22px;
  color: #fff;
}
.header__contact-form:hover {
  opacity: 0.7;
}
.header--top {
  background: url("/wordpress/wp-content/themes/endojuku3.0/images/bg-header-top.jpg") no-repeat center;
  background-size: cover;
}
.header--top h1 {
  margin: 0;
  padding: 120px 0 100px;
  text-align: center;
}
.header--top h1 img {
  max-width: 60%;
}

/*------------------------------ nav ------------------------------*/
.nav {
  width: 100%;
  background: #021227;
  z-index: 999;
}
@media only screen and (max-width: 750px) {
  .nav {
    position: fixed;
    top: 0;
    display: none;
  }
}
.nav__list {
  padding: 0;
}
@media only screen and (min-width: 751px) {
  .nav__list {
    width: 960px;
    margin: 0 auto;
  }
}
.nav__item {
  display: inline-block;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .nav__item {
    width: 100%;
    border-bottom: 1px solid #354152;
  }
}
.nav__item__btn {
  display: block;
  line-height: 1;
  color: #fff;
}
@media only screen and (min-width: 751px) {
  .nav__item__btn {
    min-height: 48px;
    padding: 10px 0 8px 0;
    text-align: center;
  }
}
@media only screen and (max-width: 750px) {
  .nav__item__btn {
    padding: 10px 5%;
  }
}
.nav__item__btn__sub {
  display: block;
  margin-top: 4px;
  font-size: 10px;
  color: #aac4e3;
}
@media only screen and (max-width: 750px) {
  .nav__item__btn__sub {
    display: none;
  }
}
.nav__item__btn--active {
  border-bottom: 2px solid #ff0;
}
@media only screen and (min-width: 751px) {
  .nav__item:hover {
    background: #223854;
  }
}
@media only screen and (min-width: 751px) {
  .nav__child {
    display: none;
    position: absolute;
    width: 160px;
    padding: 10px 0 0 0;
    z-index: 60;
  }
}
@media only screen and (min-width: 751px) {
  .nav__child:after {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -6px;
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 10px 6px;
    border-color: transparent transparent #021227 transparent;
  }
}
.nav__child__item {
  overflow: hidden;
  background: #021227;
  list-style: none;
}
@media only screen and (min-width: 751px) {
  .nav__child__item {
    border-bottom: 1px solid #354152;
  }
  .nav__child__item:first-of-type {
    border-radius: 5px 5px 0 0;
  }
  .nav__child__item:last-of-type {
    border-radius: 0 0 5px 5px;
    border-bottom: none;
  }
}
@media only screen and (max-width: 750px) {
  .nav__child__item {
    border-bottom: 1px dotted #354152;
  }
  .nav__child__item:last-of-type {
    border-bottom: none;
  }
}
.nav__child__item__btn {
  display: block;
  padding: 8px 12px;
  color: #fff;
  font-size: 12px;
}
@media only screen and (min-width: 751px) {
  .nav__child__item__btn:hover {
    background: #223854;
  }
}
@media only screen and (min-width: 751px) {
  .nav--six .nav__item {
    width: 160px;
  }
}
@media only screen and (min-width: 751px) {
  .nav--seven .nav__item {
    width: 160px;
  }
}
@media only screen and (min-width: 751px) {
  .nav--eight .nav__item {
    width: 120px;
  }
}

.btn--nav-open {
  position: fixed;
  top: 15px;
  right: 15px;
  width: 60px;
}
@media only screen and (min-width: 751px) {
  .btn--nav-open {
    display: none;
  }
}
@media only screen and (max-width: 750px) {
  .btn--nav-open {
    display: block;
  }
}

.btn--nav-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 36px;
  z-index: 600;
}
@media only screen and (min-width: 751px) {
  .btn--nav-close {
    display: none;
  }
}
@media only screen and (max-width: 750px) {
  .btn--nav-close {
    display: block;
  }
}

.page {
  width: 840px;
  margin: 0 auto;
}
@media only screen and (max-width: 750px) {
  .page {
    width: 95%;
    margin: 0 auto;
  }
}

/* modules
===================================================================*/
.entry__header {
  padding-bottom: 24px;
}
.entry__thumb {
  text-align: center;
}
.entry__thumb img {
  max-width: 100%;
}
.entry h2 {
  position: relative;
  margin: 24px 0 6px;
  padding-left: 18px;
  font-size: 1.5rem;
  font-weight: normal;
}
.entry h2:before {
  position: absolute;
  top: 6px;
  left: 0;
  content: '●';
  color: #3d6ab0;
  font-size: 1rem;
}
.entry h3 {
  display: inline-block;
  margin: 24px 0 6px;
  padding: 4px 8px;
  background: #3d6ab0;
  border-radius: 5px;
  font-weight: bold;
  color: white;
}
.entry p {
  line-height: 2;
}
.entry img {
  max-width: 100%;
}
.entry table {
  width: 100%;
}
.entry table thead th {
  background: #3d6ab0;
  color: #fff;
  text-align: center;
  border-right: 1px solid #fff;
}
@media only screen and (min-width: 751px) {
  .entry table thead th {
    padding: 12px 24px;
  }
}
@media only screen and (max-width: 750px) {
  .entry table thead th {
    padding: 6px;
    font-size: 10px;
  }
}
.entry table thead th:last-of-type {
  border-right: none;
}
.entry table tbody tr:nth-child(odd) {
  background: #f0f3f9;
}
.entry table tbody tr:nth-child(even) {
  background: #e7edf5;
}
.entry table tbody td {
  border-top: none;
  border-right: 1px solid #fff;
  text-align: center;
}
@media only screen and (min-width: 751px) {
  .entry table tbody td {
    padding: 6px 14px;
  }
}
@media only screen and (max-width: 750px) {
  .entry table tbody td {
    padding: 6px;
    font-size: 10px;
  }
}
.entry table tbody td:last-of-type {
  border-right: none;
}
.entry table tbody td input, .entry table tbody td textarea {
  z-index: 5;
}
.entry table tbody.ta-l td {
  text-align: left;
}
.entry .req {
  color: #C20000;
  font-size: 10px;
  margin-left: 6px;
}
.entry .small {
  font-size: 10px;
}
.entry .parag {
  border-bottom: 2px solid #fff;
}
.entry__title {
  margin: 0;
  padding-left: 36px;
  min-height: 42px;
  line-height: 42px;
  font-size: 24px;
  font-weight: normal;
  letter-spacing: 0.2em;
  border-bottom: 2px solid #eee;
  background: url("/wordpress/wp-content/themes/endojuku3.0/images/icon-check.gif") no-repeat left center;
  background-size: 24px;
}
.entry__title:before {
  display: none;
}
.entry__title--information {
  padding-left: 48px;
  background: url("/wordpress/wp-content/themes/endojuku3.0/images/icon-information.gif") no-repeat left center;
  border-bottom: none;
}
.entry__item {
  display: table;
  width: 100%;
  border-top: 1px dashed #b2cdf3;
  padding: 24px 0;
}
.entry__item p {
  line-height: 1.5;
}
.entry__item__time {
  display: table-cell;
  width: 120px;
}
.entry__item:last-of-type {
  border-bottom: 1px dashed #b2cdf3;
}
@media only screen and (min-width: 751px) {
  .entry--home {
    float: left;
    width: 590px;
  }
}
@media only screen and (max-width: 750px) {
  .entry--home {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 751px) {
  .entry--home .entry__item {
    padding: 12px 0;
  }
}
@media only screen and (max-width: 750px) {
  .entry--home .entry__item {
    padding: 6px 0;
  }
}
.entry--coaches {
  overflow: hidden;
  *zoom: 1;
  margin-bottom: 50px;
}
@media only screen and (min-width: 751px) {
  .entry--coaches .entry__body {
    float: left;
    width: 600px;
  }
}
.entry--coaches .entry__body ul {
  padding: 0;
}
.entry--coaches .entry__body li {
  font-weight: bold;
  list-style: none;
}
.entry--coaches .entry__coach-title {
  padding: 4px;
  margin: 0;
  background: #eee;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
@media only screen and (min-width: 751px) {
  .entry--coaches .entry__thumb {
    float: right;
  }
}
@media only screen and (max-width: 750px) {
  .entry--coaches .entry__thumb {
    display: block;
    margin: auto;
  }
}
@media only screen and (max-width: 750px) {
  .entry .contact-form table, .entry .contact-form tr, .entry .contact-form td, .entry .contact-form input[type="text"], .entry .contact-form textarea {
    max-width: 100% !important;
    width: 100%;
  }
}

.navigation {
  padding-top: 20px;
}

.nav-links {
  text-align: center;
}

.screen-reader-text {
  display: none;
}

.page-numbers {
  display: inline-block;
  background: #3d6ab0;
  color: #fff;
  padding: 2px 4px;
  margin: 5px;
  border-radius: 5px;
}

iframe {
  width: 100%;
}

.bx-wrapper {
  overflow: hidden !important;
}

.bx-viewport {
  border: none !important;
  box-shadow: none !important;
}
@media only screen and (min-width: 751px) {
  .bx-viewport {
    margin: 0 auto !important;
    width: 960px !important;
    overflow: visible !important;
  }
}
@media only screen and (max-width: 750px) {
  .bx-viewport {
    width: 100% !important;
    left: 0 !important;
  }
}

.social {
  display: inline-block;
  margin-right: 10px;
}
.social .twitter-share-button, .social .fb-like {
  vertical-align: top;
}

.sub-nav {
  padding: 10px 0;
  text-align: center;
}
@media only screen and (min-width: 751px) {
  .sub-nav {
    width: 960px;
    margin: 0 auto;
  }
}
.sub-nav__item {
  display: inline-block;
  width: 24%;
  border-right: 1px solid #abbed7;
}
.sub-nav__item:first-of-type {
  border-left: 1px solid #abbed7;
}
.sub-nav__btn {
  display: block;
  width: 100%;
  padding: 42px 0 6px 0;
  color: #4f6077;
  font-size: 12px;
}
.sub-nav__btn:hover {
  background-color: #c8d3e1;
}
.sub-nav__btn--apply {
  background: url("/wordpress/wp-content/themes/endojuku3.0/images/icon-sub-logo.png") no-repeat center 6px;
  background-size: 32px;
}
.sub-nav__btn--trial {
  background: url("/wordpress/wp-content/themes/endojuku3.0/images/icon-sub-logo.png") no-repeat center 6px;
  background-size: 32px;
}
.sub-nav__btn--access {
  background: url("/wordpress/wp-content/themes/endojuku3.0/images/icon-sub-marker.png") no-repeat center 6px;
  background-size: 32px;
}
.sub-nav__btn--info {
  background: url("/wordpress/wp-content/themes/endojuku3.0/images/icon-sub-note.png") no-repeat center 6px;
  background-size: 32px;
}
.sub-nav__btn--braqutos {
  background: url("/wordpress/wp-content/themes/endojuku3.0/images/icon-sub-braqutos.png") no-repeat center 6px;
  background-size: 32px;
}

.top-banner {
  padding: 0;
  margin: 0;
}
@media only screen and (min-width: 751px) {
  .top-banner {
    float: left;
  }
}
@media only screen and (max-width: 750px) {
  .top-banner img {
    max-width: 80%;
  }
}
.top-banner li {
  margin-bottom: 10px;
  text-align: center;
}

.top-information {
  width: 100%;
  padding: 15px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
}
.top-information article {
  overflow: hidden;
  *zoom: 1;
}
@media only screen and (min-width: 751px) {
  .top-information article {
    width: 960px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 750px) {
  .top-information article {
    width: 95%;
    margin: 0 auto;
  }
}
.top-information article span {
  display: block;
  float: left;
  width: 120px;
}
.top-information article h2 {
  float: left;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
}
.top-information article p {
  margin: 0;
}
.top-information__btn {
  display: block;
  float: right;
  padding: 2px 12px;
  background: #fff;
  border-radius: 5px;
  font-size: 10px;
}