@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  position: relative;
}

body {
  font-size: 16px;
  line-height: 1.6 !important;
  font-weight: 300;
  color: #333;
  /* font-family: "Rounded Mplus 1c" , "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Arial, "メイリオ", Meiryo, sans-serif; */
  font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  padding-bottom: 100px;
}

.body_bg {
  color: #294136;
  background-color: #fff;
  max-width: 1150px;
  margin: auto;
  box-shadow: 2px 1px 5px #ccc, 0 -1px 5px #ccc;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
  line-height: 1.6;
}

h1 {
  font-size: 2.5em;
}

h2 {
  font-size: 2em;
}

h3 {
  font-size: 1.8em;
}

h4 {
  font-size: 1.5em;
}

h5 {
  font-size: 0.9em;
}

h6 {
  font-size: 0.75em;
}

p {
  font-size: 1em;
}

ul,
li,
ol,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

table {
  border-collapse: collapse;
  border: 1px solid #999;
}

table th {
  border-collapse: collapse;
  border: 1px solid #999;
  padding: 1rem;
}

table td {
  border-collapse: collapse;
  border: 1px solid #999;
  padding: 1rem;
}

a,
a:link,
a:visited,
a:hover,
a:active {
  color: #294136;
  text-decoration: none;
}

header {
  width: 100%;
  margin: 0 auto;
  /* background-color: #fff; */
}

footer {
  max-width: 1024px;
  width: 100%;
  background-color: #178973;
  margin: auto;
}

blockquote {
  position: relative;
  padding: 55px 15px 55px 15px;
  margin: 30px;
  box-sizing: border-box;
  font-style: italic;
  background: #efefef;
  color: #555;
}

/*  引用  */
blockquote:before {
  display: inline-block;
  position: absolute;
  top: 13px;
  left: 15px;
  content: "\f10d";
  font-family: FontAwesome;
  color: #cfcfcf;
  font-size: 28px;
  line-height: 1;
  font-weight: 900;
}

blockquote p {
  padding: 0;
  margin: 10px 0;
  line-height: 1.7;
}

blockquote cite {
  display: block;
  text-align: right;
  color: #888888;
  font-size: 0.9em;
}

.fs-10 {
  font-size: 10px;
}

.fs-12 {
  font-size: 12px;
}

.fs-14 {
  font-size: 14px;
}

.fs-16 {
  font-size: 16px;
}

.fs-18 {
  font-size: 18px;
}

.fs-20 {
  font-size: 20px;
}

.bg-maincolor {
  background-color: #178973 !important;
}

.color-white {
  color: #fff !important;
}

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

.footer_contents_h1 {
  font-size: 2em;
  padding: 1em 0;
}

.footer_contents_p {
  padding: 1em 0;
}

.footer_contents_p a {
  color: #fff;
}

.copy {
  text-align: center;
  padding: 1em;
  color: #fff;
}

#wrapper {
  background-color: #efe5db;
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
}

.header_menu {
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
  background-color: #294136;
}

.header_menu_div {
  width: 100%;
  background-color: #fff;
}

.header_nav_ul,
.header_nav_bottom_ul {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  background-color: #fff;
  box-shadow: 0px -1px 1px #ccc;
  list-style-type: none;
  margin-bottom: 0;
  padding-left: 0;
}

.header_nav_li {
  text-align: center;
  box-sizing: border-box;
  border-left: 1px solid #ccc;
  width: 20%;
  margin: 0 auto;
  padding: 2%;
}

.header_nav_li:first-child {
  border-left: 0;
}

.header_nav_li img {
  display: block;
  text-align: center;
  width: 33%;
  margin: 0 auto;
}

.header_nav_span {
  display: block;
  padding: 1em 0 1ex;
}

.sub_menu {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  margin: 0 auto;
  z-index: 9999;
}

.header_nav_bottom {
  max-width: 1024px;
  width: 100%;
  height: 100px;
  margin: auto;
}

.header_nav_bottom_ul {
  list-style-type: none;
  padding-left: 0;
}

.header_nav_bottom_li {
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  box-sizing: border-box;
  border-left: 1px solid #ccc;
  width: 16.6%;
  margin: auto;
  padding: 2em 0;
}

.header_nav_bottom_li:first-child {
  border-left: 0;
}

.header_nav_bottom_li img {
  display: block;
  text-align: center;
  width: 25%;
  margin: 0 auto;
}

.header_nav_bottom_span {
  display: block;
  padding: 1em 0 1ex;
}

