/*
Author: matsumura
*/

@charset "UTF-8";

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

	共通・全体

================================*/
html {
    /* ルートのフォントサイズを10pxに設定しておく */
	font-size: 62.5%;
}
body {
    overflow-x: hidden;
    /* ルートのフォントサイズを1.6em（16pxと同等のサイズ）に設定 */
	font-size: 1.6em;
    font-family: 'Noto Serif JP', serif;
    font-weight: 400;
    color: #333;
}
img {
    max-width: 100%;
}

::selection {
    background: rgba(0, 0, 0, 0.3);
}
::placeholder {
/*  color: #e8e8e8;*/
}
br.sp479 {
    display: none;
}


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

	ヘッダー

================================*/
header {
    position: relative;
    background-color: #1C3247;
    color: #fff;
    font-weight: 600;
    z-index: 5;
}
.header_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 930px;
    margin: 0 auto;
}
header p {
    width: 160px;
    font-size: 2.94rem;
    letter-spacing: 0.1em;
}
header p span {
    display: block;
    margin-top: 4px;
    font-family: 'Times New Roman';
    font-size: 1.3rem;
    letter-spacing: 0.2em;
    color: #D1C4B2;
}
header nav {
    width: calc(100% - 160px);
}
header ul {
    display: flex;
    justify-content: space-between;
    font-size: 1.5rem;
    letter-spacing: 0.1em;
}
header li {
    width: calc(100%/6);
}
header ul a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 80px;
}


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

	トップページ（index.html）

================================*/
a.blue_btn {
    position: relative;
    display: block;
    margin-right: 0;
    margin-left: auto;
    padding-left: 20px;
    background-color: #1C3247;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: 0.2em;
    color: #fff;
}
a.blue_btn:after {
    content: "";
    position: absolute;
    height: 1px;
    width: 41px;
    right: 0;
    top: 50%;
    background-color: #fff;
}

/*
    MV
================================*/
#main_top {
    background-image: url(../images/top/mv_bg_bottom.png);
}
#mainview_section {
    overflow: hidden;
    color: #fff;
}
div.mainview_section_inner { 
    height: 900px;
    padding-top: 114px;
    background-image: url(../images/top/mv_bg.jpg);
    background-size: auto 100%;
    background-position: center;
    border-bottom-right-radius: 2000px 200px;
    border-bottom-left-radius: 2000px 200px;
    margin-left: -200px;
    margin-right: -200px;
    padding-left: 200px;
    padding-right: 200px;
}
#mainview_section dl {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-start;
    width: 350px;
    margin: 0 auto 55px auto;
}
#mainview_section dl div {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    width: 283px;
}
#mainview_section dt {
  	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
    font-size: 3.2rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
    line-height: 58px;
    padding: 15px 0;
    background-color: #8C936A;
    box-shadow: 0 0 8px 1px rgba(0,0,0,0.7);
}
#mainview_section dd {
    padding: 0 11px;
}
#mainview_section dd img {
    filter: drop-shadow(1px 0 3px rgba(0,0,0,0.3)) drop-shadow(0 1px 3px rgba(0,0,0,0.3)) drop-shadow(-1px 0 3px rgba(0,0,0,0.3)) drop-shadow(0 -1px 3px rgba(0,0,0,0.3));
}
#mainview_section h1 {
    width: 355px;
    height: 106px;
    margin: 0 auto 55px auto;
    background-image: url(../images/top/h1_frame.png);
    background-size: cover;
    text-align: center;
}
#mainview_section h1 span {
    text-shadow:1px 0 5px rgba(0,0,0,0.7),0 1px 5px rgba(0,0,0,0.7),-1px 0 5px rgba(0,0,0,0.7),0 -1px 5px rgba(0,0,0,0.7);
}
#mainview_section h1 span:first-child {
    display: block;
    font-size: 5.3rem;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: 0.3em;
    text-indent: 0.3em;
}
#mainview_section h1 span:last-child {
    display: block;
    font-family: 'Times New Roman';
    font-size: 2.8rem;
    font-weight: normal;
    letter-spacing: 0.2em;
    text-indent: 0.2em;    
}
#mainview_section p.h1_sub {
    text-align: center;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.75;
    text-shadow:1px 0 5px rgba(0,0,0,0.7),0 1px 5px rgba(0,0,0,0.7),-1px 0 5px rgba(0,0,0,0.7),0 -1px 5px rgba(0,0,0,0.7);
}
#mainviewbottom_section {
    position: relative;
    max-width: 1920px;
    height: 430px;
    margin: 0 auto;
    padding-top: 5%;
    color: #fff;
}
#mainviewbottom_section div {
    position:relative;
    width: 975px;
    max-width: 74%;
    margin: 0 auto;
    font-weight: 700;
} 
#mainviewbottom_section h2 {
    margin-bottom: 20px;
    font-size: 2.4rem;
    letter-spacing: 0.2em;
}
#mainviewbottom_section p:first-of-type {
    margin-bottom: 50px;
    text-align: justify;
    line-height: 2.25;
}
#mainviewbottom_section p:last-of-type {
    text-align: center;
    font-size: 2.1rem;
    line-height: 1.71;
    letter-spacing: 0.2em;
    text-indent: 0.2em;    
}
#mainviewbottom_section img {
    position: absolute;
}
#mainviewbottom_section img:first-of-type {
    width: 33.75%;
    bottom: 5px;
    left: 0.4%;
}
#mainviewbottom_section img:last-of-type {
    width: 8.9%;
    right: 3.1%;
    bottom: 59px;
}

/*
    楽器のご紹介
================================*/
#instrument_section {
    position: relative;
    padding: 40px 0;
/*
    padding-top: 35px;
    padding-bottom: 40px;
*/
    background-color: #fff;
}
div.instrument_section_inner {
    width: 930px;
    max-width: 94%;
    margin: 0 auto;
}
#instrument_section h2, #instrument_section h3 {
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: 0.2em;
}
#instrument_section h2 {
    margin-bottom: 40px;
}
#instrument_section h3 {
    margin-bottom: 18px;
    text-indent: 0.2em;
}
#instrument_section div.instrument_area {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#instrument_section div.instrument_item {
    width: 30.1%;
    text-align: center;
}
#instrument_section img {
    width: 245px;
    border-radius: 50%;
    margin-bottom: 17px;
}
#instrument_section p {
    text-align: justify;
    line-height: 1.31;
    letter-spacing: 0.1em;
}

