@charset "UTF-8";

/* ----------------------------------------------------------------------------------------------------
*  リセット
* --------------------------------------------------------------------------------------------------*/
html {
    height: 100%;
}
body {
    height: 100%;
    -webkit-text-size-adjust: 100%;
}
html {
    -webkit-text-size-adjust: 100%;
    font-size: 62.5%;
    overflow-y: scroll;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
address,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
img,
form {
  margin: 0;
  padding: 0;
  border: none;
  border-spacing: 0;
  line-height: 100%;
  list-style-type: none;
  font-style: normal;
  font-weight: normal;
  text-align: left;
  color: #000;
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: normal;
}

body {
  width: 100%;
  position: relative;
  background-color: #c0b889;
  color: #262626;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, Arial, sans-serif;
  font-weight: 400;
  font-feature-settings: "palt" 1;
  font-kerning: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-padding-top: 100px;
}
body a {
  text-decoration: none;
  outline: 1px solid transparent;
  color: #a82f24;
}
img {
    vertical-align: bottom;
    max-width: 100%;
}
.full {
  width: 100%;
}
*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
a,
section#contact input[type="submit"] {
  transition: all 0.8s;
}
.mincho {
  font-family:"游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
}
.font_ss {
  font-size: 12px;
}
.font_s {
  font-size: 14px;
}
.font_m {
  font-size: 18px;
}
.font_l {
  font-size: 20px;
}
.bold {
  font-weight: bold;
}
.tx_center {
  text-align: center !important;
}
.mb10 {margin-bottom: 10px!important;}
.mb20 {margin-bottom: 20px!important;}
.mb30 {margin-bottom: 30px!important;}
.mb40 {margin-bottom: 40px!important;}
.mb50 {margin-bottom: 50px!important;}
.mb60 {margin-bottom: 60px!important;}

.sp {
  display: none;
}

/***** header *****/

header#header {
  height: 70px;
  width: 100%;
  position: fixed;
  padding: 12px 20px 0;
  top: 0;
  z-index: 4999;
  background-color: #c0b889;
  border-bottom: 1px solid #a82f24;
  transition: all 0.3s;
}
header#header.scroll {
  height: 50px;
  padding: 2px 20px 0;
}
header#header .logo {
  float: left;
  width: 45%;
}
header#header .logo a {
  color: #a82f24;
  font-size: 2.6rem;
  font-family: 'Fredericka the Great', cursive;
}
header#header .logo a img {
  width: 100px;
}
@media screen and (max-width: 900px) {
  header#header .logo a {
    font-size: 2.2rem;
  }
}

/***** gnav *****/

#gnav {
  padding: 0;
}
#gnav ul {
  float: right;
  margin-top: 11px;
  display: -webkit-flex;
  display: flex;
  width: 540px;
}
#gnav ul li {
  margin-left: 13px;
}
@media screen and (max-width: 900px) {
  #gnav ul li {
    margin-left: 10px;
  }
  #gnav ul {
    width: 482px;
  }
}
#gnav ul li a {
  font-family: 'Fjalla One', sans-serif;
  color: #a82f24;
  font-weight: bold;
  letter-spacing: 2px;
  font-size: 16px;
  letter-spacing: 1px;
}
#gnav ul li.menu_contact a {
  color: #333;
}

.bx-controls.bx-has-pager.bx-has-controls-direction {
  display: none;
}

/***** maincontents *****/

#maincontents {
  overflow: hidden;
  padding-top: 70px;
}

/***** mainvisual *****/
.mainvisual {
  position: relative;
  width: 100%;
  height: 700px;
  margin-bottom: 70px;
  overflow: hidden;
  padding-top: 50px;
  background-color: #a82d24;
  text-align: center;
}
.mainvisual img {
}
.mainvisual.pc {
  padding: 0;
  position: relative;
  text-align: center;
}
.bg_movie_cover {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/common/img/movie_cover.png) repeat 0 0;
  z-index: 1;
}
.mainvisual.pc video {
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
}

