@charset "UTF-8";

/*--------------------------------------------------------------------------
----------------------------------------------------------------------------
----------------------------------------------------------------------------
汎用
----------------------------------------------------------------------------
----------------------------------------------------------------------------
--------------------------------------------------------------------------*/
html, body, div, span, object, iframe, article, aside, canvas, details, pre, figcaption, figure,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, 
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, input, textarea, select, button, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {font-size: 14px;}

/*sp限定*/
.pc {display: none!important;}

/*コンテナ*/
.container {width: calc(100% - 32px); max-width: 640px;}

/*@media screen and (min-width: 640px) {
	.container {width: calc(100% - 64px);}
}*/

/*--------------------------------------------------------------------------
部品
--------------------------------------------------------------------------*/
/*------------------------------------
汎用見出し
------------------------------------*/
.g-h {font-size: 2em;}

@media screen and (min-width: 768px) {
	.g-h {font-size: 2.5em;}
}

/*------------------------------------
汎用TOP見出し(下部ページ用)
------------------------------------*/
.page-heading,
.page-heading .inner {height: 320px; max-height: 40vh;}

.page-heading .txt {top: 50%;}

@media screen and (min-width: 768px) {
	.page-heading,
	.page-heading .inner {height: 400px;}
}

/*------------------------------------
MORE
------------------------------------*/
.more-wrap {margin: 20px 0 0;}
.more {padding: 10px 0;}

/*------------------------------------
スクロールダウン
------------------------------------*/
.scroll-down span {margin-bottom: 14px;}
.scroll-down .bar {height: 36px;}

/*------------------------------------
TOPに戻る
------------------------------------*/
.back-to-top {padding: 65px 0;}
.back-to-top a {width: 88px;}

/*------------------------------------
NEWS
------------------------------------*/
.news .news-list .entry a {flex-wrap: wrap;}
.news .news-list .entry h3 {width: 100%; margin-top: .5em;}

/*------------------------------------
ページネーション
------------------------------------*/
.pagination {margin-top: 30px;}

/*------------------------------------
blog-list
------------------------------------*/
.blog-list {display: block;}
.blog-list .entry {margin: 0 0 3em 0;}
.blog-list .entry .img {width: 100%; height: auto; padding-top: 70%; margin-bottom: 1em; position: relative;}
.blog-list .entry .img img {position: absolute; top: 0; left: 0;}
.blog-list .entry .blog-title {text-align: center;}
.blog-list .entry .blog-post-data {margin: 0.25em 0; justify-content: center;}
.blog-list .entry .excerpt {display: none;}

@media screen and (min-width: 768px) {
	.blog-list {display: flex;}
	.blog-list .entry {width: calc((100% - 56px) / 3); margin: 0 28px 4em 0;}
	.blog-list .entry:nth-of-type(3n) {margin-right: 0;}
	.blog-list .entry .blog-title {text-align: left;}
	.blog-list .entry .blog-post-data {justify-content: flex-start;}
	.blog-list .entry .excerpt {display: block;}
}

/*--------------------------------------------------------------------------
ヘッダー
--------------------------------------------------------------------------*/
header #humberger {width: 50px; height: 50px; position: fixed; top: 0px; right: 0px; padding: 15px 0; background: #ff9a64; box-sizing: border-box; flex-direction: column; justify-content: space-between; align-items: center; z-index: 9002;}
header #humberger:hover {cursor: pointer;}
header #humberger div {position: absolute; width: 26px; height: 2px; left: 50%; margin-left: -14px; background: #fff; border-radius: 3px; transition: .5s ease;}

header #humberger div:nth-child(1) {top: 12px; transition-delay: .5s,0s;}
header #humberger div:nth-child(2) {top: 22px; transition: opacity .3s ease .5s;}
header #humberger div:nth-child(3) {top: 32px; transition-delay: .5s,0s;}
.open-menu header #humberger div {transition-delay: 0s,.5s;}
.open-menu header #humberger div:nth-child(1) {top: 22px; transform: rotate(45deg);}
.open-menu header #humberger div:nth-child(2) {opacity: 0;}
.open-menu header #humberger div:nth-child(3) {top: 22px; transform: rotate(-405deg);}

