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

/*ここからー*/

/*all*/

ul {
  list-style: none;
}

a {
  color: rgb(255, 255, 255);
  text-decoration: none;
}

body {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro",
    "Hiragino Mincho ProN", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
}

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

.logo {
  width: 350px;
  height: 100px;
  background-image: url(../img/logo03.jpg);
  background-size: 100%, 100%;
  background-repeat: no-repeat;
}

.subsc-wrapper {
  margin-top: 10px;
  width: 300px;
  height: 80px;
  border-radius: 10px;
  background-color: rgba(255, 255, 0, 0.74);
}

.subsc-wrapper:hover {
  background-color: rgb(255, 255, 0);
  height: 85px;
  margin-top: 8px;
  transition: 0.5s;
}

.subsc-wrapper h1 {
  text-align: center;
  padding-top: 20px;
  font-size: 30px;
  color: black;
}

.header-nav {
  display: flex;
  font-size: 1rem;
  text-transform: uppercase;
  margin-top: 38px;
  list-style: none;
}

.header-nav a {
  color: rgb(255, 255, 255);
  text-decoration: none;
}

.header-nav a:hover {
  color: rgba(255, 255, 255, 0.7);
  transition: 0.5s;
}

.header-nav li {
  margin-left: 40px;
}

.header-wrapper .conteiner {
  display: flex;
  justify-content: space-between;
}

.header-sns {
  margin: 27px 70px 0 0;
}

.header-sns i {
  color: white;
  padding-left: 10px;
}

.header-sns i:hover {
  color: rgba(255, 255, 255, 0.7);
}

/*header ここまで*/

/* main */
#top-bg {
  /*スタジオの画像を挿入する*/

  background-image: url(../img/test2.png);
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 140vh;
}

.top-content h1 {
  font-size: 2.5rem;
  margin-left: 80%;
  color: white;
  writing-mode: vertical-rl;
}

.top-content h1 strong {
  color: gold;
}

/* top ここまで*/

#facility-bg {
  background-image: url(../img/test_bg01.jpg);
}

#facility {
  padding-top: 10rem;
  font-size: 3rem;
  color: #fff;
}

#facility span {
  background-image: -webkit-linear-gradient(
    315deg,
    #b8751e 0%,
    #ffce08 37%,
    #fefeb2 47%,
    #fafad6 50%,
    #fefeb2 53%,
    #e1ce08 63%,
    #b8751e 100%
  );
  background-image: linear-gradient(
    135deg,
    #b8751e 0%,
    #ffce08 37%,
    #fefeb2 47%,
    #fafad6 50%,
    #fefeb2 53%,
    #e1ce08 63%,
    #b8751e 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.facility-content {
  color: white;
}

.facility-content h1 {
  font-size: 2rem;
  text-align: center;
}

.facility-conteiner {
  margin-top: 5rem;
  display: grid;
}

.facility-1 {
  margin-left: 100px;
  background-color: rgba(255, 255, 255, 0.2);
}

.facility-1 img {
  width: 300px;
  height: 300px;
  float: left;
}

.facility-1 h2 {
  text-align: center;
  margin-top: 3rem;
  font-size: 3.5rem;
  color: red;
}

.facility-1 h3 {
  text-align: center;
  margin-top: 5rem;
  font-size: 3rem;
}

.facility-2 {
  background-color: rgba(255, 255, 255, 0.2);
  margin-top: 5rem;
  margin-right: 100px;
}

.facility-2 img {
  float: right;
  width: 300px;
  height: 300px;
}

.facility-2 h2 {
  text-align: center;
  margin-top: 1.5rem;
  font-size: 3.5rem;
  color: red;
}

.facility-2 h3 {
  text-align: center;
  margin-top: 5rem;
  font-size: 2.5rem;
}

.facility-3 {
  margin-left: 100px;
  margin-top: 5rem;
  background-color: rgba(255, 255, 255, 0.2);
}

.facility-3 img {
  float: left;
  width: 300px;
  height: 300px;
}

.facility-3 h2 {
  text-align: center;
  margin-top: 3rem;
  font-size: 3.5rem;
  color: red;
}

.facility-3 h3 {
  text-align: center;
  margin-top: 3rem;
  font-size: 2.5rem;
}

.facility-4 {
  background-color: rgba(255, 255, 255, 0.2);
  margin-top: 5rem;
  margin-right: 100px;
}

.facility-4 img {
  float: right;
  width: 300px;
  height: 300px;
}

.facility-4 h2 {
  text-align: center;
  margin-top: 1.5rem;
  font-size: 3rem;
  color: red;
}

