@charset "UTF-8";

html {
   scroll-behavior: smooth;
   font-family: 'Noto Sans JP', sans-serif;
}

.img {
   max-width: 100%;
}

:root {
   --navy: #021C4F;
   --global-f-base: 1.0rem;
   --global-f-min: 1.2rem;
   --global-f-level1: 1.6rem;
   --global-f-level2: 1.8rem;
   --global-f-level3: 2.0rem;
   --global-f-level4: 2.2rem;
   --global-f-level5: 2.4rem;
   --global-f-level6: 2.6rem;
   --global-f-level7: 2.8rem;
   --global-f-level8: 3.0rem;
   --global-f-level9: 3.2rem;
   --global-f-level10: 3.6rem;
   --global-f-level11: 3.8rem;
   --global-f-level12: 4.0rem;
   --global-f-level13: 4.2rem;
   --global-f-level14: 4.4rem;
   --global-f-level15: 4.6rem;
   --global-f-level16: 4.8rem;
   --global-f-level17: 5.0rem;
   --global-f-level18: 5.2rem;
}

h1,
h2,
h3,
h4,
h5,
h6,
div,
ul,
dl,
dt,
dd,
p {
   margin: 0px;
   padding: 0px;
}

.module_category_license {
   max-width: 880px;
   margin: 0 auto 2vh;
}
.module_category_license h2,
.module_category_license h3,
.module_category_license h4,
.module_category_license p {
   line-height: 1.7;
   margin-bottom: 2vh;
   font-size: var(--global-f-base);
}

.global_two_column_contents {
   display: flex;
   justify-content: space-around;
}
.global_photo {
   width: 40%;
}

.global_photo img {
   max-width: 100%;
}
.global_photo span {
   display: block;
}
.global_description {
   width: 100%;
}

.global_two_column_contents .global_description {
   width: 55%;
}

.page_body {
   width: 90%;
   margin: 0 auto;
}

.global_workshop_btn {
   text-align: center;
}
.global_workshop_btn a {
   background: #eee;
   border-radius: 3px;
   position: relative;
   display: flex;
   justify-content: space-around;
   align-items: center;
   margin: auto;
   margin-bottom: 2vh;
   max-width: 250px;
   padding: 10px 25px;
   font-family: "Noto Sans Japanese";
   text-decoration: none;
   color: #333;
   line-height: 1.8;
   transition: 0.3s ease-in-out;
   font-weight: 500;
}
.global_workshop_btn a:after {
   content: "";
   position: absolute;
   top: 50%;
   bottom: 0;
   right: 12px;
   font-size: 90%;
   display: flex;
   justify-content: center;
   align-items: center;
   transition: right 0.3s;
   width: 6px;
   height: 6px;
   border-top: solid 2px currentColor;
   border-right: solid 2px currentColor;
   transform: translateY(-50%) rotate(45deg);
}

