@charset "shift_jis";

/* CSS Document */
html {
    box-sizing: border-box;
}

body {
    text-align: center;
    margin: 0;
}

/* container */
#container {
    width: 100%;
    margin: 0 auto;
    background-color: #FFF;
    text-align: left;
}

/* wrapper */
#wrapper {
    display: flex;
    flex-direction: row;
    /* 横並び（デフォルト） */
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
    gap: 20px;
    /* 任意の余白 */
}

/* header */
header {
    background-color: #FFF;
    background-image: url(../img/top_bar_3.gif);
    background-repeat: repeat-x;
    height: 120px;
    width: auto;
    margin: 0 auto;
    padding: 10px 0px 10px 0px;
    font-size: 100%;
}

#header_main {
    position: relative;
    width: 1200px;
    height: 120px;
    margin: 0 auto;
    background-color: #fff;
}

/* 左上：h1 + 画像 縦並び */
header .left_area {
    position: absolute;
    left: 5px;
}

header .logo {
    font-size: 75%;
    margin: 0 0 8px 0;
    /* 下に余白をつけて画像と分ける */
    line-height: 1.5;
}

header .logoimg {
    display: block;
    height: 85px;
}

/* 中央：キャッチコピー */
header .copy {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 16px;
    width: 670px;
    text-align: center;
}

/* 右上：お問い合わせ */
header .contact {
    position: absolute;
    top: 40px;
    right: 10px;
    border-radius: 100px;
    display: block;
    width: 180px;
    height: 50px;
    padding: 13px;
    box-sizing: border-box;
    background: #ff8c00;
    color: #FFF;
    text-decoration: none;
    text-align: center;
}

header .contact:hover {
    text-decoration: underline;
}

/* navbar */
#navbar {
    background-color: #00aadf;
    width: auto;
    height: 45px;
}

#navbar ul {
    display: flex;
    width: 1200px;
    list-style: none;
    margin: auto;
}

#navbar li {
    margin: auto;
    padding: 10px 0 7px 0;
}

#navbar a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 0 0 7px 0;
}

#navbar a:visited {
    color: #fff;
    text-decoration: none;
}

#navbar a:hover {
    color: #fff;
    border-bottom: #ff6e00 solid 3px;
    text-decoration: none;
}

/* mainimage */
#mainimage {
    width: 100%;
    height: 500px;
    margin: 3px 0 0 0;
    background-image: url(/img/top_image.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    clear: both;
}

#guitar_img {
    width: 100%;
    height: 500px;
    margin: 3px 0 0 0;
    background-image: url(/img/top_guitar.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    clear: both;
}

#jazzguitar_img {
    width: 100%;
    height: 500px;
    margin: 3px 0 0 0;
    background-image: url(/img/top_jazzguitar.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    clear: both;
}

#drum_img {
    width: 100%;
    height: 500px;
    margin: 3px 0 0 0;
    background-image: url(/img/top_drum.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    clear: both;
}

#bass_img {
    width: 100%;
    height: 500px;
    margin: 3px 0 0 0;
    background-image: url(/img/top_bass.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    clear: both;
}

#woodbass_img {
    width: 100%;
    height: 500px;
    margin: 3px 0 0 0;
    background-image: url(/img/top_woodbass.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    clear: both;
}

#vocal_img {
    width: 100%;
    height: 500px;
    margin: 3px 0 0 0;
    background-image: url(/img/top_vocal.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    clear: both;
}

#dtm_img {
    width: 100%;
    height: 500px;
    margin: 3px 0 0 0;
    background-image: url(/img/top_dtm.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    clear: both;
}

#classicguitar_img {
    width: 100%;
    height: 500px;
    margin: 3px 0 0 0;
    background-image: url(/img/top_classicguitar.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    clear: both;
}

#ukulele_img {
    width: 100%;
    height: 500px;
    margin: 3px 0 0 0;
    background-image: url(/img/top_ukulele.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    clear: both;
}

#piano_img {
    width: 100%;
    height: 500px;
    margin: 3px 0 0 0;
    background-image: url(/img/top_piano.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    clear: both;
}

#flute_img {
    width: 100%;
    height: 500px;
    margin: 3px 0 0 0;
    background-image: url(/img/top_flute.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    clear: both;
}