/*
    プロフィール
================================*/
#profile_section {
    padding: 40px 0;
    background-color: #8C936A;
    color: #fff;
}
#profile_section div.profile_area {
    display: flex;
    justify-content: space-between;
    width: 930px;
    max-width: 94%;
    margin: 0 auto;
}
#profile_section div.profile_area:not(:last-child) {
    margin-bottom: 35px;
}
#profile_section div.profile_item.photo {
    width: 26.5%;
} 
#profile_section div.profile_item.text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 68.4%;
    min-width: 615px;
    padding-top: 15px;
}
#profile_section img {
    border-radius: 50%;
}
#profile_section h3 {
    margin-bottom: 15px;
    font-size: 3.6rem;
    font-weight: 700;
    letter-spacing: 0.1em;
}
#profile_section h3 span {
    display: block;
    margin-top: 8px;
    font-family: 'Times New Roman';
    font-size: 1.8rem;
    font-weight: normal;
    letter-spacing: 0.2em;
}
#profile_section p {
    text-align: justify;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.1em;
}
#profile_section a {
    width: 255px;
}

/*
    作品紹介
================================*/
#works_section {
    padding: 40px 0;
    background-image: url(../images/top/works_bg.jpg);
    background-position: right bottom;
    background-size: 26.2% auto;
    background-repeat: no-repeat;
    background-color: #fff;
}
#works_section h2 {
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    margin-bottom:40px;
}
#works_section div.works_area {
    display: flex;
/*    justify-content: */
    width: 930px;
    max-width: 94%;
    margin: 0 auto;
}
#works_section div.works_item {
    width: 50%;
}
#works_section div.works_item_wide {
    width: 100%;
    margin-bottom: 40px;
}
#works_section div.works_item.text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#works_section div.works_item_wide.text_wide {
    display: flex;
    -webkit-flex-wrap: wrap;          /* Safari etc. */
    -ms-flex-wrap    : wrap;          /* IE10        */
    flex-wrap        : wrap;
    flex-direction: column;
    justify-content: center;
}

#works_section div.works_item p {
    text-align: justify;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.1em;
}

#works_section div.works_item_wide p {
    margin-bottom: 17px;
	text-align: justify;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.1em;
}

#works_section div.works_item.text a {
    width: 297px;
}

#works_section div.works_item_wide.text_wide a {
    width: 297px;
}

#works_section div.works_item.btn{
    display: flex;
    justify-content: center;
}

#works_section div.works_item.btn a {
    display: block;
    max-width: 308px;
    margin: 0 auto;
}

/*
    稽古場・生徒募集
================================*/
#lesson_section {
    padding: 40px 0;
    background-image: url(../images/top/lesson_bg.png);
    background-position: left top;
    background-size: 53.1% auto; 
    background-repeat: no-repeat;
    background-color: #C6B6A8;
}
div.lesson_section_inner {
    width: 930px;
    max-width: 94%;
    margin: 0 auto;
}
#lesson_section div.lesson_area {
    width: 70%;
    margin-left: auto;
    margin-right: 0;
}
#lesson_section h2 {
    margin-bottom: 25px;
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: 0.2em;
}
#lesson_section p {
    margin-bottom: 17px;
    text-align: justify;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.1em;
}
#lesson_section a:first-of-type {
    margin-bottom: 36px;
    width: 260px;
}
#lesson_section a:last-of-type {
    width: 280px;
}


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

	プロフィール（profile.html）

================================*/
#profile h1 {
    margin-bottom: 25px;
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: 0.1em;
}

/*
    PC用トップへ戻るボタン
================================*/
#main_profile {
    position: relative;
}
#main_profile > a {
    position: absolute;
    bottom: 15px;
    right: calc(50% - 465px);
    text-align: center;
    font-size: 1.0rem;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.1em;
}
#main_profile > a:hover {
    opacity: 0.7;
}
#main_profile > a img {
    display: block;
    margin-bottom: 3px;
}

/*
    目次ボタン
================================*/
#profselect_section {
    width: 930px;
    max-width: 94%;
    margin: 0 auto;
    padding: 40px 0; 
}
#profselect_section p {
    margin-bottom: 40px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.1em;
}
#profselect_section dl {
    display: flex;
    justify-content: space-between;
    width: 846px;
    max-width: 100%;
    font-weight: 700;
    letter-spacing: 0.1em;
}
#profselect_section div {
/*    width: 33.3%;*/
    display: flex;
    flex-wrap: wrap;
    padding-left: 10px;
    border-left: 5px solid #8C936A;
    line-height: 1;
}
#profselect_section dt {
    width: 100%;
    margin-bottom: 10px;
    font-size: 2.1rem;
}
#profselect_section dd {
    position: relative;
}
#profselect_section dd:not(:last-child) {
    padding-right: 20px;
}
#profselect_section a {
    position: relative;
    display: block;
/*    padding-right: 35px;*/
    padding-right: 15px;
    vertical-align: middle;
}
#profselect_section a:after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 10px;
    height: 10px;
    border-top: 2px solid #8C936A;
    border-right: 2px solid #8C936A;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    vertical-align: middle;
}