.front_top {
  background-image: url("../../img/header-img@3x.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 2em 0;
}

.front_top__div {
  text-align: center;
  color: #fff;
  width: 50%;
}

.front_top__div a {
  color: #fff;
}

.front_top__h1 {
  font-size: 2em;
  font-weight: bold;
  margin-bottom: 1em;
}

.front_top__p {
  margin-bottom: 1em;
}

.front_top__tel {
  margin-top: 1em;
}

.section__top_bg {
  background-color: #178973;
  padding: 4em 0;
}

.section__top_h2 {
  color: #fff;
  font-size: 2em;
  text-align: center;
}

.front_infomation_div {
  text-align: center;
}

.front_infomation_h3 {
  font-size: 1.8em;
  font-weight: bold;
  padding: 2em 0;
}

.front_infomation_p {
  width: 80%;
  margin: 0 auto;
  padding: 1em 0 5em;
}

.front_infomation_span {
  display: block;
  padding: 2em 0;
  font-weight: bold;
}

.front_infomation_image_left,
.front_infomation_image_right {
  display: flex;
  flex-flow: row nowrap;
  text-align: center;
  width: 100%;
}

.front_infomation_image_img,
.front_infomation_image_text_box {
  background-color: #fff;
  width: 50%;
}

.front_infomation_image_img img {
  position: relative;
  display: block;
  width: 100%;
}

.front_infomation_image_text_box {
  padding: 0 2em;
}

.front_infomation_image_text_box_h2 {
  font-size: 1.6em;
  font-weight: bold;
  padding: 4em 0 2em;
}

.front_infomation_image_text_box_p {
  font-size: 1em;
  line-height: 1.8;
  text-align: left;
}

.front_sc_contact_div {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  padding: 6em 2em;
}

.front_sc_contact_div img {
  position: relative;
  display: block;
  text-align: center;
  width: 70%;
  padding: 0 20%;
  margin: 0 auto;
}

.contact_sc,
.contact_mail {
  position: relative;
  background-color: #fff;
  box-shadow: 1px 1px 3px #aaa;
  width: 48%;
  padding: 2em 0 3em;
  overflow: hidden;
}

.contact_sc:after,
.contact_mail:after {
  content: "";
  position: absolute;
  bottom: -25px;
  right: -25px;
  width: 50px;
  height: 50px;
  background-color: #178973;
  transform: rotateZ(45deg);
}

.front_sc_contact_h2 {
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
  padding: 1.5em;
}

.front_sc_contact_p {
  width: 80%;
  margin: 0 auto;
}

.front_contact_mail {
  background-color: #efe5db;
  padding: 0 2em 5em;
}

.front_contact_mail a {
  display: block;
  background-color: #178973;
  color: #fff;
  text-align: center;
  width: 18em;
  padding: 2em 0;
  margin: 0 auto;
}

.front_univ_div {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  background-image: url("../../img/bg_university.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}

.frront_univ_left {
  width: 40%;
  text-align: center;
}

.front_univ_right {
  width: 60%;
}

.front_univ_h2 {
  font-size: 3em;
  font-weight: bold;
  padding: 2em 0;
  line-height: 1.4;
}

.front_univ_p {
  padding: 5em 1em;
}

.front_prof_div {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  background-color: #fff;
}

.front_prof_img {
  width: 30%;
}

.front_prof_img img {
  position: relative;
  display: block;
  width: 100%;
}

.front_prof_name {
  width: 70%;
  margin: auto;
}

.front_prof_name_h2,
.front_prof_name_p {
  font-weight: bold;
  text-align: left;
  margin-left: 35%;
}

.front_prof_name_h2 {
  font-size: 2em;
}

.front_prof_license_div {
  background-color: #176689;
  text-align: center;
  color: #fff;
  width: 100%;
  padding: 4em 0;
}

.front_prof_liceence_ul {
  background-color: #fff;
  list-style-type: none;
  padding-left: 0;
}
.front_prof_liceence_ul .front_prof_liceence_li {
  border-bottom: 1px solid #ccc;
  width: 100%;
  margin: auto;
  padding: 1em 10em;
}

.front_prof_info {
  text-align: center;
  width: 80%;
  margin: 0 auto;
  padding: 3em;
}

.front_yogaclass_div {
  color: #fff;
  text-align: center;
  background-image: url("../../img/kaijo002@3x.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 5em 0;
}

.front_yogaclass_h2 {
  font-size: 2em;
  font-weight: bold;
  margin-bottom: 2em;
}

.front_yogaclass_p {
  padding: 0 2em 4em;
}

.front_yogaclass_table {
  text-align: center;
  margin: auto;
  border: none;
}

.front_yogaclass_table td,
.front_yogaclass_table th {
  font-size: 1.4em;
  font-weight: 400;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid #fff;
  padding: 1em 2em;
}

.front_yoga_rinpa_div {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  padding: 6em 2em 0;
}

.front_yoga_rinpa_left {
  background-color: #fff;
  width: 80%;
  box-shadow: 1px 1px 2px #aaa;
}

.front_yoga_rinpa_left img {
  position: relative;
  display: block;
  width: 100%;
}

.front_yoga_rinpa_right {
  background-color: #fff;
  width: 15%;
  box-shadow: 1px 1px 2px #aaa;
}

.front_yoga_rinpa_right:before {
  content: "";
  position: relative;
  background-color: #178973;
  display: block;
  width: 100%;
  padding: 2em 0;
}

.front_yoga_rinpa_h2 {
  font-weight: bold;
  padding: 2em 1em;
}

.front_yoga_rinpa_p {
  padding: 0 2em 2em;
  line-height: 2;
}

.front_yoga_rinpa_les {
  font-size: 0.8em;
  text-align: right;
  padding-bottom: 10em;
  padding-right: 2.8em;
}

.front_price_box {
  background-image: url("../../img/front_price_box.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 8em 0 10em;
}

.front_price_contact_div {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  padding: 0 2em;
}

.front_price_contact_div img {
  position: relative;
  display: block;
  text-align: center;
  width: 70%;
  padding: 0 20%;
  margin: 0 auto;
}

.contact_price_new,
.contact_price_nomal {
  position: relative;
  background-color: #fff;
  box-shadow: 1px 1px 3px #aaa;
  width: 48%;
  padding: 2em 0 3em;
  overflow: hidden;
}

.front_price_contact_h2,
.front_price_contact_h3 {
  font-weight: bold;
  text-align: center;
}

.front_price_contact_h2 {
  font-size: 1.5em;
  padding: 1em 0 1ex;
}

.front_price_contact_h3 {
  font-size: 2em;
  padding: 0 0 1em;
}

.front_price_contact_p {
  font-weight: bold;
  width: 80%;
  margin: 0 auto;
}

.front_price_coupon {
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 1px 1px 2px #aaa;
  padding: 8em 0;
}

.front_price_coupon_h2 {
  font-size: 2em;
  text-align: center;
  padding-bottom: 4em;
}

.front_price_coupon_ul {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  text-align: center;
  color: #fff;
  padding-left: 0;
}

.front_price_coupon_ul img {
  width: 100%;
  box-shadow: 1px 1px 2px #aaa;
}

.front_price_coupon_li_a,
.front_price_coupon_li_b,
.front_price_coupon_li_c {
  width: 33.333333%;
}

.front_price_coupon_li_a {
  background-color: #176689;
}

.front_price_coupon_li_b {
  background-color: #896217;
}

.front_price_coupon_li_c {
  background-color: #178985;
}

.front_price_coupon_li_a .front_price_coupon_no {
  color: #176689;
}

.front_price_coupon_li_b .front_price_coupon_no {
  color: #896217;
}

.front_price_coupon_li_c .front_price_coupon_no {
  color: #178985;
}

.front_price_coupon_no {
  box-sizing: border-box;
  font-size: 6em;
  font-weight: bold;
  background-color: #fff;
  border-radius: 2em;
  width: 1.6em;
  margin: 1ex auto;
}

.front_price_coupon_count {
  font-size: 1em;
}

.front_price_coupon_price {
  font-size: 2em;
  font-weight: bold;
  padding-bottom: 1em;
}

.front_price_coupon_limit {
  font-size: 0.8em;
  font-weight: bold;
  text-align: right;
  padding: 2em;
}

.front_yoga_kojin_div {
  background-image: url("../../img/bg_05@3x.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 4em 0;
}

.front_yoga_kojin_div_online {
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 4em 0;
}

.front_yoga_kojin_p_online {
  text-align: center;
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 1px 1px 2px #aaa;
  width: 80%;
  margin: 0 auto;
  padding: 2em;
}

.front_yoga_kojin_p_online span {
  display: inline-block;
  font-weight: bold;
  margin-bottom: 1em;
}

.front_yoga_kojin_div_online_image_box {
  margin-bottom: 4em;
}

.front_yoga_kojin_div_online_image_box img {
  max-width: 1024px;
  width: 100%;
}

.front_yoga_kojin_p {
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 1px 1px 2px #aaa;
  width: 80%;
  margin: 0 auto;
  padding: 2em;
}

.front_yoga_kojin_yoyaku {
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 1px 1px 2px #aaa;
  width: 80%;
  margin: 4em auto;
  padding: 2em;
  text-align: center;
}

.front_yoga_kojin_yoyaku table {
  width: 100%;
}

.front_yoga_kojin_yoyaku_span {
  font-weight: bold;
  display: inline-block;
  padding: 0 1em;
  text-align: right;
}

.front_kojin_mail {
  position: relative;
  background-color: #fff;
  box-shadow: 1px 1px 3px #aaa;
  width: 30%;
  padding: 2em 0 3em;
  margin: 5em auto 0;
  overflow: hidden;
}

.front_kojin_mail a {
  background-color: #fff;
}

.front_kojin_mail:after {
  content: "";
  position: absolute;
  bottom: -25px;
  right: -25px;
  width: 50px;
  height: 50px;
  background-color: #896217;
  transform: rotateZ(45deg);
}

.front_kojin_mail img {
  position: relative;
  display: block;
  text-align: center;
  width: 80%;
  padding: 0 20%;
  margin: 0 auto;
}

.front_kojin_h2 {
  font-size: 1em;
  line-height: 1.8;
  font-weight: bold;
  text-align: center;
  padding: 1em 0 0;
}

.front__seitai_img img {
  position: relative;
  width: 100%;
  display: block;
}

.front__seitai_div {
  background-color: #fff;
  width: 100%;
  padding: 6em 0 1em;
  margin: auto;
}

.front__seitai_table {
  text-align: center;
  border: 0;
  width: 80%;
  margin: auto;
  margin-bottom: 4em;
}

.front__seitai_th,
.front__seitai_td {
  border: 1px solid #333;
  padding: 1ex;
}

.front__seitai_p {
  font-size: 0.8em;
  font-weight: bold;
  text-align: right;
  padding: 2em;
}

.front__seitai_kakaku_ul {
  display: flex;
  flex-flow: row nowrap;
  width: 100%;
  list-style-type: none;
  padding-left: 0;
}

.front__seitai_kakaku_li_1,
.front__seitai_kakaku_li_2,
.front__seitai_kakaku_li_3 {
  width: 33.33333%;
  padding: 1.5em 0;
  text-align: center;
}

.front__seitai_kakaku_li_1 {
  background-color: #176689;
}

.front__seitai_kakaku_li_2 {
  background-color: #896217;
}

.front__seitai_kakaku_li_3 {
  background-color: #178985;
}

.front__seitai_kakaku_h2,
.front__seitai_kakaku_p {
  color: #fff;
  font-size: 20px;
  padding: 0.5ex 0;
}

.front__seitai_kaisu_p {
  text-align: center;
  font-size: 2em;
  font-weight: bold;
  padding: 2em 0;
}

.front__seitai_kaisu {
  width: 100%;
}

.front__seitai_kaisu_ul {
  display: flex;
  flex-flow: row nowrap;
  text-align: center;
  background-color: #fff;
  padding-bottom: 2em;
  list-style-type: none;
  padding-left: 0;
}

.front__seitai_kaisu_li_l {
  width: 50%;
}

.front__seitai_kaisu_h2_l {
  background-color: #176689;
  color: #fff;
  font-size: 2em;
  padding: 2em 0;
  margin-bottom: 1em;
}

.front__seitai_kaisu_p_l {
  color: #176689;
  font-size: 2em;
  font-weight: bold;
}

.front__seitai_kaisu_li_r {
  width: 50%;
}

.front__seitai_kaisu_h2_r {
  background-color: #178985;
  color: #fff;
  font-size: 2em;
  padding: 2em 0;
  margin-bottom: 1em;
}

.front__seitai_kaisu_p_r {
  color: #178985;
  font-size: 2em;
  font-weight: bold;
}

.front__seitai_kaisu_kigen_p {
  font-size: 0.8em;
  font-weight: bold;
  text-align: right;
  padding: 2em;
}

.front__kaijou {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  background-color: #fff;
  text-align: center;
}

.front__kaijo_img {
  width: 50%;
}

.front__kaijo_img img {
  position: relative;
  display: block;
  width: 100%;
}

.front__kaijo_text {
  width: 50%;
  margin: auto;
}

.front__kaijo_text_h2 {
  font-size: 1.4em;
  padding-bottom: 1em;
}

.front__kaijo_text_p {
  font-size: 1em;
  padding: 1ex 2em;
}

.front__inquiry_div {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  padding: 4em 2em 2em;
}

.front__inquiry_div img {
  position: relative;
  display: block;
  text-align: center;
  width: 70%;
  padding: 0 20%;
  margin: 0 auto;
}

.front__inquiry_box {
  position: relative;
  background-color: #fff;
  box-shadow: 1px 1px 3px #aaa;
  width: 48%;
  padding: 4em 0 3em;
  overflow: hidden;
}

.front__inquiry_box:after {
  content: "";
  position: absolute;
  bottom: -25px;
  right: -25px;
  width: 50px;
  height: 50px;
  background-color: #178973;
  transform: rotateZ(45deg);
}

.front__inquiry_p {
  text-align: center;
  padding: 2em 0;
  width: 100%;
}

.front__inquiry_bottom {
  background-color: #fff;
  box-shadow: 1px 1px 3px #aaa;
  width: 92%;
  margin: 0 auto 6em;
  padding: 4em 0;
  text-align: center;
}

.front__inquiry_bottom_h2 {
  font-size: 1.4em;
  padding-bottom: 2em;
}

.front__inquiry_bottom_p {
  font-size: 1em;
}

.front__column_top {
  background-color: #fff;
  width: 100%;
  box-sizing: border-box;
  padding: 6em 2em;
}

.front__column_top_div {
  display: flex;
  flex-flow: row wrap;
}

.front__column_top_img {
  width: 50%;
}

.front__column_top_img img {
  display: block;
  position: relative;
  width: 100%;
}

.front__column_top_p {
  box-sizing: border-box;
  width: 50%;
  padding-left: 4em;
  padding-right: 1em;
  line-height: 2.5;
  margin: auto;
}

.front__column_box {
  background-color: #fff;
  background-position: center;
  background-repeat: repeat-y;
  width: 100%;
  box-sizing: border-box;
}

.front__column_bottom {
  width: 100%;
  background-color: #fff;
  padding: 4em 0;
}

.front__column_blog {
  position: relative;
  background-color: #fff;
  box-shadow: 1px 1px 3px #aaa;
  width: 30%;
  padding: 2em 0 3em;
  margin: 0 auto;
  overflow: hidden;
}

.front__column_blog:after {
  content: "";
  position: absolute;
  bottom: -25px;
  right: -25px;
  width: 50px;
  height: 50px;
  background-color: #178985;
  transform: rotateZ(45deg);
}

.front__column_blog img {
  position: relative;
  display: block;
  text-align: center;
  width: 80%;
  padding: 0 20%;
  margin: 0 auto;
}

.front__column_blog_h2 {
  font-size: 1em;
  line-height: 1.8;
  font-weight: bold;
  text-align: center;
  padding: 1em 0 0;
}

.front__seito_content {
  width: 100%;
  padding: 2em 0 700px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

.front__seito_ul {
  width: 40%;
  transform: translateY(100px);
  box-shadow: 1px 1px 3px #aaa;
  background-color: #fff;
  margin: 0.5px;
  list-style-type: none;
  padding-left: 0;
}

.front__seito_img {
  position: relative;
  display: block;
  width: 50%;
  margin: auto;
  transform: translateY(-100px);
}

.front__seito_p_1 {
  text-align: center;
  padding: 1em 0;
  transform: translateY(-100px);
}

.front__seito_p_2 {
  font-weight: bold;
  text-align: center;
  transform: translateY(-100px);
  padding: 2em 0 1em;
}

.front__seito_p_3 {
  padding: 2em 2em 2em;
  transform: translateY(-100px);
}

.front_seito_2 {
  transform: translateY(400px);
}

.front_seito_3 {
  transform: translateY(400px);
}

.front_seito_4 {
  transform: translateY(600px);
}

.front__gallery_content_ul {
  display: flex;
  flex-flow: row wrap;
  background-color: #fff;
  list-style-type: none;
  padding-left: 0;
}

.front__gallery_content_li {
  width: 33.333333333%;
}

.front__gallery_content_li:first-child {
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
  margin: auto;
}

.front__gallery_content_img {
  position: relative;
  width: 100%;
}

.column__box {
  cursor: pointer;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
  width: 100%;
  gap: 1em;
  background-color: white;
}
.column__box img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}

.content-front_loop {
  border: 1px solid #ccc;
  border-radius: 5px;
}
.content-front_loop .content-front_loop_title {
  font-size: 120%;
  font-weight: bold;
}

/* page column content*/
.column__page_box_a {
  border: 1px solid #ccc;
  margin: 1em;
  background-color: white;
}

.column__box_a {
  cursor: pointer;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
  background-color: #fff;
  box-shadow: 1px 1px 3px #aaa;
  margin-bottom: 4em;
}

.column__box_ul {
  list-style-type: none;
  padding-left: 0;
}

.column__box_li {
  width: 100%;
}

.column__box_img img {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  transition: 250ms all ease;
}

.column__box_img img:hover {
  opacity: 0.8;
}

.column__box_time {
  border-left: 1ex solid #178973;
  margin: 2em 1em;
  padding: 0 1em;
}

.column__box_p {
  padding: 0 1em 5em;
}

/****/
.fullcarender {
  width: 100%;
  background-color: #fff;
  padding: 2em;
}

#carender_window {
  position: fixed;
  max-width: 500px;
  max-height: 500px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 1px 1px 3px #aaa;
  z-index: -9999;
  top: -20px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  padding: 4em;
  transition: 500ms top ease;
  opacity: 0;
}

.carender_window_close {
  font-size: 1.2em;
  background-color: #178973;
  text-align: center;
  color: #fff;
  width: 6em;
  margin: auto;
  padding: 1ex 1em;
  cursor: pointer;
}

#carender_window h2 {
  text-align: center;
  margin-bottom: 1em;
}

.carender_window_time {
  padding: 1em 0;
}

.carender_window_title {
  padding: 1em 0;
}

.carender_window_post {
  padding: 1em 0;
  margin-bottom: 2em;
}

._space_6 {
  padding-bottom: 6em;
}

._space_margin_2 {
  margin: 2em 0;
}

/* blog */
.blog_main_content {
  width: 90%;
  margin: 0 auto;
}

.blog_main_content ul {
  padding-left: 1.5em !important;
}

.blog_title {
  font-size: 1.6em;
  font-weight: bold;
  text-align: left;
  margin: 1em 0 0;
  padding-left: 1ex;
  border-left: 1ex solid #176689;
}

.blog_date {
  font-size: 0.8em;
  text-align: right;
  margin: 1em 0;
}

.blog_img {
  padding: 2ex;
}

.blog_img img {
  display: block;
  text-align: center;
  margin: auto;
  width: 100%;
  max-width: 500px;
  height: auto;
}

.ic {
  position: relative;
  line-height: 0;
  display: block;
  text-align: center;
  margin: auto;
  padding: 2ex;
  width: 100%;
  max-width: 500px;
  height: auto;
}

.blog_content {
  padding: 1em 4em 6em;
  background-color: #fff;
}

.blog_list_title {
  padding: 2em 0;
  text-align: center;
}

.blog_list_box {
  width: 90%;
  margin: auto;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
}

.blog_list_box .column__box_a {
  width: 32%;
  margin-bottom: 1em;
}

.scrollTop {
  cursor: pointer;
}

.wp-pagenavi {
  text-align: center;
  width: 100%;
  padding: 2em 0;
  grid-column: 1/-1;
}

.wp-pagenavi .pages,
.wp-pagenavi .page,
.wp-pagenavi .last,
.wp-pagenavi .first,
.wp-pagenavi .extend,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .current,
.wp-pagenavi a {
  color: #178973;
  padding: 1em;
  background-color: #fff;
  border: 1px solid #178973;
  border-radius: 4px;
}

.wp-pagenavi .current:hover,
.wp-pagenavi a:hover {
  border: 1px solid #178973 !important;
}

.wp-pagenavi .current {
  background-color: #178973;
  border: 1px solid #178973 !important;
  color: #fff;
}

.contact__form_div {
  padding: 4em;
  background-color: #fff;
}

.contact__form_div table,
.contact__form_div th,
.contact__form_div td,
.contact__form_td_1,
.contact__form_td_2,
.contact__form_td_3 {
  /* padding: 1em; */
  border: none;
}

.contact__form_tr {
  border-bottom: 1px solid #ccc;
}

.contact__form_th {
  width: 30%;
  padding: 1.5em 0 !important;
  margin: auto;
}

.contact__form_td_1 {
  width: 70%;
}

.contact__form_td_2 {
  text-align: center;
  margin: auto;
}

.contact__form_td_3 {
  width: 100px;
  text-align: center;
  padding: 0 !important;
  margin: 0;
}

.contact__form_td_3 .wpcf7-list-item {
  margin: 0;
}

.contact__form_td_1 input,
.contact__form_td_1 textarea {
  width: 100%;
  padding: 1ex;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.contact__form_td_2 input[type=submit] {
  width: 100%;
  border: none;
  color: #fff;
  padding: 1em 2em;
  border-radius: 5px;
  background-color: #178973;
}

.front__map_iframe {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  line-height: 0;
}

.front__map_iframe iframe {
  position: relative;
  width: 100%;
  height: 500px;
  padding: 0;
  margin: 0;
  line-height: 0;
}

/* classroom */
.classroom_box_row,
.classroom_box_column {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  background-color: #fff;
}

.classroom_box_row {
  padding-top: 1%;
}

.classroom_p {
  position: relative;
  display: block;
  margin-bottom: 1%;
  width: 32.5%;
  height: auto;
  padding: 1%;
}

.classroom_row {
  position: relative;
  display: block;
  margin-bottom: 1%;
  width: 32.5%;
  height: auto;
  padding: 1%;
  box-shadow: 1px 1px 1px #ccc, -1px -1px 1px #eee;
  transition: 250ms all ease-in-out;
  opacity: 0.8;
}

.classroom_img_row,
.classroom_img_column {
  position: relative;
  width: 100%;
}

.classroom_row:hover {
  opacity: 1;
}

.peper_div img {
  width: 100%;
}

.peper_bottom {
  width: 100%;
  margin: auto;
  text-align: center;
}

.peper_button {
  background-color: #7abb27;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  transition: opacity 0.3s ease;
  text-align: center;
  text-shadow: none;
  border: 0;
  cursor: pointer;
  font-weight: normal;
  padding: 0.8em 1.8em;
  margin: 3em 0;
  min-width: 30%;
  line-height: 1.2;
  border-radius: 5em;
}

/*

お知らせ

*/
#osirasebox {
  position: relative;
  max-width: 1024px;
  box-sizing: border-box;
  margin: 2em;
  padding: 2em;
  text-align: left;
  background-color: #fff;
  box-shadow: 1px 1px 3px #aaa;
}

#osirasebox h2 {
  border-left: 5px solid #178973;
  font-size: 150%;
  font-weight: bold;
  margin-bottom: 1em;
  text-align: left;
  text-indent: 1ex;
}

#osirasebox img {
  width: 100%;
  height: auto;
}

#osirasebox p {
  margin-bottom: 0.63em;
}

/*
    sns
*/
.sns_box {
  position: relative;
  background-color: white;
  padding: 5em 0;
  display: flex;
  flex-flow: row now;
  justify-content: space-around;
}

.sns_box a {
  display: block;
  text-align: center;
  margin: auto;
  width: 15%;
}

.sns_box img {
  width: 100%;
}

.add_to_any {
  text-align: center;
}

.cov_img_box {
  width: 100%;
  position: relative;
  display: grid;
  gap: 1em;
  flex-flow: row;
  box-sizing: border-box;
  grid-template-columns: 1fr 1fr;
  padding: 0 1em;
}

.cov_img_div {
  position: relative;
  box-sizing: border-box;
  margin: auto;
  margin-bottom: 50px;
}

.cov_img_div img {
  text-align: center;
  width: 100%;
}

.youtube_box {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  width: 100%;
}

.youtube_box iframe {
  width: 50%;
  height: 250px;
}

.media_h3 {
  background-color: #176689;
  color: white;
  text-align: center;
  padding: 1em;
}

.media_box {
  max-width: 500px;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

.media_title {
  padding: 5px 10px;
}

@media screen and (max-width: 767px) {
  .header_nav_span {
    font-size: 8px;
    line-height: 1.4;
    padding: 1ex 0 0.5ex;
  }
  .header_nav_li {
    padding: 2% 0%;
  }
  .front_top__div {
    width: 100%;
  }
  .front_infomation_h3 {
    font-size: 1.4em;
    padding: 1em 0;
  }
  .front_infomation_image_left,
  .front_infomation_image_right {
    flex-flow: row wrap;
  }
  .front_infomation_image_right {
    flex-direction: column-reverse;
  }
  .front_infomation_image_img,
  .front_infomation_image_text_box {
    width: 100%;
  }
  .front_infomation_image_text_box_h2 {
    padding: 2em 0;
  }
  .front_infomation_image_text_box_p {
    padding-bottom: 4em;
  }
  .fc-toolbar h2 {
    font-size: 1em !important;
  }
  .fullcarender {
    padding: 10px;
  }
  .fc-ltr .fc-dayGrid-view .fc-day-top .fc-day-number {
    font-size: 8px !important;
  }
  #carender_window {
    position: fixed;
    max-width: 90%;
    max-height: auto;
    width: 90%;
  }
  .contact_sc,
  .contact_mail {
    width: 100%;
  }
  .contact_sc {
    margin-bottom: 2em;
  }
  .front_sc_contact_div {
    padding: 2em 1em 0;
    margin-bottom: 4em;
  }
  .frront_univ_left {
    width: 100%;
    text-align: center;
  }
  .front_univ_right {
    width: 100%;
  }
  .front_univ_h2 {
    font-size: 1.8em;
    padding: 1em 0 1ex;
  }
  .front_univ_p {
    text-align: left;
    padding: 1em;
  }
  .front_prof_name_h2,
  .front_prof_name_p {
    margin-left: 5%;
  }
  .front_prof_license_div {
    text-align: left;
    padding: 2em 1ex;
  }
  .front_prof_liceence_li {
    padding: 1em;
  }
  .front_prof_info {
    text-align: left;
    padding: 2em 1em;
  }
  .front_yogaclass_table {
    width: 90%;
    padding: 0 1em;
  }
  .front_yogaclass_table td,
  .front_yogaclass_table th {
    font-size: 1.2em;
    border: none;
  }
  .front_yogaclass_table tr:last-child td:last-child {
    margin-bottom: -1px;
    border-bottom: 0.5px solid #fff;
  }
  .front_yogaclass_table tr:last-child th {
    border-bottom: 0.5px solid #fff;
  }
  .front_yogaclass_table th {
    border-top: 0.5px solid #fff;
    border-left: 0.5px solid #fff;
    border-right: 0.5px solid #fff;
  }
  .front_yogaclass_table td {
    border-top: 0.5px solid #fff;
    border-right: 0.5px solid #fff;
  }
  .front_yogaclass_table td {
    display: block;
  }
  .front_yoga_rinpa_right {
    display: none;
  }
  .front_yoga_rinpa_div {
    padding: 2em 1em;
  }
  .front_yoga_rinpa_left {
    width: 100%;
  }
  .front_price_box {
    padding: 4em 0;
  }
  .contact_price_new,
  .contact_price_nomal {
    width: 100%;
    margin-bottom: 2em;
  }
  ._space_6 {
    padding-bottom: 4em;
  }
  .front_price_coupon {
    padding: 4em 0;
  }
  .front_price_coupon {
    padding-bottom: 2em;
  }
  .front_price_coupon_no {
    font-size: 4em;
  }
  .front_price_coupon_price {
    font-size: 1.4em;
  }
  .front_price_contact_div {
    padding: 0 1em;
  }
  .front_kojin_mail {
    width: 90%;
  }
  .front__seitai_table {
    margin-bottom: 0;
  }
  .front__seitai_kakaku_h2,
  .front__seitai_kaisu_h2_l,
  .front__seitai_kaisu_h2_r {
    font-size: 1.1em;
    font-weight: bold;
  }
  .front__kaijo_img,
  .front__kaijo_text {
    width: 100%;
    margin: auto;
  }
  .front__inquiry_div {
    padding: 2em 1em;
  }
  .front__kaijo_text {
    padding: 1em 0;
  }
  .front__inquiry_box {
    width: 100%;
    margin-bottom: 2em;
  }
  .front__column_top {
    padding: 2em 1em;
  }
  .front__column_top_img,
  .front__column_top_p {
    width: 100%;
  }
  .front__column_top_p {
    padding: 1em 0;
    line-height: 1.4;
  }
  .front__column_box {
    padding: 2em 1em;
  }
  .column__box_a {
    width: 100%;
  }
  .front__column_blog {
    width: 100%;
  }
  .front__column_bottom {
    padding: 4em 1em;
  }
  .front__seito_ul {
    width: 100%;
    padding-left: 0;
  }
  .front_seito_2 {
    transform: translateY(250px);
  }
  .front_seito_3 {
    transform: translateY(400px);
  }
  .front_seito_4 {
    transform: translateY(600px);
  }
  .front__gallery_content_li {
    width: 100%;
  }
  .front__gallery_content_li:first-child {
    padding: 4em 0;
  }
  .footer_contents_h1 {
    font-size: 1.8em;
  }
  .column__page_box_a {
    width: 100%;
  }
  .contact__form_div {
    padding: 2em 1em;
  }
  .header_nav_bottom_span {
    display: none;
  }
  .header_nav_bottom {
    height: auto;
  }
  .section__top_h2 {
    font-size: 1.6em;
  }
  .blog_list_box .column__box_a {
    width: 100%;
  }
  .blog_content {
    padding: 1em 1em 4em;
  }
  .youtube_box iframe {
    width: 100%;
    height: 350px;
  }
}
.classlistbg-1 {
  background-image: url("../../img/classlist/class-001.jpg");
}/*# sourceMappingURL=my_style.css.map */