#clarinet_img {
    width: 100%;
    height: 500px;
    margin: 3px 0 0 0;
    background-image: url(/img/top_clarinet.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    clear: both;
}

#cajon_img {
    width: 100%;
    height: 500px;
    margin: 3px 0 0 0;
    background-image: url(/img/top_cajon.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    clear: both;
}

/* パンくずリスト */
.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    font-size: 0.9rem;
    padding: 10px 0 10px 5px;
    clear: both;
    float: left;
    margin: 0;
}

.breadcrumb li:not(:last-of-type)::after {
    content: ">";
    margin: 0.6em;
    /* 記号の左右の余白 */
    color: #666;
    /* 記号の色 */
    padding: 0;
    white-space: nowrap;
    /* 折り返さずに表示 */
}

/* maincontents */
main {
    flex: 1;
    /* 残りを使用 */
    order: 2;
    /* PC時：2番目 → 右側 */
}

main h2 {
    background-color: #e7e7e7;
    border-bottom: #00acee solid 3px;
    text-align: left;
    width: 940px;
    height: 30px;
    margin-top: 22px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-top: 15px;
    font-size: 110%;
    font-weight: bold;
    color: #111;
    clear: both;
}

main h3 {
    width: 940px;
    height: 20px;
    background-image: url(../img/star.gif);
    background-repeat: no-repeat;
    background-position: left center;
    margin: 10px 3px 5px 3px;
    padding: 5px 0 7px 25px;
    border-bottom: #ccc solid 5px;
    font-size: 105%;
    font-weight: bold;
    color: #222;
}

main h4 {
    margin: 10px 5px 5px 5px;
    padding: 20px 0 5px 15px;
    font-size: 105%;
    font-weight: bold;
    border-bottom: dotted #CCC 3px;
}

main h5 {
    margin: 12px 0 5px 2px;
    padding: 20px 0 5px 20px;
    font-size: 100%;
    font-weight: bold;
    border-bottom: dotted #CCC 1px;
}

main p {
    font-size: 100%;
    padding: 10px 15px 5px 15px;
}

/* キャッチコピー セクション */
#catch h2 {
    width: auto;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    background-color: #fff;
    border-bottom: 3px solid;
    margin: 10px 5px 5px 5px;
    padding: 10px 10px 13px 10px;
}

#catch p {
    text-align: center;
    font-size: 100%;
    padding: 10px 15px 5px 15px;
}

main .midashi01 dt {
    background-image: url(../img/star.gif);
    background-repeat: no-repeat;
    background-position: left center;
    border-bottom: #ccc solid 3px;
    font-size: 100%;
    font-weight: bold;
    margin: 20px 5px 3px 5px;
    padding: 0 0 0 25px;
}

main .midashi01 dd {
    background-image: url(../img/yajirushi.gif);
    background-repeat: no-repeat;
    background-position: left center;
    margin: 0 0 0 18px;
    padding: 4px 15px 4px 22px;
    font-size: 100%;
}

main .midashi02 dt {
    border-bottom: #ccc solid 3px;
    font-size: 110%;
    font-weight: bold;
    margin: 5px 5px 13px 5px;
    padding: 5px 5px 8px 5px;
}

main .midashi02 dd {
    background-image: url(../img/circle.gif);
    background-repeat: no-repeat;
    background-position: left center;
    margin: 0 0 0 20px;
    padding: 4px 0 4px 22px;
    font-size: 100%;
    clear: both;
}

main .midashi01 .kangei {
    background: none;
    padding: 10px 0 20px 25px;
    font-size: 100%;
}

main .midashi02 .kangei {
    background: none;
    padding: 10px 0 20px 25px;
    font-size: 100%;
}

main .midashi01 a {
    text-decoration: underline;
}

main .midashi01 a:hover {
    text-decoration: none;
}

main .course_nav {
    text-align: right;
}

main .course_nav a {
    margin: 50px 7px 0 0;
    margin-top: 80px;
    text-decoration: none;
    font-size: 100%;
    font-weight: 600;
}

main ul {
    padding: 7px 0 7px 0;
}

main .drum_school li {
    margin: 0 0 0 20px;
    padding: 7px 0 7px 25px;
    font-size: 100%;
}

main .course_p {
    padding: 5px 0 10px 38px;
}