/*
    各プロフィール
================================*/
section.profile {
    padding: 40px 0;
}
section.profile div.profile_area {
    display: flex;
    justify-content: space-between;
    width: 930px;
    max-width: 94%;
    margin: 0 auto 50px auto;
}
section.profile div.profile_item.photo {
    width: 24.3%;
}
section.profile div.profile_item.text {
    width: 68.8%;
    margin-top: 15px;
}
section.profile div.profile_area img {
    width: 226px;
    border-radius: 50%;
}
section.profile div.profile_area h2 {
    margin-bottom: 15px;
    font-size: 3.6rem;
    font-weight: 700;
    letter-spacing: 0.1em;
}
section.profile div.profile_area span {
    display: block;
    margin-top: 5px;
    font-family: 'Times New Roman';
    font-size: 1.8rem;
    letter-spacing: 0.2em;
}
section.profile div.profile_area p {
    font-weight: 500;
    text-align: justify;
    line-height: 1.5;
    letter-spacing: 0.1em;
}
section.profile dl {
    width: 930px;
    max-width: 94%;
    margin: 0 auto;
}
section.profile dl > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
section.profile dl > div:not(:last-of-type) {
    margin-bottom: 40px;
}
section.profile dd {
    font-weight: 500;
    line-height: 1.13;
    letter-spacing: 0.1em;
}
section.profile dl div dt {
    width: 17%;
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: 0.1em;
}
section.profile dl div div {
    width: 81.4%;
    text-align: justify;
}
section.profile dl > dd {
    width: 81.4%;
    margin-left: auto;
    margin-right: 0;
}
section.profile dl > dd:first-of-type {
    margin-top: 17px;
}
section.profile dd:not(:last-child) {
    margin-bottom: 16px;
}

#profile01_section, #profile03_section {
    background-color: rgba(198, 182, 168, 0.5);
}
#profile01_section dl div dt, #profile03_section dl div dt {
    border-right: 5px solid #8C936A;
}
#profile02_section {
    background-color: #8C936A;
    color: #fff;
}
#profile02_section dl div dt {
    border-right: 5px solid #C6B6A8;
}


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

	作品紹介（works.html）

================================*/
#main_works {
    overflow: hidden;
}
#main_works h1 {
    margin-bottom: 35px;
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: 0.2em;
}
#main_works h2 {
    margin-bottom: 30px;
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: 0.2em;
}
#main_works h3 {
    font-size: 2.1rem;
    font-weight: 500;
    letter-spacing: 0.1em;
}
#main_works h3 span {
    vertical-align: middle;
}
#main_works h3 span.sub {
    display: block;
}
#main_works h3 span.small {
    padding-top: 5px;
    padding-bottom: 3px;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
}

/*
    作品紹介
================================*/
#workstitle_section {
    position: relative;
    padding: 40px 0;
}
#workstitle_section img {
    position: absolute;
    width: 27%;
    max-width: 444px;
    right: 0;
    bottom: 0;
    z-index: 0;
}
div.workstitle_section_inner {
    position: relative;
    width: 930px;
    max-width: 94%;
    margin: 0 auto;    
    z-index: 1;
}
#workstitle_section p {
    line-height: 1.5;
    font-weight: 500;
    letter-spacing: 0.1em;
}

/*
    CDアルバム・カセットテープ
================================*/
#discography_section {
    padding: 40px 0;
    background-color: #8C936A;
    color: #fff
}
#discography_section h3 {
    margin-bottom: 30px;
    padding-left: 10px;
    border-left: 10px solid #C6B6A8;
    line-height: 1;
}
div.discography_area {
    display: flex;    
    width: 930px;
    max-width: 94%;
    margin: 0 auto;
}
div.discography_item {
    width: 50%;
/*    text-align: center;*/
}
div.discography_item:first-child {
    border-right: 1px solid #fff;
    padding-right: 4.8%;
}
div.discography_item:last-child {
    padding-left: 4.8%;
}
div.discography_item > div {
    margin-bottom: 30px;
    text-align: center;
}
#discography_section ol {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#discography_section ol div {
    width: 47.7%;
}
#discography_section li:not(:last-child) {
    margin-bottom: 8px;
}
#discography_section audio {
    margin-top: 10px;
    width: calc(100% / 0.8);
    height: calc(22px / 0.8);
    transform-origin: top left;
    transform: scale(0.8,0.8);
}

/*
    楽譜
================================*/
#score_section {
    /*padding: 40px 0;
    width: 930px;
    max-width: 94%;
    margin: 0 auto;*/
	padding: 40px 0;
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;
}
#score_section h3 {
    margin-bottom: 30px;
    padding-left: 10px;
    border-left: 10px solid #333;
    line-height: 1;
    white-space: nowrap;
}
#score_section ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#score_section li {
    width: 30.47%;
}
/*#score_section li:not(:last-child) {
    margin-bottom: 55px;
}*/

#score_section li{
    padding-bottom: 55px;
}

#score_section li div {
    position: relative;
    text-align: center;
}
#score_section li div p {
    position: absolute;
    left: calc(50% - 116px);
    top: -19px;
    width: 68px;
    height: 68px;
    border-radius: 50%;
    background-color: #6D0E1D;
    color: #fff;
    text-align: center;
    font-size: 2.1rem;
    line-height: 68px;
    letter-spacing: 0;
}
#score_section li > p {
    margin-top: 25px;
    text-align: justify;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0.1em;
}

/*
    YouTube
================================*/
#youtube_section {
    padding: 40px 0;
    background-color: #6D0E1D;
    color: #fff;
}
div.youtube_section_inner {
    width: 930px;
    max-width: 94%;
    margin: 0 auto;
}
#youtube_section p {
    margin-bottom: 50px;
    text-align: justify;
    line-height: 1.5;
    font-weight: 500;
    letter-spacing: 0.1em;
}
#youtube_section ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#youtube_section li {
    width: 30.47%;
}
/*#youtube_section li:first-child {
    margin-bottom: 40px;
}*/

#youtube_section li{
    margin-bottom: 40px;
}

#youtube_section li > div {
    position: relative;
    padding-top: 63.84%;
}
#youtube_section li > div iframe {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
#youtube_section li a {
     display: block;
}

/*
    ご購入・お問い合わせ
================================*/
#contact_section {
    padding: 40px 0;
    width: 930px;
    max-width: 94%;
    margin: 0 auto;
}
#contact_section h3 {
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.2em;
}
#contact_section p {
    text-align: justify;
    line-height: 1.5;
    font-weight: 500;
    letter-spacing: 0.1em;
}
#contact_section ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 50px;
}
#contact_section li {
    width: 50%;
    max-width: 440px;
    border-left: 10px solid #1C3247;
    padding-left: 10px;
}
#contact_section li:nth-child(1),
#contact_section li:nth-child(2) {
    margin-bottom: 30px;
}
#contact_section dl {
    margin-top: 3px;
}
#contact_section dl div {
    display: flex;
    align-items: center;
}
#contact_section dt {
    font-weight: 500;
    letter-spacing: 0.1em;
    padding-right: 17px;
}
#contact_section li:nth-child(3) dt,
#contact_section li:nth-child(4) dt {
    width: 53px;
}
#contact_section dd {
    font-size: 2.4rem;
    font-weight: 500;
    letter-spacing: 0.1em;
}


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

	稽古場のご案内・生徒募集（lesson.html）

