:root {
  --color-01: #0045e4;
  --color-02: #002680;
  --color-free: #00b901;
  --color-backup: #67b114;
}
/* 共通 */
body {
  /*background: url(../images/bg.jpg)!important;*/
  background-color: #f5f5f5;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo, Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#wrap {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", "Meiryo", Meiryo, sans-serif;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
a {
  text-decoration: none;
}
.ml16 {
  margin-left: 16px;
}
.inner_head {
  width: 1064px;
  margin: 0 auto;
}
.inner {
  width: 1024px;
  margin: 0 auto;
}
#side_free {
  position: fixed;
  top: 12vw;
  right: 0;
  z-index: 9999999;
}
#side_free img:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);	/* Ie用 */
}
#side_free img {
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.pb16 {
  padding-bottom: 16px;
}
.mt20 {
  margin-top: 20px;
}
.mt26 {
  margin-top: 26px;
}
.mt40 {
  margin-top: 40px;
}
.mt80 {
  margin-top: 80px;
}
.mb14 {
  margin-bottom: 14px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb26 {
  margin-bottom: 26px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb60 {
  margin-bottom: 60px;
}
.mb80 {
  margin-bottom: 80px;
}
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 77%;
  z-index: 99;
}
#page-top a {
  text-decoration: none;
  width: 100px;
  text-align: center;
  display: block;
  border-radius: 5px;
  -webkit-transition: all 5s;
  -moz-transition: all 5s;
  -ms-transition: all 5s;
  -o-transition: all 5s;
  transition: all 5s;
  opacity: 1;
}
#page-top img:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);	/* Ie用 */
}
#page-top img {
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
/* fa */
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-sitemap:before {
  content: "\f0e8";
}
/* ヘッダー */
.head_area {
  position: fixed !important;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100px;
}
#head_top {
  position: relative;
  z-index: 300;
  box-sizing: border-box;
  min-block-size: 43px;
  padding: 8px 0;
  font-weight: bold;
  font-size: 12px;
  border-bottom: 1px solid var(--color-02);
  background-color: var(--color-01);
}
#head_top .inner {
  width: 1025px;
  margin: 0 auto;
}
#head_top h1 {
  text-align: left;
  float: left;
  color: #fff;
  font-weight: normal;
  font-size: 10px;
  line-height: 2.5;
}
.top_contact {
  color: #fff;
  float: right;
}
.top_contact a {
  color: #fff;
}
.top_contact a:link {
  color: #fff;
}
.top_tel {
  float: left;
}
.top_link {
  float: left;
}
.top_contact a:hover {
  text-decoration: underline;
}
#header {
  position: relative;
  background-color:var(--color-01);
  z-index: 200;
  border-bottom: 1px solid var(--color-02);
}
#header:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 70%;
  height: 100%;
  background-color: #fff;/*border-bottom: 2px solid #F2EFE9;*/
}
#header a {
  color: #151515;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
