@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=IM+Fell+English&display=swap');
@import url('https://fonts.googleapis.com/css2?family=IM+Fell+English&family=La+Belle+Aurore&family=Libre+Baskerville&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Scheherazade+New&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sawarabi+Gothic&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Arizonia&family=Hurricane&family=Waterfall&display=swap');

/* CSS Document */

/* Reset box-model and set borders */
/* ============================================ */

*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
  padding: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */

/**
 * Prevent vertical alignment issues.
 */

img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */

/**
 * Reset form fields to make them styleable
 */

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */

[type="checkbox"] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type="radio"] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */

select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */

option {
  padding: 0;
}

/**
 * Reset to invisible
 */

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */

[type="search"] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */

label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */

[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */

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

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}
input{
 font-size: 16px!important;
 transform: scale(0.9); 
} 
select{ 
 font-size: 16px!important;
 transform: scale(0.9); 
}
 textarea{ 
 font-size: 16px!important;
 transform: scale(0.9); 
}
/* Misc */
/* ============================================ */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* ============================================ */
/*ーーーーーーーーーー
ローディング
ーーーーーーーーーーー*/
/* 画面全体の設定 */
#loader_wrap {
position: fixed;
display: flex;
align-items: center;
justify-content: center;
width: 100vw;
height: 100vh;
top: 0;
background: #fff;
}
/* ローディングアニメーションの設定 */
.loader {
width: 150px;
height: 150px;
background: url(""../images/goodnight-logo2-05.svg"") no-repeat;
opacity: 0;
animation: blink 1.5s infinite linear;
}

@keyframes blink {
50% {
opacity: 1;
}
}

/* ローディング終了後 */
.loaded {
opacity: 0;
visibility: hidden;
}
/*ーーーーーーーーーー
.header
ーーーーーーーーーーー*/
#head_wrap {
    /* top: -100px; */
    position: relative;
    width: 100%;
    /* margin: 100px auto 0; */
    line-height: 1;
    z-index: 999;
    height: 0px;
    text-decoration: none;
    /* background-color: #ddd; */
}

#head_wrap a {
  text-decoration: none;
}

#head_wrap .inner {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

#head_wrap .inner:after {
  content: "";
  clear: both;
  display: block;
}

#head_wrap .logo {
    float: left;
    font-size: 3em;
    padding: 1% 2% 1.2%;
    /* width: 120px; */
}

#global-nav {
    position: absolute;
    right: 0;
    top: 1px;
}

#global-nav ul {
    list-style: none;
    font-size: 18px;
    margin-right: 10px;
    display: inline-flex;
}
#top #head_wrap .inner {
    color: #fff;
    background-color: rgba(0,0,0,0.3);
}
@media (max-width: 640px) {
  #global-nav ul {
    display: block;
    margin-right: 0px;
  }
}

#global-nav ul li {
    padding: 4% 10px;
}

#global-nav ul li:last-child {
  border-right: none;
}

@media (max-width: 640px) {
  #global-nav ul li {
    border-right: none;
  }
}

#global-nav ul li a {
  font-family: 'Scheherazade New', serif;
  padding: 0 5px;
  padding: 2px;
  transition: all .6s ease 0s;
  box-sizing: border-box;
  font-weight: bold;
}

/* Fixed */
#head_wrap.fixed {
  margin-top: 0;
  top: 0;
  position: fixed;
  height: 100px;
  transition: top 0.65s ease-in;
  -webkit-transition: top 0.65s ease-in;
  -moz-transition: top 0.65s ease-in;
  z-index: 9999;
}

#head_wrap.fixed .logo {
    color: #fff;
    font-size: 3em;
}

#head_wrap.fixed #global-nav ul li a {
    color: #fff;
    /* padding: 0 20px; */
}
#head_wrap.fixed .inner {
    background-color: #fff;
    /*padding-bottom: 1%;*/
}
/* Toggle Button */
#nav-toggle {
  display: none;
  position: absolute;
  right: 12px;
  top: 14px;
  width: 34px;
  height: 36px;
  cursor: pointer;
  z-index: 101;
}

#nav-toggle div {
  position: relative;
}

@media (max-width: 640px) {
  #head_wrap {
    top: 0;
    position: fixed;
    margin-top: 0;
    width: 100%;
    padding: 0;
    /* Fixed reset */
  }
  #head_wrap .inner {
    width: 100%;
    padding: 0;
  }
  #head_wrap .fixed {
    padding-top: 0;
    background: transparent;
  }
  #mobile-head {
    background-color: rgba(0,0,0,0.3);
    width: 100%;
    height: 56px;
    z-index: 999;
    position: relative;
  }
