@charset "UTF-8";
/* ===========================
--- General Setting
============================ */
* {
  margin: 0px;
  padding: 0px;
}

html {
  overflow-y: scroll;
}

body {
  font-family: "Sawarabi Gothic";
}

p, li, dt, dd, table {
  text-align: justify;
  text-justify: inter-ideograph;
  line-break: strict;
  line-height: 160%;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 180%;
}

img {
  border: 0px;
}

ul, ol {
  list-style-type: none;
}

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

address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: normal;
}

select option {
  padding: 0px 5px;
}

form label {
  cursor: pointer;
}

.cfix:after {
  content: "";
  display: block;
  clear: both;
}

.cfixo {
  overflow: hidden;
}

.ul,
.ol {
  padding-left: 40px;
  list-style-type: disc;
}

.ol {
  list-style-type: decimal;
}

.grecaptcha-badge {
  visibility: hidden;
}

/* ===========================
--- Clearfix
============================ */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.clearfix {
  display: block;
}

* html .clearfix {
  zoom: 1;
}

*:first-child + html .clearfix {
  zoom: 1;
}

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* ===========================
--- Link Setting
============================ */
a {
  color: #FF6600;
  text-decoration: none;
  transition: 0.3s;
}

a:link {
  color: #666666;
  text-decoration: none;
}

a:visited {
  color: #666666;
  text-decoration: none;
}

a:hover {
  color: #1a5c98;
  text-decoration: none;
}

a:active {
  color: #666666;
  text-decoration: none;
}

a img {
  border-style: none;
}

/* ===========================
--- Layout-
============================ */
#wrapper {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  overflow-y: hidden;
}

/* ===========================
--- Header
============================ */
#main_header,
#sub_header {
  position: relative;
  margin: 0 0 0 0;
  padding: 0;
  width: 100%;
}
#main_header .col-xl-4,
#main_header .col-lg-4,
#main_header .col-xl-3,
#main_header .col-lg-3,
#sub_header .col-xl-4,
#sub_header .col-lg-4,
#sub_header .col-xl-3,
#sub_header .col-lg-3 {
  padding: 0;
  margin: 0;
}

.main_header_inner {
  display: block;
  margin: 0 1px 0 1px;
  padding: 0;
  height: 533px;
}

.yoshioka_logo {
  position: relative;
  display: block;
  height: 90px;
  padding: 10px 0 5px 10px;
}
.yoshioka_logo img {
  display: block;
  height: 70px;
  width: auto;
}

@media (max-width: 1200px) {
  #main_header,
#sub_header {
    margin: 42px 0 0 0;
  }
}
#main_header_title {
  position: absolute;
  bottom: 30px;
  width: 100%;
  text-align: center;
}
#main_header_title h1 {
  display: inline-block;
  font-size: 3.125rem;
  font-family: "Cormorant Garamond", serif;
  font-weight: 300;
  font-style: normal;
  padding: 5px 30px;
  margin: auto;
  line-height: 140%;
  font-optical-sizing: auto;
  letter-spacing: 3px;
}
#main_header_title a:link {
  color: #FFF;
  text-decoration: none;
}
#main_header_title a:visited {
  color: #FFF;
  text-decoration: none;
}
#main_header_title a:hover {
  color: #FFF;
  text-decoration: none;
}
#main_header_title a:active {
  color: #FFF;
  text-decoration: none;
}

.main_header_title_inner {
  position: relative;
  display: block;
  text-align: center;
}
.main_header_title_inner img {
  margin: auto;
  width: 400px;
}

.sub_header_inner {
  display: block;
  margin: 0 1px 0 1px;
  padding: 0;
  height: 300px;
}

#sub_header_title {
  position: absolute;
  bottom: 30px;
  width: 100%;
  text-align: center;
}
#sub_header_title h1 {
  display: inline-block;
  font-size: 3.125rem;
  font-family: "Cormorant Garamond", serif;
  font-weight: 300;
  font-style: normal;
  padding: 5px 30px;
  margin: auto;
  line-height: 140%;
  font-optical-sizing: auto;
  letter-spacing: 3px;
}
#sub_header_title span {
  font-size: 4.375rem;
  font-family: "Great Vibes", cursive;
  letter-spacing: 4px;
  font-weight: bold;
}
#sub_header_title a:link {
  color: #FFF;
  text-decoration: none;
}
#sub_header_title a:visited {
  color: #FFF;
  text-decoration: none;
}
#sub_header_title a:hover {
  color: #FFF;
  text-decoration: none;
}
#sub_header_title a:active {
  color: #FFF;
  text-decoration: none;
}