================================*/
#main_lesson {
    overflow: hidden;
}
#main_lesson h1 {
    margin-bottom: 35px;
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: 0.2em;
}
#main_lesson h2 {
    margin-top: -4px;
    margin-bottom: 26px;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.2em;
}
#main_lesson h3 {
    margin-bottom: 2px;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.2em;
}
#main_lesson p {
    text-align: justify;
    line-height: 1.5;
    font-weight: 500;
    letter-spacing: 0.1em;
}
#main_lesson p.sub {
    font-size: 1.4rem;
    line-height: 1.29;
}
#main_lesson p.message {
    font-size: 2.0rem;
    line-height: 1.4;
    color: #6D0E1D;
}
#main_lesson div.title_area {
    position: relative;
    padding: 40px 0; 
    background-color: #8C936A;
    color: #fff;
}
#main_lesson div.title_area img {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 0;
}

/*
    稽古場のご案内
================================*/
#place_article div.title_area img {
    width: 48%;
    max-width: 612px;    
}
#main_lesson div.title_area_inner {
    position: relative;
    width: 930px;
    max-width: 94%;
    margin: 0 auto;    
    z-index: 1;
}
#main_lesson section.lesson > div {
    width: 930px;
    max-width: 94%;
    margin: 0 auto;    
    padding: 40px 0;
}
#place_article div.place_area {
    display: flex;
    justify-content: space-between;
}
#place_article div.place_area:not(:last-child) {
    margin-bottom: 30px;
}
#place_article div.place_item {
    min-height: 163px;
}
#place_article div.place_item.text {
    width: 71%;
    padding-left: 10px;
    border-left: 10px solid #1C3247;
}
#place_article div.place_item.map {
    width: 29%;
    max-width: 250px;
}
#place_article div.place_item.map iframe {
    height: 100%;
}
#place_article div.place_area dl {
    display: flex;
    align-items: center;
    margin-top: 4px;
}
#place_article div.place_area dt {
    padding-right: 25px;
    font-weight: 500;
    letter-spacing: 0.1em;
}
#place_article div.place_area dd {
    font-size: 2.4rem;
    font-weight: 500;
    letter-spacing: 0.1em;
}
#place_article div.place_area ul {
    margin-top: 8px;
    font-weight: 500;
    line-height: 1.31;
    letter-spacing: 0.1em;
    color: #6D0E1D;
    text-indent: -1.2em;
    padding-left: 1.2em;
}
#obihiro_section {
    background-color: #C6B6A8;
}
#sapporo_section {
    position: relative;
    z-index: 1;
    background-color: #fff;
}

/*
    生徒募集
================================*/
#student_article div.title_area img {
    width: 43%;
    max-width: 502px;
}
div.student_area {
    position: relative;
}
div.student_item.text {
    position: relative;
    z-index: 1;
}
div.student_item.photo {
    position: absolute;
    z-index: 0;
}
#course_section div.student_item.photo {
    right: -16px;
    bottom: -23px;    
}
#trial_section div.student_item.photo {
    right: -20px;
    bottom: 16px;    
}
div.student_area dl {
    margin: 23px 0;
    padding-left: 10px;
    border-left: 10px solid #1C3247;
    font-size: 1.8rem;
    line-height: 1.56;
    letter-spacing: 0.1em;
}
div.student_area dl div {
    display: flex;
}
div.student_area dt {
    font-weight: 500;    
}
#course_section dt {
    width: 60px;
}
#trial_section dt {
    width: 120px;
}
div.student_area dd {
    font-weight: 500;    
}
#course_section dd {
    width: calc(100% - 60px);
}
#trial_section dd {
    width: calc(100% - 120px);
}
#trial_section {
    background-color: #C6B6A8;
}
    
/*
    レッスンのお申し込みは随時受付致しております
================================*/
div.apply_area {
    margin-top: 66px;
    padding-left: 10px;
    border-left: 10px solid #1C3247;   
}
div.apply_area dl {
    margin-top: 4px;
}
div.apply_area dl div {
    display: flex;
    align-items: center;
    letter-spacing: 0.1em;
}
div.apply_area dt {
    width: 115px;
    font-weight: 500;
}
div.apply_area dd {
    font-size: 2.4rem;
    font-weight: 500;
    color: #6D0E1D;
}


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

	フッター

================================*/
footer {
    padding: 40px 0;
    background-image: url(../images/top/mv_bg_bottom.png);
    color: #fff;
}
footer div.info_area {
    display: flex;
    justify-content: space-between;
    width: 930px;
    max-width: 96%;
    margin: 0 auto 30px auto;
}
footer div.logo_area {
    display: flex;
    margin-bottom: 15px;
}
footer div.logo_area img {
    width: 69px;
    margin-right: 20px;
}
footer div.logo_area p {
    font-size: 2.4rem;
    font-weight: 500;
/*    line-height: 1.4;*/
    letter-spacing: 0.1em;
}
footer div.logo_area p:first-child {
    margin-bottom: 10px;
}
footer div.logo_area p span {
    padding-left: 25px;
    font-size: 1.8rem;
    letter-spacing: 0.2em;
}
footer dl div {
    display: flex;
}
footer dl div:first-child {
    margin-bottom: 8px;
}
footer dl div:last-child {
    align-items: flex-end;
}
footer dt {
    width: 60px;
    font-size: 1.8rem;
    line-height: 1.22;
    letter-spacing: 0.1em;
}
footer dt span {
    display: none;
}
footer dd {
    font-weight: 500;
    line-height: 1.31;
    letter-spacing: 0.1em;
}
footer dd a {
    font-size: 4.8rem;
    line-height: 1;
    font-weight: 900;
    letter-spacing: 0.1em;
    color: #B8AC32;
}
footer div.info_item.map {
    width: 332px;
}
footer div.info_item.map iframe {
    height: 100%;    
}
footer div.copyright_area {
    text-align: center;
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: 0.1em;
}