#head_wrap.fixed .logo, #head_wrap .logo {
    position: absolute;
    left: 13px;
    top: 2px;
    color: #FFF;
    font-size: 2.5em;
    line-height: 1.4em;
}
  #global-nav {
    position: absolute;
    /* 開いてないときは画面外に配置 */
    top: -500px;
    background-color: rgba(0,0,0,0.6);
    width: 100%;
    text-align: center;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
	  padding-bottom: 5%;
  }
  #global-nav ul {
    list-style: none;
    position: static;
    right: 0;
    bottom: 0;
    font-size: 1.5em;
    margin-top: 20px;
  }
  #global-nav ul li {
    float: none;
    position: static;
  }
  #head_wrap #global-nav ul li a,
  #head_wrap.fixed #global-nav ul li a {
    width: 100%;
    display: block;
    padding: 5px 0;
	color: #fff;
  }
  #nav-toggle {
    display: block;
  }
	#head_wrap.fixed .inner {
    padding-bottom: 0;
}
  /* #nav-toggle 切り替えアニメーション */
  #nav-toggle span {
    display: block;
    position: absolute;
    height: 1px;
    width: 100%;
    background: #fff;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
  }
  #nav-toggle span:nth-child(1) {
    top: 0;
  }
  #nav-toggle span:nth-child(2) {
    top: 11px;
  }
  #nav-toggle span:nth-child(3) {
    top: 22px;
  }
  .open #nav-toggle span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
  }
  .open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
  }
  /* #global-nav スライドアニメーション */
  .open #global-nav {
    /* #global-nav top + #mobile-head height */
    -moz-transform: translateY(556px);
    -webkit-transform: translateY(556px);
    transform: translateY(556px);
  }
}
/* ============================================ */
/* basic */

body {
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
	letter-spacing: 0.15em;
	font-family:YuGothic, "Yu Gothic medium",'Noto Sans JP', "Hiragino Sans", Meiryo, "sans-serif";
	line-height: 2.5em;
}
.center {
    text-align: center;
}
p {
    font-size: 14.5px;
}
.stickarrow {
    width: 25px;
    height: 8px;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    transform: skew(45deg);
	display: inherit;
}
	section.t_about p.stickarrow {
    width: 25px;
    height: 8px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: skew(45deg);
	    display: inline-block;
}
#top #global-nav .line a::after {
    background-color: #fff;
}
#top .fixed #global-nav .line a::after {
    background-color: #000;
}
/* 画像 */
.fadeimg {
	overflow: hidden;
}
.fadeimg img {
	display: block;
	transition: 0.5s;
}
.fadeimg img:hover {
	transform: scale(1.1, 1.1);
}
/* フェードイン */
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
/* 全画面表示 */
#firstview {
  height: 100vh; /* 全画面表示 */
  background-image: url("https://www.emicorazon.com/img/top.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
/* 黒の背景 */

.f_overlay::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.4);
}
.text-box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 100;
}

@keyframes zoom {
   0% {
      transform: scale(1);
   }
   100% {
      transform: scale(1.5);
   }
}

/* SPナビ */
ul.sp_navi {
    text-align: center;
    background-color: #deccce;
	font-family: 'Scheherazade New', serif;
}
ul.sp_navi li a {
    border-bottom: 1px solid #eee;
    display: block;
    font-size: 1.5em;
    padding: 3%;
}
/* テキストリンク */
.link {
    text-align: center;
    margin: 0 auto;
}
.link a {
    padding: 4% 2%;
    display: block;
    font-family: 'Libre Baskerville', serif;
    letter-spacing: 0.3em;
    font-size: 1.3em;
}
.link_a{
    background-color: #fff;
	margin-bottom: 5%;
}
.link_b {
    background-color: #b67788;
    color: #fff;
}
a {
	transition: 0.5s ;
}
.link a:hover {
	background-color: #101010;
	color:#fff;
		}
