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

img{
  max-width: 100%;
  height: auto;
  width: auto\9; /* ie8 */
}
a:hover img{
  transition: all 0.5s ease 0s;
  opacity: 0.75;
}
select {
	appearance: none;
	cursor: pointer;
}
td.select {
	position: relative;
}
td.select::after {
	content: "▼";
	font-size: 9px;
	color: #666;
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
}



/**************************************************
	header,side,footer,及びTOPページCSS
**************************************************/

/* 全体設定 */
#wrapper {
	font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	font-size: 15px;
	line-height: 1.75;
}
#header {
	box-sizing: border-box;
	background: #FFB800;
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 9999;
	padding: 5px 10px;
	margin-bottom: -45px;;
}
#header .flex {
	display: flex;
	align-items: center;
}
#header .logo {
  width: 146px;
	margin-right: 40px;
}
.gnav {
	width: 560px;
}
.gnav ul {
	width: 560px;
  display: flex;
	justify-content: space-between;
	align-items: center;
}
.gnav li a {
	font-size: 12px;
	color: #000;
	padding: 8px 0;
}
#header .drop-in {
	width: 111px;
	margin-left: auto;
  margin-right: 0;
}
#header .drop-in a {
	font-size: 12px;
	color: #000;
	display: block;
	border: solid 1px #000;
	border-radius: 5px;
	padding: 3px 15px;
}
#top-mainimg {
	background: url("../image/mainimage.jpg") top center no-repeat;
	width: 100%;
	height: 900px;
	position: relative;
}
#top-mainimg .wrap {
	width: 1160px;
	color: #FFF;
	position: absolute;
	top: 42%;
	left: 20%;
}
#top-mainimg .wrap h1 {
	font-size: 115px;
	font-weight: 800;
	line-height: 1.5;
	margin-bottom: 25px;
}
#top-mainimg .wrap h2 {
	font-size: 45px;
	font-weight: 800;
	line-height: 1.5;
	margin-bottom: -5px;
}
#top-mainimg .wrap .reserve {
	width: auto;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;	
}
#top-mainimg .wrap .reserve a {
	background: #0DF;
	width: 200px;
	font-size: 28px;
	font-weight: 700;
	color: #000;
	text-align: center;
	display: block;
	border-radius: 6px;
	padding: 6px 0;
	margin-right: 30px;
}
#top-mainimg .wrap .reserve p {
	font-size: 28px;
	font-weight: 700;
	color: #0DF;
}