#header a:hover {
  color: #000;
}
#header_on {
  position: relative;
  background-color: #191819;
  z-index: 200;
  border-bottom: #dbdbdb 1px solid;
}
/*ヘッダーcss*/
.menu {
  position: relative;
  width: 100%;
  height: 55px;
}
.menu > li {
    float: left;
    width: 110px;
    height: 55px;
    line-height: 55px;
    background: #ffffff;
    list-style-type: none;
    text-align: center;
    border-right: 1px solid #eaeaea;
    position: relative;
    display: block;
}
.menu > li a {
  display: block;
  font-weight: bold;
}
.menu > li a:hover {
}
.menu > li:hover {
  background:#ffffff;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.menu li {
  display: block;
}
/*サブナビ部分*/
.sel_navi {
  background-color: rgba(0,0,0,0.65);
  width: 100%;
  padding: 30px 0;
  position: fixed;
  z-index: 100;
}
.sel_navi li {
  display: inline-block;
  padding: 0 20px;
}
.sel_navi ul {
  width: 1020px;
  text-align: center;
}
.sel_navi ul a {
  display: block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1;
}
.sel_navi ul a:hover {
  opacity: 0.8;
  color: #fff;
}
.sel_navi li p.en_ttl {
  font-size: 15px;
  text-align: center;
  font-weight: bold;
  color: #fff;
}
.sel_navi li p.ja_ttl {
  font-size: 12px;
  text-align: center;
  color: #F2EFE9;
}
.sel_navi02 {
  background-color: rgba(0,0,0,0.65);
  width: 100%;
  padding: 30px 0;
  position: fixed;
  z-index: 100;
}
.sel_navi02 li {
  display: inline-block;
  padding: 0 17px;
}
.sel_navi02 ul {
  width: 878px;
  margin: 0 auto;
  text-align: center;
}
.sel_navi02 ul a {
  display: block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1;
}
.sel_navi02 ul a:hover {
  opacity: 0.8;
}
.sel_navi02 li p.en_ttl {
  font-size: 17px;
  text-align: center;
  font-weight: bold;
  color: #fff;
}
.sel_navi02 li p.ja_ttl, .conttl_bg2 p.con_ttl   {
font-size: 12px;
  text-align: center;
  color: #F2EFE9;
}
/*スライダー*/
.slider {
  width: 100%;
}
.slider img {
  width: 100%;
}
/*下層のトップの画像のところ*/
.top_bg {
  background-image: url(../images/common/top_bg.jpg);
  background-size: cover;
  height: 160px;
  position: relative;
  background-position: center;
}
.top_bg p.top_ttl {
  font-size: 38px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  text-shadow: 4px 2px 5px #000;
  position: absolute;
  width: 100%;
  top: 50px;
}
.top_bg2 {
  background-image: url(../images/common/top_bg2.jpg);
  background-size: cover;
  height: 160px;
  position: relative;
}
.top_bg2 p.top_ttl {
  font-size: 40px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  text-shadow: 4px 2px 5px #000;
  position: absolute;
  width: 100%;
  top: 50px;
}
/*コンテンツのタイトル*/
.conttl_bg {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  height: 56px;
  padding-inline: 34px;
  padding-block-end: 2px;
  background-image: url(../images/common/conttl_bg_v2.jpg);
  background-size: contain;
}
.conttl_bg p.con_ttl {
  width: 100%;
  font-weight: bold;
  font-size: 28px;
  font-family: "Pathway Gothic One", sans-serif;
  color: #fff;
}
.conttl_bg p.con_ttl span {
  font-size: 14px;
  margin-left: 10px;
  vertical-align: middle;
}
.conttl_bg2 {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  height: 55px;
  padding-inline: 34px;
  padding-block-end: 2px;
  background-image: url(../images/common/conttl_bg2.jpg);
  background-size: contain;
}
.conttl_bg2 p.con_ttl {
  width: 100%;
  font-size: 28px;
  font-family: "Pathway Gothic One", sans-serif;
  text-align: left;
  color: #fff;
}
.conttl_bg2 p.con_ttl span {
  font-size: 14px;
  margin-left: 10px;
  vertical-align: middle;
}
/*ニュースエリア*/
.n_ttl {
  background-color: var(--color-01);
}
.n_ttl p {
  text-align: center;
  padding: 10px 0;
  font-size: 24px;
  color: #fff;
}
.news_area {
    padding: 50px 0 60px 0;
    background-image: url(../images/top/con_bg.png);
    background-repeat: repeat;
}
.news_box {
  width: 328px;
  margin-bottom: 18px;
  float: left;
  position: relative;
}
.m_news {
  position: absolute;
  font-size: 10px;
  color: #fff;
  background-color: #5475a5;
  padding: 8px;
  z-index: 777;
  top: 0px;
  box-shadow: 4px 4px 0px 0px #d8d8d8;
  -webkit-box-shadow: 4px 4px 0px 0px #d8d8d8;
  -moz-box-shadow: 4px 4px 0px 0px #646464;
}
.m_notice {
  position: absolute;
  font-size: 10px;
  color: #fff;
  background-color: #3e9b7b;
  padding: 8px;
  z-index: 777;
  top: 0px;
  box-shadow: 4px 4px 0px 0px #d8d8d8;
  -webkit-box-shadow: 4px 4px 0px 0px #d8d8d8;
  -moz-box-shadow: 4px 4px 0px 0px #646464;
}
.m_event {
  position: absolute;
  font-size: 10px;
  color: #fff;
  background-color: #75578f;
  padding: 8px;
  z-index: 777;
  top: 0px;
  box-shadow: 4px 4px 0px 0px #d8d8d8;
  -webkit-box-shadow: 4px 4px 0px 0px #d8d8d8;
  -moz-box-shadow: 4px 4px 0px 0px #646464;
}
.m_colum {
  position: absolute;
  font-size: 10px;
  color: #fff;
  background-color: #ea3b83;
  padding: 8px;
  z-index: 777;
  top: 0px;
  box-shadow: 4px 4px 0px 0px #d8d8d8;
  -webkit-box-shadow: 4px 4px 0px 0px #d8d8d8;
  -moz-box-shadow: 4px 4px 0px 0px #646464;
}
.bg_colum {
  background-color: #ea3b83;
}
.news_box span {
    max-height: 38px;
    font-size: 15px;
    color: #000;
    font-weight: bold;
    padding-bottom: 10px;
    display: block;
    min-height: 38px;
    overflow: hidden;
}
.news_box:nth-child(2), .news_box:nth-child(5){
  margin: 0 20px;
}
.news_box p {
  font-size: 14px;
  color: #080808;
  display: inline-block;
}
.news_area ul li {
  float: left;
}
.news_area ul li:nth-child(even) {
  float: left;
  margin: 0 2px;
}
.news_area a {
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.news_area a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);	/* Ie用 */
}
a.btn-navy {
  background-color: #CC3C14;
  color: #fff;
  font-size: 16px;
  padding: 14px 78px;
}
/* NEWS.html */
.in_news_box:first-child {
  border-top: #dbdbdb 1px solid;
}
.in_news_box {
  width: 710px;
  display: block;
  padding: 40px 0;
  border-bottom: #dbdbdb 1px solid;
}
.in_news_box .txt_area {
  width: 396px;
}
.in_news_box a {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  display: block;
}
.in_news_box a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);	/* Ie用 */
}
.in_news_box p {
  font-size: 14px;
  color: #FFFFFF;
  display: inline-block;
  padding: 0 20px;
}
.news_img_area {
  float: left;
  margin-right: 20px;
  margin-left: 14px;
  display: block;
  width: 280px;
  height: 100%;
  position: relative;
}
.news_pic {
  display: block;
  height: 210px;
  background-repeat: no-repeat;
  background-position: center center;
}
.news_img_area2 {
  float: left;

  display: block;
  /*
  margin-right: 20px;
  margin-left: 14px;
  width: 280px;
  height: 396px;
  */
  position: relative;
}
.news_pic2 {
  display: block;
  height: 396px;
  background-repeat: no-repeat;
  background-position: center center;
}
.txt_area {
  float: left;
  min-height: 120px;
}
.mark {
  margin-bottom: 6px;
}
.bg_news {
  background-color: #5475a5;
}
.bg_notice {
  background-color: #3e9b7b;
}
.bg_event {
  background-color: #75578f;
}
.bg_colum {
  background-color: #ea3b83;
}
.news_date {
  font-size: 13px;
  color: #080808;
}
.news_ttl {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: bold;
  color: #48332d;
  max-width: 738px;
  line-height: 22px;
  word-break: break-all;
}
.news_txt {
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: bold;
  color: #080808;
  max-width: 434px;
  line-height: 22px;
  word-break: break-all;
}
ul.pagenav {
  margin: 40px 0 0 0;
}
ul.pagenav li {
  display: inline;
  margin: 0 1px;
  padding: 0;
}
ul.pagenav li span a {
  display: inline-block;
  padding: 5px 7px;
  color: #444444 !important;
  background-color: #eeeeee;
  border: 1px solid #6d6d6d;
  text-decoration: none;
  vertical-align: middle;
  color: #222;
}
ul.pagenav li b a {
  color: #ffffff !important;
  background-color: #333;
  border: 1px solid #181818;
  margin: 5px 0;
  padding: 5px 7px;
  display: inline-block;
  vertical-align: middle;
}
ul.pagenav li a:hover {
  color: #ffffff !important;
  background-color: #DBDBDB;
  border: 1px solid #cccccc;
}
ul.pagenav li strong {
    color: #ffffff;
    background-color: #47352d;
    border: 1px solid #10233e;
    margin: 5px 0;
    padding: 5px 7px;
    display: inline-block;
    vertical-align: middle;
}
#sns_box {
  float: right;
  margin-bottom: 10px;
}
.sharebtn li {
  float: left;
}
.sharebtn li:nth-child(even) {
  float: left;
  margin: 0 6px;
}
/* 2つの特徴  */
.special_intro .ttl {
    font-size: 24px;
    font-weight: bold;
    padding: 12px 0;
    text-align: center;
    background-color: var(--color-01);
    margin-bottom: 12px;
    color: #fff;
}
#special {
    margin: 0px auto;
    background-image: url(../images/top/special_bg.jpg);
    background-size: cover;
}
.special_ttl {
  text-align: center;
  margin-bottom: 14px;
}
.special_box {
  width: 502px;
  float: left;
  background-color: rgba(0,0,0,0.7);
  margin-right: 20px;
  padding-bottom: 500px;
  margin-bottom: -500px;
}
.special_box img, .special_box02 img {
  width: 100%;
}
.special_box02 {
  width: 502px;
  float: right;
  background-color: rgba(0,0,0,0.7);
  padding-bottom: 500px;
  margin-bottom: -500px;
}
.s_box_txt {
  font-size: 15px;
  margin: 0 auto;
  padding: 20px;
}
.s_box_ttl {
    font-size: 20px;
    color: #ffffff;
    padding: 8px 0;
    text-align: center;
    background-color: #404040;
}
.s_box_ttl span {
  font-size: 18px;
}
#web360 {
    padding: 80px 0;
    background-color: #4b6346;
}
.web360_ttl {
  text-align: center;
}
.web360_txt {
  text-align: center;
  color: #fff;
  text-shadow: 0 1px 4px #000;
  font-size: 18px;
  line-height: 2em;
}
.web360_btn {
  text-align: center;
  margin-top: 32px;
}
.web360_btn a {
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.web360_btn a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);	/* Ie用 */
}
/*SNSエリア*/
#sns_area {
  background-image: url(../images/top/sns_bg.png);
  background-repeat: repeat;
  padding: 80px 0;
}
.sns_i {
  text-align: center;
  margin-bottom: 30px;
}
.sns_l {
  width: 478px;
  float: left;
}
.sns_r {
  width: 478px;
  float: right;
}
#sns_area02 {
  background-repeat: repeat;
  padding: 80px 0;
}
#sns_area02 .insta_loading {
  text-align: center;
  padding: 40px 0;
}
#insta_area {
  display: none;
  opacity: 0;
}
#insta_area li {
  width: 154px;
  height: 154px;
  float: left;
  /*background-color:#C85456;*/
  margin: 0 20px 20px 0;
}
#insta_area li:nth-child(6), #insta_area li:nth-child(12) {
  margin: 0 0 20px 0;
}
#insta_area li img {
  width: 154px;
  height: 154px;
  float: left;
  /*background-color:#C85456;*/
  margin: 0 20px 20px 0;
}
/*アクセスエリア*/
#access_area {
  width: 100%;
}
.map_ttl {
  position: absolute;
  bottom: 2vw;
  left: 13.5vw;
  background-color: #f9f9f9;

  transition: .3s;
}
.map_ttl a {
  color: #0f2238;
  display: block;
  padding: 26px;
  transition-property: color, background-color;
  transition-duration: .3s;
}
.map_ttl a:hover {
  background-color: var(--color-01);
  color: #fff;
}
/* .map_ttl:hover {
  transition: .3s;
  background-color: #0f2238;
  color: #fff;
} */
.map_ttl h3 {
  font-size: 18px;
}
/**/
.u_con {
  width: 1024px;
  margin: 0 auto;
}
.u_main {
    width: 750px;
    float: left;
    padding-bottom: 60px;
    /*background-color: rgba(254, 247, 230, 0.6);*/
    margin-bottom: 46px;
  background-color: #fff;
}
.u_right {
  width: 246px;
  float: right;
}
div:is(#price, #program, #schedule, #admission, #experience, #access, #web_360) {
  padding-top: 100px;
  margin-top: -100px;
}
/* サイドバー */

