@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@100&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@100&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@100&display=swap");
body {
  margin: 0px;
  padding: 0px;
}
body.preview {
  background-color: #ffffcc;
}
body.preview #content_calendar .calendar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 950px) {
  body.preview #content_calendar .calendar {
    display: block;
  }
}
body.preview #content_calendar .calendar .item {
  width: 48%;
}
@media screen and (max-width: 950px) {
  body.preview #content_calendar .calendar .item {
    width: 100%;
  }
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, button, p {
  font-family: -apple-system, blinkMacSystemFont, "Helvetica Neue", "Segoe UI", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", Meiryo, sans-serif;
  font-size: 16px;
  color: #52463F;
  line-height: 1.6em;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}

dl, ul, ol, h1, h2, h3, h4, h5, h6, p {
  margin: 0px 0px 1em;
}

h1 {
  margin: 0px 0px 1em;
  font-size: 100%;
  font-weight: normal;
  letter-spacing: -0.05em;
  text-align: center;
}
h1 small {
  display: block;
  margin-bottom: 0.3em;
  font-size: 400%;
}
@media screen and (max-width: 544px) {
  h1 small {
    font-size: 300%;
  }
}

p:after {
  content: ".";
  display: block;
  clear: both;
  height: 0px;
  visibility: hidden;
}
p:last-child {
  margin-bottom: 0px;
}

ul, ol {
  list-style: none inside;
  padding: 0px;
}

li {
  margin: 0px;
}

dl dd {
  margin-left: 0px;
}

a {
  color: #52463F;
  text-decoration: none;
}
a[href*=tel] {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  a[href*=tel] {
    pointer-events: initial;
  }
}

img {
  max-width: 100%;
  height: auto;
}
img.photo {
  border-radius: 6px;
}

input, textarea, select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.sp,
img[src*=_sp] {
  display: none;
}

.tablet {
  display: none;
}

@media screen and (max-width: 950px) {
  .pc {
    display: none;
  }
  span.tablet,
a.tablet,
br.tablet,
em.tablet,
strong.tablet {
    display: inline-block;
  }
  div.tablet,
section.tablet,
dl.tablet,
ol.tablet,
ul.tablet {
    display: block;
  }
  li.tablet {
    display: list-item;
  }
  table.tablet {
    display: table;
  }
}
@media screen and (max-width: 544px) {
  .sp,
img[src*=_sp] {
    display: block;
  }
  .tablet {
    display: none;
  }
}
img.photo {
  border-radius: 6px;
}
img.photo.right {
  float: right;
  margin: 0px 0px 0px 30px;
}
@media screen and (max-width: 544px) {
  img.photo.right {
    float: none;
    margin: 0px auto 1em;
  }
}
img.photo.left {
  float: left;
  margin: 0px 30px 0px 0px;
}
@media screen and (max-width: 544px) {
  img.photo.left {
    float: none;
    margin: 0px auto 1em;
  }
}

.bttn a {
  display: inline-block;
  position: relative;
  background-color: #3B4766;
  border-radius: 2em;
  padding: 1.25em 2em 1em;
  font-size: 200%;
  color: #fff;
  text-decoration: none;
  letter-spacing: -0.05em;
}

.caution {
  color: #00b5ac;
}

/* modaal */
.modaal-wrapper .modaal-close {
  background-color: #3B4766;
  border: none;
  padding: 0;
}
.modaal-wrapper .modaal-close:hover {
  background-color: #b93d0c !important;
}
.modaal-wrapper .bttn a.close {
  font-size: 100%;
}

.modaal-close:focus,
.modaal-close:hover {
  background-color: #fff;
  color: #fff;
}

.modaal-close {
  width: 50px;
  height: 50px;
  position: absolute !important;
  top: 20px;
  right: 20px;
  border-radius: 100%;
  color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
.modaal-close:after, .modaal-close:before, .modaal-close:focus:after, .modaal-close:focus:before {
  background: #fff !important;
}

/* formstone */
.fs-light.fs-navigation-overlay-handle.fs-navigation-enabled {
  border-color: #3B4766;
  color: #3B4766;
}

.fs-light.fs-navigation-handle.fs-navigation-enabled::after {
  background: #3B4766;
  -webkit-box-shadow: 0 5px 0 #3B4766, 0 -5px 0 #3B4766;
          box-shadow: 0 5px 0 #3B4766, 0 -5px 0 #3B4766;
}

.blockbox {
  margin: 0px 0px 5em;
}
@media screen and (max-width: 544px) {
  .blockbox {
    margin-bottom: 3em;
  }
}
.blockbox > .inner {
  width: 950px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0px auto 3em;
  text-align: left;
}
@media screen and (max-width: 950px) {
  .blockbox > .inner {
    width: 94%;
    margin: 0px auto;
  }
}
.blockbox > .inner:last-child {
  margin-bottom: 0px;
}
@media screen and (max-width: 950px) {
  .blockbox > .bttn {
    width: 94%;
    margin-left: auto;
    margin-right: auto;
  }
}
#maincontentbox .blockbox > .bttn:last-child {
  padding-bottom: 0px;
}

.blockttl {
  margin: 0px 0px 2em;
  font-size: 200%;
  font-weight: normal;
  text-align: center;
}
.blockttl.en {
  margin-bottom: 1em;
  line-height: 1.25em;
}
.blockttl.en i {
  display: block;
  margin: 0px 0px 0.4em;
  font-family: "Raleway", sans-serif;
  font-size: 60px;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .blockttl.en i {
    margin-bottom: 0.2em;
    font-size: 48px;
  }
}
.blockttl.en i + span {
  font-size: 62.5%;
}
@media screen and (max-width: 768px) {
  .blockttl.en i + span {
    font-size: 50%;
  }
}

div.modal {
  display: none;
}

.taglist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.taglist li {
  border: 1px solid #52463F;
  border-radius: 3px;
  padding: 0.5em 1em;
  margin-bottom: 10px;
  margin-right: 6px !important;
}
.taglist li:last-child {
  margin-right: 0px;
}

