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

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
.sp{
	display:none;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
}

body{
font-family: "Montserrat", sans-serif;
}
body {
  color: #8f8f8f;
  background: white;
/*  font-family: "Cardo", serif;*/
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
}

a {
  text-decoration: none;
}

h1 img{
  width: 14%;
  padding-top: 100px;
}

p {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 2;
}



/* ヘッダー */
.main_h {
  position: fixed;
  top: 0px;
  max-height: 70px;
  z-index: 999;
  width: 100%;
  padding-top: 17px;
  background: none;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  top: -100px;
  padding-bottom: 10px;
  font-family: "Montserrat", sans-serif;
}
@media only screen and (max-width: 766px) {
  .main_h {
    padding-top: 25px;
  }
}

.open-nav {
  max-height: 400px !important;
}
.open-nav .mobile-toggle {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}

.sticky {
  opacity: 1;
  top: 0px;
  background-color: #000;
}

.logo  img{
  width: 42px;
  float: left;
  display: block;
  margin-top: -7px;
}
@media only screen and (max-width: 766px) {
  .logo {
    float: none;
  }
}

nav {
  float: right;
  width: 60%;
}
@media only screen and (max-width: 766px) {
  nav {
    width: 100%;
  }
}
nav ul {
  list-style: none;
  overflow: hidden;
  text-align: right;
  float: right;
}
@media only screen and (max-width: 766px) {
  nav ul {
    padding-top: 10px;
    margin-bottom: 22px;
    float: left;
    text-align: center;
    width: 100%;
  }
}
nav ul li {
  display: inline-block;
  margin-left: 35px;
  line-height: 1.5;
}
@media only screen and (max-width: 766px) {
  nav ul li {
    width: 100%;
    padding: 7px 0;
    margin: 0;
  }
}
nav ul a {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 12px;
}