.u_side {
  float: right;
  width: 244px;
}
.u_side_inner {
    border: 1px solid var(--color-01);
    padding-bottom: 30px;
    background-color: #fff;
}
.u_side a {
  color: var(--color-01);
  font-weight: bold;
}
.u_side a:hover {
  text-decoration: underline;
}
.shop_number {
    font-size: 24px;
    text-align: center;
    font-weight: bold;
    margin-top: 4px;
    color:var(--color-01);
}
.side_inner {
  margin: 0 12px;
  font-size: 15px;
}
.side_midashi {
  border-bottom: 1px solid#d3d3d1;
  font-size: 18px;
  margin-bottom: 8px;
  margin-top: 10px;
}
.side_inner span {
  margin-left: 10px;
  display: block;
}
.side_inner .add_sche {
  margin-top: 10px;
  display: block;
}
.bnr img:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);	/* Ie逕ｨ */
}
.bnr img {
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
p.midashi_mini {
  margin-bottom: 5px;
  padding-left: 6px;
  border-left: 1px solid #868686;
}
/*下層ページ*/
.inner02 {
  margin: 0 auto;
  width: 710px;
}
/*ぱん*/
/* .pan {
font-weight: bold;
} */
.pan a {
  color: #191819;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.pan a:hover {
  color: #A18700;
}
.sankaku {
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-top: 20px solid #80916a;
}
.sankaku_contact {
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-top: 20px solid #d1cc48;
}
.u_right {
  width: 246px;
  float: right;
}
#schedule {
  padding-top: 100px;
  margin-top: -100px;
}
#admission {
  padding-top: 100px;
  margin-top: -100px;
}
#experience {
  padding-top: 100px;
  margin-top: -100px;
}
#access {
  padding-top: 100px;
  margin-top: -100px;
}
#web_360 {
  padding-top: 100px;
  margin-top: -100px;
}
/*link_area*/
#link_area{
  margin: 60px 0;
}
#link_area ul{
display: flex;
justify-content: center;
}
#link_area ul li{
  margin: 0 16px;
}
#link_area ul li img{
  transition: .3s;
}
#link_area ul li:hover{
  opacity: 0.7;
}
@media (max-width: 640px) {
#link_area{
  margin: 32px 0;
  }
  #link_area ul{
    justify-content: space-between;
  }
  #link_area ul li{
    width: 48%;
    margin: 0;
  }
  #link_area ul li img{
    width: 100%;
  }
}
/* ACCESS  */
#access_place li {
  float: left;
}
#access_place li:nth-child(even) {
  float: left;
  margin: 0 16px;
}
.rute {
  display: block;
  width: 100%;
  margin-top: 20px;
  font-size: 15px;
}
.rute span {
  color: #D91219;
}
/* about.php*/
div#aboutk1 {
  padding-top: 100px;
  margin-top: -100px;
}
div#representative {
  padding-top: 100px;
  margin-top: -100px;
}
div#trainers {
  padding-top: 100px;
  margin-top: -100px;
}
div#fighter {
  padding-top: 100px;
  margin-top: -100px;
}
div#member {
  padding-top: 100px;
  margin-top: -100px;
}
div#qa {
  padding-top: 100px;
  margin-top: -100px;
}
.about_intro {
  text-align: center;
  font-size: 22px;
  line-height: 1.5;
  margin-bottom: 20px;
}
.about_intro span {
    color: #cc3c14;
    font-weight: bold;
}
.about_txt {
  font-size: 16px;
  line-height: 1.8;
}
.about_txt span {
    color: #cc3c14;
    font-weight: bold;
}
.box {
  padding-bottom: 80px;
}
.left_img_area {
  float: left;
  margin-right: 20px;
}
.right_txt_area {
  float: right;
  width: 390px;
  font-size: 14px;
  line-height: 1.8;
}
span.name {
  display: block;
  float: right;
}
.trainer_box {
  padding: 20px 0;
  float: left;
}
.trainer_box:nth-child(even) {
/*ackground-color: #F8F8F8;*/
}
.voice_box {
  padding: 6px 0 20px 0;
  float: left;
}
.t_left {
  float: left;
  margin-right: 30px;
}
.t_left img {
  block-size: auto;
}
.t_right {
  float: right;
}
.t_top {
  border-bottom: #707070 1px solid;
  float: left;
  width: 378px;
  margin-bottom: 16px;
}
.t_sns ul li {
  float: left;
  margin-right: 4px;
}
.t_name {
  float: left;
}
.t_name img {
  width: 19px;
}
.t_name span {
  font-size: 18px;
  color: #040000;
  font-weight: bold;
  margin-left: 8px;
}
.t_sns {
  float: right;
}
table.trainers_txt {
  width: 378px;
  border-collapse: separate;
  border-spacing: 0px;
  font-size: 14px;
}
table.trainers_txt th {
  width: 20%;
  padding: 8px 4px;
  text-align: left;
  vertical-align: top;
  color: #444;
  border-bottom: 1px solid #ccc;
}
table.trainers_txt td {
  width: 68%;
  padding: 8px 4px;
  line-height: 1.8;
  border-bottom: 1px solid #ccc;
}
table.trainers_txt .border-b-none {
  border-bottom: none;
}
table.trainers_txt a {
  color: #cc3c14;
  text-decoration: underline;
}
table.trainers_txt a:hover {
  text-decoration: none;
}
.t_name_v {
  float: left;
}
.t_name_v span {
  font-size: 18px;
  color:#0e2304;
  font-weight: bold;
}
.v_right {
  float: right;
  width: 378px;
}
.voice_area {
  font-size: 14px;
  float: left;
  width: 378px;
}
.voice_area dt {
  background-color: #404040;
  padding: 4px 0 4px 4px;
  color: #fff;
}
.voice_area dd {
  padding: 4px 0 4px 4px;
  line-height: 1.8;
  margin-bottom: 8px;
}
.v_top {
  border-bottom: #48342d 1px solid;
  float: left;
  width: 378px;
  margin-bottom: 14px;
}
.qa_area {
  font-size: 14px;
}
.red {
  color: #c52929;
}
.blue {
  color: #203183;
}
.qa_area tr {
  border: #a99a9a 1px solid;
  display: block;
  background-color: #fff;
}
.qa_area tr:nth-child(even) {
  margin-bottom: 20px;
  border-top: none;
}
.qa_area td.red_q1 {
  padding: 10px 19px;
  background-color: #cc3c14;
  color: #fff;
  font-weight: bold;
  font-size: 17px;
}
.qa_area td.blue_a1 {
  padding: 10px 20px;
  background-color: #251f54;
  color: #fff;
  font-weight: bold;
  font-size: 17px;
}
.qa_area th {
  padding: 10px;
}
.qa_area a {
  color: #cc3c14;
}
.qa_area a:hover {
  text-decoration: underline;
}
/* admission.php */
.sub_ttl {
  font-weight: bold;
  font-size: 26px;
  border-bottom: 1px solid #7a7a7a;
}
.p_box {
  width: 710px;
  float: left;
}
.price_bar {
  background-color: var(--color-01);
  padding: 5px 10px;
  margin-bottom: 14px;
  color: #FFFFFF;
  font-size: 16px;
}
.price_bar span {
  color: #FFFFFF;
  border-left: 3px solid #FFFFFF;
  padding: 5px 10px;
  display: block;
}
.adult_sc th.classTh {
  font-weight: bold;
  background-color: #f1f1f1;
  color: #000000;
  text-align: left;
  border-bottom: 1px solid #C9C9C9;
  padding: 10px;
}
.p_ttl {
  border-bottom: 1px solid #48342d;
  padding: 6px 0;
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: bold;
}
.p_ttl img {
  vertical-align: middle;
}
.p_img {
  margin-bottom: 14px;
  float: left;
  margin-right: 20px;
  width: 346px;
}
.p_txt {
  font-size: 14px;
  width: 342px;
  float: left;
}
/**********
ヨガ
****************/
.class-blc {
  margin-bottom: 16px;
}
.class-blc .koka span {
  padding: 6px;
  background-color: #5c443c;
  color: #fff;
  margin-right: 6px;
  border-radius: 6px;
}
.class-blc .exp {
  font-size: 15px;
  margin: 4px 0 10px;
}
.class-blc .exp .taisho{
  margin-bottom: 6px;
  color:var(--color-01);
}
.class-blc .exp span.under-line {
  border-bottom: 1px solid #000;
  padding-bottom: 1px;
}
.class-blc .exp span.color-red{
  color:#bc1865;
    border-bottom: 1px solid #bb1865;
}
@media (max-width: 640px){
  .headsns-area{
    position: absolute;
    inset-block-start: 25px;
    right: calc(44 / 375 * 100vw);
    display: flex;
    block-size: calc(41 / 375 * 100vw);
  }
  .headsns-area div{
    inline-size: calc(41 / 375 * 100vw);
  }
  .headsns-area div > a {
    display: grid;
    place-items: center;
    inline-size: 100%;
    block-size: 100%;
  }
  .headsns-area div > a > img{
    inline-size: auto;
    block-size: calc(24 / 375 * 100vw);
  }
  .headsns-area div:nth-of-type(2) > a > img{
    block-size: calc(20 / 375 * 100vw);
  }
}

