@charset "utf-8";

/*
Site Name:
Description: parts style
*/

/* header
----------------------------------------- */
#header .logo{
	float: left;
	clear: left;
	width: 188px;
	margin: 20px;
	padding: 0;
	line-height: 1;
}
#header .back{
	float: left;
	margin: 0;
	padding: 0;
	line-height: 84px;
}
#header .back a{
	color: #FFF;
	padding-left: 20px;
	text-decoration: none;
	position: relative;
}
#header .back a::before{
	content: "";
	width: 13px;
	height: 12px;
	background-image: url(../img/back_icon.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
	display: block;
	position: absolute;
	top: 2px;
}
#header .sub-navi{
    display: table;
    float: right;
    margin: 0;
	padding: 0;
	text-align: center;
}
#header .sub-navi li{
    display: table-cell;
}
#header .sub-navi li:first-child a{
    width: 160px;
	height: 84px;
	color: #FFF;
	font-weight: bold;
	background-color: #111111;
	text-decoration: none;
	vertical-align: middle;
    display:table-cell;
}
#header .sub-navi li:last-child a{
    width: 160px;
	height: 84px;
	color: #FFF;
	font-weight: bold;
	background-color: #E70012;
	text-decoration: none;
	vertical-align: middle;
    display:table-cell;
}
#header .sub-navi li:first-child a:hover{
	background-color: #333333;
}
#header .sub-navi li:last-child a:hover{
	background-color: #EE4C58;
}
@media all and (max-width: 1210px){
#header .logo{
	width: 135px;
	margin: 5px 10px;
}
#header .back{
	line-height: 40px;
}

#header .sub-navi li:last-child{
	padding-right: 40px!important;
}
#header .sub-navi li:first-child a,
#header .sub-navi li:last-child  a{
	width: 70px;
	height: 40px;
}
}
@media all and (max-width: 640px){
#header .back a{
	font-size: 0;
}
#header .back a::before{
	top: -11px;
}
}


/* nav
----------------------------------------- */
nav#gloval-nav{
	float: right;
}
nav#gloval-nav ul{
	margin: 0 30px;
	padding: 0;
	line-height: 84px;
	clear: both;
	overflow: auto;
}
nav#gloval-nav ul li{
	float: left;
	margin: 0;
	padding: 0;
	display: inline;
	position: relative;
}
nav#gloval-nav ul li::after{
	content: "::";
	color: #FFF;
	margin-right: 15px;
	padding-left: 15px;
}
/*nav#gloval-nav ul li:first-child,*/
nav#gloval-nav ul li:last-child:after{
	display: none;
}

nav#gloval-nav ul li a{
	color: #FFF;
}
nav#gloval-nav ul li a:hover{
	color: #FFF;
}
nav#spmenu{
	display: none;
}
@media all and (max-width: 1210px){
nav#gloval-nav{
	display: none;
}
nav#spmenu{
	float: none;
	width: 100%;
	margin: 0px;
	background: rgba(17, 17, 17, 0.6);
	position: fixed;
	top: 40px;
	z-index: 600;
	display: none;
}
.nav-open nav#spmenu{
	display: block;
}
nav#spmenu ul{
	margin: 0px;
	padding: 0px;
	display: block;
}
nav#spmenu ul li{
	list-style-type: none;
}
nav#spmenu ul li a{
	color: #FFF;
	font-weight: bold;
	padding: 10px;
	display: block;
	text-decoration: none;
}
nav#spmenu ul li a:hover,
nav#spmenu ul li.active a{
	background: rgba(17, 17, 17, 0.6);
	text-decoration: none;
}
}

/*電話*/
.reserve_tel {
	display: flex;
	justify-content: center;
}
.nyuukaiuke.reserve_tel {
	margin-top: 3em;
}
.reserve_tel .tel {
	width: 100%;
    font-size: 100%;
    text-align: center;
}
.reserve_tel .tel a {
    width: auto;
    display: block;
    color: #E70012;
    font-size: 180%;
    font-weight: bold;
}
.reserve_tel .tel a:hover {}
.reserve_tel .tel a::before {
    font-family: 'Material Icons';
    content: '\e0cd';
    padding-right: 5px;
}


/* footer
----------------------------------------- */
#footer #pagetop{
	font-size: 90%;
	margin: 20px 0 50px;
	padding: 0;
	position: relative;
	cursor: pointer;
}
#footer #pagetop::before{
	content: "";
	width: 26px;
	height: 13px;
	margin: 0 auto;
	background-image: url(../img/pagetop.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
	display: block;
	position: relative;
	top: -10px;
}
#footer .logo{
	float: left;
	clear: left;
	width: 188px;
	margin: 0 0 30px;
	padding: 0;
	line-height: 1;
}
#footer ul.contact-list{
	float: right;
	clear: right;
	margin: 0 0 25px;
	padding: 0;
}
#footer ul.contact-list li{
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#footer ul.contact-list li.tel{
	font-size: 80%;
	margin-right: 25px;
	text-align: left;
}

