@charset "UTF-8";
/*
Theme Name: hulali
Theme URI: http://wordpress.org/themes/hulali
Author: pumehana
Author URI: http://www.halau-na-maka-hulali.com
Description: halau-na-maka-hulaliオリジナルテーマ
Version: 1.0
*/
/* CSS Document */
/*全体*/
html {
  font-size: 62.5%; }

body {
  font-family: 'Noto Sans JP', sans-serif;
  color: #373737;
  font-size: 1.6rem;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  background-color: rgba(255, 255, 255, 0.3);
  background-image: url("images/sand_pt.jpg");
  background-repeat: repeat;
  line-height: 1.8; }

.molle {
  font-family: 'Molle', cursive;
  font-style: italic; }

img {
  max-width: 100%;
  height: auto; }

.img_sp {
  display: none; }

a {
  color: #373737;
  text-decoration: none; }

.text_center {
  text-align: center; }

.inner {
  max-width: 1140px;
  margin: 0 auto; }

.spacer {
  padding: 88px 0; }

.title_en {
  color: #36b2ac;
  text-shadow: -1px -1px 0px #fff591, 1px -1px 0px #fff591, 1px 1px 0px #fff591, -1px 1px 0px #fff591, 0px 0px 25px rgba(255, 245, 155, 0.7), 0px 0px 20px rgba(255, 245, 145, 0.7);
  font-size: 4.0rem; }

.title_jp {
  font-size: 1.8rem;
  margin-bottom: 64px; }

a.btn_gradient_pink {
  color: #fff;
  border: 2px solid #fff;
  border-radius: 10px;
  background-image: -webkit-gradient(linear, left top, right top, from(#f932ad), to(#fee140));
  background-image: -webkit-linear-gradient(left, #f932ad 0%, #fee140 100%);
  background-image: linear-gradient(to right, #f932ad 0%, #fee140 100%);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  padding: 10px 20px; }

a.btn_gradient_pink:hover {
  -webkit-transform: translate(0, -2px);
  transform: translate(0, -2px);
  color: #fff;
  -webkit-box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2); }

.bg_wave {
  background-color: #edfffd;
  position: relative;
  margin-top: -10px; }

.waves_top {
  position: absolute;
  width: 100%;
  height: 90px;
  transform: rotate(180deg);
  left: 0;
  top: 0; }

.waves_bottom {
  position: absolute;
  width: 100%;
  height: 90px;
  left: 0;
  bottom: 0; }

.pc {
  display: block; }

.sp {
  display: none; }

/* Animation */
.parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite; }

.parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s; }

.parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s; }

.parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s; }

.parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s; }

@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0); }
  100% {
    transform: translate3d(85px, 0, 0); } }
/* /Animation */
.bg_leaf {
  position: relative;
  background-image: url("images/bg_leaf_top.png") , url("images/bg_leaf_bottom.png");
  background-repeat: no-repeat,no-repeat,no-repeat;
  background-position: left top,right bottom; }

.bg_bird {
  position: absolute;
  bottom: -32px;
  right: 0; }

.bg_white {
  width: auto;
  height: auto;
  background-color: #fff;
  padding: 32px 0;
  -webkit-box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2); }

.bg_white_small {
  width: 60vw;
  height: auto;
  background-color: #fff;
  margin: 0 auto;
  -webkit-box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2); }

.content_pc {
  display: block; }

.nav ul li a.current {
  background-image: url("images/selectflower.png");
  background-repeat: no-repeat;
  background-position: center top 20px;
  z-index: 1; }

/*header*/
header {
  position: sticky;
  width: 100%;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.3);
  background-image: url("images/sand_pt.jpg");
  background-repeat: repeat;
  top: 0;
  left: 0;
  border-bottom: 6px solid #36b2ac;
  z-index: 150; }

.header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 12px 0 6px; }

.header_top {
  display: flex;
  align-items: flex-end; }

.header_logo {
  width: 30%; }

.nav_list {
  display: inline-block; }

.nav_item {
  display: inline-block;
  text-align: center;
  width: 125px;
  position: relative; }

.nav_item:hover::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -12px;
  width: 125px;
  height: 6px;
  background-color: #FFF591; }

.select_flower {
  display: inline-block;
  width: 125px;
  text-align: center;
  position: relative; }