table.itemlist,
.inquiry_form {
  width: 100%;
  border-collapse: collapse;
}
table.itemlist caption,
.inquiry_form caption {
  padding-bottom: 1em;
  text-align: left;
}
table.itemlist thead th,
.inquiry_form thead th {
  padding: 4px 0.5em;
  font-weight: normal;
  text-align: center;
}
table.itemlist tbody th, table.itemlist tbody td,
.inquiry_form tbody th,
.inquiry_form tbody td {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #f6f6f6;
  border: 3px solid #fff;
  padding: 10px 0.5em;
  font-weight: normal;
  vertical-align: top;
  text-align: left;
}
@media screen and (max-width: 544px) {
  table.itemlist tbody th, table.itemlist tbody td,
.inquiry_form tbody th,
.inquiry_form tbody td {
    display: block;
  }
}
table.itemlist tbody th,
.inquiry_form tbody th {
  border-left: 0px none transparent;
  font-weight: normal;
  letter-spacing: -0.05em;
  white-space: nowrap;
}
@media screen and (max-width: 544px) {
  table.itemlist tbody th,
.inquiry_form tbody th {
    border-right: 0px none transparent;
  }
}
table.itemlist tbody td,
.inquiry_form tbody td {
  border-right: 0px none transparent;
}
@media screen and (max-width: 544px) {
  table.itemlist tbody td,
.inquiry_form tbody td {
    border-bottom-width: 15px;
    border-top: 0px none transparent;
    border-left: 0px none transparent;
  }
}
table.itemlist tbody tr:nth-child(even) th, table.itemlist tbody tr:nth-child(even) td,
.inquiry_form tbody tr:nth-child(even) th,
.inquiry_form tbody tr:nth-child(even) td {
  background-color: #e6e6e6;
}

/* modaal */
.modaal-container #timetable_s ul.taglist {
  margin: 0px;
  padding: 0px;
}
.modaal-container #timetable_s table.itemlist {
  margin-bottom: 1em;
}
.modaal-container #timetable_s table.itemlist tbody td {
  text-align: center;
}
.modaal-container #timetable_s ul.inquiry {
  margin: 0px;
  padding: 0px;
}
.modaal-container #timetable_s ul.inquiry li {
  line-height: 1.6em;
}

/*
--------------------------------------------------*/
#headerbox {
  /*------------------------------------------------*/
  /*------------------------------------------------*/
  background: url(../img000/common_background.png) center bottom;
  /*------------------------------------------------*/
  /*------------------------------------------------*/
}
#headerbox .inner {
  width: 90%;
  margin: 0px auto;
}
@media screen and (max-width: 1200px) {
  #headerbox .inner {
    width: 94%;
  }
}
#headerbox > .inner {
  width: 100%;
}
#headerbox .bttn a {
  border-radius: 2px !important;
  padding: 0.3em 2em !important;
  font-size: 100%;
}
#headerbox .upper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #headerbox .upper {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
#headerbox .upper .ttl {
  margin-bottom: 0px;
  margin-left: 5%;
}
@media screen and (max-width: 1200px) {
  #headerbox .upper .ttl {
    margin-top: 12px;
    margin-left: 2%;
  }
}
#headerbox .upper .ttl p {
  margin-bottom: 0px;
  font-size: 83.3%;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 768px) {
  #headerbox .upper .ttl p {
    font-size: 75%;
  }
}
@media screen and (max-width: 544px) {
  #headerbox .upper .ttl p {
    display: none;
  }
}
#headerbox .upper .ttl ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1200px) {
  #headerbox .upper .ttl ul {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  #headerbox .upper .ttl ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
#headerbox .upper .ttl ul li {
  margin-right: 25px;
}
@media screen and (max-width: 768px) {
  #headerbox .upper .ttl ul li.logomark {
    width: 240px;
    margin-right: 15px;
  }
}
@media screen and (max-width: 544px) {
  #headerbox .upper .ttl ul li.logomark {
    width: 180px;
  }
}
#headerbox .upper .ttl ul li.bttn {
  margin-right: 0px;
  padding-top: 6px;
}
@media screen and (max-width: 768px) {
  #headerbox .upper .ttl ul li.bttn {
    display: none;
  }
}
#headerbox .upper .ttl ul li.bttn a {
  display: inline-block;
  background-color: #3B4766;
  border-radius: 2px !important;
  padding: 0.3em 2em !important;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 950px) {
  #headerbox .upper .ttl ul li.bttn a {
    padding: 0.2em 1em;
  }
}
#headerbox .upper .photo {
  width: 456px;
  text-align: right;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #headerbox .upper .photo {
    width: 226px;
  }
}
@media screen and (max-width: 544px) {
  #headerbox .upper .photo {
    width: 126px;
  }
  #headerbox .upper .photo img {
    min-width: 126px;
    position: relative;
    margin-right: -1%;
  }
}
#headerbox .lower {
  position: relative;
  background: -webkit-gradient(linear, right top, left top, from(rgb(255, 255, 255)), color-stop(60%, rgba(255, 255, 255, 0.8)), color-stop(80%, rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0.3)));
  background: -o-linear-gradient(right, rgb(255, 255, 255), rgba(255, 255, 255, 0.8) 60%, rgba(255, 255, 255, 0.5) 80%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to left, rgb(255, 255, 255), rgba(255, 255, 255, 0.8) 60%, rgba(255, 255, 255, 0.5) 80%, rgba(255, 255, 255, 0.3) 100%);
  margin-top: -24px;
  padding-top: 24px;
}
@media screen and (max-width: 768px) {
  #headerbox .lower {
    background: #fff;
    margin-top: -12px;
  }
}
@media screen and (max-width: 544px) {
  #headerbox .lower {
    padding-top: 0px;
  }
}
#headerbox .lower > .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 950px) {
  #headerbox .lower .utility {
    margin-left: -1%;
  }
}
#headerbox .lower .utility ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  #headerbox .lower .utility ul {
    padding-top: 12px;
  }
}
#headerbox .lower .utility ul li {
  margin-right: 25px;
}
@media screen and (max-width: 950px) {
  #headerbox .lower .utility ul li {
    margin-right: 15px;
  }
}
#headerbox .lower .utility ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
}
#headerbox .lower .utility ul li a i {
  font-size: 30px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #headerbox .lower .utility ul li a {
    width: 36px;
    height: 36px;
  }
  #headerbox .lower .utility ul li a i {
    font-size: 24px;
  }
}
#headerbox .lower .utility ul li:nth-child(1) a {
  background-color: #c2779d;
}
#headerbox .lower .utility ul li:nth-child(2) a {
  background-color: #8f867a;
}
#headerbox .lower .utility ul li:last-child {
  margin-right: 0px;
}
#headerbox .lower .utility ul li:last-child a {
  background-color: #7e819f;
}
#headerbox .lower .menubar ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
#headerbox .lower .menubar ul li {
  margin-right: 4px;
}
#headerbox .lower .menubar ul li:last-child {
  margin-right: 0px;
}
@media screen and (max-width: 1200px) {
  #headerbox .lower .menubar ul li.pc.lg {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #headerbox .lower .menubar ul li.pc.sm {
    display: none;
  }
}
#headerbox .lower .menubar ul li a {
  display: block;
  border-bottom: 4px solid #3B4766;
  padding: 0.5em 1em;
  color: #3B4766;
  font-weight: bold;
  letter-spacing: -0.05em;
  text-align: center;
}
@media screen and (max-width: 950px) {
  #headerbox .lower .menubar ul li a {
    padding: 0.5em;
    font-size: 91.6%;
  }
}
#headerbox .lower .menubar .fs-navigation-open ul {
  display: block;
}