#yoshioka_logo {
  position: absolute;
  display: none;
  bottom: -50px;
  left: 50%;
  margin: 0 0 0 -115px;
}

#yoshioka_sub_logo {
  position: absolute;
  display: none;
  bottom: -50px;
  left: 50%;
  margin: 0 0 0 -80px;
}

#taiken {
  position: absolute;
  bottom: 80px;
  right: 150px;
}
#taiken a {
  display: inline-block;
  padding: 10px 30px;
  background: #b3a15f;
  font-size: 1.375rem;
  line-height: 157.1428571429%;
  color: #fff;
  text-align: center;
}

@media (max-width: 1450px) {
  #taiken a {
    display: none;
  }
}
@media (max-width: 741px) {
  #main_header_title h1 {
    font-size: 3.125rem;
    padding: 5px 15px;
  }
  #main_header_title span {
    font-size: 3.125rem;
  }
  #sub_header_title h1 {
    font-size: 3.125rem;
    padding: 5px 15px;
  }
  #sub_header_title span {
    font-size: 3.125rem;
  }
}
@media (max-width: 541px) {
  #main_header_title h1 {
    font-size: 1.875rem;
    padding: 5px 10px;
  }
  #main_header_title span {
    font-size: 1.875rem;
  }
  #sub_header_title h1 {
    font-size: 1.875rem;
  }
  #sub_header_title span {
    font-size: 1.875rem;
  }
}
.fadeIn_1 {
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

.fadeIn_2 {
  animation: fadeIn 3s ease 0s 1 normal;
  -webkit-animation: fadeIn 3s ease 0s 1 normal;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* ===========================
--- Main menu
============================ */
#main {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
}

#main.fixed {
  margin-top: 55px;
}

#main_menu {
  position: relative;
  display: block;
  padding: 40px 0;
}
#main_menu ul {
  display: block;
  list-style: none;
  width: 100%;
  height: 20px;
  text-align: center;
}
#main_menu li {
  display: inline-block;
  padding: 0 20px;
  border-left: 1px solid #000;
}
#main_menu li:last-child {
  border-right: 1px solid #000;
}
#main_menu a {
  position: relative;
  font-size: 1.1875rem;
  padding: 4px 0;
}
#main_menu a:link {
  color: #000;
  text-decoration: none;
}
#main_menu a:visited {
  color: #000;
  text-decoration: none;
}
#main_menu a:hover {
  color: #bbae72;
  text-decoration: none;
}
#main_menu a:active {
  color: #000;
  text-decoration: none;
}
#main_menu a::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 100%;
  height: 1px;
  transform: scale(0, 1);
  transition: transform 0.5s;
  transform-origin: center top;
  background: #bbae72;
}
#main_menu a:hover::after {
  transform-origin: center top;
  transform: scale(1, 1);
}

#main_menu.fixed {
  position: fixed;
  top: 0px;
  width: 100%;
  height: 35px;
  margin: 0 auto;
  padding: 4px 0;
  z-index: 100;
  background: rgb(179, 161, 95);
  box-shadow: 0px 5px 5px 0 rgba(0, 0, 0, 0.3);
}
#main_menu.fixed li {
  border-left: 1px solid #FFF;
}
#main_menu.fixed a {
  font-size: 1rem;
}
#main_menu.fixed li:nth-last-child(2) {
  border-right: none;
}
#main_menu.fixed li:last-child {
  border-right: 1px solid #FFF;
  display: inline-block;
}
#main_menu.fixed a:link {
  color: #FFF;
  text-decoration: none;
}
#main_menu.fixed a:visited {
  color: #FFF;
  text-decoration: none;
}
#main_menu.fixed a:hover {
  color: #FFF;
  text-decoration: none;
}
#main_menu.fixed a:active {
  color: #FFF;
  text-decoration: none;
}
#main_menu.fixed a::after {
  background: #fff;
}

@media (max-width: 1200px) {
  #main_menu {
    display: none;
  }
}
/* ===========================
--- Fiest guide
============================ */
#fiest_guide {
  position: relative;
  display: block;
  margin: auto;
  width: 100%;
  padding: 0 0 20px 0;
}