nav ul a:hover {
  color: #f50;
}
.mobile-toggle {
  display: none;
  cursor: pointer;
  font-size: 20px;
  position: absolute;
  right: 22px;
  top: 0;
  width: 30px;
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
@media only screen and (max-width: 766px) {
  .mobile-toggle {
    display: block;
  }
}
.mobile-toggle span {
  width: 30px;
  height: 4px;
  margin-bottom: 6px;
  border-radius: 1000px;
  background: rgb(255, 85, 0);
  display: block;
}

.row {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  position: relative;
  padding: 0 2%;
}

* {
  box-sizing: border-box;
}


.content {
  padding: 120px 0 80px;
  text-align: center;
}
.hero {
  position: relative;
  background: url("../image/main_top.png")no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  text-align: center;
  color: #fff;
  padding-top: 200px;
  min-height: 760px;
  letter-spacing: 2px;
  font-family: "Montserrat", sans-serif;
}
.hero h1 {
	line-height: 1.3;
}
.hero h1 span {
  font-size: 25px;
  color: #ff5500;
  border-bottom: 2px solid #ff5500;
  padding-bottom: 12px;
  line-height: 3;
}


@-webkit-keyframes scroll {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes scroll {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}

.message {
  text-align: center;
  padding: 120px 0;
  background: url("../image/logo_sub.png")no-repeat;
  background-color: rgba(255,255,255,0.8);
  background-position-x: 50%;
  background-position-y: 50%;
  background-size: auto;
  background-size: 10%;
  background-blend-mode: lighten;
}
.message p span{
	color: #252525;
	font-size: 20px;
}


.instructor {
  position: relative;
  height: 700px;
	background-color: #252525;
}

.wrapper {
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  height: 100%;
  position: relative;
}
.instructor .plofile {
  position: relative;
  width: 50%;
  top: -150px;
  padding-top: 150px;
  margin-left: auto;
}

.instructor h2 {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  margin-top: 46px;
  margin-bottom: 20px;
  line-height: 1.4;
}
.instructor h2  span{
	font-size: 20px;
	font-weight: normal;
  color: #ff5500;
}

.instructor p {
  color: #fff;
  font-size: 16px;
  line-height: 2;
  margin-bottom: 0;
}

.instructor p:nth-of-type(2n){
	padding-top: 30px;
}
.instructor p span{
  display: block;
  font-weight: bold;
  padding-bottom: 6px;
  border-bottom: solid 0.8px #ff5500;
  margin-bottom: 10px;
}

.studiobg03 {
  background-image: url("../image/instructor.png");
}
.studiobg {
  width: calc(50% + 60px);
}
.studiobg {
  width: 42%;
  position: absolute;
  top: 0;
  height: 0;
  padding-top: 700px;
  background-size: cover;
  background-position: center;
}

.about{
	background-color: #f2f3f4;
	color: #252525;
}
.about p{
	text-align: center;
}
.about img{
	width: 80%;
	margin: 50px 0 20px;
}

.about .circle{
	text-align: center;
}
.about .circle img{
  width: 440px;
  margin: 0px auto 30px;
}

.aboutbg01{
	background-image: url("../image/yoga_group.png");
	background-position: bottom;
	background-repeat: no-repeat;
	height: 32vw;
  max-height: 620px;
	background-color: rgba(255,255,255,0.3);
  background-blend-mode: lighten;
}
.about h2{
	text-align: center;
	font-size: 60px;
}

.lesson{
	background-color: #252525;
	color: #fff;
}
.lesson h2,
.access h2{
  font-size: 40px;
  font-weight: bold;
  display: grid;
  font-family: Gotham-Bold, sans-serif;
  margin-bottom: 50px;
}

.lesson h2 span,
.access h2 span{
  font-size: 16px;
  padding-top: 10px;
}

.ayoga_02 {
  padding: 0 40px 10px;
  text-align: left;
}
.ayoga_02 dl {
	padding: 15px 0;
	color: #252525;
	font-size: 16px;
}

.ayoga_02 dt {
padding-bottom: 5px;
}
.ayoga_02 dt:before {
    content:  "";     /* 空の要素作成 */
    width:  10px;               /* 幅指定 */
    height:  10px;              /* 高さ指定 */
    display:  inline-block;     /* インラインブロックにする */
    background-color: #F44336;  /* 背景色指定 */
    border-radius:  50%;        /* 要素を丸くする */
	margin-right: 8px;
}



/* レッスン内容ボックス */
.flex2 {
  display: flex;
  justify-content: space-between;
  margin: 50px 0px 0px;
}

.flex-box2 {
  display: flex;
  flex-direction: column;
  width: 48%;
  background-color: #fff;
}
.flex-box2 h3 {
  font-size: 24px;
  font-weight: bold;
  color: #fa5200;
  text-align: center;
  border-bottom: solid 1px #ececec;
  padding: 34px 0;
}

.flex-box2 p {
  margin: 25px 40px 0;
  color: #252525;
  text-align: left;
}
.flex-box2 p span{
  font-size: 14px;
}
.flex-box2 .lnkbtn {
  display: block;
  text-align: center;
  width: 100%;
  max-width: 360px;
  margin: auto auto 30px;
  padding: 10px;
  color: #fff;
  text-decoration: none;
  background-color: #eb6100;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2;
  border-radius: 0.5rem;
  letter-spacing: 0.1em;
}

/* 料金アコーディオン */

.menu {
  font-size: 20px;
  margin-top: 10px;
}

.menu h3:first-of-type{
	padding-top: 60px;
}
.menu h3 {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  padding: 60px 0 28px;
}
.menu h4 {
  margin: 50px 0 14px;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 12px;
  border-left: 6px solid #eb6100;
}

.item {
  width: 100%;
  color: #fff;
  background: #fff;
  text-align: left;
  line-height: 1.2;
  color: #252525;
  padding: 25px 30px;
border-bottom: 2px solid orange;
}
.item span {
  font-size: 14px;
  color: #eb6100;
  font-weight: lighter;
}
.item.closed {
  transition: 0.3s;
  color: #252525;
}

.item:hover {
  cursor: pointer;
}

.item {
  transition: 0.7s;
  position: relative;
}

.item::after {
  content: '+';
  transform: rotate(45deg);
  font-size: 50px;
  line-height: 1;
  padding: 0;
  position: absolute;
  right: 30px;
  top: 16px;
  transition: 0.7s;
  color: #252525;
  font-weight: normal;
}
.item.closed::after {
  transform: rotate(0deg);
  transition: 0.3s;
}

.name {
  width: 100%;
  background: #fff;
  font-size: 14px;
  overflow: hidden;
  transition: height 0.7s;
  color: #252525;
  text-align: left;
  padding: 0 30px;
}

.name p{
	margin: 14px 0;
}
.name table{
	width: 100%;
}
.name table th {
  text-align: center;
  padding: 30px;
  background-color: #eb6100;
  color: #fff;
  font-size: 18px;
}
.name table, th, td {
  border:1px solid #D6D7D7;
}
.name td{
  padding: 20px 30px;
	vertical-align: middle;
  width: 50%;
}

.name td:first-of-type{
  font-size: 22px;
  color: #eb6100;
}
.name td:first-of-type span{
  font-weight: normal;
  font-size: 14px;
  color: #252525;
	line-height: 2;
}
.name td:last-of-type span{
  font-size: 24px;
  font-family: 'Noto Sans JP', sans-serif;
}

.regist table th{
	background-color: #dcdcdc;
	color: #252525;
	border: 1px solid #ececec;
	width: 50%;
}
.regist table th:last-of-type{
	background-color: #fff;
}


  .item.closed + .name {
  height: 0;
  overflow: hidden;
  transition: height 0.3s;
}



dd {
  padding: 5px 0 0 0;
  margin: 0;
  /* background: #efefef; */
}

detailsアコーディオンにtitleを入力してください .c-accordion__plus::before {
  transform: rotate(0deg);
}

/* スライドする要素 */
.slidebox {
  width: 380px;
  height: 240px;
}
.slidebox:nth-child(1) {
  background-image: url("../image/ren01.png");
  background-size: cover;
}
.slidebox:nth-child(2) {
  background-image: url("../image/ren02.png");
  background-size: cover;
}
.slidebox:nth-child(3) {
  background-image: url("../image/ren03.png");
  background-size: cover;
  background-position-x: right;
}


/* スライドレールの枠 */
.wrap {
  overflow: hidden;
  display: flex;
  align-items: center;
}
/* content4つをまとめたスライドブロック */
.slideshow {
  display: flex;
  -webkit-animation: loop-slide 20s infinite linear 1s both;
  animation: loop-slide 20s infinite linear 1s both;
}
@-webkit-keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
/* ホバー時に動きを止める（パターン2・3）*/
.slide-paused:hover .slideshow {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}


footer{
	background-color: #000;
	padding: 80px 0 20px;
	margin: auto;
}
footer .foot_logo{
	width: 940px;
	margin: auto;
	padding-bottom: 60px;
}
footer .foot_logo img{
	width: 10%;
	margin-bottom: 20px;
}
footer .foot_logo{
	font-size: 13px;
}
footer .foot_logo address:hover{
	text-decoration: underline;
}

.cr{
	text-align: center;
}


.access {
  background-color: #000;
  color: #fff;
  font-size: 16px;
}
/* table01 */
#table01 {
	margin: auto;
}
#table01 tr {
  border-bottom: 1px solid #b5b1b1;
}