/*------------------------------------------------*/
/*------------------------------------------------*/
/*
--------------------------------------------------*/
#footerbox {
  /*------------------------------------------------*/
  /*------------------------------------------------*/
  min-height: 330px;
  background-image: url(../img000/footer_photo.png), url(../img000/common_background.png);
  background-repeat: no-repeat;
  background-position: right bottom, center 40px;
  padding: 100px 0px 0px;
  /*------------------------------------------------*/
  /*------------------------------------------------*/
}
@media screen and (min-width: 950px) {
  #footerbox {
    background-size: auto, cover;
  }
}
@media screen and (max-width: 950px) {
  #footerbox {
    min-height: initial;
    background-image: none, url(../img000/common_background.png);
    background-position: right bottom, center 0px;
    padding: 20px 0px 30px;
  }
}
@media screen and (max-width: 544px) {
  #footerbox {
    padding: 15px 0px 20px;
  }
}
#footerbox > .inner {
  position: relative;
}
@media screen and (max-width: 950px) {
  #footerbox > .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#footerbox .bttn a {
  font-size: 100%;
}
#footerbox .ttl {
  position: relative;
  margin-bottom: 100px;
  margin-left: 5%;
  padding-left: 175px;
}
@media screen and (max-width: 1200px) {
  #footerbox .ttl {
    margin-top: 12px;
    margin-left: 2%;
  }
}
@media screen and (max-width: 950px) {
  #footerbox .ttl {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 768px) {
  #footerbox .ttl {
    padding-left: 0px;
  }
}
#footerbox .ttl > img {
  position: absolute;
  left: 0px;
  top: 0px;
  border-radius: 6px;
}
@media screen and (max-width: 768px) {
  #footerbox .ttl > img {
    display: none;
  }
}
#footerbox .ttl p {
  margin-bottom: 0px;
  font-size: 83.3%;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 768px) {
  #footerbox .ttl p {
    font-size: 75%;
    text-align: center;
  }
}
@media screen and (max-width: 544px) {
  #footerbox .ttl p {
    display: none;
  }
}
#footerbox .ttl ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
}
@media screen and (max-width: 544px) {
  #footerbox .ttl ul {
    display: block;
  }
}
#footerbox .ttl ul li {
  margin-right: 25px;
}
@media screen and (max-width: 544px) {
  #footerbox .ttl ul li {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  #footerbox .ttl ul li.logomark {
    width: 240px;
    margin-right: 15px;
  }
}
@media screen and (max-width: 544px) {
  #footerbox .ttl ul li.logomark {
    margin-bottom: 10px;
  }
}
#footerbox .ttl ul li.bttn {
  margin-right: 0px;
  padding-top: 7px;
}
@media screen and (max-width: 950px) {
  #footerbox .ttl ul li.bttn {
    padding-top: 7px;
  }
}
@media screen and (max-width: 768px) {
  #footerbox .ttl ul li.bttn {
    padding-top: 0px;
  }
}
#footerbox .ttl ul li.bttn a {
  display: inline-block;
  background-color: #3B4766;
  border: 1.5px solid rgba(255, 255, 255, 0.9);
  border-radius: 2px;
  padding: 0.3em 2em;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 950px) {
  #footerbox .ttl ul li.bttn a {
    padding: 0.2em 1em;
  }
}
@media screen and (max-width: 768px) {
  #footerbox .ttl ul li.bttn a {
    font-size: 91.6%;
  }
}
#footerbox .photo {
  position: absolute;
  right: 0px;
  bottom: 0px;
}

/*------------------------------------------------*/
/*------------------------------------------------*/
/*
--------------------------------------------------*/
#maincontentbox {
  /*------------------------------------------------*/
  /*------------------------------------------------*/
  padding-top: 3em;
  /*------------------------------------------------*/
  /*------------------------------------------------*/
}
@media screen and (max-width: 768px) {
  #maincontentbox {
    padding-top: 1em;
  }
}
#maincontentbox div, #maincontentbox dl, #maincontentbox dt, #maincontentbox dd, #maincontentbox ul, #maincontentbox ol, #maincontentbox li, #maincontentbox h1, #maincontentbox h2, #maincontentbox h3, #maincontentbox h4, #maincontentbox h5, #maincontentbox h6, #maincontentbox form, #maincontentbox input, #maincontentbox button, #maincontentbox p {
  font-family: -apple-system, blinkMacSystemFont, "Helvetica Neue", "Segoe UI", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", Meiryo, sans-serif;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}
#maincontentbox section {
  margin-top: -100px;
  padding-top: 100px;
}
#maincontentbox a {
  color: #00b5ac;
  text-decoration: underline;
}
#maincontentbox .min {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#maincontentbox .bttn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 3em 0px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #maincontentbox .bttn {
    display: block;
  }
}
@media screen and (max-width: 544px) {
  #maincontentbox .bttn {
    padding-bottom: 0px;
  }
}
#maincontentbox .bttn li {
  margin-right: 15px;
}
@media screen and (max-width: 768px) {
  #maincontentbox .bttn li {
    display: block !important;
    margin-bottom: 2.5em;
    margin-right: 0px;
  }
}
#maincontentbox .bttn li:last-child {
  margin-right: 0px;
}
#maincontentbox .bttn a {
  display: inline-block;
  position: relative;
  background-color: #00b5ac;
  border-radius: 2em;
  padding: 1.25em 2em 1em;
  font-size: 200%;
  color: #fff;
  text-decoration: none;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 768px) {
  #maincontentbox .bttn a {
    display: block;
  }
}
@media screen and (max-width: 544px) {
  #maincontentbox .bttn a {
    padding-left: 1em;
    padding-right: 1em;
    font-size: 150%;
  }
}
#maincontentbox .bttn a small {
  display: inline-block;
  position: absolute;
  left: 10px;
  top: -1em;
  background-color: rgb(255, 255, 255);
  border: 3px solid #e6e6e6;
  border-radius: 1.5em;
  padding: 0.2em 1em;
  font-size: 62.5%;
  color: #52463F;
}