#footer ul.contact-list li.tel a{
	width: 190px;
	display: block;
    color: #FFFFFF;
    font-size:150%;
    font-weight: bold;
}
#footer ul.contact-list li.tel a::before{
    font-family: 'Material Icons';
     content: '\e0cd';
    padding-right:5px;
}
#footer ul.contact-list li.mail a{
	width: 206px;
	height: 40px;
	color: #FFF;
	font-weight: bold;
	background-color: #E70012;
	text-decoration: none;
	display: table-cell;
	vertical-align: middle;
}
#footer ul.contact-list li.mail a:hover{
	background-color: #EE4C58;
}
#footer ul.link-list{
	font-size: 80%;
	float: left;
	clear: left;
	margin: 0 0 25px;
	padding: 0;
}
#footer ul.link-list li{
	float: left;
	margin: 0 15px 0 0;
	padding: 0;
	list-style-type: none;
}
#footer ul.link-list a{
	color: #FFF;
}
#footer p#copyright{
	float: right;
	clear: right;
	font-size: 80%;
	font-family: Verdana;
	margin: 0 0 25px;
	padding: 0;
}
@media all and (max-width: 1020px){
#footer #pagetop{
	margin: 20px 0 30px;
}
#footer .logo{
	float: none;
	margin: 0 0 15px;
}
#footer ul.contact-list{
	float: none;
	clear: right;
	margin: 0 0 30px;
}
#footer ul.contact-list li{
	float: none;
	margin: 0 0 15px;
}
#footer ul.contact-list li.tel a{
	width: 100%;
}
#footer ul.link-list{
	width: 100%;
	margin: 0 0 30px;
}
#footer ul.link-list li{
	float: none;
	border-bottom: #999 solid 1px;
	margin: 0;
	text-align: left;
}
#footer ul.link-list li:first-child{
	border-top: #999 solid 1px;
}
#footer ul.link-list a{
	padding: 10px 0;
	display: block;
}
#footer p#copyright{
	float: none;
}
}


/* topicpath
----------------------------------------- */
#contents ol#topicpath{
	font-size: 80%;
	margin: 60px 0px;
	padding: 0px;
	overflow: hidden;
	text-align: right;
	position: relative;
	z-index: 50;
}
#contents ol#topicpath li{
	display: inline;
	margin: 0;
	padding: 0;
}
#contents ol#topicpath li a{
	color: #333;
	text-decoration: none!important;
}
#contents ol#topicpath li a::after{
	content: ">";
	padding: 0 5px;
}
@media all and (max-width: 640px){
#contents ol#topicpath{
	margin-bottom: 30px;
}
}

/* content
----------------------------------------- */
/* visual */
#visual{
	height: 585px;
	background-image: url(../img/visual.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	position: relative;
}
#visual::after{
	content: "";
	width: 100%;
	height: 100px;
	background-image: url(/img/about-bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% 100%;
	position: absolute;
	left: 0;
	bottom: 0;
}
#visual .copy{
	width: 305px;
	transform: translateY(25%);
	position: absolute;
	top: calc(50% + 80px);
	z-index:1;
}
#visual .copy h1{
	margin: 0 10px 10px;
	padding: 0;
}
#visual .copy h2{
	margin: 0!important;
	display: block!important;
}
#visual .video{
  width: 100%;
height: 900px;
  background: url(../img/kv-alternative.jpg) no-repeat center/cover;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

#visual .video::after{
  content: '';
  width: 100%;
  height: 100%;
  background-color: #10394b;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  opacity: .3;
}
#visual .video video{
  min-width: 100%;
  min-height: 600px;
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(0%);
}

/*#visual .overlay, #yt_player {
    position: fixed;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
}

#visual .overlay{
    z-index: -1;
}

#visual #yt_player{
    z-index: -2;
}
#ytPlayerWrap{
  position: relative;
  height: 500px;
  width: 100%;
	 z-index: 100;
}*/

#visual2{
	height: 400px;
	background-image: url(../img/visual2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	position: relative;
}
#visual2::before{
	content: "";
	width: 100%;
	height: 100px;
	background-image: url("../img/visual2_bg1.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% 100%;
	position: absolute;
	left: 0;
	top: 0;
}
#visual2::after{
	content: "";
	width: 100%;
	height: 100px;
	background-image: url("../img/visual2_bg2.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% 100%;
	position: absolute;
	left: 0;
	bottom: 0;
}

@media all and (max-width: 640px){
#visual::after{
	height: 30px;
	background-image: url(/img/about-bg-sp.png);
}
#visual .copy{
	transform: translateY(50%) translateX(-50%);
	left: 50%;
	top: calc(50% + 40px);
}
#visual2{
        height: 200px;
    background-size: 200%;
    }
#visual2::before{
	height: 30px;
	background-image: url(../img/visual2_bg1_sp.png);
}
#visual2::after{
	height: 30px;
	background-image: url(../img/visual2_bg2_sp.png);
}
#visual .video {
    width: 100%;
	height: 100vh!important;
  }



}




/* headline */
#headline{
	background-color: #E70012;
	text-align: left;
}
#headline h1{
	color: #FFF;
	font-size: 135%;
	font-weight: bold;
	margin: 0;
	padding: 160px 0 0;
}
@media all and (max-width: 640px){
#headline h1{
	padding: 70px 0 0;
}
}

.trackman-photo{
	padding-top: 50px;
}

/* photo-list */
ul.photo-list{
	margin: 0;
	padding: 0;
	overflow: hidden;
}
ul.photo-list li{
	float: left;
	width: 33.333%;
	margin: 0;
	padding: 0;
	list-style-type: none;
	line-height: 1;
}
@media all and (max-width: 640px){
ul.photo-list li{
	width: 50%;
}
ul.photo-list li:last-child{
	display: none;
}
}