header .container {width: 300px; max-width: 90%; height: 100vh; margin: 0; position: absolute; right: 0; background: url(../img/common/menu/menu-bg.jpg) top left; background-size: cover; transform: translateX(100%); transition: .5s ease;}
.open-menu header .container {transform: translateX(0);}
header .inner {height: 100vh; flex-direction: column; justify-content: center; background: rgb(253 249 233 / 95%);}

header .site-title {top: 16px; left: 0; width: 144px;}
header .site-title img {height: 90px;}
header .site-title a .company-name {bottom: -1.875em; left: 0; font-size: .85em; text-align: center; width: 100%;}

nav.global-nav {margin: 40px 0 30px;}
nav.global-nav ul {flex-direction: column;}
nav.global-nav ul li {margin-bottom: 12px;}
nav.global-nav ul li a {padding: 5px;}

header #nav-drawer {justify-content: center; padding: 16px; box-sizing: border-box;}

header #nav-drawer .global-nav {max-width: 280px; margin: 6vh auto 4vh;}
header #nav-drawer .global-nav ul {max-width: 340px; margin-left: 1em; flex-wrap: wrap;}
header #nav-drawer .global-nav ul li {width: calc(100% / 2); margin: 10px 0;}
header #nav-drawer .global-nav ul li.cell-2 {width: 100%;}
header #nav-drawer .global-nav ul li a,
header #nav-drawer .global-nav .nav-list > li > span {font-size: 1.25em;}
header #nav-drawer .global-nav .nav-list > li > span .arrow {margin-left: 8px;}
header #nav-drawer .global-nav .nav-list > li > ul.sub-nav {margin-left: 0;}
header #nav-drawer .global-nav .nav-list > li > .sub-nav li a {font-size: 1.2em;}

header #nav-drawer .info {padding: 1.125em 7.5% 1.25em; border-radius: 10px;}
header #nav-drawer .info .office-info .large {font-size: 1.725em;}

header #nav-bg {width: 150px; height: 140px; transition: 1s ease;}
.open-menu header #nav-bg {width: 275vh; height: 275vh; transition: .8s ease-out;}

@media screen and (min-width: 640px) {
	header #nav-drawer .global-nav {max-width: 360px; margin: 0 auto 5vh;}
	header #nav-drawer .global-nav ul li {margin: 15px 0;}
	header #nav-drawer .info {padding: 1.375em 7.5% 1.5em;}
	header #nav-drawer .info .office-info .address br {display: none;}
}

/*--------------------------------------------------------------------------
フッター
--------------------------------------------------------------------------*/
footer {padding: 45px 0 0;}
footer .container {display: flex; flex-direction: column; align-items: center;}

footer .inner-box {flex-direction: column; align-items: center;}

footer .site-logo {display: block; width: 180px; margin-bottom: 20px;}
footer .site-name {font-size: 1.5em; margin-bottom: 10px;}

footer .inner {display: flex; flex-direction: column; align-items: center;}
footer .inner .office-info {display: flex; flex-direction: column; align-items: center;}
footer .office-info * {line-height: 2.2;}
footer .inner .office-info dl {width: 100%;}
footer .office-info .contact a:before {width: 20px; height: 20px;}
footer .office-info .contact.tel {font-size: 24px;}

footer .site-map.flex {margin-top: 30px; flex-direction: column;}

footer .socials {margin-top: 30px;}
footer .socials img {width: 30px;}

footer #copyright {margin-top: 30px;}
footer .copyright {padding: 16px 0 16px; font-size: 10px;}

@media screen and (min-width: 640px) {
	footer .site-map.flex {flex-direction: row;}
	footer .site-map .list01 {margin: 0 40px;}
}

/*--------------------------------------------------------------------------
----------------------------------------------------------------------------
----------------------------------------------------------------------------
フロントページ
----------------------------------------------------------------------------
----------------------------------------------------------------------------
--------------------------------------------------------------------------*/

img[src$=".svg"].mask {display: none;}

/*------------------------------------
HERO HERDER
------------------------------------*/
#front .page-heading,
#front .page-heading .inner {height: 100vh; max-height: 100vh;}
#front .page-heading #top-slider .slick-track,
#front .page-heading #top-slider .slick-list,
#front .page-heading #top-slider .slick-list li {width: 100%; height: 100%;}