/*------------------------------------------------*/
/*------------------------------------------------*/
.badge {
  display: table;
  width: 180px;
  height: 180px;
  background-color: #9bcc50;
  margin: 0px auto 2em;
}
.badge p {
  display: table-cell;
  color: #fff;
  vertical-align: middle;
  text-align: center;
}
.badge p span {
  display: block;
  font-size: 150%;
}
.badge p span:nth-of-type(1) {
  margin-bottom: 0.5em;
  font-size: 87.5%;
  letter-spacing: -0.05em;
}
.badge p span:last-child {
  line-height: 1.5em;
}

.mainvisual {
  margin: 0px 0px 3em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .mainvisual {
    width: 94%;
    margin-left: auto;
    margin-right: auto;
  }
}
.mainvisual img {
  margin: 0.5em 0px 1em;
  border-radius: 6px;
}
.mainvisual p:last-child {
  font-size: 150%;
}
@media screen and (max-width: 544px) {
  .mainvisual p:last-child {
    font-size: 133.3%;
  }
}
.mainvisual .badge p:last-child {
  font-size: 100%;
}
@media screen and (max-width: 544px) {
  .mainvisual .badge p:last-child {
    font-size: 100%;
  }
}
.mainvisual .photo {
  display: inline-block;
  position: relative;
  margin: 0.5em auto 1em;
}
.mainvisual .photo img {
  margin: 0px;
}
.mainvisual .photo a {
  display: table;
  width: 32%;
  height: 32%;
  position: absolute;
  left: 20px;
  bottom: 20px;
  border-radius: 50%;
  background-color: rgba(0, 181, 172, 0.8);
}
@media screen and (max-width: 544px) {
  .mainvisual .photo a {
    width: 35%;
    height: 35%;
  }
}
.mainvisual .photo a span {
  display: table-cell;
  width: 100%;
  height: 100%;
  color: #fff;
  vertical-align: middle;
}
.mainvisual .photo a span i {
  display: inline-block;
  margin-bottom: 0.2em;
  font-size: 4em;
  color: #b2e9e6;
}
@media screen and (max-width: 544px) {
  .mainvisual .photo a span i {
    font-size: 3.2em;
  }
}
.mainvisual .photo a span small {
  font-size: 1.2em;
  line-height: 1.4em;
}
@media screen and (max-width: 544px) {
  .mainvisual .photo a span small {
    font-size: 1em;
    line-height: 1.25em;
  }
}

dl.common.profile {
  width: 950px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0px auto;
}
dl.common.profile:after {
  content: ".";
  display: block;
  clear: both;
  height: 0px;
  visibility: hidden;
}
@media screen and (max-width: 950px) {
  dl.common.profile {
    width: 94%;
  }
}
dl.common.profile .photo {
  float: left;
  width: 160px;
}
@media screen and (max-width: 544px) {
  dl.common.profile .photo {
    float: none;
    margin: 0px auto 1em;
  }
}
dl.common.profile .photo img {
  border-radius: 6px;
}
dl.common.profile .caption {
  float: right;
  width: calc(100% - 160px - 40px);
}
@media screen and (max-width: 544px) {
  dl.common.profile .caption {
    float: none;
    width: 100%;
  }
}
dl.common.profile p:last-child {
  margin-bottom: 0px;
}

#content_profile + #content_voice {
  margin-top: 3em;
}

#content_voice + #content_blog {
  margin-top: 3em;
}

/*
------------------------------------------------------
body#yoga_page
------------------------------------------------------
*/
.download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.download li {
  width: 200px;
  text-align: center;
}
.download li.ios {
  width: 142px;
}
.download li img {
  width: 100%;
}

.frame {
  border: 10px solid #ccf0ee;
  border-radius: 10px;
  padding: 30px 20px;
}
.frame table.itemlist {
  margin: 0px auto 1em;
}
.frame > *:last-child {
  margin-bottom: 0px !important;
}
.frame.white {
  background-color: #fcfcfc;
  border: 0px none transparent;
  -webkit-box-shadow: 3px 3px 6px #ddd inset, -3px -3px 6px #ddd inset;
          box-shadow: 3px 3px 6px #ddd inset, -3px -3px 6px #ddd inset;
  padding: 60px 30px;
}

li.frame {
  margin-bottom: 30px;
}

.balloon {
  border-radius: 6px;
  padding: 45px 30px;
}
.balloon.lime {
  background-color: #ccf0ee;
}
.balloon.gray {
  background-color: #f6f6f6;
}

.title {
  display: block;
  padding: 0.3em 0px;
}
.title.morning {
  background-color: #fbe8f0;
}
.title.am {
  background-color: #e7f0c4;
}
.title.pm {
  background-color: #d2ecf8;
}
.title.night {
  background-color: #e1deee;
}

dl.schedule {
  margin: 0px 0px 3em;
  text-align: center;
}
dl.schedule dt {
  font-size: 133.3%;
}

.kanban {
  margin: 0px 0px 1em;
  text-align: center;
}
.kanban img {
  border-radius: 2px;
}

.message {
  width: 950px;
  margin: 0px auto 3em;
}
@media screen and (max-width: 950px) {
  .message {
    width: 100%;
  }
}

p.comment {
  margin-bottom: 2em;
}
p.comment > span {
  display: block;
  float: right;
  width: calc(100% - 70px);
}
p.comment:before {
  content: "";
  display: block;
  float: left;
  width: 50px;
  height: 50px;
  position: relative;
  background: url(../img/face.png) no-repeat;
  background-size: contain;
  border-radius: 50%;
  margin: 0px;
}
p.comment:after {
  content: ".";
  display: block;
  clear: both;
  height: 0px;
  visibility: hidden;
}

#maincontentbox nav.category {
  margin: 30px 0px 45px;
}
#maincontentbox nav.category ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 94%;
  margin: 0px auto;
}
#maincontentbox nav.category ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #BAE9BC;
  border-right: 1px solid #fff;
  padding: 15px 30px;
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  letter-spacing: -0.05em;
  line-height: 1.25em;
  text-align: center;
}
@media screen and (max-width: 544px) {
  #maincontentbox nav.category ul li a {
    padding: 10px 15px;
  }
}
body.studio_page #maincontentbox nav.category ul li a[href*=studio] {
  background-color: #4EC652;
}