.point-list-ttl {
  font-size: 18px;
  border-bottom: 1px solid #000;
  padding-bottom: 4px;
  margin-bottom: 10px;
  font-weight: bold;
}
ul.point-list {
  margin: 16px 0 20px;
  font-size: 15px;
  line-height: 1.8;
}
.link_btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 40px 0;
  text-align: center;
}
.link_btn a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);	/* Ie用 */
}
.link_btn img {
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.sche_txt {
  font-size: 15px;
  margin-top: 12px;
}
.sche_txt_r {
  font-size: 15px;
  margin-top: 12px;
  color: #d91119;
}
table.open {
  font-size: 15px;
  width: 100%;
}
table.open td {
  padding: 6px 8px;
  display: block;
}
table.open th {
  padding-right: 16px;
  vertical-align: top;
}
table.open td.name {
  background: #666666;
  width: 378px;
  color: #fff;
}

/*****
パーソナル部分
**************/
.tableWrap .txt {
  font-size: 14px;
    margin-bottom: 16px;
}
.tableWrap .personal-name {
    margin-bottom: 6px;
    font-size: 15px;
    background-color: #22487d;
    padding: 8px 14px;
    color: #fff;
}


.adult_sc {
  background-color: #FFFFFF;
  width: 100%;
  margin-bottom: 18px;
  font-size: 14px;
}
.adult_sc th {
    font-weight: bold;
    background-color: #f1f1f1;
    text-align: center;
    border: 1px solid #E9E9E9;
    padding: 10px 0px;
    line-height: 1.4;
}
table.adult_sc th, table.adult_sc table td {
  width: 25%;
  border: 1px solid #C9C9C9;
}
.adult_sc td {
  border: 1px solid #C9C9C9;
  padding: 10px;
  line-height: 1.3em;
}
.adult_sc td small {
  display: inline-block;
}
.adult_sc td a{
  color: #bc1865;text-decoration: underline;
}
.adult_sc td a:hover{
  text-decoration: none;
}
.nyukai {
  font-size: 14px;
}
.nyukai dl {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
  border: 1px solid #c9c9c9;
  background-color: #f1f1f1;
}
.nyukai dl dt {
  display: block;
  width: 20%;
  line-height: 1.5em;
}
.nyukai dl dd {
  flex: 1;
  width: 79%;
  margin: 0 !important;
  padding: 0 !important;
  border-left: 1px solid #c9c9c9;
  background: #fff;
}
.nyukai dl dt span {
  padding: 15px;
  display: block;
  font-weight: bold;
}
.nyukai dl dd ul {
  padding: 15px;
}
/*フッター*/
.foot_link {
  background-image: url(../images/foot_inq.jpg);
  background-size: cover;
  padding: 30px 0;
}
.foot_link_inner {
  width: 830px;
  margin: 0 auto;
}
.foot_link_inner table {
  float: left;
  margin-top: 40px;
}
.tel_n {
}
.foot_link th {
  font-size: 30px;
  color: #FFFFFF;
  margin-right: 12px;
  display: inline-block;
}
.foot_link img:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);	/* Ie用 */
}
.foot_link img {
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.foot_link_txt {
  font-size: 22px;
  color: #fff;
  line-height: 1.3;
  display: inline-block;
}
.tel_mail {
  float: right;
}
.footer {
  background-color: #ececec;
  padding: 40px 0 52px;
  font-size: 13px;
  border-top: #fff 1px solid;
  font-family: 'Josefin Sans', "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", 'Meiryo', "ＭＳ Ｐゴシック", Helvetica, Arial, sans-serif;
  color: #424242;
  position: relative;
}
.position-wolf_logo {
  position: absolute;
  bottom: 0;
  right: 0;
}
.position-wolf_logo img{
  width: 190px;
}
.footer_copy {
  background-color: var(--color-01);
  color: #fff;
  padding: 16px 0;
  text-align: center;
  line-height: 1.7;
}
.footer_copy a {
  color: #ffffff;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.footer_copy a:hover {
  text-decoration: underline;
  color: #EFEFEF;
}
.foot_logo {
  text-align: center;
  margin-bottom: 24px;
}
.foot_logo img{
  width: 140px;
}
.footerNav .foot_l {
  padding: 2px 0 0 5px;
  display: inline-block;
  font-weight: bold;
  border-left: 3px solid #c3ab35;
}
.footerNav {
  float: left;
  font-size: 12px;
}
.footerNav a {
  color: #424242;
}
.footerNav a:hover {
  text-decoration: underline;
}
.footerNav ul {
  width: 350px;
  float: left;
}
.footerNav li {
  width: 232px;
  margin-bottom: 10px;
  line-height: 1.6;
  float: left;
}
.footerNav li ul {
  overflow: hidden;
  float: left;
  margin-left: 9px;
}
.footerNav li ul.foot_l_area li{
  line-height: 1.7;
}
.footerNav .foot_l {
  float: left;
  margin-bottom: 8px;
}
.footerNav .foot_m {
  padding: 2px 0 0 5px;
    margin-bottom: 4px;
  display: inline-block;
  font-weight: bold;
  border-left: 3px solid #bb1865;
}
.footerNav .foot_m li span {
  font-size: 10px;
  display: block;
}
span.triangle {
  font-size: 8px;
}
.footerNav .foot_r {
  padding: 2px 0 0 5px;
  margin-bottom: 8px;
  display: inline-block;
  font-weight: bold;
  border-left: 3px solid #1dace8;
}
.foot_sns {
  float: left;
  border-left: 1px solid #d4d4d4;
  padding-left: 25px;
}
.foot_sns dl {
  width: 154px;
  margin-bottom: 10px;
}
.foot_sns a {
  display: block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
}
.icon {
  float: left;
  margin-right: 12px;
}
/*運営会社*/
.pt12 {
  padding-top: 12px;
}
.overview {
  width: 710px;
  overflow: hidden;
  word-break: break-all;
  word-wrap: break-word;
}
.overview th {
  padding: 8px 8px 8px 12px;
  border-top: solid 1px #D3D3D1;
  width: 30%;
  overflow: hidden;
  color: #13131e;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  text-align: left;
  word-break: break-all;
  word-wrap: break-word;
  vertical-align: top;
  background-color: #F0F0F0;
}
.overview th.oth_last {
  padding: 8px 8px 8px 30px;
  border-bottom: solid 1px #D3D3D1;
  width: 30%;
  overflow: hidden;
  color: #13131e;
  font-style: normal;
  font-weight: bold;
  font-size: 100%;
  text-align: left;
  word-break: break-all;
  word-wrap: break-word;
  vertical-align: top;
  background-color: #E4F1D7;
}
.overview td.otd_last {
  text-align: left;
  vertical-align: top;
  color: #595960;
  background-color: #ffffff;
  border-bottom: solid 1px #D3D3D1;
  overflow: hidden;
  word-break: break-all;
  word-wrap: break-word;
  vertical-align: middle;
}
.overview td {
  text-align: left;
  vertical-align: top;
  color: #595960;
  background-color: #ffffff;
  border-top: solid 1px #D3D3D1;
  overflow: hidden;
  word-break: break-all;
  word-wrap: break-word;
  vertical-align: middle;
  padding-left: 12px;
  font-size: 15px;
}
h2.ttl {
  font-size: 26px;
  font-weight: bold;
  color: #343334;
  background-image: url(../images/common/ttl_under.png);
  background-repeat: repeat-x;
  background-position: bottom;
}
/*    */
.foot_con {
  font-size: 15px;
}
.foot_con strong {
  font-size: 16px;
  color: #48342d;
  margin-bottom: 10px;
  display: block;
  border-bottom: 1px solid #8F8F8F;
}
.foot_con a {
  color: #DB1D27;
}
.foot_con a:hover {
  text-decoration: underline;
}
/*  お問い合わせ  */
p.contact_txt {
  font-size: 14px;
}
p.contact_txt a {
    color: #cc3c14;
    font-weight: bold;
    text-decoration: underline;
}
p.contact_txt a:hover {
  text-decoration: none;
}
.gold_txt {
    color: #ad9521;
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 12px;
    display: inline-block;
    border-bottom: 1px solid #ad9718;
    width: 592px;
}
table.exp_area {
  width: 708px;
  font-size: 14px;
}
table.exp_area th {
  float: left;
  margin-right: 26px;
}
table.exp_area td {
  vertical-align: top;
}
table.exp_area tr:first-child {
  border-top: 1px solid #dbdbdb;
}
table.exp_area tr {
  border-bottom: 1px solid #dbdbdb;
  padding: 20px 0 40px 0;
  display: block;
}
.number {
  font-size: 30px;
  font-weight: bold;
  float: left;
  color: #AC961F;
}
.btn_contact a {
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.btn_contact a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);	/* Ie用 */
}
.btn_contact {
  float: left;
  margin-left: 28px;
}
.form {
  width: 700px;
  margin: 0 auto 16px;
}
.form th .req {
  color: #cc3c14;
}
.form p.error {
  color: #F00;
}
/* UI */
.form input[type=text], .form textarea, .form select {
  padding: 8px;
  border: 1px solid #525252;
  background-color: #fff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin-bottom: 3px;
}
.form input[type=text]:focus, .form textarea:focus {
  background: #F0F0F0;
  border: 1px solid #000;
}
.form input[type=text].error, .form textarea.error, .form select.error {
  border-color: #F99;
  border-width: 2px;
}
.form textarea {
  width: 95%;
  height: 150px;
}
.form input.max {
  width: 95%;
}
.form input.min {
  width: 70px;
}
.form th, .form td {
  border-bottom: 1px solid #B6B6B6;
  padding: 16px;
  vertical-align: top;
  font-size: 13px;
}
.form th {
  background: #f3f3f3;
  width: 180px;
  vertical-align: middle;
}
.form td label {
  margin: 5px;
  display: block;
}
form .btns {
  text-align: center;
  margin: 16px;
}
form .btns button {
    border: 1px solid #DDD;
    color: #ffffff;
    width: 232px;
    padding: 16px 0;
    font-size: 18px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    background-color: #cc3c14;
}
form .btns button:hover {
  opacity: 0.75;
}
.form_inner {
  width: 700px;
  padding: 2% 5% 5% 2%;
  margin: auto;
}
/*20170404 -問い合わせ-*/
p.contact-time {
  color: red;
  margin-bottom: 10px;
}
input.myType {
  margin-right: 8px;
}
input.min span {
  margin: 0 10px;
}
.form-outro {
  margin-top: 20px;
}

/********
インスタ
*****************************/
ul#instafeed {
    margin: 0 10px 20px;
    width: 1024px;
}

.insta_imgArea ul li {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 20px;
}
.insta_imgArea ul li img{
  width: 154px;
  height: 154px;
  object-fit: cover;
  transition-duration: 0.3s;
}
.insta_imgArea ul li img:hover{
  transform: scale(1.1);
  transition-duration: 0.3s;
}
.insta_imgArea ul li:nth-child(6n), #top_insta .insta_imgArea ul li:nth-child(12n) {
    margin-right: 0px;
}



@media (max-width: 640px) {
body {
  padding: 0 !important;
  -webkit-text-size-adjust: 100%;
}
.pc {
  display: none;
}
.sp {
  display: block;
}
.mb20 {
  margin-bottom: 2vw;
}
#wrap {
  width: 100%;
  max-width: 640px;
  overflow: hidden;
}
.mb60 {
  margin-bottom: 8%;
}
.fb-like-box, .fb-like-box span, .fb-like-box iframe {
  width: 100% !important;
}
#page-top {
  left: 77vw;
}
#page-top img {
  width: 50%;
}
img#side_free {
  display: none;
}
#sns_box {
  padding: 0 4%;
}
/*===============================================================
  header
================================================================*/
.header {
  position: fixed;
  width: 100%;
  z-index: 997;
  background-color: #fff;
  border-bottom:1px solid #a5a5a5;
}
s.head_logo_sp {
  position: absolute;
}
.head_logo_sp img {
  width: 35%;
}
.sp_head_txt {
    background-color: var(--color-01);
    color: #fff;
    text-align: right;
    height: 19px;
    padding: 3px 5px;
    font-weight: bold;
}
.header .header__btnMenu {
  position: absolute;
  inset-block-start: 25px;
  inset-inline-end: 0;
  inline-size: calc(44 / 375 * 100vw);
  block-size: calc(44 / 375 * 100vw);
}
.header__btnMenu a {
  display: grid;
  place-items: center;
  inline-size: 100%;
  block-size: 100%;
  color: #a18700;
}
.menu-trigger img {
  inline-size: calc(26 / 375 * 100vw);
}
.head_number {
  position: absolute;
  left: 208px;
  text-align: center;
  top: 10px;
  line-height: 1.3;
}
.menu-trigger, .menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
  position: relative;
  width: 50px;
  height: 44px;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #fff;
  border-radius: 4px;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 20px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