.facility-4 h3 {
  text-align: center;
  margin-top: 5rem;
  font-size: 2.5rem;
}

/* facility contentここまで*/

#price-bg {
  background-image: url(../img/test-bg05.jpg);
}

.price-content {
  color: white;
}

#price {
  padding: 1rem 2rem;
  color: #fff;
  padding-top: 5rem;
  text-align: center;
  font-size: 3rem;
}

#price span {
  background-image: -webkit-linear-gradient(
    315deg,
    #b8751e 0%,
    #ffce08 37%,
    #fefeb2 47%,
    #fafad6 50%,
    #fefeb2 53%,
    #e1ce08 63%,
    #b8751e 100%
  );
  background-image: linear-gradient(
    135deg,
    #b8751e 0%,
    #ffce08 37%,
    #fefeb2 47%,
    #fafad6 50%,
    #fefeb2 53%,
    #e1ce08 63%,
    #b8751e 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.price-top {
  width: 70%;
  height: 100%;
  margin-top: 2rem;
  margin-left: 15%;
  background-color: rgba(255, 166, 0, 0.8);
  border-radius: 10px;
  text-align: center;
}

.price-text {
  display: flex;
  justify-content: space-between;
  padding-top: 30px;
}

.price-top h1 {
  padding-top: 2rem;
  font-size: 3rem;
  color: red;
}

.price-top .sp {
  display: none;
}

.price-text {
  margin-top: 2rem;
  font-size: 3rem;
}

.price-text-1 {
  margin-left: 150px;
}

.price-text-2 {
  margin-right: 150px;
  margin-bottom: 5rem;
}

.price-top p  {
  font-size: 5rem;
  margin-top: 80px;
  padding-bottom: -2rem;
}

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

.price-main {
  text-align: center;
  margin-top: 7rem;
}

.price-main h1 {
  font-size: 2.5rem;
  margin-bottom: 2rem;
}

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

.price-main span p {
  margin-top: 1.5rem;
  font-size: 1.5rem;
  margin-left: 30%;
}

.price-lesson {
  background-color: rgba(255, 100, 100, 0.7);
  border-radius: 10px;
  width: 70%;
  margin-left: 15%;
}

.price-lesson h1 {
  margin-top: 7rem;
  padding-top: 2rem;
}

.price-lesson table {
  margin: auto;
  font-size: 4rem;
}

table th {
  padding: 10px;
}

table td {
  padding: 3px 10px;
}

table th,
table td {
  border: solid 2px rgb(255, 255, 255);
}

.price-lesson p {
  margin-top: 2rem;
  margin-left: 5%;
  font-size: 1.5rem;
  text-align: left;
}

/*
.price-lesson span p {
  font-size: 1.5rem;
  margin-left: 28%;
  padding-bottom: 2rem;
}
*/
.price-lesson-junior {
  background-color: rgba(125, 180, 255, 0.7);
  border-radius: 10px;
  width: 70%;
  margin-left: 15%;
}

.price-lesson-junior h1 {
  margin-top: 7rem;
  padding-top: 2rem;
}

.price-lesson-junior table {
  margin: auto;
  font-size: 4rem;
}

.price-lesson-junior p {
  margin-top: 2rem;
  margin-left: 5%;
  font-size: 1.5rem;
  text-align: left;
}

.experience-lesson {
  margin-top: 7rem;
}

.lesson-etc {
  margin-top: 7rem;
}

.lesson-etc h1 {
  margin-top: 5rem;
}

.lesson-etc p {
  font-size: 1rem;
  text-align: center;
}

#open-price h1 {
  text-align: center;
  font-size: 3rem;
  margin-top: 10rem;
}

#open-price h2 {
  padding: 1rem 2rem;
  color: #fff;
  text-align: center;
  font-size: 5rem;
  margin-top: 3rem;
}

#open-price span {
  background-image: -webkit-linear-gradient(
    315deg,
    #b8751e 0%,
    #ffce08 37%,
    #fefeb2 47%,
    #fafad6 50%,
    #fefeb2 53%,
    #e1ce08 63%,
    #b8751e 100%
  );

  background-image: linear-gradient(
    135deg,
    #b8751e 0%,
    #ffce08 37%,
    #fefeb2 47%,
    #fafad6 50%,
    #fefeb2 53%,
    #e1ce08 63%,
    #b8751e 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.member-price {
  margin-top: 3rem;
  display: flex;
  justify-content: space-around;
}

.member-price h5 {
  padding-top: 2rem;
  margin-bottom: 2rem;
  font-size: 1.25rem;
}