#maincontentbox nav.category ul li:nth-child(1) a {
  border-radius: 30px 0px 0px 30px;
  padding-left: 45px;
}
@media screen and (max-width: 544px) {
  #maincontentbox nav.category ul li:nth-child(1) a {
    border-radius: 36px 0px 0px 36px;
    padding-left: 30px;
  }
}
#maincontentbox nav.category ul li:last-child a {
  border-radius: 0px 30px 30px 0px;
  border-right: 0px none transparent;
  padding-right: 45px;
}
@media screen and (max-width: 544px) {
  #maincontentbox nav.category ul li:last-child a {
    border-radius: 0px 36px 36px 0px;
    padding-right: 30px;
  }
}

body.top_page .benefits + .list {
  margin-top: 2em;
}
body.top_page .benefits h4 {
  width: 100%;
  background-color: #ccf0ee;
  border-radius: 6px;
  margin-bottom: 1.5em;
  padding: 0.5em;
  font-size: 133.3%;
  font-weight: normal;
  letter-spacing: -0.05em;
}
body.top_page .benefits h4 + p {
  width: 100%;
  font-size: 175%;
  text-align: center;
}
body.top_page .benefits > table.itemlist caption {
  background-color: #ccc;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  font-size: 116.6%;
  text-align: center;
}
body.top_page .benefits > table.itemlist th {
  width: 50%;
  text-align: center;
}
body.top_page .benefits > table.itemlist td {
  text-align: center;
}

.benefits {
  text-align: center;
}
.benefits h3 {
  border-radius: 2px;
  margin: 0px 0px 1.25em;
  padding: 0.5em;
  font-size: 150%;
  font-weight: normal;
  line-height: 1;
}
@media screen and (max-width: 544px) {
  .benefits h3 {
    font-size: 133.3%;
  }
}
.benefits h3 small {
  display: block;
  font-size: 100%;
}
.benefits .lead {
  margin-bottom: 3em;
}
.benefits .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .benefits .list {
    display: block;
  }
}
.benefits .list .menu {
  width: 48%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .benefits .list .menu {
    width: 100%;
  }
}
.benefits .list .menu.frame {
  padding-top: 40px;
}
.benefits .list .menu dt i {
  color: #7fdad5;
}
.benefits .list .menu .caption {
  margin-bottom: 1em;
}
.benefits .list .menu .price {
  margin-bottom: 0.25em;
  padding: 0px;
  line-height: 1em;
  letter-spacing: -0.025em;
}
.benefits .list .menu .price small {
  font-size: 50%;
}
.benefits .list .menu .price + .taxin {
  position: relative;
  margin-top: -1.25em;
  margin-bottom: 1.25em;
}
.benefits .list .menu .remarks {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .benefits .list .menu .remarks {
    text-align: center;
  }
}
@media screen and (max-width: 544px) {
  .benefits .list .menu .remarks {
    text-align: left;
  }
}
.benefits .list .menu table.itemlist th {
  font-size: 133.3%;
}
.benefits .list .menu.private .taxin {
  padding-left: 10em;
}
@media screen and (max-width: 544px) {
  .benefits .list .menu.private .taxin {
    padding-left: 8em;
  }
}

.menu {
  margin: 0px 0px 2em;
  text-align: center;
}
.menu dt {
  margin: 0px 0px 0.3em;
  font-size: 200%;
}
.menu .caption {
  font-size: 116.6%;
}
.menu .price {
  font-size: 400%;
  line-height: 1.25em;
}
@media screen and (max-width: 544px) {
  .menu .price {
    font-size: 300%;
  }
}
.menu .price.mini {
  font-size: 240%;
}
@media screen and (max-width: 544px) {
  .menu .price.mini {
    font-size: 180%;
  }
}
.menu table.itemlist th, .menu table.itemlist td {
  vertical-align: middle;
}

