@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:Futura, 'Century Gothic', YuGothic, 'Hiragino Kaku Gothic ProN','Yu Gothic', Meiryo;
    /*font-family: 'Waiting for the Sunrise', cursive;*/
    font-size: 30px;
    letter-spacing: 0.05em;
    color: #fff;
}
.header01__aside {
    font-size: 18px;
    color: #eee;
    font-family:Futura, 'Century Gothic', YuGothic, 'Hiragino Kaku Gothic ProN','Yu Gothic', Meiryo;
    /*font-family: 'Waiting for the Sunrise', cursive;*/
    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 {
    xfont-family:Futura, 'Century Gothic', YuGothic, 'Hiragino Kaku Gothic ProN','Yu Gothic', Meiryo;
    /*font-family: 'Waiting for the Sunrise', cursive;*/
    font-size: 15px;
    letter-spacing: 0;
}
.header03__main {
    xfont-family:Futura, 'Century Gothic', YuGothic, 'Hiragino Kaku Gothic ProN','Yu Gothic', Meiryo;
    /*font-family: 'Waiting for the Sunrise', cursive;*/
    font-size: 20px;
    letter-spacing: 0.085em;
    padding-top:.8rem;
}
.header04__title {
    font-size: 16px;
}

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

.index_areamap {padding:20px 0;}


.footer-info-header {
    font-family:Futura, 'Century Gothic', YuGothic, 'Hiragino Kaku Gothic ProN','Yu Gothic', Meiryo;
    /*font-family: 'Waiting for the Sunrise', cursive;*/
    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;
}

/* index-ticket */
.index-ticket__item-unit {
    font-size: 18px;
    padding-top: .5rem;
    }

.index-ticket__item-icon {
    width: 80%;
    margin: 0 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;
}
#header.scroll .header-row {
    margin-top: 0;
}
.header-logo {
    width: 150px;
    padding: 0;
}
body.home .header-logo {
    width: 160px;
    padding: 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: #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: .5em;
}
.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 {
    background: url(assets/img/index/kv_top2026.jpg) no-repeat center top;
    height: 100vh;
    background-size: cover;
}
.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 0;
    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%/2) - 5px);
	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%;
}
.instructors__thumb {
    width: 100%;
    aspect-ratio: 1/1;
    text-align: center;
    background: #fff;
}
.instructors__thumb img {
    /*height: 100%;*/
}
.single-instructors__thumb {
    display: block;
    width: 100%;
}
.single-instructors__movie iframe {
    width: 100%;
    height: 100%;
    aspect-ratio: 500/281;
}

/* news */
/* news - 画像サイズとタイトルの間隔調整 */
.archive-news-row { padding: 0 15px; overflow: hidden;}
.archive-news__item { display: block; width: 100%; margin-bottom: 30px; padding-bottom: 15px; border-bottom: 1px solid #eee; }
.archive-news__item-thumb { position: relative; width: 100%; margin-bottom: 25px; overflow: hidden; }
.archive-news__item-date { position: absolute; top: 10px; left: 15px; padding: 3px 7px; color: #fff; border-radius: 3px; background: #255c25; width: auto; z-index: 5; }
.archive-news__item-image { display: block; width: 100%; }
.archive-news__item-image img { width: 100vw !important; max-width: 100vw !important; height: auto !important; margin-left: -15px; margin-right: -15px; }
.attachment-medium.size-medium.wp-post-image { width: 100vw !important; max-width: 100vw !important; height: auto !important; margin-left: -15px; margin-right: -15px; }

.archive-news__item-body { display: block; width: 100%; padding: 0; }
.archive-news__item-title { font-size: 16px; margin-bottom: 12px; padding-top: 5px; writing-mode: horizontal-tb !important; -webkit-writing-mode: horizontal-tb !important; -ms-writing-mode: horizontal-tb !important; text-orientation: mixed !important; } /* padding-topを追加 */
.archive-news__item-title a { writing-mode: horizontal-tb !important; -webkit-writing-mode: horizontal-tb !important; -ms-writing-mode: horizontal-tb !important; text-orientation: mixed !important; color: #0099cc; } /* リンク色も調整 */
.archive-news__item-text { font-size: 14px; line-height: 1.5; writing-mode: horizontal-tb !important; -webkit-writing-mode: horizontal-tb !important; -ms-writing-mode: horizontal-tb !important; text-orientation: mixed !important; }
.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;
}


}