/*===============================================================
  gNav
================================================================*/
.gNav {
  background: #fff;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  z-index: 999;
}
.gNav > div {
  display: grid;
  grid-template-rows: max-content max-content max-content 1fr max-content max-content;
  align-items: end;
}
.gNav .gNav__list li {
  box-sizing: border-box;
  width: 100%;
  border-bottom: 1px solid #ccc;
}
.gNav .gNav__list li a {
  display: block;
  padding: 12px 10px;
  text-decoration: none;
  z-index: 999;
}
.gNav__list li.close_nav {
    background-color: var(--color-01);
}
.gNav__list li.close_nav a {
  color: #fff;
}
.gNav .gNav_col li {
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
  width: 50%;
  float: left;
}
.gNav .gNav_col li a {
  display: block;
  padding: 15px 10px;
  text-decoration: none;
  z-index: 999;
}
.nav_bnr_area ul {
  display: table;
}
.nav_bnr_area li {
  display: table-cell;
  vertical-align: middle;
}
.nav_bnr_area img {
  width: 100%;
}
/*===============================================================
  news
================================================================*/
a {
  color: #000;
}
.box_sp {
  padding: 4vw 2vw;
  background-image: url(../images/top/con_bg.png);
    background-repeat: repeat;
}
.sp_news_box {
  border-bottom: 1px solid #dcdcdc;
  position: relative;
  display: table;
  padding: 4vw 0;
  width: 100%;
}
.sp_news_box_in {
  position: relative;
}
.sp_news_box_in .inner {
  width: 100%;
  box-sizing: border-box;
  padding: 0 ;
}
.sp_news_box p {
  font-weight: bold;
  line-height: 1.2;
}
.sp_news_img {
  float: left;
}
.sp_news_box img {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
}
.sp_news_box .txt {
  display: inline-block;
  vertical-align: middle;
  width: 68%;
  margin-left: 3%;
}
.news_date {
  margin-bottom: 0;
  font-size: 11px;
}
.sp_news_img {
  float: left;
  display: block;
  width: 28%;
  position: relative;
}
.sp_top_news_img_in {
  display: block;
  height: 98px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.news_ttl {
    font-size: 3.3vw;
}
/*===============================================================
  top_bnr_area
================================================================*/
.top_bnr_area ul {
    display: table;
}
.top_bnr_area li {
  display: table-cell;
  vertical-align: middle;
}
.top_bnr_area img {
  width: 100%;
}
/*===============================================================
  news_area
================================================================*/
.n_ttl p {
  padding: 4px 0 4px;
  font-size: 5vw;
}
.news_area {
  padding: 4vw 0;
}
.m_news {
  padding: 4px;
}
.news_box {
  width: 100%;
  max-width: 600px;
  float: left;
  position: relative;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
}
.news_box:nth-child(2) {
  margin: 0;
}
.news_box img {
  width: 100px;
  height: 100px;
}
.news_pic {
  display: block;
  height: 100px;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
}
.in_news_box {
  width: 100%;
  padding: 4vw 0;
}
.news_img_area {
  float: left;
  margin-right: 0;
  margin-left: 0;
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  padding-bottom: 4vw;
}
.in_news_box .txt_area {
  float: left;
  width: 98% !important;
  max-width: 600px;
  margin: auto;
}
.txt_area {
  float: left;
  width: 100%;
  max-width: 960px;
  margin: auto;
}
.m_news {
  position: inherit !important;
  font-size: 10px;
  color: #fff !important;
  background-color: #5475a5;
  padding: 1% 2%;
  z-index: 777;
  top: 0px;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  display: -webkit-inline-box;
  margin-bottom: 0;
}
.m_notice {
  position: inherit !important;
  font-size: 10px;
  color: #fff !important;
  background-color: #3e9b7b;
  padding: 1% 2%;
  z-index: 777;
  top: 0px;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  display: -webkit-inline-box;
  margin-bottom: 0;
}
.m_event {
  position: inherit !important;
  font-size: 10px;
  color: #fff !important;
  background-color: #75578f;
  padding: 1% 2%;
  z-index: 777;
  top: 0px;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  display: -webkit-inline-box;
  margin-bottom: 0;
}
.m_colum {
  position: inherit !important;
  font-size: 10px;
  color: #fff !important;
  background-color: #ea3b83;
  padding: 1% 2%;
  z-index: 777;
  top: 0px;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  display: -webkit-inline-box;
  margin-bottom: 0;
}
.n_ttl img {
  width: 20vw;
}
.sp_news_all {
  background-color:#cc3d15;
  color: #fff;
  text-align: center;
  font-size: 4vw;
  width: 70%;
  margin: 0 auto;
}
.sp_news_all a {
  display: block;
  padding: 2% 4% 2%;
  color: #fff;
}
.news_img_area2 {
  float: left;
  margin-right: 0;
  margin-left: 0;
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  padding-bottom: 6vw;
}
.inner {
  width: 94%;
  max-width: 600px;
}
.slider {
  width: 100%;
  max-width: 640px;
  padding-top: 17.3vw;
}
.special_ttl {
  text-align: center;
  margin-bottom: 2vw;
}
.special_ttl img {
  width: 100%;
}
.special_intro .ttl {
    font-size: 4.5vw;
    padding: 6px;
    margin-bottom: 12px;
}
.sp_img100 {
  width: 100%;
}
#special {
  background-image: none;
  width: 100%;
  max-width: 640px;
  border-top: none;
  margin: 0 auto 0;
}
.special_box {
  width: 100%;
  max-width: 640px;
  margin-bottom: 6vw;
  margin-right: 0;
  padding-bottom: 0;
}

.special_box02 {
  width: 100%;
  max-width: 640px;
  margin-bottom: 6vw;
  padding-bottom: 0;
}
#sns_area {
    background-image: url(../images/top/sns_bg.png);
    background-repeat: repeat;
    padding: 8vw 4vw;
    width: 100%;
    box-sizing: border-box;
}
.s_box_ttl span {
  float: none;
  display: block;
  margin-right: 0;
  text-align: center;
  font-size: 14px;
}
  .sp_fb iframe {
    width: 100%;
  }
.s_box_ttl span {
  float: none;
  display: block;
  margin-right: 0;
  text-align: center;
}
.s_box_ttl {
  font-size: 18px;
  padding: 4px;
}
.s_box_ttl span img {
  width: 10vw;
}
.s_box_txt .effect {
  font-size: 13px;
}
.s_box_txt {
  font-size: 1.1em;
  width: 100%;
  margin: 0 auto;
  padding-top: 2vw;
  padding-bottom: 7vw;
  box-sizing: border-box;
  padding: 10px;
}
#web360 {
    padding: 7vw 0;
    width: 100%;
}
#web360 img {
  width: 70vw;
}
.web360_txt {
  width: 100%;
  margin: auto;
  margin-top: 2vw;
  font-size: 1.2em;
  box-sizing: border-box;
}
.i_view {
  padding: 0 6%;
}
img.snslogo {
  width: 50%;
  margin: auto;
  display: block;
}

#insta_area li a {
  width: 100%;
  height: 100%;
}
#insta_area li:nth-child(odd) {
  width: 48%;
  height: 48%;
  float: left;
  margin: 0 2% 4% 0 !important;
}
#insta_area li:nth-child(even) {
  width: 48%;
  height: 48%;
  float: left;
  margin: 0 0% 4% 2% !important;
}
#insta_area li img {
  width: 100%;
  min-height: 45vw;
  float: left;
  /* background-color: #C85456; */
  margin: 0 2% 4% 0;
}
.sp_fb {
  margin-bottom: 6%;
}
#sns_area02 {
  background-image: url(../images/top/sns_bg02.png);
  background-repeat: repeat;
  padding: 10vw 0;
}