nav.menu {
  margin: 0px 0px 3em;
  padding: 3em 0px 0px;
}
nav.menu.yoga ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  width: 94%;
  margin: 0px auto;
}
@media screen and (max-width: 544px) {
  nav.menu.yoga ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
nav.menu.yoga ul li {
  width: 30%;
}
@media screen and (max-width: 544px) {
  nav.menu.yoga ul li {
    width: 100%;
  }
}
nav.menu.yoga ul li > a {
  display: block;
  width: 300px;
  height: 300px;
  margin: 0px auto 1em;
  -webkit-mask: url(../img/menu_mask.svg) no-repeat center/300px;
          mask: url(../img/menu_mask.svg) no-repeat center/300px;
  -webkit-animation: 45s infinite linear cycle1;
          animation: 45s infinite linear cycle1;
}
@-webkit-keyframes cycle1 {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes cycle1 {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@media screen and (max-width: 950px) {
  nav.menu.yoga ul li > a {
    width: 200px;
    height: 200px;
    -webkit-mask-size: 200px;
            mask-size: 200px;
  }
}
nav.menu.yoga ul li > a img {
  border-radius: 50%;
  -webkit-animation: 45s infinite linear cycle2;
          animation: 45s infinite linear cycle2;
}
@-webkit-keyframes cycle2 {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
@keyframes cycle2 {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
nav.menu.yoga ul li dt {
  margin-bottom: 0.75em;
  letter-spacing: -0.025em;
}
@media screen and (max-width: 544px) {
  nav.menu.yoga ul li dt {
    margin-bottom: 0.25em;
  }
}
nav.menu.yoga ul li dd.title {
  margin-bottom: 0.25em;
  font-size: 133.3%;
  letter-spacing: -0.05em;
}
nav.menu.yoga ul li dd.caption {
  margin-bottom: 1em;
  font-size: 100%;
}
@media screen and (max-width: 768px) {
  nav.menu.yoga ul li dd.caption {
    text-align: left;
  }
  nav.menu.yoga ul li dd.caption br {
    display: none;
  }
}

#content_zoom > .inner:nth-child(1) {
  text-align: center;
}
#content_zoom h4 {
  margin: 0px 0px 0.5em;
  font-size: 300%;
  font-weight: normal;
}
@media screen and (max-width: 544px) {
  #content_zoom h4 {
    font-size: 200%;
  }
}
#content_zoom h4 + p {
  margin: 0px 0px 2em;
}
@media screen and (max-width: 544px) {
  #content_zoom h4 + p {
    text-align: left;
  }
}
#content_zoom .introduction {
  margin: 0px 0px 5em;
}
#content_zoom .introduction > img {
  margin: 0px 0px 1em;
}
#content_zoom .introduction dl.feature {
  margin: 0px 0px 2em;
}
#content_zoom .introduction dl.feature dt {
  margin-bottom: 0.5em;
  font-size: 150%;
}
#content_zoom .introduction dl.feature ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#content_zoom .introduction dl.feature ol li {
  display: table;
  width: 23.5%;
  height: 100px;
  background-color: #f6f6f6;
  border-radius: 6px;
  margin: 0px 2% 10px 0px;
}
#content_zoom .introduction dl.feature ol li:nth-child(2), #content_zoom .introduction dl.feature ol li:nth-child(4), #content_zoom .introduction dl.feature ol li:nth-child(5), #content_zoom .introduction dl.feature ol li:nth-child(7) {
  background-color: #ccf0ee;
}
#content_zoom .introduction dl.feature ol li:nth-child(4n) {
  margin-right: 0px;
}
@media screen and (max-width: 544px) {
  #content_zoom .introduction dl.feature ol li {
    width: 32%;
    margin: 0px 2% 10px 0px;
  }
  #content_zoom .introduction dl.feature ol li:nth-child(5), #content_zoom .introduction dl.feature ol li:nth-child(7) {
    background-color: #f6f6f6;
  }
  #content_zoom .introduction dl.feature ol li:nth-child(6), #content_zoom .introduction dl.feature ol li:nth-child(8) {
    background-color: #ccf0ee;
  }
  #content_zoom .introduction dl.feature ol li:nth-child(3n) {
    margin-right: 0px;
  }
  #content_zoom .introduction dl.feature ol li:nth-child(4n) {
    margin-right: 2%;
  }
}
#content_zoom .introduction dl.feature ol li div {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}
#content_zoom .introduction p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #content_zoom .introduction p {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 544px) {
  #content_zoom .introduction p {
    display: block;
  }
}
#content_zoom .introduction p img {
  width: 23.5%;
  height: auto;
  margin-right: 60px;
}
@media screen and (max-width: 768px) {
  #content_zoom .introduction p img {
    width: 37.25%;
    margin-right: 30px;
  }
}
@media screen and (max-width: 544px) {
  #content_zoom .introduction p img {
    width: 100%;
    margin: 0px auto 1em;
  }
}
#content_zoom .introduction p span {
  display: inline-block;
  width: calc(76.5% - 60px);
}
@media screen and (max-width: 768px) {
  #content_zoom .introduction p span {
    width: calc(62.75% - 30px);
  }
}
@media screen and (max-width: 544px) {
  #content_zoom .introduction p span {
    width: 100%;
  }
}
#content_zoom dl.flow {
  width: 768px;
  margin: 0px auto 6em;
}
@media screen and (max-width: 768px) {
  #content_zoom dl.flow {
    width: 100%;
  }
}
#content_zoom dl.flow dt {
  margin: 0px 0px 2em;
  font-size: 200%;
  font-weight: normal;
}
@media screen and (max-width: 544px) {
  #content_zoom dl.flow dt {
    font-size: 150%;
  }
}
#content_zoom dl.flow dd {
  margin: 0px 0px 5em;
}
#content_zoom dl.flow dd h5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 2em;
  font-size: 150%;
  color: #00b5ac;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  #content_zoom dl.flow dd h5 {
    display: block;
  }
}
@media screen and (max-width: 544px) {
  #content_zoom dl.flow dd h5 {
    margin-bottom: 1em;
  }
}
#content_zoom dl.flow dd h5 span.num {
  margin-right: 0.1em;
  font-size: 400%;
}
@media screen and (max-width: 768px) {
  #content_zoom dl.flow dd h5 span.num {
    display: block;
    margin-bottom: 0.5em;
    margin-right: 0px;
  }
}
@media screen and (max-width: 544px) {
  #content_zoom dl.flow dd h5 span.num {
    margin-bottom: 0.25em;
  }
}
#content_zoom dl.flow dd p {
  margin: 0px 0px 1em;
}
@media screen and (max-width: 544px) {
  #content_zoom dl.flow dd p {
    text-align: left;
  }
}
#content_zoom .point {
  position: relative;
  margin-bottom: 3em;
  text-align: center;
}
@media screen and (max-width: 950px) {
  #content_zoom .point {
    margin-bottom: 0px;
  }
}
#content_zoom .point > img {
  border-radius: 6px;
}
#content_zoom .point ul {
  width: 36%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  bottom: 30px;
  left: 50%;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 6px;
  margin: 0px auto 0px -45%;
  padding: 60px 30px;
  text-align: left;
}
@media screen and (max-width: 1200px) {
  #content_zoom .point ul {
    width: 100%;
    position: static;
    bottom: auto;
    left: auto;
    margin: 0px;
  }
}
@media screen and (max-width: 544px) {
  #content_zoom .point ul {
    width: 94%;
    margin: 0px auto;
    padding-left: 0px;
    padding-right: 0px;
  }
}
#content_zoom .point ul li {
  border-bottom: 1px dotted #666;
  margin: 0px 0px 1em;
  padding: 0px 0px 1em;
}
#content_zoom .point ul li:last-child {
  margin-bottom: 0px;
}

