@charset "utf-8";
/* CSS Document */
/* ##################################################################### */
/*	モバイルレ : 480 px およびそれ以下
/* ##################################################################### */
.pageTitleArea {
  padding-left: 0;
  padding-right: 0;
	padding-top: 0!important;
}
.breadCrumb a{
    color: #fff;
}
.area_mv {
  background-image: url("images/lesmills_main_visual.jpg");
  /*background-position: left 0 top 0;*/
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  /*background-size: contain;*/
  height: 100vh;
  position: relative;
  background-color: #000;
  margin-top: -1px;
  /*display: flex;*/
/*  justify-content: center;
  align-items: center;*/
}
.area_mv_board {
  /*position: absolute;
	top:50px;*/
  /*padding-top: 80px;*/
  /* transform: translate(-50%, -50%);
     transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);*/
}
.area_mv_board img {
  height: auto;
  max-width: 700px;
  filter: drop-shadow(7px 7px 15px rgba(0, 0, 0, 0.9));
}

.breadCrumbArea{
	background-color: #000;
	color: #fff;
}

.breadCrumbArea{
	background-color: #000;
	color: #fff;
}
.breadcrumb.bg-white{
	background-color: transparent!important;
	color: #fff!important;
}
.breadcrumb.bg-white a:link{
	color: #fff;
}

/*
---------------------------------------------*/
/*footer{
    margin-bottom: 0px;
}
.fixed-bottom{
	display: none!important;
}*/
.catch{
	color: #fff;
	font-weight: bolder;
	font-size: 1.4rem;
}
.card {
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0.8);
  border: 4px solid #fff;
  /*margin-bottom: 10px;*/
  height: 100%;
}
.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  color: inherit;
  /*background-color: rgba(0, 0, 0, 0.0);*/
  background-color: rgba(255, 255, 255, 1);
  border-bottom: none;
  font-weight: bold;
  border-radius: 0px;
  /* border-bottom: 1px solid rgba(0, 0, 0, 0.125); */
}
.card-header:first-child {
  border-radius: 0;
}
.card-header img {
  max-height: 60px;
}
.bg-gray{
	margin-top: 0px;
  background-image: url("images/box4_bk.svg");
  background-position:left top;
  background-repeat: no-repeat;
background-size:100% auto;
}	

.bg-grayline{
	margin-top: 0px;
  background-image: url("images/glayline_bk.svg");
  background-position:left top;
  background-repeat: no-repeat;
background-size:100% auto;
}
#localNav{display: none;}
/*#virtual .linkBox{
	position: relative;
}*/
#virtual{
	overflow: hidden;
}
#virtual .linkBox .text-on{
	position: absolute;
	bottom: 30px;
	right:0px;
	/*margin-top: -80px;*/
	/*background-color:#f39800;*/
	/*background-color:rgba(243,152,0,0.7);*/
	background-color:rgba(255,255,255,0.7);
	width: 100%;
	
}
#virtual h1{
	/*font-size: 800%;*/
	text-align: center;
	line-height: 1;
	/*text-shadow: 10px 10px 15px rgba(0,0,0,0.5);*/
	color: #000;
	padding: 5px 0px 0;
/*		background-color: rgba(0,0,0,0.5);
	background-color: aqua;
	z-index: 30;*/
}
#virtual_bike {
  margin-bottom: -1rem !important;
}
/*#virtual_fitness .card{
	margin-top: 30px;
	margin-bottom: 30px;
}*/
/* ===================================================================== */
/*	モバイル　フレックスボックス
/* ===================================================================== */
/* ##################################################################### */
/*	タブレット小
/* ##################################################################### */
@media (min-width: 480px) {
  /* ===================================================================== */
  /*	タブレット小　共通基本設定
/* ===================================================================== */
  /* ===================================================================== */
  /*	モバイル横　フレックスボックス
/* ===================================================================== */
}
/* ##################################################################### */
/*	タブレット大
/* ##################################################################### */
@media (min-width: 768px) {
  /* ===================================================================== */
  /*	タブレット大　共通基本設定
/* ===================================================================== */
/*	#virtual h1{
	font-size: 2.6rem;
}*/
}
/* ##################################################################### */
/*	タブレット大
/* ##################################################################### */
@media (min-width: 993px) {
  /* ===================================================================== */
  /*	タブレット大　共通基本設定
/* ===================================================================== */
}
/* ##################################################################### */
/*	PC
/* ##################################################################### */
@media (min-width: 1200px) {
  /* ===================================================================== */
  /*	PC　　共通基本設定
/* ===================================================================== */
/*#virtual h1{
	font-size: 3.5rem;
}*/	
}