/*  PCのみ
================================*/
@media screen and (min-width: 768px) {

    br.sp {
        display: none;
    }
    
    /*
        トップへ戻るボタン非表示
    ================================*/
    #page_top {
        display: none;
    }
    
    /*
        telリンク無効
    ================================*/
    a[href^="tel:"] {
        pointer-events: none;
    }

    /*
        hover設定
    ================================*/
    a {
        transition : all 0.5s ease 0s;
    }
    header ul a:hover, header ul a.active {
        background-color: #101e2d;
    }
    a.blue_btn:hover {
        background-color: #101e2d;
    }
    a.zoom {
        overflow: hidden;
    }
    a.zoom img {
        transition: 0.5s;
    }
    a.zoom:hover img {
        transform: scale(1.12, 1.12);
    }
    a.textlink:hover {
        color: #888;
    }
    #profselect_section a:after {
        transition: 0.5s;
    }
    #profselect_section a:hover:after {
        right: -3px;
    }
}

@media screen and (min-width: 1920px) {
    
    /*===============================

        トップページ（index.html）

    ================================*/
    /*
        MV
    ================================*/
    div.mainview_section_inner {    
        background-size: cover;
    }
    #mainviewbottom_section {
        padding-top: 95px;
    }
    
    /*
        作品紹介
    ================================*/
    #works_section {
        background-size: 499px auto;
    }
    
    /*
        稽古場・生徒募集
    ================================*/
    #lesson_section {
        background-size: 1010px auto; 
    }
}


@media screen and (max-width: 950px) {
    
    /*===============================

        ヘッダー

    ================================*/
    header p {
        text-align: center;
    }
    
    /*===============================

        トップページ（index.html）

    ================================*/
    /*
        MV
    ================================*/
    div.mainview_section_inner {    
        height: 780px;
        padding-top: 70px;
        border-bottom-right-radius: 1000px 200px;
        border-bottom-left-radius: 1000px 200px;
    }
    #mainviewbottom_section {
        height: auto;
        padding-bottom: 140px;
    }
    #mainviewbottom_section div {
        max-width: 77%;
    }
    #mainviewbottom_section img:first-of-type {
        width: 380px;
    }
    #mainviewbottom_section img:last-of-type {
        width: 130px;
    }
    
    /*
        プロフィール
    ================================*/
    #profile_section div.profile_area:not(:last-child) {
        margin-bottom: 20px;
    }
    #profile_section div.profile_item.photo {
        width: 28.5%;   
    }
    #profile_section div.profile_item.text {
        min-width: auto;
    }
    #profile_section p {
        margin-bottom: 10px;
    }

    /*
        稽古場・生徒募集
    ================================*/   
    #lesson_section {
        padding-top: 125px;
        background-size: 500px auto; 
        background-position: left top -36px;
    } 
    #lesson_section div.lesson_area {
        width: 80%;
        max-width: 651px;
    }
    
    
    /*===============================

        プロフィール（profile.html）

    ================================*/
    /*
        PC用トップへ戻るボタン
    ================================*/
    #main_profile > a {
        right: 3%;
    }
    
    
    /*===============================

        作品紹介（works.html）

    ================================*/
    #main_works h3 span.small {
        font-size: 1.5rem;
    }
    
    /*
        作品紹介
    ================================*/
    #workstitle_section img {
        width: 40%;
        right: -8%;
    }
    #workstitle_section p {
        text-align: justify;
        width: 70%;
    }
    
    /*
        CDアルバム・カセットテープ
    ================================*/
    #discography_section h3 {
        white-space: nowrap;
    }
    div.discography_item:first-child {
        padding-right: 3%;
    }
    div.discography_item:last-child {
        padding-left: 3%;
    }
    #discography_section ol div {
        margin: 0 auto;
        width: 280px;
    }

    /*
        楽譜
    ================================*/    
    #score_section {
        width: 600px;
    }
    #score_section li {
        width: 42%;
    }
    
    /*
        ご購入・お問い合わせ
    ================================*/
    #contact_section h3 {
        letter-spacing: 0.1em;
        white-space: nowrap;
    }
    #contact_section li p {
        font-size: 1.52rem;
        white-space: nowrap;
    }
    
    /*===============================

        稽古場のご案内・生徒募集（lesson.html）

    ================================*/
    
    #main_lesson p.sub {
        font-size: 1.35rem;
        letter-spacing: 0.05em;
    }
    /*
        稽古場のご案内
    ================================*/
    #place_article div.title_area img {
        width: 68%;
        right: -10%;
        mix-blend-mode: multiply;
    }
    
    /*
        生徒募集
    ================================*/
    #student_article div.title_area img {
        width: 64%;
        right: -8%;
    }
    #course_section div.student_item.photo {
        width: 44%;
        right: -5%;
        bottom: 0px;
    }
    #trial_section div.student_item.photo {
        width: 43.5%;
        right: -4.5%;
        bottom: -20px;
    }
    
    
    /*===============================

        フッター

    ================================*/
    footer div.info_area {
        width: 750px;
    }
    footer div.logo_area {
        flex-direction: column;
        align-items: center;
    }
    footer div.logo_area p {
        margin: 10px 0;
        text-align: center;
        font-size: 2.3rem;
    }
    footer div.logo_area p:first-child {
        margin-bottom: 4px;
    }
    footer div.logo_area img {
        width: 90px;
    }
    footer dd a {
        font-size: 4.4rem;
    }
    footer div.info_item.map {
        width: 270px;
    }
}


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

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

        共通・全体

    ================================*/
    html {
        font-size: 58%;
    }

    /*
        トップへ戻るボタン
    ================================*/
    #page_top {
        position: fixed;
        right: 0;
        bottom: 0;
        z-index: 5;
    }
    
     
    /*===============================

        ヘッダー

    ================================*/
    
    /*
        ハンバーガーメニュー
    ================================*/
    #nav-open {
        position: fixed;
        top: 0;
        right: 0;
        z-index: 9999;/*最前面*/
        display: inline-block;
        width: 50px;
        height: 50px;
        vertical-align: middle;
        padding: 13px 11px;
        background-color: #1C3247;
    }
    /*ハンバーガーアイコン*/
    #nav-open span, #nav-open span:before, #nav-open span:after {
        position: absolute;
        transition: all 0.4s;
        height: 4px;/*線の太さ*/
        width: 28px;/*長さ*/
        background: #fff;
        display: block;
        content: '';
        cursor: pointer;
    }
    #nav-open span:before {
        bottom: -10px;
    }
    #nav-open span:after {
        bottom: -20px;
    }
    /*中身*/
    #nav-content {
        display: none;
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        transition: .2s ease-in-out;
        z-index: 9998;
    }
    #nav-content.open {
        display: block;
        opacity: 1;
        overflow: auto;
        position: fixed;
        top: 0;
        left: 0;