.fiest_guide_inner {
  position: relative;
  display: block;
  margin: 40px auto 0 auto;
  max-width: 850px;
  text-align: center;
  z-index: 10;
}
.fiest_guide_inner h2 {
  display: block;
  width: 100%;
  padding: 40px 20px;
  text-align: center;
  font-size: 1.25rem;
  color: #fff;
}
.fiest_guide_inner p {
  display: block;
  color: #fff;
  padding: 0 20px;
}

@media (max-width: 1200px) {
  #fiest_guide {
    padding: 0px 0;
    margin: 0 auto;
  }
  .fiest_guide_inner {
    margin: 0 auto;
  }
  .fiest_guide_inner h2 {
    color: #000;
  }
  .fiest_guide_inner p {
    color: #000;
  }
}
@media (max-width: 741px) {
  #fiest_guide h2 {
    font-size: 1rem;
  }
  .fiest_guide_inner {
    font-size: 0.875rem;
  }
}
.parallax_content {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  padding: 20px 0;
  justify-content: center;
  align-items: center;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}

.img_bg {
  background-image: url("../item/img_bg2.jpg");
}

.parallax_content::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 5;
}

@media (max-width: 1200px) {
  .parallax_content::after {
    background: rgb(255, 255, 255);
  }
}
/* ===========================
--- Information
============================ */
#information {
  display: block;
  padding: 100px 0 140px 0;
}

.instagram_img {
  display: block;
  width: 95%;
  margin: 0 auto 15px auto;
  height: 195px;
}

#information_inner {
  display: block;
  width: 100%;
  max-width: 750px;
  margin: auto;
  padding: 0 20px;
}
#information_inner .news_all {
  display: block;
  padding: 10px 20px 0 20px !important;
  border-bottom: 1px dotted #af7c57;
  overflow: hidden;
}
#information_inner .news_all a {
  display: inline-block;
  padding: 0;
  margin: 0;
}
#information_inner .news_all a:link {
  color: #000;
  text-decoration: none;
}
#information_inner .news_all a:visited {
  color: #000;
  text-decoration: none;
}
#information_inner .news_all a:hover {
  color: #bbae72;
  text-decoration: none;
}
#information_inner .news_all a:active {
  color: #000;
  text-decoration: none;
}
#information_inner .news_all p {
  display: block;
  padding: 0;
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#information_inner .news_all .news_date {
  display: inline-block;
  padding: 5px 20px 5px 0;
  font-size: 1rem;
}
#information_inner .news_all .news_category {
  display: inline-block;
  padding: 5px 20px 5px 0;
  font-size: 1.125rem;
  color: #bbae72;
}
#information_inner .news_all .news_title {
  display: inline-block;
  padding: 5px 0 5px 0;
  font-size: 1.125rem;
}

@media (max-width: 750px) {
  #information {
    display: block;
    padding: 50px 0 70px 0;
  }
  #information_inner {
    padding: 0 10px;
  }
  #information_inner .news_all {
    padding: 15px 0 0 0 !important;
    line-height: 100% !important;
  }
  #information_inner .news_all .news_date,
#information_inner .news_all .news_category,
#information_inner .news_all .news_title {
    padding: 0 5px !important;
    margin: 0 !important;
    font-size: 0.875rem;
  }
  #information_inner .news_all .news_title {
    display: block;
    width: 100%;
    padding: 10px 0;
    font-size: 1rem;
  }
}
/* ===========================
--- Instagram
============================ */
#instagram {
  display: block;
  padding: 100px 0 140px 0;
  background: #f6f6f6;
}

/* ===========================
--- Section Title
============================ */
.section_title {
  display: block;
  width: 100%;
  text-align: center;
  margin: 0 0 40px 0;
}

@media (max-width: 741px) {
  .section_title img {
    height: 80px;
    width: auto;
  }
}
/* ===========================
--- Footer
============================ */
#footer {
  display: block;
  padding: 40px 0;
  min-height: 200px;
  background: #333333;
}

#footer_title {
  display: block;
  padding: 40px 0 0 0;
}
#footer_title h2 {
  display: inline-block;
  padding: 10px 0;
  margin: 0;
  font-size: 1.375rem;
  line-height: 157.1428571429%;
  font-family: "Cormorant Garamond", serif;
  font-weight: 300;
  font-style: normal;
  color: #FFF;
}
#footer_title p {
  display: inline-block;
  padding: 10px 0;
  font-size: 1rem;
  line-height: 128.5714285714%;
  color: #FFF;
}