.notice {
  width: 94%;
  margin: auto;
}
.notice h2 {
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 10px;
  color: #a82d24
}
.notice p {
  font-weight: bold;
  text-align: center;
  color: #a82d24;
  margin-bottom: 50px;
  line-height: 2em;
}
p.lead {
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
}
.policy {
  padding: 40px 100px;
  background: url(../img/bg_policy.jpg);
  background-size: cover;
  border-radius: 5px;
}
ul.policy_list {
  list-style-type: none;
}
ul.policy_list li {
  padding: 8px 0;
  margin-bottom: 14px;
  line-height: 1.5;
  border-bottom: 1px dotted #999;
  position: relative;
  color: #fff;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1px;
  font-size: 1.8rem;
}
.content {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: dashed #c0b889 2px;
}
.inner {
  max-width: 900px;
  min-width: 800px;
  margin: 0px auto;
  overflow: hidden;
}
.content h2 {
  font-size: 4.8rem;
  text-align: center;
  margin-bottom: 30px;
  line-height: 1em;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
  color: #a82f24;
}
.content h2 span {
  display: block;
  font-size: 1.6rem;
}
.content h2 span.inline,
.content h3 span.inline {
  display: inline;
  margin-left: 10px;
}
.lowmain .content h2 {
  color: #262626;
}
.content p {
  line-height: 2em;
  letter-spacing: 0px;
}

/* ボタン　*/
.btn-animation-02 {
  display: inline-block;
  width: 500px;
  text-align: center;
  border: 2px solid #a82f24;
  font-size: 16px;
  color: #a82f24;
  text-decoration: none;
  font-weight: bold;
  padding: 10px 24px;
  border-radius: 4px;
  position: relative;
  margin: auto;
}

.btn-animation-02 span {
  position: relative;
  z-index: 1;
}

.btn-animation-02::before,
.btn-animation-02::after {
  content: "";
  display: block;
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  transition: .2s;
}
.btn-animation-02::before {
  left: 0;
}
.btn-animation-02::after {
  right: 0;
}
.btn-animation-02:hover:before,
.btn-animation-02:hover:after {
  width: 0;
  background-color: #a82f24;
}
.btn-animation-02:hover {
  background-color: #a82f24;
  color: #c0b889;
}
.col {
  display: flex;
}
.col .btn-animation-02 {
  width: 420px;
}
.btn_type_a {
  border-bottom: dotted 1px #a82f24;
  padding: 15px 0 10px;
  font-weight: bold;
}
.btn_type_a .fas {
  margin-right: 8px;
}
#about p {
  font-weight: bold;
}
.content h3 {
  text-align: center;
  font-size: 2.4rem;
  letter-spacing: 1px;
  line-height: 1.6em;
  margin-bottom: 25px;
  font-weight: bold;
  color: #a82f24;
  font-family: 'Roboto Condensed', sans-serif;
}
.class_box {
  margin-bottom: 15px;
  width: 49%;
  float: left;
  background: #a82f24;
  padding: 2.5% 2% 0;
  border-radius: 5px;
  height: 260px;
}
.class_box.mr4p {
  margin-right: 2%;
}
.class_box h3 {
  color: #f5f0d3;
  margin-bottom: 15px;
}
.class_box h3 span,
.content h3 span {
  display: block;
  font-size: 1.4rem;
  line-height: 1em;
}
.class_box p {
  color: #f5f0d3;
  letter-spacing: 0px;
  font-size: 1.4rem;
  font-weight: bold;
}
.class_box p a {
  color: #fff;
}
.content h4 {
  font-size: 16px;
  text-align: center;
  letter-spacing: 2px;
  line-height: 1.4em;
  margin-bottom: 12px;
  font-family: 'Roboto Condensed', sans-serif;
}
.policy img {
  width: 49%;
  float: left;
}
ul.classList {
  max-width: 1000px;
  margin: auto;
  display: flex;
  display: -webkit-flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
ul.classList > li {
  margin-bottom: 30px;
  text-align: left;
  background-color: #c0b888;
  padding: 40px 60px 30px;
}

#classes ul.classList > li:nth-child(1) p,
#classes ul.classList > li:nth-child(3) p {
  color: #a82f24;
}
#classes ul.classList > li:nth-child(2) p,
#classes ul.classList > li:nth-child(4) p,
#classes ul.classList > li:nth-child(2) h3,
#classes ul.classList > li:nth-child(4) h3 {
  color: #fff;
}

