@charset "UTF-8";
html {
	scroll-behavior: smooth;
}

body {
	font-family: 'IBM Plex Sans JP', sans-serif!important;
	font-family: 'Noto Sans', sans-serif!important;
	font-weight: 200;
	font-size: 15px;
	color: #000;
	background-color: #fff;
	letter-spacing: normal;
	width: 100%;
	overflow-x: hidden;
	line-height: 1.7!important;
}

body a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

h1 {
	
}

h2 {
	
}

h3 {
	
}

.slash{
	width:100%;
	height:0px;
    position:relative;
    clear:both;
}

.No{
	display: none;
}

/*==========================================================================
ここから
========================================================================== */

header{
	z-index: 999;
}

.headerInner{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
}

.headerLogo{
	width: 100px;
	margin: 20px;
	float: left;
}

.headerNavi{
	width: 60%;
	float: right;
	margin-right: 50px;
}

.key{
	display: inline-block;
	float: right;
	padding: 0px 20px;
	padding-top: 30px;
	color: #000;
}

.key a{
  display: inline-block;
  color:#000;
  font-size:100%;
  text-decoration:none;
  position: relative;
  transition: .3s;
}
.key a::after{
	position: absolute;
	bottom: -7px;
	left: 50%;
	content: '';
	width: 0;
	height: 2px;
	background-color: #ff0000;
	transition: .3s;
	transform: translateX(-50%);
}
.key a:hover::after{
	width: 100%;
}

footer{
	background-color: #1c1c1c;
	color: #fff;
}

.footerContent{
	padding-top: 40px;
	padding-left: 60px;
}

.footerDetailBox{
	width: 36%;
	float: left;
	text-align: left;
}

.footerLogo{
	width: 120px;
}

.footerDetail{
	font-size: 13px;
}

.footerMenu{
	width: 12%;
	margin-right: 3%;
	float: left;
}

.footerKey{
	font-size: 15px;
	padding-bottom: 10px;
	border-bottom: solid 1px #fff;
	margin-bottom: 10px;
}

.footerKeyLast{
	font-size: 15px;
	padding-bottom: 10px;
}


.copy{
	text-align: center;
	padding: 7px 0px;
	background-color: #1c1c1c;
	color: #fff;
}

.swf{
	width: 100vw;
	height: 100vh;
	position: relative;
	background-image: url("../images/main/img_01.jpg");
	background-size: cover;
	background-position: top;
}

.swfBox{
	position: absolute;
	width: 70%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	text-align: center;
	color: #fff;
}

.swfTitle{
	font-family: 'IBM Plex Sans JP', sans-serif;
    font-size: 8vw;
}

.swfSubtitle{
	font-size: 15px;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 300;
	margin-bottom: 70px;
}

.swfBig{
	font-size: 18px;
}

.swfButton{
	width: 250px;
	margin: auto;
	color: #fff;
	border: solid 1px #fff;
	border-radius: 30px;
	text-align: center;
	font-size: 16px;
	padding: 10px 0px;
	margin-bottom: 30px;
}

.swfButton:hover{
	width: 250px;
	margin: auto;
	color: #000;
	border: solid 1px #fff;
	background-color: #fff;
	border-radius: 30px;
	text-align: center;
	font-size: 16px;
	padding: 10px 0px;
	margin-bottom: 30px;
}

.swfLine{
	width: 50%;
    border-right: solid 2px #fff;
    box-sizing: border-box;
    height: 120px;
    position: absolute;
    bottom: 0;
}

.mainContainer{
	width: 84%;
	margin: auto;
}

/*==========================================================================
　section
========================================================================== */

.top01{
	padding: 30px 0px 50px;
	background-image: url("../images/main/img_02.jpg");
	background-size: cover;
}

.top02{
	padding: 50px 0px;
	background-color: #fff;
}

.bgPic {
	padding: 12% 0px;
	background-image: url(../images/main/img_17.jpg);
	background-size: cover;
	background-position: center;
}


/*===================== top001 ===================== */

.top001Title{
	font-size: 68px;
    line-height: 72px;
    margin-bottom: 40px;
    color: #fff;
}