/* address */
#address-section{
	padding-bottom: 35px;
}
#address-section a{
    color: #111111;
}
#address-section .studio-list{
	overflow: hidden;
	margin: 20px 0 35px;
	text-align: left;
}
#address-section .studio-list .photo,
#address-section .studio-list p{
	float: left;
	clear: left;
	width: 46.315%;
}
#address-section .studio-list .map,
#address-section .studio-list address{
	float: right;
	width: 53.685%;
}
#address-section .studio-list .photo{
	line-height: 1;
}
#address-section .studio-list .map .gmap{
	height: 0;
	padding-bottom: 58.765%;
	position: relative;
	overflow: hidden;
}
#address-section .studio-list .map .gmap iframe{
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
#address-section .studio-list p{
	color: #E70012;
	font-weight: bold;
	margin: 0;
	padding: 10px 0;
	position: relative;
}
#address-section .studio-list p::before{
	content: "";
	width: 40px;
	height: 40px;
	margin: 0 8px -15px 0;
	background-image: url(../img/logomark.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	display: inline-block;
}
#address-section .studio-list address{
	margin: 0;
	padding: 10px 0;
}
@media all and (max-width: 640px){
#address-section .studio-list .photo,
#address-section .studio-list p,
#address-section .studio-list .map,
#address-section .studio-list address{
	float: none;
	clear: none;
	width: 100%;
}
#address-section .studio-list .map .gmap{
	padding-bottom: 100%;
}
}


/* list-content */
.list-contents{
	margin: 0;
	padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	justify-content: left;
}
.list-contents article{
	width: 50%;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	overflow-wrap: break-word;
	position: relative;
}
#main .list-contents{
	margin: 0 -12px 30px;
}
#main .list-contents article{
	width: 50%;
	margin: 0 0 25px;
}
#main .list-contents article figure{
	margin: 0 12px;
	padding: 0;
	text-align: left;
	overflow: hidden;
}
@media all and (max-width: 640px){
#main .list-contents article{
	width: 100%;
}
}


/* main css
----------------------------------------- */
#main ul,
#main ol,
#main p{
	padding: 0px 0px 0.5em;
	}
#main ul.pricelist{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	list-style: none!important;
	gap: 30px;
	margin-top: 10px;
}

.price-name{
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	color: #E70012;
	border-bottom: solid #E70012;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.ib{
	display: inline-block;
	font-size:20px;
}
.pricec-content {
    margin-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
}

#main .price-item:first-child{
	width:96%;
}

/* @media screen and (max-width: 1000px){
	#main .price-item:first-child{
		width:96%;
	}
} */
#main .price-item{
	width: 46%;
	border: solid;
	border-color: #E70012;
	padding: 15px;
	position: relative;
}

@media screen and (max-width: 767px){
	#main .price-item,
	#main .price-item:first-child{
		width: 100%;
	}
}

@media screen and (max-width: 380px) {
	#main .plice-chart{
		font-size: 25px;
	}
}
#main h2,
#main h3,
#main h4,
#main h5,
#main h6,
#main p{
	margin: 0 0px 15px;
	padding-bottom: 0;
}
#main h2,
#visual .copy h2,
#address-section h2,
#insta-section h2{
	min-width: 305px;
	color: #E70012;
	font-size: 135%;
	font-weight: bold;
	margin: 100px auto 50px;
	padding: 8px 10px;
	border-top: #E70012 solid 2px;
	border-bottom: #E70012 solid 2px;
	text-align: center;
	display: table;
}
#main h3{
	color: #E70012;
	font-size: 135%;
	font-weight: bold;
	margin: 50px 0 20px;
	padding: 3px 15px;
	border-left: #E70012 double 9px;
	clear: both;
}
#main h3 span{
    font-size:85%;
}
.plice-chart {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
	color: #E70012;
	position: absolute;
	bottom: 10px;
    left: 0px;
    right: 0px;
    margin: auto;
}
.plice-chart01 {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    color: #E70012;
    position: absolute;
    bottom: 30px;
    left: 0px;
    right: 0px;
    margin: auto;
}
.plice01 {
    text-align: center;
    position: absolute;
    bottom: 10px;
    left: 0px;
    right: 0px;
    margin: auto;
}
#main h4{
	color: #E70012;
	font-size: 120%;
	font-weight: bold;
	margin: 30px 0 20px;
	padding: 5px 10px;
    border: 1px solid #E70012;
    display:inline-block;
}
#main ul li{
	margin-left: 5px;
	padding-left: 10px;
	background-image: none;
	background-repeat: no-repeat;
	background-position: left 5px;
	list-style-type: none;
}
#main ul li ul,
#main ul li ol{
	padding: 5px 0px;
	margin-bottom: 0px;
}
#main ol li{
	margin-left: 25px;
	list-style-type: decimal;
}
#main ol li ol,
#main ol li ul{
	padding: 5px 0px;
	margin-bottom: 0px;
}
#main ol li ul li{
	list-style-type: none;
}
#main table{
	width: 100%;
	margin: 0px 0px 30px 0px;
	border-bottom: #999 solid 1px;
}
#main table p{
	padding-left: 0px;
}
#main table th,
#main table td{
	padding: 15px 20px;
	border-top: #999 solid 1px;
}
#main table .plice{
	text-align: right;
}
#main table th{
	color: #E70012;
	font-weight: bold;
}
@media all and (max-width: 640px){
#main h2,
#visual .copy h2,
#address-section h2{
	width: 100%;
	min-width: auto;
	margin: 50px auto 30px;
}
#contents #main #topicpath + h2{
	margin-top: 20px;
}
#main table th,
#main table td{
	width: 100%;
	display: block;
}
}

