@import url('https://fonts.googleapis.com/earlyaccess/notosansjapanese.css');

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  margin: 0 auto;
  width: 100%;
  font-family: 'Noto Sans CJK JP', sans-serif;
}

body {
  margin: 0 auto;
  padding: 0;
}

a {
  color: #000;
}


.en {
  font-family: 'Roboto', sans-serif;
}

#fix-header {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #83C03C;
  padding: 5px 20px;
}

#fix-mini {
  width: 300px;
  background-color: #83C03C;
  margin: 0;
  padding: 14px 0;
  position: fixed;
  right: 0;
  top: 0;
  color: #fff;
  text-align: center;
}

#fix-mini .tel {
  font-size: 2.2em;
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
}

#fix-yoga {
  position: fixed;
  top: 12.5px;
  right: 30px;
  line-height: 50px;
  background-color: #fff;
  padding: 0 40px;
}
#fix-yoga a {
  text-decoration: none;
  color: #83C03C;
}


#header {
  width: 100%;
  min-width: 1024px;
  background-image: url('../img/bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
  height: 100vh;
  position: relative;
  border-top: 7.5px solid #83C03C;
}

#yoga-header {
  width: 100%;
  min-width: 1024px;
  background-image: url('../img/yoga_bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0;
  padding: 0;
  height: 50vh;
  position: relative;
  border-top: 7.5px solid #83C03C;
}

#mini {
  width: 225px;
  background-color: #83C03C;
  margin: 0;
  padding: 10px 0 20px;
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
  text-align: center;
}
#mini .tel {
  font-size: 2.2em;
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
}

#yoga {
  position: absolute;
  top: 30px;
  right: 350px;
  line-height: 50px;
  background-color: #fff;
  padding: 0 40px;
}
#yoga a {
  text-decoration: none;
  color: #83C03C;
}
#yoga.yoga2 {
  right: 30px;
}

.header_contents {
    background-color: rgba(0,0,0,0.5);
    height: 100vh;
}
.header_contents.yoga {
  height: 50vh;
}
.header_contents h4 {
  padding: 15px 20px;
}

h2 {
  font-weight: 400;
}

h4 {
  margin: 0;
}

h4 img {
  margin: auto;
  width: 300px;
}

h3 {
  margin: 0;
  font-weight: 500;
}

.sp {
  display: none;
}

#header_inner {
  margin: 0 auto;
  width: 1024px;
}

#h_txt {
  background-color: #f29600;
  color: #fff;
  text-align: center;
  width: 512px;
  margin-top: -50px;
  margin-left: 256px;
  font-size: 30px;
  font-weight: 600;
  font-family: 'Noto Sans CJK JP', sans-serif;
  padding: 1px 0;
}

#h_txt2 {
  text-align: center;
}

#description {
  width: 600px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

#mono {
  display: inline-flex;
  margin: 20px 162px;
  width: 700px;
}

#mono img {
  width: 150px;
  margin-left: 20px;
}

form {
  width: 400px;
  bottom: 30px;
  right: 40px;
  position: absolute;
}
form input {
  height: 40px;
  width: 380px;
  font-size: 20px;
  padding: 0 10px;
  color: #000;
}

input::-webkit-input-placeholder{
    color: #a2a2a2;
}
input::-moz-placeholder{
    color: #a2a2a2;
}
input:-moz-placeholder{
    color: #a2a2a2;
}
input:-ms-input-placeholder{
    color: #a2a2a2;
}

#get {
  float: left;
  display: inline-block;
  width: 224px;
  margin: 10px 400px 50px;
}

#mockup {
  width: 400px;
  margin: 0 312px;
}

#section {
  background-color: #f2f2f2;
  width: 100%;
  min-width: 1024px;
  padding-bottom: 100px;
  padding-top: 100px;
}

#mdsec01 {
  width: 1024px;
  margin: 0 auto;
}

#mdsec02 {
  width: 1024px;
  margin: 0 auto;
}

#news-list {
    clear: both;
}

#mdediasec {
    clear: both;
}

.app1 {
  display: none;
}

.app2 {
  display: none;
}

#youtube {
  padding-top: 100px;
  width: 1024px;
  height: 550px;
}

.mdsec-left {
  clear: both;
  width: 1024px;
  margin: 0px auto;
  background-color: #fff;
  height: 300px;
}

.mdsec-left img {
  float: left;
  height: 300px;
  width: 300px;
}

.mdsec-left .case {
  float: left;
  height: 200px;
  padding: 50px;
  width: 624px;
}

.mdsec-right {
  clear: both;
  width: 1024px;
  margin: 50px auto;
  background-color: #fff;
  height: 300px;
}

