@charset "utf-8";

@media screen and (max-width:767px) {

/* utility */
.display-sp {
  display: block;
}
.display-pc {
  display: none;
}
.f20 {
    font-size: 1.6rem;
}

br.sp {display:none;}

/* layout */
#wrapper {
	flex-wrap: wrap;
}
#wrapper #main {
    float: none;
    width: 100%;
}
#sidebar {
    float: none;
    width: 100%;
	margin: 0;
}
#footer {
    padding: 25px 0;
}
.container {
    width: 100%;
}
.page-wrapper {
    padding: 30px 0;
}

.index-ticket__item-rec-icon {
    position: absolute;
    right: 10px;
    top: -20px;
    }



.header01__main {
    margin: 18px 0;
    font-size: 18px;
    font-weight: bold;
}
.header01__main_en {
    font-family: 'Waiting for the Sunrise', cursive;
    xfont-family: "Asenine", sans-serif;
    font-size: 30px;
    letter-spacing: 0.05em;
    color: #fff;
}
.header01__aside {
    font-size: 18px;
    color: #eee;
    font-family: 'Waiting for the Sunrise', cursive;
    xfont-family: "Asenine", sans-serif;
    letter-spacing: 0.085em;
}
.header02__aside.asidejp {
    margin-bottom: 0.8rem;
    font-size: 16px;
}
.header03 {
    margin-bottom: 20px;
    text-align: center;
    line-height: 1;
}
.header03__aside {
    font-family: 'Waiting for the Sunrise', cursive;
    xfont-family: "Asenine";
    font-size: 20px;
    letter-spacing: 0.085em;
}
.header03__main {
    font-family: 'Waiting for the Sunrise', cursive;
    xfont-family: "Asenine";
    font-size: 30px;
    letter-spacing: 0.085em;
}
.header04__title {
    font-size: 16px;
}

/*
body .page {
    padding: 25px 0;
}
*/
.section-body01 {
    font-size: 14px;
}




.footer-info-header {
    font-family: "Asenine", sans-serif;
    letter-spacing: 0.085em;
    margin-bottom: 10px;
    font-size: 24px;
    text-align: center;
}
.footer_logo {
    width: 100%;
}
.footer-info-icons {
    text-align: center;
}
.footer-likebox__item {
    margin: 15px auto;
}



/* modules */
body{
	overflow-y: scroll;
}
body.is-gnav {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.header-label-container {
    display: none;
}
body.home .header-label-container {
    display: block;
}
.header-wrap {
    padding-top: 60px;
}
body.home .header-wrap {
    padding-top: 80px
}
.header-row {
    margin-top: 10px;
}
body.home .header-row,
#header.scroll .header-row {
    margin-top: 0;
}
.header-logo {
    width: 150px;
    padding: 0;
}
body.home .header-logo {
    width: 120px;
    padding: 10px 0;
}
#header.scroll .header-logo {
    width: 120px;
    padding: 10px 0;
}
.gnav {
	position: fixed;
	top: 0;
	left: 0;
	display: block;
	min-width: 100vw;
	width: 100%;
	height: 100%;
	padding: 50px;
	color: #fff;
	overflow-y: scroll;
	opacity: 0;
	visibility: hidden;
	z-index: -1;
	transition: 0.3s;
}
.gnav.is-gnav {
	opacity: 1;
	z-index: 1000;
	background-color:#eefaf2;
	visibility: visible;
}

/*メニューボタン 画面右上に固定*/
.gnav-toggle {
	position: fixed;
	top: 0;
	right: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 60px;
	height: 60px;
	color: #222;
	cursor: pointer;
	z-index: 1000;
}
.gnav-toggle__bar {
	width: 30px;
	height: 1px;
	background: #222;
	margin: 6px 0 0;
	transition: .2s;
}
.gnav-toggle__bar:nth-child(1) { margin-top: 0;}
.gnav-toggle__bar:nth-child(1).is-gnav { transform: translateY(7px) rotate(-45deg);}
.gnav-toggle__bar:nth-child(2).is-gnav { opacity: 0; }
.gnav-toggle__bar:nth-child(3).is-gnav { transform: translateY(-7px) rotate(45deg);}

.gnav-toggle__label {
	line-height: 1;
	text-align: center;
	margin: 10px 0 0;
 }
.gnav-toggle__label::before{ content: "MENU";}
.gnav-toggle__label.is-gnav::before{ content: "CLOSE";}

.gnav__list {
	opacity: 0;
}
.gnav.is-gnav .gnav__list {
    opacity: 1;
}
.gnav__list > .menu-item {
    display: block;
    text-align: left;
}
.gnav__list > .menu-item + .menu-item {
    margin-top: 1em;
}
.gnav__list > .menu-item > a {
    display: inline-block;
    padding: 7px 15px;
    font-size: 16px;
}
.gnav__list > .menu-item.fa:before {
    display: inline-block;
}

/* 240808 kagawa */
.gnav li .fa-light, .gnav li .fal { font-size:1.6rem; margin-right:10px;}

.sub-menu {
    position: relative;
    top: -5px;
    padding-left: 2.5em;
    visibility: hidden;
    opacity: 0;
}
.gnav.is-gnav .sub-menu {
    visibility: visible;
    opacity: 1;
}
.sub-menu .menu-item a {
    background: none;
    font-size: 14px;
}
.sub-menu .menu-item a:hover {
	background: none;
}


