@charset "UTF-8";
:root {
  --main-width: 100%;
  --main-color: #837464;
  --sub-color: #d8c2c2;
  --background-color: #dddddd; }

/*////////////////////////////////////////////////
header
///////////////////////////////////////////////*/
body {
  font-size: 1.6rem;
  font-family: 'Noto Sans', 'Roboto', sans-serif, serif;
  color: #333;
  background: #fff;
  max-width: var(--main-width); }

/* トップへ戻るボタン */
#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 20px;
  bottom: 10px;
  background: #767676;
  opacity: 0.6;
  border-radius: 50%;
  z-index: 349; }

#page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none; }

#page_top a::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f106';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -5px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center; }

.header {
  width: 100%;
  height: 70px;
  background-color: #fff;
  z-index: 300; }

.h1-logo {
  width: 10%;
  margin: 0 auto;
  padding: 10px 0 20px; }

.bt_r_sec {
  width: 20%;
  text-decoration: none;
  position: absolute;
  top: 5px;
  right: 5px;
  display: inline-block;
  text-align: center;
  font-size: 1.2rem;
  padding: 0.8em 0.8em;
  background-color: #fff;
  border-radius: 5px;
  z-index: 310; }

.bt_r_sec a {
  text-align: center;
  color: #000; }

.bt_r_sec:hover {
  background-color: var(--main-color);
  transition-duration: .3s; }

.bt_r_sec:hover a {
  color: #fff; }

/*////////////////////////////////////////////////
nav
///////////////////////////////////////////////*/
.nav {
  width: 100%;
  height: 50px;
  background-color: #fff;
  position: sticky;
  top: 0;
  z-index: 320; }

.inner {
  padding: 8px 18% 0; }

.dropdwn-side {
  display: flex;
  justify-content: space-between; }

.dropdwn__btn {
  margin: 10px 15px;
  cursor: pointer; }

.dropdwn__btn a {
  font-size: 1.3rem;
  color: #000;
  letter-spacing: 0.1rem; }

.dropdwn__btn a:hover {
  color: #767676;
  transition: color 0.5s;
  letter-spacing: 0.1rem; }

.dropdwnMenu {
  display: none; }

.dropdwnMenu__list {
  padding: 10px 20px;
  background-color: #fff; }

/* ハンバーガー*/
.hamburger_wrap {
  display: none; }

/* SNSアイコン*/
#sns {
  position: fixed;
  right: 30px;
  top: 20px;
  z-index: 999;
  opacity: 0.7; }

.fab fa-instagram,
.fab fa-twitter,
.fab fa-facebook-f {
  color: var(--main-color); }

/* logo　ヘッダー表示*/
#logo {
  width: 5%;
  position: fixed;
  left: 20px;
  top: 0;
  z-index: 999; }

/*////////////////////////////////////////////////heroスライダー
///////////////////////////////////////////////*/
#slide {
  width: 100%;
  height: calc(100vh - 120px);
  margin: 0 auto;
  position: relative;
  overflow: hidden; }

#slide ul li {
  width: 100%; }

#slide img:nth-child(n + 2) {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0; }

/*///////////////////////////////////////////////
a
///////////////////////////////////////////////*/
.a_secton-inner {
  padding: 120px 8% 150px;
  text-align: center; }

.a_title {
  margin: 0 auto;
  padding: 0 0 70px; }
  .a_title h2 {
    font-size: 3.5rem;
    letter-spacing: 0.1rem;
    font-family: 'Kumbh Sans', sans-serif;
    line-height: 1.5em; }
  .a_title p {
    font-size: 1.3rem; }

.reseve iframe {
  width: 100%; }

.a_sec_txt {
  text-align: center;
  font-size: 1.5rem;
  line-height: 2;
  padding: 0 0 30px; }

.line {
  padding: 80px 0 40px; }
  .line .line_title {
    font-size: 2.5rem;
    letter-spacing: 0.1rem;
    font-family: 'Kumbh Sans', sans-serif;
    line-height: 1.5em; }
  .line p {
    text-align: center;
    font-size: 1.5rem;
    line-height: 2; }

.b_reseve {
  display: flex;
  justify-content: center; }

.b_reseve img {
  width: 100%;
  padding: 30px 0 0; }

/* SNSアイコン*/
#sns2 {
  padding: 45px 30px 0; }