.u_side {
  display: none;
}
.u_side_inner {
  display: none;
}
/* お問い合わせ */
.form {
  width: 100%;
}
.form_inner {
  width: 94%;
  padding: 0 3%;
}
.form th, .form td {
  display: block;
  width: 95%;
  padding: 8px;
}
/*===============================================================
  下層
================================================================*/
div:is(#price, #aboutk1, #representative, #trainers, #fighter, #member, #qa, #program, #schedule, #admission, #experience, #access, #web_360) {
  padding-top: calc((44 / 375 * 100vw) + 25px);
  margin-top: calc((-44 / 375 * 100vw) - 25px);
}
.top_bg {
  background-image: url(../images/common/top_bg.jpg);
  background-size: cover;
  height: 14vw;
  background-position: center center;
}
.top_bg p.top_ttl {
  font-size: 5vw;
  text-align: center;
  color: #fff;
  font-weight: bold;
  text-shadow: 3px 0px 6px #000;
  position: absolute;
  width: 100%;
  top: 4vw;
}
.top_bg2 {
  background-image: url(../images/common/top_bg2.jpg);
  background-size: cover;
  height: 14vw;
  background-position: center center;
}
.top_bg2 p.top_ttl {
  font-size: 5vw;
  text-align: center;
  color: #fff;
  font-weight: bold;
  text-shadow: 3px 0px 6px #000;
  position: absolute;
  width: 100%;
  top: 4vw;
}
.conttl_bg {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  height: 8vw;
  padding-inline: 22px;
  padding-block-end: 2px;
  background-image: url(../images/common/conttl_bg_v2.jpg);
  background-size: cover;
}
.conttl_bg p.con_ttl {
  width: 100%;
  font-weight: bold;
  font-size: 5vw;
  color: #fff;
}
.conttl_bg p.con_ttl span {
  font-size: 0.5em;
  margin-left: 10px;
  vertical-align: middle;
}
.conttl_bg2 {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  height: 8vw;
  padding-inline: 22px;
  padding-block-end: 2px;
  background-image: url(../images/common/conttl_bg2.jpg);
  background-size: cover;
}
.conttl_bg2 p.con_ttl {
  width: 100%;
  font-weight: bold;
  font-size: 5vw;
  color: #fff;
}
.conttl_bg2 p.con_ttl span {
  font-size: 0.5em;
  margin-left: 10px;
  vertical-align: middle;
}
.pan {
  margin-top: 4%;
}
.mb40 {
  margin-bottom: 3%;
}
.box {
  padding-bottom: 36px;
  width: 100%;
  max-width: 640px;
}
.con1 {
  padding-top: 17.4vw;
}
.sankaku, .sankaku_contact {
  display: none;
}
.inner02 {
  width: 94%;
  max-width: 600px;
}
.about_intro {
  font-size: 3.8vw;
  padding: 0 2%;
  margin-bottom: 4vw;
  text-align: left;
}
.about_txt p {
  font-size: 3.8vw;
  line-height: 1.8;
}
.sub_ttl {
  font-weight: bold;
  font-size: 1.5em;
  border-bottom: 1px solid #7a7a7a;
  margin-bottom: 4vw;
}
.u_con {
  width: 100%;
  max-width: 640px;
}
.u_main {
  float: none;
  width: 100%;
  max-width: 640px;
  padding-bottom: 0;
    margin-bottom: 0;
}
.left_img_area {
  float: none;
  margin-right: 0 !important;
  margin-bottom: 20px;
}
.left_img_area img {
  width: 50%;
  display: block;
  margin: auto;
}
.right_txt_area {
  float: none;
  width: 100%;
  font-size: 3.8vw;
}
.trainer_box {
  padding: 6vw 0;
  float: none;
}
table.trainers_txt td {
  background: none;
}
  table.trainers_txt th:last-child {
    border-bottom: none;
  }
.voice_box {
  padding: 5vw 0 0;
  float: none;
}
.t_left img {
  width: 50%;
  display: block;
  margin: auto;
}
span.mossa {
  font-size: 0.7em !important;
  vertical-align: middle;
  margin-left: 0;
}
.t_left {
  float: none;
  margin-right: 0;
  margin-bottom: 4%;
}
.t_right {
  float: none;
}
.t_top, .v_top {
  width: 100%;
  margin-top: 4%;
  margin-bottom: 2vw;
  float: none;
}
.t_name img {
    width: 4.3vw;
}
.t_name span, .t_name_v span {
  font-size: 4.5vw;
}
table.trainers_txt {
  width: 100%;
  font-size: 3.8vw;
}
.v_right {
  float: none;
  width: 100%;
}
.voice_area {
  font-size: 3.8vw;
  float: none;
  width: 100%;
}
.p_box {
  width: 100%;
  float: none;
  max-width: 640px;
  margin-bottom: 6%;
}
.p_ttl {
  font-size: 3.8vw;
  padding: 2vw 0 1vw;
  margin-bottom: 2vw;
  border-top: none;
  text-align: left;
}
.p_box:nth-child(even) {
  margin-left: 0;
}
.p_img {
  margin-bottom: 14px;
  float: none;
  margin-right: 0;
  width: 100%;
}
.p_img img {
  width: 50%;
  display: block;
  margin: auto;
}
.p_txt {
  width: 100%;
  float: none;
  font-size: 3.5vw;
}
.qa_area {
  font-size: 3.8vw;
}
.qa_area td.red_q1, .qa_area td.blue_a1 {
  padding: 2vw;
}
.red_q1 img, td.blue_a1 img {
  width: 3vw;
}
.qa_area td.red_q1, .qa_area td.blue_a1 {
  display: block;
}
.sche_txt_r {
  font-size: 15px;
  margin-top: 12px;
  color: #d91119;
  max-width: 600px;
  width: 94%;
  margin: auto;
  padding-top: 4%;
}
.sche_txt {
  max-width: 600px;
  width: 94%;
  margin: auto;
}
table.open th, table.open img {
  width: 80%;
  max-width: 640px;
  display: block;
  margin: auto;
}
  table.open th {
    margin-bottom: 2%;
  }
table.open td {
  margin-left: 0;
  padding: 6px 0 6px 8px;
}
table.open td.name {
    margin-top: 2%;
    width: 100%;
    box-sizing: border-box;
}
.map_ttl {
  position: absolute;
  bottom: 10vw;
  left: 6.5vw;
  transition: .3s;
}
.map_ttl a{
  padding: 18px;
}
.ggmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.ggmap iframe, .ggmap object, .ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.gNav__list li.blue {
  background-color:var(--color-free);
}
.gNav__list li.blue a {
  color: #fff;
}
ul.gNav_in {
  margin-left: 4vw !important;
}
ul.gNav_in li a {
  padding: 6px 10px !important;
}
/*アコーディオン*/
ul.accordion_ul section h1, ul.accordion_ul dt {
  padding: 12px 10px;
  cursor: pointer;
  position: relative;
  font-weight: normal;
}
section h1:before, ul.accordion_ul dt:before {
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 15px;
  width: 10px;
  height: 10px;
  margin-top: -8px;
  background: #bbb;
}
ul.accordion_ul section h1:after, ul.accordion_ul dt:after {
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 15px;
  width: 10px;
  height: 10px;
  margin-top: -13px;
  background: #fff;
}
ul.accordion_ul section h1.active:before, dt.active:before {
  margin-top: -2px;
}
ul.accordion_ul section h1.active:after, ul.accordion_ul dt.active:after {
  margin-top: 3px;
}
ul.accordion_ul section li, ul.accordion_ul dd {
  background-color: #FDFDFD;
  border-bottom: solid 1px #D6D6D6;
  padding: 8px 0 8px 24px;
}
ul.accordion_ul section li a {
  position: relative;
  display: block;
  padding: 4px 10px !important;
}
ul.accordion_ul section li a:before {
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 17px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  background: #bbb;
}
ul.accordion_ul section li a:after {
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  right: 22px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  background: #fff;
}
ul.accordion_ul ul.accordion_ul li ul li a {
  padding: 0 !important;
}
/*QA*/

/*===============================================================
  access
================================================================*/

table.exp_area {
  width: 100%;
  max-width: 640px;
  font-size: 14px;
}
table.exp_area th {
    vertical-align: top;
  float: none;
  margin-right: 3%;
}
table.exp_area th img {
  width: 50px;
}
table.exp_area td {
  vertical-align: top;
  width: 82%;
}
.gold_txt {
  color: #a18700;
  font-size: 1.3em;
  font-weight: bold;
  margin-bottom: 1vw;
  display: block;
    width: 100%;
}
.number {
  display: block;
  margin-bottom: 2%;
  font-size: 1.7em;
}
.btn_contact {
  float: none;
  margin-left: 0;
}
#access_place li {
  float: left;
  width: 30%;
}
#access_place img {
  width: 100%;
}
#access_place li:nth-child(even) {
  float: left;
  margin: 0 5%;
}
.nyukai dl dt {
  width: 100%;
  border-bottom: 1px solid #c9c9c9;
}
.nyukai dl dd {
  width: 100%;
  border: none;
}
.overview {
  width: 100%;
}
.overview th, .overview td {
  display: block;
  border: none;
  width: 98%;
  padding: 8px;
}
/*===============================================================
  foot_bnr_area
================================================================*/
.footer {
  padding:8vw 0 4vw;
}
.footerNav li {
  width: 100%;
  line-height: 1.6;
}
.footerNav .foot_l {
  width: 100%;
  padding: 2px 0 0 0px;
  display: inline-block;
  font-weight: bold;
  border-bottom: 1px solid #231816;
  border-left: none !important;
  float: none;
}
.footerNav ul {
  width: 100%;
  float: none;
}
.footerNav ul:nth-child(1) {
  width: 100% !important;
  font-size: 1.3em;
}
.footerNav ul:nth-child(2) {
  width: 100% !important;
}
.footerNav ul:nth-child(3) {
  width: 100% !important;
}
.footerNav ul:nth-child(4) {
  width: 100% !important;
}
.footerNav ul:nth-child(5) {
  width: 100% !important;
}
.footerNav li ul {
  margin-left: 0px !important;
}
.footerNav li ul li{
  float: none;
}

li.arrange_sp {
  width:100%;
  text-align: left;
  float: left;
}

li.arrange_sp a {
  display: block;
  padding: 3vw 2vw;
  float: left;
  width: 50%;
  background-color: #fff;
  color: #48342d;
  font-size: 2.5vw;
    box-sizing: border-box;
  border-top: 1px solid #252525;
}
li.arrange_sp a:nth-child(odd) {
    display: block;
    padding: 3vw 2vw;
    float: left;
    width: 50%;
    border-left: 1px solid #252525;
}

  li.arrange_sp a.border-r {
  border-right: 1px solid #252525;
  }
  li.arrange_sp a.border-b {
  border-bottom: 1px solid #252525;
  }
