  /*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

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

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

del {
  text-decoration: line-through;
}

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

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

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

input,
select {
  vertical-align: middle;
}

/*ここからー*/
/***************************************
モバイル版
****************************************/

@media (max-width: 600px) {
  /*ALL*/
  body {
    max-width: 100%;
  }

  .header-wrapper {
    background-color: rgb(0, 0, 0);
    width: 100%;
    height: 10%;
  }

  /*
  .logo {
    width: 100%;
    height: 100%;
    background-image: url(../img/logo04.jpg);
    background-size: 100%, 100%;
    background-repeat: no-repeat;
    background-color: aquamarine;
  }
  */

  .subsc-wrapper {
    width: 350px;
    background-color: yellow;
  }

  .header-nav {
    font-size: 0.75rem;
    width: 100%;
    margin-top: 30px;
  }

  .header-nav li {
    margin-left: 5%;
    margin-right: 5%;
  }

  .header-sns i {
    font-size: 2rem;
    margin-left: 30px;
    margin-bottom: 3rem;
  }

  header {
    flex-direction: column;
    align-items: center;
  }

  .header-wrapper .conteiner {
    flex-direction: column;
    align-items: center;
  }

  /*top*/
  #top-bg {
    background-image: url(../img/top-bg04.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 60vh;
  }

  .top-content h1 {
    writing-mode: horizontal-tb;
    width: 375px;
    margin-left: -1px;
    padding-top: 400px;
    padding-bottom: 30px;
    padding-left: 3px;
    font-size: 1.2rem;
    color: rgb(250, 250, 250);
  }

  /*facility*/
  .facility-conteiner {
    display: inline-block;
  }

  .facility-1 {
    width: 100%;
    margin-left: 0px;
    padding-top: 1rem;
  }

  .facility-1 img {
    float: none;
    width: 80%;
    margin-left: 5%;
  }

  .facility-1 h2 {
    font-size: 1.5rem;
    margin-top: 2rem;
  }

  .facility-1 h3 {
    font-size: 1rem;
    padding-bottom: 1rem;
  }

  .facility-2 {
    width: 100%;
    margin-left: 0px;
    padding-top: 1rem;
  }

  .facility-2 img {
    float: none;
    width: 80%;
    margin-left: 5%;
  }

  .facility-2 h2 {
    font-size: 1.5rem;
    padding-top: 2rem;
  }

  .facility-2 h3 {
    font-size: 1rem;
    padding-bottom: 1rem;
  }

  .facility-3 {
    width: 100%;
    margin-left: 0px;
    padding-top: 1rem;
  }

  .facility-3 img {
    float: none;
    width: 80%;
    margin-left: 5%;
  }

  .facility-3 h2 {
    font-size: 1.5rem;
    padding-top: 2rem;
  }

  .facility-3 h3 {
    font-size: 1rem;
    padding-bottom: 1rem;
  }

  .facility-4 {
    width: 100%;
    margin-left: 0px;
    padding-top: 1rem;
  }

  .facility-4 img {
    float: none;
    width: 80%;
    margin-left: 5%;
  }

  .facility-4 h2 {
    font-size: 1.5rem;
    padding-top: 2rem;
  }

  .facility-4 h3 {
    font-size: 1rem;
    padding-bottom: 1rem;
  }

  /*price*/
  .price-top {
    width: 90%;
    height: 320px;
    margin-left: 5%;
  }

  .price-top h1 {
    display: none;
  }

  .price-top .sp {
    display: block;
    text-align: center;
    font-size: 1.5rem;
  }

  .price-text {
    width: 340px;
    display: flex;
    display:inline-block;
  }

  .price-text-1 {
    width: 100%;
    margin-left: 5px;
    font-size: 2.5rem;
  }

  .price-text-2 {
    width: 100%;
    margin-right: 5px;
    margin-top: 30px;
    font-size: 2.5rem;
  }

  .price-top p span {
    font-size: 3rem;
    padding-bottom: 3rem;
  }

  .price-top p span strong {
    color: red;
  }

  .price-main h1 {
    font-size: 1rem;
  }

  .price-main p {
    font-size: 1rem;
  }

  .price-main span p {
    font-size: 0.7rem;
  }

  .price-lesson {
    margin-left: 5%;
    width: 90%;
  }

  .price-lesson table {
    font-size: 1rem;
  }

  .price-lesson p {
    font-size: 0.7rem;
  }

  .price-lesson span p {
    font-size: 0.7rem;
    writing-mode: horizontal-tb;
  }

  .price-lesson-junior {
    margin-left: 5%;
    width: 90%;
  }

  .price-lesson-junior table {
    font-size: 1rem;
  }

  .price-lesson-junior p {
    font-size: 0.7rem;
  }

  .price-lesson-junior span p {
    font-size: 0.7rem;
    writing-mode: horizontal-tb;
  }

  .experience-lesson h1 {
    font-size: 1rem;
  }

  .experience-lesson p {
    font-size: 0.9rem;
  }

  .lesson-etc p {
    font-size: 0.5rem;
  }

  #open-price h1 {
    font-size: 2rem;
  }

  #open-price h2 {
    font-size: 2rem;
  }

  .member-price {
    flex-direction: column;
    align-items: center;
  }

  .practice {
    width: 340px;
  }

  .junior-nurturing {
    width: 90%;
    margin-left: 5%;
  }

  .vip-member {
    width: 90%;
    height: 350px;
    margin-left: 5%;
    border-radius: 10px;
  }

  .vip-member h1 {
    font-size: 3rem;
  }

  .vip-member .pc {
    display: none;
  }

  .vip-member .ps {
    display: block;
    margin-top: 3rem;
    font-size: 2rem;
    color: black;
  }

  .vip-member .ps h3 {
    font-size: 3rem;
    margin-top: 2rem;
  }

  .vip-member p {
    margin-top: 2rem;
    font-size: 2rem;
  }

  /*staff*/

  .staff-top {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
  }

  #staff {
    font-size: 2rem;
  }

  .staff-top-left {
    width: 80%;
    margin-left: 10%;
  }

  .staff-top-left img {
    display: none;
  }

  .staff-top-left .sp {
    display: block;
  }

  .staff-top-right {
    width: 80%;
    margin-left: 10%;
  }

  .staff-top-right p {
    display: none;
  }

  .staff-content table {
    width: 90%;
    margin-left: 5%;
    font-size: 1rem;
  }

  .career-text {
    font-size: 1rem;
  }

  /*info*/
  #info {
    font-size: 1.3rem;
    text-align: center;
    padding: 0, 0, 0, 0;
  }

  .info-top h2 {
    font-size: 1.5rem;
  }

  .map {
    width: 90%;
    margin-left: 5%;
  }

  .map p {
    font-size: 1rem;
  }

  .map iframe {
    width: 90%;
    height: 300px;
    margin-left: 5%;
  }

  .info-conteiner {
    flex-flow: column;
    justify-content: space-between;
    height: 100%;
  }

  .info-left {
    margin-left: 0%;
    text-align: center;
  }

  .info-left h3 {
    text-align: center;
  }

  .info-right p {
    text-align: center;
  }

  .info-right h1 {
    text-align: center;
    padding-bottom: 3rem;
  }
}