.top001Container{
	width: 23%;
	margin: 1%;
	float: left;
	border-radius: 10px;
	overflow: hidden;
}

.top001Text{
	background-color: #fff;
	padding: 20px;
	font-size: 16px;
	height: 200px;
}

/*===================== top002 ===================== */

.mainTitleBox{
	position: relative;
	margin-bottom: 20px;
}

.mainTitleBg{
	font-size: 68px;
	line-height: 68px;
    color: #fff;
    font-weight: bold;
    -webkit-text-stroke: 1px #ccc;
    text-stroke: 1px #ccc;
	text-align: center;
}

.mainTitle{
	font-size: 32px;
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.mainSubtitle{
	text-align: center;
	margin-bottom: 20px;
}

.staffBox{
	width: 29.333%;
	margin: 2%;
	float: left;
}

.staffBoxImg{
	margin-bottom: 20px;
}

.staffBoxName{
	font-size: 24px;
	text-align: center;
}

.staffBoxNameEn{
	text-align: center;
}

.trainingFlow4{
	width: 21%;
	margin: 2%;
	float: left;
	margin-bottom: 30px;
}

.trainingFlow3{
	width: 29.333%;
	margin: 2%;
	float: left;
	margin-bottom: 20px;
}

.trainingFlowImg{
	width: 80%;
	margin-left: 20%;
}

.trainingFlowNum{
	font-size: 42px;
	position: absolute;
	left: 0;
	top: 15px;
}

.trainingFlowTitle{
	    font-size: 24px;
    line-height: 1.5;
    position: absolute;
    left: 0;
    top: 55%;
	font-weight: 600;
    -webkit-text-stroke: 1px #666;
    text-stroke: 1px #000;
	color: #fff;
}

.trainingFlowTop{
	margin-top: 60px;
}

.trainingFlowBottom{
	width: 75%;
	margin: auto;
}

.trainingFlowText{
	font-size: 14px;
}

.trainingContainer{
	position: relative;
	margin-bottom: 15px;
}

.menuL{
	width: 48%;
	float: left;
}

.menuR{
	width: 48%;
	float: right;
}

.menuTitle{
	font-size: 32px;
    line-height: 52px;
    margin-bottom: 20px;
}

.menuSubtitle{
	font-size: 16px;
	padding-bottom: 20px;
}

.menuType{
	margin-top: 30px;
	font-size: 18px;
}

.menuBlock{
	padding: 15px 0px;
	border-bottom: solid 1px #707070;
}

.menuName{
	float: left;
}

.menuPrice{
	float: right;
	text-align: right;
}

.menuText{
	font-size: 14px;
}

.accessTitle{
	font-size: 36px;
	text-align: center;
	margin-bottom: 20px;
}

.accessBox{
	width: 46%;
	margin: 2%;
	float: left;
}

.accessBoxImg{
	margin-bottom: 10px;
}

.accessDetailTop{
	padding: 7px 0px;
	border-bottom: solid 1px #707070;
	border-top: solid 1px #707070;
}

.accessDetail{
	padding: 7px 0px;
	border-bottom: solid 1px #707070;
}

.accessDetailL{
	width: 20%;
	float: left;
}

.accessDetailR{
	width: 80%;
	float: right;
}

.LinkP{
	color: #000;
}

.

.accessMap{
	margin-top: 40px;
}

.accessMapBox{
	margin-top: 40px;
}

.pcKotei{
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 777;
}

.spKotei{
	display: none;
}

.reserveButton{
	-ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 18px;
    background-color: #666666;
    text-align: center;
    color: #fff;
    width: 50px;
    height: 250px;
    padding-right: 8px;
    margin-bottom: 50px;
}

.cotanTitle{
	-ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 12px;
    color: #666;
    padding: 120px 0px;
    position: relative;
    margin-left: 16px;
	margin-bottom: 10px;
}

.cotanTitle::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 1px;
  height: 100px;
  margin: auto;
  background-color: #666;
}
 
.cotanTitle::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 1px;
  height: 100px;
  margin: auto;
  background-color: #666;
}

.kaatsuImg{
	margin-top: 20px;
	width: 200px;
	margin-bottom: 10px;
}

