@charset "utf-8";
body {
  font-size: 112%;
}
ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
img {
  width: 100%;
  height: auto;
}
picture {
  display: block;
}
address {
  font-style: normal;
}
.l-header__center {
  min-width: 200px;
}
h1.c-pageTitle__main {
  width: 100%;
  margin: 0 2vw 1em;
  padding: .5em 0 .4em .5em;
  color: #52330D;
  font-size: 5vw;
  border-left: 10px solid #FF3700;
  border-bottom: 1px solid  rgba(200,190,175,0.4);
  background-image: -webkit-linear-gradient(290deg,rgba(255,251,247,1.00) 86.53%,rgba(240,235,229,1.00) 100%);
  background-image: -moz-linear-gradient(290deg,rgba(255,251,247,1.00) 86.53%,rgba(240,235,229,1.00) 100%);
  background-image: -o-linear-gradient(290deg,rgba(255,251,247,1.00) 86.53%,rgba(240,235,229,1.00) 100%);
  background-image: linear-gradient(160deg,rgba(255,251,247,1.00) 86.53%,rgba(240,235,229,1.00) 100%);
  position: relative;
}
h1.c-pageTitle__main::before {
  content: "";
  width: 50%;
  height: 50%;
  box-shadow: 0 -10px 15px rgba(200,190,175,1.0);
  transform: rotate(3deg);
  z-index: -1;
  position: absolute;
  left: 1px;
  top: 10px;
}
h2, 
.c-widget__title {
  margin-bottom: .5em;
  padding: .5em .5em .5em 45px;
  color: #52330D;
  font-size: 1.2em;
  border: 1px solid #D9D3C3;
  border-top: 3px solid #8C4B34;
  background-image: -webkit-linear-gradient(90deg,rgba(249,242,233,1.00) 0%,rgba(252,249,244,1.00) 100%);
  background-image: -moz-linear-gradient(90deg,rgba(249,242,233,1.00) 0%,rgba(252,249,244,1.00) 100%);
  background-image: -o-linear-gradient(90deg,rgba(249,242,233,1.00) 0%,rgba(252,249,244,1.00) 100%);
  background-image: linear-gradient(0deg,rgba(249,242,233,1.00) 0%,rgba(252,249,244,1.00) 100%);
  position: relative;
}
h2 .ttl-icon {
  display: block;
  width: 40px;
  height: 40px;
  background-image: url("../images/menu-icon.gif");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 40px 520px;
  overflow: hidden;
  position: absolute;
  top: calc(50% - 20px);
  left: 5px;
}
.p-archive__title,.p-page__title {
  margin-bottom: 0;
}
.c-pageTitle + .c-postContent {
  margin: 0 2vw;
}
/* ____ フロート設定 ____ */
.flo-l {
  float: left;
}
.flo-r {
  float: right;
}
/* ____ フロートボックス解除用 ____ */
.clear {
  clear: both;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
/* ____ テキスト設定 ____ */
.txt_sm {
  font-size: 80%;
}
.txt_lg {
  font-size: 120%;
}
.mtb1em {
  margin-top: 1em;
  margin-bottom: 1em;
}
em {
  font-style: normal;
  font-weight: bold;
  font-size: 1.4em;
}
.b {
  font-weight: bold;
}
.s {
  text-decoration: line-through;
}
.u {
  text-decoration: underline;
}
.red {
  color: #FF0000;
}
.ora {
  color: #FF3700;
}
.ylw {
  color: #FFFF00;
}
.grn {
  color: #00804F;
}
.bro {
  color: #743500;
}
.bk {
  color: #000;
}
.huchi1 {
  text-shadow:
    #FFF 2px 0px, #FFF -2px 0px, #FFF 0px -2px, #FFF 0px 2px, #FFF 2px 2px, #FFF -2px 2px, #FFF 2px -2px, #FFF -2px -2px, #FFF 1px 2px, #FFF -1px 2px, #FFF 1px -2px, #FFF -1px -2px, #FFF 2px 1px, #FFF -2px 1px, #FFF 2px -1px, #FFF -2px -1px;
}
.huchi2 {
  text-shadow:
    #FFF 4px 0px, #FFF -4px 0px, #FFF 0px -4px, #FFF 0px 4px, #FFF 4px 4px, #FFF -4px 4px, #FFF 4px -4px, #FFF -4px -4px, #FFF 3px 4px, #FFF -3px 4px, #FFF 3px -4px, #FFF -3px -4px, #FFF 4px 3px, #FFF -4px 3px, #FFF 4px -3px, #FFF -4px -3px;
}
.mark_ylw {
  background:linear-gradient(transparent 60%, #ff3 60%);
}
/* ____ リンクテキスト ____ */
a {
  /*color: #0066CC;*/
  text-decoration: underline;
  text-underline-offset: .1em;
  text-decoration-thickness: 1px;
}
a:visited {
  /*color: #0066CC;*/
  text-decoration: underline;
  text-underline-offset: .5em;
}
a:hover, a:active,a:focus {
  /*color: #CC0000;*/
  text-decoration: none;
  transition: 0.5s;
  opacity: 0.8;
}
a:hover img {
  opacity: 0.8;
}
/* 文字揃え */
.txt_r {
  text-align: right;
}
.txt_l {
  text-align: left;
}
.txt_c {
  text-align: center;
}
.br_r {
  display: block;
  text-align: right;
}
.auto_br {
  word-break: keep-all;
  line-break: strict;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
/* レスポンシブ表示切替 */
.pc_view {
  content-visibility: hidden;
  display: none;
}
.smp_view {
  content-visibility: visible;
  display: inline;
}
/* 大枠ボックス */
.l-content__body.l-container {
  margin-top: 1rem;
  padding: 0 !important;
}
.wrapper {
  width: 100%;
  position: relative;
}
.flexbox {
  display: block;
}
.flexbox_all {
  display: flex;
}
.contentbox {
  margin: .5em 2vw 2em;
  position: relative;
}
/* ヘッダー */
#header {
  padding: .2em 0;
  background-color: #F6EAD8;
}
#header .l-header__logo {
  width: 100%;
  text-align: center;
}
#header .l-header__logo a.c-headLogo {
  display: block;
  width: 200px;
  height: 0;
  padding-top: 70px;
  background-image: url("../images/logo_comm.gif");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 200px 70px;
  overflow: hidden;
}
.header-nav, .tel-no {
  content-visibility: hidden;
  display: none;
}
/* メニューボタン */
.l-header__body {
  grid-template-areas: "left center right search menu";
  grid-template-columns: 19% 50% auto 0 60px !important;
}
.c-iconBtn.-menuBtn.u-flex--c {
  align-content: flex-start;
  align-items: flex-start;
  justify-content: flex-start;
}
.l-header__drawerBtn {
  width: 60px !important;
  height: 60px !important;
  position: fixed;
  right: 2vw;
  top: 4vw;
}
.c-iconBtn__icon {
  width: 100%;
  height: 100%;
  background-color: #FF3700;
  border-radius: 5px;
  overflow: hidden;
}
/* ドロワーメニュー */
.p-drawer {
  color: #000;
  font-size: 1rem;
  background-color: rgba(255,255,255,.98);
}
.p-drawer small.__subText {
  display: block;
}
.c-drawerNav li {
  border-bottom: 1px dotted #EF3700;
}
/* ピアノお客様の声 */
.piano-voice {
  padding-top: 32vw;
  background-image: url("../images/voice_ttl_piano.jpg");
  background-color: #F46700;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  overflow: hidden;
  position: relative;
}
.link-btn a {
  display: block;
  width: 90vw;
  margin: 1em auto;
  padding: .5em 5% .5em 0;
  font-size: 1.2em;
  text-align: center;
  text-decoration: none;
  border-radius: .5em;
  position: relative;
}
.link-btn.yellow a {
  color: #EF3700;
  background-color: #FFF3A3;
  box-shadow: 0 3px 3px 0 rgba(239,55,0,0.50);
}
.link-btn.orange a {
  color: #FFFFFF;
  background-color: #EB6F00;
  box-shadow: 0 3px 3px 0 rgba(239,55,0,0.30);
}
.link-btn.green a {
  color: #FFFFFF;
  background-color: #286400;
  box-shadow: 0 3px 3px 0 rgba(40,100,0,0.30);
}
.link-btn .r-tri::before {
  content: "\025b6";
  display:inline-block;
  margin-left: .5em;
  position: absolute;
  right: 4%;
  top: 50%;
  transform: translateY(-50%);
}
.piano-voice .link-btn a {
  margin: 1em auto .8em;
}
/* ピアノお客様の声 感想スライド */
.glide {
  content-visibility: hidden;
  display: none;
}
/* カメラ お客様の投稿写真 */
.post-photo .ttl-icon {
  background-position: left top -200px;
}
.map-index {
  display: flex;
  flex-wrap: wrap;
  padding: .5em 0;
  background-image: url("../images/photo-map.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  overflow: hidden;
}
.map-index li a {
  display: block;
  margin: .5em 2vw;
  padding: .5em 0;
  width: 44vw;
  color: #2757E0;
  font-size: 1.1em;
  text-align: center;
  text-decoration: none;
  background-color: rgba(255,255,255,0.80);
  border: 1px solid #2757E0;
  border-radius: .5em;
  box-shadow: 0 3px 0 0 rgba(75,95,208,0.40);
}
.map-index li a:hover {
  background-color: rgba(255,255,255,1.00);
}
#maparea {
  content-visibility: hidden;
  display: none;
}
/* 新着情報 */
.newbox {
  padding: .5em 2vw .5em 6em;
  background-color: #FEEECE;
  border: 1px solid #F3C363;
  position: relative;
}
.newbox .new-info {
  display: inline-block;
  width: 5em;
  padding: .2em;
  color: #FFFFFF;
  text-indent: 0;
  text-align: center;
  background-color: #F66800;
  position: absolute;
  left: 2vw;
  top: .5em;
}
.newbox time {
  display: block;
}
/* 水彩画作品 */
.post-kaiga .ttl-icon {
  background-position: left top -280px;
}
/* 感想・作品募集 */
.post-opus {
  background-image: url("../images/opus-bg.jpg");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 30vw auto;
}
.post-opus h2 {
  border-top: 3px solid #286400;
}
.post-opus .ttl-icon {
  background-position: left top -240px;
}
.post-opus .link-btn a {
  width: 65vw;
  margin: 1em 0;
}
/* YouTubeチャンネル */
.youtubebox .ttl-icon {
  background-position: left top -120px;
}
.youtubebox .channel {
  position: relative;
}
.youtubebox img {
  width: 30vw;
  margin-left: 1em;
}
.youtubebox .link-btn a {
  width: 50vw;
  position: absolute;
  right: 2vw;
  top: 0;
}
/* 楽器紹介 */
.instrument {
  content-visibility: hidden;
  display: none;
}
/* フォーム埋め込み */
.embed-form iframe {
  width: 100%;
  height: 600vw;
  border: 0;
}
/* サイドバー リンクバナー　
#sidebar: サイドバー全体
#block-7: GA関連サイト
#block-5: コミュニティメニュー
.bnr-link: 旧カスタムHTMLメニュー用(おそらく不要)
*/
#sidebar {
  margin-top: 0;
}
#block-7, #block-5, .sidebar-ttl {
  content-visibility: hidden;
  display: none;
}
#sidebar .bnr-link, 
#sidebar #menu-voice {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  border-top: none;
}
#sidebar .bnr-link li a,
#sidebar #menu-voice li a {
  display: block;
  width: 176px;
  height: 0;
  padding: 80px 0 0;
  margin: .2em 0;
  border: 1px solid #ccc;
  background-image: url("../images/side-menu_bnr.jpg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 176px 480px;
  overflow: hidden;
}
#sidebar #menu-voice li:first-child {
  display: none;
  content-visibility: hidden;
}
#sidebar .bnr-link li:nth-child(2) a,
#sidebar #menu-voice li:nth-child(2) a {
  background-position: left top;
}
#sidebar .bnr-link li:nth-child(3) a,
#sidebar #menu-voice li:nth-child(3) a {
  background-position: left top -80px;
}
#sidebar .bnr-link li:nth-child(4) a,
#sidebar #menu-voice li:nth-child(4) a {
  background-position: left top -160px;
}
#sidebar .bnr-link li:nth-child(5) a,
#sidebar #menu-voice li:nth-child(5) a {
  background-position: left top -240px;
}
#sidebar .bnr-link li:nth-child(6) a,
#sidebar #menu-voice li:nth-child(6) a {
  background-position: left top -320px;
}
#sidebar .bnr-link li:nth-child(7) a,
#sidebar #menu-voice li:nth-child(7) a {
  background-position: left top -400px;
}
#sidebar .voice-follow {
  margin: .2em 0;
}
#sidebar #menu-voice-index,
#sidebar .voice-follow li:first-child {
  display: none;
  content-visivility: hidden;
}
.ga-shop_link {
  margin-top: .5em;
}
.ga-shop_link a,
#sidebar .voice-follow li:last-child a {
  display: block;
  height: 0;
  margin: 0 2vw;
  padding-top: 39.8vw;
  line-height: 3em;
  background-image: url("../images/official-site_btn.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  overflow: hidden;
}
/* ------------------------------------- レター誘導バナー .link-lp */
.link-lp a {
  display: block;
  height: 0;
  margin: 1rem 2vw;
  padding-top: 32vw;
  background-image: url("../images/link-lp_bnr_smp.png");
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.link-lp.insection {
  padding-left: 0;
  padding-right: 0;
  margin: 0 !important;
}
.link-lp.insection a {
  margin: 1rem 0;
}
.link-lp.piano_bnr a {
  background-position: left top;
}
.link-lp.guitar_bnr a {
  background-position: left top -32vw;
}
.link-lp.sax_bnr a {
  background-position: left top -64vw;
}
.link-lp.camera_bnr a {
  background-position: left top -96vw;
}
.link-lp.oboe_bnr a {
  background-position: left top -128vw;
}
.link-lp.tozan_bnr a {
  background-position: left top -160vw;
}
.link-lp.kaiga_bnr a {
  pointer-events: none;
  background-position: left top -192vw;
}
.link-lp.btob_bnr a {
  background-position: left top -224vw;
}
.link-lp.ukulele_bnr a {
  background-position: left top -256vw;
}
.link-lp.violin_bnr a {
  background-position: left top -288vw;
}
/* ------------------------------------- フッターナビ .f-nav */
.l-footer__widgets {
  content-visibility: hidden;
  display: none;
}
.f-nav {
  margin: 1em 0;
  padding: 1em 0;
  border-top: 6px double #76541B;
  border-bottom: 6px double #76541B;
  background-image: -webkit-linear-gradient(270deg,rgba(82,45,1,1.00) 0%,rgba(60,26,0,1.00) 100%);
  background-image: -moz-linear-gradient(270deg,rgba(82,45,1,1.00) 0%,rgba(60,26,0,1.00) 100%);
  background-image: -o-linear-gradient(270deg,rgba(82,45,1,1.00) 0%,rgba(60,26,0,1.00) 100%);
  background-image: linear-gradient(180deg,rgba(82,45,1,1.00) 0%,rgba(60,26,0,1.00) 100%);
}
.f-nav a {
  display: block;
  padding: .8em 0;
  color: #FFE6C1;
  text-align: center;
  text-decoration: none;
}
.f-nav a:hover,
.f-nav a:active {
  background-color: rgba(255,240,193,0.10);
}
/* ------------------------------------- フッター footer */
footer address p {
  display: none;
}
footer address p:first-child {
  display: block;
  margin-bottom: 1rem;
  text-align: center;
}
footer address img {
  width: 60vw;
}
footer .copy {
  margin: 2em 0;
  font-size: .8em;
  text-align: center;
}
.nav-list {
  content-visibility: hidden;
  display: none;
}
/* -------------------------------------- Youtube埋め込み .yt_movie  */
/* javascriptと併用してください yt-lite.js  */
.youtube-embed {
  max-width: 100%;
  height: 0;
  margin: 0;
  padding-top: 56.25%;
  overflow-wrap: break-word;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}
.yt_movie {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  left: 0;
  top: 0;
}
.yt_play {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  overflow: hidden;
}
.yt_play:hover {
  cursor: pointer;
}
.yt_play::before {
  content: "\025b6";
  display: block;
  width: 100px;
  height: 60px;
  color: #FFFFFF;
  font-size: 40px;
  text-align: center;
  line-height: 60px;
  border: 1px solid rgba(255,255,255,0.8);
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.80);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
}
.yt_play:hover::before {
  cursor: pointer;
  background-color: rgba(227, 14, 0, 1.00);
}
.yt_movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
/* ------------------------------------------  パンくずリスト .p-breadcrumb__list */
.p-breadcrumb__list.l-container {
  padding: .2em .5em;
  overflow-x: auto;
}
@media screen and (min-width:1000px){
body {
  font-size: 125%;
}
img {
  width: auto;
  height: auto;
}
h1.c-pageTitle__main {
  width: 100%;
  margin: 0 0 1em;
  padding: .5em 0 .4em .5em;
  font-size: 30px;
  border-left: 20px solid #FF3700;
}
h2,
.c-widget__title {
  padding: 0 0 .5em;
  text-align: center;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "游ゴシック Medium", "Meiryo", sans-serif;
  font-feature-settings: "palt";
}
h2 .ttl-icon {
  display: inline-block;
  position: relative;
  top: 10px;
  left: -10px;
}
.c-pageTitle + .c-postContent {
  margin: 0;
}
.pc_view {
  content-visibility: visible;
  display: inline;
}
.smp_view {
  content-visibility: hidden;
  display: none;
}
/* 大枠ボックス */
#content {
  padding: 20px 0;
}
.l-content__body.l-container {
  width: 980px;
  margin: 20px auto 0;
  position: relative;
}
[data-sidebar=on] .l-main {
  width: 730px;
}
.wrapper {
  width: 980px;
  margin: 0 auto;
}
.flexbox {
  display: flex;
}
.contentbox {
  width: 100%;
  margin: 30px 0;
}
main.main-column {
  width: 730px;
}
/* ヘッダー */
.l-header__body {
  width: 980px;
  padding: 0;
  grid-template-columns: 0 0 1fr auto 0 !important;
}
#header .l-header__logo {
  width: 200px;
}
.l-header__right {
  padding: 8px 0;
}
.c-gnav {
  margin-right: 3vw;
  max-width: 500px;
}
.tel-no {
  content-visibility: visible;
  display: block;
  width: 240px;
  margin-right: 0;
}
.c-gnav li a {
  display: block !important;
  width: 80px;
  height: 0 !important;
  padding: 70px 0 0 !important;
  background-image: url("../images/header-nav_80x70.gif");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 480px 70px;
  overflow: hidden;  
}
.c-gnav li:nth-child(2) a {
  background-position: left -80px top;
}
.c-gnav li:nth-child(3) a {
  background-position: left -160px top;
}
.c-gnav li:nth-child(4) a {
  background-position: left -240px top;
}
.c-gnav li:nth-child(5) a {
  background-position: left -320px top;
}
.c-gnav li:nth-child(6) a {
  background-position: left -400px top;
}
/* メニューボタン */
.l-header__drawerBtn {
  content-visibility: hidden;
  display: none;
}
/* ピアノお客様の声 */
.piano-voice {
  padding-top: 240px;
  background-size: 730px 350px;
}
.link-btn a {
  width: 650px;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "游ゴシック Medium", "Meiryo", sans-serif;
  font-feature-settings: "palt";
}
.link-btn .r-tri::before {
  right: 5%;
  transition: .5s;
}
.link-btn a:hover .r-tri::before {
  right: 3%;
}
.piano-voice .link-btn a {
  margin: 1em auto .8em;
}
/* ピアノお客様の声 感想スライド */
.glide {
  content-visibility: visible;
  display: block;
  padding: 20px 0;
}
.glide__slides {
  height: 180px;
}
.glide__slide {
  height: 175px !important;
  margin: 0;
  padding: 1em;
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  border-radius: 20px;
  box-shadow: 0 3px 2px 0 rgba(0,0,0,0.20);
  opacity: .4;
}
.glide__slide.glide__slide--active {
  opacity: 1;
}
.glide__slide .flexitem {
  margin-left: 20px;
  font-size: 80%;
  font-family: "Helvetica Neue","Arial","Hiragino Kaku Gothic ProN","Hiragino Sans","Meiryo",sans-serif;
  font-feature-settings: "palt";
  line-height: 1.2;
}
.glide__slide .flexitem .red {
  margin-bottom: .5em;
  color: #FF0000;
}
.glide__arrow {
  padding: 10px !important;
  text-align: center;
  background-color: rgba(255,107,0,0.80) !important;
  border-radius: 50% !important;
}
.glide__arrow.glide__arrow--right {
  right: 1em;
}
.glide__arrow.glide__arrow--right::before {
  content: "\025b6";
}
.glide__arrow.glide__arrow--left {
  left: 1em;
}
.glide__arrow.glide__arrow--left::before {
  content: "\025c0";
}
.glide__bullets {
  bottom: 0 !important;
}
.glide__bullet {
  background-color: rgba(244,103,0,0.50) !important;
}
.glide__bullet.glide__bullet--active {
  background-color: rgba(244,103,0,1.0) !important;
}
/* カメラ お客様の投稿写真 */
.post-photo .flexbox {
  justify-content: space-around;
}
.map-index {
  display: block;
  padding: .5em 0;
  background-image: none;
}
.map-index li a {
  margin: 1em 0;
  width: 200px;
  font-size: 1em;
}
.map-index li a:hover {
  background-color: rgba(75,95,208,0.20);
}
#maparea {
  content-visibility: visible;
  display: block;
}
/* 新着情報 */
.newbox {
  padding: 1em 0 1em 7em;
}
.newbox .new-info {
  position: absolute;
  left: .8em;
  top: 50%;
  transform: translateY(-50%);
}
.newbox time {
  display: inline-block;
  margin-right: .5em;
}
/* 感想・作品募集 */
.post-opus {
  padding-bottom: 20px;
  background-size: 300px 200px;
}
.post-opus .link-btn a {
  width: 400px;
}
/* YouTubeチャンネル */
.youtubebox .flexbox {
  justify-content: space-between;
}
.youtubebox .channel {
  width: 360px;
  font-size: 80%;
  position: relative;
}
.youtubebox .channel p {
  text-align: center;
}
.youtubebox .channel p:nth-child(2) {
  padding: 0 15px;
  min-height: 100px;
}
.youtubebox img {
  width: 170px;
  margin-left: 0;
}
.youtubebox .link-btn a {
  width: 330px;
  margin: 0 auto;
  position: relative;
  right: 0;
}
/* 楽器紹介 */
.instrument {
  content-visibility: visible;
  display: block;
}
.instrument .ttl-icon {
  background-position: left top -360px;
}
.instrument .link-list {
  margin-top: 1em;
  justify-content: space-around;
}
.instrument .link-list li a {
  display: block;
  text-align: center;
  position: relative;
}
.instrument .link-list li a::before {
  content: "";
  display: block;
  width: 160px;
  height: 160px;
  border: 1px solid #8C4B34;
  background-image: url("../images/zukan-iconx160.jpg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 160px 640px;
  overflow: hidden;
}
.instrument .link-list li:nth-child(2) a::before {
  background-position: left top -160px;
}
.instrument .link-list li:nth-child(3) a::before {
  background-position: left top -320px;
}
.instrument .link-list li:nth-child(4) a::before {
  background-position: left top -480px;
}
/* フォーム埋め込み */
.embed-form iframe {
  width: 100%;
  height: 2000px;
  border: 0;
}
/* サイドバー リンクバナー　
#sidebar: サイドバー全体
#block-7: GA関連サイト
#block-5: コミュニティメニュー
*/
#sidebar {
  width: 220px;
}
#block-7, #block-5 {
  content-visibility: visible;
  display: block;
}
.wp-block-columns,
.c-widget+.c-widget {
  margin: 0 0 10px;
}
.c-widget__title, 
h2.widgettitle {
  content-visibility: visible;
  display: block;
  margin: 0;
  padding: .5em 0;
  font-size: 1.2em;
  border-bottom: 0;
}
.c-widget__title + div ul, 
h2.widgettitle + div ul {
  padding: 0;
  margin-bottom: .5em;
  font-size: 110%;
  border: 1px solid #D9D3C3;
  background-image: linear-gradient(0deg,rgba(249,242,233,1.00) 0%,rgba(252,249,244,1.00) 100%);
}
.c-widget__title + div ul li, 
h2.widgettitle + div ul li {
  padding: .2em 0 .2em 30px;
  position: relative;
}
.c-widget__title + div ul li::before, 
h2.widgettitle + div ul li::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("../images/menu-icon.gif");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 20px 260px;
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
}
.c-widget__title + div ul li a, 
h2.widgettitle + div ul li a {
  padding: .2em 0;
  border: none;
  text-decoration: underline;
}
.c-widget__title + div ul li a:hover, 
h2.widgettitle + div ul li a:hover {
  text-decoration: none;
}
#sidebar #block-7 ul li:nth-child(2)::before {
  background-position: left top -20px;
}
#sidebar #block-7 ul li:nth-child(3)::before {
  background-position: left top -40px;
}
#sidebar #block-7 ul li:nth-child(4)::before {
  background-position: left top -60px;
}
#sidebar #block-5 ul li:first-child::before {
  background-position: left top -80px;
}
#sidebar #block-5 ul li:nth-child(2)::before {
  background-position: left top -100px;
}
#sidebar #block-5 ul li:nth-child(3)::before {
  background-position: left top -140px;
}
#sidebar #block-5 ul li:nth-child(4)::before {
  background-position: left top -120px;
}
#sidebar #block-5 ul li:nth-child(5)::before {
  background-position: left top -160px;
}
#sidebar #block-5 ul li:nth-child(6)::before {
  background-position: left top -180px;
}
#sidebar #block-5 ul li:nth-child(7)::before {
  background-position: left top -200px;
}
#sidebar #block-5 ul li:nth-child(8)::before {
  background-position: left top -220px;
}
#sidebar #block-5 ul li:nth-child(9)::before {
  background-position: left top -240px;
}
#sidebar .bnr-link,
#sidebar #menu-voice {
  display: block;
}
#sidebar .bnr-link li a,
#sidebar #menu-voice li a {
  width: 220px;
  padding: 100px 0 0;
  margin: .5em 0;
  background-size: 220px 600px;
}
#sidebar .bnr-link li:nth-child(2) a,
#sidebar #menu-voice li:nth-child(2) a {
  background-position: left top;
}
#sidebar .bnr-link li:nth-child(3) a,
#sidebar #menu-voice li:nth-child(3) a {
  background-position: left top -100px;
}
#sidebar .bnr-link li:nth-child(4) a,
#sidebar #menu-voice li:nth-child(4) a {
  background-position: left top -200px;
}
#sidebar .bnr-link li:nth-child(5) a,
#sidebar #menu-voice li:nth-child(5) a {
  background-position: left top -300px;
}
#sidebar .bnr-link li:nth-child(6) a,
#sidebar #menu-voice li:nth-child(6) a {
  background-position: left top -400px;
}
#sidebar .bnr-link li:nth-child(7) a,
#sidebar #menu-voice li:nth-child(7) a {
  background-position: left top -500px;
}
#sidebar #menu-voice li:first-child {
  display: block;
  content-visibility: visible;
}
#sidebar .bnr-link li.pc_view a,
#sidebar #menu-voice li:first-child a {
  background-image: url("../images/side-menu_bnr_pc.jpg");
  background-size: 220px 350px;
}
#sidebar .bnr-link li.pc_view:first-child a,
#sidebar #menu-voice li:first-child a {
  background-position: left top;
}
#sidebar .bnr-link li.pc_view:nth-child(6) a {
  padding-top: 250px;
  background-position: left bottom;
}
#sidebar .voice-follow {
  margin: .2em 0;
  position: sticky;
  top: 30px;
}
#sidebar #menu-voice-index,
#sidebar .voice-follow li:first-child {
  display: block;
  content-visivility: visible;
}
#sidebar #menu-voice-index a,
#sidebar .voice-follow li:first-child a {
  display: block;
  height: 0;
  margin: 0;
  padding: 250px 0 0;
  line-height: 3em;
  background-image: url("../images/side-menu_bnr_pc.jpg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 220px 350px;
  overflow: hidden;
}
#sidebar .voice-follow li:last-child a {
  margin: 1em 0 0;
  padding-top: 220px;
  background-image: url("../images/link-lp_bnr_side.png");
  background-size: 220px 1540px;
  background-position: left top;
}
#sidebar .voice-follow.piano li:last-child a {
  background-position: left top -220px;
}
#sidebar .voice-follow.guitar li:last-child a {
  background-position: left top -440px;
}
#sidebar .voice-follow.sax li:last-child a {
  background-position: left top -660px;
}
#sidebar .voice-follow.photo li:last-child a {
  background-position: left top -880px;
}
#sidebar .voice-follow.oboe li:last-child a {
  background-position: left top -1100px;
}
#sidebar .voice-follow.art li:last-child a {
  pointer-events: none;
  background-position: left top -1320px;
}
.ga-shop_link {
  width: 730px;
  margin-top: 2em;
}
.ga-shop_link a {
  margin: 0;
  padding-top: 300px;
  background-size: 730px 300px;
}
.ga-shop_link.widget_nav_menu .menu {
  border-top: none;
}
/* ------------------------------------- レター誘導バナー .link-lp */
.link-lp a {
  margin: 1rem 0;
  padding-top: 120px;
  background-image: url("../images/link-lp_bnr.png");
  background-size: 730px 1200px;
}
.link-lp.piano_bnr a {
  background-position: left top;
}
.link-lp.guitar_bnr a {
  background-position: left top -120px;
}
.link-lp.sax_bnr a {
  background-position: left top -240px;
}
.link-lp.camera_bnr a {
  background-position: left top -360px;
}
.link-lp.oboe_bnr a {
  background-position: left top -480px;
}
.link-lp.tozan_bnr a {
  background-position: left top -600px;
}
.link-lp.kaiga_bnr a {
  pointer-events: none;
  background-position: left top -720px;
}
.link-lp.btob_bnr a {
  background-position: left top -840px;
}
.link-lp.ukulele_bnr a {
  background-position: left top -960px;
}
.link-lp.violin_bnr a {
  background-position: left top -1080px;
}
/* ------------------------------------- フッターナビ .f-nav */
.f-nav {
  margin: 0;
  padding: .5em 0;
}
.f-nav li {
  flex: 1 0 auto;
  font-size: 1.2rem;
  line-height: 20px;
}
.f-nav a {
  display: block;
  padding: 0;
  color: #FFFFFF !important;
  border-right: 1px solid #FFFFFF;
}
.f-nav li:last-child a {
  padding-left: 23px;
  text-align: left;
  border-right: none;
  position: relative;
}
.f-nav li:last-child a::before {
  content: "";
  display: inline-block;
  height: 20px;
  padding-left: 20px;
  background-image: url("../images/icon-set.svg");
  background-repeat: no-repeat;
  background-position: left -20px top -20px;
  transform: rotate( -90deg );
  position: absolute;
  left: 2px;
  top: calc(50% - 10px);
}
.f-nav a:hover,
.f-nav a:active {
  background-color: transparent;
  text-decoration: underline;
}
/* ------------------------------------- フッター footer */
footer.l-footer {
  margin-top: 40px;
  padding: 0 0 20px;
  font-size: .8em;
  background-color: #F6EAD8;
}
footer.l-footer a,
footer.l-footer a:visited {
  color:#411f00;
  font-size: .8em;
  text-decoration: none;
}
footer.l-footer a:hover {
  color:#eb6100;
  text-decoration: underline;
}
footer.l-footer h2 {
  text-align: left;
}
footer.l-footer .flexbox {
  justify-content: space-between;
}
/* ------------------------ フッターナビリスト .nav-list */
.l-footer__widgets {
  content-visibility: visible;
  display: block;
  padding-bottom: 1rem;
}
.l-footer__widgets>.l-container {
  width: 980px;
  padding: 0;
  margin: 0 auto;
}
.l-footer__widgets>.l-container .wp-block-columns {
  margin: 0;
  --wp-column-gap: 0;
}
#block-8 .wp-block-columns {
  justify-content: space-between;
}
#block-8 .wp-block-column:nth-child(1),
#block-8 .wp-block-column:nth-child(2) {
  flex: 0 1 25%;
}
#block-8 .wp-block-column:nth-child(3) {
  white-space: nowrap;
  flex: 1 0 0;
}
.l-footer__widgets .widget.widget_nav_menu h2 {
  margin: 0;
  padding: .2em 0;
  color: #411f00;
  font-size: 1.1em;
  border: none;
  background-image: none;
  overflow: visible;
  position: relative;
}
.l-footer__widgets .widget.widget_nav_menu h2::before {
  content: "";
  height: 20px;
  padding-left: 20px;
  background-image: url("../images/icon-set.svg");
  background-repeat: no-repeat;
  background-position: left -40px top -20px;
  position: absolute;
  left: -22px;
  top: 50%;
  transform: translateY(-50%);
}
.l-footer__widgets .widget.widget_nav_menu h2.widgettitle + div ul {
  padding: .2em 0;
  margin-bottom: 0;
  border: none;
  background-image: none;
}
.l-footer__widgets .widget.widget_nav_menu h2.widgettitle + div ul li {
  padding: 0;
  border: none;
  line-height: 1.8;
}
.l-footer__widgets .widget.widget_nav_menu h2.widgettitle + div ul li::before {
  content: "";
  display: none;
}
.l-footer__widgets .widget.widget_nav_menu h2.widgettitle + div ul li a {
  padding: 0;
  font-size: .8em;
  text-decoration: none;
}
.l-footer__widgets .widget.widget_nav_menu h2.widgettitle + div ul li a:hover {
  text-decoration: underline;
}
footer.l-footer address {
  padding: 10px;
  margin-bottom: 20px;
  background-color: #FFFFFF;
  border: 1px solid #DBD0BF;
  align-items: center;
}
footer.l-footer address p {
  display: block;
  flex: 0 1 auto;
  margin-bottom: 0;
  font-size: .8em;
}
footer.l-footer address img {
  width: 270px;
}
footer.l-footer address p:first-child img {
  width: auto;
  height: 53px;
}
footer.l-footer address .mail-btn a {
  display: block;
  width: 230px;
  height: 50px;
  margin-top: 3px;
  padding: 0 16px;
  color: #FFFFFF;
  font-size: 1.2em;
  line-height: 44px;
  text-align: right;
  text-decoration: none;
  background-color: #FF4E00;
  border-radius: 10px;
  border: 2px solid #FFFFFF;
  box-shadow: 0 1px 2px 0 #ccc;
  position: relative;
}
footer.l-footer address .mail-btn a:hover {
  color: #FFFFFF;
  text-decoration: none;
}
footer.l-footer address .mail-btn a::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("../images/icon-set.svg");
  background-position: left -60px top;
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
}
/* ------------------------------------------  パンくずリスト .p-breadcrumb__list */
.p-breadcrumb__list {
  width: 980px;
  padding: 0;
}
}