/* home css
----------------------------------------- */
/* studio */
#home #main #studio-section{
	/* color: #FFF; */
	padding: 30px 0 0;
	background-color: #fff;
	position: relative;
	overflow: hidden;
}
#home #main #studio-section .contents{
	float: left;
	width: calc(100% - 450px);
	margin-bottom: 30px;
}
#home #main #studio-section .photo{
	float: right;
	width: 400px;
	margin-bottom: 30px;
	line-height: 1;
}
#home #main #studio-section h3{
	/* color: #FFF; */
	margin-top: 0;
	padding: 0;
	border: none;
}
#home #main #studio-section a.btn{
	color: #fff;
	background-color: #E70012;
	border: 1px solid #E70012;
}
#home #main #studio-section a.btn:hover{
	color: #E70012;
	background-color: #FFF;
	/* background-color: #F7B2B7; */
}
@media all and (max-width: 810px){
#home #main #studio-section .contents{
	width: calc(100% - 300px);
}
#home #main #studio-section .photo{
	width: 250px;
}
}
@media all and (max-width: 640px){
#home #main #studio-section{
	padding: 30px 0 30px;
}
#home #main #studio-section .contents,
#home #main #studio-section .photo{
	float: none;
	width: 100%;
	margin-bottom: 30px;
}
}

.trackman-btn{
	display: flex;
	align-items:stretch;
}

.trackman-btn-item{
	padding-right: 10px;
}

/* member */
#home #main #member-section{
	color: #FFF;
	padding: 140px 0 0;
	background-color: #333;
	position: relative;
	overflow: hidden;
}
#home #main #member-section::after{
	content: "";
	width: 100%;
	height: 100px;
	background-image: url(/img/about-bg02.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% 100%;
	position: absolute;
	left: 0;
	top: 0;
}
#home #main #member-section .contents{
	float: right;
	width: calc(100% - 450px);
	margin-bottom: 30px;
}
#home #main #member-section .photo{
	float: left;
	width: 400px;
	margin-bottom: 30px;
	line-height: 1;
}
#home #main #member-section h3{
	color: #FFF;
	margin-top: 0;
	padding: 0;
	border: none;
}
#home #main #member-section a.btn{
	color: #333;
	background-color: #FFF;
}
#home #main #member-section a.btn:hover{
	background-color: #6F6F6F;
}
@media all and (max-width: 810px){
#home #main #member-section .contents{
	width: calc(100% - 300px);
}
#home #main #member-section .photo{
	width: 250px;
}
}
@media all and (max-width: 640px){
#home #main #member-section{
	padding: 80px 0 30px;
}
#home #main #member-section::after{
	height: 30px;
	background-image: url(/img/about-bg02-sp.png);
}
#home #main #member-section .contents,
#home #main #member-section .photo{
	float: none;
	width: 100%;
	margin-bottom: 30px;
}
}


/* system */
#home #main #system-section{
	padding: 120px 0 60px;
	background-color: #F3F3F3;
	position: relative;
	overflow: hidden;
}
#home #main #system-section::after{
	content: "";
	width: 100%;
	height: 100px;
	background-image: url(../img/membar_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% 100%;
	position: absolute;
	left: 0;
	top: 0;
}
#home #main #system-section h3{
	color: #FF5D00;
	border-left: #FF5D00 double 9px;
}
#home #main #system-section .simulation-contents{
	overflow: hidden;
}
.simulation-contents{
    clear: both;
    overflow: hidden;

}
.simulation-contents .photo{
	float: left;
	width: 284px;
	margin-bottom: 30px;
	line-height: 1;
}
.simulation-contents .contents{
	float: right;
	width: calc(100% - 330px);
	margin-bottom: 30px;
}
#home #main #system-section a.btn{
	color: #FFF;
	background-color: #FF5D00;
}
#home #main #system-section a.btn:hover{
	background-color: #FF8E4D;
}
#home #main #system-section .simulation-contents h3{
	padding: 0;
	border-left: none;
}
#home #main #system-section .list-contents h4{
	color: #FF5D00;
	font-size: 100%;
	margin: 10px 0;
}
#home #main #system-section table th{
	color: #FF5D00;
}
@media all and (max-width: 640px){
#home #main #system-section{
	padding: 80px 0 30px;
}
#home #main #system-section::after{
	height: 30px;
	background-image: url(../img/membar_bg_sp.png);
}
#home #main #system-section .photo{
	float: none;
	margin: 0 auto 30px;
}
#home #main #system-section .contents{
	float: none;
	width: 100%;
	margin-bottom: 30px;
}

.simulation-contents{
}
.simulation-contents .photo{
	width: 100%;
}
.simulation-contents .contents{
	width: 100%;
}
}

/* @media screen and (min-width: 641px) {
	.trackman {
		max-width: 440px;
		margin: 0 auto 15px !important;
	}
}
.trackman img {
	border: 1px solid #999;
	margin-bottom: 30px;
}
 */

/* price */
.st_price {
	font-size: 200%;
}
#home #main #price-section{
	padding: 60px 0 40px;
	background-color: #FFF;
	position: relative;
	overflow: hidden;
}
#home #main #price-section::after{
	content: "";
	width: 100%;
	height: 110px;
	background-image: url(../img/system_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% 100%;
	position: absolute;
	left: 0;
	top: 0;
}
#main #price-section dl{
	color: #E70012;
	font-size: 135%;
	font-weight: bold;
	margin: 30px auto;
	padding: 0;
	display: table;
	overflow: hidden;
	position: relative;
}
#main #price-section dl dt{
	float: left;
	margin: 0;
	padding: 5px 10px;
	border: #E70112 solid 2px;
	position: relative;
	top: 10px;
}
#main #price-section dl dd{
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
}
#main #price-section dl dd.initiation{
	margin-right: 15px;
	padding: 0 15px;
}
#main #price-section dl dd.initiation::after{
	content: "";
	width: 1px;
	height: 20px;
	background-color: #E70112;
	display: block;
	position: absolute;
	right: 0;
	bottom: 10px;
}
#main #price-section dl dd strong{
	font-size: 200%;
    margin:0px 5px;
}
#main #price-section p.more{
	margin: 0 0 80px;
	text-align: center;
}
#main #price-section h2 + p{
	margin: 0;
	text-align: center;
}
#main #studio-section ul.more-list,
#main #member-section ul.more-list{
	margin: 20px 0px;
	padding: 0;
	display: table;
	overflow: hidden;
}
#main #price-section ul.more-list{
	margin: 30px auto;
	padding: 0;
	display: table;
	overflow: hidden;
}
#main #studio-section ul.more-list li,
#main #member-section ul.more-list li,
#main #price-section ul.more-list li{
	float: left;
	margin: 0 5px;
	padding: 0;
	list-style-type: none;
}
#main #member-section ul.more-list li:first-child a,
#main #price-section ul.more-list li:first-child a{
	background-color: #333;
}
#main #member-section ul.more-list li:first-child a:hover,
#main #price-section ul.more-list li:first-child a:hover{
	background-color: #707070;
}