.select_flower:hover::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  width: 125px;
  height: 60px;
  background-image: url("images/selectflower.png");
  background-repeat: no-repeat;
  background-position: center top 20px;
  z-index: 1; }

.select_flower.current {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  width: 125px;
  height: 60px;
  background-image: url("images/selectflower.png");
  background-repeat: no-repeat;
  background-position: center top 20px;
  border-bottom: 6px solid #fff591;
  z-index: 1; }

.nav_ja {
  font-size: 1.0rem;
  display: block; }

.nav_en {
  font-size: 2.4rem;
  position: relative;
  z-index: 2; }

.nav_contact {
  float: right;
  display: flex;
  align-content: center;
  margin-bottom: 10px; }

.contact-nav .nav_ja {
  font-size: 2.2rem; }

.contact {
  color: #36b2ac;
  vertical-align: middle; }

.menu {
  display: flex; }

.fas {
  display: inline-block;
  font-size: 2.0rem;
  padding-left: 20px; }

.fab {
  font-size: 2.4rem;
  padding-left: 22px; }

.content_sp {
  display: none; }

/*/header*/
/*footer*/
.topline {
  border-top: 6px solid #36b2ac; }

.footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 15px; }

.footer .nav {
  text-align: right; }

footer .nav_item:hover::after {
  display: none; }

.accesscounter {
  display: flex;
  justify-content: space-between;
  padding-bottom: 15px; }

/*/footer*/
/*TOPページ*/
/*main*/
.slider {
  margin: 0 auto;
  width: 100%; }

.slider img {
  height: auto;
  width: 98%; }

.slick-prev {
  left: 20px;
  z-index: 1; }

.slick-next {
  right: 20px; }

.slick-track {
  margin: 0; }