#classes ul.classList > li p {
  text-align: left;
  font-size: 1.5rem;
  line-height: 2.6rem;
  margin-bottom: 20px;
  font-weight: bold;
}
#classes ul.classList > li h3 {
  margin-bottom: 20px;
  color: #a82f24;
}
#classes ul.classList li ul.info li {
  float: none;
}
.movie_inner {
  border-radius: 3px;
  width: 1000px;
  margin: auto;
  background: #dad4b2;
  padding: 20px 30px;
}
.content .movie_inner h2 {
  border-bottom: 2px solid #a82f24;
}
.content .movie_inner h3 {
  text-align: left;
  font-size: 1.6rem;
  color: #000;
  margin-bottom: 10px;
}
.video_list {
  margin: auto auto 60px;
}
.video_list li {
  width: 48%;
  float: left;
  margin-bottom: 25px;
}
.video_list li:nth-child(odd) {
  margin-right: 4%;
}
.video_list li iframe {
    width: 100%;
}

p.copyright {
  text-align: center;
  font-size: 12px;
  font-family: 'Raleway';
  color: #fff;
  background-color: #a82f24;
  padding: 10px 36px;
}
.post_list {
  width: 680px;
  margin: auto auto 20px;
}
.post_list dt { 
  float: left;
}
.post_list dt {
  width: 14%;
  margin-bottom: 10px;
}
.post_list dd {
  width: 84%;
  float: right;
  margin-bottom: 10px;
}
.post_list dd span {
  padding: 3px 7px;
  margin-right: 8px;
  background: #80784f;
  font-size: 1.1rem;
  text-align: center;
  font-weight: bold;
  background: #80784f;
  color: #fff;
  border-radius: 3px;
}
ul.normal_list {
  margin-left: 18px;
  margin-bottom: 30px;
}
ul.normal_list li {
  list-style-type: disc;
  margin-bottom: 10px;
}

/* ------------------------------
     CONTACT FORM
------------------------------ */
.form_inner {
  background: #dad4b2;
  border-radius: 5px;
  padding: 20px 60px;
}
.form_inner form dt {
  font-weight: bold;
}