#front .page-heading #top-slider .img .contact-box {width: 320px; max-width: 100%; position: absolute; left: 50%; transform: translateX(-50%);}
#front .page-heading #top-slider .img .contact-box .label,
#front .page-heading #top-slider .img .contact-box a {text-align: center; padding: 5px 20px;}

#front .page-heading .scroll-down {bottom: calc(15.417vh + 11.49341vw);}

@media screen and (min-width: 640px) {
	#front .page-heading #top-slider .img .contact-box {width: auto; left: 10%; bottom: 10%; transform: translateX(0);}
	#front .page-heading #top-slider .img .contact-box br.sp {display: none;}
	#front .page-heading #top-slider .img .contact-box .label {padding: 12px 30px; font-size: 18px;}
	#front .page-heading #top-slider .img .contact-box a {padding: 12px 15px 12px 30px; font-size: 18px;}
}

/*------------------------------------
section title
------------------------------------*/
#front section {padding: 60px 0;}
#front section.sec-section {padding: 0;}
#front .sec-title {margin-bottom: 30px;}

/*------------------------------------
お知らせ
------------------------------------*/
#front .news-list {padding: 10px 5px;}

#front section.news {padding-bottom: 65px;}
#front section.news .news-list {flex-direction: column;}
#front section.news .news-list li:not(:last-child) {margin-bottom: 30px;}

@media screen and (min-width: 640px) {
	#front section.news .news-list {flex-direction: row; flex-wrap: wrap;}
	#front section.news .news-list li {width: calc(50% - 8px);}

}

/*------------------------------------
ごあいさつ
------------------------------------*/
#front .profile .greeting {flex-direction: column;}
#front .profile .greeting .contents-img {width: 100%; height: 100vh;}
#front .profile .greeting .contents-img .img img {object-position: 68% 50%;}
#front .profile .greeting .contents-img .name {bottom: 0; transform: translateY(31px);}
#front .profile .greeting .contents-img .name span.name-ja {margin-bottom: 10px; padding: 8px 60px 8px 30px;}
#front .profile .greeting .contents-img .name span.name-en {padding: 8px 20px 8px 30px;}

#front .profile .greeting .contents-txt {padding: 60px 16px;}
#front .profile .greeting .contents-txt .message-box .sec-title-greeting {flex-direction: column-reverse; align-items: center;}
#front .profile .greeting .contents-txt .message-box .sec-title-greeting .en {opacity: 0.7;}
#front .profile .greeting .contents-txt .message-box .sec-title-greeting .ja {font-size: 24px; margin: -25px 0 30px; position: relative; z-index: 1;}

#front .profile .greeting .contents-txt .message-box {max-width: 640px; margin: 0 auto;}
#front .profile .greeting .contents-txt .profile-box {max-width: 400px; margin: 0 auto;}
#front .profile .greeting .contents-txt .profile-box {flex-direction: column; margin-top: 20px; padding: 12px 0;}
#front .profile .greeting .contents-txt .profile-box h3 {justify-content: center;}
#front .profile .greeting .contents-txt .profile-box .brief-history-box,
#front .profile .greeting .contents-txt .profile-box .hobby-box {text-align: center; margin-top: 12px;}
@media screen and (min-width: 640px) {
	#front .profile .greeting .contents-txt .profile-box {max-width: 640px; position: relative; margin-top: 20px; padding: 40px 0 12px; flex-direction: row; justify-content: center;}
	#front .profile .greeting .contents-txt .profile-box h3 {position: absolute; top: 12px;}
	#front .profile .greeting .contents-txt .profile-box .brief-history-box,
	#front .profile .greeting .contents-txt .profile-box .hobby-box {margin-right: 60px;}
}

/*------------------------------------
ピアノ教室概要
------------------------------------*/
#front .classroom .inner {padding: 30px 0;}
#front .classroom dl {width: 90%; max-width: 400px;}
#front .classroom dl .group {margin-top: 10px; padding: 3px 0; box-sizing: border-box; flex-direction: column;}
#front .classroom dl .group:nth-of-type(odd) {background: #fbe9d6;}
#front .classroom dl .group .dd-contact {flex-direction: column;}