main .lin_01 {
    background-image: url(../img/yajirushi_01.gif);
    background-repeat: no-repeat;
    background-position: left center;
    margin: 10px 0 0 5px;
    padding: 4px 0 4px 15px;
    font-size: 100%;
}

#fee picture img {
    margin: 10px 0 10px 10px;
}

#fee li {
    background-image: url(../img/circle.gif);
    background-repeat: no-repeat;
    background-position: left center;
    font-size: 100%;
    margin: 3px 0 3px 20px;
    padding: 5px 5px 0 15px;
}

#fee table {
    width: 95%;
    border-collapse: collapse;
    margin: 5px 5px 5px 20px;
    table-layout: fixed;
    text-align: center;
}

#fee table th {
    background-color: #00acfe;
    border-right: 1px solid #fff;
    font-size: 100%;
    color: #fff;
    padding: .7em;
}

#fee table tr {
    border: 1px solid #bbb;
    font-size: 100%;
    padding: .7em;
}

#fee table td {
    background-color: #fff;
    border: 1px solid #bbb;
    font-size: 100%;
    font-weight: 600;
    padding: .7em;
}

#maincontents .trial_link {
    display: inline-block;
    margin: 0 0 0 10px;
    padding: 10px 20px;
    background-color: #00cc00;
    border-radius: 8px;
    font-weight: bold;
    color: #fff;
}

main .side a {
    background-image: url(../img/yajirushi_01.gif);
    background-repeat: no-repeat;
    background-position: left center;
    margin: 5px 0 5px 30px;
    padding: 5px 0 5px 20px;
    display: block;
    text-decoration: none;
    font-size: 100%;
}

#studio dt {
    padding: 5px 10px 5px 10px;
    border-bottom: #888 solid 1px;
}

#studio dd {
    border-bottom: #888 solid 1px;
}

#studio li {
    border-bottom: #888 solid 1px;
}

#studio a {
    display: block;
    font-weight: bold;
    font-size: 100%;
}

#studio .instructor_link {
    background-image: url(../img/yajirushi_01.gif);
    background-repeat: no-repeat;
    background-position: left center;
    margin: 0 0 0 30px;
    padding: 20px 0 20px 25px;
}

#course ul {
    padding: 5px 10px 5px 10px;
    border-bottom: #888 solid 1px;
}

#course li {
    border-bottom: #888 solid 1px;
}

#course a {
    display: block;
}

#list li {
    padding: 5px 10px 5px 10px;
    border-bottom: #fff solid 1px;
}

#list a {
    display: block;
}

.form {
    background: #f0f0f0;
    margin: 3px;
    padding: 5px 10px 5px 10px;
    border-radius: 15px 15px 15px 15px;
}

.form_border {
    border-bottom: #666 solid 1px;
}

.trial {
    margin: 5px 5px 0 15px;
}

#trial input {
    margin: 5px 0 5px 0;
}

#school_list .school_list_p {
    padding: 10px 10px 5px 37px;
}

/* sidebar */
aside {
    flex: 0 0 260px;
    /* 固定幅 */
    order: 1;
    /* PC時：1番目 → 左側 */
}

aside p {
    font-size: 100%;
    padding: 5px 0 5px 10px;
}

aside img {
    margin: 2px 0 10px 0;
}

aside h3 {
    background-color: #e7e7e7;
    border-bottom: #c1c1c1 solid 3px;
    width: 217px;
    margin: 5px 0 0 2px;
    padding: 5px 0 3px 15px;
    font-size: 100%;
    font-weight: bold;
}

aside .side {
    font-size: 100%;
    width: 229px;
    border: solid #ddd 1px;
    margin-left: 2px;
}

aside .side a {
    background-image: url(../img/yajirushi_01.gif);
    background-repeat: no-repeat;
    background-position: left center;
    margin: 0 0 0 8px;
    padding: 5px 0 5px 20px;
    display: block;
    text-decoration: none;
}

aside .side_info {
    font-size: 100%;
    width: 229px;
    border: solid #ddd 1px;
    margin-left: 2px;
}

aside .side_info_01 {
    margin: 5px 0 5px 10px;
}

aside .side .area {
    padding: 5px 0 3px 10px;
}


aside .side .side01 {
    padding: 3px 0 2px 10px;
}

aside .side .side02 {
    padding: 0 0 0 3px;
}

aside .time {
    margin: 0 0 0 20px;
}

