@charset "UTF-8";
/* CSS Document */

.container{
	/*color: #201e4d;*/
	color: #231815;
}

p{
	margin-bottom: 1.5rem;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, 游ゴシック, "Yu Gothic", 游ゴシック体, YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", メイリオ, Meiryo, sans-serif;
    line-height: 1.75;
}

.v-t{vertical-align: top;}

.wrap{
	overflow: hidden;
}

.wh{color: #fff;}

.drawer-nav {
    height: auto !important;
	/*background-color: #fff;*/
}

.table-size td, .table-size th {
    border-top: 1px solid #9fa0a0 !important;
}

/*-- パンくず --*/
.breadcrumb > li.breadcrumb-item + li.breadcrumb-item:before {
  content: ">";
}
/*-- // パンくず --*/

/*-- Nav Width --*/
.nav-justified {
    display: table;
    table-layout: fixed;
    width: 100%;
}
.navbar .nav-justified > li {
    display: table-cell;
    width: 100%;
}
/*-- // Nav Width End --*/

/*-- Logo-image --*/
.navbar-brand {
  background: url(../images/logo.png) no-repeat left center;
  background-size: contain;
}
.navbar-brand a{
	display: block;
	height: 60px;
  	width: 90px;

}
/* // Logo-image End */


/*-- Title&Text --*/
.title small {
    font-size: 60% !important;
	line-height: 1.25rem !important;
}

/*-- // Title&Text End--*/


/*-- パンくず --*/
.breadcrumb{
	background: none !important;
	margin-bottom: 0 !important;
}
.breadcrumb-area{
    background-color: #f8f7f0;
}
.breadcrumb-area-blue{
    background-color: #e6e5d7;
}

.fly a{
	color:#201e4d;
	border-bottom: 1px solid #201e4d;
   	padding-bottom: 2px;
}

.fly a:hover { 
	color:#201e4d;
	text-decoration: none !important;
}

.fly-blue a{
	color:#fff;
	border-bottom: 1px solid #fff;
   	padding-bottom: 2px;
}

.fly-blue a:hover { 
	color:#fff;
	text-decoration: none !important;
}

.breadcrumb-item+.active-blue::before {
	color:#fff !important;
	display: inline-block;
    padding-right: .5rem;
    content: "/";
}

.breadcrumb > li.breadcrumb-item + li.active-blue:before {
    content: ">";
}

.breadcrumb-item+.active::before {
	color:#201e4d !important;
}

.breadcrumb .active{
	color:#201e4d !important;
}

.breadcrumb .active-blue{
	color:#fff;
}

/*-- // パンくず --*/

/*-- クラス紹介 --*/

.card a{
    color: #231815;
}
.card a:hover{
    color: #231815;
    text-decoration: none;
}

/*-- // クラス紹介 --*/

/*-- アクセス --*/

.access-sns {
    color: #231815;
    font-size: 2rem;
	padding-right:0.5rem;
}
.access-sns:hover {
    color: #231815;
	text-decoration: none;
}

/*-- // アクセス --*/

/*-- スケジュール　コマ --*/

.shedule-dark th {
    color: #fff;
    background-color: #212529;
}

.type{
    border-bottom: 1px solid #201e4d;
    padding-bottom: 2px;
}

/*-- // スケジュール　コマ --*/

.txt-link-wh{
    border-bottom: 1px solid #FB9026;
    padding-bottom: 2px;
	color:#FB9026;
	font-weight: bold;
}

.txt-link-wh:hover { 
	color:#FB9026;
	text-decoration: none !important;
}

.link_underline_non{
    text-decoration: none !important;
}

.txt-link-info {
    border-bottom: 1px solid #231815;
	padding-bottom: 2px;
	color: #231815;
}

.txt-link-info:hover { 
	color:#231815;
	text-decoration: none !important;
}

.btn-warning {
    color: #fff !important;
    background-color: #FB9026 !important;
    border-color: #FB9026 !important;
}

.btn-warning:hover { 
	color:#fff !important;
	text-decoration: none !important;
}

/*-- BG --*/

.bg-wh{
    padding: 3rem 1rem;
    background-color: #f8f7f0;
}

.bg-bk{
    padding: 2rem 1rem;
    background-color: #201e4d;
}

.bg-blue {
    padding: 3rem 1rem;
    background-color: #e6e5d7;
}

.bg-bk-nav {
    background-color: #201e4d;
	z-index: 9;
}
/*-- // BG End --*/

/*-- 魅力 --*/

.icon-earch{
	width:110px;
	height:auto;
}

.circle-icon{
	display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #221815;
    text-align: center;
    line-height: 80px;
    vertical-align: middle;
    color: #e6e5d7;
    font-size: 1.8rem;
}

/*-- // 魅力--*/

/*-- Schedule Area --*/
hr {
    border-top: 1px dashed #eee !important;
	margin: 0.85rem 0 !important;
    width: 100%;
}
.class-box{
	background: #fff;
	margin-bottom: 30px;
}
.class-box span {
    display: block;
	position: relative;
	font-size: 0.6rem;
	letter-spacing: 1px;
    margin-bottom: 5px;
}
.class-box-title{
    font-size: 0.8rem;
	letter-spacing: 0.5px;
	font-family: "Gill sans", Lato;
	font-style: italic;
}
.class-box-title:after{
    margin: -18px 0 0 0;
    position: absolute;
    right: 20px;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.25rem;
	font-style: normal !important;
}
.box-btn{
	color: #231815;
	font-size: 0.8rem;
    text-decoration: none !important;
}
.class-box a:hover { 
	color:#231815;
	text-decoration: none !important;
}
.tag{
	position: absolute;
	top:0;
	left:15px;
	padding:5px;
	color:#231815;
	background: #fff;
	font-size: 0.4rem;
}


/*-- // Schedule Area End --*/
.nav-tabs {
    justify-content: center;
}
*, ::after, ::before {
    border-color: #201e4d !important;
}

.schedule-table th,
.schedule-table td {
    vertical-align: middle;
    text-align: center;
    font-size: 0.9rem;
    padding: 0.5rem;
    height: 50px;
    border: 1px solid #dee2e6;
    vertical-align: middle !important;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #fff !important;
    border-bottom: 1px solid ##201e4d;
    background-color: #201e4d !important;
}

.nav-tabs .nav-link {
    margin-bottom: calc(-1* var(--bs-nav-tabs-border-width));
    background-color: #fff !important;
    border: 1px solid #201e4d !important;
    color: #201e4d;
    border-top-left-radius: var(--bs-nav-tabs-border-radius);
    border-top-right-radius: var(--bs-nav-tabs-border-radius);
}

.table-responsive>.table-bordered {
    border: 0;
    border-color: #ccc !important;
    border-top-color: #201e4d !important;
}

.time-column {
    width: 15%;
    background-color: #f8f9fa !important;
    font-weight: bold;
}

.activity-cell {
    color: #fff !important;
    font-size: 0.85rem;
}
.non{
    color:#000 !important;
}
.bg-blue_schedule {
background-color: #4790e3 !important; /* 濃いブルー */
color: #ffffff !important;
}

.bg-green {
background-color: #41a85f !important; /* 濃いグリーン */
color: #ffffff !important;
}

.bg-gray {
background-color: #909090 !important; /* 濃いグレー */
color: #ffffff !important;
}

.bg-skyblue {
background-color: #86d3ff !important; /* 濃いスカイブルー */
color: #ffffff !important;
}

.bg-orange {
background-color: #f28c28 !important; /* 濃いオレンジ */
color: #ffffff !important;
}

.bg-purple {
background-color: #ab47bc !important; /* 濃い紫 */
color: #ffffff !important;
}

.bg-brown {
background-color: #8d6e63 !important; /* 濃いブラウン */
color: #ffffff !important;
}

.bg-yellow {
background-color: #ffc107 !important; /* 濃い黄色 */
color: #000000 !important;
}

.bg-pink {
background-color: #e57373 !important; /* 濃いピンク */
color: #ffffff !important;
}

.bg-personal {
background-color: #ffdebd !important; /* 肌色 */
color: #000000 !important;
}

.bg-skin {
background-color: #ffb66e !important; /* 肌色 */
color: #000000 !important;
}


.bg-teal {
background-color: #008080 !important; /* 濃いティール（青緑） */
color: #ffffff !important;
}

.bg-red {
background-color: #d32f2f !important; /* 濃い赤 */
color: #ffffff !important;
}







/*-- MB Navi --*/

/*-- ハンバーガーメニュー開閉ボタン --*/

.drawer-hamburger-icon, .drawer-hamburger-icon::after, .drawer-hamburger-icon::before{background: #fff !important;}
.drawer-open .drawer-hamburger-icon{background-color: #f8f7f0 !important;}
.drawer-open .drawer-hamburger-icon:after,.drawer-open .drawer-hamburger-icon:before{background-color: #231815 !important;}
.drawer--right.drawer-open .drawer-hamburger {
    right: 0 !important;
    top: 0 !important;
	position: fixed !important;
}
.drawer-hamburger {position: relative !important;}

/*-- // ハンバーガーメニュー開閉ボタン --*/

.drawer-brand {
    background-color: #f8f7f0;
    color: #231815 !important;
}

.drawer-menu-item {
    color: #fff !important;
    border-bottom: 1px solid #e9e9e9;
}

.drawer-menu-item {
    background: #201e4d;
}

a.drawer-menu-item:after{
    margin: -22px 0 0 0;
    position: absolute;
    right: 20px;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.75rem;
}

.drawer-menu-item:hover {
    text-decoration: none !important;
    color: #ffffff !important;
    background-color: #201e4d !important;

}


/*-- // MB Navi End --*/


/*-- Header 固定 --*/

.navbar {
    position: relative !important;
    width: 100%;
    z-index: 9;
    top: 0;
    min-height: 60px;
}
/*-- // Header 固定 --*/

/*-- Main イメージ --*/

.image-size {
    text-align: center;
}

.image-size img{
	margin: 0 auto;
	width: 100%;
	max-width: 750px;
}

/*-- // Main イメージ  --*/

/*-- instructor --*/
.daihyou-height{
	padding-bottom:0;
}

.daihyou{
	font-size:2.5rem;
	color: #222222;
}

.daihyou small{
	font-size:1.2rem;
}
.prof-sns{
	color: #231815;
    font-size: 2.5rem;
    padding-right: 0.4rem;
}

.prof-sns:hover { 
	color:#231815;
	text-decoration: none !important;
}

/*-- // instructor --*/

/*-- Class introduce --*/
.class-title{
    font-size: 1.5rem;
    letter-spacing: 4px;
    font-family: "Gill sans", Lato;
    font-style: italic!important;
    border-bottom: 1px solid #221815;
    margin-bottom: 20px;
    display: block;
    padding-bottom: 10px;
}
.class-title span {
    display: block;
    font-size: 1rem;
    letter-spacing: 1px;
    margin-bottom: 5px;
}
.class-type{
	padding: 5px 15px 5px 15px;
    background: #ffffff;
    display: inline-block;
    margin: 0 0 20px -10px;
}
.class-type p {
    margin-bottom: 0;
    font-family: Futura, "Gill sans", Lato;
    font-size: 0.8rem;
    letter-spacing: 3px;
}

/*-- Price --*/

.thead-dark td {
    color: #fff;
    background-color: #212529;
    border-color: #32383e;
}

.t-width tr th{
	width:50% !important;
}
.t-width tr td{
	width:50% !important;
}

.table-bordered{
	border:0px !important;
}

.table .thead-dark th:first-child {
	border-color: #dee2e6 !important;
	background-color: #f8f7f0;
	border-left: none !important;
	border-top: none !important;
}

.plan-title{
	color: #201e4d;
    font-size: 1.2rem;
    border-bottom: 2.5px solid #201e4d !important;
    width: 100%;
    margin-bottom: 20px !important;
    padding: 5px 0;
	font-weight: bold;
}

.sub-text{
	font-size: 0.8rem;
}

/*-- // Price --*/

.title{
	font-size: 2rem !important;
}

.list-conts ul {
  	list-style:none;
	padding-left:0;
}
.list-conts ul li {
	margin-bottom:8px;
  	text-indent:-1.1em;
  	padding-left:1em;
	line-height: 1.75;
}
.list-conts ul li ul li{
    margin-bottom: 8px;
    text-indent: -1.1em;
    padding-left: 1em;
    line-height: 1.75;

}


/*-- ジム設備案内 --*/
.carousel-control-next, .carousel-control-prev {
	opacity: 1 !important;
}



/*--- Footer ---*/

.fight-base-footer a{
	color:#fff;
}

.fight-base-footer a:hover {
	color: #fff;
}

.fight-base-footer li {
    border-right: solid 1px #ffffff;
	padding: 0 0.5rem;
    font-size: 0.8rem;
}

.fight-base-footer li.list-inline-item:not(:last-child) {
    margin-right: 0;
}
.pagetop {
    cursor: pointer;
    font-size: 0.8rem;

}

.pagetop a{
	color: #201e4d;
    display: inline-block;
    border-radius: 50%;
    background: #ffffff;
    width: 80px !important;
    height: 80px;
    padding: 12px;
}

.pagetop a:hover {
	color: #000000;
	text-decoration: none;
}

.copy{ font-size: 0.7rem;}

/*--- // Footer ---*/


/*-- min-width 1200px --*/

@media (min-width: 1200px) {
	.nav-font {
  		font-size: 0.71rem;
	}
}
/*-- // min-width 1200px --*/

/*-- min-width 768px --*/
@media (min-width: 768px) {
	.image-fix{
		position: absolute;
        bottom: 0;
		max-width: 410px;
	}
}
/*-- // min-width 768px --*/

/*-- max-width 992px --*/

@media (max-width: 992px) {

}

/*-- // max-width 992px --*/


/*-- min-width 992px --*/

@media (min-width: 992px) {
	.navbar-expand-lg .navbar-nav .nav-link{
  		font-size: 0.8rem;
		padding-right: 0rem !important;
    	padding-left: 0rem !important;
	}


}

/*-- // min-width 992px --*/


/*-- max-width 768px --*/

@media (max-width: 768px) {
	.nav-tabs .nav-link {
        font-size: 0.74rem;
	}
	.navbar-brand a{
    	height: 60px !important;
		width: 80px;
	}
	.title{
		font-size: 1.75rem !important;
	}
	.daihyou {
    	font-size: 2.0rem;
	}
	.daihyou small {
    	font-size: 1.0rem;
	}
	.daihyou-table{
		font-size:0.75rem;
	}

    .gaiyou{
        font-size: 0.75rem;
    }

}


/*-- // max-width 768px --*/
@media (max-width: 768px) {
    .table td, .table th {
        padding: 0.52rem !important;
    }

    .schedule-table .activity-cell .vertical-text {
        writing-mode: vertical-lr !important;
        text-orientation: upright !important;
        transform: rotate(0deg) !important;
        white-space: nowrap !important;
        text-align: center !important;
        justify-content: center !important;
        align-items: center;
    }

.schedule-table th,
.schedule-table td {
    vertical-align: middle;
    text-align: center;
    font-size: 0.9rem;
    padding: 0.5rem;
    height: 50px;
    border: 1px solid #dee2e6;
}

.time-column {
    width: 15%;
    background-color: #f8f9fa !important;
    font-weight: bold;
}

}
/*-- max-width 544px --*/

@media (max-width: 544px) {
	.nav-link {
		display: block;
		padding: .5rem .68rem !important;
	}
	
	.title {
    	font-size: 1.5rem !important;
	}

	.class-box {
    	background: #fff;
    	margin-bottom: 0px !important;
		border-bottom:1px solid #e6e5d7; 
	}

.schedule-table th,
.schedule-table td {
    font-size: 0.5rem;
    height: auto;
}

.activity-cell {
    color: #fff;
    font-size: 0.5rem;
}

}

/*-- // max-width 544px --*/