.slick-prev:before,
.slick-next:before {
  color: #fff; }

::after {
  color: #36b2ac; }

:root {
  --swiper-theme-color: #36b2ac; }

.intro_en {
  font-size: 4.0rem;
  color: #36b2ac; }

.intro_jp {
  color: #36b2ac;
  margin-bottom: 20px; }

.intro_txt {
  font-size: 1.8rem;
  margin-bottom: 64px; }

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

.trial_info .intro_txt {
  margin-bottom: 0; }

.btn_trial {
  margin-left: 32px; }

/*/main*/
/*youtube*/
.wrap {
  width: 100%;
  height: 0;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden; }

.wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important; }

/*/youtube*/
/*blog*/
.bg_gradient {
  background: #f0e2dc;
  background: -moz-linear-gradient(#4378e3 0%, #00c0fa 35%, #f0e2dc 80%, #f0e2dc 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#4378e3), color-stop(35%, #00c0fa), color-stop(80%, #f0e2dc), to(#f0e2dc));
  background: -webkit-linear-gradient(#4378e3 0%, #00c0fa 35%, #f0e2dc 80%, #f0e2dc 100%);
  background: -o-linear-gradient(#4378e3 0%, #00c0fa 35%, #f0e2dc 80%, #f0e2dc 100%);
  background: -ms-linear-gradient(#4378e3 0%, #00c0fa 35%, #f0e2dc 80%, #f0e2dc 100%);
  background: linear-gradient(#4378e3 0%, #00c0fa 35%, #f0e2dc 80%, #f0e2dc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#4378e3, endColorstr=#f0e2dc,GradientType=0 ); }

.blog {
  margin: 0 auto; }

#amebloWAKU {
  display: flex;
  justify-content: space-between;
  align-items: center; }

#amebloWAKU .ameblo_box {
  width: 25%; }

.amabloImg {
  height: 100vw;
  object-fit: cover; }

.ameblo_list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 2%; }

.ameblo_img {
  width: 15%;
  margin-right: 2%; }

.ameblo_img img {
  display: block;
  height: 120px;
  object-fit: cover;
  width: 100%; }

.ameblo_txt {
  width: 83%; }

.ameblo_txt p {
  text-align: left; }

.ameblo_txt p:first-of-type {
  font-weight: bold; }

.ameblo_txt p:nth-of-type(2) {
  font-size: 12px; }

.ameblo_txt p.more {
  vertical-align: top;
  zoom: 1; }

.more a {
  background: #408bd1;
  border: none;
  color: #fff;
  font-size: 13px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: .1s ease-in;
  padding: 2px 10px 4px; }

/*/blog*/
/*a lower page*/
.link {
  display: flex;
  justify-content: center;
  margin-bottom: 64px; }

.lower_page {
  position: relative;
  width: 200px;
  margin-right: 32px; }

.lower_page:last-of-type {
  margin-right: 0; }

.link_txt {
  position: absolute;
  top: 58%;
  left: 0;
  right: 0;
  margin: 0 auto; }

.link_jp {
  font-size: 1.6rem;
  display: block; }

.link_en {
  font-size: 2.4rem; }

.contact_btn {
  font-size: 1.8rem;
  margin-top: 30px; }

/*/a lower page*/
/*insta history*/
.insta {
  margin-bottom: 50px; }

a.btn_gradient_blue {
  color: #fff;
  border: 2px solid #fff;
  border-radius: 10px;
  background-image: -webkit-gradient(linear, left top, right top, from(#42dad3), to(#009efd));
  background-image: -webkit-linear-gradient(left, #42dad3 0%, #009efd 100%);
  background-image: linear-gradient(90deg, #42dad3 0%, #009efd 100%);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  padding: 10px 20px; }

a.btn_gradient_blue:hover {
  -webkit-transform: translate(0, -2px);
  transform: translate(0, -2px);
  color: #fff;
  -webkit-box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2); }

/*/insta history*/
/*access*/
.column div {
  display: table-cell;
  vertical-align: middle;
  width: 570px;
  text-align: center; }

.adress {
  font-size: 1.8rem;
  margin-bottom: 32px; }

/*/access*/
/*/TOPページ*/
.page_title_bg {
  width: 100%;
  height: 140px;
  background-color: rgba(54, 178, 172, 0.9); }

.page_title_bg span {
  display: block; }

.page_title {
  display: block; }

/*Instructorページ*/
.instructor_title {
  width: 100%;
  height: 140px;
  background-image: url("images/instructor/instructor_title.jpg");
  background-color: rgba(54, 178, 172, 0.9);
  background-position: center;
  background-repeat: no-repeat;
  position: relative; }

.page_title_en {
  color: #fff;
  font-size: 4.8rem; }

.page_title_jp {
  color: #fff;
  font-size: 1.8rem; }

.studio {
  padding-top: 88px;
  margin-bottom: 88px; }

.presdent {
  font-size: 2.4rem;
  margin-right: 20px; }

.name {
  font-size: 3.0rem; }

.profile {
  margin: 0 auto;
  text-align: left; }

.age {
  padding: 0 10px;
  width: 60px; }

.career {
  padding: 0 10px; }

.img_instructor {
  margin: 32px auto; }

.hawaii_teacher {
  display: flex;
  justify-content: center;
  margin: 64px auto; }

.column_space {
  margin: 0 32px; }

.name_en {
  font-size: 3.0rem; }

.name_jp {
  font-size: 1.8rem; }

.list {
  list-style-type: disc;
  line-height: 2.4;
  text-align: left; }

.instructor_txt {
  line-height: 2.4; }

/*/Instructorページ*/
/*Lessonページ*/
.lesson_title {
  width: 100%;
  height: 140px;
  background-image: url("images/lesson/lesson_title.jpg");
  background-color: rgba(54, 178, 172, 0.9);
  background-position: center;
  background-repeat: no-repeat; }

.lesson {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: auto; }

.lesson_box {
  width: 45%;
  height: 382px;
  justify-content: space-between;
  text-align: center;
  padding-top: 64px;
  padding-bottom: 64px;
  margin: 0 28px 0; }

.lesson_box:last-of-type {
  margin: 0 auto; }

.baby {
  background-image: url("images/lesson/baby_frame.png");
  background-repeat: no-repeat; }

.keiki {
  background-image: url("images/lesson/keiki_frame.png");
  background-repeat: no-repeat; }

.adult {
  background-image: url("images/lesson/adult_frame.png");
  background-repeat: no-repeat; }

.lesson_en {
  color: #36b2ac;
  font-size: 3.0rem;
  margin-right: 20px; }

.lesson_age {
  margin-bottom: 20px; }

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

.lesson_txt {
  list-style: disc;
  text-align: left; }

.info_trial {
  display: inline-block;
  font-size: 3.0rem;
  margin-right: 20px;
  margin-bottom: 20px; }

/*/Lessonページ*/
/*Priceページ*/
.price_title {
  width: 100%;
  height: 140px;
  background-color: rgba(54, 178, 172, 0.9); }

.price_title_img {
  float: right; }

.price {
  padding: 64px 0; }

.price_table {
  margin: 0 auto 64px; }

.price_headline {
  font-size: 2.4rem;
  line-height: 2.4;
  font-weight: bold;
  text-align: left;
  padding: 0 10px; }

.price_txt {
  line-height: 2.4; }

/*/Priceページ*/
/*Historyページ*/
.history_title {
  width: 100%;
  height: 140px;
  background-image: url("images/history/history_title.jpg");
  background-color: rgba(54, 178, 172, 0.9);
  background-position: center;
  background-repeat: no-repeat; }

.gallery_menu {
  position: relative; }

.gallery_nav {
  width: 357px;
  float: left; }

.gallery_nav.sidefixed {
  position: fixed;
  top: 140px;
  left: calc(50% - 580px); }

.gallery_nav.sideab {
  position: absolute;
  bottom: 50px;
  left: 0; }

.gallery_nav_title {
  font-size: 3.0rem; }

.gallery_nav_subtitle {
  font-size: 1.8rem;
  margin-left: 20px; }

.acd_check {
  display: none; }

.acd_label {
  background: #36b2ac;
  color: #fff;
  display: block;
  padding: 10px;
  cursor: pointer; }

.acd_content {
  border: 1px solid #fff;
  height: 0;
  opacity: 0;
  padding: 0 10px;
  transition: .5s;
  visibility: hidden; }

.acd_check:checked + .acd_label + .acd_content {
  height: auto;
  background: #b3fff8;
  opacity: 1;
  padding: 10px;
  visibility: visible; }

.content_txt {
  width: 100%;
  height: 40px;
  padding-left: 20px; }

.other_link {
  display: inline-block;
  width: 100%;
  height: auto;
  color: #fff;
  background: #f964c0;
  border-radius: 50px;
  padding: 6px 0;
  margin-bottom: 5px; }

.gallery {
  padding: 0.2em 0; }

.container .gallery {
  width: 783px;
  margin-left: 357px; }

.gallery_title {
  font-size: 3.0rem;
  margin-bottom: 64px; }

.blank {
  margin-left: 10px; }

.lightcase {
  margin-bottom: 64px; }

.gallery .lightcase:last-of-type {
  margin-bottom: 0; }

/*/Historyページ*/
/*Accessページ*/
.access_title {
  width: 100%;
  height: 140px;
  background-image: url("images/access/access_title.jpg");
  background-color: rgba(54, 178, 172, 0.9);
  background-position: center;
  background-repeat: no-repeat; }

.adress_txt {
  font-size: 2.8rem;
  height: 94px;
  text-align: left;
  background-image: url("images/access/adress_line.png");
  background-repeat: no-repeat;
  background-position: center;
  padding: 5% 0 0 28%;
  margin-bottom: 64px; }

.adress_index {
  font-size: 1.8rem;
  margin-right: 20px; }

.access_txt {
  font-size: 1.8rem;
  margin-bottom: 20px; }

.shop_txt {
  line-height: 2.4;
  margin-bottom: 88px; }

.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  margin: 0 10px; }

.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%; }

/*/Accessページ*/
/*Trialページ*/
.trial_title {
  width: 100%;
  height: 140px;
  background-image: url("images/trial/trial_title.jpg");
  background-color: rgba(54, 178, 172, 0.9);
  background-position: center;
  background-repeat: no-repeat; }

.trial {
  width: 60vw;
  height: auto;
  background-color: #fff;
  margin: 0 auto; }

.lets_trial {
  font-size: 1.8rem;
  line-height: 3.6;
  margin-bottom: 64px; }

.lets_trial img {
  max-width: 60%; }

.img_quilt {
  margin-bottom: 64px; }

.q {
  max-width: 641px;
  margin: 0 auto; }

.q .q_bg {
  /*	height: 82px;*/
  height: 0;
  text-align: left;
  font-size: 2.4rem;
  /*
  	padding-top: 2%;
  	padding-left: 20px;
  	margin: 0 0 20px 72px;
  */
  display: block;
  position: relative;
  padding-top: 15.2%;
  background-size: contain; }

.q .q_title {
  position: absolute;
  top: 50%;
  left: 3%;
  transform: translateY(-50%); }

.q:first-of-type .q_bg {
  background-image: url("images/trial/q1line.png");
  background-repeat: no-repeat; }

.q:nth-last-of-type(2) .q_bg {
  background-image: url("images/trial/q2line.png");
  background-repeat: no-repeat; }

.q:last-of-type .q_bg {
  background-image: url("images/trial/q3line.png");
  background-repeat: no-repeat;
  padding-top: 12%; }

.a {
  text-align: left;
  margin: 0 0 64px 144px; }

.a:last-of-type {
  margin-bottom: 88px; }

/*/Trialページ*/
/*--
  spのcss
       --*/
@media screen and (max-width: 768px) {
  .inner {
    padding: 0 10px;
    margin: auto; }

  .spacer {
    padding-top: 88px;
    padding-bottom: 88px; }

  .content_pc {
    display: none; }

  .content_sp {
    display: block; }

  a.btn_gradient_pink {
    display: inline-block;
    width: 70vw;
    height: auto; }

  .bg_white_small a.btn_gradient_pink {
    width: 80%; }

  .bg_leaf {
    background-image: url("images/bg_leaf_top_sp.png") , url("images/bg_leaf_bottom_sp.png");
    background-repeat: no-repeat,no-repeat,no-repeat;
    background-position: left top,right bottom; }

  .bg_bird {
    bottom: -21px; }

  .bg_wave {
    margin-top: -46px; }

  .pc {
    display: none; }

  .sp {
    display: block; }

  .bg_rgba {
    width: 100vw; }

  /*header*/
  header {
    height: 75px; }

  .header {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 150;
    width: 100%;
    padding: 10px 20px;
    box-sizing: border-box; }

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

  .header_logo {
    height: auto;
    width: 200px; }

  .header .nav {
    display: none;
    position: fixed;
    overflow-y: scroll;
    top: 0;
    left: 0;
    z-index: 120;
    width: 100%;
    height: 100%;
    padding: 75px 0 88px;
    background-color: rgba(255, 255, 255, 0.85);
    margin: 0;
    -webkit-overflow-scrolling: touch; }

  .header .nav_item {
    display: block;
    width: 100vw;
    height: auto;
    text-align: left;
    background-color: #36b2ac;
    border-bottom: 5px solid #fff;
    padding: 15px 0; }

  .header .nav_en {
    width: 150px;
    font-size: 3.0rem;
    color: #fff;
    margin: auto 20px; }

  .header .nav_ja {
    font-size: 1.8rem;
    color: #fff;
    margin: auto 0; }

  .sns_icon {
    margin: 64px auto 150px; }

  .header .fab {
    font-size: 3.0rem;
    padding: 0 32px;
    margin: 0; }

  .header .fab:last-of-type {
    padding-bottom: 50px; }

  .select_flower {
    display: flex;
    width: 100%;
    text-align: left;
    position: relative; }

  #menu-item-72, #menu-item-75 {
    background-color: #f932ad;
    z-index: 110; }

  .select_flower:hover::after {
    background-image: none; }

  .btn_trigger {
    -webkit-appearance: none;
    appearance: none;
    position: relative;
    width: 40px;
    height: 50px;
    z-index: 150;
    border: 3px solid #36b2ac;
    border-radius: 10px;
    background-color: transparent;
    padding: 0 5px; }

  .btn_trigger.active {
    background-color: #fff; }

  .btn_trigger span {
    position: absolute;
    display: block;
    width: 40px;
    height: 3px;
    background-color: #36b2ac;
    transition: all 0.5s;
    box-sizing: border-box; }

  .btn_trigger span:first-of-type {
    top: 8.5px; }

  .btn_trigger span:nth-of-type(2) {
    top: 21px; }

  .btn_trigger span:last-of-type {
    bottom: 13px; }

  .btn_trigger.active span:first-of-type {
    transform: rotate(45deg);
    top: 21px; }

  .btn_trigger.active span:nth-of-type(2) {
    opacity: 0; }

  .btn_trigger.active span:last-of-type {
    transform: rotate(-45deg);
    bottom: 26px; }

  .btn_txt {
    color: #36b2ac;
    font-size: 1.0rem;
    position: absolute;
    bottom: -5%;
    left: 20%; }

  #hamburger-menu.menu {
    display: block; }

  .nav_list {
    margin: 20px auto 50px; }

  /*/header*/
  /*footer*/
  .footer {
    display: block;
    text-align: center;
    padding-top: 64px;
    padding-bottom: 64px; }

  .footer .header_logo {
    margin: 0 auto 32px; }

  .footer .nav {
    text-align: center; }

  .footer .nav_list {
    display: block; }

  .footer .nav_list .menu {
    flex-wrap: wrap;
    justify-content: space-around; }

  .footer .nav_item {
    width: 30%;
    margin: 0 auto 32px; }

  .footer .nav_list .nav_en {
    font-size: 1.8rem; }

  .footer .fab {
    width: 30%;
    font-size: 3.0rem;
    padding-left: 0;
    margin: 32px auto 0; }

  .copyright {
    font-size: 1.1rem;
    text-align: center;
    margin-bottom: 64px; }

  /*/footer*/
  /*TOPページ*/
  .title_en {
    font-size: 3.0rem; }

  /*main*/
  .main {
    margin-top: 45px; }

  .slider img {
    height: auto;
    width: 750px; }

  .intro_en {
    font-size: 3.0rem; }

  .intro_txt {
    text-align: left; }

  .trial_info {
    display: inline-block;
    margin: 0 auto 88px; }

  .trial_info .intro_txt {
    text-align: center;
    margin-bottom: 32px; }

  .trial_text {
    font-size: 1.6rem;
    vertical-align: middle; }

  .btn_trial {
    margin-left: 0; }

  /*/main*/
  /*youtube*/
  /*/youtube*/
  /*blog*/
  .ameblo_img {
    width: 35%; }

  .ameblo_img img {
    height: 130px; }

  .ameblo_txt {
    width: 63%; }

  .ameblo_txt p {
    font-size: 14px; }

  /*/blog*/
  /*a lower page*/
  .link {
    display: block; }

  .lower_page {
    position: relative;
    width: 60vw;
    margin: 0 auto 64px; }

  .lower_page img {
    width: 60vw; }

  .lower_page:last-of-type {
    margin: 0 auto 64px; }

  .link_txt {
    position: absolute;
    top: 65%;
    left: 0;
    right: 0;
    margin: 0 auto; }

  .link_jp {
    font-size: 1.8rem;
    display: block; }

  .link_en {
    font-size: 2.4rem; }

  .contact_btn {
    margin-top: 30px; }

  /*/a lower page*/
  /*the latest activity*/
  a.btn_gradient_blue {
    display: inline-block;
    width: 75vw;
    height: auto; }

  a.btn_gradient_blue .active {
    -webkit-transform: skew(0);
    transform: skew(0);
    color: #fff;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1); }

  /*/the latest activity*/
  /*access*/
  .column div {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 64px; }

  .adress {
    margin-bottom: 64px; }

  .shop {
    line-height: 2.4;
    margin-bottom: 64px; }

  /*/access*/
  /*/TOPページ*/
  .page_title_bg {
    width: 100vw;
    height: 150px; }

  .page_title {
    width: 100%;
    height: 0; }

  .page_title_en {
    line-height: 1.0; }

  .bg_white_small {
    width: 88vw; }

  /*Instructorページ*/
  .page_title_bg .instructor_title {
    width: auto;
    height: 150px;
    display: flex;
    align-items: center;
    background-image: url("images/instructor/instructor_title_sp.jpg"); }

  .page_title_en {
    font-size: 3.2rem; }

  .page_title_jp {
    font-size: 1.5rem; }

  .meaning {
    line-height: 2.4;
    margin-bottom: 88px;
    text-align: left; }

  .president {
    font-size: 2.1rem; }

  .hawaii_teacher {
    display: block; }

  .column_space {
    margin: 0; }

  .list {
    padding: 0 20px;
    margin: auto 10%; }

  /*/Instructorページ*/
  /*Lessonページ*/
  .page_title_bg .lesson_title {
    width: auto;
    height: 150px;
    display: flex;
    align-items: center;
    background-image: url("images/lesson/lesson_title_sp.jpg"); }

  .lesson {
    display: block;
    width: auto; }

  .lesson_box {
    width: 87.3%;
    justify-content: flex-start;
    padding-top: 88px;
    padding-bottom: 25px;
    margin: 0 auto 64px; }

  .lesson_box:last-of-type {
    margin: 0 auto 64px 10px; }

  .baby {
    background-image: url("images/lesson/baby_frame_sp.png");
    background-repeat: no-repeat;
    background-size: contain; }

  .keiki {
    background-image: url("images/lesson/keiki_frame_sp.png");
    background-repeat: no-repeat;
    background-size: contain; }

  .adult {
    background-image: url("images/lesson/adult_frame_sp.png");
    background-repeat: no-repeat;
    background-size: contain; }

  .lesson_en {
    color: #36b2ac;
    font-size: 2.5rem;
    margin-right: 20px; }

  .info_trial {
    display: block;
    font-size: 2.2rem;
    margin: 0 auto;
    line-height: 1.0; }

  .experient {
    width: 80vw;
    font-size: 1.6rem;
    margin: 32px auto 0; }

  /*/Lessonページ*/
  /*Priceページ*/
  .page_title_bg .price_title {
    width: auto;
    height: 150px;
    display: flex;
    align-items: center; }

  .price_headline {
    font-size: 1.8rem; }

  /*/Priceページ*/
  /*Historyページ*/
  .wrapper {
    width: 100%;
    overflow-x: hidden !important; }

  .page_title_bg .history_title {
    height: 150px;
    width: auto;
    display: flex;
    align-items: center;
    background-image: url("images/history/history_title_sp.jpg"); }

  .gallery_nav {
    width: 100%;
    float: none;
    position: static; }

  .gallery_nav_title {
    width: 80%;
    margin-left: 32px; }

  .gallery_nav_subtitle {
    font-size: 1.8rem;
    margin-left: 0; }

  .leaf_line {
    margin: 20px auto; }

  .acd_label {
    padding-left: 32px; }

  /*.acd_content{
  	margin-bottom: 32px;
  }*/
  .content_txt {
    padding-left: 5px; }

  .gallery {
    padding: 0.2em 0;
    width: 100%;
    margin: 0 auto; }

  .gallery_title {
    font-size: 1.8rem;
    margin-bottom: 32px; }

  .blank {
    margin-left: 0; }

  .lightcase {
    margin-bottom: 64px; }

  /*/Historyページ*/
  /*Accessページ*/
  .page_title_bg .access_title {
    height: 150px;
    display: flex;
    align-items: center;
    background-image: url("images/access/access_title_sp.jpg"); }

  .adress_txt {
    font-size: 1.8rem;
    height: 94px;
    text-align: center;
    background-image: url("images/access/adress_line_sp.png");
    background-size: 100%;
    padding: 5% 13% 5% 0;
    margin-bottom: 32px; }

  .adress_index {
    font-size: 1.6rem; }

  .access_txt {
    font-size: 1.6rem;
    margin-bottom: 64px; }

  /*/Accessページ*/
  /*Trialページ*/
  .page_title_bg .trial_title {
    display: flex;
    align-items: center;
    background-image: url("images/trial/trial_title_sp.jpg"); }

  .lets_trial {
    font-size: 1.6rem;
    line-height: 2.7; }

  .img_quilt {
    width: 80%; }

  .q {
    max-width: 640px;
    font-size: 1.8rem;
    margin: 0 20px;
    background-size: 100%;
    background-position: right bottom; }

  .q:first-of-type .q_bg {
    background-image: url("images/trial/q1line_sp.png");
    background-repeat: no-repeat;
    padding-top: 15.2%; }

  .q:nth-last-of-type(2) .q_bg {
    background-image: url("images/trial/q2line_sp.png");
    background-repeat: no-repeat;
    padding-top: 18.5%; }

  .q:last-of-type .q_bg {
    background-image: url("images/trial/q3line_sp.png");
    background-repeat: no-repeat;
    padding-top: 20.2%;
    line-height: 1.3; }

  .q_title {
    font-size: 1.8rem; }

  .q_bg .text_top {
    top: 23%; }

  .a {
    text-align: left;
    margin: 10px 30px 64px; }

  .bottom_space {
    margin-bottom: 88px; }

  /*/Trialページ*/ }
@media screen and (max-width: 414px) {
  .link_txt {
    top: 55%; }

  .lesson_box {
    width: auto;
    height: 233px;
    padding-top: 25px;
    margin-left: 10px; } }