#google_map {
  display: block;
  height: 300px;
  width: 80%;
  margin: 0 auto;
}

@media (max-width: 741px) {
  #footer {
    padding: 20px 0;
  }
  #footer_title {
    padding: 10px 0 0 0;
  }
  #footer_title h2 {
    font-size: 1.125rem;
    line-height: 128.5714285714%;
  }
  #footer_title p {
    font-size: 0.875rem;
    line-height: 128.5714285714%;
  }
}
/* ===========================
--- Footer Link
============================ */
#footer_link {
  position: relative;
  display: block;
  margin: 0;
  padding: 10px 0;
  background: #948b4c;
  border-top: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
}
#footer_link ul {
  display: block;
  list-style: none;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
#footer_link li {
  display: inline-block;
  padding: 0 10px;
  border-left: 1px solid #FFF;
}
#footer_link li:last-child {
  border-right: 1px solid #FFF;
}
#footer_link a {
  margin: 8px auto;
  font-size: 0.875rem;
  line-height: 100%;
  color: #FFF;
}
#footer_link a:link {
  color: #FFF;
  text-decoration: none;
}
#footer_link a:visited {
  color: #FFF;
  text-decoration: none;
}
#footer_link a:hover {
  color: #FFF;
  text-decoration: none;
}
#footer_link a:active {
  color: #FFF;
  text-decoration: none;
}

/* ===========================
--- Footer Copy
============================ */
#footer_copy {
  display: block;
  height: 80px;
  line-height: 80px;
  background: #000;
  text-align: center;
  font-size: 1rem;
  color: #b1a25e;
}

@media (max-width: 741px) {
  #footer_copy {
    font-size: 0.75rem;
  }
}
/* ===========================
--- Pan list
============================ */
#pan_list {
  display: block;
  max-width: 1000px;
  height: 40px;
  padding: 0 10px;
  margin: 50px auto 30px auto;
}
#pan_list ul {
  list-style: none;
}
#pan_list li {
  float: left;
  font-size: 0.875rem;
}

/* ===========================
--- Sub page
============================ */
#sub_page {
  display: block;
  margin: 10px auto 40px auto;
  max-width: 1000px;
  min-height: 400px;
}
#sub_page h3 {
  position: relative;
  display: block;
  font-size: 1.375rem;
  padding: 0 0 0 10px;
  margin: 30px 0 50px 0;
  color: #885349;
}
#sub_page h3:after {
  position: absolute;
  left: 0;
  top: 40%;
  width: 0;
  height: 0;
  content: "";
  border-style: solid;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid #cc0000;
  border-right: 0;
}

.kiji_title_ber {
  display: block;
  width: 100%;
  height: 3px;
  background: url("../item/kiji_title_ber.png") left top;
}

.sub_page_title {
  position: relative;
  display: block;
  width: 100%;
  margin: 20px 0 0 0;
}
.sub_page_title h2 {
  position: relative;
  display: inline-block;
  font-size: 1.875rem;
  line-height: 180%;
  padding: 0 0 0 40px;
}
.sub_page_title h2:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 50px;
  content: "";
  background: url(../item/title_left.png);
  background-size: cover;
  background-position: left 0;
  background-repeat: no-repeat;
}

@media (max-width: 741px) {
  #sub_page h3 {
    font-size: 1.125rem;
    margin: 25px 0;
  }
  .sub_page_title h2 {
    font-size: 1.3125rem;
    line-height: 140%;
  }
}
.sub_page_kiji {
  display: block;
  padding: 0 20px;
  margin: auto;
}
.sub_page_kiji p {
  font-size: 1rem;
}
.sub_page_kiji h3 {
  font-size: 1.625rem;
  padding: 10px 0;
}
.sub_page_kiji h4 {
  font-size: 1.375rem;
  padding: 10px 0;
}
.sub_page_kiji h5 {
  font-size: 1.25rem;
  padding: 10px 0;
}
.sub_page_kiji h6 {
  font-size: 1.125rem;
  padding: 10px 0;
}
.sub_page_kiji img {
  margin: 0 0 10px 0;
}