/* ------------------------------
   下層ページ
------------------------------ */
.content.lower {
  border: none;
}
.detail_ttl {
  font-size: 4.8rem;
  text-align: center;
  margin: 0 0 60px;
  line-height: 1em;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
  background-color: #a82f24;
  color: #c0b889;
  padding: 50px 0;
}
.detail_ttl span {
  display: block;
  font-size: 1.6rem;
}
.content.lower h2 {
  font-size: 2.8rem;
  text-align: left;
  line-height: 1.4em;
}
.content.lower img {
  height: auto;
  max-width: 100%;
  object-fit: cover;
}
.youtubeL {
  position: relative;
  width: 48%;
  height: 300px;
  float: left;
  margin: 0 4% 20px 0;
  clear: both;
}
.youtubeR {
  position: relative;
  width: 48%;
  height: 300px;
  float: right;
  margin: 0 0 20px 0;
}
.youtubeL iframe,
.youtubeR iframe {
  height: auto;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.date {
  text-align: right;
}
.content_left_a {
  float: left;
  width: 40%;
  margin-bottom: 30px;
}
.content_left_a img {
  width: 100%;
}
.content_right_a {
  float: right;
  width: 56%;
}
.content_right_a p {
  margin-bottom: 20px;
}
.content .sub_ttl_a {
  font-weight: bold;
  text-align: left;
  font-size: 1.8rem;
}
.content .sub_ttl_b {
  text-align: left;
}
ul.work_list li {
  padding: 0em 0 0.5em 1.4em;
  margin-bottom: 12px;
  line-height: 1.5;
  border-bottom: 1px dashed #a82f24;
  position: relative;
}
ul.work_list li:after,
ul.work_list li:before{
  content:'';
  position: absolute;
  border-radius: 50%;
}
ul.work_list li:before {
  top: 40%;
  left: 0em;
  width: 5px;
  height: 5px;
  background: #a82f24;
  transform: translateY(-50%);
}
.insta_follow img {
  color: #a82f24;
  width: 50px;
}

.lesson_box {
  margin-bottom: 15px;
  width: 49%;
  float: left;
  background: #dad4b2;
  border-radius: 5px;
  height: 410px;
  overflow: hidden;
}
.lesson_box a {
  display: block;
  height: 100%;
}
.lesson_box.mr4p {
  margin-right: 2%;
}
.content.lower .lesson_box h2 {
  letter-spacing: 2px;
  color: #a82f24;
  font-size: 2.4rem;
  margin: 0;
  padding: 10px 15px 5px;
}
.lesson_box h2 span {
  letter-spacing: 1px;
  display: block;
  font-size: 1.6rem;
  line-height: 1em;
}
.lesson_box p {
  color: #212121;
  letter-spacing: 1px;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 0 15px 15px;
  line-height: 1.6em;
}
/* ------------------------------
    インスタグラム
------------------------------ */
#sample {
  width: 100%;
  margin: 0 auto 50px;
}
#sample li {
  float: left;
  overflow: hidden;
  vertical-align: middle;
  position: relative;
  width: 25%;
  height: 220px;
  object-fit: cover; /* この一行を追加するだけ！ */
}
#sample li a {
  display: block;
}
#sample li a img {
  width: 100%;
  height: auto;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