#content_voice .itemlist.voice li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0px 0px 1em;
}
#content_voice .itemlist.voice li:nth-child(even) {
  padding-left: 60px;
}
@media screen and (max-width: 544px) {
  #content_voice .itemlist.voice li:nth-child(even) {
    padding-left: 0px;
  }
}
#content_voice .itemlist.voice li:last-child {
  margin-bottom: 0px;
}
@media screen and (max-width: 544px) {
  #content_voice .itemlist.voice li {
    display: block;
    margin-bottom: 3em;
    text-align: center;
  }
}
#content_voice .itemlist.voice li .photo {
  width: 240px;
}
@media screen and (max-width: 950px) {
  #content_voice .itemlist.voice li .photo {
    width: 160px;
  }
}
@media screen and (max-width: 544px) {
  #content_voice .itemlist.voice li .photo {
    margin: 0px auto 1em;
  }
}
#content_voice .itemlist.voice li .photo img {
  width: 100%;
  height: auto;
  border-radius: 6px;
}
#content_voice .itemlist.voice li .caption {
  width: calc(100% - 240px - 30px);
  text-align: left;
}
@media screen and (max-width: 950px) {
  #content_voice .itemlist.voice li .caption {
    width: calc(100% - 160px - 30px);
  }
}
@media screen and (max-width: 544px) {
  #content_voice .itemlist.voice li .caption {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  #content_offer {
    margin-bottom: 2em;
  }
}
#content_offer > .inner {
  width: 100%;
  position: relative;
  background-color: rgba(0, 181, 172, 0.2);
  margin-bottom: 2em;
  padding: 5em 5%;
}
@media screen and (max-width: 544px) {
  #content_offer > .inner {
    padding-top: 3em;
    padding-bottom: 3em;
  }
}
#content_offer > .inner:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  z-index: -1;
  background: url(../img/offer_photo2.jpg) no-repeat right bottom;
  background-size: contain;
  margin: 0px -5%;
}
@media screen and (max-width: 768px) {
  #content_offer > .inner:after {
    background-size: cover;
    opacity: 0.5;
  }
}
#content_offer > .inner p img.photo.right {
  margin-top: 2em;
}
@media screen and (max-width: 768px) {
  #content_offer > .inner p img.photo.right {
    display: block;
    float: none;
    margin: 0px auto 1em;
  }
}

#content_blog {
  margin: 5em 0px 10em;
  opacity: 0;
}
#content_blog .frame {
  margin-bottom: 1em;
}
#content_blog ul.itemlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#content_blog ul.itemlist li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 45%;
  border-bottom: 1px dotted #666;
  margin: 0px 0px 1em;
  padding: 0px 15px 1em;
}
@media screen and (max-width: 768px) {
  #content_blog ul.itemlist li {
    width: 100%;
  }
}
#content_blog ul.itemlist li .photo {
  width: 90px;
  height: 90px;
}
#content_blog ul.itemlist li .photo a {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 6px;
  text-indent: -9999px;
  overflow: hidden;
}
#content_blog ul.itemlist li .photo a.horizontal {
  background-size: auto 100%;
}
#content_blog ul.itemlist li .photo a.horizontal img {
  max-width: initial;
  width: auto;
  height: 100%;
}
#content_blog ul.itemlist li .photo a.vertical, #content_blog ul.itemlist li .photo a.square {
  background-size: 100% auto;
}
#content_blog ul.itemlist li .photo a.vertical img, #content_blog ul.itemlist li .photo a.square img {
  width: 100%;
  max-height: initial;
  height: auto;
}
#content_blog ul.itemlist li .caption {
  width: calc(100% - 90px - 25px);
}
#content_blog ul.itemlist li .caption small {
  display: block;
}

#content_calendar .list {
  margin-bottom: 5em;
}
#content_calendar .list dl {
  position: relative;
  margin-bottom: 3em;
}
#content_calendar .list dl:last-child {
  margin-bottom: 0px;
}
#content_calendar .list dl dt {
  border: 1px solid #999;
  padding: 20px 30px;
  border-radius: 6px;
  margin-bottom: 2em;
}
@media screen and (max-width: 544px) {
  #content_calendar .list dl dt {
    margin-bottom: 1em;
  }
}
#content_calendar .list dl dd {
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width: 544px) {
  #content_calendar .list dl dd {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#content_calendar .list dl img.instructor {
  position: absolute;
  right: 50px;
  top: 120px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #content_calendar .list dl img.instructor {
    display: none;
  }
}
#content_calendar .calendar .item {
  margin: 0px 0px 3em;
}
#content_calendar .calendar .item table {
  width: 100%;
  border-collapse: collapse;
}
#content_calendar .calendar .item table caption {
  padding-bottom: 1em;
  font-size: 133.3%;
}
#content_calendar .calendar .item table tbody th, #content_calendar .calendar .item table tbody td {
  width: 14.2857142857%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #f6f6f6;
  border: 3px solid #fff;
  letter-spacing: -0.05em;
  vertical-align: top;
}
#content_calendar .calendar .item table tbody th:last-child, #content_calendar .calendar .item table tbody td:last-child {
  border-right: 0px none transparent;
}
#content_calendar .calendar .item table tbody th.before, #content_calendar .calendar .item table tbody th.other, #content_calendar .calendar .item table tbody td.before, #content_calendar .calendar .item table tbody td.other {
  background-color: #f6f6f6 !important;
}
#content_calendar .calendar .item table tbody th.before span, #content_calendar .calendar .item table tbody th.other span, #content_calendar .calendar .item table tbody td.before span, #content_calendar .calendar .item table tbody td.other span {
  opacity: 0.2;
}
#content_calendar .calendar .item table tbody th span, #content_calendar .calendar .item table tbody td span {
  display: block;
}
#content_calendar .calendar .item table tbody th span.content, #content_calendar .calendar .item table tbody td span.content {
  display: none;
}
#content_calendar .calendar .item table tbody th br, #content_calendar .calendar .item table tbody td br {
  display: none;
}

#content_form .inquiry_form caption {
  font-size: 133.3%;
  text-align: center;
}
#content_form .inquiry_form tbody tr.privacy textarea {
  height: 100px;
  padding: 1em;
  font-size: 83.3%;
  color: #52463F;
  font-weight: normal;
}
#content_form .inquiry_form select[multiple] {
  height: 100px;
}
@media screen and (max-width: 544px) {
  #content_form .inquiry_form select[multiple] {
    height: auto;
  }
}
#content_form .inquiry_form select option {
  font-size: 16px;
}
#content_form .inquiry_form .micro {
  width: 60px;
}
#content_form .inquiry_form .mini {
  width: 80px;
}
#content_form .inquiry_form .short {
  width: 120px;
}
@media screen and (max-width: 544px) {
  #content_form .inquiry_form .short {
    width: 100%;
  }
}
#content_form .inquiry_form .demishort {
  width: 160px;
}
@media screen and (max-width: 544px) {
  #content_form .inquiry_form .demishort {
    width: 100%;
  }
}
#content_form .inquiry_form .middle {
  width: 240px;
}
@media screen and (max-width: 544px) {
  #content_form .inquiry_form .middle {
    width: 100%;
  }
}
#content_form .inquiry_form .long {
  width: 480px;
}
@media screen and (max-width: 768px) {
  #content_form .inquiry_form .long {
    width: 100%;
  }
}
#content_form .inquiry_form .remarks {
  font-size: 87.5%;
}
#content_form .inquiry_form .caution {
  font-size: 87.5%;
  color: #00b5ac;
}
#content_form #inquiry_privacy_policy td {
  border-left: 0px none transparent;
}
#content_form #inquiry_form_submit {
  padding: 3em 0px;
}
#content_form #inquiry_form_submit input[type=submit],
#content_form #inquiry_form_submit a.back {
  display: inline-block;
  border: 0px none transparent;
  border-radius: 2em;
  padding: 1em 2em;
  font-size: 200%;
  color: #fff;
  text-decoration: none;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 544px) {
  #content_form #inquiry_form_submit input[type=submit],
#content_form #inquiry_form_submit a.back {
    font-size: 150%;
  }
}
#content_form #inquiry_form_submit input[value=送信],
#content_form #inquiry_form_submit input[value=入力内容の確認],
#content_form #inquiry_form_submit a.back {
  background-color: #00b5ac;
}
#content_form #inquiry_form_submit input[value=戻る] {
  background-color: #999;
  padding: 0.75em 1.5em;
}
#content_form #inquiry_form_submit li {
  text-align: center;
}
#content_form #inquiry_form_submit.confirm ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
#content_form #inquiry_form_submit.confirm ul li {
  margin: 0px;
}