.btn-col {
    display: block;
}
.btn-outer {
    width: 100%;
}
.btn01 {
    width: 100% !important;
    font-size: 12px;
}





.page-kv {
    height: 120px;
}
.page-kv__title {
	margin-top: 0;
	font-size: 20px;
}
.page__title {
    font-size: 16px;
}


/* top */
.index-kv {
    height: 100vh;
}
.index-kv__text-main {
    padding-top: 130px;
}
.index-kv__text-main img {
    max-width: 100%;
}
.index-kv__meta-item {
    font-size: 18px;
}
.index-kv__meta-item2 {
    font-size: 14px;
    padding: 15px 1rem;
margin-top: 20px;
line-height:1.8;
}

#index-theme {
    padding: 35px 0 50%;
    background-position: center bottom 2%;
    background-size: 60% auto;
}


#index-news {
    padding: 30px 0 18px;
}
.index-news__item-title {
    margin: 10px 0 7px;
    font-size: 14px;
}
.index-news-footer-btn-outer {
    display: block;
}




#index-instructor {
    padding: 30px 0 15px;
}
.index-instructor__item {
    width: calc((100% - 25px) / 2);
	margin: 0;
    padding: 10px;
}
.index-instructor__list.index-instructor__list_top {
    gap: 0;
}
.index-instructor__item_top {
    margin: 0;
}
.instructors__thumb_top {
    width: auto;
    height: auto;
}
.instructors__name-ja {
    font-size: 12px;
}
.instructors__name-en {
    font-size: 11px;
}


/* archive */
.lesson-search-row {
    margin-bottom: 3px;
}
.lesson-search-col.col--header {
    width: 100px;
    padding: 10px 3px;
    font-size: 13px;
}
.radio-btn01-label {
    margin: 3px 0;
    padding: 0.35em .5em;
}
.archive-lesson__list {
    gap: 10px;
    margin: 10px auto 25px;
}
.archive-lesson__item {
    width: 100%;
	padding: 0;
}
.archive-lesson__item-inner {
    display: flex;
}
.archive-lesson__item__thumb {
    width: 120px;
    height: auto;
}
.archive-lesson__item__thumb img {
    height: auto;
}
.archive-lesson__item__body {
    flex: 1;
}




/* single instructor */
.single-instructors {
    display: block;
}
.single-instructors__thumb {
    display: block;
    width: 100%;
}
.single-instructors__body {
    display: block;
    padding: 10px 0 0;
}
.single-instructors__name-en {
    font-size: 14px;
}
.single-instructors__name-ja {
    font-size: 24px;
}
.single-instructors__meta-row__title {
    display: block;
}
.single-instructors__meta-row__body {
    display: block;
    margin: .2em 0 0;
    padding: 10px;
}

/* single lesson */
.single-lesson__thumb {
    max-width: 100%;
}
.single-lesson__thumb img {
    max-width: 100%;
    width: 100%;
}
.single-page-wrap {
    width: 100%;
}
.single-lesson__title {
    font-size: 20px;
}
.single-lesson__meta-row__title {
    display: block;
    margin-bottom: 7px;
}
.single-lesson__outline-title {
    font-size: 20px;
}





/* instructor */
#archive-instructor {
    padding: 20px 0;
}
.archive-instructor__header {
    width: 100%;
}
.single-instructors__thumb {
    display: block;
    width: 100%;
}
.single-instructors__movie iframe {
    width: 100%;
    height: 100%;
    aspect-ratio: 500/281;
}

/* news */
.archive-news-row {
    padding: 0 15px;
}
.archive-news__item-title {
    font-size: 16px;
}
.single-news__body {
    padding: 0;
}
.single-news__date {
    position: relative;
    top: 0;
    width: 100%;
    margin-bottom: 15px;
    padding: 10px;
    font-size: 16px;
}


/* contact */
.contact-thumb {
    float: none;
	width: 100%;
	margin-bottom: 20px;
}

/*========================================

   timetable

===================================*/
.p-schedule-table-col {
    /*width: calc((100% - 10px* 7) / 8);*/
	width: 150px;
}
.p-schedule-iconinfo {
    font-size: 13px;}
.p-schedule-date__list {
    gap: 0 6px;
}
.p-schedule-date__item {
	width:25%;
    line-height: 1;
}
.p-schedule-date__item__tab {
	font-size:12px;
}
.p-schedule-table-header {
    font-size: 11px;
}
.p-schedule-table-desc {
    font-size:13px;
  }
  .p-schedule-notice {font-size:12px;}
  .p-schedule-notice span {font-size:14px;}
}


/*========================================
   schedule class item - スマホは縦並び
===================================*/
@media screen and (max-width:767px) {
.p-schedule-class__item-inner-f {
  display: flex !important;
  flex-direction: column !important; /* 縦並びにする */
  align-items: stretch !important;
}

.p-schedule-class__item__thumb-f {
  width: 100% !important; /* 画像を横幅いっぱいに */
  height: 150px !important; /* 統一された高さ */
  overflow: hidden !important;
  border-radius: 4px;
  margin-bottom: 10px !important; /* 画像とテキストの間隔 */
}

.p-schedule-class__item__thumb-f img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
}

.p-schedule-class__item__body {
  flex: none !important;
  width: 100% !important;
}

.p-schedule-class__item__title {
  font-size: 14px !important;
  line-height: 1.4 !important;
  margin-bottom: 8px !important;
}
}