#sample .instagram-image {
  float: left;
}
#sample .instagram-data {
  float: right;
  width: 800px;
  display: none;
}
#sample .instagram-like .like-user {
  float: left;
  margin-right: 20px;
  font-size: 11px;
}
#sample .instagram-comments {
  clear: both;
  padding-top: 10px;
  display: none;
}
#sample .instagram-comments .comments-user {
  overflow: hidden;
  margin-bottom: 10px;
}
#sample .instagram-comments .comments-user-icon {
  float: left;
  margin-right: 10px;
}
.insta_follow {
  text-align: center;
  margin-bottom: 20px;
}
.insta_follow img {
  width: 50px;
}
.class_area {
  margin-bottom: 20px;
  background: #dad4b2;
  border-radius: 5px;
  padding: 20px 30px;
}
.class_area h3 {
  text-align: left;
  margin-bottom: 10px;
  font-size: 2rem;
  color: #a82f24;
}
.class_area p {
  font-size: 1.4rem;
  color: #333;
  font-weight: bold;
}
.class_area a {
  color: #a82f24;
  border-bottom: 1px dotted #a82f24;
  padding-bottom: 4px;
}
.class_area .fa-arrow-right {
  margin-right: 8px;
  color: #a82f24;
}
.class_area .fa-check {
  margin-right: 8px;
}
a.to_swing {
  position: fixed;
  bottom: 50%;
  right: 20px;
  font-size: 1.3rem;
  background: #a82f24;
  text-align: center;
  padding: 30px 10px;
  border-radius: 60px;
  font-weight: bold;
  color: #fff;
  z-index: 1;
}
a.to_swing:hover {
  background: #ec756a;
}
.swing {
    transform-origin: top center;
    animation: burabura linear 2s forwards;
}
ul.posts li {
  width: 31%;
  float: left;
  background: #dad4b2;
  border-radius: 3px;
  overflow: hidden;
  margin: 0 2% 2% 0;
  height: 245px;
}
ul.posts li a {
  display: block;
  height: 100%;
  padding-bottom: 10px;
  letter-spacing: 1px;
}
ul.posts li a:hover {
  opacity: 0.7;
}
ul.posts li p {
  padding: 0 12px;
  line-height: 1.4em;
  font-size: 1.3rem;
  font-weight: bold;
}
ul.posts li p.title {
  margin: 17px 0 0;
  line-height: 1.7em;
  font-size: 1.5rem; 
}
ul.posts li p.date_cat {
  font-size: 1.4rem;
  position: relative;
  margin: 10px 0 6px; 
  line-height: 1.6em;
  font-weight: normal;
}
ul.posts li p.date_cat span {
  font-size: 1.1rem;
  position: absolute;
  top: -2px;
  right: 10px ;
  background: #80784f;
  color: #fff;
  border-radius: 3px;
  padding: 1px 7px;
  text-align: center;
  font-weight: bold;
}
.post_inner {
  width: 750px;
  margin: auto;
}
.post_ttl {
  color: #a82f24;
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
  font-family: 'Roboto Condensed', sans-serif;
}
.post_content {
  padding: 25px;
  background: #dad4b2;
  border-radius: 5px;
  margin-bottom: 30px;
}
.post_content h2 {
  font-size: 2.2rem;
  margin-bottom: 10px;
  color: #a82f24;
  font-weight: bold;
}
.post_content p {
  margin-bottom: 20px;
  font-size: 1.4rem;
  line-height: 1.9em;
  font-feature-settings: normal;
}
.post_content p.date {
  text-align: right;
  margin-bottom: 10px;
}
.post_content ul {
  margin-left: 17px;
  margin-bottom: 20px;
}
.post_content ul li {
  list-style: disc;
}
.post_kv {
  margin-bottom: 30px;
}
.calendar_box iframe {
  width: 100%;
}
.page_top {
  position: fixed;
  width: 38px;
  height: 77px;
  right: 0px;
}
.page_top a:hover { opacity: 0.7;}
.page_top a:hover img { opacity: 1;}
.page_top a img {
    width: 22px;
}
.page_top {
  background: #a82f24;
  border-radius: 5px 0 0 5px;
}
.page_top a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.lang_pc {
  writing-mode: vertical-rl;
  width: 38px;
  height: 77px;
  background: #a82f24;
  border-radius: 0 5px 5px 0;
  font-weight: bold;
  font-size: 1.3rem;
  letter-spacing: 1px;
  position: fixed;
  left: 0;
}
.lang_pc a {
  padding: 10px 10px 10px 9px;
  font-family: 'Fjalla One', sans-serif;
  color: #c0b889;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.lang_pc a:hover {
  opacity: 0.7;
}

.footer_to_contact a {
  display: block;
  width: 500px;
  margin: auto;
  padding: 10px;
  background: #a82f24;
  text-align: center;
  color: #c0b889;
  font-size: 1.7rem;
  font-weight: bold;
  border-radius: 3px;
  margin-bottom: 20px;
  position: relative;
  border: 2px solid #a82f24;
  font-family: 'Fjalla One', sans-serif;
}
.footer_to_contact a::before,
.footer_to_contact a::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.footer_to_contact a,
.footer_to_contact a::before,
.footer_to_contact a::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.footer_to_contact a {
  position: relative;
  z-index: 2;
}
.footer_to_contact a:hover {
  background-color: #c0b889;
  border-color: #a82f24;
  color: #a82f24;
}
.footer_to_contact a::before,
.footer_to_contact a::after {
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #a82f24;
}
.footer_to_contact a::before {
  right: 0;
}
.footer_to_contact a::after {
  left: 0;
}
.footer_to_contact a:hover::before,
.footer_to_contact a:hover::after {
  width: 0;
  background-color: #a82f24;
}