.price-morning-time{
	text-align: center;
	color: #E70012;
	font-size: 135%;
	font-weight: 400;
	padding: 0!important;
	margin-bottom: -25px!important;
	margin-top: 30px!important;
}

.price-morning-cautionary{
	text-align: center;
	color: #111111;
	font-size: 105%;
	font-weight: 100;
	margin-top: -30px!important;
}


/*フロー*/ul.flow{
  margin: 40px 0 !important;

}
#main #price-section ul.flow {
    position: relative;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	z-index: 5;
}
#main #price-section ul.flow li {
    position: relative;
    list-style-type: none;
    text-align: center;
    /*text-transform: uppercase;*/
    width: 33.333%;
    color: #999999;
    font-weight: bold;
    counter-increment: steps;
    background-image: none;
	margin: 0;
	padding: 0;
    font-size:125%;
}
#main #price-section ul.flow li:before {
    display: block;
    width: 26px;
    height: 26px;
    margin: 7px auto 20px auto;
    content: '';
    line-height: 26px;
    font-size: 12px;
    text-align: center;
    border-radius: 50%;
    background-color: #F5F5F5;
    content: counter(steps);
}
#main #price-section ul.flow li:after {
    position: absolute;
    z-index: -1;
    top: 18px;
    left: -50%;
    width: 100%;
    height: 2px;
    content: '';
    background-color: #F5F5F5;
}
#main #price-section ul.flow li:first-child:after {
    content: none;
}
#main #price-section ul.flow li.active,
#main #price-section ul.flow li.complete{
    color: #E70012;
}
#main #price-section ul.flow li.active:before,
#main #price-section ul.flow li.complete:before {
    background-color: #E70012;
    color: #FFF;
}
#main #price-section .flow li.active:after,
#main #price-section ul.flow li.complete:after {
    background-color: #E70012;
}
#main #price-section ul.flow li p{
	color: #333;
	font-size:80%;
	font-weight: normal;
	display: block;
    padding:20px 10px 0;
    text-align: left;
}
#main #price-section .yoyakukara ul.flow li p {
    text-align: center;
}
.yoyakukara .ib {
	display: inline-block;
	font-weight: normal;
}
@media all and (max-width: 640px){
#home #main #price-section::after{
	height: 30px;
	background-image: url(../img/system_bg_sp.png);
}
#main #price-section dl{
	margin: 30px auto;
}
#main #price-section dl dt{
	float: none;
	margin: 0 auto 15px;
	display: table;
	top: 0;
}
#main #price-section dl dd{
	float: none;
	margin: 0 auto;
	position: relative;
}
#main #price-section dl dd.initiation{
	margin-right: 0;
	padding: 0;
}
#main #price-section dl dd.initiation::after{
	display: none;
}
#main #member-section ul.more-list,
#main #price-section ul.more-list{
	width: 100%;
}
#main #member-section ul.more-list li,
#main #price-section ul.more-list li{
	width: 100%;
}
#main #member-section ul.more-list li a,
#main #price-section ul.more-list li a{
	display: block;
}


#main #price-section ul.flow li {
    width: 100%;
	min-height: 50px;
	padding-left: 40px;
	text-align: left;
}
#main #price-section ul.flow li:before {
    margin: -2px 0 20px 0;
	position: absolute;
	left: 0;
}
#main #price-section ul.flow li:after {
    top: calc(-90% - 6px);
    left: 12px;
    width: 2px;
    height: 100%;
}
#main #price-section ul.flow li:first-child:after {
    content: none;
}
#main #price-section ul.flow li.active,
#main #price-section ul.flow li.complete{
    color: #E70012;
}
#main #price-section ul.flow li.active:before,
#main #price-section ul.flow li.complete:before {
    background-color: #E70012;
    color: #FFF;
}
#main #price-section ul.flow li.active:after,
#main #price-section ul.flow li.complete:after {
    background-color: #E70012;
}
#main #price-section ul.flow li p{
	color: #333;
	font-weight: normal;
	display: block;
    margin: 0;
    padding: 10px 0 20px;
}


}


/* lesson */

#home #main #lesson-section .contents{
	float: right;
	width: calc(100% - 450px);
	margin-bottom: 30px;

}
#home #main #lesson-section .photo{
	float: left;
	width: 400px;
	margin-bottom: 30px;
	line-height: 1;
    margin-top:30px;
}
#home #main #lesson-section h2{
    margin-top:50px;
}

#home #main .lesson-calender {

    clear: both;
}

#home #main .lesson-calender article {
    position: relative;
    overflow: hidden;
    height: 0;
    padding-bottom: 70%;
}

#home #main .lesson-calender article iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}