/* テキスト */
.concept_text {
    font-family: 'La Belle Aurore', cursive;
    text-align: center;
    color: #fff;
    font-size: 2.5em;
    padding: 10%;
    letter-spacing: 0em;
}
.title {
  font-family: 'Hurricane', cursive;
  font-weight: bold;
  line-height: 1.2;
  padding: 0 50px;
  text-align: center;
  color: #fff;
  letter-spacing: 0;
}
.logo {
	font-family: 'Hurricane', cursive;
	    letter-spacing: 0;
}
h2 {
    text-align: center;
    font-size: 2rem;
    padding: 10% 0 0;
    font-family: 'Scheherazade New', serif;
    letter-spacing: 0.2em;
    color: #b26b77;
}
h3 {
    font-size: 1.3em;
    font-weight: bold;
    margin: 0 0 5%;
}
h4 {
    text-align: center;
    font-size: 2.2em;
    font-family: 'Scheherazade New', serif;
    letter-spacing: 0.15em;
}
h5 {
    text-align: center;
    font-weight: bold;
    margin: 3%;
}
h6 {
    font-size: 1em;
    font-family: 'Scheherazade New', serif;
    color: darkgray;
}
span.en{
    font-family: 'Scheherazade New', serif;	
	font-size: 2em;
}
.hsub {
    text-align: center;
    font-size: 0.8em;
    margin-bottom: 5%;
}
.info {
    text-align: center;
    font-size: 0.7em;
    color: #333;
}
p.set_c {
    font-weight: bold;
    line-height: 1.8em;
}
/* 1文字ずつ出現 */

.eachTextAnime span{opacity: 0;}
.eachTextAnime.appeartext span{ animation:text_anime_on 1s ease-out forwards; }
@keyframes text_anime_on {
  0% {opacity:0;}
  100% {opacity:1;}
}
/*文字列後ろの線の設定*/
.TextTyping::after {
  content: "|";
  animation: typinganime .8s ease infinite;
}

@keyframes typinganime{
  from{opacity:0}
  to{opacity:1}
}
/* TOPアバウト */
section.concept {
    background-color: #907c62;
    padding: 0 0 15%;
    text-align: center;
    background-image: url(../img/about_bg1.png);
    background-repeat: no-repeat;
    background-position: right top;
}
section#profilepage {
	background-image: url("../img/profile.png");
    background-repeat: no-repeat;
    background-position: right top;
}

section.concept h3 {
    font-family: serif;
    font-size: 2em;
    margin-top: 8%;
	color: #fff;
}
section.concept p {
    margin-bottom: 10%;
	color: #fff;
}
	section.concept h2 {
    color: #fff;
    margin-bottom: 5%;
}
.c_wrap {
    width: 85%;
    margin: 0 auto;
    max-width: 900px;
}
.c_left div {
    /* width: 30%; */
    margin: 10% auto 0;
}
/* ユニット */
section.t_feature {
    background-color: #fff;
    padding-bottom: 10%;
}
section#l_cont {
    padding-bottom: 10%;
}
section#canteunit h3 {
    font-family: 'Scheherazade New', serif;
    font-size: 3.3em;
    font-weight: normal;
    letter-spacing: 0.1em;
    text-align: center;
    margin: 0;
}
section#canteunit p a {
    text-decoration: underline;
    color: teal;
    font-weight: 900;
}
.f_wrap , .t_wrap , .a_wrap {
    width: 85%;
    margin: 0 auto;
    max-width: 1200px;
    padding-bottom: 10%;
}
.point_n {
    font-family: 'Scheherazade New', serif;
    color: #e5e5e5;
    letter-spacing: 0.05em;
}
.f_in {
    margin: 15% 0 8%;
}
.f_none ul li {
    font-size: 0.9em;
    letter-spacing: 0.08em;
    line-height: 1.8em;
	text-align: center;
}

/* 教室紹介 */
section.t_class {
    background-color: #deccce;
    padding: 0 0 10%;
}
section#class img {
    margin-bottom: 10%;
}
.p_wrap {
    width: 85%;
    margin: 0 auto;
    max-width: 1200px;
}
.p_in {
    background: #fbfbfb;
    padding: 7% 4%;
    margin: 8% 0;
}
.p_in ul {
    margin: 8% 0;
}

/*  */
p.l_sub {
    text-align: center;
    margin: 3% 0 0;
}
.t_wrap ul {
    margin: 10% 0 0;
}
.t_wrap .link {
    width: 80%;
}
.t_limited p.hsub {
    line-height: 2em;
    margin: 5% 0;
}
h5.set_c {
    line-height: 1.8em;
    margin: 3% 0 10%;
}
/* アバウト */
section.t_about {
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    text-align: center;
    background-position: center;
}