#table01 th, #table01 td {
  padding: 24px 0;
  border: none;
  text-align: left;
  line-height: 1.8em;
}

#table01 th {
  width: 30%;
}

/* sp */
@media only screen and (max-width: 480px) {
  #table01 th,
  #table01 td {
    width: 100%;
    display: block;
  }

  #table01 th {
    width: 100%;
  }

  #table01 td {
    padding-top: 0;
  }
}


@media screen and (max-width: 959px) {
	/* 959px以下に適用されるCSS（タブレット用） */
}
@media screen and (max-width: 480px) {
	/* 480px以下に適用されるCSS（スマホ用） */
	.sp{
		display: block;
	}
	h1 img {
  width: 36%;
}
	.hero {
	min-height: 520px;
	background: url("../image/main_top.png")no-repeat center center;
	padding-top: 130px;
	background-size: cover;
}

.row {
  width: 92%;
	}
	.content {
  padding: 60px 0 40px;
		text-align: left;
}
	.message{
		padding: 60px 0;
		background-size: 40%;
	}
	.studiobg {
	  width: 100%;
	  top: -30px;
	  padding-top: 210px;
	}
	.instructor {
	  padding-top: 160px;
	  height: auto;
}
	.instructor .plofile {
		width: 100%;
	}
	.wrapper {
  max-width: 100%;
}
	.about img {
    width: 100%;
	margin: 30px 0 20px;
}
	.about h2 {
  font-size: 40px;
}
	.about p{
		text-align: left;
	}
	.aboutbg01 {
  height: 160px;
  background-size: cover;
}
	.about .circle img {
  width: 100%;
}
	
	.lesson h2,
	.access h2{
  text-align: center;
}
	.flex2 {
  display: block;
}
	.flex-box2 {
  width: 100%;
}
	.flex-box2 p {
  margin: 20px 20px 0;
}
	.flex-box2 h3 {
  padding: 20px 0;
}
	.ayoga_02 {
  padding: 0 20px 10px;
}

	.flex-box2 .lnkbtn {
  max-width: 90%;
	margin-top: 30px;
}
	.flex-box2:first-of-type{
		margin-bottom: 40px;
	}
	.slidebox {
  width: 220px;
  height: 140px;
}
  .name table th {
    padding: 16px;
    font-size: 16px;
    display: none;
  }
	.name {
  padding: 0 14px;
}
	  .name td:first-of-type {
    font-size: 18px;
    background-color: #eb6100;
    color: #fff;
  }
  .name td {
    padding: 20px 16px;
    width: 100%;
    display: block;
  }
	.regist th
	{
		display: block!important;
		width: 100%!important;
	}
	footer .foot_logo {
  width: 96%;
}
	footer {
  padding: 40px 0 40px;
	text-align: center;
}
	footer .foot_logo img {
  width: 30%;
}
}