/* footer */
footer {
    display: flex;
    justify-content: center;
    background-color: #e7e7e7;
    width: 100%;
    height: 100%;
    clear: both;
    font-size: 100%;
    margin: 10px 0 0 0;
    padding: 10px 0 0 0;
}

footer p {
    font-size: 100%;
    margin: 3px 15px 0 15px;
    padding: 3px 10px 2px 10px;
}

footer a {
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
}

footer .privacy_link {
    background-image: url(../img/yajirushi_01.gif);
    background-repeat: no-repeat;
    background-position: left center;
    margin: 0 0 0 8px;
    padding: 5px 0 5px 20px;
}

footer #link_nav {
    margin: 5px 15px 5px 15px;
}

footer address {
    padding: 10px 0 10px 0;
}

footer .footer_1 {
    flex: 1 5 auto;
    margin: 5px 5px 5px 80px;
}

footer .footer_2 {
    flex: 1 1 auto;
    margin: 30px 0 0 0;
}

footer .footer_3 {
    flex: 1 1 auto;
    margin: 5px 5px 5px 5px;
}

footer .footer_4 {
    flex: 1 1 auto;
    margin: 5px 50px 5px 15px;
}

#footer_end {
    background-color: #e7e7e7;
    width: 100%;
    height: 100%;
    font-size: 100%;
    text-align: center;
    margin: 0 auto;
    padding: 15px 0 60px 0;
}

#trial_footer {
    position: fixed;
    left: 0;
    bottom: 0;
    margin: 10px 0 0 0;
    padding: 5px 10px 5px 10px;
    width: 100%;
    background-color: #00aadf;
    box-shadow: 0 -4px 5px rbga(0, 0, 0, 0, 6)
}

#trial_footer p {
    text-align: center;
    color: fff;
    font-weight: bold;
}

#trial_footer .trial_link {
    display: inline-block;
    margin: 0 0 0 10px;
    padding: 10px 20px;
    background-color: #00cc00;
    border-radius: 8px;
    color: #fff;
}

.pc {
    display: none;
}

.mb {
    display: none;
}

/* よくある質問2 開始*/
/*アコーディオン全体*/
.accordion-area {
    list-style: none;
    width: 100%;
    max-width: 940px;
    margin: 0 auto;
}

.accordion-area dl {
    border-bottom: 1px solid #999;
    margin: 0 10px 0 10px;
}

/*アコーディオンタイトル*/
.title {
    position: relative;
    /*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    font-size: 1rem;
    font-weight: normal;
    padding: 3% 3% 3% 50px;
    transition: all .5s ease;
}

/*アイコンの＋と×*/
.title::before,
.title::after {
    position: absolute;
    content: '';
    width: 15px;
    height: 2px;
    background-color: #333;
}

.title::before {
    top: 48%;
    left: 15px;
    transform: rotate(0deg);
}

.title::after {
    top: 48%;
    left: 15px;
    transform: rotate(90deg);
}

/*　closeというクラスがついたら形状変化　*/

.title.close::before {
    transform: rotate(45deg);
}

.title.close::after {
    transform: rotate(-45deg);
}

/*アコーディオンで現れるエリア*/
.box {
    display: none;
    /*はじめは非表示*/
    background: #f3f3f3;
    margin: 0 3% 3% 3%;
    padding: 3%;
}

/* よくある質問、アコーディオンここまで */

/* ハンバーガーメニュー開始 */
#nav-drawre {
    position: relative;
}

/* チェックボックス非表示 */
.nav-unshown {
    display: none;
}

/* アイコンのスペース */
#nav-open {
    display: inline-block;
    width: 30px;
    height: 22px;
    vertical-align: middle;
}

/* ハンバーガーアイコンをCSSで表現 */
#nav-open span,
#nav-open span:before,
#nav-open span:after {
    position: absolute;
    height: 3px;
    width: 30px;
    border-radius: 3px;
    background: #555;
    display: block;
    content: '';
    cursor: pointer;
}

#nav-open span:before {
    bottom: -8px;
}

#nav-open span:after {
    bottom: -16px;
}

/* 開いた時の後ろの薄黒 */
#nav-close {
    display: none;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    transition: .3x ease-in-out;
}