.header {
   width: 98%;
   height: 800px;
   margin: 0 auto;
   background: url(https://www.studio-yoggy.com/meditation/images/main_photo.jpg) fixed no-repeat;
   background-size: cover;
   display: block;
   position: relative;
}
.header_title_wrap {
   width: 100%;
   text-align: center;
   background-size: cover;
   display: flex;
   justify-content: center;
   align-items: center;
}
.header_catche {
   line-height: 1.7;
   margin-bottom: 6vh;
   text-shadow: 0px 2px 4px #ffffff;
   font-size: var(--global-f-level3);
}
.header_title_area h1 {
   margin-bottom: 6vh;
}

.header_title_inner {
   width: 40%;
   margin: 0 auto 0vh;
}
.header_oneitem {
   width: 90%;
   max-width: 900px;
   margin: 0 auto 2vh;
   padding: 15px;
   background: #ebebeba6;
}

.font_s {
   font-size: var(--global-f-base);
   margin-bottom: 0vh;
}

.heading_hasbg_l {
   margin: 40px 0;
   padding: 20px 25px;
   font-size: var(--global-f-base);
   line-height: 1.2;
   background: #f8f4ec;
   border-left: 3px solid #000;
   font-weight: bold;
   letter-spacing: 0.1rem;
}

.global_content_list_wrap {
   margin: 2vh;
   padding: 30px;
   border: solid 1px #000;
}

.global_content_list_wrap li {
   line-height: 1.5;
   margin-bottom: 1vh;
   font-size: var(--global-f-min);
}

table {
   border-collapse: collapse;
   border-spacing: 0;
}

.license_message img {
   max-width: 100%;
}
.evidence img {
   max-width: 100%;
}

li {
   list-style: none;
   list-style-position: outside;
}

strong {
   font-weight: bold;
}

a {
   color: #000000;
   text-decoration: underline;
   outline: none;
}

a:hover {
   text-decoration: none;
}

.columns_row {
   display: flex;
   flex-wrap: wrap;
}

.columns_row:before,
.columns_row:after {
   content: none;
   display: none;
}

.columns_row .column {
   display: block;
}

.fl {
   display: flex;
   align-items: flex-start;
   gap: 10px;
}

.fr {
   display: flex;
   justify-content: flex-end;
   align-items: flex-start;
   gap: 10px;
}

.global_mainarea {
   max-width: 1000px;
   margin: 0 auto 0;
}

.-nomt {
   margin-top: auto !important;
}

.mt20 {
   margin-top: 20px !important;
}

.mt30 {
   margin-top: 30px !important;
}

.mt40 {
   margin-top: 40px !important;
}

.mb40 {
   margin-bottom: 40px !important;
}

.pb0 {
   padding-bottom: 0px !important;
}

.global_table_wrap {
   overflow-x: auto;
}

table.default {
   margin-top: 20px;
   width: 100%;
}

table.default thead th {
   background: #f4f4f4;
   font-size: 15px;
   padding: 20px;
   text-align: center;
   font-weight: normal;
   border-top: 1px solid #dddddd;
   border-right: 1px solid #dddddd;
   border-bottom: none;
   border-left: 1px solid #dddddd;
   line-height: 1;
}

table.default.center tbody td {
   font-size: 15px;
   padding: 20px;
   text-align: center;
   border: 1px solid #dddddd;
}

table.default.center tbody td:nth-child(1) {
   text-align: left;
}

table.default.center tbody td:nth-child(2) {
   width: 40%;
}

dl {
   margin-bottom: 1vh;
}

dl dt {
   margin-bottom: 1vh;
   font-weight: bold;
}

.global_howto_oneitem {
   margin-bottom: 2vh;
   padding: 15px;
   background: #efefef;
   border-bottom: 1px solid #ccc;
   text-align: center;
}
.triangle_down {
   width: 0;
   height: 0;
   margin: 0 auto;
   border-left: 15px solid transparent;
   border-right: 15px solid transparent;
   border-top: 15px solid black;
   text-align: center;
}

@media screen and (min-width: 641px) {
   .pc_hidden {
      display: none;
   }

   .page_footer {
      width: 100%;
      background: #000000;
   }

   .page_footer .container {
      text-align: center;
      margin-left: 0;
   }

   .page_footer .banners {
      background: #f1f1f1;
      width: 100%;
      padding: 40px 0;
      margin: 185px auto 0;
      display: flex;
      justify-content: center;
   }

   .page_footer .banners .banner {
      padding: 0 20px;
   }

   .page_footer .see_also {
      display: inline-block;
      vertical-align: middle;
      margin-top: 40px;
   }

   .page_footer .see_also ul {
      display: flex;
      justify-content: center;
      gap: 20px;
   }

   .page_footer .see_also li {
      display: inline-block;
      width: 21px;
   }

   .page_footer .linkage {
      display: inline-block;
      margin: 85px 0 0;
   }

   .page_footer .linkage ul {
      display: flex;
      gap: 70px;
   }

   .page_footer .linkage ul li {
      display: inline-block;
      width: 230px;
      text-align: left;
   }

   .page_footer .linkage ul li a {
      display: block;
      color: #161616;
      text-decoration: none;
      text-align: center;
   }

   .page_footer .support {
      margin: 78px 0 0;
      padding: 38px 0;
      font-size: 11px;
      background: #fff;
      border-top: 1px solid #eae9e7;
      border-bottom: 1px solid #eae9e7;
   }

   .page_footer .support .container {
      max-width: 720px;
      margin: 0 auto;
      text-align: center;
   }

   .page_footer .support ul {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 1em 3em;
   }

   .page_footer .support li {
      display: inline-block;
   }

   #copyright {
      display: block;
      color: #fff;
      margin-top: 25px;
      margin-bottom: 80px;
      text-align: center;
      font-size: 10px;
   }

   .hero {
      margin: 40px 0 0;
   }

   .heading_fw {
      font-size: 152%;
      margin-top: 0;
      margin-bottom: 80px;
      padding: 100px 0 30px;
      text-align: center;
      letter-spacing: 0.13em;
      position: relative;
      line-height: 1.5em;
      font-weight: bold;
      color: #292929;
   }

   .heading_fw:before {
      content: '';
      display: block;
      width: 15px;
      border-bottom: 3px solid #d4d4d4;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      bottom: 0;
   }

   .heading_large {
      margin-top: 40px;
      font-size: 160%;
      font-weight: bold;
   }

   .-nmb {
      margin-bottom: 0 !important;
   }

   .heading_inside {
      margin-top: 0;
      font-size: 16px;
      font-weight: bold;
   }

   .section_inner {
      width: 100%;
      max-width: 880px;
      margin: 0 auto;
   }

   .section_inner,
   .section_inner a {
      color: #333333;
   }

   .section .description_inside {
      margin: 20px 0 0;
      font-size: 15px;
      line-height: 2;
      color: #666666;
   }

   .section .note {
      margin-top: 10px;
      font-size: 92%;
      line-height: 1.6;
      color: #666666;
   }

   .button_default {
      line-height: 2em;
      box-sizing: border-box;
      display: block;
      margin-left: auto;
      margin-right: auto;
      text-align: center;
      transition: all 0.2s;
      color: #ffffff;
      font-size: 14px;
      font-weight: bold;
   }

   .button_default a {
      background: #5c5c5c;
      color: #ffffff !important;
      text-decoration: none;
      display: inline-block;
      padding: 18px 20px;
      line-height: 1;
      min-width: 350px;
      transition: 0.2s;
   }

   .button_default a:hover {
      opacity: 0.7;
      cursor: pointer;
   }

   .icon_15px {
      width: auto !important;
      height: 15px;
   }

   .license_message {
      width: 668px;
      margin: 80px auto;
   }

   .license_message .heading {
      font-size: 0;
   }

   .license_message .heading img {
      vertical-align: bottom;
   }

   .license_message .contents {
      position: relative;
      padding: 30px 60px;
      border-left: 2px solid #d5bd91;
      border-right: 2px solid #d5bd91;
      border-bottom: 2px solid #d5bd91;
   }

   .license_message .contents p {
      margin-top: 0;
      line-height: 2;
      font-size: 15px;
      color: #333333;
   }

   .license_message .contents .photo {
      display: block;
      text-align: center;
      margin: 30px 0;
   }

   .license_message .contents .photo img {
      width: 140px;
      height: auto;
   }

   .yoga_license .license_body_control_pilates .license_header,
   .pilates_license .license_body_control_pilates .license_header,
   .meditation_license .license_body_control_pilates .license_header {
      display: flex;
      justify-content: space-between;
      flex-direction: row-reverse;
   }

   .yoga_license .license_header .column_figure,
   .meditation_license .license_header .column_figure,
   .pilates_license .license_header .column_figure {
      margin-right: 20px;
      flex-shrink: 0;
   }

   .column_description {
      width: 50%;
   }

   .column_figure {
      width: 46%;
   }

   .heading {
      margin-bottom: 1vh;
      font-weight: bold;
      line-height: 1.7;
   }

   .yoga_license .button_default {
      margin-top: 40px;
      text-align: center;
      font-size: 110%;
   }

   .contact_box {
      margin: 0;
      padding: 70px 130px;
      text-align: center;
      background: #f3ede0;
      outline: 2px solid #dcc591;
      outline-offset: -20px;
      box-sizing: border-box;
   }

   .contact_box .heading_inside {
      font-size: 18px;
   }

   .contact_box .columns_row {
      justify-content: center;
   }

   .yoga_support {
      margin-bottom: 100px;
   }

   .yoga_support .download .columns_row {
      display: flex;
      justify-content: space-between;
      margin-bottom: 40px;
   }

   .yoga_support .download .column {
      margin-right: 18px;
      text-align: center;
   }

   .yoga_support .download .column:last-child {
      margin-right: 0;
   }

   .yoga_support .download .column img {
      width: 100%;
   }

   .yoga_support .download a {
      display: block;
   }

   .section_inner.mag_wrap {
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
      justify-content: space-between;
   }

   .section_inner.mag_wrap div {
      text-align: center;
   }

   .footer_banner_wrap_inner {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
      padding: 40px 0;
   }

   .footer_banner_link {
      text-align: center;
   }

   .footer_banner_link_text {
      font-size: 12px;
      margin-top: 5px;
      color: #ffffff;
   }
}