.menuP{
	font-size: 14px;
}









@media screen and (max-width: 1200px) {
	/* 992px以下に適用されるCSS（タブレット用） */
	
.swfBox {
    position: absolute;
    width: 85%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
}	

.mainContainer{
	width: 94%;
	margin: auto;
}

.trainingFlowTitle {
    font-size: 18px;
    line-height: 1.5;
    position: absolute;
    left: 0;
    top: 55%;
	font-weight: 600;
    -webkit-text-stroke: 1px #666;
    text-stroke: 1px #000;
	color: #fff;
}
	
}






@media screen and (max-width: 992px) {
	/* 992px以下に適用されるCSS（タブレット用） */
	
.No{
	display: inline;
}

.sNo{
	display: none;
}
	
.pcKotei{
	display: none;
}
	
.spKotei{
	display: inline;
	width: 100%;
	position: fixed;
	bottom: 0;
	background-color: #666;
	text-align: center;
	font-size: 16px;
	padding: 15px 0px;
	z-index: 777;
	color: #fff;
}
	
.copy{
	text-align: center;
	padding: 7px 0px 60px;
	background-color: #1c1c1c;
	color: #fff;
}
	
.swfBox {
    position: absolute;
    width: 90%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
}	
	
.mainContainer{
	width: 96%;
	margin: auto;
}
	
.top001Container {
    width: 48%;
    margin: 1%;
    float: left;
    border-radius: 10px;
    overflow: hidden;
}

.top001Text{
	background-color: #fff;
	padding: 20px;
	font-size: 16px;
	height: 180px;
}
	
.trainingFlow4 {
    width: 46%;
    margin: 2%;
    float: left;
    margin-bottom: 30px;
}
	
.trainingFlowBottom {
    width: 100%;
    margin: auto;
}
	
.trainingFlow3 {
    width: 46%;
    margin: 2%;
    float: left;
    margin-bottom: 20px;
}
	
.trainingFlow4 {
    width: 46%;
    margin: 2%;
    float: left;
    margin-bottom: 20px;
}
	
.trainingFlowNum {
    font-size: 58px;
    position: absolute;
    left: 0;
    top: 15px;
}
	
.trainingFlowTitle {
    font-size: 24px;
    line-height: 1.5;
    position: absolute;
    left: 0;
    top: 55%;
	font-weight: 600;
    -webkit-text-stroke: 1px #666;
    text-stroke: 1px #000;
	color: #fff;
}
	
.trainingFlowText {
    font-size: 14px;
    height: 120px;
}
	
.menuL {
    width: 80%;
    float: none;
    margin: auto;
    margin-bottom: 30px;
}
	
.menuR {
    width: 80%;
    float: none;
    margin: auto;
    margin-bottom: 30px;
}
	
.accessBox {
    width: 92%;
    margin: auto;
    margin-bottom: 30px;
    float: none;
}
	
.accessBoxImg{
	width: 48%;
	margin: 1%;
	margin-bottom: 30px;
	float: left;
}
	
/*----スマホハンバーガーメニュー----*/

.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 40px;
  background-color: #fff;
  box-shadow: 0 2px 6px rgba(0,0,0,.16);
}
	
.global-nav {
  position: fixed;
  right: -320px; 
  top: 0;
  width: 300px; 
  height: 100vh;
  padding-top: 40px;
  background-color: #111;
  transition: all .6s;
  z-index: 9998;
  overflow-y: auto; 
}

.spHeaderLogo{
	width: 120px;
	margin: auto;
	margin-bottom: 20px;
}
.hamburger {
	position: fixed;
    right: 0;
    top: 0;
    width: 60px;
    height: 60px;
    cursor: pointer;
    z-index: 9999;
    background-color: rgba(153,153,153,0.6);
    margin-right: 8px;
    margin-top: 8px;
}
.global-nav__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.global-nav__item {
  text-align: center;
  padding: 0 14px;
	color: #fff;
}
.global-nav__item a {
	display: block;
    padding: 8px 0;
    border-bottom: 1px solid #fff;
    text-decoration: none;
    color: #fff;
}
.global-nav__item a:hover {
  background-color: #eee;
}
.hamburger__line {
	position: absolute;
    left: 15px;
    width: 30px;
    height: 2px;
    background-color: #111;
    transition: all .6s;
}
.hamburger__line--1 {
  top: 14px;
}
.hamburger__line--2 {
  top: 20px;
}
.hamburger__line--3 {
  top: 26px;
}

