/*
 Theme Name:   Twenty Seventeen Child
 Description:  Twenty Fifteen Child Theme
 Template:     twentyseventeen
 Text Domain:  twenty-seventeen-child
*/
/*●画面の横幅が769px以上　PC*/
@media screen and (min-width: 769px){
#page-top {
    position: fixed;
    bottom: 30px;
    right: 10px;
	display: none;
}
#page-top a{
    display:block;
}
#page-top:hover {
    opacity: 0.4;
}
}

/* ●画面の横幅が768pxまで　タブレット */
@media screen and (max-width: 768px){
#page-top {
    position: fixed;
    bottom: 30px;
    right: 10px;
	display: none;
}
#page-top a{
    display:block;
}
#page-top:hover {
    opacity: 0.4;
}
}

/* 画面の横幅が640pxまで　スマートフォン */
@media screen and 
(max-width: 640px){
#page-top {
	width:50px;
	height:50px;
    position: fixed;
    bottom: 30px;
    right: 5px;
	display: none;
}
#page-top a{
    display:block;
}
#page-top:hover {
    opacity: 0.4;
}
}
/*===============================================
index.php
===============================================*/
div,
dl,
dt,
dd,
ul,
ol,
li{
	margin:0;
	padding:0;
}
ul {
	list-style-type: none;
}
h2 {
	font-size:12px;
	font-size:0.75rem;
}
.intro,
.otoiawase{
	font-size:12px;
	font-size:0.75rem;
}
.cd ul {
	float: none;
	margin-right: 0px;
}
.cd li {
	font-size:10px;
	font-size:0.625rem;
}
.cd li .red {
	color:#ff4500;
}
.intro,.sasayaki,.cd,.goods,.otoiawase{
padding-bottom:20px;
}

/* スマホ横画面 */
@media screen and (min-width: 30em) {
h2 {
	font-size:14px;
	font-size:0.875rem;
	}
.intro,
.otoiawase{
	font-size:12px;
	font-size:0.75rem;
}
.cd ul {
	float: left;
	margin-right: 5px;
}
.cd li {
	font-size:12px;
	font-size:0.75rem;
}
.cd li .red {
	color:#ff4500;
}
}

