@charset "utf-8";
/*___________ 基本設定 ___________ */
html {
  font-size: 62.5%;
}
body {
  margin: 0;
  color: #3D232B;
  background-color: rgba(0, 0, 0, 0.02);
  font-size: 1.8rem;
}
ol, ul {
  margin-top: 0;
  padding: 0;
  list-style-type: none;
}
ul.disc-ul li {
  padding-left: 1em !important;
  position: relative;
}
ul.disc-ul li::before {
  content: "\02022";
  position: absolute;
  top: 0;
  left: .2em;
}
img {
  width: 100%;
  height: auto;
}
button, input[type="submit"] {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}
.pc_view, .is-pc {
  content-visibility: hidden;
  display: none;
}
span.pc_view, span.is-pc {
  display: none;
}
.smp_view, .is-sp {
  content-visibility: visible;
  display: block;
}
span.smp_view, span.is-sp {
  display: inline;
}
.pc_block {
  display: inline;
}
.smp_block, .br {
  display: block;
}
.txt_block {
  display: block;
}
.v_hdn {
  visibility: hidden;
}
.br_right {
  display: block;
  text-align: right;
}
.sp.br_right {
  display: block;
  text-align: right;
}
.pc.br_right {
  display: inline;
  text-align: left;
}
.nowrap {
  display: inline-block;
  white-space: nowrap;
}
/* ____ リンクテキスト ____ */
a {
  color: #212529;
  text-decoration: underline;
}
a:visited {
  color: #212529;
  text-decoration: underline;
}
a:hover, a:active, a:focus {
  color: #0066CC;
  text-decoration: none;
  transition: 0.5s;
  /*opacity: 0.8;*/
}
a:hover img {
  /*opacity: 0.8;*/
}
a.no-link.sp {
  pointer-events: none;
}
/* ____ フロート設定 ____ */
.flo-l {
  float: left;
  margin-right: 3vw;
}
.flo-r {
  float: right;
  margin-left: 3vw;
}
/* ____ フロートボックス解除用 ____ */
.clear {
  clear: both;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
/* ____ テキスト設定 ____ */
em {
  font-style: normal;
  font-weight: bold;
}
.txt_sm {
  font-size: 80%;
}
.txt_lg {
  font-size: 120%;
}
.b {
  font-weight: bold;
}
.s {
  text-decoration: line-through;
}
.u {
  text-decoration: underline;
}
.red {
  color: #FF0000;
}
.blue {
  color: #0000FF;
}
.ora {
  color: #FF3700;
}
.ylw {
  color: #FFFF00;
}
.grn {
  color: #00804F;
}
.bro {
  color: #743500;
}
.bk {
  color: #000;
}
.mark-ylw {
  background: linear-gradient(transparent 60%, #ffef97 60%);
}
/* 文字揃え */
.txt_r {
  text-align: right;
}
.txt_l {
  text-align: left;
}
.txt_c, .center {
  text-align: center;
}
.auto_br {
  word-break: keep-all;
  line-break: strict;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
/* ____ ボックス設定 ____ */
/* フレキシブルボックス */
.flexbox {
  display: block;
}
.flexbox_all {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/* 大枠ボックス */
main.wrapper {
  width: 100%;
  margin: 0 auto;
  background-color: #FFFFFF;
  box-shadow: 0 0 1vw 0 rgba(0, 0, 0, 0.40);
  overflow: hidden;
}
section {
  padding: 0 0 1.5em;
  overflow: hidden;
}
.wrapper {
  width: 100%;
  margin: 0;
  position: relative;
}
.box {
  padding: 0 4vw;
}
.minbox {
  width: 88%;
  margin: .5em auto;
}
/* ボックス内共通設定 */
h1 {
  margin-bottom: 0;
  font-size: 1.6rem;
}
h2 {
  margin-bottom: 1em;
  padding: .2em .5em;
  font-size: 2.3rem;
}
h3, h4 {
  font-size: 2.0rem;
  line-height: 1.4;
  margin-bottom: .5em;
}
.img-txt {
  display: block;
  height: 0;
  line-height: 3;
  font-size: 1rem;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
  overflow: hidden;
}
/* -------------------------------------- ヘッダー header  */
header {
  display: flex;
  align-items: center;
  justify-content: space-around;
  height: 18vw;
  padding: 0;
  background-color: #FFFFFF;
  box-shadow: 0 1px 1vw 0 rgba(0, 0, 0, 0.40);
}
.logo {
  height: 0;
  padding-top: 12vw;
  background-image: url("../img/vn_logo.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  overflow: hidden;
}
/* -------------------------------------- パンくずリスト .path */
nav.path {
  padding: .8rem 2vw;
}
nav.path ul {
  display: inline-flex;
  flex-wrap: wrap;
}
nav.path li {
  font-size: .8em;
  white-space: nowrap;
}
nav.path li::after {
  content: "\03e";
  padding: 0 .5em;
}
nav.path li:last-child::after {
  content: "";
}
/* -------------------------------------- キャッチ .catch */
.catch {
  height: 72vw;
  background-image: url("../img/gt-ult_catch_sp.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  overflow: hidden;
  position: relative;
}
.catch .catch-txt {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.catch .catch-txt h1.img-txt {
  padding-top: 12vw;
  background-image: url("../img/gt-ult_catch_ttl.png");
}
.catch .catch-txt .sub-ttl {
  color: #FFFFFF;
  text-align: center;
  text-shadow: 0 0 2px #321e05;
}
/* -------------------------------------- 公開中のレッスン section.lsn */
.lsn {
  padding: 2rem 0 4rem;
  background-color: #f4f0ec;
}
.lsn .img-txt {
  padding-top: 9.3vw;
  background-image: url("../img/gt-ult_lsn-ttl.png");
}
.lsnbox {
}
.lsnbox .lsn-item {
  width: 92%;
  margin: 1em auto;
  padding: 1em 6%;
  background-color: #FFFFFF;
  border: 1px solid #d9d9d9;
}
.lsnbox .sp-hdn {
  content-visibility: hidden;
  display: none;
}
.lsnbox .lsn-item figure img {
  width: auto;
  max-height: 60vw;
  border: 6px double #d9d9d9;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.lsnbox .lsn-item figure a {
  color: inherit;
}
.lsnbox .lsn-item figure figcaption {
  padding: 1em 0 0;
}
/* -------------------------------------- ショップインフォ .shopinfo */
#shopinfo {
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 2rem;
  font-size: 1.8rem;
  line-height: 1.4;
  box-sizing: border-box;
}
#shopinfo p {
  font-size: 1.6rem;
}
#shopinfo img {
  width: auto;
  max-width: 100%;
}
#shopinfo .flexbox {
  align-items: flex-start;
  justify-content: center;
}
#shopinfo .shopinfo_l {
  width: 100%;
  padding: 0 4vw 0;
  border-right: none;
}
#shopinfo .shopinfo_r {
  width: 100%;
  padding: 0 4vw 0;
}
#shopinfo h2, #shopinfo h3 {
  margin: .5em 0;
  padding: 0 0 0 2rem;
  height: 3.6rem;
  position: relative;
  color: #FFFFFF;
  font-size: 1.8rem;
  font-weight: normal;
  text-align: left;
  line-height: 3.6rem;
  background-color: #321e05;
}
#shopinfo h2 {
  margin: 0 0 .5em;
  border: none;
}
#shopinfo h2::before, #shopinfo h3::before {
  content: "";
  display: block;
  width: 3px;
  height: 1em;
  background-color: #FFFFFF;
  position: absolute;
  top: 1rem;
  left: 1rem;
}
#shopinfo h4 {
  margin: 1em 0 .5em;
  font-size: 1.6rem;
  font-weight: bold;
  border-bottom: 1px solid #000;
}
#shopinfo ul, #shopinfo ol {
  letter-spacing: -1px;
  padding-left: 0;
  list-style-type: none;
}
#shopinfo .maxw60 {
  max-width: 60%;
}
#shopinfo .maxh60 {
  max-height: 60px;
}
#shopinfo .caution {
  background-color: #FFFFF4;
  border: 1px solid #CCCC00;
  padding: 1em;
}
#shopinfo .conv-ex {
  padding: .5em 2vw;
  background-color: #F0F0F0;
}
#shopinfo .conv-ex ol {
  margin-bottom: 0;
}
#shopinfo .conv-ex ol li {
  padding-left: 2.5em;
  font-size: 1.6rem;
  text-indent: -2.8em;
}
/* -------------------------------------- lightbox効果 .lightbox */
a.zoom-img {
  cursor: zoom-in;
}
.lightbox {
  content-visibility: hidden;
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  width: 100%;
  height: auto;
  transition: all .5s;
}
.lightbox picture {
  position: relative;
}
.lightbox.open {
  content-visibility: visible;
  visibility: visible;
  opacity: 1;
}
.lightbox figure {
  width: 92%;
  max-width: 900px;
  max-height: 80dvh;
  margin: 0 auto;
  position: fixed;
  left: 50%;
  top: calc(50% + 6vw);
  transform: translate(-50%, -50%);
  z-index: 110;
}
@media (min-aspect-ratio: 9/16) {
.lightbox figure {
  width: 88%;
  top: calc(50% + 5vw);
  }
}
.lightbox figure img {
  position: relative;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  margin: auto;
  z-index: 900;
}
.lightbox figcaption {
  position: relative;
  padding: 0.6rem 2.4rem 0.6rem 0.6rem;
  color: #fff;
  z-index: 101;
}
@media (min-aspect-ratio: 9/16) {
.lightbox figcaption {
  content-visibility: hidden;
  display: none;
}
}
.lightbox .close {
  display: block;
  position: absolute;
  right: 0;
  top: -3rem;
  text-decoration: none;
  z-index: 100;
}
.lightbox > .close {
  right: 1vw;
  top: 1vw;
}
.lightbox .close::after {
  content: "\00d7";
  position: relative;
  width: 2rem;
  height: 2rem;
  font-size: 1.5rem;
  padding: 0 0 0.15rem;
  color: #fff;
  cursor: pointer;
  background-color: rgba(0, 0, 0, .5);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.lightbox .close::before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  position: fixed;
  background-color: rgba(0, 0, 0, .8);
  cursor: default;
}
.lightbox .close:hover {
  opacity: 1;
}
#lightboxclose .x-txt::before {
  content: "× 閉じる";
  display: block;
  width: 8em;
  padding: .2em;
  color: #FFFFFF;
  font-size: 1.6rem;
  text-align: center;
  text-decoration: none;
  background-color: rgba(41,41,41,0.60);
  border: 2px solid rgba(255,255,255,1.0);
  border-radius: .5em;
  position: fixed;
  bottom: 2dvh;
  right: 4vw;
  z-index: 500;
}
#lightboxclose.zoom-img .x-txt::before {
  content: "× 閉じる";
}
#lightboxclose .x-txt::after {
  content: "×";
  display: block;
  width: 10vw;
  padding: 0;
  color: #FFFFFF;
  text-align: center;
  text-decoration: none;
  position: fixed;
  top: 16vw;
  right: 2vw;
  z-index: 999;
}
#lightboxclose {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  visibility: hidden;
  z-index: 100;
}
/* -------------------------------------- サブページコンテンツ .contents */
.contents {
  padding-top: 2rem;
}
.contents h2 {
  margin: 0 2vw 1em;
  padding: .5em 4vw;
}
.contents table {
  width: 100%;
}
.contents th {
  display: block;
  width: 100%;
  padding: .5em 0 0;
  text-align: left;
  white-space: nowrap;
  border-bottom: 1px solid #3D232B;
}
.contents td {
  display: block;
  width: 100%;
  padding: .2em 0 .5em;
}
.contents ul {
  margin-bottom: 0;
}
/* __________________________________________ プライバシーポリシー #privacy */
#privacy ol {
  list-style-type: decimal;
  padding-left: 1em;
}
#privacy h3 {
  font-weight: bold;
  border-bottom: 1px solid #3D232B;
}
#privacy h4 {
  color: #252525;
  font-size: 1em;
  font-weight: bold;
}
/* -------------------------------------- お問い合わせ .contact */
#contact iframe {
  width: 100%;
  /*height: 180vh;*/
  height: 100vh;
  margin-top: 3em;
}
/* -------------------------------------- フッター footer */
footer {
  padding: 1.6rem 0;
  color: #FFFFFF;
  background-color: #212529;
  border-top: 4px double #F5F2E9;
}
footer a, footer a:visited {
  color: #FFFFFF;
  text-decoration: none;
}
footer a:hover {
  color: #F5F2E9;
}
footer .flexbox {
  justify-content: center;
  margin-bottom: 2em;
}
footer nav ul li {
  padding: .5em 0;
  font-size: 1em;
  text-align: center;
  border-bottom: 1px dotted #AFA483;
  position: relative;
}
footer nav ul li a {
  display: block;
  padding: .5em 0;
}
footer nav ul li::after {
  content: "\03e";
  font-weight: bold;
  position: absolute;
  top: 1em;
  right: 1em;
}
footer .copy {
  font-size: .8em;
  text-align: center;
}
/* ----------------------------------------------------------------------------------------------------------------------------- */
/*　PCレイアウトここから　*/
/* ----------------------------------------------------------------------------------------------------------------------------- */
@media screen and (min-width: 481px) {
/*___________ 基本設定 ___________ */
html {
  /*scroll-behavior: auto;
scroll-padding-top: 0;*/
}
body {
  font-size: 1.8rem;
}
p {
  margin: 0 0 1em;
}
img {
  width: auto;
  height: auto;
}
.pc_view, .is-pc {
  content-visibility: visible;
  display: block;
}
span.pc_view, span.is-pc {
  display: block;
}
.smp_view, .is-sp {
  content-visibility: hidden;
  display: none;
}
span.smp_view, span.is-sp {
  display: none;
}
.pc_block {
  display: block;
}
.smp_block, .br {
  display: inline;
}
.v_hdn {
  visibility: hidden;
}
.sp.br_right {
  display: inline;
  text-align: match-parent;
}
.pc.br_right {
  display: block;
  text-align: right;
}
/* ____ リンクテキスト ____ */
a.no-link.sp {
  pointer-events: all;
}
/* ____ フロート設定 ____ */
.flo-l {
  margin-right: .5em;
}
.flo-r {
  margin-left: .5em;
}
/* ____ ボックス設定 ____ */
/* フレキシブルボックス */
.flexbox {
  display: flex;
}
/* 大枠ボックス */
main.wrapper {
  margin: 20px auto 0;
  width: 1000px;
}
section {
  padding: 0 0 30px;
  overflow: hidden;
}
.wrapper {
  width: 1000px;
  margin: 0 auto;
}
.box {
  width: 720px;
  margin: 0 auto;
  padding: 0;
}
.minbox {
  width: 650px;
  margin: 0 auto;
}
/* ボックス内共通設定 */
h1 {
  margin-bottom: 0;
  font-size: 2.2rem;
}
h2 {
  padding: 1em 1em .5em;
  font-size: 2.8rem;
}
h3 {
  font-size: 2.2rem;
  line-height: 1.6;
  margin-bottom: 1em;
}
h4 {
  font-size: 2.0rem;
  line-height: 1.4;
  margin-bottom: .5em;
}
/* -------------------------------------- ヘッダー header  */
header {
  flex-direction: column;
  width: 100%;
  height: 90px;
}
header .flexbox {
  align-items: center;
  justify-content: space-between;
  width: 980px;
}
header p {
  margin-bottom: 0;
}
.logo {
  padding-top: 70px;
}
/* -------------------------------------- パンくずリスト .path */
nav.path {
  width: 980px;
  margin: 0 auto;
  padding: 1em 1em 0;
}
nav.path ul {
  margin: 0;
}
/* -------------------------------------- キャッチ .catch */
.catch {
  height: 400px;
  background-image: url("../img/gt-ult_catch_pc.jpg");
}
.catch .catch-txt h1.img-txt {
  padding-top: 90px;
  background-size: 750px 90px;
}
.catch .catch-txt .sub-ttl {
  padding: 1em 0;
  font-size: 1.2em;
  text-shadow: 0 1px 2px #321e05;
}
/* -------------------------------------- 公開中のレッスン section.lsn */
.lsn {
  padding: 60px 0 100px;
}
.lsn .img-txt {
  padding-top: 70px;
  background-size: 750px 70px;
}
.lsn .img-txt + .sub-txt {
  padding: 1em 0;
  text-align: center;
}
.lsnbox {
  padding: 0 2%;
  flex-wrap: wrap;
  justify-content: space-around;
}
.lsnbox .lsn-item {
  width: 32%;
  margin: 1em auto;
  padding: 1em 2% 0;
  background-color: #FFFFFF;
  border: 1px solid #d9d9d9;
}
.lsnbox .sp-hdn {
  content-visibility: visible;
  display: block;
}
.lsnbox .sp-hdn a {
  content-visibility: hidden;
  display: none;
}
.lsnbox .lsn-item figure img {
  max-height: 240px;
  /*width: auto;
  border: 6px double #d9d9d9;
  position: relative;
  left: 50%;
  transform: translateX(-50%);*/
}
.lsnbox .lsn-item figure figcaption {
  padding: 1em 0 0;
}
/* -------------------------------------- ショップインフォ .shopinfo */
#shopinfo {
  width: 880px;
  margin-left: auto;
  margin-right: auto;
  padding: 4em 0 3em;
  font-size: 1.4rem;
  line-height: 1.4;
}
#shopinfo * {
  box-sizing: content-box;
}
#shopinfo .wrapper {
  width: 860px;
  padding: 0 0 3em;
}
#shopinfo p {
  font-size: 1.4rem;
}
#shopinfo img {
  width: auto;
  max-width: 100%;
}
#shopinfo .flexbox {
  align-items: flex-start;
  justify-content: center;
}
#shopinfo .shopinfo_l {
  width: 420px;
  padding-right: 19px;
  padding-left: 20px;
  border-right: 1px dotted #CCCCCC;
}
#shopinfo .shopinfo_r {
  width: 420px;
  padding-right: 20px;
  padding-left: 20px;
}
#shopinfo h2, #shopinfo h3 {
  margin: .5em 0;
  padding: 0 0 0 20px;
  height: 36px;
  position: relative;
  color: #FFFFFF;
  font-size: 1.6rem;
  font-weight: normal;
  text-align: left;
  line-height: 36px;
  background-color: #321e05;
}
#shopinfo h2 {
  margin: 0 0 .5em;
}
#shopinfo h2::before, #shopinfo h3::before {
  content: "";
  display: block;
  width: 3px;
  height: 1em;
  background-color: #FFFFFF;
  position: absolute;
  top: 10px;
  left: 10px;
}
#shopinfo h4 {
  margin: 1em 0 .5em;
  font-size: 1.6rem;
  font-weight: bold;
  border-bottom: 1px solid #000;
}
#shopinfo ul {
  letter-spacing: -1px;
  padding-left: 0;
  list-style-type: none;
}
#shopinfo .maxw60 {
  max-width: 140px;
}
#shopinfo .maxh60 {
  max-height: 60px;
}
#shopinfo .conv-ex {
  padding: .5em;
}
#shopinfo .conv-ex ol li {
  font-size: 1.4rem;
}
/* -------------------------------------- lightbox効果 .lightbox */
.lightbox figure {
  width: auto;
  margin: 0 auto;
  position: fixed;
  left: 50%;
  top: calc(50% - 50px);
  transform: translate(-50%, -50%);
  z-index: 110;
}
.lightbox figure img {
  max-width: 900px;
  max-height: 80dvh;
}
.lightbox .x-txt {
  content: "";
  display: block;
  padding: .5em;
  color: #FFFFFF;
  text-align: center;
  text-decoration: none;
  background-color: rgba(41,41,41,0.60);
  border-radius: .5em;
  position: absolute;
  bottom: 0;
  z-index: 200;
}
#lightboxclose .x-txt::before {
  /*content: "× 閉じる";
  display: block;
  width: 8em;
  padding: .2em;
  color: #FFFFFF;
  font-size: 1.6rem;
  text-align: center;
  text-decoration: none;
  background-color: rgba(41,41,41,0.60);
  border: 2px solid rgba(255,255,255,1.0);
  border-radius: .5em;
  position: fixed;
  z-index: 500;*/
  bottom: 10dvh;
  right: 15%;
}
#lightboxclose .x-txt::after {
  font-size: 1.2em;
  top: 20px;
  right: 10%;
}
/* -------------------------------------- サブページコンテンツ .contents */
.contents {
  padding-top: 40px;
}
.contents h2 {
  width: 700px;
  margin: 0 auto 1em;
  padding: .5em 1em;
}
.contents tr {
  border-bottom: none;
}
.contents th {
  display: table-cell;
  width: 30%;
  padding: 1em 0;
  text-align: center;
}
.contents td {
  display: table-cell;
  width: 70%;
  padding: .5em 0;
  border-bottom: 1px solid #3D232B;
}
.contents tr:last-child th, .contents tr:last-child td {
  border-bottom: none;
}
/* -------------------------------------- お問い合わせ .contact */
#contact iframe {
  width: 700px;
  height: 1200px;
  margin-top: 50px;
}
/* -------------------------------------- フッター footer */
footer {
  padding: 1.6rem 0;
  position: relative;
  z-index: 10;
}
footer .f-info.flexbox {
  justify-content: space-between;
  padding-top: 1em;
  padding-left: calc(50% - 500px);
  padding-right: calc(50% - 500px);
  background-color: #FFFFFF;
}
footer nav ul li {
  font-size: .8em;
  border-bottom: none;
  position: static;
}
footer nav ul li a {
  display: inline;
  padding: 0;
}
footer nav ul li::after {
  content: "-";
  margin: 0 0.5em;
  font-weight: normal;
  position: static;
}
footer nav ul li:last-of-type::after {
  content: "";
  margin: 0;
}
footer .f_nav {
  z-index: 10;
  background-color: #FFFFFF;
  border-top: 1px solid #000000;
}
footer .f_nav .logo {
  padding-top: 80px;
  background-size: 340px 80px;
}
footer .f_nav > .flexbox:last-child {
  padding: 1em 20px;
  margin-bottom: 0;
  justify-content: space-between;
  border-top: none;
}
}