.menuTi{
	top: 32px;
    font-size: 11px;
    position: absolute;
    left: 14px;
    color: #1c1c1c;
}

.black-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  transition: all .6s;
  cursor: pointer;
}
/* 表示された時用のCSS */
.nav-open .global-nav {
  right: 0;
}
.nav-open .black-bg {
  opacity: .8;
  visibility: visible;
}
.nav-open .hamburger__line--1 {
  transform: rotate(405deg);
  top: 20px;
}
.nav-open .hamburger__line--2 {
  width: 0;
  left: 50%;
}
.nav-open .hamburger__line--3 {
  transform: rotate(-405deg);
  top: 20px;
}
	
}

@media screen and (max-width: 768px) {
	/* 768px以下に適用されるCSS（スマホ用） */
	
.swfLine{
	width: 50%;
    border-right: solid 2px #fff;
    box-sizing: border-box;
    height: 90px;
    position: absolute;
    bottom: 0;
}
	
.swfTitle {
    font-family: 'IBM Plex Sans JP', sans-serif;
    font-size: 12vw;
}
	
.swfSubtitle {
    font-size: 14px;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 300;
    margin-bottom: 50px;
    margin-top: 20px;
}
	
.top001Title {
    font-size: 48px;
    line-height: 72px;
    margin-bottom: 40px;
    color: #fff;
}
	
.top001Container {
    width: 94%;
    margin: auto;
    float: none;
    margin-bottom: 20px;
    border-radius: 10px;
    overflow: hidden;
}
	
.top001Text{
	background-color: #fff;
	padding: 20px;
	font-size: 16px;
	height: auto;
}
	
.mainTitle {
    font-size: 22px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
	
.staffBox {
    width: 100%;
    margin: auto;
    float: none;
    margin-bottom: 30px;
}
	
.staffBoxImg {
    margin-bottom: 5px;
}

.mainTitleBox {
    position: relative;
    margin-bottom: 5px;
}
	
.trainingFlow4 {
    width: 84%;
    margin: auto;
    float: none;
    margin-bottom: 20px;
}
	
.trainingFlow3 {
    width: 84%;
    margin: auto;
    float: none;
    margin-bottom: 20px;
}
	
.trainingFlowText {
    font-size: 14px;
    height: auto;
    margin-bottom: 30px;
}
	
.menuTitle {
    font-size: 26px;
    line-height: 42px;
    margin-bottom: 20px;
}
	
.menuSubtitle {
    font-size: 15px;
    padding-bottom: 20px;
}
	
.menuName {
    float: none;
    margin-bottom: 5px;
}
	
.menuPrice {
    float: none;
    text-align: right;
}

.menuText {
    font-size: 14px;
    margin-top: 15px;
}
	
.accessTitle {
    font-size: 28px;
    text-align: center;
    margin-bottom: 20px;
}
	
.accessDetailR {
    width: 77%;
    float: right;
}
	
.menuL {
    width: 94%;
    float: none;
    margin: auto;
    margin-bottom: 30px;
}
	
.menuR {
    width: 94%;
    float: none;
    margin: auto;
    margin-bottom: 30px;
}
	
.accessBox {
    width: 100%;
    margin: auto;
    margin-bottom: 30px;
    float: none;
}
	
.footerContent {
    padding-top: 20px;
    padding-left: 15px;
}
	
.footerLogo {
    width: 70px;
    padding-bottom: 20px;
}
	
}





.coming{
	padding: 70px 0px;
}

.comingImg{
	width: 84%;
	max-width: 650px;
	margin: auto;
}

.comingText{
	font-size: 1.5rem;
	margin-top: 30px;
	text-align: center;
}

.comingText2{
	font-size: 1rem;
	margin-top: 5px;
	text-align: center;
}