.footer_to_contact .fa-envelope {
  margin-right: 8px;
}

.table_simple {
  width: 780px;
  margin: auto auto 100px;
}
.table_simple a {
  text-decoration: underline;
}
.table_simple th {
  font-size: 1.4rem;
  padding: 10px 15px;
  width: 28%;
  border-bottom: 1px solid #a82f24;
  letter-spacing: 2px;
}
.table_simple td {
  font-size: 1.5rem;
  padding: 10px 15px;
  border-bottom: 1px solid #937311;
  letter-spacing: 1px;
}
.table_simple th.first {
  border-top: 1px solid #a82f24;
}
.table_simple td.first {
  border-top: 1px solid #937311;
}

.table_blog_a {
  width: 100%;
  margin: auto auto 50px;
  border-collapse: collapse;
}

.table_blog_a a {
  text-decoration: underline;
}
.table_blog_a th {
  font-size: 1.4rem;
  padding: 6px 10px;
  width: 28%;
  border: 1px solid #a82f24;
  letter-spacing: 2px;
}
.table_blog_a td {
  font-size: 1.5rem;
  padding: 6px 10px;
  border: 1px solid #a82f24;
  letter-spacing: 1px;
}

ul.gallery_a {
}
ul.gallery_a li {
  margin-bottom: 30px;
}
ul.gallery_list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
ul.gallery_list li {
  width: 9%;
  text-align: center;
  color: #000;
  margin: 2px;
  border-bottom: 1px solid #a82f24;
}
ul.gallery_list li a {
  background: #a82f24;
  color: #fff;
  display: block;
  border-radius: 3px;
}