/*instagram*/
.fa-instagram {
  color: #e1306c; }

/*twitter*/
.fa-twitter {
  color: #1da1f2; }

/*Facebook*/
.fa-facebook-f {
  color: #3b5998; }

/*///////////////////////////////////////////////
b
///////////////////////////////////////////////*/
.b_secton {
  padding: 120px 8% 120px;
  text-align: center;
  background-color: var(--background-color); }

.b_title {
  margin: 0 auto;
  padding: 0 0 70px; }
  .b_title h2 {
    font-size: 3.5rem;
    letter-spacing: 0.1rem;
    font-family: 'Kumbh Sans', sans-serif;
    line-height: 1.5em; }
  .b_title p {
    font-size: 1.3rem; }

.price_1 {
  padding: 0 0 60px; }

.price_1 ul {
  display: flex;
  justify-content: space-between; }

.price_1 li {
  width: 30%;
  background-color: #fff;
  border-radius: 10px;
  padding: 0 0 35px; }
  .price_1 li h3 {
    font-size: 3rem;
    letter-spacing: 0.1rem;
    font-family: 'Kumbh Sans', sans-serif;
    line-height: 1.5em;
    padding: 25px 0 0; }
  .price_1 li p {
    font-size: 1.5rem;
    padding: 0 0 25px; }
  .price_1 li figure {
    padding: 0 25px 0; }

.price_1 dt {
  font-size: 2.2rem;
  letter-spacing: 0.1rem;
  font-family: 'Kumbh Sans', sans-serif;
  line-height: 1.5em;
  font-weight: 800;
  padding: 15px 15px 15px;
  background: #333;
  margin: 0 25px 20px;
  color: #fff; }
  .price_1 dt sub {
    font-size: 1.5rem; }

.price_1 dd {
  text-align: left;
  font-size: 1.5rem;
  padding: 0 25px 5px;
  line-height: 2.1em; }

.bt_b_sec {
  width: 75%;
  text-decoration: none;
  position: relative;
  display: inline-block;
  padding: 1.2em 1.2em;
  border: 2px solid var(--main-color);
  background-color: var(--main-color);
  border-radius: 5px;
  margin-top: 30px; }

.bt_b_sec a {
  text-align: center;
  color: #fff; }

.bt_b_sec:hover {
  background-color: #fff;
  transition-duration: .3s; }

.bt_b_sec:hover a {
  color: #333; }

.b_sec_txt {
  line-height: 2em; }

/*///////////////////////////////////////////////
c
///////////////////////////////////////////////*/
.c_secton {
  padding: 120px 8% 120px;
  text-align: center;
  background-color: #fff; }

.c_secton-inner {
  width: 100%;
  border-radius: 10px;
  padding: 80px 50px 50px;
  background-color: var(--background-color);
  margin: 0 auto; }

.c_title {
  margin: 0 auto;
  padding: 0 0 70px; }
  .c_title h2 {
    font-size: 3.5rem;
    letter-spacing: 0.1rem;
    font-family: 'Kumbh Sans', sans-serif;
    line-height: 1.5em; }
  .c_title p {
    font-size: 1.3rem; }

.c_secton-online {
  padding: 30px;
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  justify-content: space-between; }

.c_secton-online-img {
  margin-right: 30px; }

.c_secton-online dl {
  margin-left: 30px; }

.c_secton-online dt {
  font-size: 2.2rem;
  letter-spacing: 0.1rem;
  font-family: 'Kumbh Sans', sans-serif;
  line-height: 1.5em;
  font-weight: 800;
  margin-bottom: 30px;
  background: #333;
  padding: 15px;
  color: #fff; }
  .c_secton-online dt sub {
    font-size: 1.5rem; }

.c_secton-online dd {
  text-align: left;
  font-size: 1.5rem;
  line-height: 2.1em;
  margin-bottom: 15px; }

.c_secton-online dd img {
  width: 60%;
  margin-bottom: 20px; }

.c_secton-reseve {
  margin-top: 20px;
  display: flex;
  justify-content: flex-end; }
  .c_secton-reseve img {
    width: 80%; }

/* SNSアイコン*/
/*instagram*/
.fa-instagram {
  color: #e1306c; }

/*twitter*/
.fa-twitter {
  color: #1da1f2; }

/*Facebook*/
.fa-facebook-f {
  color: #3b5998; }

/*///////////////////////////////////////////////
d
///////////////////////////////////////////////*/
/* インストラクター*/
.d_secton-inner {
  padding: 120px 8% 80px;
  text-align: center;
  background-color: var(--sub-color); }

.d_title {
  margin: 0 auto;
  padding: 0 0 70px; }
  .d_title h2 {
    font-size: 3.5rem;
    letter-spacing: 0.1rem;
    font-family: 'Kumbh Sans', sans-serif;
    line-height: 1.5em; }
  .d_title p {
    font-size: 1.3rem; }

.dd_title {
  margin: 0 auto;
  color: #767676; }
  .dd_title h2 {
    font-size: 3.8rem;
    letter-spacing: 0.1rem;
    font-family: 'Kumbh Sans', sans-serif;
    line-height: 1.5em; }
  .dd_title p {
    font-size: 1.3rem; }

.instructor_inner {
  margin-top: 50px; }

.instructor_1 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px; }

.back {
  width: 38%;
  position: relative; }

.instructor_p {
  width: 100%;
  position: absolute;
  top: 30px;
  right: -30px; }

.square {
  width: 100%;
  z-index: -50; }

.profile {
  width: 55%;
  background-color: #fff;
  padding: 30px; }

.profile h3 {
  font-size: 3.5rem;
  letter-spacing: 0.1rem;
  font-family: 'Kumbh Sans', sans-serif;
  line-height: 1.5em;
  padding: 5px 0 10px; }

.name {
  font-size: 1.5rem;
  padding: 0 0 25px;
  text-align: center; }

.profile p {
  font-size: 1.5rem;
  padding: 0 0 25px;
  text-align: left;
  line-height: 1.8em; }

/* スタジオについて */
.studio_inner {
  margin-top: 50px; }

.studio_1 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px; }

.studio_back {
  width: 38%;
  position: relative; }

.studio_p {
  width: 100%;
  position: absolute;
  top: 30px;
  right: -30px; }

.studio_square {
  width: 100%;
  z-index: -50; }

.studio-about {
  width: 55%;
  background-color: #fff;
  padding: 50px; }

.studio-about dl {
  padding: 0.6em 0;
  border-bottom: #ccc 1px dotted;
  overflow: hidden; }

.studio-about dt {
  width: 60%;
  float: left;
  text-align: left; }

.studio-about dd {
  width: 70%;
  text-align: right;
  float: right;
  line-height: 1.5em; }

.googlemap {
  padding-top: 50px;
  width: 100%;
  overflow: hidden; }

/* AIKO Designについて */
.white_box {
  width: 100%;
  height: 20vh;
  background-color: var(--sub-color); }

.ddd_secton-inner {
  padding: 120px 8% 120px;
  text-align: center;
  background-image: url(../images/design.png); }

.ddd_title {
  margin: 0 auto;
  padding: 70px 0 70px; }
  .ddd_title h2 {
    font-size: 3.5rem;
    letter-spacing: 0.1rem;
    font-family: 'Kumbh Sans', sans-serif;
    line-height: 1.5em; }
  .ddd_title p {
    font-size: 1.3rem; }

.ddd p {
  padding: 15px 0 15px;
  text-align: center;
  font-size: 1.5rem;
  line-height: 2; }

.bt_ddd_sec {
  width: 25%;
  text-decoration: none;
  position: relative;
  display: inline-block;
  padding: 2em 2em;
  border: 2px solid var(--main-color);
  background-color: var(--main-color);
  border-radius: 5px;
  margin: 30px 0 50px; }

.bt_ddd_sec a {
  text-align: center;
  color: #fff; }

.bt_ddd_sec:hover {
  background-color: #fff;
  transition-duration: .3s; }

.bt_ddd_sec:hover a {
  color: #333; }

/*///////////////////////////////////////////////
e
///////////////////////////////////////////////*/
.e_secton-inner {
  padding: 120px 8% 120px;
  text-align: center;
  background-color: #fff; }

.e_title {
  margin: 0 auto;
  padding: 0 0 50px; }
  .e_title h2 {
    font-size: 3.5rem;
    letter-spacing: 0.1rem;
    font-family: 'Kumbh Sans', sans-serif;
    line-height: 1.5em; }
  .e_title p {
    font-size: 1.3rem; }

.e_p {
  padding: 15px 0 15px;
  text-align: center;
  font-size: 1.5rem;
  line-height: 2; }

.blog {
  padding-top: 70px;
  display: flex;
  justify-content: space-around; }

.ee_title {
  margin: 0 auto;
  color: #767676; }
  .ee_title h2 {
    font-size: 3.8rem;
    letter-spacing: 0.1rem;
    font-family: 'Kumbh Sans', sans-serif;
    line-height: 1.5em; }
  .ee_title p {
    font-size: 1.3rem; }

.bt_e_sec {
  width: 100%;
  text-decoration: none;
  position: relative;
  display: inline-block;
  padding: 2em 2em;
  border: 2px solid var(--main-color);
  background-color: var(--main-color);
  border-radius: 5px;
  margin: 30px 0 50px; }

.bt_e_sec a {
  text-align: center;
  color: #fff; }

.bt_e_sec:hover {
  background-color: #fff;
  transition-duration: .3s; }

.bt_e_sec:hover a {
  color: #333; }

.e_reseve {
  display: flex;
  justify-content: center; }

.e_reseve img {
  width: 100%;
  padding: 30px 0 0; }

/* SNSアイコン*/
#sns4 {
  padding: 45px 30px 0; }

/*instagram*/
.fa-instagram {
  color: #e1306c; }

/*twitter*/
.fa-twitter {
  color: #1da1f2; }

/*Facebook*/
.fa-facebook-f {
  color: #3b5998; }

/*///////////////////////////////////////////////
f
///////////////////////////////////////////////*/
.f_secton-inner {
  padding: 120px 8% 120px;
  text-align: center;
  background-color: var(--background-color); }

.f_title {
  margin: 0 auto;
  padding: 70px 0 70px; }
  .f_title h2 {
    font-size: 3.5rem;
    letter-spacing: 0.1rem;
    font-family: 'Kumbh Sans', sans-serif;
    line-height: 1.5em; }
  .f_title p {
    font-size: 1.3rem; }

.f p {
  padding: 15px 0 15px;
  text-align: center;
  font-size: 1.5rem;
  line-height: 2; }

.bt_f_sec {
  width: 20%;
  text-decoration: none;
  position: relative;
  display: inline-block;
  padding: 2em 2em;
  border: 2px solid var(--main-color);
  background-color: var(--main-color);
  border-radius: 5px;
  margin: 30px 0 50px; }

.bt_f_sec a {
  text-align: center;
  color: #fff; }

.bt_f_sec:hover {
  background-color: #fff;
  transition-duration: .3s; }

.bt_f_sec:hover a {
  color: #333; }

/*///////////////////////////////////////////////
g
///////////////////////////////////////////////*/
.g_secton-inner {
  padding: 0 8% 40px;
  text-align: center;
  background-color: #fff; }

.g_title {
  margin: 0 auto;
  padding: 70px 0 70px; }
  .g_title h2 {
    font-size: 3.5rem;
    letter-spacing: 0.1rem;
    font-family: 'Kumbh Sans', sans-serif;
    line-height: 1.5em; }
  .g_title p {
    font-size: 1.3rem; }

.g-about {
  width: 55%;
  margin: 0 auto;
  padding: 50px; }

.g-about dl {
  padding: 0.6em 0;
  border-bottom: #ccc 1px dotted;
  overflow: hidden; }

.g-about dt {
  width: 60%;
  float: left;
  text-align: left; }

.g-about dd {
  width: 70%;
  text-align: right;
  float: right;
  line-height: 1.5em; }

/*///////////////////////////////////////////////
footer
///////////////////////////////////////////////*/
.footer {
  background-color: var(--main-color);
  padding: 25px; }

.footer small {
  color: #fff;
  text-align: center; }

/*///////////////////////////////////////////////
TOPフェードイン
///////////////////////////////////////////////*/
.start {
  background: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9000; }

.start p {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
  z-index: 9999;
  width: 500px; }

/*//////////////////////////////////////////////////////////////////////////////////
//  以下スマホ*/
@media screen and (max-width: 670px) {
  body {
    min-width: 100%; }
  /*////////////////////////////////////////////////
header
///////////////////////////////////////////////*/
  body {
    font-size: 1.6rem;
    font-family: 'Noto Sans', 'Roboto', sans-serif, serif;
    color: #333;
    background: #fff;
    max-width: var(--main-width); }
  /* トップへ戻るボタン */
  #page_top {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 10px;
    bottom: 10px;
    background: #767676;
    opacity: 0.6;
    border-radius: 50%; }
  #page_top a {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    text-decoration: none; }
  #page_top a::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f106';
    font-size: 25px;
    color: #fff;
    position: absolute;
    width: 25px;
    height: 25px;
    top: -5px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center; }
  .header {
    height: 0; }
  .h1-logo {
    display: none; }
  .bt_r_sec {
    display: none; }
  /* ハンバーガー */
  .nav ul {
    transition: all 0.6s;
    overflow-y: auto;
    padding-top: 59px;
    width: 60%;
    height: 100vh;
    z-index: 350;
    top: 0;
    right: -62%;
    background-color: var(--keyColor2);
    position: fixed;
    display: block;
    color: #fff; }
  .headerNav ul li:last-child {
    border-bottom: 1px solid #fff; }
  .headerNav ul li a {
    border-top: 1px solid #fff; }
  .hamburger_wrap {
    display: block; }
  .hamburger {
    width: 30px;
    height: 30px;
    z-index: 315;
    top: 10px;
    right: 15px;
    cursor: pointer;
    position: fixed;
    color: #fff;
    z-index: 999; }
  .hamburger_line {
    transition: all 0.6s;
    width: 25px;
    height: 1px;
    background-color: var(--main-color);
    position: absolute;
    border-radius: 1px; }
  .hamburger_line-1 {
    top: 8px; }
  .hamburger_line-2 {
    top: 16px; }
  .hamburger_line-3 {
    top: 24px; }
  .hamburger_bg {
    opacity: 0;
    transition: all 0.6s;
    width: 100vw;
    height: 100vh;
    z-index: 300;
    top: 0;
    left: 0;
    visibility: hidden;
    background-color: var(--main-color);
    cursor: pointer;
    position: fixed; }
  /* ハンバーガー内表示時 */
  .navOpen .hamburger_line {
    background-color: #fff;
    z-index: 400; }
  .navOpen .nav ul {
    right: 0;
    line-height: 1.5em;
    font-size: 2.5rem; }
  .navOpen .hamburger_bg {
    opacity: 0.9;
    visibility: visible; }
  .navOpen .hamburger_line-1 {
    transform: rotate(45deg);
    top: 20px; }
  .navOpen .hamburger_line-2 {
    width: 0;
    left: 50%; }
  .navOpen .hamburger_line-3 {
    transform: rotate(-45deg);
    top: 20px; }
  /*////////////////////////////////////////////////
nav
///////////////////////////////////////////////*/
  .nav {
    width: 100%;
    height: 0px; }
  .inner {
    padding: 8px 18% 0; }
  .dropdwn-side {
    display: flex;
    justify-content: space-between; }
  .dropdwn__btn {
    margin: 10px 15px;
    cursor: pointer; }
  .dropdwn__btn a {
    font-size: 1.3rem;
    color: #fff;
    letter-spacing: 0.1rem; }
  .dropdwn__btn a:hover {
    color: #767676;
    transition: color 0.5s;
    letter-spacing: 0.1rem; }
  .dropdwnMenu {
    display: none; }
  .dropdwnMenu__list {
    display: none; }
  /* SNSアイコン*/
  #sns {
    position: fixed;
    left: 20px;
    top: 20px;
    z-index: 999;
    opacity: 0.7; }
  .fab fa-instagram,
  .fab fa-twitter,
  .fab fa-facebook-f {
    color: var(--main-color); }
  /* logo　ヘッダー表示*/
  #logo img {
    display: none; }
  /*////////////////////////////////////////////////heroスライダー
///////////////////////////////////////////////*/
  #slide {
    width: 100%;
    height: 210px;
    margin: 0 auto;
    position: relative;
    overflow: hidden; }
  #slide ul li {
    width: 100%; }
  #slide img:nth-child(n + 2) {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0; }
  /*///////////////////////////////////////////////
a
///////////////////////////////////////////////*/
  .a_secton-inner {
    padding: 40px 5% 100px;
    text-align: center; }
  .a_title {
    margin: 0 auto;
    padding: 0 0 40px; }
    .a_title h2 {
      font-size: 2.6rem;
      letter-spacing: 0.1rem;
      font-family: 'Kumbh Sans', sans-serif;
      line-height: 1.5em; }
    .a_title p {
      font-size: 1.3rem; }
  .reseve iframe {
    width: 100%; }
  .a_sec_txt {
    text-align: center;
    font-size: 1.5rem;
    line-height: 2;
    padding: 0 0 30px; }
  .line {
    padding: 80px 0 40px; }
    .line .line_title {
      font-size: 2.5rem;
      letter-spacing: 0.1rem;
      font-family: 'Kumbh Sans', sans-serif;
      line-height: 1.5em; }
    .line p {
      text-align: center;
      font-size: 1.5rem;
      line-height: 2; }
  .b_reseve {
    display: block; }
  .b_reseve img {
    width: 60%;
    padding: 30px 0 0; }
  /* SNSアイコン*/
  #sns2 {
    padding: 45px 30px 0; }
  /*instagram*/
  .fa-instagram {
    color: #e1306c; }
  /*twitter*/
  .fa-twitter {
    color: #1da1f2; }
  /*Facebook*/
  .fa-facebook-f {
    color: #3b5998; }
  /*///////////////////////////////////////////////
b
///////////////////////////////////////////////*/
  .b_secton {
    padding: 60px 5% 100px;
    text-align: center;
    background-color: var(--background-color); }
  .b_title {
    margin: 0 auto;
    padding: 0 0 70px; }
    .b_title h2 {
      font-size: 2.9rem;
      letter-spacing: 0.1rem;
      font-family: 'Kumbh Sans', sans-serif;
      line-height: 1.5em; }
    .b_title p {
      font-size: 1.3rem; }
  .price_1 {
    padding: 0; }
  .price_1 ul {
    display: block; }
  .price_1 li {
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
    padding: 0 0 35px;
    margin-bottom: 60px; }
    .price_1 li h3 {
      font-size: 2.3rem;
      letter-spacing: 0.1rem;
      font-family: 'Kumbh Sans', sans-serif;
      line-height: 1.5em;
      padding: 25px 0 0; }
    .price_1 li p {
      font-size: 1.5rem;
      padding: 0 0 25px; }
    .price_1 li figure {
      padding: 0 25px 0; }
  .price_1 dt {
    font-size: 2.2rem;
    letter-spacing: 0.1rem;
    font-family: 'Kumbh Sans', sans-serif;
    line-height: 1.5em;
    font-weight: 800;
    padding: 15px 15px 15px;
    background: #333;
    margin: 0 25px 20px;
    color: #fff; }
    .price_1 dt sub {
      font-size: 1.5rem; }
  .price_1 dd {
    text-align: left;
    font-size: 1.3rem;
    padding: 0 25px 5px;
    line-height: 2.1em; }
  .bt_b_sec {
    width: 75%;
    font-size: 1.3rem;
    text-decoration: none;
    position: relative;
    display: inline-block;
    padding: 1.2em 1.2em;
    border: 2px solid var(--main-color);
    background-color: var(--main-color);
    border-radius: 5px;
    margin-top: 30px; }
  .bt_b_sec a {
    text-align: center;
    color: #fff; }
  .bt_b_sec:hover {
    background-color: #fff;
    transition-duration: .3s; }
  .bt_b_sec:hover a {
    color: #333; }
  .b_sec_txt {
    line-height: 2em; }
  /*///////////////////////////////////////////////
c
///////////////////////////////////////////////*/
  .c_secton {
    padding: 60px 5% 100px;
    text-align: center;
    background-color: #fff; }
  .c_secton-inner {
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
    padding: 0;
    margin: 0 auto; }
  .c_title {
    margin: 0 auto;
    padding: 0 0 30px; }
    .c_title h2 {
      font-size: 2.6rem;
      letter-spacing: 0.1rem;
      font-family: 'Kumbh Sans', sans-serif;
      line-height: 1.5em; }
    .c_title p {
      font-size: 1.3rem; }
  .c_secton-online {
    padding: 0px;
    background-color: #fff;
    border-radius: 10px;
    display: block; }
  .c_secton-online-img {
    margin-right: 0; }
  .c_secton-online dl {
    margin-left: 0; }
  .c_secton-online dt {
    font-size: 2.2rem;
    letter-spacing: 0.1rem;
    font-family: 'Kumbh Sans', sans-serif;
    line-height: 1.5em;
    font-weight: 800;
    margin-bottom: 30px;
    background: #333;
    padding: 15px;
    color: #fff; }
    .c_secton-online dt sub {
      font-size: 1.5rem; }
  .c_secton-online dd {
    text-align: left;
    font-size: 1.3rem;
    line-height: 2.1em;
    margin-bottom: 15px;
    padding: 0 15px 0; }
  .c_secton-reseve img {
    width: 65%;
    margin-bottom: 20px;
    text-align: center;
    margin: 0 auto; }
  .c_secton-reseve {
    text-align: center;
    display: block; }
  #sns3 {
    display: block;
    text-align: center;
    padding: 45px 30px 0; }
  /* SNSアイコン*/
  /*instagram*/
  .fa-instagram {
    color: #e1306c; }
  /*twitter*/
  .fa-twitter {
    color: #1da1f2; }
  /*Facebook*/
  .fa-facebook-f {
    color: #3b5998; }
  /*///////////////////////////////////////////////
d
///////////////////////////////////////////////*/
  /* インストラクター*/
  .d_secton-inner {
    padding: 60px 5% 60px;
    text-align: center;
    background-color: var(--sub-color); }
  .d_title {
    margin: 0 auto;
    padding: 0 0 70px; }
    .d_title h2 {
      font-size: 2.6rem;
      letter-spacing: 0.1rem;
      font-family: 'Kumbh Sans', sans-serif;
      line-height: 1.5em; }
    .d_title p {
      font-size: 1.3rem; }
  .dd_title {
    margin: 0 auto;
    color: #767676; }
    .dd_title h2 {
      font-size: 2.9rem;
      letter-spacing: 0.1rem;
      font-family: 'Kumbh Sans', sans-serif;
      line-height: 1.5em; }
    .dd_title p {
      font-size: 1.3rem; }
  .instructor_inner {
    margin-top: 50px; }
  .instructor_1 {
    width: 100%;
    display: block;
    margin-bottom: 100px; }
  .back {
    width: 100%;
    padding-bottom: 50px; }
  .instructor_p {
    width: 100%;
    position: static; }
  .square {
    display: none; }
  .profile {
    width: 100%;
    background-color: #fff;
    padding: 15px; }
  .profile h3 {
    font-size: 2.9rem;
    letter-spacing: 0.1rem;
    font-family: 'Kumbh Sans', sans-serif;
    line-height: 1.5em;
    padding: 5px 0 10px; }
  .name {
    font-size: 1.5rem;
    padding: 0 0 25px;
    text-align: center; }
  .profile p {
    font-size: 1.5rem;
    padding: 0 0 25px;
    text-align: left;
    line-height: 1.9em; }
  /* スタジオについて */
  .studio_inner {
    margin-top: 50px; }
  .studio_1 {
    width: 100%;
    display: block;
    margin-bottom: 100px; }
  .studio_back {
    width: 100%;
    padding-bottom: 50px; }
  .studio_p {
    width: 100%;
    position: static; }
  .studio_square {
    display: none; }
  .studio-about {
    width: 100%;
    background-color: #fff;
    padding: 0 0 15px; }
  .studio-about dl {
    padding: 0.6em 0;
    border-bottom: #ccc 1px dotted;
    overflow: hidden; }
  .studio-about dt {
    width: 100%;
    float: none;
    text-align: center;
    padding: 25px 0;
    font-size: 1.5rem; }
  .studio-about dd {
    width: 100%;
    text-align: center;
    float: none;
    line-height: 1.5em;
    font-size: 1.4rem;
    padding: 0 15px 0; }
  .googlemap {
    width: 100%;
    overflow: hidden; }
  /* AIKO Designについて */
  .white_box {
    width: 100%;
    height: 20vh;
    background-color: var(--sub-color); }
  .ddd_secton-inner {
    padding: 40px 5% 60px;
    text-align: center;
    background-image: url(../images/design.png); }
  .ddd_title {
    margin: 0 auto;
    padding: 20px 0 20px; }
    .ddd_title h2 {
      font-size: 2.6rem;
      letter-spacing: 0.1rem;
      font-family: 'Kumbh Sans', sans-serif;
      line-height: 1.5em; }
    .ddd_title p {
      font-size: 1.3rem; }
  .ddd p {
    padding: 15px 0 15px;
    text-align: left;
    font-size: 1.5rem;
    line-height: 2; }
  .bt_ddd_sec {
    width: 75%;
    text-decoration: none;
    position: relative;
    display: inline-block;
    padding: 1.2em 1.2em;
    border: 2px solid var(--main-color);
    background-color: var(--main-color);
    border-radius: 5px;
    margin: 30px 0 50px; }
  .bt_ddd_sec a {
    text-align: center;
    color: #fff;
    font-size: 1.3rem; }
  .bt_ddd_sec:hover {
    background-color: #fff;
    transition-duration: .3s; }
  .bt_ddd_sec:hover a {
    color: #333; }
  /*///////////////////////////////////////////////
e
///////////////////////////////////////////////*/
  .e_secton-inner {
    padding: 60px 5% 60px;
    text-align: center;
    background-color: #fff; }
  .e_title {
    margin: 0 auto;
    padding: 0 0 50px; }
    .e_title h2 {
      font-size: 2.9rem;
      letter-spacing: 0.1rem;
      font-family: 'Kumbh Sans', sans-serif;
      line-height: 1.5em; }
    .e_title p {
      font-size: 1.3rem; }
  .e_p {
    padding: 15px 0 15px;
    text-align: center;
    font-size: 1.5rem;
    line-height: 2; }
  .blog {
    padding-top: 70px;
    display: block; }
  .ee_title {
    margin: 0 auto;
    color: #767676; }
    .ee_title h2 {
      font-size: 2.9rem;
      letter-spacing: 0.1rem;
      font-family: 'Kumbh Sans', sans-serif;
      line-height: 1.5em; }
    .ee_title p {
      font-size: 1.3rem; }
  .bt_e_sec {
    width: 75%;
    text-decoration: none;
    position: relative;
    display: inline-block;
    padding: 1.2em 1.2em;
    border: 2px solid var(--main-color);
    background-color: var(--main-color);
    border-radius: 5px;
    margin: 30px 0 50px; }
  .bt_e_sec a {
    text-align: center;
    color: #fff;
    font-size: 1.3rem; }
  .bt_e_sec:hover {
    background-color: #fff;
    transition-duration: .3s; }
  .bt_e_sec:hover a {
    color: #333; }
  .e_reseve {
    display: block; }
  .e_reseve img {
    width: 65%;
    padding: 30px 0 0; }
  /* SNSアイコン*/
  #sns4 {
    padding: 45px 30px 0; }
  /*instagram*/
  .fa-instagram {
    color: #e1306c; }
  /*twitter*/
  .fa-twitter {
    color: #1da1f2; }
  /*Facebook*/
  .fa-facebook-f {
    color: #3b5998; }
  /*///////////////////////////////////////////////
f
///////////////////////////////////////////////*/
  .f_secton-inner {
    padding: 60px 5% 60px;
    text-align: center;
    background-color: var(--background-color); }
  .f_title {
    margin: 0 auto;
    padding: 50px 0 50px; }
    .f_title h2 {
      font-size: 2.9rem;
      letter-spacing: 0.1rem;
      font-family: 'Kumbh Sans', sans-serif;
      line-height: 1.5em; }
    .f_title p {
      font-size: 1.3rem; }
  .f p {
    padding: 15px 0 15px;
    text-align: center;
    font-size: 1.5rem;
    line-height: 2; }
  .bt_f_sec {
    width: 75%;
    text-decoration: none;
    position: relative;
    display: inline-block;
    padding: 1.2em 1.2em;
    border: 2px solid var(--main-color);
    background-color: var(--main-color);
    border-radius: 5px;
    margin: 30px 0 50px; }
  .bt_f_sec a {
    text-align: center;
    color: #fff;
    font-size: 1.3rem; }
  .bt_f_sec:hover {
    background-color: #fff;
    transition-duration: .3s; }
  .bt_f_sec:hover a {
    color: #333; }
  /*///////////////////////////////////////////////
g
///////////////////////////////////////////////*/
  .g_secton-inner {
    padding: 0 5% 40px;
    text-align: center;
    background-color: #fff; }
  .g_title {
    margin: 0 auto;
    padding: 50px 0 50px; }
    .g_title h2 {
      font-size: 2.9rem;
      letter-spacing: 0.1rem;
      font-family: 'Kumbh Sans', sans-serif;
      line-height: 1.5em; }
    .g_title p {
      font-size: 1.3rem; }
  .g-about {
    width: 100%;
    margin: 0 auto;
    padding: 50px; }
  .g-about dl {
    padding: 0.6em 0;
    border-bottom: #ccc 1px dotted;
    overflow: hidden; }
  .g-about dt {
    width: 100%;
    float: none;
    text-align: center; }
  .g-about dd {
    width: 100%;
    text-align: center;
    float: none;
    line-height: 1.5em; }
  /*///////////////////////////////////////////////
footer
///////////////////////////////////////////////*/
  .footer {
    background-color: var(--main-color);
    padding: 25px; }
  .footer small {
    color: #fff;
    text-align: center; }
  /*///////////////////////////////////////////////
TOPフェードイン
///////////////////////////////////////////////*/
  .start {
    background: #FFF;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9000; }
  .start p {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: none;
    z-index: 9999;
    width: 300px; } }

/*# sourceMappingURL=index.css.map */