.class_information h5 {
  position: relative;
  padding: 10px 0;
  margin: 30px 0 0 0;
}
.class_information h5::after {
  position: absolute;
  content: "";
  top: 0;
  left: 5px;
  width: 5%;
  height: 3px;
  background: #cf2e2e;
  border-radius: 2px;
}
.class_information p {
  max-width: 400px;
}

@media (max-width: 741px) {
  .sub_page_kiji p {
    display: block;
    font-size: 1rem;
    line-height: 140%;
    margin: 10px 0;
  }
  .sub_page_kiji h3 {
    font-size: 1.5rem;
    padding: 10px 0;
  }
  .sub_page_kiji h4 {
    font-size: 1.25rem;
    padding: 10px 0;
  }
  .sub_page_kiji h5 {
    font-size: 1.125rem;
    padding: 10px 0;
  }
  .sub_page_kiji h6 {
    font-size: 1rem;
    padding: 10px 0;
  }
}
.color_red {
  color: #FF6600;
}

.lesson_box {
  display: block;
  margin: 15px auto;
  width: 90%;
  padding: 10px;
  background: rgb(255, 244, 228);
  border: 1px solid #f90;
  border-radius: 6px;
}

.acceptance {
  display: block;
  text-align: center;
  width: 100%;
}
.acceptance p {
  display: inline-block;
  margin: auto;
}

/* ===========================
--- Toukou page
============================ */
.sub_title {
  display: block;
  width: 100%;
  margin: 0 0 10px 0;
}
.sub_title h2 {
  position: relative;
  font-size: 1.625rem;
}
.sub_title .fa-buromobelexperte {
  display: inline-block;
  font-size: 1.5rem;
  margin: 0 8px 0 0;
}

.sub_news_all {
  position: relative;
  display: block;
}
.sub_news_all .news_date {
  position: relative;
  display: block;
  font-size: 0.875rem;
  color: #333333;
  padding: 0 0 0 20px;
}
.sub_news_all .news_date::after {
  position: absolute;
  content: "■";
  top: 0;
  left: 0;
  width: 4px;
  height: 4px;
  color: #FF6600;
}
.sub_news_all .news_title {
  display: block;
  font-size: 1rem;
  color: #FF6600;
}
.sub_news_all .news_kiji {
  display: block;
  margin: 10px 0;
  padding: 10px;
  border: 1px dotted #b1a25e;
  border-radius: 4px;
  font-size: 1rem;
  color: #333333;
}

.sub_news_date {
  display: block;
  width: 100%;
  text-align: right;
}

.adjustment {
  display: block;
  height: 20px;
  width: 100%;
}

/* ===========================
--- Mobele Menu
============================ */
.pc-none,
#fat_back {
  display: none;
}

@media (max-width: 1200px) {
  #fat_back {
    display: block;
    width: 100%;
    height: 45px;
    position: fixed;
    top: 0;
    right: 0;
    background: rgba(106, 40, 28, 0.8);
    box-shadow: 0px 5px 5px 0 rgba(0, 0, 0, 0.3);
    z-index: 999;
  }
}
/* ===========================
--- Toukou img
============================ */
.touko_img {
  display: block;
  margin: 0 auto 30px auto;
}

/* ===========================
--- Page navi
============================ */
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px auto;
  position: relative;
  font-size: 0.875rem;
}

.pagination span, .pagination a {
  position: relative;
  display: block;
  color: #1a5c98;
  width: auto;
  margin: 4px;
  padding: 8px 12px;
  border: 1px solid #1a5c98;
  border-radius: 4px;
  background-color: #fff;
  text-decoration: none;
  text-align: center;
  transition: background 0.3s ease;
}

.pagination a:before {
  position: absolute;
  display: block;
  content: "";
  width: 96%;
  height: 2px;
  bottom: -3px;
  left: 2%;
}

.pagination .pager {
  width: 32px;
}

.pagination a:hover,
.pagination .current {
  background-color: #1a5c98;
  text-decoration: none;
  color: #FFF;
}

.pagination a.before {
  margin-right: 16px;
}

.pagination a.next {
  margin-left: 16px;
}

.pagination span.page_num {
  display: none;
}