/*        z-index: 9998;*/
        width: 100%;
        height: 100%;
        background: rgba(255, 255, 255, 0.9);/*背景色*/
        overflow: hidden;/*ブラー効果でボヤけた部分を非表示*/
    }
    /*:beforeにぼかし効果を設定する*/
    #nav-content.open:before {
        content: '';
        overflow: hidden;
        -webkit-filter: blur(10px);
        -moz-filter: blur(10px);
        -o-filter: blur(10px);
        -ms-filter: blur(10px);
        filter: blur(10px);
        z-index: -1;/*重なり順序を一番下にしておく*/
    }
    /*三本線を動かす*/
    #nav-open.active span {
        -webkit-transform: translateY(10px) rotate(-45deg);
        transform: translateY(10px) rotate(-45deg);
    }
    #nav-open.active span:before {
        -webkit-transform: translateY(-10px) rotate(45deg);/*打ち消す*/
        transform: translateY(-10px) rotate(45deg);/*打ち消す*/
        opacity: 0;
    }
    #nav-open.active span:after {
        -webkit-transform: translateY(-20px) rotate(45deg);
        transform: translateY(-20px) rotate(90deg);
    }
    .header_inner {
        height: 70px;
    }
    header ul {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: block;
        font-size: 1.8rem;
        color: #000;
    }
    header li {
        width: 180px;
        margin: 0 auto;
    }
    header li:not(:last-child) {
        border-bottom: 2px solid #8C936A;    
    }
    
    
    /*===============================

        トップページ（index.html）

    ================================*/
    a.blue_btn {
        padding-left: 14px;
    }
    a.blue_btn:after {
        width: 30px;
    }
    
    /*
        MV
    ================================*/
    div.mainview_section_inner {
        height: 670px;
        padding-top: 60px;
        border-bottom-right-radius: 600px 200px;
        border-bottom-left-radius: 600px 200px;
    }
    #mainview_section dl {
        width: 280px;
        margin-bottom: 40px;
    }    
    #mainview_section dl div {
         width: 226px;
    }
    #mainview_section dt {
        font-size: 3.0rem;
        line-height: 50px;
        padding: 10px 0;
    }
    #mainview_section dd:nth-of-type(1) img {
        width: 45px;
    }
    #mainview_section dd:nth-of-type(2) img {
        width: 43px;
    }
    #mainview_section dd:nth-of-type(3) img {
        width: 46px;
    }
    #mainview_section h1 {
        width: 284px;
        height: 85px; 
        margin-bottom: 40px;
    }
    #mainview_section h1 span:first-child {
        font-size: 4.6rem;
    }
    #mainview_section h1 span:last-child {
        font-size: 2.35rem;
    }
    #mainviewbottom_section div {
        max-width: 90%;
    }
    #mainviewbottom_section h2 {
        text-align: justify;
    }
    #mainviewbottom_section img:last-of-type {
        width: 120px;
        bottom: 20px;
    }

    /*
        楽器のご紹介
    ================================*/
    #instrument_section h3  {
        font-size: 2rem;
    }
    #instrument_section div.instrument_item {
        width: 31.5%;
    }

    /*
        プロフィール
    ================================*/
    #profile_section div.profile_item.photo {
        width: 190px;
    }
    #profile_section div.profile_item.text {
        width: calc(100% - 210px);
    }
    #profile_section a {
        width: 230px;
    }
    
    /*
        作品紹介
    ================================*/
    #works_section {
        background-size: 250px auto;
    }
    #works_section h2 {
        margin-bottom: 25px;
    }
    #works_section div.works_area {
        flex-wrap: wrap;
        width: 500px;
    }
    #works_section div.works_item {
        width: 100%;
    }
    #works_section div.works_item.text {