/*------------------------------------
レッスン概要
------------------------------------*/
#front .lesson .sec-title-lesson .en {height: 30px;}
#front .lesson .sec-section {margin-top: 40px;}
#front .lesson .sec-section .lesson-inner {flex-direction: column-reverse;}
#front .lesson .sec-section .lesson-inner .contents-img {margin-bottom: 30px;}
#front .lesson .sec-section .lesson-inner .contents-img .illust {display: none;}
#front .lesson .sec-section .lesson-inner .sec-sec-title span {font-size: 20px;}

/*------------------------------------
受講料金
------------------------------------*/
#front .tuition-fee .container {width: calc(100% - 10px); max-width: 600px;}
#front .tuition-fee .tuition-fee-inner {flex-direction: column;}
#front .tuition-fee .fee .note {margin-top: 10px;}
#front .tuition-fee .tuition-fee-inner .sec-section.lesson-schedule {margin-top: 30px;}

@media screen and (max-width: 440px) {
	#front .tuition-fee .tuition-fee-inner .sec-section.lesson-schedule {overflow: scroll;}
	#front .tuition-fee .tuition-fee-inner .sec-section.lesson-schedule table {width: 400px;}
}

/*------------------------------------
広告
------------------------------------*/
#front .advertisement .img {padding-top: 41.5%;}
#front .advertisement .more {bottom: 15%; left: 6%; width: 34%; min-width: 200px; padding: 3% 0;}
@media screen and (max-width: 460px) {
	#front .advertisement .more {bottom: 8%;}
}

/*------------------------------------
ギャラリー
------------------------------------*/
#front .gallery {padding: 50px 0 55px;}
#front .gallery #gallery-slide .slick-dots li:nth-of-type(n+9) {display: none;}
#front .gallery #gallery-slide.slick-dotted.slick-slider {margin-bottom: 60px;}
#front .gallery #gallery-slide .slick-slide {padding-bottom: 20px;}
#front .gallery #gallery-slide .slick-dots {width: calc(100% - 20px);}

/*--------------------------------------------------------------------------
----------------------------------------------------------------------------
----------------------------------------------------------------------------
テンプレ
----------------------------------------------------------------------------
----------------------------------------------------------------------------
--------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------
お知らせ個別ページ (single.php)
--------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------
お知らせアーカイブページ (archive.php)
--------------------------------------------------------------------------*/
/*#archive .container {padding: 40px 0;}

#archive .inner {padding: 16px; border-radius: 8px;}
#archive .news-list {margin-bottom: 10px;}
#archive .news-list .entry h3 {width: 100%; margin-top: .375em;}*/

/*--------------------------------------------------------------------------
固定ページ (page.php)
--------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------
----------------------------------------------------------------------------
----------------------------------------------------------------------------
固定ページ
----------------------------------------------------------------------------
----------------------------------------------------------------------------
--------------------------------------------------------------------------*/

/*--------------------------------------------------------------------------
お知らせ一覧 (archive-news.php)
--------------------------------------------------------------------------*/
#archive-news .page-heading .txt .page-title img[src$=".svg"] {width: 100px;}
#archive-news .container {padding: 40px 0;}
#archive-news .archive-news-area {padding: 1em;}

/*--------------------------------------------------------------------------
お知らせ個別 (single-news.php)
--------------------------------------------------------------------------*/
#single-news .page-heading .txt .page-title img[src$=".svg"] {width: 100px;}
#single-news .container {margin: 40px auto; padding: 5% 3%;}

/*--------------------------------------------------------------------------
ギャラリーページ (archive-gallery.php)
--------------------------------------------------------------------------*/
#gallery .page-heading .txt .page-title img[src$=".svg"] {width: 150px;}
#gallery section#bottom {padding-bottom: 65px;}