@media all and (max-width: 810px){
#home #main #lesson-section .contents{
	width: calc(100% - 300px);
}
#home #main #lesson-section .photo{
	width: 250px;
}
}
@media all and (max-width: 640px){
#home #main #lesson-section .contents,
#home #main #lesson-section .photo{
	float: none;
	width: 100%;
	margin-bottom: 30px;
}
#home #main .lesson-calender article {
  padding-bottom: 100%;

}
#home #main .lesson-calender article iframe {


}
}

/* contents css
----------------------------------------- */


/* lesson */

#contents #main ul.list01{

}
#contents #main ul.list01 li{
     position: relative;
    padding-left: 25px;
    font-size:120%;
    font-weight: bold;
  }

#contents #main ul.list01 li:before {
    content: "";
    position: absolute;
    top: .35em;
    left: 6px;
    -webkit-transform: rotate(50deg);
    -ms-transform: rotate(50deg);
    transform: rotate(50deg);
    width: 3px;
    height: 7px;
    border-right: 2px solid #E70012;
    border-bottom: 2px solid #E70012;
}
#contents #main ul.list01 li:after {
    content: "";
    position: absolute;
    top: .2em;
    left: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #E70012;
    border-radius: 2px;
  }

  .gallery-inner-course{
	margin-top: 15px;
}

.lesson-item{
	padding-bottom: 10px!important;
}

/* guide */

#contents #main .gallery-list2,
#contents #main .gallery-list3,
#contents #main .gallery-list4{
	margin: 30px -15px;
	padding: 0px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	clear: both;
}
#contents #main .gallery-list2{
	margin: 0px -25px 30px;
}
#contents #main .gallery-list2 article,
#contents #main .gallery-list3 article,
#contents #main .gallery-list4 article{
	float: left;
	margin: 0px 0px 25px;
	padding: 0px;
	background: none;
}
#contents #main .gallery-list2 article{
	width: 50%;
}
#contents #main .gallery-list3 article{
	width: 33.333%;
}
#contents #main .gallery-list4 article{
	width: 25%;
}
#contents #main .gallery-list2 article .gallery-inner{
	margin: 0px 25px;
}
#contents #main .gallery-list3 article .gallery-inner,
#contents #main .gallery-list4 article .gallery-inner{
	margin: 0px 15px;
}
#contents #main .gallery-inner a{
    border:1px solid #999999;
}

#contents #main ul.more-list{
	margin: 0px auto;
	padding: 0;
	display: table;
	overflow: hidden;

}
#contents #main table ul.more-list{
	margin: 0px auto;
	padding: 0;
	display: block;
	overflow: hidden;

}
#contents #main ul.more-list li{
	float: left;
	margin: 0 5px;
	padding: 0;
	list-style-type: none;
    background-image:none;
}
#contents #main ul.more-list li img{
    height:56px;
}
#contents #main ul.more-list li img.googleplay{
    height:80px;
}
#contents #main ul.more-list li img.appstore{
    margin:12px 0px;
}

@media all and (max-width: 990px){
#main h2{
	font-size: 180%;
}
#main table th,
#main table td{
	display: block;
}
#contents #main .gallery-list2{
	margin: 0px;
}
#contents #main .gallery-list3,
#contents #main .gallery-list4{
	margin: 0px -10px;
}
#contents #main .gallery-list2 article .gallery-inner{
	margin: 0px;
}
#contents #main .gallery-list3 article .gallery-inner,
#contents #main .gallery-list4 article .gallery-inner{
	margin: 0px 10px;
}
#contents #main .gallery-list2 article{
	float: none;
	width: 100%;
}
#contents #main .gallery-list3 article,
#contents #main .gallery-list4 article{
	width: 50%;
}

#contents #main #price-section ul.more-list{
	width: 100%;
}
#contents #main ul.more-list li img{
    height:40px;
}
#contents #main ul.more-list li img.googleplay{
    height:55px;
}
#contents #main ul.more-list li img.appstore{
    margin:7px 0px;
}
}

/*===================================================================
	morning-contents
===================================================================*/

.morning-contents{
	display: flex;
}

.morning-contents-item01{
	width: 55%;
}

.morning-contents-item02{
	width: 45%;
	background-color: #E70012;
	color: #fff;
	padding: 30px;
}

.morning-title{
	font-size: 135%;
	color: #fff!important;
	font-weight: bold;
	margin: 0!important;
	padding: 0!important;
	border-left: none!important;
}

.morning-title-lead{
	margin-top: 20px!important;
}

.morning-title-lead strong{
	color: #fff;
}

#home #main #morning-section{
	color: #FFF;
	background-color: #E70012;
	margin-bottom: 10px;
	position: relative;
	overflow: hidden;
}

#home #main #morning-section::after{
	content: "";
	width: 100%;
	height: 100px;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% 100%;
	position: absolute;
	left: 0;
	top: 0;
}
#home #main .contents{
	width: calc(100% - 450px);
	margin-bottom: 0;
	padding-top: 30px;
}

#home #main #morning-section a.btn{
	color: #E70012;
	background-color: #FFF;
}
#home #main #morning-section a.btn:hover{
	background-color: #6F6F6F;
}
@media all and (max-width: 810px){
#home #main #morning-section .contents{
	width: calc(100% - 300px);
}
#home #main #morning-section .photo{
	width: 250px;
}
}

.morning-price{
	margin-left: auto;
	margin-right: auto;
}

.morning-price-title{
	border-left: #fff double 5px;
	padding:  2px 12px!important;
	font-size: 130%;
}

.morning-price-title span{
	display:inline-block;
	color: #FFF;
	font-weight: 100;
}

.morning-price-box{
	display: flex;
	justify-content: center;
    align-items: baseline;
    padding: 0px 20px;
}

.morning-price-item01{
	font-size: 135%;
	font-weight: bold;
	padding-right: 5px!important;
}