/* 中身 */
#nav-content {
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 90%;
    max-width: 330px;
    /* 開いた時の横幅 */
    height: 100%;
    background: #00aadf;
    /* 背景色 */
    transition: .3s ease-in-out;
    /* 滑らかに表示 */
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%);
}

/* 文字色など */
#nav-content li a {
    color: #fff;
    text-decoration: none;
}

#nav-content img {
    margin-top: 10px;
}

/* チェックが入ったもろもろ表示 */
#nav-input:checked ~ #nav-close {
    display: block;
    opacity: .5;
}

#nav-input:checked ~ #nav-content {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    box-shadow: 6px 0 25px rgba(0, 0, 0, .15);
}

#nav-drawer .instructor_link {
    margin: 20px 0 0 0;
}

@media screen and (min-width:767px) {
    #nav-open {
        display: none;
    }

    #nav-drawer p {
        display: none;
    }
}

/* ハンバーガーメニューここまで */

/* ページトップ */
.pagetop {
    display: none;
    position: fixed;
    bottom: 75px;
    right: 20px;
}

.pagetop a {
    display: block;
    background-color: #33ccff;
    text-align: center;
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    padding: 5px 10px;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

.pagetop a:hover {
    display: block;
    background-color: #b2d1fb;
    text-align: center;
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    padding: 5px 10px;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

/* ページトップここまで */

/* 必須赤ボックス */
.Required {
    background-color: #ff0000;
    color: #fff;
    margin: 2px 10px 2px 2px;
    padding: 3px 2px 2px 2px;
    border-radius: 5px;
    font-size: 87%;
    font-weight: bold;
}

/* 丸 */
.circle {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: #67A6EB;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -o-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
}

/* PayPal */
#paypal {
    text-align: left;
    margin: 10px 0 20px 20px;
}

/* 文字太さ、色 */
.font_red {
    color: #ff002a;
}

.font_or {
    font-weight: bold;
    text-decoration: underline;
    text-decoration-color: yellow;
    text-decoration-thickness: 0.5em;
    text-decoration-skip-ink: none;
    text-underline-offset: -0.25em;
}

.font_b {
    font-weight: bold;
}

font_600 {
    font-weight: bold;
}

.font_bolder {
    font-weight: bolder;
}

.border {
    background: #f6f6f6;
    margin: 3px 0 -18px 0;
    padding: 5px 10px 5px 10px;
    border-radius: 15px 15px 15px 15px;
}

/* 生徒様の声セクション */

.balloon {
    display: flex;
    margin: 5px;
}

.balloon_img {
    margin: 20px 10px 0 0;
}

#student_voice a {
    text-decoration: underline;
}

/* 生徒様の声バルーン */
.balloon-left {
    position: relative;
    width: auto;
    height: auto;
    background: #FFFFFF;
    margin: 10px 0 10px 20px;
    padding: 20px;
    text-align: center;
    border: 2px solid #999999;
    color: #000000;
    font-size: 100%;
    border-radius: 17px;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
}

.balloon-left:after,
.balloon-left:before {
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    right: 100%;
    top: 55%;
}

.balloon-left:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-width: 13px;
    border-bottom-width: 13px;
    border-left-width: 19px;
    border-right-width: 19px;
    margin-top: -13px;
    border-right-color: #FFFFFF;
}

.balloon-left:before {
    border-color: rgba(153, 153, 153, 0);
    border-top-width: 15px;
    border-bottom-width: 15px;
    border-left-width: 21px;
    border-right-width: 21px;
    margin-top: -15px;
    margin-right: 2px;
    border-right-color: #999999;
}

/* 生徒様の声バルーンここまで */

/* グレイ背景 */
.gray-back {
    background: #f0f0f0;
    margin: 5px;
    padding: 10px 10px 10px 10px;
    border-radius: 15px 15px 15px 15px;
}

/* その他 */
#right {
    float: right;
}

.center {
    margin: 8px 0 8px 135px;
}

.col {
    float: left;
}

.send {
    background-image: url(/img/send.jpg);
    background-repeat: no-repeat;
    width: 255px;
    height: 57px;
}

#need a {
    text-decoration: underline;
}

.img_mouseover:hover {
    opacity: 0.5;
}

.link_border {
    text-decoration: underline;
}

.line {
    padding: 3px 0 0 10px;
}


.circle {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: #67A6EB;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -o-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
}