#documentTerm {
  display: none;
}

/*
  --------------------------------------------------*/
body.top_page {
  /*--------------------------------------------------*/
  /*--------------------------------------------------*/
  /*--------------------------------------------------*/
  /*--------------------------------------------------*/
}
body.top_page #maincontentbox .bttn li.online a {
  background-color: #00b5ac;
}
body.top_page #maincontentbox .bttn li.jinja a,
body.top_page #maincontentbox .bttn li.delivery a {
  background-color: #ff4500;
}
body.top_page #maincontentbox h1 + #content_news {
  margin-top: 45px;
  margin-bottom: 60px;
  padding-top: 0px;
}
body.top_page #content_introduction > .inner .message:nth-child(1) {
  margin-top: 3em;
}
body.top_page #content_introduction .benefits h3 {
  margin-bottom: 2em;
  line-height: 1.6em;
}

/*--------------------------------------------------*/
/*
  --------------------------------------------------*/
body.online_page {
  /*--------------------------------------------------*/
  /*--------------------------------------------------*/
  /*--------------------------------------------------*/
  /*--------------------------------------------------*/
}
body.online_page #contentbox .badge {
  background-color: #00b5ac;
}
body.online_page #content_introduction .benefits h3 {
  background-color: #ccf0ee;
}

/*--------------------------------------------------*/
/*
  --------------------------------------------------*/
body.studio_page {
  /*--------------------------------------------------*/
  /*--------------------------------------------------*/
  /*--------------------------------------------------*/
  /*--------------------------------------------------*/
}
body.studio_page #maincontentbox .bttn a {
  background-color: #4EC652;
  color: #fff !important;
}
body.studio_page #contentbox .blockbox a {
  color: #4EC652;
}
body.studio_page #contentbox .frame {
  border-color: #BAE9BC;
}
body.studio_page #contentbox .badge {
  background-color: #4EC652;
}
body.studio_page #content_introduction .benefits h3 {
  background-color: #BAE9BC;
}
body.studio_page .benefits .list h4 {
  font-size: 133.3%;
  font-weight: normal;
  letter-spacing: -0.05em;
}
body.studio_page .benefits .list h4 i {
  display: inline-block;
  color: #4EC652;
  font-size: 200%;
}
body.studio_page .benefits .list .menu.ticket {
  width: 100%;
}
body.studio_page #content_form #inquiry_form_submit input[type=submit],
body.studio_page a.back {
  background-color: #4EC652;
}

/*--------------------------------------------------*/
/*
  --------------------------------------------------*/
body.delivery_page {
  /*--------------------------------------------------*/
  /*--------------------------------------------------*/
  /*--------------------------------------------------*/
  /*--------------------------------------------------*/
}
body.delivery_page #maincontentbox .bttn a {
  background-color: #38BBE3;
  color: #fff;
}
body.delivery_page #contentbox a {
  color: #38BBE3;
}
body.delivery_page #contentbox .frame {
  border-color: #C7ECF7;
}
body.delivery_page #contentbox .badge {
  background-color: #38BBE3;
}
body.delivery_page #content_introduction {
  background: url(../img/jinja_roll.jpg) repeat-x center bottom;
  background-size: auto 300px;
  padding-bottom: 340px;
}
body.delivery_page #content_introduction .benefits h3 {
  background-color: #C7ECF7;
}
body.delivery_page .benefits .list h4 {
  font-size: 133.3%;
  font-weight: normal;
  letter-spacing: -0.05em;
}
body.delivery_page .benefits .list h4 i {
  display: inline-block;
  color: #38BBE3;
  font-size: 200%;
}
body.delivery_page .benefits .list .menu.ticket {
  width: 100%;
}
body.delivery_page #content_form #inquiry_form_submit input[type=submit],
body.delivery_page a.back {
  background-color: #38BBE3;
}

/*--------------------------------------------------*/
/*
  --------------------------------------------------*/
body.jinja_page {
  /*--------------------------------------------------*/
  /*--------------------------------------------------*/
  /*--------------------------------------------------*/
  /*--------------------------------------------------*/
}
body.jinja_page #maincontentbox .bttn a {
  background-color: #ff4500;
  color: #fff;
}
body.jinja_page #contentbox a {
  color: #ff4500;
}
body.jinja_page #contentbox .frame {
  border-color: #ffdacc;
}
body.jinja_page #contentbox .badge {
  background-color: #ff4500;
}
body.jinja_page #content_introduction {
  background: url(../img/jinja_roll.jpg) repeat-x center bottom;
  background-size: auto 300px;
  padding-bottom: 340px;
}
body.jinja_page #content_introduction .benefits h3 {
  background-color: #ffdacc;
}
body.jinja_page .benefits .list h4 {
  font-size: 133.3%;
  font-weight: normal;
  letter-spacing: -0.05em;
}
body.jinja_page .benefits .list h4 i {
  display: inline-block;
  color: #ff4500;
  font-size: 200%;
}
body.jinja_page .benefits .list .menu.ticket {
  width: 100%;
}
body.jinja_page #content_form #inquiry_form_submit input[type=submit],
body.jinja_page a.back {
  background-color: #ff4500;
}

/*--------------------------------------------------*/
/*# sourceMappingURL=yoga.css.map */