.morning-price-item02{
	font-size: 135%;
	font-weight: bold;
}

.morning-price-item03{
	font-size: 135%;
	font-weight: bold;
}

.morning-price-item02 span{
	font-size: 120%;
	color: #fff;
}

.morning-price-item03 span{
	font-size: 200%;
	color: #fff;
}

.morning-btn{
    min-width: 180px;
    color: #FFF;
    font-weight: bold;
    padding: 12px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}

.triangle {
	background: #ffffff;
	height: calc(tan(60deg) * 25px / 2);
	width: 25px;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
  }


.point-list{
	color: #E70012;
	font-weight: bold;
	font-size: 120%;
}

.point-list-item{
	padding: 10px 10px 20px 15px!important;
}

.morning-img{
	max-width: 100%;
	height: 100%;
	width /***/: auto;
	vertical-align: bottom;
	object-fit: cover;
	object-position: center;
}

.morning-sp-img{
	height: auto;
}

.cautionary{
	margin-top: 10px!important;
}

@media all and (max-width: 810px){

	.morning-contents{
		flex-wrap: nowrap;
		flex-direction: column;
	}

	.morning-contents-item01{
		width: 100%;
	}

	.morning-contents-item02{
		width: 100%;
		padding: 30px 15px;
	}

	.morning-title{
		font-size: 18px!important;
	}

	.morning-price-box{
		padding: 0!important;
		font-size: 90%;
	}

	.morning-img{
		height: auto;
	}
}

/* 下からスライドしてモーダル表示 */
.js-modal__bg {
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2001;
  display: none;
}
.js-modal__main {
width: calc(75% - 32px);
height: 100%;
padding: 16px;
bottom: -80%;
background: #fff;
border-radius:4px 4px 0 0 ;
position: fixed;
z-index: 3000;
opacity: 0;
text-align: center;
left: 13%;
}
.js-modal__btn {
    color:#FFFFFF;
  cursor: pointer;
  -webkit-tap-highlight-color:rgba(0,0,0,0);
   position: fixed;
bottom: 10px;
right: 10px;
padding: 10px 10px;
   z-index: 180;
    background-color: #111111;
    font-size:110%;
    font-weight: bold;
    transition: .3s;
    border-radius: 50%;
    width:150px;
     height:150px;
    border:solid 5px #FFFFFF;
    text-align: center;
     z-index:  2000;
}
.js-modal__btn:hover{
    background-color: #555555;
}
.js-modal__btn::before{
    font-family: 'Material Icons Outlined';
     content: '\e614';
    padding:0px;
    display:block;
    font-size:48px;
}

.js-modal__btn--close {
    margin-top: 20px;
    text-align: center;
    background-color: #EEEEEE;
  padding:5px 20px;
  cursor: pointer;
    display:inline-block;
    font-weight: bold;
    transition: .3s;

}
.js-modal__btn--close:hover{
    background-color: #CCCCCC;
}
.js-modal__btn--close::before{
    font-family: 'Material Icons Outlined';
     content: '\e5cd';
    padding-right:5px;
}

.js-modal__btn--close--fix {
  width: 29px;
  height: 29px;
  background: #333;
  border-radius: 50%;
  position: absolute;
  top: -0;/*-50px*/
  right: 5px;
  z-index: 190;
  cursor:pointer;
  -webkit-tap-highlight-color:rgba(0,0,0,0);
}
.js-modal__btn--close--fix:before{
  content:"";
  width: 19px;
  height: 19px;
  border-right:2px solid #fff;
  transform: rotate(-45deg);
  position: absolute;
  top:12px;
  left:-3px;
}
.js-modal__btn--close--fix:after{
  content:"";
  width: 19px;
  height: 19px;
  border-right:2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top:-2px;
  left:-3px;
}
/*下から上*/
@keyframes SlideUp {
  0% {
    opacity: 0;
    transform: translateY(-1%);
  }
  100% {
    opacity: 1;
    transform: translateY(-80%);
  }
}
/*上から下*/
@keyframes SlideDown {
  0% {
    opacity: 1;
    transform: translateY(-80%);
  }
  100% {
    opacity: 0;
    transform: translateY(-1%);
  }
}
.js-modal__main._slideUp {
animation: SlideUp .5s ease-in-out forwards;
}
.js-modal__main._slideDown {
animation: SlideDown .5s ease-in-out forwards;
}
.js-modal__main ul{
    display:table;
    width:100%;
    padding:0;
    margin:0;
}
.js-modal__main ul li{
    width:50%;
    display:table-cell;
}
.js-modal__main h4{
    color:#E70012;
    margin-top:0px;
}
.js-modal__main article {
    position: relative;
    overflow: hidden;
    height: 0;
    padding-bottom: 60%;
}
.js-modal__main article iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media all and (max-width: 810px){
.js-modal__main h4{
    margin-top:20px;
}
	.js-modal__main ul{
    display:block;
    width:100%;
    padding:0;
    margin:0;
}
.js-modal__main ul li{
    width:100%;
    display:block;
}
.js-modal__main ul li:last-child{
    /*margin-bottom: 50px;*/
}
.js-modal__main {
	width: 100%;
	height: 110%;
	bottom: -111%;
	left: 0;
}
.js-modal__main article {
    padding-bottom: 50%;
}
}
@media all and (max-width: 640px){
.js-modal__main {
  height: 115%;
  bottom: -110%;
}
.js-modal__main article {
    padding-bottom: 70%;
}
.js-modal__main article.gcalender {
    padding-bottom: 140%;
}

}


/*===================================================================
	RSSフィード　trackman
===================================================================*/

.blog-title{
	text-align: center;
}