#about {
	padding: 100px 0;
}
#about .summary {
	max-width: 850px;
	font-size: 16px;
	text-align: center;
	margin: auto auto 60px auto;
}
#about .flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#about .flex .item {
	width: 30.1724%;
	text-align: center;
}
#about .flex .item .icon {
	margin-bottom: 20px;
}
#about .flex .item img {
	max-width: 70px;
}
#about .flex .item .ttl {
	width: max-content;
	font-size: 20px;
	font-weight: 700;
	color: #FFB800;;
	padding: 0 1em;
	margin: auto auto 20px auto;
}
#about .flex .item .txt {
	font-size: 16px;
}
#gym {
	background: #FFB800;
	padding: 100px 0 0 0;
}
#gym .inner {
	margin-bottom: 60px;
}
#gym .inner .flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#gym .inner .flex .logo {
	width: 25.8621%;
}
#gym .inner .flex .cnt {
	width: 68.9655%;
}
#gym .inner .flex .cnt .ttl {
	font-size: 58px;
	font-weight: 900;
	margin-bottom: 20px;
}
#gym .inner .flex .cnt .txt {
	font-size: 18px;
}
#gym .inner .flex .cnt .txt .red {
	font-weight: 700;
	color: #DD0000;
}
#gym .photo {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#gym .photo .item {
	width: calc(33.3333% - 4px);
	padding: 2px;
}
#gym .photo .item img {
	width: 100%;
}
#staff {
	padding: 100px 0;
}
#staff .flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 60px;
}
#staff .flex:last-of-type {
	margin-bottom: 0;
}
#staff .flex .photo {
	width: 41.3793%;
	text-align: center;
}
#staff .flex .cnt {
	width: 56.0345%;
}
#staff .flex .class {
	font-size: 16px;
	font-weight: 700;
}
#staff .flex .name {
	font-size: 35px;
	font-weight: 700;
	color: #FFB800;
	line-height: 1.5;
	margin-bottom: 20px;
}
#schedule {
	background: #FFB800;
	padding: 100px 0;
}
#schedule .sec-ttl001 {
	color: #000;
}
#schedule .sec-ttl001::after {
	background: #000;
}
#schedule .summary {
	font-size: 16px;
	text-align: center;
	margin-bottom: 50px;
}
#schedule .flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#schedule .flex .item {
	box-sizing: border-box;
	width: 33.3333%;
	text-align: center;
	border-right: solid 1px #000;
	padding: 1.724%;
}
#schedule .flex .item:last-of-type {
	border: none;
}
#schedule .flex .item .ttl {
	font-size: 28px;
	font-weight: 700;
	line-height: 1.5;
	border-radius: 5px;
	padding: 8px 0;
	margin-bottom: 20px;
}
#schedule .flex .item .txt001 {
	font-size: 22px;
	font-weight: 700;
	line-height: 1.5;
}
#price {
	background: url("../image/price-bg.jpg") center no-repeat;
	padding: 100px 0;
}
#price .sec-ttl001 {
	color: #FFF;
}
#price .sec-ttl001::after {
	background: #FFF;
}
#price .summary {
	font-size: 16px;
	color: #FFF;
	text-align: center;
	margin-bottom: 40px;
}
#price .flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#price .flex .item {
	box-sizing: border-box;
	background: #FFF;
	width: 24%;
	text-align: center;
	border-radius: 15px;
	padding: 2.5862% 1.7241%;
}
#price .flex .item .course {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 10px;
}
#price .flex .item .price {
	font-size: 40px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 5px;
}
#price .flex .item .price .yen {
	font-size: 25px;
}
#price .flex .item .tax {
	margin-bottom: 15px;
}
#price .flex .item .txt .red {
	color: #DD0000;
}
#price .flex .item .btn a {
	background: #DD0000;
	font-size: 22px;
	font-weight: 700;
	color: #FFF;
	line-height: 1.35;
	display: block;
	border-radius: 5px;
	padding: 8px 0;
	margin-top: 10px;
}
#access {
	background: #F9F9F9;
	padding: 100px 0;
}
#access .flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#access .flex .left {
	width: 34.4828%;
}
#access .flex .address,
#access .flex .train {
	margin-bottom: 15px;
}
#access .flex .ttl {
	font-size: 22px;
	font-weight: 700;
	border-bottom: dotted 1px #999;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
#access .flex .subttl {
	font-weight: 700;
	color: #FFB800;
}
#access .flex ul li {
	text-indent: -1em;
	padding-left: 1em;
}
#access .flex .right {
	width: 58.6207%;
}
#contact {
	background: #333;
	color: #FFF;
	padding: 100px 0;
}
#contact .sec-ttl001 {
	color: #FFF;
	margin-bottom: 30px;
}
#contact .sec-ttl001::after {
	background: #FFF;
}
#contact .summary {
	text-align: center;
	margin-bottom: 20px;
}
#contact .subttl {
	font-size: 24px;
	font-weight: 700;
	color: #FFB800;
	margin-bottom: 10px;
}
#contact .flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#contact .flex .left {
	width: 47.4138%;
}
#contact .flex .left .margin {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 20px;
}
#contact .flex .left .btn {
	text-align: right;
}
#contact .flex .left .btn input {
	background: #FFB800;
	font-size: 24px;
	font-weight: 700;
	color: #000;
	cursor: pointer;
	border: none;
	border-radius: 4px;
	padding: 8px 70px;
}
#contact .flex .left .size-m {
	box-sizing: border-box;
	width: 48%;
	border: solid 1px #CCC;
	padding: 15px;
}
#contact .flex .left .size-l {
	box-sizing: border-box;
	width: 100%;
	border: solid 1px #CCC;
	padding: 15px;
}
#contact .flex .right {
	width: 47.4138%;
}
#contact .flex .right .tel {
	margin-bottom: 40px;
}
#contact .flex .right .tel .phone {
	background: url("../image/contact-tel-icon.png") center left no-repeat;
	background-size: 15px;
	padding-left: 20px;
}
#contact .flex .right ul {
	display: flex;
	flex-wrap: wrap;
}
#contact .flex .right ul li {
	margin-right: 15px;
}
#contact .flex .right ul li:last-of-type {
	margin-right: 0;
}
#footer {
	background: #FFB800;
	text-align: center;
	padding: 15px 0;
}