/* PCタブレット */
@media screen and (min-width: 48em) {
.icon-arrow-right {fill:#fff}
.icon-arrow-right:hover {fill:#fff}
.panel-content .entry-header .entry-title {
	font-size:18px;
	font-size:1.125rem;
	}
.bg_area {
	background-image: url(../../uploads/2017/07/silhouette.png);
	background-repeat: no-repeat;
	width: 100%;
	height: 160px;
	background-position: 50px 0px
}
.bg_area p{
	color:#ff4500;
	padding-top:50px;
}
.intro,
.otoiawase{
	font-size:16px;
	font-size:1rem;
}
.intro p {
	padding-top:50px;
}
.cd ul {
	float: left;
	margin-right: 10px;
}
.cd li {
	font-size:12px;
	font-size:0.75rem;
}
.cd li .red {
	color:#ff4500;
}
}
/* 画面の横幅が640pxまで　スマートフォン */
@media screen and (max-width: 640px){
/* フロント画像の高さ調節 */
.has-header-image.twentyseventeen-front-page .custom-header,
.has-header-video.twentyseventeen-front-page .custom-header,
.has-header-image.home.blog .custom-header,
.has-header-video.home.blog .custom-header {
display: table;
height: 300px;
height: 40vh;   /* 100vh --> 40vh 高さの比率 */
width: 100%;
}
.has-header-image .custom-header-media img, .has-header-video .custom-header-media video, .has-header-video .custom-header-media iframe {
position: absolute; /* fixed ?> absolute イメージの見え方の設定 */
height: auto;
left: 30%;
max-width: 1000%;
min-height: 100%;
min-width: 100%;
min-width: 100vw;
width: auto;
top: 50%;
padding-bottom: 1px;
-ms-transform: translateX(-50%) translateY(-50%);
-moz-transform: translateX(-50%) translateY(-50%);
-webkit-transform: translateX(-50%) translateY(-50%);
transform: translateX(-50%) translateY(-50%);
}
}

/*===============================================
footer.php
===============================================*/
.social-links-menu a{background-color:#333}
.social-links-menu a:hover{background-color:#CCC}
.footerlink {
	margin-bottom:20px;
}
.footerlink ul{
	list-style-type: none;
}
.footerlink ul {
	font-size:12px;
}
.footerlink ul li ul {
  margin-top: .5em;
  margin-bottom: .75em;
  margin-left: 48px;
}
 
.footerlink ul li ul li {
  margin-bottom: .25em;
  position: relative;
}
 
.footerlink ul li ul li::before {
  content: "";
  position: absolute;
  top: -0.5em;
  left: -16px;
  width: 10px;
  height: calc(100% + .75em);
  border-left: 1px solid #333;
}
 
.footerlink ul li ul li:last-child::before {
  height: calc(1em + .25em);
}
 
.footerlink ul li ul li::after {
  content: "";
  position: absolute;
  top: .75em;
  left: -16px;
  width: 10px;
  border-bottom: 1px solid #333;
}
.bnner{
	padding-bottom:50px;
}
.bnner .yamaha{
	width:256px;
	height: 100%;
	line-height: 100%;
	text-align:center;
}
.bnner .yamaha a,
.bnner .yamaha a:hover,
.bnner .yamaha a:active {
box-shadow:none;
}
.bnner .yamaha a:hover span {
text-decoration:none;
border-bottom:solid 3px #000;
}
/* 画面の横幅が640pxまで　スマートフォン */
@media screen and (max-width: 640px){
.bnner .yamaha{
	width:230px;
	height: 100%;
	line-height: 100%;
	text-align:center;
	font-size:12px;
}
}
/*===============================================
固定ページ全体
===============================================*/
/* 1カラムに */
body.page-two-column:not(.archive) #primary .post-53 .entry-header,
body.page-two-column:not(.archive) #primary .post-54 .entry-header,
body.page-two-column:not(.archive) #primary .post-75 .entry-header,
body.page-two-column:not(.archive) #primary .post-204 .entry-header,
body.page-two-column:not(.archive) #primary .post-44 .entry-header,
body.page-two-column:not(.archive) #primary .post-414 .entry-header,
body.page-two-column:not(.archive) #primary .post-45 .entry-header,
body.page-two-column:not(.archive) #primary .post-46 .entry-header,
body.page-two-column:not(.archive) #primary .post-219 .entry-header {
	width: 100%;
	float: none;
}
body.page-two-column:not(.archive) #primary .post-53 .entry-content,
body.page-two-column:not(.archive) #primary .post-54 .entry-content,
body.page-two-column:not(.archive) #primary .post-75 .entry-content,
body.page-two-column:not(.archive) #primary .post-204 .entry-content,
body.page-two-column:not(.archive) #primary .post-44 .entry-content,
body.page-two-column:not(.archive) #primary .post-414 .entry-content,
body.page-two-column:not(.archive) #primary .post-45 .entry-content,
body.page-two-column:not(.archive) #primary .post-46 .entry-content,
body.page-two-column:not(.archive) #primary .post-219 .entry-content {
	width: 100%;
	float: none;
}
.post-53 h1,
.post-54 h1,
.post-75 h1,
.post-204 h1,
.post-44 h1,
.post-45 h1,
.post-46 h1,
.post-219 h1,
h1.page-title {
  position: relative;
  padding: .7em .75em;
  background-color: #f0f0f0;
  border-radius: 6px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, .1) inset;
}
.post-53 h1::after,
.post-54 h1::after,
.post-75 h1::after,
.post-204 h1::after,
.post-44 h1::after,
.post-45 h1::after,
.post-46 h1::after,
.post-219 h1::after,
h1.page-title::after {
  position: absolute;
  top: 100%;
  left: 30px;
  content: '';
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top: 15px solid #f0f0f0;
}
.post-53 h2,
.post-54 h2,
.post-75 h2,
.post-204 h2,
.post-44 h2,
.post-414 h2,
.post-45 h2,
.post-46 h2,
.blog h2.entry-title {
  padding-bottom: .5em;
  border-bottom: 1px solid #ccc;
}


/*===============================================
About us
===============================================*/
.post-53 .photo_l,
.post-54 .photo_l {
	float: left;
	width: 44%;
	margin-right:3%;
	margin-bottom:20px;
}
.post-53 .profile_l,
.post-54 .profile_l {
	float: left;
	width: 53%;
}
.post-53 .photo_s,
.post-54 .photo_s {
	float: left;
	width: 22%;
	margin-right:3%;
}
.post-53 .profile_s,
.post-54 .profile_s {
	float: left;
	width: 75%;
}
.post-53 .arw {
vertical-align:middle;
margin-right:3px;
}
/* 画面の横幅が640pxまで　スマートフォン */
@media screen and (max-width: 640px){
.post-53 .photo_l,
.post-54 .photo_l {
	float: none;
	width: 100%;
	text-align:center;
	margin-bottom:20px;
}
.post-53 .profile_l,
.post-54 .profile_l {
	float: none;
	width: 100%;
	font-size:12px;
}
.post-53 .photo_s,
.post-54 .photo_s {
	float: none;
	width: 100%;
	text-align:center;
}
.post-53 .profile_s,
.post-54 .profile_s {
	float: none;
	width: 100%;
	font-size:12px;
}
}
/*===============================================
CD
===============================================*/
.post-44 .item{
padding-bottom:15px;
}
.post-44 h3{
	font-size:14px;
}
.post-44 .details {
	float: left;
	width: 44%;
	margin-right:3%;
	margin-bottom:20px;
}
.post-44 .details li {
	padding-bottom:15px;
}
.post-44 .details table {
	margin-bottom:0px;
}
.post-44 .details td {
	border-bottom: dashed 1px #666;
	border-collapse: collapse;
}
.post-44 .tunes {
	float: left;
	width: 53%;
}
.post-44 .tunes li {
	padding: 5px 0px 5px 10px;
}
.post-44 .tunes li img {
	vertical-align:middle;
	margin-right:5px;
}
.post-44 .tunes li a{
box-shadow: none;
}
.post-44 .tunes li a img{
	-webkit-box-shadow: none;
	box-shadow: none;
}
.post-44 .tunes li.on {
	background-color: #CCCCCC;
}
.post-44 .shop {
padding-top:30px;
text-align:center;
}

.post-44 .shop a,
.post-44 .shop a:hover,
.post-44 .shop a:active {
box-shadow:none;
}
.post-44 .shop a:hover {
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
/* 画面の横幅が640pxまで　スマートフォン */
@media screen and (max-width: 640px){
.post-44 .details {
	float: none;
	width: 100%;
}
.post-44 .details li {
	padding-bottom:5px;
}
.post-44 .details li.photo {
	text-align:center;
}
.post-44 .details td {
	border-bottom: dashed 1px #666;
	border-collapse: collapse;
}
.post-44 .tunes {
	float: none;
	width: 100%;
}
.post-44 .tunes li {
	padding: 5px 0px 5px 10px;
}
.post-44 .tunes li img {
	vertical-align:middle;
	margin-right:5px;
}
.post-44 .tunes li a{
box-shadow: none;
}
.post-44 .tunes li a img{
	-webkit-box-shadow: none;
	box-shadow: none;
}
.post-44 .tunes li.on {
	background-color: #CCCCCC;
}
}
/*===============================================
こどものチューバマンショー特集！！
===============================================*/
body.page:not(.twentyseventeen-front-page) .post-414  .entry-title {
	color: #ffd700;
}
.post-414 h1 {
	position: relative;
	height: 50px;
	line-height: 50px;
	padding: 0 1em;
	background-color:#dc143c;
}
.post-414 h1::before,
.post-414 h1::after {
	content: '';
	position: absolute;
}
.post-414 h1::before {
	top: 100%;
	left: 0;
	border-width: 0 15px 15px 0;
	border-style: solid;
	border-color: transparent;
	border-right-color: #930e28;
}
.post-414 h1::after {
	top: 0;
	right: 0;
	z-index: 2;
	border-width: 25px 20px;
	border-style: solid;
	border-color: transparent;
	border-right-color: #fff;
}
.post-414 .box {
    position: relative;
    margin: 10px 0px 40px 0px;
    padding:  25px 20px 0px 20px;
    border: solid 3px #dc143c;
    border-radius: 8px;
}
.post-414 .box .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 16px;
    background: #FFF;
    color: #dc143c;
    font-weight: bold;
}
.post-414 .box p {
    margin: 0; 
    padding:0;
}
.post-414 .box .photo {
	float: left;
	width: 25%;
	margin-right:3%;
}
.post-414 .box .qa {
	float: left;
	width: 72%;
}
.post-414 .box .qa ul li {
    padding-bottom: 15px;
}
.post-414 .box .qa li.q {
	font-weight:bold;
	background-image: url(../../uploads/2017/08/q.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 35px;
	list-style-type: none;
}
.post-414 .box .qa li.a {
	background-image: url(../../uploads/2017/08/a.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 35px;
	list-style-type: none;
}
.post-414 .box .qa li.a .kirie {
	padding:5px 0 5px 0;
	text-align:center;
}
.post-414 .jacket {
	text-align:center;
	padding-bottom:20px;
}
.post-414 .tunes {
	float: left;
	width: 48%;
	margin-right:3%;
}
.post-414 .detail {
	float: left;
	width: 49%;
}
.post-414 dl {
    padding-bottom: 20px;
}
.post-414 dl dt {
    padding-bottom: 5px;
}
/* 画面の横幅が640pxまで　スマートフォン */
@media screen and (max-width: 640px){
body.page:not(.twentyseventeen-front-page) .post-414  .entry-title {
	color: #ffd700;
	font-size:12px;
}
.post-414 h1 {
	position: relative;
	height: 50px;
	line-height: 50px;
	padding: 0;
	background-color:#dc143c;
}
.post-414 .box .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0px 5px;
    line-height: 1;
    font-size: 13px;
    background: #FFF;
    color: #dc143c;
    font-weight: bold;
}
.post-414 .box .photo {
	float: none;
	width: 100%;
}
.post-414 .box .qa {
	float: none;
	width: 100%;
}
.post-414 .tunes {
	float: none;
	width: 100%;
}
.post-414 .detail {
	float: none;
	width: 100%;
}
}
/*===============================================
楽譜
===============================================*/
.post-45 .score {
	display:table;
	width:100%;
	margin-bottom:30px;
	padding:0;
}
.post-45 .score li {
	display:table-cell;
	border-right:5px solid #FFF;
}
.post-45 .score .ttl {
	width:40%;
	display: table-cell;
	vertical-align: middle;
	font-weight: bold;
	background-color:#f2f8ae;
	padding-left:15px;
   }
.post-45 .score dl {
	background-color:#f2f8ae;
}
.post-45 .score dl dt,
.post-45 .score dl dd {
	padding:7px 15px 7px 15px;
}
.post-45 .score dl dd.on {
	background-color:#f5d269;
}
.post-45 .conditions {
	padding-left:1em;
}
.post-45 .conditions li {
	list-style-type: square;
}
.post-45 .score dl dd .tunes {
	float:left;
	margin:0px;
	padding:0px;
}
.post-45 .score dl dd .btn {
	float:right;
	width:65px;
	margin:0px;
	padding:0px;
}
.post-45 .score dl dd .btn a span {
	width: 65px;
	height: 1.5em;
	background: #000;
	text-align: center;
	display: block;
	color: #fff;
	line-height: 1.5em;
	font-size: 12px;
	font-weight: bold;
	padding:0px;
	margin-top:2px;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
.post-45 .score dl dd .btn a {
	color: #fff;
	padding:0px;
	}
.post-45 .score dl dd .btn a:hover span {
	width:65px;
	height:1.5em;
	display:block;
	color:#fff;
	background:#999;
	text-decoration:none;
	}
/* 画面の横幅が640pxまで　スマートフォン */
@media screen and (max-width: 640px){
.post-45 .score {
	display:list-item;
	width:100%;
	margin-bottom:20px;
padding:auto;
}
.post-45 .score li {
	display:list-item;
}
.post-45 .score .ttl {
	width:100%;
	display: list-item;
	font-weight: bold;
	background-color:#FFF;
	padding-left:0px;
	font-size:14px;
   }
.post-45 .score dl dt,
.post-45 .score dl dd {
	padding:5px 10px 5px 10px;
	font-size:12px;
}
.post-45 .score dl dd .tunes {
	float:left;
}
.post-45 .score dl dd .btn {
	float:right;
	width:50px;
}
.post-45 .score dl dd .btn a span {
	width: 50px;
	height: 1.5em;
	background: #000;
	text-align: center;
	display: block;
	color: #fff;
	line-height: 1.5em;
	font-size: 10px;
	font-weight: bold;
	padding:0px;
	margin-top:2px;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
.post-45 .score dl dd .btn a {
	color: #fff;
	padding:0px;
	}
.post-45 .score dl dd .btn a:hover span {
	width:50px;
	height:1.5em;
	display:block;
	color:#fff;
	background:#999;
	text-decoration:none;
	}
}
/*===============================================
保育園幼稚園学校関係者のみなさまへご案内
===============================================*/
.post-219 h2 {
	font-size:16px;
	padding-bottom: 20px;
}
.post-219 .mark_3{
	font-weight: bold; background-image: url("../../uploads/2017/08/mark_3.gif");
	background-repeat: repeat-x;
	background-position: bottom;
}
.post-219 .photo {
	float: left;
	width: 44%;
	margin-right:3%;
	margin-bottom:20px;
}
.post-219 .message{
	float: left;
	width: 53%;
}
/* 画面の横幅が640pxまで　スマートフォン */
@media screen and (max-width: 640px){
.post-219 .photo {
	float: none;
	width: 100%;
	margin-bottom:20px;
}
.post-219 .message{
	float: none;
	width: 100%;
}
}