#gallery .photo-gallery {padding: 60px 0 40px;}
#gallery .photo-gallery .container {width: 100%; max-width: 100%;}
#gallery .photo-gallery .photo-gallery-list {display: flex; flex-wrap: wrap;}
#gallery .photo-gallery .photo-gallery-list .entry {width: 50%;}
#gallery .photo-gallery .photo-gallery-list .entry .img {width: 100%; padding-top: 100%;}
#gallery .photo-gallery .photo-gallery-list .entry img {width: 100%; height: 100%; object-fit: cover; object-position: center; position: absolute; top: 0; left: 0;}
@media screen and (min-width: 640px) {
	#gallery .photo-gallery .photo-gallery-list .entry {width: 25%;}
}

/*--------------------------------------------------------------------------
お問い合わせ (contact.php)
--------------------------------------------------------------------------*/
#contact .page-heading .txt .page-title img[src$=".svg"] {width: 150px;}

#contact .container {padding: 40px 0 65px;}
#contact #bottom {padding-bottom: 65px;}

#contact .form dl {margin-bottom: 30px;}
#contact .form dl dt {margin-bottom: .75em;}
#contact .form dl dt .required {font-size: .85em;}

#contact .form input[type="text"],
#contact .form input[type="email"],
#contact .form input[type="tel"],
#contact .form input[type="date"],
#contact .form input[type="datetime-local"],
#contact .form textarea,
#contact .form select {padding: 8px 12px;}

#contact .form .consent {margin-bottom: 32px;}
#contact .form .consent h2 {font-size: 1.25em;}

/*--------------------------------------------------------------------------
プライバシーポリシー (privacy.php)
--------------------------------------------------------------------------*/
#privacy .privacy {padding-bottom: 65px;}
#privacy .privacy .g-h {font-size: 1.6em;}
#privacy .privacy p.message {padding-bottom: 1.5em;}
#privacy .privacy h3 {font-size: 1.5em; padding: 2.25em 0 1.25em;}
@media screen and (min-width: 640px) {
	#privacy .container {width: 90%;}
	#privacy .privacy {padding-bottom: 140px;}
	#privacy .privacy h3 {font-size: 1.75em; padding: 3.375em 0 1.875em;}
}
@media screen and (min-width: 460px) {
	#privacy .privacy .g-h {font-size: 2.0em;}
	#privacy .privacy h3 {display: flex; align-items: center; padding: 2.5em 0 1.25em;}
}

/*--------------------------------------------------------------------------
404.php
--------------------------------------------------------------------------*/
#notfound #top {padding-top: 70px;}
#notfound #bottom {padding-bottom: 65px;}
#notfound img[src$=".svg"].notfound {margin: 0px auto 50px;}
#notfound h1 {font-size: 4.75em;}
#notfound h2 {font-size: .9rem;} 
#notfound p {font-size: .9rem; margin: 0 0 50px;}
#notfound .link-to-top-page a {width: 88px;}

#notfound .wrapper.type02 .inner {padding-top: 60px;}
#notfound .wrapper.type02 .inner h1 {top: -35px;}

@media screen and (min-width: 640px) {
	#notfound .wrapper.type02 .inner h1 {top: -50px;}
}

/*--------------------------------------------------------------------------
投稿 (single.php)
--------------------------------------------------------------------------*/
#post #single {padding: 90px 0 65px;}

/*--------------------------------------------------------------------------
投稿汎用要素
--------------------------------------------------------------------------*/
#single * {font-size: .925rem;}

#single h2 {margin: 45px 0 15px 0;}
#single h3 {margin: 40px 0 13px 0;}
#single h4 {margin: 35px 0 11px 0;}
#single h5 {margin: 30px 0 9px 0;}
#single h6 {margin: 25px 0 7px 0;}

#single h2:first-child {margin: 0 0 15px 0;}
#single h3:first-child {margin: 0 0 13px 0;}
#single h4:first-child {margin: 0 0 11px 0;}
#single h5:first-child {margin: 0 0 9px 0;}
#single h6:first-child {margin: 0 0 7px 0;}

#single h2 {font-size: 1.35rem;}
#single h3 {font-size: 1.225rem;}
#single h4 {font-size: 1.1rem;}
#single h5 {font-size: 1rem;}
#single h6 {font-size: .925rem;}
#single hr {margin: 40px 0;}

#single p {line-height: 1.75; margin: 0 0 30px 0;}