.border-b-none {
  border-bottom: none;
}
li.arrange_sp a:hover {
  text-decoration: none;
}
.footerNav li ul {
  margin-left: 0 !important;
}
.foot_logo {
  text-align: center;
  margin-bottom: 4vw;
}

  .foot_logo img {
    width: 132px;
  }
.footerNav {
    float: none;
}
.foot_logo2 {
    margin-top: 8vw;
    margin-bottom: 8px;
    border-bottom: 1px solid #231816;
    padding-bottom: 6px;
}

.foot_bnr_area ul {
  display: table;
}
.foot_bnr_area li {
  display: table-cell;
  vertical-align: middle;
}
.foot_bnr_area img {
  width: 100%;
}
.footer_copy p {
  font-size: 1em;
}
.position-wolf_logo {
    position: absolute;
    top: 0;
    left: 0;
}
.position-wolf_logo img {
    width: 22vw;
}
}
/*add 0721*/
.in_news_box_detail {
  width: 750px;
  display: block;
  padding-bottom: 40px;
}
.in_news_box_detail .txt_area {
  width: 714px;
}
.news_ttl_all {
    font-size: 21px;
    margin-bottom: 10px;
    font-weight: bold;
    color: #404040;
    max-width: 738px;
    line-height: 28px;
    word-break: break-all;
    border-top: 1px solid #DBDBDB;
    border-bottom: 1px solid #DBDBDB;
    padding: 10px;
  background-color: #eaeaea;
}
.news_txt_all {
  width: 714px;
  font-size: 14px;
  margin-bottom: 40px;
  font-weight: bold;
  color: #080808;
  line-height: 22px;
  word-break: break-all;
}
.news_txt_all a{
  color: #ea1e62;
}
.news_txt_all a:hover{
  text-decoration: underline;
}
.news_detail_top {
  text-align: right;
}
.mark {
  margin-bottom: 6px;
}
.news_img_area2 {
  display: block;
  height: 100%;
  position: relative;
  margin-bottom: 24px;
}
.news_img_area2 img{
  width: 100%;
}
.in_news_box_detail .news_date {
  float: none;
  color: #191819;
  padding: 0 8px;
}
.in_news_box_detail p {
  font-size: 14px;
  color: #FFFFFF;
  display: inline-block;
  padding: 0 20px;
}
#sns_box {
  float: right;
  margin-bottom: 10px;
  margin-left: 10px;
}
.top_news_img {
  width: 328px;
  height: 200px;
  position: relative;
  display: block;
  margin-bottom: 10px;
}
.top_news_img {
  width: 328px;
  height: 200px;
  position: relative;
  display: block;
  margin-bottom: 10px;
}
.top_news_img_in {
  display: block;
  height: 200px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
/*みちのり*/
table.access_route {
  width: 100%;
}
table.access_route td {
  padding-bottom: 20px;
  font-size: 14px;
  padding-right: 16px;
}
table.access_route td.txt {
  vertical-align: initial;
}
table.access_route td .bb-line {
  border-bottom: 1px solid #000;
}
/***************
女性
*******************************/
.s_box_txt .effect {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px;
}
.s_box_txt .top-lady {
    text-align: center;
    padding: 4px 0;
    margin-bottom: 10px;
}
.s_box_txt .top-lady span {
    font-size: 17px;
    background:linear-gradient(transparent 80%, var(--color-01) 80%);
    color: #fff;
}
.s_box_txt .effect-list {
  line-height: 2;
  color: #fff;
}
.special_box03 .ttl {
  font-size: 28px;
  font-weight: bold;
  color: #ffffff;
  padding: 6px 0 6px;
  text-align: center;
  background-color: #48342d;
  margin-top: 24px;
}
.special_box03 .list {
  padding: 20px;
  background-color: #fff;
}
.special_box03 .list ul {
  margin-bottom: 18px;
}
.special_box03 .list ul li {
  float: left;
  font-size: 16px;
  padding: 4px 10px;
  background-color: #735147;
  color: #fff;
  margin: 6px;
  border-radius: 9px;
  width: 214px;
}
.special_box03 .detail {
  font-size: 16px;
  line-height: 1.8;
  background-color: #ffffff;
  padding: 10px;
  /* color: #fff; */
  border-radius: 10px;
  border: 2px solid #48352d;
  font-weight: bold;
}

@media (max-width: 640px) {
/****
女性専用サイト追加
*********/
.s_box_txt .top-lady {
  text-align: left;
}
.special_box03 .ttl {
  font-size: 18px;
  padding: 4px;
  margin-top: 0;
}
.s_box_txt .effect {
  font-size: 13px;
}
.special_box03 .list {
  padding: 10px;
}
.s_box_txt .top-lady span {
  font-size: 16px;
}
.special_box03 .list ul li {
  float: left;
  font-size: 14px;
  padding: 6px;
  background-color: #735147;
  color: #fff;
  margin: 0 2% 10px 0;
  border-radius: 9px;
  box-sizing: border-box;
  width: 48%;
}
.special_box03 .list ul li:nth-child(2n) {
  margin-right: 0;
}
.special_box03 .detail {
  font-size: 14px;
}
table.access_route {
  width: 100%;
}
table.access_route td {
  padding-bottom: 2%;
  font-size: 14px;
  width: 100%;
  display: block;
  padding-right: 0;
}
table.access_route td.txt {
  vertical-align: initial;
  padding-left: 0;
  margin-bottom: 4%;
}
table.access_route img {
  width: 100%;
  text-align: center;
  margin: auto;
  display: block;
}
.foot_bnr_area li {
  display: table-cell;
  vertical-align: middle;
  width: 25%;
}
  .point-list-ttl {
    font-size: 16px;
  }
.class-blc .koka span {
  display: inline-block;
  padding: 4px;
  margin-bottom: 6px;
}
}

@media (max-width: 640px) {
.in_news_box_detail {
  width: 100%;
  padding-bottom: 4vw;
}
.in_news_box_detail .txt_area {
  float: left;
  width: 98% !important;
  max-width: 600px;
  margin: auto;
}
#sns_box {
  padding-top: 10px;
  float: none;
  padding-right: 0;
}
.in_news_box_detail p {
    font-size: 3vw;
}
#sns_box ul {
  float: right;
}
.news_img_area2 {
  float: left;
  margin-right: 0;
  margin-left: 0;
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  padding-bottom: 6vw;
  margin-bottom: 0;
}
.news_img_area2 img {
  width: 100%;
}
.news_ttl_all {
    font-size: 4vw;
    margin-bottom: 2vw;
    word-break: break-all;
    padding: 2vw;
    line-height: 1.5;
}
.news_txt_all {
    width: 100%;
    font-size: 3.5vw;
    line-height: 1.4;
    margin-bottom: 10px;
}
.sp_top_news_img_in {
  display: block;
  height: 60px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
/**/
.price_bar {
  font-size: 3.8vw;
}
.adult_sc {
  font-size: 3.5vw;
  margin-bottom: 3vw;
}
table.adult_sc th, table.adult_sc table td {
    padding: 10px;
    box-sizing: border-box;
}
.nyukai {
  font-size: 3.4vw;
  line-height: 1.6;
}
.nyukai dl dt span {
  padding: 2vw;
  display: block;
  font-weight: bold;
}
table.open {
  font-size: 3.5vw;
}
table.exp_area tr {
  padding: 4vw 0;
}
p.contact_txt {
  font-size: 3.5vw;
  line-height: 1.4;
}
form .btns button {
  padding: 3vw 10vw;
  font-size: 3.8vw;
}
form .btns button:first-child {
  margin-bottom: 2vw;
}
.voice_area dd {
  padding: 2vw 0 2vw 2vw;
  font-size: 3.5vw;
  line-height: 1.7;
}
#scedule img {
  width: 100%;
}
/*201704044*/
.form input.min {
  width: 15vw;
}
.form-outro {
  margin-top: 6vw;
}
}
/* 翻訳
*********************************/
/*--lang.css--*/
/* Google Translate */
#gTransWrap {
  float: right;
  width: 335px;
  margin: 10px 0 0;
}
a.gflag {
  padding: 1px 0;
  background-repeat: no-repeat;
  background-image: url(../images/flags.png);
  display: block;
  float: left;
  width: 24px;
  height: 24px;
  margin: 3px 4px 0;
}
a.gflag.english {
  background-position: 0 50%;
}
a.gflag.chinese {
  background-position: 0 4px;
}
a.gflag.spanish {
  background-position: 0 -49px;
}
#goog-gt-tt {
  display: none !important;
}
.goog-te-banner-frame {
  display: none !important;
}
.goog-te-menu-value:hover {
  text-decoration: none !important;
}
body {
  top: 0 !important;
}
#google_translate_element {
  display: none!important;
}
/* Select Box */
.dd-container {
  display: block;
  float: right;
  position: relative;
}
.dd-select {
  height: 31px;
  line-height: 31px;
  font-weight: 700;
  color: #fff;
  text-indent: 10px;
  cursor: pointer;
}
.dd-select a, .dd-select a:visited {
  color: #fff;
}
.dd-select a label {
  height: 31px;
  font-weight: 700;
  color: #fff;
  line-height: 31px;
}
ul.dd-options {
  list-style: none outside none;
  background: rgb(27, 88, 167);
  position: absolute;
  z-index: 999;
  margin: 0;
  padding: 0;
}
ul.dd-options li {
  margin: 0 4px 3px;
  display: block;
  overflow: hidden;
  clear: both;
  line-height: 26px;
  height: 26px;
  cursor: pointer;
}
ul.dd-options li a {
  display: block;
  height: 26px;
  line-height: 26px;
}
ul.dd-options li a label {
  font-size: 12px;
  color: #fff;
  font-weight: 700;
  padding: 0px 6px;
  display: block;
  height: 31px;
  line-height: 29px;
  cursor: pointer;
}
ul.dd-options li a:hover label {
  color: #000;
}
ul.dd-options li:hover a,  ul.dd-options li a:hover {
  background: #f8ad27;
  text-decoration: none;
}
/*--/lang.css--*/
/*add 4.26*/
select.bg-white {
  background-color: #fff;
  width: 112px;
  float: right;
  margin-left: 6px;
  height: 22px;
  appearance: normal !important;
  -webkit-appearance: normal !important;
}
.top_contact {
  float: right;
  line-height: 2.1;
  color: #fff;
}
.goog-te-combo, #google_translate_element2 {
  display: none;
}
.find {
  line-height: 2.2;
}
 @media (max-width: 640px) {
.find {
  float: left;
  line-height: 1.5;
}
.inq {
  float: right;
  line-height: 1.5;
}
/*===============================================================
  スライダー
================================================================*/
.bx-wrapper .bx-viewport {
  left: 0!important;
}
.bx-wrapper .bx-controls-direction a {
  z-index: 1000;
}
}