/*        max-width: 500px;*/
        margin-bottom: 30px;
    }
    #works_section div.works_item p {
        margin-bottom: 17px;
    }
    #works_section div.works_item.text a {
        width: 266px;
    }
    #works_section div.works_item.btn a {
        margin-left: auto;
        margin-right: auto;
    }
    #works_section div.works_item:nth-of-type(1) {
      /*margin-bottom: 40px;*/
    }
	
	#works_section div.works_item.btn {
      margin-bottom: 40px;
    }
	
	.mb40{margin-bottom: 40px;}

    /*
        稽古場・生徒募集
    ================================*/
    #lesson_section {
        background-size: 440px auto; 
        background-position: left -20px top -36px;
    } 
    #lesson_section div.lesson_area {
        width: 89%;
        max-width: 564px;
    }
    #lesson_section a:first-of-type {
        width: 230px;
    }
    #lesson_section a:last-of-type {
        width: 248px;
    }


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

        プロフィール（profile.html）

    ================================*
    /*
        PC用トップへ戻るボタン
    ================================*/
    #main_profile > a {
        display: none;
    }

    /*
        目次ボタン
    ================================*/
    #profselect_section dl {
        width: 600px;
    }
    #profselect_section div:nth-child(1) {
        width: 39%;
    }
    #profselect_section div:nth-child(2) {
        width: 28%;
    }
    #profselect_section div:nth-child(3) {
        width: 25%;
    }
    #profselect_section dd:not(:last-child) {
        padding-right: 6px;
    }
    #profselect_section a  {
        padding-right: 11px; 
    }
    
    /*
        各プロフィール
    ================================*/
    section.profile div.profile_item.photo {
        width:190px;
    }
    section.profile div.profile_item.text {
        width: calc(100% - 210px);
    }
    section.profile dl div dt {
        font-size: 2.2rem;
    }
    

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

        作品紹介（works.html）

    ================================*/
    #main_works h3 span.small {
        font-size: 1.6rem;
    }

    /*
        作品紹介
    ================================*/
    #workstitle_section img {
        display: none;
    }
    #workstitle_section p {
        width: 100%;
    }
    
    /*
        CDアルバム・カセットテープ
    ================================*/
    div.discography_area {
        flex-wrap: wrap;
        width: 600px;
    }
    div.discography_item {
        width: 100%;
    }
    div.discography_item:not(:last-child) {
        padding-bottom: 25px;
        margin-bottom: 25px;
        border-bottom: 1px solid #fff;
    }
    div.discography_item:first-child {
        border-right: none;
        padding-right: 0;
    }
    div.discography_item:last-child {
        padding-left: 0;
    }
    #discography_section ol div {
        width: 47.7%;
    }

    /*
        楽譜
    ================================*/
    #score_section h3 {
        padding-left: 4px;
        border-left: 7px solid #333;
    }
    #score_section h3 span.small {
        font-size: 1.4rem;
        letter-spacing: 0.05em;
    }
    #score_section li {
        width: 48%;
        max-width: 250px;
    }
    
    /*
        YouTube
    ================================*/
    #youtube_section li {
        width: 48%;
    }
    #youtube_section li:nth-child(3) {
        margin-bottom: 40px;
    }
    
    /*
        ご購入・お問い合わせ
    ================================*/
    #contact_section h3 {
        letter-spacing: 0.2em;
    }
    #contact_section ul {
        max-width: 600px;
        margin-left: auto;
        margin-right: auto;
    } 
    #contact_section li {
        width: 100%;
    }
    #contact_section li:nth-child(3) {
        margin-bottom: 30px;
    }
    #contact_section li p {
        font-size: 1.6rem;
    }

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

        稽古場のご案内・生徒募集（lesson.html）

    ================================*/  
    #main_lesson h3 {
        white-space: nowrap;
    }
    #main_lesson p.sub {
        letter-spacing: 0.03em;
    }
    /*
        稽古場のご案内
    ================================*/
    #main_lesson #kushiro_section > div,
    #main_lesson #obihiro_section > div,
    #main_lesson #sapporo_section > div {
        width: 600px;
    }
    #place_article div.title_area img {
        width: 580px;
        right: -220px;
    }
    #place_article div.place_area {
        flex-wrap: wrap;
        padding-left: 8px;
        border-left: 8px solid #1C3247;
    }
    #place_article div.place_item {
        min-height: initial;
    }
    #place_article div.place_item.text {
        width: 100%;
        margin-bottom: 10px;
        padding-left: 0;
        border-left: none;
    }
    #place_article div.place_item.map {
        width: 100%;
        height: 163px;
        max-width: initial;
    }
    
    /*
        生徒募集
    ================================*/
    #main_lesson #course_section > div,
    #main_lesson #trial_section > div {
        padding-bottom: 0;
    }
    #student_article div.title_area img {
        width: 400px;
        right: -80px;
    }
    div.student_item.photo {
        position: static;
        text-align: right;
    }
    div.student_item.photo img {
        width: 70%;
        max-width: 400px;
    }
    #course_section div.student_item.photo {
        width: auto;
        margin-top: -1.5vw;
    }
    #trial_section div.student_item.photo {
        width: auto;
        margin-top: -2vw;
    }
    div.student_area dl {
        padding-left: 8px;
        border-left: 8px solid #1C3247;
        font-size: 1.75rem;
    }
    #course_section p {
        white-space: nowrap;
        letter-spacing: 0.08em;
    }
    #trial_section dt {
        width: 110px;
    }
    #trial_section dd {
        width: calc(100% - 110px);
    }

    /*
        レッスンのお申し込みは随時受付致しております
    ================================*/
    #apply_section h2 {
        font-size: 1.92rem;
        letter-spacing: 0.15em;
    }
    div.apply_area {
        max-width: 600px;
        margin: 0 auto;
        padding-left: 8px;
        border-left: 8px solid #1C3247;   
    }
    
    
    
    /*===============================

        フッター

    ================================*/
    footer {
        padding-bottom: 50px;
    }
    footer div.info_area {
        flex-wrap: wrap;
        justify-content: center;
        width: 500px;
        margin-bottom: 50px;
    }
    footer div.info_item.text {
        margin-bottom: 20px;
    }
    footer div.logo_area {
        flex-direction: row;
    }
    footer div.logo_area p {
        margin: 0;
        text-align: left;
        font-size: 2.1rem;
    }
    footer div.logo_area p:first-child {
        margin-bottom: 10px;
    }
    footer div.logo_area img {
        width: 69px;
        margin-right: 10px;
    }
    footer dl {
        max-width: 400px;
        margin: 0 auto;
    }
    footer div.info_item.map {
        width: 400px;
        height: 250px;
    }
}