.fl.prof1,
.fl.prof2 {
   display: flex;
   align-items: flex-start;
   gap: 10px;
   margin-bottom: 20px;
}

.fl.prof1 img,
.fl.prof2 img {
   width: 80px;
   height: auto;
   flex-shrink: 0;
}

.center {
   text-align: center;
}

.left {
   text-align: left !important;
}

.img_nomobile {
   width: 80%;
}

@media screen and (max-width: 640px) {
   .img-nomobile {
      width: 100%;
   }
}

.sp_mode {
   display: none;
}

@media only screen and (max-width: 1024px) {
   :root {
      --global-f-base: 1.0rem;
      --global-f-min: 1.0rem;
      --global-f-level1: 1.0rem;
      --global-f-level2: 1.0rem;
      --global-f-level3: 1.2rem;
      --global-f-level4: 1.2rem;
      --global-f-level5: 1.2rem;
      --global-f-level6: 1.2rem;
      --global-f-level7: 1.2rem;
      --global-f-level8: 1.2rem;
      --global-f-level9: 1.2rem;
      --global-f-level10: 1.3rem;
      --global-f-level11: 1.2rem;
      --global-f-level12: 1.3rem;
      --global-f-level13: 1.2rem;
      --global-f-level14: 1.3rem;
      --global-f-level15: 1.3rem;
      --global-f-level16: 1.3rem;
      --global-f-level17: 1.3rem;
      --global-f-level18: 1.3rem;
   }

   .pc_mode {
      display: none;
   }
   .sp_mode {
      display: block;
   }

   .global_two_column_contents {
      flex-direction: column;
   }

   .global_photo,
   .global_two_column_contents .global_description {
      width: 95%;
      margin: 0 auto 0;
   }

   table.default {
      margin-top: 20px;
      width: 100%;
      width: 428px;
   }
}