section.t_about p {
    margin: 5% 0;
    font-size: 1em;
}
/* 動画 */
section.t_movie {
    background-color: #fff;
    padding: 0 10% 15%;
}
.m_wrap.box {
    max-width: 900px;
    margin: 0 auto;
}
.t_movie video {
  width: 100%;
	margin-top:10% ;
}
.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}
.m_in.youtube p {
    margin: 3% 0 15%;
    line-height: 1.3em;
    text-align: center;
    /* background-color: brown; */
}
/* ライブ */
section.t_live {
    background-color: #e7ded4;
    padding: 0 0 15%;
}
.l_info {
    background-color: #fff;
    width: 80%;
    margin: 0 auto 5%;
    padding: 5% 5%;
    font-size: 1.3em;
    text-align: center;
    max-width: 1000px;
}
/* f_nav */
.t_nav{
    background-color: #101010;	
	background-image: url(../img/dot.png);
	}
section.t_nav ul {
    width: 85%;
    margin: 0 auto;
    padding: 10%;
}
section.t_nav ul li .link {
    width: 80%;
}
/* footer */
footer {
    text-align: center;
    background-color: #101010;
    color: #fff;
}
footer p {
    font-size: 0.8em;
}
section.t_nav p {
    text-align: center;
    color: #fff;
    margin: 0 0 2%;
}
section.f_navi {
    text-align: center;
    color: #fff;
    letter-spacing: 0.25em;
    background-color: #101010;
}
section.f_navi ul li {
    display: inline-block;
    margin: 0 1% 3%;
}
section.f_navi ul li a{
    font-family: 'Libre Baskerville', serif;
}
/* お問い合わせフォーム */
input , textarea , select {
    border: thin solid #999;
    border-radius: 3px;
    padding: 0.5% 2%;
    width: 100%;
}
input[type="submit"] {
    width: 100%;
    text-align: center;
    padding: 5% 10%;
    border-radius: 0;
    background-color: #b26b77;
    color: #fff;
    border: none;
}
.c_in {
    background: #fbfbfb;
    padding: 5%;
    margin: 8% 0;
}
section.t_products {
    background-color: #deccce;
    margin: 0;
    padding: 10% 0;
}
.c_in.contact_box p {
    font-size: 13px;
    /* margin-top: 10%; */
}
body.c_wrapping {
    background-color: #deccce;
}
/* プロフィールページ */
#profilepage dt {
    font-size: 2em;
    font-family: 'Scheherazade New';
    color: #b26b77;
}
#profilepage dd {
    display: inline-block;
    margin-bottom: 5%;
    vertical-align: top;
    font-size: 15px;
}
h2.subpage {
    font-size: 3em;
	font-family: 'Scheherazade New';
}
h3.subname {
    text-align: center;
    font-size: 3em;
    margin-top: 5%;
    font-family: 'Scheherazade New';
}
/* レッスンページ */
section.class_info {
    background-color: #e7d5d1;
    padding: 0 0 10%;
}
.class_in {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    font-size: 1.3em;
}
section.price {
    background-color: #c69696;
    padding-bottom: 10%;
}
.class_read .link, .class_info .link {
    width: 90%;
    margin-top: 5%;
}

h2#class_a, h2#class_b, h2#class_c {
    padding: 10%;
    font-weight: bold;
    font-family: unset;
    font-size: 1.3em;
    letter-spacing: 0.05em;
}
section.class_info h2 span {
    position: relative;
    background: linear-gradient(transparent 80%, white 70%);
}
section.class_info ul {
    background-color: #fff;
    border-radius: 10px;
    padding: 10%;
    margin: 10% 0;
    font-weight: bold;
}
section.class_info ul li {
    list-style: circle;
}
section.class_info h5 {
    text-align: left;
    font-size: 1.1em;
    margin: 0 0 5%;
    line-height: 1.4em;
}
section.class_info img {
    margin-bottom: 10%;
}
a.link_c {
    background-color: cadetblue;
    color: #fff;
}
h3.subname_jp {
    /* text-align: center; */
    font-size: 1.8em;
    /* margin-top: 5%; */
    font-family: unset;
    line-height: 1.3em;
    color: #b67788;
}
.p_info {
    background-color: #fff;
    width: 85%;
    margin: 5% auto;
    font-size: 1.3em;
    text-align: center;
    max-width: 1200px;
}
h2#price {
    color: #fff;
}
section.price .hsub {
    color: #fff;
}
section.price td {
    border-right: thin solid #999;
    border-bottom: thin solid #999;
    padding: 2% 0;
    text-align: center;
}
section.price tbody {
    border-left: thin solid #999;
    border-top: thin solid #999;
    padding: 2% 0;
}
td.classpink {
    background-color: #cedfe2;
}
td.classgray {
    background-color: thistle;
}
.p_info div {
    text-align: left;
}
.price dt {
    font-size: 1em;
    color: cadetblue;
    margin: 13% 0 5%;
    border-bottom: 2px solid cadetblue;
}
section.price ul {
    text-align: left;
    margin: 5% 0;
}
p.small {
    font-size: 0.8em;
}
.link_list {
    margin: 15% 5%;
}
.gakuhu_img {
    margin: 10%;
}
.p_info div.p_pass {
    text-align: center;
    background-color: #b67788;
    padding: 5%;
    border-radius: 15px;
    color: #fff;
    margin-top: 10%;
}
.p_pass h6 {
    color: #ffea6c;
    font-size: 1.3em;
    font-family: inherit;
    font-weight: 700;
}
.p_info a:hover {
    background-color: #101010;
    color: #fff;
}