.mdsec-right img {
  float: right;
  height: 300px;
  width: 300px;
}

.mdsec-right .case {
  float: right;
  height: 200px;
  padding: 50px;
  width: 624px;
  text-align: left;
}

.msg {
  clear: both;
  text-align: center;
  font-size: 32px;
  padding: 100px 0;
  font-weight: 500;
  letter-spacing: 5px;
  line-height: 56px;
}

.case-tlt {
    font-weight: 600;
    font-size: 25px;
    font-family: 'Roboto', sans-serif;
    line-height: 23px;
}

.case-tlt img {
  height: 25px;
  width: 35px;
  float: right;
}

.bar {
  font-size: 25px;
  font-weight: 400;
}

.case-txt {
  font-weight: 200;
}

.price {
  background-color: #83C03C;
  margin-top: 20px;
  padding: 5px 0;
  color: #fff;
  width: 300px;
  text-align: left;
  width: 100%;
}
.price ul {
  display: flex;
}
.price ul li {
  width: 100%;
  list-style:none;
}
.price ul li.ttl {
  width: 15%;
}


#howto {
}

.steps {
  overflow: hidden;
  margin-bottom: 150px;
}
.step {
  float: left;
  width: 300px;
  margin-right: 62px;
}
.step img {
  width: 100%;
}

.step h4 {
  width: 300px;
  margin-top: 20px;
  text-align: center;
  font-size: 20px;
}
.step p {
  width: 300px;
  text-align: center;
  font-size: 15px;
}

.last-step {
  margin-right: 0;
}

.subtitle {
  text-align: center;
  font-size: 30px;
  margin: 150px 0 50px;
  font-weight: bold;
}

.mark {
  background: linear-gradient(transparent 70%, #FAF063 0%);
}

.news {
  background-color: #fff;
  overflow: hidden;
  padding: 30px;
  margin: 75px auto 175px;
  width: 964px;
  vertical-align: middle;
  text-align: left;
}

.n2 {
  display: flex;
}

.n3 {
  vertical-align: middle;
  width: 50%;
  text-align: center;
  line-height: 100px;
  font-size: 30px;
}

.news a {
  color: #3f3fff;
}

.more {
  border: 1px solid #000;
  padding: 10px 20px;
  width: 160px;
  margin: 40px 412px 20px;
  line-height: 20px;
}

.more img {
  float: right;
  padding-top: 7px;
}

#media-list {
  overflow: auto;
}

.media {
  float: left;
  width: 165px;
  height: 165px;
  background-color: #fff;
  margin: 6.5px 6.5px 0 0;
  overflow: hidden;
  position: relative;
}

.last {
  margin-right: 0px;
}

.media img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

#line {
  width: 100%;
  min-width: 1024px;
  margin: 0;
  padding: 0;
  height: 100%;
  background-color: #45b345;
}

#line_inner {
  margin: 0 auto;
  width: 1024px;
}

#line_inner p {
  text-align: center;
  font-size: 14px;
}

#line_inner h3 {
  font-size: 25px;
  font-weight: 600;
}

#line_inner ul {
  display: flex;
  margin: 0;
  padding: 50px 0 50px 50px;
}
#line_inner ul li {
  width: 50%;
  list-style:none;
  color: #fff;
}

#line_inner ul li img {
  margin: 15px 0 0 20%;
  height: 150px;
}
#line_inner ul li.imgs {
  display: flex;
}
#footer {
  width: 100%;
  min-width: 1024px;
  margin: 0;
  padding: 0;
  height: 100%;
  border-bottom: 7.5px solid #83C03C;
}

#footer_inner {
  margin: 0 auto;
  width: 1024px;
}

#footer_inner img {
  width: 500px;
  margin: 50px 262px;
}

#footer_inner p {
  text-align: center;
  font-size: 14px;
}

#footer_inner h2 {
  font-size: 15px;
  font-weight: 400;
}

#nav {
  width: 1024px;
}

#nav ul {
	text-align:center;
}

#nav li {
  display: -moz-inline-box;
	display: inline-block;
  padding: 0 10px;
}

.ninja_onebutton {
  width: 510px;
  margin: 0 258px;
}
#copyright {
  text-align: center;
  font-family: 'Roboto', sans-serif;
  margin: 2.5% auto 5%;
}

/**/

.yoga_ttl {
  color: #fff;
  text-align: center;
  line-height: 30vh;
  font-size: 3em;
}

.tableBasic {
  border-collapse:separate;
  width: 100%;
}

.tableBasic th,.tableBasic td{
  border-radius: 2.5px;
  text-align: center;
  padding: 10px 0;
}

.tableBasic th{
  background-color: #83C03C;
  color: white;
}

.tableBasic td{
  background-color: #fff;
}