.member-price h1 {
  font-size: 3rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.member-price p {
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}

.member-price h2 {
  font-size: 3rem;
  padding-bottom: 2rem;
}

.member-price span {
  font-size: 1rem;
}

.athlete {
  background-color: rgba(255, 166, 0, 0.2);
  border-radius: 10px;
  color: orange;
}

.enjoy {
  background-color: rgba(135, 207, 235, 0.2);
  border-radius: 10px;
  color: skyblue;
}

.practice {
  background-color: rgba(255, 192, 203, 0.2);
  border-radius: 10px;
  display: inline-block;
  color: pink;
}

.junior-nurturing {
  width: 70%;
  text-align: center;
  font-size: 3rem;
  background-color: rgba(255, 148, 207, 0.4);
  border-radius: 10px;
  margin-top: 10rem;
  margin-left: 15%;
}

.junior-nurturing h1 {
  margin-top: 7rem;
  padding-top: 2rem;
}

.junior-nurturing p {
  padding-bottom: 2rem;
}

.vip-member {
  width: 80%;
  height: 400px;
  margin-left: 10%;
  border-radius: 100px;
  margin-top: 10rem;
  background: linear-gradient(
    45deg,
    #b67b03 0%,
    #daaf08 45%,
    #fee9a0 70%,
    #daaf08 85%,
    #b67b03 90% 100%
  );
}

.vip-member h1 {
  font-size: 5rem;
  padding-top: 3rem;
  color: black;
}

.vip-member .pc h2 {
  margin-top: 5rem;
  font-size: 3rem;
  color: black;
}

.vip-member p {
  margin-top: 4rem;
  font-size: 3rem;
  color: black;
}

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

/* price contentここまで*/

#staff-bg {
  background-image: url(../img/test-bg05.jpg);
}

.staff-content {
  color: white;
  text-align: center;
  padding-top: 7rem;
  font-size: 2em;
}

#staff {
  padding: 1rem 2rem;
  color: #fff;
  padding-top: 5rem;
  text-align: center;
  font-size: 3rem;
}

#staff span {
  background-image: -webkit-linear-gradient(
    315deg,
    #b8751e 0%,
    #ffce08 37%,
    #fefeb2 47%,
    #fafad6 50%,
    #fefeb2 53%,
    #e1ce08 63%,
    #b8751e 100%
  );
  background-image: linear-gradient(
    135deg,
    #b8751e 0%,
    #ffce08 37%,
    #fefeb2 47%,
    #fafad6 50%,
    #fefeb2 53%,
    #e1ce08 63%,
    #b8751e 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#name {
  margin-top: 5rem;
  margin-bottom: 3rem;
}

.staff-top {
  display: flex;
  justify-content: space-around;
}

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

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

.staff-top-left img {
  border-radius: 10px;
}

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

.staff-top-right {
  margin-right: 20%;
  width: 30%;
}

.staff-content table {
  margin-top: 2rem;
  width: 60%;
  margin-left: 20%;
}

.staff-content table th {
  width: 40%;
}

.staff-content table th span {
  margin-top: 20px;
}

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

/* staff contentここまで*/

#info-bg {
  background-image: url(../img/test-bg05.jpg);
}

#info {
  padding: 1rem 2rem;
  color: #fff;
  padding-top: 5rem;
  text-align: center;
  font-size: 3rem;
}

#info span {
  background-image: -webkit-linear-gradient(
    315deg,
    #b8751e 0%,
    #ffce08 37%,
    #fefeb2 47%,
    #fafad6 50%,
    #fefeb2 53%,
    #e1ce08 63%,
    #b8751e 100%
  );
  background-image: linear-gradient(
    135deg,
    #b8751e 0%,
    #ffce08 37%,
    #fefeb2 47%,
    #fafad6 50%,
    #fefeb2 53%,
    #e1ce08 63%,
    #b8751e 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.info-top h2 {
  color: white;
  text-align: center;
  font-size: 2rem;
  margin-top: 2rem;
}

.info-conteiner {
  display: flex;
  justify-content: space-around;
  margin-top: 3rem;
  padding-top: 2rem;
  padding-bottom: 3rem;
  font-size: 2rem;
  color: white;
  background-color: rgb(59, 59, 59);
}

.info-conteiner h3 {
  padding: 1rem 2rem;
}

.info-left {
  margin-left: 200px;
}

.info-right {
  padding-top: 1rem;
}

.map {
  margin-top: 5rem;
  color: white;
  font-size: 2rem;
}

.map p {
  text-align: center;
  margin-top: 2rem;
  padding-bottom: 3rem;
  color: white;
  font-size: 2rem;
}

.map iframe {
  margin-left: 20%;
}

.map p strong {
  color: red;
}

/*mainここまで*/