.p_info h5 {
    background-color: cadetblue;
    font-size: 1.3em;
    padding: 1%;
    color: #fff;
    margin: 0 0 10%;
}
.c_info {
    padding: 0 8% 8%;
}
h6.p_ttl {
    font-family: revert;
    font-size: 1.2em;
    font-weight: bold;
    color: #333;
    margin: 10% 0 1%;
}
section.price td.table_left {
    text-align: left;
    padding: 2%;
    /* vertical-align: middle; */
}
td.table_left a {
    color: cadetblue;
    text-decoration: underline;
    font-weight: bold;
}
/* ライブインフォ */
.live_tag {
    background-color: #000;
    color: #fff;
    font-weight: bold;
    margin: 0 0 5%;
    font-size: 0.8em;
    /* width: fit-content; */
}
.live_name {
    font-weight: bold;
    margin-bottom: 10%;
}
.t_live .link {
    width: 100%;
    background-color: #b26b77;
    margin: 10% 0;
}
.t_live .link a {
    color: #fff;
    letter-spacing: 0.1em;
}
/* デザインA（スマートフォン） */
@media screen and (max-width: 599px) {
.pc {
	display: none;
}
	p.contact_ttl {
    margin-top: 10%;
}
.f_right.class_read {
    padding-top: 10%;
    width: 90%;
    margin: 0 auto;
}
#profilepage dd {
    padding-bottom: 10%;
	}
	section#canteunit h3.subname {
    font-size: 1.7em;
}
	section#canteunit .f_right {
    width: 90%;
    margin: 10% auto;
}
	.ttl, .a_text {
    display: inline-block;
    width: 100%;
    font-weight: 100;
    vertical-align: top;
}
		.ttl, .a_text {
    margin-top: 10%;
}
.c_rignt {
    text-align: center;
    color: #fff;
    margin: 20% 0;
}
	body{
		font-size: 12.5px;
		letter-spacing: 0.12em
	}
			.title {
		font-size: 80px;
	}
	.link {
    width: 80%;
}
	section.t_nav ul li .link {
    width: 100%;
}
section.concept {
    background-color: #ab9278;
    padding: 20% 0;
}
		h2 {
    padding: 20% 0 0;
}
		h3 {
    font-weight: 600;
}
	p {
    font-size: 15px;
}
	.point_n {
    color: #cdcdcd;
    letter-spacing: 0.02em;
    text-align: center;
    font-size: 5em;
    padding: 5% 0;
}
	.box.c_inbox {
    padding: 10% 0;
    text-align: center;
	}
	.c_wrap h3 {
    margin: 5% 0;
    font-size: 2em;
    font-family: serif;
    letter-spacing: 0.2em;
}
	section#canteunit h3 {
    font-family: 'Scheherazade New', serif;
    font-size: 3.5em;
    text-align: center;
    font-weight: normal;
    letter-spacing: 0.1em;
}
section.t_feature p {
    margin: 0 0 5%;
}
	.f_in ul li {
    margin: 0 0 10%;
}
.p_in {
    background: #fbfbfb;
    padding: 13% 7%;
    margin: 10% 0 20%;
}
.c_in {
    background: #fbfbfb;
    margin: 10% 0 20%;
}
	p.l_sub {
    text-align: center;
    margin: 8% auto;
    width: 100%;
}
	.t_wrap ul li {
    border: thin solid #979797;
    padding: 10% 5%;
    text-align: center;
    margin: 20% 0;
}
	h5.set_c {
    line-height: 1.8em;
    margin: 3% 0 10%;
    font-weight: 600;
    font-size: 1.2em;
}
	.concept_text.TextTyping.box {
    line-height: 2em;
    margin-bottom: 15%;
}
	li.box {
    margin: 15% 0;
}
	section.t_nav ul {
    width: 100%;
    margin: 0 auto;
    padding: 10%;
}
		.t_nav {
    padding: 10% 0;
}
		h2.subpage {
    padding-top: 30%;
}
	section#profilepage .f_right {
    width: 90%;
    margin: auto;
    max-width: 1200px;
}
		h3.subname_jp {
     margin-top: 10%;
}
}
/* デザインB（タブレット） */
@media screen and (min-width: 600px) {
		.sp {
	display: none;
}.f_right.class_read {
    padding 0 10%;
}
	p.contact_ttl {
    margin-top: 5%;
}
#profilepage dd {
    padding-bottom: 10%;
	}
	section#canteunit h3.subname {
    font-size: 1.7em;
}
	section#canteunit .f_right {
    width: 90%;
    margin: 10% auto;
}
.c_rignt {
    text-align: center;
    color: #fff;
    margin: 20% 0;
}
body {
    font-size: 12.5px;
    letter-spacing: 0.12em;
    background-color: #000;
}
	.link {
    width: 80%;
}
	h2 {
    padding: 10% 0 0;
}
	h3 {
    font-weight: 600;
}
	p {
    font-size: 1.2em;
}
		.title {
		font-size: 80px;
	}
	.point_n {
    color: #cdcdcd;
    letter-spacing: 0.02em;
    text-align: center;
    font-size: 8em;
    padding: 5% 0;
}
	section.t_feature p {
    margin: 0 0 5%;
}
	.f_in ul li {
    margin: 0 0 10%;
}
.p_in {
    background: #fbfbfb;
    padding: 5% 7%;
    margin: 8% 0;
}
.c_in {
    background: #fbfbfb;
    margin: 10% auto 20%;
    max-width: 800px;
}
p.l_sub {
    text-align: center;
    margin: 8% auto 0;
    width: 85%;
}
	.t_wrap ul li {
    border: thin solid #979797;
    padding: 10% 5%;
    text-align: center;
    margin: 20% 0;
}h5.set_c {
    line-height: 1.8em;
    margin: 3% 0 10%;
    font-weight: 600;
    font-size: 1.2em;
}
	.concept_text.TextTyping.box {
    line-height: 2em;
}
	.concept_text {
    padding: 0 0 10%;
}
li.box {
    margin: 5% 0;
}
	section.t_nav ul {
    width: 100%;
    margin: 0 auto;
    padding: 0 10%;
}
	.t_nav {
    padding: 10% 0;
}
			h2.subpage {
    padding-top: 15%;
}
	h3.subname_jp {
     margin-top: 10%;
}
}
/* デザインC(PC) */
@media screen and (min-width: 1025px) {
	.sp {
	display: none;
}
		p.contact_ttl {
    margin-top: 5%;
}
	.title {
		font-size: 80px;
	}
.c_left, .c_rignt {
    width: 45%;
    display: inline-block;
    color: #eee;
    vertical-align: top;
}
	section#canteunit .f_right {
    width: 45%;
    margin: 0;
}
	.link {
    width: 30%;
}
.c_rignt {
    text-align: left;
    color: #fff;
    margin-top: 0;
}
.f_left, .f_right {
    width: 45%;
    display: inline-block;
    margin: 0 4% 0 0;
    vertical-align: top;
}
	.c_left img {
    width: 95%;
}
.point_n {
    font-size: 12em;
    margin-top: -55px;
    text-align: left;
}
	.f_none ul li {
    display: inline-block;
    width: 30%;
    margin: 0 1.333% 0 0;
}
	/*  */
.p_in ul li {
    width: 45%;
    display: inline-block;
    vertical-align: top;
    margin: 0 2%;
}
	/*  */
.t_wrap ul li {
    display: inline-block;
    width: 30%;
    vertical-align: top;
    text-align: center;
    border: thin solid #ccc;
    padding: 3% 1.5%;
    margin: 0 1.333%;
}
section.t_nav ul li {
    display: inline-block;
    width: 33%;
}
	/* プロフィールページ */
#profilepage dt {
    width: 15%;
    display: inline-block;
	}
#profilepage dd {
    width: 80%;
}
	li.box {
    margin: 5% 0;
}
}