.blog-title-item{
	color:  #ff5d00!important;
	font-size: 120%!important;
	border-style: none!important;
	padding: 40px 0px 20px 0px!important;
	margin: 0px!important;
	text-decoration:underline;
}

.blog-box{
	display: flex;
	align-items: stretch;
	background-color: #fff;
}

.blog-box-info{
	color:#fff;
	margin: 5px;
	padding-top: 25px;
	padding-left: 25px;
	font-size: 135%!important;
	font-weight: bold;
	border: solid 1px #fff;
	height: 98%;
}

#rss-feed {
	background-color: #fff;
	padding: 20px;
  }
  
  #rss-feed ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	background-color: #fff;
  }
  
  #rss-feed li {
	display: flex; /* Flexboxを使って画像とテキストを横並びに */
	border-bottom: 1px solid #ddd;
	padding: 15px;
  }
  
  .article-image {
	width: 100px; /* 画像の幅 */
	height: 100px; /* 画像の高さ */
	margin-right: 15px; /* 画像とテキストの間にスペースを作る */
	object-fit: cover; /* 画像が切り取られずに適切に表示されるようにする */
  }
  
  .article-content {
	flex-grow: 1; /* テキスト部分が残りのスペースを占める */
  }
  
  #rss-feed a {
	text-decoration: none;
	color: #ff5d00;
	font-weight: bold;
  }
  
  #rss-feed a:hover {
	text-decoration: underline;
  }
  
  #rss-feed p {
	color: #555;
	font-size: 14px;
	margin: 5px 0;
  }

.blog-list-btn{
	justify-content: center;
	margin-top: 20px;
	display: flex;
}

a.btn-b {
    min-width: 180px;
    color: #FFF;
    font-weight: bold;
    margin: 5px 0px;
    padding: 12px 20px;
    background-color: #ff5d00;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}

@media all and (max-width: 767px){

	#rss-feed{
		padding: 0;
	}

}

/*===================================================================
	料金ページ　モーニング
===================================================================*/

h3 span{
	display: inline-block;
	font-size: 100%!important;
}

.price-morning-contents{
	display: flex;
	padding-right: 30px;
}

.price-morning-contents-item01{
	background-color: #f70012;
	color: #fff;
	width: 70%;
	height: auto;
	padding: 20px;
}

.price-morning-contents-item02{
	width: 30%;
	height: auto;
}

.price-morning-name{
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    border-bottom: solid #fff;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.price-morning-paragraph{
	padding-top: 10px!important;
	font-size: 105%;
}
.price-morning-paragraph strong{
	color: #fff;
	font-weight: bold;
}

.price-morning-price{
	color: #fff!important;
    font-size: 135%;
    font-weight: bold;
    margin: 30px auto;
    padding: 0;
    display: table;
    overflow: hidden;
    position: relative;
}

.price-morning-price strong{
	color: #fff;
}


.price-morning-cautionary02{
	text-align: center;
	color: #fff;
	font-size: 105%;
	font-weight: 100;
	margin-top: -30px!important;
}

@media all and (max-width: 810px){

	.price-morning-contents {
		flex-direction: column;
		padding: 0;
	}

	.price-morning-contents-item01{
		width: 100%;
	}

	.price-morning-contents-item02{
		width: 100%;
	}

}

@media all and (max-width: 400px){
	.price-morning-name {
		font-size: 18px;
	}
}

/*===================================================================
	ジュニアクラブ
===================================================================*/

.junior-title{
	text-align: center;
	color: #E70012;
}

.junior-articles{
	display: flex;
	margin-top: 50px;
}

.junior-articles-item01{
	width:50%;
}

.junior-articles-item01 h3{
    margin: 0px 0 20px!important;
}

.junior-articles-list{
	font-size: 120%;
}

.junior-articles-item02{
	width:50%;
}

.junior-benefits span{
	font-weight: bold;
	color: #111111;
}

.junior-price{
	text-align: center;
	font-weight: bold;
	font-size: 150%;
	color: #E70012;
	padding: -10px!important;
	margin: 0px!important;
}

@media all and (max-width: 810px){

	.junior-articles{
		flex-direction: column;
	}

	.junior-articles-item01{
		width: 100%;
	}

	.junior-articles-item02{
		width: 100%;
	}

	.youtube{
		width: auto;
	}
}

.triangle-right:before{
	margin-right: 10px;
	margin-top: 15px;
	content: " ";
	display: inline-block;
	width: 0;
	height: 0;
	border-color: transparent transparent transparent #333;
	border-style: solid;
	border-width: 0.3em 0 0.3em 0.6em ;
	}

.sp_br {
	display: none; //768px以上では改行タグを無効に。
  }
  @media screen and (max-width: 768px) {
	.sp_br {
	  display: block; //768px未満で改行タグを有効に。
	}
  }
  
.youtube{
	display: block;
	margin: 0 auto;
}


/*===================================================================
	トップページにPOP設置
===================================================================*/
.pop {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 9999;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
	transition: opacity 0.3s ease;
}

.pop-img {
	width: 82%;
	max-height: 90%;
	margin-right: 30px;
	border-radius: 30px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
	max-width: 500px;
	position: relative;
}

.pop-img:before {
	content: "";
	position: absolute;
	top: -30px;
	right: -30px;
	width: 30px;
	height: 30px;
	background-image: url(/img/pop-close.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	pointer-events: none;
}

.campain-img {
	display: block;
	width: 100%;
	max-width: 300px;
	margin: 0 auto;
}

.top-about-title {
	margin-top: 60px!important;
}

.pop-strong {
	font-size: 150%;
	padding-left: 4px;
    padding-right: 2px;
}