/* ------------------------------
    スマホ表示
------------------------------ */
@media screen and (max-width: 800px) {
  .pc {
    display: none;
  }
  .sp {
    display: inherit;
  }
  body {
    width: 100%;
    min-width: inherit;
  }  
  div.header_btn {
    display: none;
  }
  header#header {
    height: 58px;
    width: 100%;
    padding: 10px 15px;
  }
  header#header.scroll {
    height: 50px;
    padding: 10px 15px;
  }
  header#header .logo {
    width: 80%;
  }
  header#header .logo a {
    font-size: 22px;
  }
  header#header.scroll .logo a {
    font-size: 18px;
  }
  #gnav {
    display: none;
  }
  .mainvisual {
    height: inherit;
    margin-bottom: 50px;
    padding-bottom: 45px;
  }
  main#maincontents {
    width: 100%;
    float: none;
    margin-left: 0;
    padding-top: 58px;
  }
  .notice p {
    text-align: left;
    width: 94%;
    margin: auto auto 50px;
  }
  .content {
    width: 96%;
    margin-bottom: 30px;
    padding-bottom: 20px;
  }
  .content h2 {
    font-size: 3.4rem;
    margin-bottom: 20px;
  }
  .content h3 {
    font-size: 2.2rem;
    letter-spacing: 1px;
  }
  .inner {
    width: 100%;
    min-width: inherit;
    max-width: inherit;
  }
  .content p {
    letter-spacing: 0px;
    text-align: left;
    font-size: 1.5rem;
    line-height: 1.7em;
  }
  .content p.lead {
    line-height: 1.6em;
  }
  div#wrap {
    width: 100%;
  }
  .content {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
  }
  .btn-animation-02 {
    width: 90%;
  }
  .btn-animation-02::before,
  .btn-animation-02::after {
    width: 51%;
  }
  .col {
    display: inherit;
  }
  .col .btn-animation-02 {
    width: 90%;
    margin-bottom: 10px;
  }
  .policy {
    padding: 5% 4%;
    background-image: url(../img/bg_policy_sp.jpg);
  }
  ul.policy_list li{
    text-align: left;
    font-size: 4vw;
  }
  ul.policy_list {
    width: inherit;
  }
  .content_left_a {
    float: none;
    width: 100%;
    margin-bottom: 15px;
  }
  .content_right_a {
    float: none;
    width: 100%;
    margin-bottom: 50px;
  }
  .content .content_right_a p {
    line-height: 1.6em;
  }
  .class_box {
    padding: 5% 4% 5%;
    margin-bottom: 10px;
    width: 100%;
    height: inherit;
  }
  .class_box h3 {
    margin-bottom: 18px;
  }
  .class_box.mr4p {
    margin-right: 0;
  }
  .class_box.spmb30 {
    margin-bottom: 30px;
  }
  .movie_inner {
    width: 100%;
    padding: 6px 2%;
  }
  .video_list li {
    width: 100%;
    margin-right: 0;
  }
  .video_list li:nth-child(odd) {
    margin-right: 0;
  }
  .video_list li iframe {
    height: 29vh;
  }
  .post_list {
    width: 96%;
  }
  .post_list dt {
    margin-bottom: 3px;
    font-size: 1.4rem;
    font-weight: bold;
  }
  .post_list dt,
  .post_list dd {
    float: none;
    width: inherit;
  }
  .inner.box_list {
    width: 96%;
    margin: auto;
  }
  ul.posts li {
    width: 100%;
    margin: 0 0 20px 0;
    height: inherit;
  }
  #gmap {
    width: 100%;
  }
  .detail_ttl {
    font-size: 4rem;
    margin-bottom: 50px;
  }
  .class_area {
    padding: 15px;
  }
  .lesson_box {
    width: 100%;
    float: none;
    height: inherit;
  }
  .content.lower .lesson_box h2 {
    font-size: 2rem;
    letter-spacing: 1px;
  }
  #sample li {
    height: 13.5vh;
  }
  .youtubeR,
  .youtubeL {
    width: 100%;
    margin: 0 0 15px;
    height: 30vh;
  }
  ul.work_list li {
    font-size: 1.5rem;
    padding: 0em 0 0.5em 1em;
  }
  a.to_swing {
    position: inherit;
    display: block;
    width: 96%;
    margin: auto auto 20px;
    padding: 10px 0;
    border-radius: 5px;
  }
  a.to_swing.swing {
    animation: none;
  }
  .post_inner {
    width: 96%;
    margin: auto;
  }
  .post_content {
    padding: 20px 10px;
  }
  .post_content p.date {
    margin-bottom: 20px;
  }
  .post_content iframe {
    max-width: 100%;
  }
  .post_ttl {
    padding: 0 2%;
    font-size: 2.2rem;
    text-align: left;
    margin-bottom: 20px;
  }
  .form_inner {
    padding: 10px 15px;
    margin: auto;
  }
  section#contact {
    width: 94%;
    margin: auto;
  }
  footer {
    margin-left: 0;
  }
  .footer_to_contact a {
    width: 88%;
  }
  ul.gallery_list {
    flex-wrap: wrap;
    justify-content: initial;
  }
  ul.gallery_list li {
    width: 23%;
  }
}

header#header.header div.btn-hamburger-menu {
  display: none;
  position: fixed;
  top: 27px;
  right: 12px;
  width: 34px;
  height: 40px;
  z-index: 3;
  transform: translateY(-50%);
  z-index: 10;
}
header#header.header.scroll div.btn-hamburger-menu {
  top: 23px;
}