/* ===========================
--- Loader
============================ */
/*
#loader {
    width:80px;
    height:80px;
    display:block;
    position: fixed;
    _position: absolute;
    top:50%;
    left:50%;
    margin-top:-40px;
    margin-left:-40px;
    z-index: 10000;
}

#fade {
    width:100%;
    height:100%;
    display:block;
    background-color:#af7c57;
    position: fixed;
    _position: absolute;
    top:0px;
    left:0px;
    z-index:9999;
}
.card {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    background-color:#af7c57;
    border:none;
    height: 80px;
    width:80px;
  }

@-moz-keyframes spinner-loader {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spinner-loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner-loader {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* :not(:required) hides this rule from IE9 and below */
/*
.spinner-loader:not(:required) {
  -moz-animation: spinner-loader 1500ms infinite linear;
  -webkit-animation: spinner-loader 1500ms infinite linear;
  animation: spinner-loader 1500ms infinite linear;
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  -moz-box-shadow: rgba(255,255,255, 1) 1.5em 0 0 0, rgba(255,255,255, 1) 1.1em 1.1em 0 0, rgba(255,255,255, 1) 0 1.5em 0 0, rgba(255,255,255, 1) -1.1em 1.1em 0 0, rgba(255,255,255, 1) -1.5em 0 0 0, rgba(255,255,255, 1) -1.1em -1.1em 0 0, rgba(255,255,255, 1) 0 -1.5em 0 0, rgba(255,255,255, 1) 1.1em -1.1em 0 0;
  -webkit-box-shadow: rgba(255,255,255, 1) 1.5em 0 0 0, rgba(255,255,255, 1) 1.1em 1.1em 0 0, rgba(255,255,255, 1) 0 1.5em 0 0, rgba(255,255,255, 1) -1.1em 1.1em 0 0, rgba(255,255,255, 1) -1.5em 0 0 0, rgba(255,255,255, 1) -1.1em -1.1em 0 0, rgba(255,255,255, 1) 0 -1.5em 0 0, rgba(255,255,255, 1) -1.1em -1.1em 0 0;
  box-shadow: rgba(255,255,255, 1) 1.5em 0 0 0, rgba(255,255,255, 1) 1.1em 1.1em 0 0, rgba(255,255,255, 1) 0 1.5em 0 0, rgba(255,255,255, 1) -1.1em 1.1em 0 0, rgba(255,255,255, 1) -1.5em 0 0 0, rgba(255,255,255, 1) -1.1em -1.1em 0 0, rgba(255,255,255, 1) 0 -1.5em 0 0, rgba(255,255,255, 1) 1.1em -1.1em 0 0;
  display: inline-block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin: 1.5em;
  overflow: hidden;
  text-indent: 100%;
}
*/
/* ===========================
--- Loader
============================ */
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    visibility: hidden;
    transform: translateY(0);
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    visibility: hidden;
    transform: translateY(0);
  }
}
#loading-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 1;
  background: #fff;
  align-items: center;
  justify-content: center;
  -webkit-animation: fadeOut 0.8s 1s forwards;
          animation: fadeOut 0.8s 1s forwards;
  z-index: 1000;
}

#loading-text {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #347db9;
  width: 160px;
  height: auto;
  margin: -30px 0 0 -80px;
  text-align: center;
  font-family: "PT Sans Narrow", sans-serif;
  font-size: 20px;
}

@media (max-width: 741px) {
  #loading-text {
    width: 100px;
    margin: -20px 0 0 -50px;
  }
}
#loading-content {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 170px;
  height: 170px;
  margin: -85px 0 0 -85px;
  border: 3px solid #F00;
}

#loading-content:after {
  content: "";
  position: absolute;
  border: 3px solid #0F0;
  left: 15px;
  right: 15px;
  top: 15px;
  bottom: 15px;
}

#loading-content:before {
  content: "";
  position: absolute;
  border: 3px solid #00F;
  left: 5px;
  right: 5px;
  top: 5px;
  bottom: 5px;
}

#loading-content {
  border: 3px solid transparent;
  border-top-color: #4D658D;
  border-bottom-color: #4D658D;
  border-radius: 50%;
  -webkit-animation: loader 2s linear infinite;
  animation: loader 2s linear infinite;
}

#loading-content:before {
  border: 3px solid transparent;
  border-top-color: #D4CC6A;
  border-bottom-color: #D4CC6A;
  border-radius: 50%;
  -webkit-animation: loader 3s linear infinite;
  animation: loader 3s linear infinite;
}

#loading-content:after {
  border: 3px solid transparent;
  border-top-color: #84417C;
  border-bottom-color: #84417C;
  border-radius: 50%;
  -webkit-animation: loader 1.5s linear infinite;
  animation: loader 1.5s linear infinite;
  -moz-animation: loader 2s linear infinite;
  -o-animation: loader 2s linear infinite;
}