/*===============================================================
  TOPページMAP部分
================================================================*/
#access_area {
  background-image:url(../images/top/bg-map.jpg);
  background-position: center center;
  background-size: 100%;
}
#map_canvas {
  height: 520px;
}
#access_area .mapImg {
  position: absolute;
}
@media (max-width: 640px) {
#access_area {
  background-image:url(../images/top/bg-map_sp.jpg);
  background-size: 100%;
}
#map_canvas {
  height: 410px;
}
.map_ttl {
    position: absolute;
    bottom: 10vw;
    left: 6.5vw;
    background-color: #DAC73D;
    transition: .3s;
    width: 86%;
    box-sizing: border-box;
    padding: 2.7vw 3vw;
  overflow-x:
}
}

/*===============================================================
  footer 翻訳エリア
================================================================*/
@media (max-width: 640px) {
#head_translate {
 background-color:#fff;
}
 #head_translate-inner {
 padding: 4vw 2vw;
 width: 72vw;
 margin: 0 auto;
 box-sizing: border-box;
}
 #head_translate-inner select.bg-white {
 width: 60%;
}
#foot_translate {
 background-color: #f8f8f8;
}
 #foot_translate-inner {
 padding: 4vw 0;
 width: 80vw;
 margin: 0 auto;
 box-sizing: border-box;
}
 #foot_translate-inner select.bg-white {
 width: 64%;
}

/********
insta
*****************/
ul#instafeed {
    margin: 0 auto 20px;
    width: 100%;
}
.insta_imgArea ul li {
    display: inline-block;
    margin-right: 2%;
    margin-bottom: 2%;
  width: 30vw;
  height: 30vw;
}
.insta_imgArea ul li {
    display: inline-block;
    margin-right: 2%;
    margin-bottom: 2%;
}
.insta_imgArea ul li img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.insta_imgArea ul li:nth-child(3n), #top_insta .insta_imgArea ul li:nth-child(6n) {
    margin-right: 0px;
}
/********
固定
*****************/
.footer_copy {
    padding-bottom: 15vw;
}
  ul.under-nav {
      width: 100%;
    position: fixed;
    bottom: 0;
    font-size: 0;
    z-index: 98;
  }
  ul.under-nav li{
    display: inline-block;
    width: 50%;
  }
  ul.under-nav li a{
    text-align: center;
    font-size: 4vw;
    display: block;
    color: #fff;
    padding: 3vw 0;
  }
  ul.under-nav li a.c-free-t{
    background-color: var(--color-free);
  }
  ul.under-nav li a.c-access{
    background-color:#404040 ;
  }
}


/*bnr-link_area*/
#bnr-link_area{
  margin: 60px 0;
}
#bnr-link_area ul{
display: flex;
justify-content: center;
}
#bnr-link_area ul li{
  margin: 0 16px;
}
#bnr-link_area ul li img{
  transition: .3s;
}
#bnr-link_area ul li:hover{
  opacity: 0.7;
}
@media (max-width: 640px) {
#bnr-link_area{
  margin: 32px 0;
  }
  #bnr-link_area ul{
    justify-content: space-between;
  }
  #bnr-link_area ul li{
    width: 48%;
    margin: 0;
  }
  #bnr-link_area ul li img{
    width: 100%;
  }
}

/* NEW 2024
-------------------------------------------------------------------------------- */
.practice-course_intro {
  margin-block-end: 1em;
  color: var(--color-01);
  font-weight: 700;
  font-size: 15px;
}

.practice-course {
  display: grid;
  row-gap: 1em;
}

.practice-course_term {
  margin-block-end: .25em;
  padding: .25em .5em;
  font-weight: 700;
}

.practice-course_term > span {
  display: inline-block;
}

.practice-course_term { background-color: var(--class-color); }
.practice-course_term.\--white { color: #fff; }

.practice-course_desc {
  text-align: justify;
}

.practice-course_desc > p {
  padding-inline-start: 1em;
  text-indent: -1em;
}

.practice-list {
  margin-block-start: 1em;
  padding: 1em 1em 1em 2em;
  line-height: 1.6;
  text-indent: -1em;
  background-color: #eee;
}

.practice-list_annotation {
  display: block;
  padding-inline-start: 1em;
  text-indent: -1em;
}

@media (max-width: 640px) {
  .practice-course {
    font-size: 14px;
  }
}

@media (min-width: 641px) {
  .practice-course {
    font-size: 16px;
  }
}

/* NEW 2025
-------------------------------------------------------------------------------- */
.m-heading {
  margin-block-end: 12px;
  padding: 12px 0;
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  color: #fff;
  background-color: var(--color-01);
}

.campaign_image {
  inline-size: 100%;
  block-size: auto;
}

.three-features_wrapper,
.three-reasons_wrapper {
  display: grid;
}

.three-features_item,
.three-reasons_item {
  display: grid;
  grid-auto-rows: max-content;
  background-color: rgb(255 250 240 / .75);
}

.three-features_title,
.three-reasons_title {
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  color: var(--color-01);
}

.three-features_image,
.three-reasons_image {
  inline-size: 100%;
  block-size: auto;
}

.loved-reasons_wrapper {
  display: grid;
  gap: 1em;
}

.loved-reasons_item {
  display: grid;
  padding: 20px;
  background-color: rgb(236 236 236 / 70%);
}

.loved-reasons_term {
  padding-inline-start: 1.75em;
  color: var(--color-01);
  font-weight: 700;
  line-height: 1.2;
  text-indent: -1.75em;
}

@media (max-width: 640px) {
  .m-gap {
    padding-block: 30px;
  }

  .m-heading {
    padding: 6px;
    font-size: 4.5vw;
  }

  .campaign_image {
    margin-block-start: 20px;
  }

  .three-features_wrapper,
  .three-reasons_wrapper {
    row-gap: 10px;
  }

  .three-features_item,
  .three-reasons_item {
    row-gap: 10px;
    padding: 10px;
  }

  .three-features_title,
  .three-reasons_title {
    font-size: 18px;
  }

  .three-features_text,
  .three-reasons_text {
    font-size: 14px;
  }

  .loved-reasons_item {
    row-gap: .25em;
  }

  .loved-reasons_term {
    font-size: 18px;
  }

  .loved-reasons_desc {
    font-size: 14px;
  }
}

@media (min-width: 641px) {
  .m-gap {
    padding-block: 50px 80px;
  }

  .campaign_image {
    display: block;
    inline-size: min(100%, 900px);
    margin-inline: auto;
    margin-block-start: 40px;
  }

  .three-reasons {
    background-image: url(../images/top/special_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .three-features_wrapper,
  .three-reasons_wrapper {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 20px;
  }

  .three-features_item,
  .three-reasons_item {
    row-gap: 20px;
    padding: 20px;
  }

  .three-features_title,
  .three-reasons_title {
    font-size: 20px;
  }

  .three-features_text,
  .three-reasons_text {
    font-size: 16px;
  }

  .loved-reasons_wrapper {
    grid-template-columns: repeat(2, 1fr);
  }

  .loved-reasons_item {
    grid-template-rows: repeat(2, 1fr);
  }

  .loved-reasons_term {
    font-size: 20px;
  }

  .loved-reasons_desc {
    font-size: 15px;
  }
}


/* 20250530 add
-------------------------------------------------------------------------------- */
.class-banner {
  display: grid;
  grid-template-columns: repeat(var(--_repeat, 2), 1fr);
  margin-inline: auto;
}

.class-banner_link[href=""] {
  pointer-events: none;
}

.class-banner_image {
  inline-size: 100%;
  block-size: auto;
}

@media (max-width: 640px) {
  .class-banner {
    gap: calc(5 / 375 * 100vw);
    inline-size: calc(100% - min(20 / 375 * 100vw));
    padding-block: calc(10 / 375 * 100vw);
  }
}

@media (min-width: 641px) {
  .class-banner {
    --_repeat: 4;
    gap: min(10 / 1024 * 100vw, 10px);
    inline-size: min(100% - min(40 / 1024 * 100vw), 1024px);
    padding-block: min(24 / 1024 * 100vw, 24px);
  }
}

@media (any-hover: hover) {
  .class-banner_link:is(:hover, :focus-visible) .class-banner_image {
    filter: contrast(2);
  }
}