@media screen and (max-width: 800px) {
  header#header.header div.btn-hamburger-menu {
    display: inherit;
  }
}
header#header.header div.btn-hamburger-menu span {
  display: block;
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #a82f24;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
header#header.header div.btn-hamburger-menu span.border1 {
  top: 25%;
}
header#header.header div.btn-hamburger-menu span.border2 {
  top: 50%;
}
header#header.header div.btn-hamburger-menu span.border3 {
  top: 75%;
}
header#header.header div.btn-hamburger-menu:hover {
  cursor: pointer;
}
header#header.header div.btn-hamburger-menu:hover span {
  opacity: 0.5;
}
header#header.header div.btn-hamburger-menu.close span {
  width: 80%;
}
header#header.header div.btn-hamburger-menu.close span.border1 {
  top: 50%;
  left: 10%;
  transform: rotate(45deg);
}
header#header.header div.btn-hamburger-menu.close span.border2 {
  opacity: 0;
}
header#header.header div.btn-hamburger-menu.close span.border3 {
  top: 50%;
  left: 10%;
  transform: rotate(-45deg);
}

/*============================
  ハンバーガーメニュー
　#hamburger-menu
============================*/
nav#hamburger-menu.hamburger-menu {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  visibility: hidden;
  /* background-color: rgba(255, 255, 255, 0.95); */
  background-color: #c0b889;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
nav#hamburger-menu.hamburger-menu ul.hamburger-nav {
  opacity: 0;
  transform: translate(0, 5%);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  padding: 0 0 50px;
}
@media screen and (max-width: 768px) {
  nav#hamburger-menu.hamburger-menu ul.hamburger-nav {
    overflow-y: auto;
  }
}
nav#hamburger-menu.hamburger-menu ul.hamburger-nav li {
  display: block;
  padding: 0.5vh 0 2.5vh;
}
nav#hamburger-menu.hamburger-menu ul.hamburger-nav li.sns {
  float: left;
  margin-right: 40px;
}
nav#hamburger-menu.hamburger-menu ul.hamburger-nav li.sns.mr0 {
  margin-right: 0;
}
nav#hamburger-menu.hamburger-menu ul.hamburger-nav li.home {
  padding: 60px 0 0;
}
nav#hamburger-menu.hamburger-menu ul.hamburger-nav li.home a {
  font-size: 18px;
}
nav#hamburger-menu.hamburger-menu ul.hamburger-nav li a {
  display: block;
  font-size: 3.7vh;
  line-height: 1;
  text-align: center;
  font-family: 'Fjalla One', sans-serif;
  color: #a82f24;
  letter-spacing: 4px;
}
nav#hamburger-menu.hamburger-menu ul.hamburger-nav li a.child {
  font-size: 18px;
}
nav#hamburger-menu.hamburger-menu ul.hamburger-nav li.lang_sp {
  clear: both;
}
nav#hamburger-menu.hamburger-menu ul.hamburger-nav li.lang_sp a {
  background: #a82f24;
  color: #fff;
  font-size: 1em;
  width: 120px;
  display: block;
  margin: 15px auto auto;
  padding: 8px 0;
  border-radius: 3px;
}
@media screen and (max-width: 768px) {
  nav#hamburger-menu.hamburger-menu ul.hamburger-nav li a {
  }
  nav#hamburger-menu.hamburger-menu ul.hamburger-nav li.menu_contact a {
    color: #333; 
  }
}
nav#hamburger-menu.hamburger-menu.open {
  z-index: 9;
  visibility: visible;
  opacity: 1;
}
nav#hamburger-menu.hamburger-menu.open ul.hamburger-nav {
  opacity: 1;
  transform: translate(0, 0);
  transition: all 1.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s;
}
.header_booking_sp a {
  border: solid 1px #221815;
  padding: 8px;
  width: 190px;
  margin: auto;
}
.social_sp {
  width: 50%;
  float: left;
  text-align: center;
}
.social_sp a {
  display: block;
  width: 50px;
  margin: auto;
}

/* ------------------------------
    clearfix
------------------------------ */
.content:after,
.cf:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
.no_border {
  border: none !important;
}
.content,
.cf {
  display: inline-block;
}

/* Hides from IE Mac */
* html .cf {
  height: 1%;
}

.content,
.cf {
  display: block;
}