#contact-thanks {
	box-sizing: border-box;
	background: #333;
	text-align: center;
	min-height: calc(100vh - 56.25px);
	padding: 200px 0 100px;
}
#contact-thanks .inner {
	max-width: 900px;
}
#contact-thanks .txt {
	color: #FFF;
	margin-bottom: 60px;
}
#contact-thanks .btn a {
	background: #FFB800;
	width: 350px;
	font-size: 20px;
	color: #000;
	text-align: center;
	display: block;
	border-radius: 5px;
	padding: 10px 0;
	margin: auto;
}





/**************************************************
	各ページで利用するclass
**************************************************/
.inner {
  width: 1160px;
  margin: auto;
}
.sec-ttl001 {
	font-size: 58px;
	font-weight: 900;
	color: #FFB800;
	text-align: center;
	margin-bottom: 60px;
}
input,textarea {
	font-family: "Noto Sans JP";
}
.red {
	color: #DD0000;
}












/* アニメーションロールオーバー設定 <a class="rollover"><span>***</span><span>***</span></a> */
.rollover {
  display: block;
  position: relative;
}
.rollover span {
  display: block;
  transition: all 0.5s ease 0s;
}
.rollover span:nth-of-type(1) {
  position: absolute;
  opacity: 1;
}
.rollover:hover span:nth-of-type(1) {
  opacity: 0;
}
.rollover:hover span img {
  opacity: 1;
}
/* 画像の親Divに.zoomを付与 */
.zoom {
	overflow: hidden;
}
.zoom img {
	transition: all 0.8s ease 0s;
}
.zoom img:hover {
	transform: scale(1.2,1.2);
}
.v-center {
	/* 親要素に position:relative を指定 */
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.dsp-none { display: none; }
.b-shadow { box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2); }
.t-shadow { text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2); }
.mincho { font-family: "Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif; }
.eng { ime-mode: disabled; }
.mo {
	opacity: 1;
	transition: all 0.5s ease 0s;
}
.mo:hover { opacity: 0.9; }



/* pc */
@media only screen and (min-width: 1160px) {
  #sp-menu {
    display:none;
  }
  .pc { display: block; }
	.tab { display: none; }
  .sp { display: none; }
}


/* tab */
@media only screen and (max-width:1159px) {
	.pc { display: none; }
	.tab { display: block; }
  .sp { display: none; }
	
	
	#header {
		padding: 5px 10px;
		margin-bottom: -45px;;
	}
	#header .logo {
		width: 146px;
		margin-right: auto;
	}
	.gnav {
		width: calc(95% - 146px - 111px);
		max-width: 560px;
		margin: auto;
	}
	.gnav ul {
		width: 100%;
	}
	#top-mainimg .wrap {
		width: 90%;
		left: 5%;
	}
	#top-mainimg .wrap h1 {
		font-size: 105px;
	}
	#top-mainimg .wrap h2 {
		font-size: 38px;
	}
	#gym .inner .flex .logo {
		width: 38%;
	}
	#gym .inner .flex .cnt {
		width: 55%;
	}
	#gym .photo .item {
		width: calc(50% - 4px);
		padding: 2px;
	}
	#staff .flex .photo {
		width: 48%;
		text-align: center;
	}
	#staff .flex .cnt {
		width: 48%;
	}
	#price .flex .item {
		width: 48%;
		margin-bottom: 4%;
	}
	#price {
		background-size: cover;
	}
	#access .flex .left {
		width: 48%;
	}
	#access .flex .right {
		width: 48%;
	}
	.inner {
    width: 90%;
  }
	
}