@media screen and (max-width: 479px) {
    
    /*===============================

        共通・全体

    ================================*/
    html {
        font-size: 56%;
    }
    br.sp479 {
        display: block;
    }
    
    
    /*===============================

        トップページ（index.html）

    ================================*/      
    /*
        MV
    ================================*/  
    div.mainview_section_inner {
        height: 560px;
        padding-top: 40px;
    }
    #mainview_section dl {
        width: 260px;
        margin-bottom: 30px;
    } 
    #mainview_section dl div {
         width: 205px;
    }
    #mainview_section dt {
        font-size: 2.6rem;
        line-height: 45px;
    }
    #mainview_section dd:nth-of-type(1) img {
        width: 40px;
    }
    #mainview_section dd:nth-of-type(2) img {
        width: 38px;
    }
    #mainview_section dd:nth-of-type(3) img {
        width: 41px;
    }   
    #mainview_section h1 {
        margin-bottom: 30px;
    }
    #mainview_section p.h1_sub {
        font-size: 2.1rem;
    }
    #mainviewbottom_section {
        padding-bottom: 150px;
    }
    #mainviewbottom_section h2 {
        line-height: 1.3;
    }
    #mainviewbottom_section p:first-of-type {
        margin-bottom: 25px;
    }
    #mainviewbottom_section p:last-of-type {
        font-size: 1.9rem;
    }
    #mainviewbottom_section img:first-of-type {
        width: 230px;
        bottom: -14px;
    }
    #mainviewbottom_section img:last-of-type {
        width: 100px;
    }
    
    /*
        楽器のご紹介
    ================================*/
    div.instrument_section_inner {
        max-width: 80%;
    }
    #instrument_section h3 {
        margin-bottom: 10px;
        font-size: 2.4rem;
    }
    #instrument_section div.instrument_area {
        justify-content: center;
    }
    #instrument_section div.instrument_item {
        width: 100%;
        max-width: 300px;
    }
    #instrument_section div.instrument_item:not(:last-child) {
        margin-bottom: 30px;
    }
    #instrument_section img {
        width: 300px;
    }
    
    /*
        プロフィール
    ================================*/
    #profile_section div.profile_area {
        flex-wrap: wrap;
    }
    #profile_section div.profile_area:not(:last-child) {
        margin-bottom: 25px;
    }
    #profile_section div.profile_item.photo {
        width: 64%;
        max-width: 240px;
    } 
    #profile_section div.profile_item.text {
        width: 100%;
    }
    
    /*
        作品紹介
    ================================*/
    #works_section {
        background-image: none;
    }
    #works_section div.works_item.btn a {
        margin-left: auto;
    }

    /*
        稽古場・生徒募集
    ================================*/
    #lesson_section {
        padding-top: 95px;
        background-size: 340px auto; 
        background-position: left -56px top -30px;
    }  
    #lesson_section div.lesson_area {
        width: 100%;
    }

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

        プロフィール（profile.html）

    ================================*
    /*
        目次ボタン
    ================================*/
    #profselect_section dl{
        width: 360px;
        align-items: flex-start;
    }
    #profselect_section div {
        display: block;
        padding-left: 4px;
    }
    #profselect_section div:nth-child(1) {
        width: 30%;
    }
    #profselect_section div:nth-child(2) {
        width: 35%;
    }
    #profselect_section div:nth-child(3) {
        width: 28%;
    }
    #profselect_section dt {
        font-size: 1.7rem;
    }
    #profselect_section a {
        display: inline-block;
    }
    
    /*
        各プロフィール
    ================================*/
    section.profile div.profile_area {
        flex-wrap: wrap;
    }
    section.profile div.profile_area.photo {
                width: 64%;
        max-width: 240px;
    }
    section.profile div.profile_item.text {
        width: 100%;
    }
    section.profile dl div dt {
        width: 34px;
        -ms-writing-mode: tb-lr;
        writing-mode: vertical-lr;
    }
    section.profile dl div div {
        width: calc(100% - 41px);
    }
    section.profile dl > dd {
        width: calc(100% - 41px);
    }
    

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

        作品紹介（works.html）

    ================================*/
    /*
        CDアルバム・カセットテープ
    ================================*/
    #discography_section h3 span.small {
        font-size: 1.5rem;
        letter-spacing: 0.08em;
    }
    #discography_section ol div {
        width: 90%;
        max-width: 320px;
    }
    
    /*
        楽譜
    ================================*/
    #score_section h3 {
        padding-left: 10px;
        border-left: 10px solid #333;
    }
    #score_section h3 span.small {
        font-size: 1.6rem;
        letter-spacing: 0.1em;
    }
    #score_section li {
        width: 90%;
        max-width: initial;
        margin: 0 auto;
    }
    
    /*
        YouTube
    ================================*/
    #youtube_section ul {
        width: 90%;
        max-width: 320px;
        margin: 0 auto;
    }    
    #youtube_section li {
        width: 100%;
    }
    #youtube_section li:not(:last-child) {
        margin-bottom: 40px;
    }

    /*
        ご購入・お問い合わせ
    ================================*/
    #contact_section ul {
        max-width: 320px;
    }
    
    
    /*===============================

        稽古場のご案内・生徒募集（lesson.html）

    ================================*/
    /*
        稽古場のご案内
    ================================*/
    #main_lesson #kushiro_section > div,
    #main_lesson #obihiro_section > div,
    #main_lesson #sapporo_section > div {
        width: 350px;
    }
    #place_article div.title_area img {
        right: -300px;   
    }
    #place_article div.place_area ul {
        font-size: 1.4rem;
        white-space: nowrap;
    }
     
    /*
        生徒募集
    ================================*/   
    #student_article div.title_area img {
        right: -130px;
    }
    #course_section p {
        white-space: normal;
        letter-spacing: 0.1em;
    }
    
    /*
        レッスンのお申し込みは随時受付致しております
    ================================*/    
    div.apply_area {
        max-width: 350px;
    }    

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

        フッター

    ================================*/
    footer div.logo_area {
        flex-direction: column;
    }
    footer div.logo_area div:last-child {
        margin: 20px 0;
    }
    footer div.logo_area p {
        text-align: center;
        font-size: 2.7rem;
    }
    footer div.logo_area p span {
        padding-left: 13px;
    }
    footer div.logo_area img {
        width: 90px;
    }
    footer dl div {
        flex-wrap: wrap;
        width: 320px;
        text-align: center;
    }
    footer dl div:not(:last-child) {
        margin-bottom: 20px;
    }
    footer dt {
        width: 100%;
        margin-bottom: 5px;
        font-size: 2.3rem;
    }
    footer dt span {
        display: inline;
    }
    footer dt br, footer dd br {
        display: none;
    }
    footer dd {
        width: 100%;
    }
    footer dd a {
        font-size: 4.26rem;
    }
    footer div.info_item.map {
        width: 370px;
        height: 220px;
    }
}

.indent{
	text-indent: -1.2em;
    padding-left: 1.2em;
}
}