@-webkit-keyframes loader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes loader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* ===========================
--- contact form
============================ */
.contact7 {
  max-width: 80%;
  box-sizing: border-box;
  margin: auto;
  font-size: 0.875rem;
}
.contact7 input {
  padding: 4px;
}

.red {
  display: inline-block;
  background: #f00;
  padding: 0 6px;
  color: #fff;
  font-size: 0.8125rem;
}

.btn_wp_f2 {
  display: block;
  padding: 0 15px;
  margin: auto;
}

.btn_wp_f2 input {
  padding: 0 15px;
}

/* ===========================
--- Top Navi
============================ */
#top_navi {
  position: fixed;
  display: block;
  bottom: 45px;
  right: -80px;
  height: 60px;
  width: 60px;
  border: 2px solid #FFF;
  border-radius: 50%;
  background: #eb7b31;
  transition: 0.5s;
  z-index: 30;
}

#top_navi.is-show {
  right: 35px;
}

#top_navi:hover {
  background: #f06c00;
}

#top_navi a {
  position: relative;
  text-decoration: none;
  color: #fff;
  height: 60px;
  width: 60px;
  text-align: center;
  display: block;
  font-size: 20px;
}

#top_navi a:after {
  content: " ";
  position: absolute;
  top: 24px;
  left: 20px;
  width: 15px;
  height: 15px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  transform: rotate(-45deg);
}

@media (max-width: 1200px) {
  #top_navi {
    display: none;
  }
}
/* ===========================
--- Trial Lesson
============================ */
#trial_lesson {
  position: fixed;
  display: none;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: rgba(106, 40, 28, 0.6);
  border-top: 1px solid #fff;
}
#trial_lesson a {
  font-size: 0.9375rem;
}
#trial_lesson a:link {
  color: #fff;
  text-decoration: none;
}
#trial_lesson a:visited {
  color: #fff;
  text-decoration: none;
}
#trial_lesson a:hover {
  color: #fce9e9;
  text-decoration: none;
}
#trial_lesson a:active {
  color: #fff;
  text-decoration: none;
}

@media (max-width: 1200px) {
  #trial_lesson {
    display: block;
  }
}
/* ===========================
--- insta
============================ */
[class^=insta_list_] {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
  padding: 0;
}

[class^=insta_list_] li {
  list-style: none;
  width: 33%;
  padding: 0 10px;
  margin: 0 auto 1vw auto;
}

[class^=insta_list_] a p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
}

[class^=insta_list_] a p span {
  font-size: 120%;
}

[class^=insta_list_] .insta_img {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 280px;
  width: 100%;
  overflow: hidden;
}
[class^=insta_list_] .insta_img img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
[class^=insta_list_] .insta_text {
  display: none;
  height: 150px;
  padding: 8px 2px 2px 2px;
}
[class^=insta_list_] .insta_text p {
  font-size: 0.875rem;
}
[class^=insta_list_] .insta_like {
  display: none;
  text-align: right;
  font-size: 0.875rem;
  color: #f3bb44;
}
[class^=insta_list_] .insta_link {
  display: none;
  text-align: center;
  font-size: 0.875rem;
  padding: 2px 0;
  border: 1px solid #5495a3;
  margin: 0 0 40px 0;
  transition: 0.5s;
}
[class^=insta_list_] .insta_link a {
  color: #5495a3;
}
[class^=insta_list_] .insta_link:hover {
  background: #5495a3;
}
[class^=insta_list_] .insta_link:hover a {
  color: #fff !important;
}

@media (max-width: 741px) {
  [class^=insta_list_] li {
    width: 50%;
  }
  [class^=insta_list_] .insta_img {
    height: 200px;
  }
  [class^=insta_list_] .insta_text p {
    font-size: 0.8125rem;
  }
}
@media (max-width: 541px) {
  [class^=insta_list_] .insta_img {
    height: 160px;
  }
}
[id^=insta_box_botan_] {
  display: block;
  width: 90%;
  padding: 4px;
  margin: 20px auto !important;
  text-align: center !important;
  font-size: 0.9375rem;
  background: #948b4c;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  transition: 0.3s;
}

[id^=insta_box_botan_]:hover {
  background: #423e1b;
}