/* sp */
@media only screen and (max-width:767px) {
  .pc { display: none; }
	.tab { display: none; }
  .sp { display: block; }


  /* 全体設定 */
	#header {
		display: none;
	}
  #header-sp {
		background: #FFB800;
    width: 100%;
    position: fixed;
    z-index: 9999;
		transition: all 0.5s ease 0s;
		box-shadow: 0px 0px 3px rgba(0,0,0,0.2);
  }
  #header-sp .inner {
		box-sizing: border-box;
		width: 100%;
		display: flex;
		align-items: center;
		padding: 10px;
	}
  #header-sp .logo {
    width: 150px;
  }
	#header-sp .drop-in {
		margin-left: auto;
		margin-right: 15px;
	}
	#header-sp .drop-in a {
		font-size: 12px;
		color: #000;
		display: block;
		border: solid 1px #000;
		border-radius: 5px;
		padding: 3px 15px;
	}
  #header-sp .btn {
    width: 25px;
  }
	
	/*モバイル用スライドメニュー*/
	.slideMenu {
		height: 20px;
		position: relative;
		margin: auto 0 auto 0;
	}
	/* 
		背景に色を付けたい場合、.btnのwidthを40px、.slideMenuのheightを40px、.wrapのサイズはボタン部分のサイズ
		span123のtopを固定値で設定(ex8,15,22)
		.optionのbottomを0に
	*/
	/*.slideMenu .wrap {
		box-sizing: border-box;
		width: 28px;
		height: 28px;
		position: relative;
		margin: auto;
	}*/
	.slideMenu .wrap span {
		background: #000;
		width: 100%;
		height: 4px;
		display: block;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		transition: all 0.5s ease 0s;
		border-radius: 5px;
	}
	.slideMenu .wrap span:nth-of-type(1) {
		top: 0%;
	}
	.slideMenu .wrap span:nth-of-type(2) {
		top: 50%;
	}
	.slideMenu .wrap span:nth-of-type(3) {
		top: 100%;
	}
	.slideMenu.active .wrap span:nth-of-type(1) {
		top: 50%;
		transform: rotate(135deg);
	}
	.slideMenu.active .wrap span:nth-of-type(2) {
		display: none;
	}
	.slideMenu.active .wrap span:nth-of-type(3) {
		top: 50%;
		transform: rotate(225deg)
	}
	
	/*.slideMenu .option {
		width: 100%;
		font-size: 8px;
		font-weight: 700;
		text-align: center;
		position: absolute;
		bottom: -16px;
	}
	.slideMenu .option .close {
		display: none;
	}
	.slideMenu.active .option .close {
		display: block;
	}
	.slideMenu.active .option .open {
		display: none;
	}*/

	.slideBox {
		display: none;
	}
	.slideBox li {
		background: #000;
		text-align: center;
		border-top: dotted 1px #666;
		padding: 10px;
	}
	.slideBox a {
		color: #FFF;
		display:block;
	}
	
	
	#top-mainimg {
		background: url("../image/mainimage-sp.jpg") top right 3% no-repeat;
		background-size: cover;
		height: 700px;
	}
	#top-mainimg .wrap {
		width: 95%;
		top: auto;
		bottom: 10%;
		left: 5%;
	}
	#top-mainimg .wrap h1 {
		font-size: 80px;
		line-height: 1.1;
		margin-bottom: 30px;
	}
	#top-mainimg .wrap h2 {
		font-size: 26px;
		margin-bottom: 10px;
	}
	#top-mainimg .wrap .reserve {
		width: 100%;
	}
	#top-mainimg .wrap .reserve a {
		width: 130px;
		font-size: 26px;
		padding: 4px 0;
		margin-right: 15px;
	}
	#top-mainimg .wrap .reserve p {
		font-size: 26px;
	}
	#about {
		padding: 60px 0;
	}
	#about .summary {
		font-size: 15px;
		margin: auto auto 40px auto;
	}
	#about .flex .item {
		width: 100%;
		margin-bottom: 30px;
	}
	#about .flex .item:last-of-type {
		margin-bottom: 0;
	}
	#about .flex .item .icon {
		margin-bottom: 15px;
	}
	#about .flex .item .ttl {
		margin: auto auto 15px auto;
	}
	#about .flex .item .txt {
		font-size: 15px;
	}
	#gym {
		padding: 60px 0 0 0;
	}
	#gym .inner {
		margin-bottom: 40px;
	}
	#gym .inner .flex {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#gym .inner .flex .logo {
		width: 80%;
		text-align: center;
		margin: auto auto 20px auto;
	}
	#gym .inner .flex .cnt {
		width: 100%;
	}
	#gym .inner .flex .cnt .ttl {
		font-size: 38px;
		text-align: center;
		line-height: 1.5;
		margin-bottom: 20px;
	}
	#gym .inner .flex .cnt .txt {
		font-size: 16px;
		text-align: center;
	}
	#gym .photo .item {
		width: 100%;
		padding: 0 2px 2px 2px;
	}
	#gym .photo .item img {
		width: 100%;
	}
	#staff {
		padding: 60px 0;
	}
	#staff .flex {
		width: 100%;
		max-width: 540px;
		margin: auto auto 40px auto;
	}
	#staff .flex .photo {
		width: 100%;
		margin-bottom: 10px;
	}
	#staff .flex .cnt {
		width: 100%;
	}
	#staff .flex .name {
		font-size: 30px;
		margin-bottom: 10px;
	}
	#schedule {
		padding: 60px 0;
	}
	#schedule .summary {
		font-size: 15px;
		margin-bottom: 30px;
	}
	#schedule .flex .item {
		width: 100%;
		border-right: none;
		border-bottom: solid 1px #000;
		padding: 0 0 30px 0;
		margin-bottom: 20px;
	}
	#schedule .flex .item .ttl {
		margin-bottom: 10px;
	}
	#price {
		background-size: cover;
		padding: 60px 0;
	}
	#price .summary {
		font-size: 15px;
		margin-bottom: 30px;
	}
	#price .flex .item {
		width: 80%;
		border-radius: 10px;
		margin: auto auto 20px auto;
	}
	#price .flex .item .course {
		margin-bottom: 0;
	}
	#price .flex .item .price {
		font-size: 36px;
		margin-bottom: 5px;
	}
	#price .flex .item .price .yen {
		font-size: 22px;
	}
	#price .flex .item .tax {
		margin-bottom: 10px;
	}
	#price .flex .item .btn a {
		font-size: 20px;
	}
	#access {
		padding: 60px 0;
	}
	#access .flex .left {
		width: 100%;
		margin-bottom: 40px;
	}
	#access .flex .ttl {
		font-size: 20px;
	}
	#access .flex .right {
		width: 100%;
	}
	#contact {
		padding: 60px 0;
	}
	#contact .subttl {
		font-size: 22px;
	}
	#contact .flex .left {
		width: 100%;
		margin-bottom: 40px;
	}
	#contact .flex .left .margin {
		margin-bottom: 10px;
	}
	#contact .flex .left .btn input {
		background: #FFB800;
		width: 100%;
		font-size: 20px;
		padding: 12px 0;
	}
	#contact .flex .right {
		width: 100%;
	}
	#footer {
		font-size: 13px;
		padding: 12px 0;
	}


	#contact-thanks {
		box-sizing: border-box;
		background: #333;
		text-align: center;
		min-height: calc(100vh - 56.25px);
		padding: 200px 0 100px;
	}
	#contact-thanks .inner {
		max-width: 900px;
	}
	#contact-thanks .txt {
		color: #FFF;
		margin-bottom: 60px;
	}
	#contact-thanks .btn a {
		background: #FFB800;
		width: 350px;
		font-size: 20px;
		color: #000;
		text-align: center;
		display: block;
		border-radius: 5px;
		padding: 10px 0;
		margin: auto;
	}
	
	
	
	

	
	





  /**************************************************
    各ページで利用するclass
  **************************************************/
  
  .sec-ttl001 {
		font-size: 38px;
		margin-bottom: 40px;
	}
}

/* スマートフォン 横 */
@media only screen and (max-width:640px){

}

/* スマートフォン 縦 */
@media only screen and (max-width:480px){

}

/*　画面サイズが480pxから979pxまではここを読み込む　*/
@media screen and (min-width:480px) and ( max-width:979px) {
    
}