#insta_box {
  display: block;
  margin: 40px 0 0 0;
}

[id^=insta_box_] {
  display: block;
  margin: 40px 0 0 0;
}

/* ===========================
--- Table
============================ */
.table_normal td,
.table_blue td {
  font-size: 0.875rem;
  text-align: center !important;
}

.table_normal td:nth-child(odd),
.table_blue td:nth-child(odd) {
  width: 50%;
  padding: 10px;
}

.table_normal td:nth-child(even),
.table_blue td:nth-child(even) {
  width: auto;
  padding: 10px;
}

.table_blue tr:nth-child(odd) {
  background: #f4fafd;
}

.td_inner {
  display: inline-block;
  margin: auto;
}

@media (max-width: 1200px) {
  .sub_content p, .sub_content a {
    font-size: 0.875rem;
  }
  .sub_content .mt-image-none,
.sub_content .mt-image-center,
.sub_content .mt-image-right,
.sub_content .mt-image-left {
    max-width: 100%;
    height: auto;
  }
}
@media (max-width: 961px) {
  .table_normal td:nth-child(odd),
.table_blue td:nth-child(odd) {
    width: 100%;
  }
  .table_normal td:nth-child(even),
.table_blue td:nth-child(even) {
    width: 100%;
  }
  .table_normal td,
.table_blue td {
    display: block;
    width: 100%;
    font-size: 0.875rem;
  }
}
.table_schedule td {
  font-size: 0.875rem;
  text-align: center !important;
  padding: 0;
  margin: 0;
}
.table_schedule .table_schedule, .table_schedule th, .table_schedule td {
  border: 1px dotted #cccbcb;
}
.table_schedule .schedule_td {
  display: block;
  padding: 10px 0 0 0;
}
.table_schedule .schedule_td_time {
  padding: 5px;
  height: 40px;
}
.table_schedule .schedule_td_1 {
  padding: 5px 0 0 0;
}
.table_schedule .sei_s {
  background: #f9ebe9;
}
.table_schedule .sei {
  background: #f9e8f3;
}
.table_schedule .pira {
  background: #f2f2f2;
}
.table_schedule .kiz {
  background: #e2f2fe;
}
.table_schedule .jna {
  background: #ece2fe;
}
.table_schedule .h_jna {
  background: #d9cff8;
}
.table_schedule .bar {
  background: #fefee8;
}
.table_schedule .h_st {
  background: rgb(223, 250, 223);
}

@media (max-width: 741px) {
  .table-responsive tr,
.table-responsive td {
    display: block;
    width: 100%;
    line-height: 200%;
    padding: 0;
    margin: 0;
  }
  .table-responsive td:nth-of-type(odd) {
    background: #f9f9f9;
  }
  .contact_table tr,
.contact_table td {
    display: block;
    width: 100%;
    padding: 4px;
  }
  .contact_table input,
.contact_table textarea {
    width: 90%;
  }
  .contact_table input[type=checkbox] {
    width: 15px;
  }
}
/* ===========================
--- gallery
============================ */
.gallery_text {
  margin: 80px auto 30px auto;
  width: 90%;
  border: 1px solid #f2f2f2;
  padding: 20px;
}
.sliderArea {
  max-width: 100%;
  margin: 50px auto 0 auto;
  padding: 0 25px;
}

.sliderArea.w300 {
  max-width: 300px;
}

.slick-slide {
  margin: 0 5px;
  width: 100%;
  aspect-ratio: 5/3;
  overflow: hidden;
}

.slick-slide img {
  width: 100%;
  height: auto;
  aspect-ratio: 5/3;
  -o-object-fit: cover;
     object-fit: cover;
}

.slick-prev, .slick-next {
  z-index: 1;
}

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

.slick-slide {
  transition: all ease-in-out 0.3s;
  opacity: 0.2;
}

.slick-active {
  opacity: 1;
}

.slick-current {
  opacity: 1;
}

.thumb {
  margin: 20px 0 0;
}

.thumb .slick-slide {
  cursor: pointer;
}

.thumb .slick-slide:hover {
  opacity: 0.7;
}

.slick-dots {
  bottom: initial !important;
  margin-top: 20px !important;
}

@media (max-width: 741px) {
  .gallery_text {
    width: 100%;
    padding: 10px;
  }
  .sliderArea {
    padding: 0 15px;
  }
}
/*# sourceMappingURL=style.css.map */