@charset "utf-8";
/*---------------------------------------------------------
Theme Name: pianoland
Theme URI: 
Description: ex.stinger3
Author: ueda
Author URI: 
License:
License URI:
Version: 20140416→20221101→20250624→20260921
---------------------------------------------------------*/

/*-----------------------------
レスポンシブ
------------------------------*/
/*style_pc.css*/


ul.switch{
	margin:10px;
    text-align: center;
}
 
ul.switch li{
    display: inline-block;
}
 
#btnPC{
    font-size: 20px;
}
 
#btnSP{
    font-size: 20px;
}

.twitter-tweet{
	width: 350px!important;	
}

/*-----------------------------
RESET
------------------------------*/

ul, ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
img {
	border: none;
	vertical-align: bottom;
}
/*-----------------------------
BASE
------------------------------*/

body {
font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "Helvetica", "Arial", sans-serif;
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #fff;
	color:rgb(41, 32, 32);
}


p {
	margin-bottom: 5px;
}
.pcnone {
	display: none;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	max-width: 100%;
}
a {
	color: #5484C8;
	text-decoration: none;
}
a:hover {
	color: #C03;
}
a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}
b{
	font-size:105%;
	font-weight:bold;
}
ol li {
	list-style-type: decimal;
	line-height: 14px;
}
li a{
	text-decoration: none;
}

.hottai a {
	color: #333;
	text-decoration: none;
}

.dammyspace{
	height:30px;
	display:block;
	clear: both;
}
.clear {
	clear: both;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
.s {
	font-size: 50%;
}
.ss {
	font-size: 70%;
}
.l {
	font-size: 150%;
	line-height: 130%;
}
.ll {
	font-size: 200%;
	line-height: 120%;
}
.b {
	font-weight: bold;
}
img.alignright {
	display: block;
	margin: 0 0 0 auto;
}
img.alignleft {
	display: block;
	margin: 0 auto 0 0;
}
img.aligncenter {
	display: block;
	margin: 0 auto;
}
img.float-left {
	float: left;
}
img.float-right {
	float: right;
}
.wp-caption {
	text-align: center;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/* clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.dammy{
	border:0px;
	width:0px;
	height:0px;
	padding:0px;
	margin:0px;
	visibility: visible;
	clear:both;
	display:none; 
}
/* IE6 */
* html .clearfix {
	zoom: 1;
}
/* IE7 */
*:first-child + html .clearfix {
	zoom: 1;
}
/* DW */
.clearfix + * {
	clear: both;
}
.shadow {
	position: relative;
}
.shadow:before, .shadow:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 10px;
    width: 80%;
    top: 80%;
    max-width: 500px;
    background: #777;
    -webkit-box-shadow: 0 15px ３px #777;
    -moz-box-shadow: 0 15px 3px #777;
    box-shadow: 0 15px 3px #777;
    -webkit-transform: rotate(-1deg);
    -moz-transform: rotate(-1deg);
    -o-transform: rotate(-1deg);
    -ms-transform: rotate(-1deg);
    transform: rotate(-1deg);
}

.shadow:after {
	-webkit-transform: rotate(1deg);
	-moz-transform: rotate(1deg);
	-o-transform: rotate(1deg);
	-ms-transform: rotate(1deg);
	transform: rotate(1deg);
	right: 10px;
	left: auto;
}
/*----------------------------
各コンテンツの最大サイズを制限
-----------------------------*/
@media only screen and (max-width: 480px) {
h1{
	font-size: 1.6em;
}
h2{
	font-size: 1.4em;
}
}
/*----------------------------
引用
-----------------------------*/

/*-----------------------------
基本のhタグ
------------------------------*/

#container {
	font-size: 30px;
	color: #fff;
	margin-bottom: 10px;
	line-height: 30px;
}
#container {
	color: #333;
	text-decoration: none;
	font-weight: bold;
}
/*ブログタイトル下の文*/

#container {
	font-size: 12px;
	color: #666;
	font-weight: normal;
}
#header h1 a {
	color: #FFF;
	text-decoration: none;
}
.descr {
	font-size: 12px;
	color: #666;
	font-weight: normal;
	margin-bottom: 0px;
	line-height: 20px;
}
.word-break{
	word-break: break-all;
}
.paddingbox{
	padding:20px;
}
@media only screen and (max-width: 480px) {
.paddingbox{
	padding:20px 0px 20px 0px;
}
}
.mincho{
font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.notebook {
    font-size: 95%;
    color: #2c1d16;
    font-weight: normal;
    line-height: 1.8em;
    padding: 20px 30px;
    margin: 20px;
    border-radius: 10px;
    box-shadow: inset 0 0 30px rgb(255 0 0 / 20%);
    border: 1px solid rgb(179 113 113 / 39%);
}
.notebook2 {
    font-size: 95%;
    color: #2c1d16;
    font-weight: normal;
    line-height: 1.8em;
    padding: 20px 30px;
    margin: 10px;
    text-align: left;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0, 0.2);
    box-shadow: inset 0 0 50px rgb(91 207 54 / 47%);
    border: 1px solid rgb(134 143 38);
    background: #FFF7DD;
}
.notebook2{
	font-size: 95%;
	color: #2c1d16;
	font-weight: normal;
	line-height: 1.8em;
	padding: 20px 30px;
	margin: 10px;
	text-align: left;
	border-radius: 5px;
	box-shadow: inset 0 0 30px rgba(67, 193, 26, 0.47);
	border: 1px solid rgb(173, 184, 50);
	background: #FFF7DD;
}
.notebook dt{
	font-weight:bold;
	font-size:110%;
	margin-top:10px;
}
.notebook dd{
	margin-left:15px;
}
.notebook3{
font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	padding: 60px 30px 30px 30px;
    position: relative;
    background-color: #ffffe7;
    background-image:
        linear-gradient(rgba(153,204,255,.3) .1em, transparent .1em);
    background-size: 100% 1.5em;
line-height: 2.1em;
}

.notebook3:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4em;
    background-color: #ffffe7;
}

.orangebox {
	padding:15px;
	border-radius: 20px;
	border: 4px solid #ffba90;
    background-color: #ffffff;	
}
.orangebox strong{
	font-weight: 700;
}
.seminum {
	font-size: 130%;
	padding:5px 10px;
}
.blue {
    color: #196a9c;
}


/*アーカイブタイトル*/

.entry-title-ac {
	font-size: 24px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	background-color: #FFF;
}
.entry-title-ac a {
	color: #333;
	text-decoration: none;
}
.kizi .entry .entry-content .entry-title-ac {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 0px;
	background-image: none;
}

/*小見出し*/

.moto  h3 {
	font-size: 18px;
	margin-bottom: 20px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 20px;
	color: #333;
	line-height: 30px;
}

h3 a {
	color: #333;
	text-decoration: none;
}
h3 a:hover {
	color: #C03;
}

/*-----------------------------
ページナビ
------------------------------*/

.pagination {
	clear: both;
	position: relative;
	font-size: 15px;
	margin-bottom: 20px;
    margin-left: 10px;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}
.pagination span, .pagination a {
	display: block;
	float: left;
	margin: 2px 2px 2px 0;
	padding: 6px 9px 5px 9px;
	text-decoration: none;
	width: auto;
	color: #277386;
}
.pagination a:hover {
	color: #fff;
	background: #3279BB;
}
.pagination .current {
	padding: 6px 9px 5px 9px;
	color: #fff;
	background-color: #CCCCCC;
}
/*-----------------------------
基本構造
------------------------------*/

#side {
	float: right;
	width: 200px;
}
#respond h3 {
	font-size: 16px;
}

.entry {
	margin: 10px;
	padding: 10px;
}
.contentsbox{
	margin:0px 10px;
}
@media only screen and (max-width: 480px) {
.contentsbox{
	margin:10px 0px;
}
}
.entry-content .blog_info.contentsbox ul {
	margin-bottom: 20px;
}
.blog_info.contentsbox ul li {
	float: left;
	margin-right: 5px;
	font-size: 12px;
}
.more-link {
	font-size: 14px;
	color: #5484C8;
	text-decoration: underline;
}
.blog_info.contentsbox ul a {
	color: #666;
}


#container #gazou #gazou-in #headimg {
	margin-bottom: 10px;
}
.crumb{
	font-size: 80%;
	color: rgb(113, 192, 88);
}
.crumb a {
    color: rgb(72 105 61);
}

@media only screen and (max-width: 480px) {
.crumb{
	font-size: 50%;
}
}

.centering{
	 position: relative;
}


/*-----------------------------
サイド
------------------------------*/

#side #side-in ul li {
	font-size: 14px;
	line-height: 25px;
	margin-bottom: 10px;
}
#side #side-in ul {
	padding: 10px;
	margin-bottom: 20px;
}
#side #side-in {
	padding: 10px;
	margin-bottom: 10px;
	background-color: #f3f3f3;
	margin-top: 10px;
}
#side-in ul li a:hover {
	color: #3279BB;
}
#side ul li {
	font-size: 14px;
	line-height: 25px;
	margin-bottom: 10px;
	padding-left: 20px;
}
#side #ad1 div ul li .textwidget {
	width: 100%;
}
#side #ad1 div ul li {
	padding: 0px;
}

#side .motto {
	clear: both;
}
.motto {
	display:inline-block;
}
#side ul li ul li {
	font-size: 14px;
	line-height: 25px;
	padding-left: 20px;
}




/*-----------------------------
ページTOP
------------------------------*/

#page-top {
	position: fixed;
	bottom: 10px;
	right: 10px;
	font-size: 10px;
	z-index:9999;
}
#page-top a {
	background: #665e53;
	text-decoration: none;
	color: #fff;
	width: 80px;
	padding: 10px 5px;
	text-align: center;
	display: block;
	border-radius: 5px;
	/* CSS3 */
	-moz-border-radius: 5px;
	/* Firefox */
	-webkit-border-radius: 5px;/* Safari,Chrome */
}
#page-top a:hover {
	text-decoration: none;
	background: #d6cdc0;
	color: #665e53;
}
/*-----------------------------
コンテンツ
------------------------------*/

/* サイドバーのaffix */
div.affix {
	position: fixed;
	width: 250px;
	bottom: 30px;
}
.center-ad {
	text-align: center;
	padding: 20px;
}
#side #side-in ul li a:hover {
	color: #C00;
	text-decoration: underline;
}
.hottai {
	font-size: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 20px;
	color: #333;
	line-height: 30px;
}

#container #header #h-r {
	float: right;
	padding-top: 30px;
	padding-bottom: 20px;
	text-align: right;
	padding-right: 10px;
}
/*記事を読む*/

.motto a {
    background-color: #e7dec5;
    color: #6d6d6d;
    text-align: center;
    width: 100px;
    display: block;
    padding-top: 2px;
    padding-right: 5px;
    padding-bottom: 2px;
    padding-left: 5px;
    font-weight: normal;
}
.motto a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #FFAAAA;
	color: #FFF;
	text-align: center;
	display: block;
}
/*----------------------------
アコーディオン
------------------------------*/

.acordion_tree li {
	float: left;
	font-size: 13px;
	padding-left: 10px;
	display: inline;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
.acordion_tree li a {
	float: left;
	color: #333;
	text-decoration: none;
}
.menu-navigation-container {
	overflow: hidden;
}
.acordion_tree li a:hover {
	text-decoration: underline;
}
.left-ad {
	padding: 20px;
}
#h-r #search {
	padding-left: 30px;
}
/*----------------------------
コメント
------------------------------*/
#comments p a {
	color: #999;
}
#comments p {
	font-size: 12px;
	font-weight: normal;
}
#comments label {
	display: block;
}
.metadata dd a {
	color: #999;
}
.metadata {
	font-size: 13px;
	line-height: 20px;
}

.fn {
	font-style: normal;
	font-size: 13px;
}
.says {
	font-size: 13px;
}
.commentmetadata {
	font-size: 12px;
	padding: 5px;
}
.reply {
	padding: 5px;
	font-size: 13px;
}
#comments #respond {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	color: #666;
}
#comments #commentform .tags {
	padding: 10px;
	background-color: #f3f3f3;
	font-size: 13px;
}
#comments {
	padding-top: 20px;
}
#comments #commentlist img {
	padding: 10px;
}

/*-----------------------------
検索フォーム
-----------------------------*/

#search {
	padding-top: 20px;
	padding-bottom: 0px;
}
#s {
	width: 266px;
	height: 24px;
	border: none;
	color: #333;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	background-color: #CCC;
	font-size: 14px;
	border-radius: 0;
}
#searchsubmit {
	position: absolute;
	top: 0;
	_top: 1px;
	left: 286px;
	border-radius: 0;
}
*:first-child + html #searchsubmit {
	top: 1px;
}

/*-----------------------------------
google用ぱんくず
------------------------------------*/
.kuzu {
	font-size: 13px;
	padding-bottom: 10px;
}
.kuzu a {
	color: #666;
	text-decoration: none;
}
div#breadcrumb {
	padding: 0 0 5px;
	margin: 0 0 10px;
	clear: both;
}
div#breadcrumb a {
	font-color: #ccc
}
div#breadcrumb div {
	display: inline;
	font-size: 13px;
}
#breadcrumb div a {
	color: #666;
	text-decoration: none;
}
/*---------------------
ヘッダー
-----------------------*/
#header{
  width: 100%; 
}
#header-in{
  max-width: 960px;
  margin:0px auto;
}
#h-l{
  height:155px;
  position:static;
  overflow:hidden;
}
.sitename{
  display:none;
}
.descr{
  display:none;
}
#toppage-header{
  display:none; 
}

@media only screen and (max-width: 768px) {
#header-in{
  
}
#h-l{
  
}
.sitename{
  display:none;
}
.descr{
  display:none;
}
#toppage-header{
	display:block;
	width: 100%; 
}
}


/*---------------------
基本ボックス
-----------------------*/
#wrapper {

display: flex;
flex-direction: column;
min-height: 1vh;
}

#wrap {
flex: 1; /* 残りの高さを埋める */
}

#wrap-in,#footer-in {
	max-width:960px;
	margin-right: auto;
	margin-left: auto;
	line-height:1.6em;
	position:relative;
}
#wrap-in-home {
	max-width:960px;
	margin-right: auto;
	margin-left: auto;
	line-height:1.6em;
	position:static;
}
#wrap-in-home2 {
	max-width:960px;
	margin-right: auto;
	margin-left: auto;
	line-height:1.6em;
	position:static;
}
.wood {
	background: #fff url(https://pianoland.co.jp/images/wood_pattern2X.png) repeat;
	box-shadow:inset 0 0 10px rgba(0,0,0, 0.3);
}
.wood h2 a{
	text-decoration: none;
	color:#111;
	font-size:120%;
	text-shadow:0 1px 5px #9B9494;
}
.wood2 {
	display:block;
	background: #fff url(https://pianoland.co.jp/images/purty_wood2X.png) repeat;
	box-shadow: 0 1px 5px #333;
	height:20px;
	width:100%;
}
#footer-in {
	text-align: center;
	color: #CCC;
	padding: 20px 0px 0px 0px;
}
#main {
	float: left;
	max-width: 780px;
	padding-top: 20px;
	padding-bottom: 20px;
}
#main-one {
	margin:0px auto;
	padding-top:10px;
}

.paper{
}
.paper:hover{
    background: none repeat scroll 0 0 #FFC93D;
}

.post{

}
.kizi{
	margin:20px 10px;
}
#sidebar{
	z-index: 5;
	color: #ca2b0e;
	float:right;
	max-width:200px;
	position:absolute;
	top:20px;
	right:20px;
	min-height:30px;
	line-height:1.5em;
}
@media only screen and (max-width: 910px) {
#sidebar{
	padding:10px;
	clear:both;
	float: initial;

	position: inherit;
	min-height:30px;
	line-height:1.5em;
	right: 0px;
}
}
.parent-pages {
    line-height: 1.5em;
    margin: 10px -5px;
    color: rgb(147 147 147);
    background: rgb(195 227 255);
    padding: 2px 0px 0px 10px;
    border-radius: 5px;
}
.parent-pages a {
    color: rgb(88 99 93);
}

.child-pages{
	line-height:1em;
	border-bottom: 1px dashed rgb(53, 110, 214);
}
.child-pages li{
	color: #5484C8;
	border-bottom: 1px dashed rgb(53, 110, 214);
	padding:10px 0px;
}
/*ボックス全体*/
.accbox {
    margin: 2em 0;
    padding: 0;
    max-width: 400px;/*最大幅*/
}
/*ラベル*/
.accbox label {
    display: block;
    margin: 1.5px 0;
    padding : 11px 12px;
    color :#2f8fcf;
    font-weight: bold;
    background :#a4cbf3;
    cursor :pointer;
    transition: all 0.5s;
}

/*ラベルホバー時*/
.accbox label:hover {
    background :#85baef;
}

/*チェックは隠す*/
.accbox input {
    display: none;
}

/*中身を非表示にしておく*/
.accbox .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

/*クリックで中身表示*/
.cssacc:checked + .accshow {
    height: auto;
    padding: 5px;
    background: #eaeaea;
    opacity: 1;
}




/*-----------------------------
publications
------------------------------*/

.publications-imgbox{
	position:relative;
	height:250px;
}
.publications-cdimgbox{
	position:relative;
	min-height:180px;
}
.publicationsimg{
	float:left;
	position:absolute;
	bottom:0px;
	max-width:180px;
	max-height:200px;
	margin-left:5px;
    transition: all 1s ease;
    -webkit-transition: all 0.5s ease;
}
.publicationsimg:hover {
   transform:translateY(-20px);
   -webkit-transform:translateY(-20px);
}

.publicationscdimg{
	float:left;
	position:absolute;
	bottom:0px;
	max-width:150px;
	max-height:150px;
	margin-left:8px;
	vertical-align: bottom;
    transition: all 1s ease;
    -webkit-transition: all 0.5s ease;
}
.publicationscdimg:hover {
   transform:translateY(-20px);
   -webkit-transform:translateY(-20px);
}
.publicationsimg-big{
	float:left;
	max-width:300px;
	margin:0px 20px 20px 0px;
}
.publications-content {
	margin: 0px;
	padding-left: 0px;
    position: relative;
    width: 100%;
	display:inline-block;
}
.publications-contents {
	margin: 0px;
	padding-left: 0px;
	border:0px;
	zoom:1;
}

.publications-title{
	margin:2px 0px 10px 0px;
	color:#442A04;
	line-height:1.5em;
	font-size:150%;
	border-bottom:1px solid #03182B;
	display:inline-block;
}
.ribbon {
	display: inline-block;
}
.ribbon:after {
	content: "";
	position: absolute;
	top:0px;
	left:5px;
	z-index: 1;
	width: 100px;
	height: auto;
	background: red;
	content: "New";	/* 表示するテキスト */
	text-align: center;
	color: #fff;
	font-family: 'Arial';
	font-weight: bold;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

/* リスト表示 */
.publicationslistpaper {
    border-radius: 5px 5px 5px 5px;
    margin: 10px 0px auto;
    padding: 30px;
    min-height: 50px;
    background: #fff2d9;
}

.publicationslisttitle a{
	color:#11311e;
	font-size:100%;
}
.publicationslistcontents{
	display:inline-block;
	margin:0px 2px 2px 10px;
	position:absolute;
}
.publicationslistimg{
	float:left;
	width:120px;
	max-height:200px;
	margin-left:5px;
}
.publicationsh2{
	margin:10px 0px;
	color:#51430a;
	padding-left:30px;
}
/* 関連商品 */
.publicationsrelatebar{
	font-size:110%;
	color:#362D07;
	padding:10px 10px;
}
.publicationsrelate{
	position:static;
	height:200px;
}
.publicationsrelatebox {
    margin: 0px 3px auto;
	padding: 10px 0px;
}
.publicationsrelateimg{
	float:left;
	width:120px;
	max-height:200px;
	margin-left:5px;

	bottom:10px;
}

/*-----------------------------
profile
------------------------------*/
.profile-name{
	color:rgb(179, 66, 14);
	float:left;
}
.profile-ruby{
	letter-spacing:0.39em;
	color:rgb(179, 66, 14);
    margin-bottom: -15px;
}
.profile-desc{
	letter-spacing:0.19em;
	color:rgb(179, 66, 14);
    margin-bottom: 0px;
}
.profile-sns{
	height:64px;
}
@media only screen and (max-width: 780px) {
.profile-sns{
	height:180px;
}
}
#main-profile {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	font-size:110%;
	float: left;
	max-width: 680px;
	padding-top:10px;

}
.profile-text{
	margin:20px 5px;
}
.prdetail{
	background:#af6f6f;
	padding: 5px 15px;
	color:#ffffff;
}
.prdetail:hover{
	background:#ab4848;
}

.prdetailcon{
	padding: 20px;
    background: #ffecea;
}



/*-----------------------------
diary
------------------------------*/
#main-diary {
	float: left;
	max-width: 680px;
	padding-top:10px;
}
.diarypaper {
    background: none repeat scroll 0 0 #F3F3F3;
    border-radius: 5px 5px 5px 5px;
    margin: 10px 0px auto;
	padding:15px;
	width:95%;
	float:left;
}
.diarypaper a{
	text-decoration: none;
	font-size:120%;
}
.diary-title {
	position:relative;
	margin:0px 0px 30px 0px;
	padding:0 10px 0 0px;
	z-index:1;
	font-size:140%;
	line-height:1.3em;
	font-family: "游明朝", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "Helvetica", "Arial", sans-serif;

}


@media only screen and (max-width: 780px) {
.diary-title {
	padding:0 10px 0 30px;
}

}

.diary-date{
			font-size: 120%;
			text-align: right;
			padding-bottom: 3px;
}
.diary-author{
			font-size: 130%;
			text-align: right;
			padding: 0px １px　3px 10px;
}
.diarylistsumbox {
	float: left;
	height: 150px;
	width: 150px;
	margin:0px 20px!important;
}
.diarylistdate{
	font-size:120%;
}
.diarylistdescription{
	font-size:90%;
}
.diarylistcontentsbox{
	margin:0px 10px;
	overflow:hidden;
	display:inline;
}




/*-----------------------------
seminar
------------------------------*/
#main-seminar {
	max-width: 680px;
	padding-top:10px;
}
#main-seminar h2{
	padding-left:0px;
	color:rgb(4, 124, 218);
	padding: 10px 0px 10px 0px;
}
.seminarpaper {
    background: none repeat scroll 0 0 #F3F3F3;
    border-radius: 5px 5px 5px 5px;
    margin: 10px 0px auto;
	padding:15px;
	width:90%;
	float:left;
}
.seminarpaper p{
	line-height: 1.5em;
    margin: 6px;
}
.seminarpaper a{
	text-decoration: none;
	font-size:120%;
}
.seminarpaper .class {
	font-size:120%;
	color:rgb(42, 148, 148);
}
.seminarpaper .place {
	font-size:110%;
}
.seminarpaper .date {
	font-size:100%;
}
.seminarpaper .red {
	color:#ff5757;
	font-size:120%;
}
.seminarlistpaper {
    background: none repeat scroll 0 0 #F3F3F3;
    border-radius: 2px 2px 2px 2px;
    height: 80px;
    margin: 10px 3px auto;
    width: 230px;
	padding:20px;
	float:left;
	 position: relative;
	left: 5%;
}
.seminarlistpaper a{
	text-decoration: none;
	font-size:120%;
}

.seminarlisttitle{
	color:rgb(179, 66, 14);
	font-size:130%;
	margin: 20px;
}
.seminarlisttitle a{
	color:rgb(179, 66, 14);
}
.seminarlistpaper-kihara {
    background: none repeat scroll 0 0 #FF6447;
    border-radius: 2px 2px 2px 2px;
    height: 80px;
    margin: 10px 3px auto;
    width: 230px;
	padding:20px;
	float:left;
	 position: relative;
	left: 5%;
}

.seminarlistpaper-kihara h3{
	color:rgb(255, 255, 255);
}
.seminarlistpaper-price {
    background: none repeat scroll 0 0 #FFCE84;
    border-radius: 2px 2px 2px 2px;
    height: 80px;
    margin: 10px 3px auto;
    width: 230px;
	padding:20px;
	float:left;
	 position: relative;
	left: 5%;
}
@media only screen and (max-width: 480px) {
.seminarlistpaper,.seminarlistpaper-kihara,.seminarlistpaper-price {
    width: 80% !important;
}
}


.seminarlistcontents{
	float: left;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}

.seminar-title {
	position:relative;
	margin:0px 0px 30px 0px;
	padding:0 0px 0 0px;
	z-index:1;
	line-height:1.3em;
	color:rgb(42, 148, 148);
}
.seminar-title:before{

}
.seminar-title2 {
	position:relative;
	margin:0px 0px 0px 0px;
	padding:0 0px 0 0px;
	z-index:1;
	line-height:1.3em;
	color:rgb(42, 148, 148);
}

.eventpdf{
	max-width:200px;
	margin-left:10px;
	margin-bottom:10px;
}
.plstudyclassname{
	background:#88cc44 !important;
	color:#003900;
	padding:7px 7px 7px 14px;
	margin:0px !important;
	font-weight:bold;
	font-size:110%;
	text-align:left;
	border:2px solid #70a283;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	box-shadow:inset 0 0 10px rgba(0,0,0, 0.1);
	text-shadow:0px 1px 2px #ffffff;
}
.plstudyclassdescription{
	background:#ffffff;
	color:#2a3f24;
	padding:5px;
	padding:7px 7px 7px 14px;
	margin:0px 0px 4px 0px;
	font-size:100%;
	text-align:left;
	border:2px solid #70a283;
	border-top:0px;
	min-height:60px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}



/*-----------------------------
concert
------------------------------*/

.gotoform {
    position: relative;
    display: inline-block;
    padding: 1em 4em;
    text-decoration: none;
    color: #FFF !important;
	font-size:120%;
    background: #2f79ff;
    border-radius: 4px;
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
    font-weight: bold;
    border: solid 2px #4881e8;
}
.gotoform a{
   color: #FFF !important;
}
.gotoform:hover {
    background: #ccf1ff;
    color: #3150ff;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}
.gotoform:active {
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}

@media only screen and (max-width: 480px) {
.gotoform {
	padding: 0px !important;
	width: 100% !important;
}
}

#main-concert {
	float: left;
	padding-top:10px;
}
#main-concert h2{
	padding-left:0px;
	color:rgb(4, 124, 218);
	padding: 50px 0px 10px 0px;
}
.concertpaper {
    background: none repeat scroll 0 0 #F3F3F3;
    border-radius: 5px 5px 5px 5px;
    margin: 10px 0px auto;
	padding:15px;
	width:95%;
	float:left;
}
.concertpaper a{
	text-decoration: none;
	font-size:120%;
}
.concertlistpaper {
	background: none repeat scroll 0 0 #F3F3F3;
	border-radius: 2px 2px 2px 2px;
	height: 80px;
	margin: 10px 3px auto;
	width: 230px;
	padding: 20px;
	float: left;
	position: relative;
	left: 5%;
}
.concertlistpaper a{
	text-decoration: none;
	font-size:120%;
}
.concert-title {
	position:relative;
	margin:0px 0px 30px 0px;
	padding:0 0px 0 0px;
	z-index:1;
	line-height:1.3em;
	color:rgb(42, 148, 148);
}
.concert-title:before{

}
.concertimg{
	width:190px;
	max-height:300px;
}
.concertrightbox{
	width:190px;
	font-size:80%;
	margin:50px 20px 0px 60px;
}
.concertrightbox h4{
	font-size:130%;
}
.concertrightbox p{
	font-size:110%;
}
.concertrightbox dt {
  clear: left;
  float: left;
  margin: 0 0 0.5em;
  width: 3.5em;
}
.concertrightbox dd {
  margin-bottom: 0.5em;
  margin-left: 3.5em;
}


/*-----------------------------
contact
------------------------------*/
.contactcontents{
	
}
.contactpaper {
    background: none repeat scroll 0 0 #F3F3F3;
    border-radius: 5px 5px 5px 5px;
    margin: 10px 0px auto;
	padding:20px;
	float:left;
	width:100%;
}
.contactpaper a{
	text-decoration: none;
	font-size:120%;
}
@media only screen and (max-width: 480px) {
.contactpaper {
	width:initial;
}
}
.contacth1{
	color:#FF4700;
}
/*-----------------------------
news
------------------------------*/
.newspaper {
    background: none repeat scroll 0 0 #F3F3F3;
    border-radius: 5px 5px 5px 5px;
    margin: 10px 0px auto;
	padding:0px;
	width:100%;
	float:left;
}
.newspaper a {
    text-decoration: none;
    font-size: 110%;
    color: #795403;
}
.newspaper a:hover{
    color: #d93270;
}
.newstag{
	color: white;
	background: rgb(207 143 0);
	padding: 1px 5px;
	text-align: center;
}
.newstag a{
	color: white;
}
.news-title {
	position: relative;
	margin: 0px 0px 10px 0px;
	padding: 5px 0px 0px 0px;
	z-index: 1;
	font-size: 130%;
	line-height: 1.3em;
}

/*-----------------------------
pianoland
------------------------------*/
.hplcontentsbox{
	color:rgb(63, 30, 0);
}
.hplcontentsbox h2{
	padding-left:0px;
	color:rgb(255, 195, 89);
	padding: 20px 0px 10px 0px;
}
/* Slide 1 */ 
#slide1{
	background-color:#ff2200;
}
/* Slide 2 */ 
#slide2{
	background-image:url('https://pianoland.co.jp/images/footprints.png');
	background-color:#f68f67;
	color:rgb(114, 10, 10);
}
#slide2 h1{
	font-size:3em;
	color:rgb(255, 255, 255);
}
#slide2 h2{
	font-size:2em;
	color:rgba(122, 29, 0, 0.95);
}
/* Slide 3 */ 
#slide3{
	background-color:#ffffff;
}
#slide3 h1{
	font-size:3em;
	color:rgb(255, 82, 27);
}
#slide3 h3{
	color:rgb(28, 93, 150);
}
/* Slide 4 */

#slide4{
	background-image:url('https://pianoland.co.jp/images/sunglasses.png');
	background-color:#8a8683;
	color:#ffffff;
}
#slide4 h1{
	font-size:2.5em;
	color:rgb(255, 255, 255);
}
/* Slide 5 */ 

#slide5{
	background-image:url('https://pianoland.co.jp/images/footprints.png');
	background-color:#f68f67;
	color:#ffffff;
}
#slide5 h1{
	font-size:2.5em;
	color:rgb(255, 255, 255);
}
/* Slide 6 */
#slide6{
	background-color:#FFA430;
	color:rgb(43, 44, 10);
}
#slide6 h1{
	font-size:3em;
	color:rgb(85, 88, 0);
}
#slide6 h2{
	font-size:2.5em;
	color:rgb(255, 255, 255);
}




/*---------------------------------
コンテンツ
--------------------------------*/

table tr td {

}

.huto {
	font-weight: bold;
}
.hutoaka {
	font-weight: bold;
	color: #ff0000;
}

/*---------------------------------
PREV NEXT
--------------------------------*/
.p-navi dl dt {
	font-weight: bold;
	font-size: 15px;
	line-height: 27px;
	float: left;
	width: 50px;
}
.p-navi dl dd {
	font-size: 15px;
	padding-left: 55px;
	line-height: 27px;
}
/*---------------------------------
page itiran
--------------------------------*/

.copy{
	text-align:center;
	font-size:12px;
	margin:8px;
	color:#565656;
}

.blur {
	position: relative;
	display: inline-block;
	font-size: 0;
	line-height: 0;
  /* マスクで四隅をぼかす */
  -webkit-mask-image: radial-gradient(circle at top left, transparent 0%, black 50%, black 100%),
                      radial-gradient(circle at top right, transparent 0%, black 50%, black 100%),
                      radial-gradient(circle at bottom left, transparent 0%, black 50%, black 100%),
                      radial-gradient(circle at bottom right, transparent 0%, black 50%, black 100%);
  -webkit-mask-composite: destination-in;
  mask-composite: intersect;
}

.blur:after {
	position: absolute;
	left: 0; top: 0; right: 0; bottom: 0;
	-moz-box-shadow: inset 0px 0px 30px 30px #fff;
	-webkit-box-shadow: inset 0px 0px 30px 30px #fff;
	box-shadow: inset 0px 0px 30px 30px #fff;
	content: " ";
}
.zindexminus{
	z-index:-1;
}
.eventtitle {
	position:relative;
	margin:0px 10px 0px 0px;
	padding:0 0px 0 0px;
	z-index:1;
	line-height:1.3em;
	color:rgb(40, 136, 117);
	font-size:150%;
}

.eventtitle a {
    color: rgb(3 91 83);
}
.eventtitle2 {
	position:relative;
	margin:0px 10px 0px 0px;
	padding:0 0px 0 0px;
	z-index:1;
	line-height:1.3em;
	color:rgb(40, 136, 117);
	font-size:130%;
}
/*---------------------
基本
-----------------------*/
.grayshadowbox{
	border:1px solid #aaa;
	box-shadow:inset 0 0 50px rgba(0,0,0, 0.1), 0 2px 3px rgba(0, 0, 0, 0.6);
}
.square{
	width:150px;
	height:150px;
	overflow:hidden;
}
.whiteradiusbox{
	background:#fff;
	border-radius:10px;
	box-shadow:inset 0 0 50px rgba(0,0,0, 0.1), 0 2px 3px rgba(0, 0, 0, 0.6);
	padding:20px;
	color:rgb(12, 130, 146);
}

.max-width{
	width:100%;
}
.max-size{
	width:100%;
}

.half-width{
	width:50%;
}
.half-size{
	width:50%;
}
.quart-width{
	width:25%;
}
.quart-size{
	width:25%;
}
.moresmall-width{
	width:15%;
}
.moresmall-size{
	width:15%;
}

.w90-size{
	width:90%;
}
.w80-size{
	width:80%;
}
.w70-size{
	width:70%;
}
.w60-size{
	width:60%;
}
.w50-size{
	width:50%;
}
.w40-size{
	width:40%;
}
.w30-size{
	width:30%;
}
.w20-size{
	width:20%;
}
.w10-size{
	width:10%;
}
.white{
	color:#fff;
	display: none;
}

.amazon{
	margin:0px 10px;

}
/*---------------------
ボックス
-----------------------*/
.floatleft{
	float: left;
}
.floatright{
	float: right;
}
@media only screen and (max-width: 480px) {
.floatleft{
	float: none;
}
.floatright{
	float: none;
}
}
.paddingright{
	padding-right:10px;
}
.padingleft{
	padding-left:10px;
}
.marginright{
	margin-right:10px;
}
.marginleft{
	margin-left:10px;
}
.textalignleft{
	text-algn:left;
}
.textaligncenter{
	text-algn:center;
}

.shadowpaper {
    position: relative;
}
@media only screen and (min-width: 480px) {
.shadowpaper:before, .shadowpaper:after {
    background: none repeat scroll 0 0 #777777;
    bottom: 18px;
    box-shadow: 0 15px 10px #777777;
    content: "";
    left: 10px;
    width: 300px;
    position: absolute;
    top: 80%;

    width: 50%;
    z-index: -1;
}
.shadowpaper:after {
    left: auto;
    right: 10px;


}
}



/*-----------------------------
toppage
------------------------------*/
#toppageimgbox{
  width: 960px;
  margin: 0 auto;
  padding: 0;
  position: absolute;
  top:10%;
}
.toppagephoto{
  float:right;
}
#toppagetitleimg{
  background: rgba(255, 255, 255, 0) url(https://pianoland.co.jp/images/toppagelogo.png) no-repeat;
  width:320px;
  height:100px;
  position:absolute;
  top:-56px;
  left:2%;
  text-indent:-9999px;
}
#toppagetitleimg2{
  background: rgba(255, 255, 255, 0) url(https://pianoland.co.jp/images/toppagelogo2.png) no-repeat;
  width:320px;
  height:100px;
  position:absolute;
  top:20%;
  left:10%;
  text-indent:-9999px;
}
#titleimgbox{
  width:320px;
  height:155px;
  position:absolute;
  z-index:10;
}
#titleimg {
    background: rgba(255, 255, 255, 0) url(https://pianoland.co.jp/images/toppagelogo.png) no-repeat;
    width: 320px;
    height: 100px;
    text-indent: -9999px;
    background-size: contain;
    filter: saturate(500%);
}

#titleimg2{
  background: rgba(255, 255, 255, 0) url(https://pianoland.co.jp/images/toppagelogo2.png) no-repeat;
  width:320px;
  height:100px;
  text-indent:-9999px;
  position:absolute;
  top:55px;
  background-size:contain;
}
#titlesubimg{
	width:200px;
	height:200px;
	position:relative;
	top:0px;
	left:80%;
}

.topnewswrapper {

	margin-bottom: 20px;
}

#topnewsbox {

}

#topnewsliderposition {
	float: left;
}
#topnewslider {
  position: relative;
  width:  200px;
  height: 300px;
  overflow: hidden;
}

.slides {
  display: flex;
  width: 200%;
  transition: transform 0.5s ease;
}

.slides a {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
}

.slides img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slidesimg {
    max-width: 150px;
    max-height: 200px;
    margin-left: 5px;
	margin-bottom: 10px;
}

.slides p {
	margin:0px;
	padding:0px;
	width:180px;
}


.nav {
  position: absolute;
  bottom: 10px;
  width: 80%;
  display: flex;
  justify-content: space-between;
}

.nav button {
  background: rgba(0,0,0,0.5);
  color: white;
  border: none;
  padding: 5px 10px;
  cursor: pointer;
}



@media only screen and (max-width: 768px) {
#toppageimgbox{
  width: 100%;
  position: relative;
  top:250px;
}
.toppagephoto{
  float:right;
  clear:both;
  position:relative;
  top:30px;
z-index: -1;
}
#toppagetitleimg{
  background: rgba(255, 255, 255, 0) url(https://pianoland.co.jp/images/toppagelogo.png) no-repeat;
  width:100%;
  position: relative;
  top:0px;
  left:-10px;
  text-indent:-9999px;
  background-size:contain;
}
#toppagetitleimg2{
  background: rgba(255, 255, 255, 0) url(https://pianoland.co.jp/images/toppagelogo2.png) no-repeat;
  width:100%;
  position: relative;
  top:-50px;
  left:0px;
  text-indent:-9999px;
  background-size:contain;
}
#titlesubimg{
	left:70%;
}
}
@media only screen and (max-width: 480px) {
#toppageimgbox{
  width: 100%;
  height:130px;
  position: relative;
  top:-20px;
}
.toppagephoto{
  float:none;
  position:relative;
  top:40px;
}
#toppagetitleimg{
  background: rgba(255, 255, 255, 0) url(https://pianoland.co.jp/images/toppagelogo.png) no-repeat;
  width:100%;
  position: relative;
  top:0px;
  left:-10px;
  text-indent:-9999px;
  background-size:contain;
}
#toppagetitleimg2{
  background: rgba(255, 255, 255, 0) url(https://pianoland.co.jp/images/toppagelogo2.png) no-repeat;
  width:100%;
  position: relative;
  top:-50px;
  left:0px;
  text-indent:-9999px;
  background-size:contain;
}
#titlesubimg{
	left:65%;
}
}


.titlesubimgprofile{
  background: rgba(255, 255, 255, 0) ;	
  background-size:contain;
}
.titlesubimgconcert{
  background: rgba(255, 255, 255, 0) ;	
  background-size:contain;
}
.titlesubimgseminar{
  background: rgba(255, 255, 255, 0) ;	
  background-size:contain;
}
.titlesubimgschedule{
  background: rgba(255, 255, 255, 0) ;	
  background-size:contain;
}
.titlesubimgpublications{
  background: rgba(255, 255, 255, 0) ;	
  background-size:contain;
}
.titlesubimgdiary{
  background: rgba(255, 255, 255, 0) ;	
  background-size:contain;
}
.titlesubimgnews{
  background: rgba(255, 255, 255, 0) ;	
  background-size:contain;
}
.titlesubimgcontact{
  background: rgba(255, 255, 255, 0) ;	
  background-size:contain;
}

#toppageimage{
	width:100%;
	background-position:center top;
	-moz-background-size:cover;
	background-size:cover;
}






/*-------ツールチップ-------*/
.menu-tooltips {
	display: none;
	z-index: 9999;
	font-size: 120%;
	padding: 0.1em;
	color: #FFFFFF;
	border-radius: 0.5em;
	line-height: 1.2em;
	font-family: "游明朝", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "Helvetica", "Arial", sans-serif;
}


/*---------------------
トップページナビゲーション
-----------------------*/
.toppage-main-nav-wrapper{

}
.main-nav-wrapper {
  width: 100%;
  background: #ffffff00;
  padding: 20px 0;
  z-index: 1000;
}


.main-nav {
  display: flex;
  justify-content: center;
  width: 100%;
}
.nav-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  list-style: none;
  padding: 0;
  margin: 0;
  justify-content: center;
}

.nav-list li {
  text-align: center;
}

.nav-list a {
  display: block;
  padding: 5px 10px;
  color: #C25D00;
  text-decoration: none;
  transition: all 0.3s ease;
}

.nav-list a:hover {
  background: #FF3300;
  color: #fff;
}


.tooltip {
  position: absolute;
  bottom: -2rem;
  background: #fff;
  color: #333;
  padding: 0.5rem 1rem;
  border-radius: 6px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

li:hover .tooltip {
  opacity: 1;
}


.center-popup {
  position: absolute; /* fixed だと画面中央に固定されるので注意 */
top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  color: #834a1e;
  padding: 10px 15px;
  border-radius: 8px;
  white-space: nowrap; /* 改行を防ぐ */
  width: auto; /* 必要なら max-width: 300px; なども可 */
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 999;
  font-size: 1rem;
}
/* モバイル対応 */
@media only screen and (max-width: 768px) {
  .nav-list {
    gap: 10px;
    padding: 10px;
  }

  .nav-list li {
    flex: 0 0 calc(30% - 20px); /* 3列表示に変更 */
  }

  .main-nav-wrapper {
    padding: 10px 0;
  }

  .center-popup {
    display: none;
  }
}




.topmenunav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-weight: 300;
}
.topmenunav li span {
	display: block;
}
.topmenunav a {
	display: block;
	color: rgba(250,130,40,0.4);
	text-decoration: none;
	-webkit-transition: color .5s, background .5s, height .5s;
	-moz-transition: color .5s, background .5s, height .5s;
	-o-transition: color .5s, background .5s, height .5s;
	-ms-transition: color .5s, background .5s, height .5s;
	transition: color .5s, background .5s, height .5s;
}

#toppagemenu{
	width: 800px;
    margin: 0 auto;
    padding: 0;
    position: absolute;
    top: 25%;
    left: 50%;
    margin-left: -400px;
}

#toppagemenu li{
  float: left;
  width: 11.1%;
  margin: 0;
  padding: 0;
}
#toppagemenu li a{
  display: block;
  padding: 4px 0 10px;
  color: #C25D00;
  text-align: center;
  text-decoration: none;
}
#toppagemenu li a:hover{
  background: #FF3300;
  color: #fff!important;
}
#toppagemenu #toggle{ 
 display: none;
}

/*-------ツールチップ-------*/
#toppagemenu li:hover {
  background: #deb3ba;
}
/* ホバー対象 */
.hover-target {
  padding: 10px 20px;
  background: #ffffff00;
  color: white;
  cursor: pointer;
  z-index: 2;
}

.hover-target:hover .center-popup {
  opacity: 1;
  pointer-events: auto;
}


.topmenu-tooltips {
	line-height: 1.4em;
	font-family: "游明朝","Yu Mincho"!important;

}


@media only screen and (max-width: 768px) {
.topmenu-tooltips {
  position:fixed;
  top: -1000px;
  font-size:100%;
}
}
/*---------------------
ナビゲーション（共通）
-----------------------*/
/* 共通スタイル */
#menu-wrap {
  background: #b15555cc;
  padding: 12px 0;
  color: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
}

#menu-box {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
}

#toggle {
  display: none; /* PCでは非表示 */
  text-align: right;
  font-size: 24px;
  color: #fff;
  cursor: pointer;
  margin-bottom: 10px;
}

#menu {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 20px;
  list-style: none;
  padding: 0;
  margin: 0;
}

#menu li {
  position: relative;
}

#menu li a {
  display: block;
  color: #f5f5f5;
  text-decoration: none;
  border-radius: 6px;
  transition: background 0.3s ease;
}

#menu li a:hover {
  background: #ff6b6b;
}

/* ツールチップ演出 */
.tooltip {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(8px);
  background: rgba(255,255,255,0.95);
  color: #333;
  padding: 6px 12px;
  border-radius: 6px;
  white-space: nowrap;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
  font-size: 0.9rem;
  z-index: 100;
  transition: opacity 0.3s ease 0.2s, transform 0.3s ease 0.2s;

}

#menu li:hover .tooltip {
  opacity: 1;
  transform: translateX(-50%) translateY(0px);
}

/* モバイル対応 */
@media (max-width: 768px) {
  #toggle {
    display: block;
  }

  #menu {
    flex-direction: column;
    align-items: stretch;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
  }

  #menu.open {
    max-height: 500px;
  }

  #menu li a {
    background: #be7878;
    text-align: center;
  }

  .tooltip {
    display: none;
  }
}


/*---------------------
note
-----------------------*/
#main-note{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	font-size:110%;
	max-width: 680px;
	padding-top:10px;
}

/*---------------------
スケジュール
-----------------------*/
#main-schedule {
	padding-top:10px;
}
.eventmonthtitle{
    font-size:160%;
	float:left;
	margin:5px;
	color:#459E29;
}

.eventbox {
    background: none repeat scroll 0 0 #f3f3f2;
    border-radius: 10px;
    margin: 10px 0px auto;
    width: 100%;
    min-height: 200px;
    float: left;
    border: 1px solid #316b464f;
}
.eventdate {
    margin: 0px 0px 10px 0px;
}

@media only screen and (max-width: 768px) {
.eventbox {
    background: none repeat scroll 0 0 #f3f3f2;
    border-radius: 10px;
}
}


.tageventbox{
    background: none repeat scroll 0 0 #F3F3F3;
    border-radius: 5px 5px 5px 5px;
    margin: 10px 0px auto;
	padding:0px;
	width:100%;
	min-height:100px;
	min-width:400px;
	float:left;
}
.tageventbox h3 a{
	color:rgb(40, 136, 117);
}
.taglist{
	font-size:80%;
	color:#1158b1;
}
.taglist a{
	font-weight:normal;
	color:#1158b1;
}

/* リストカレンダー表示 */

p.nextback{
	padding:0;
	margin:15px;
	text-align:center;
}
.schedule-nav{
    display: block;
	width:100%;
	margin:0px auto;
}
.schedule-nav a:hover{
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}
.linkmonth_prev{
    display: block;
    height: 32px;
    width: 32px;
	float:left;
	margin-right:10px;
}
.linkmonth_next{
    display: block;
    height: 32px;
    width: 32px;
	float:left;
	margin-left:10px;
}

table.calendar_list{
	width:100%;
	border-collapse:collapse;
	border:2px solid #CCC;
}
table.calendar_list caption{
	text-align:center;
	padding:0 0 2px;
	font-weight:bold;
	font-size:1.2em;
}
table.calendar_list td{
	padding:5px;
	border-right:1px dotted #CCC;
	border-bottom:1px solid #CCC;
	text-align:center;
	width:2em;
	vertical-align:top;
}
table.calendar_list tr:nth-child(2n) td{
	background-color:#FAFAFA;
}
table.calendar_list td.sun,
table.calendar_list tr.sun td,
table.calendar_list td.holiday,
table.calendar_list tr.holiday td{
	background-color:#fff2ef;
	color:#C00;
}
table.calendar_list td.sat,
table.calendar_list tr.sat td{
	background-color:#e6f6ff;
	color:#36C;
}
table.calendar_list tr.today td{
	background-color:#fff8b9;
	font-weight:bold;
}
table.calendar_list td.event{
	width:auto;
	text-align:left;
}
table.calendar_list td.event a{
	display:block;
	background: url(https://pianoland.co.jp/images/schedule.png) no-repeat;
	-moz-background-size:20px 20px;
	background-size:20px 20px;
	color:#333;
	text-decoration:none;
	padding:2px 0 2px 23px;
	line-height:1.3;
}
table.calendar_list td.event span.holiday{
	display:block;
	padding-left:23px;
}

/* 表組カレンダー表示 */

table.calendar{
	width:100%;
	border-collapse:collapse;
	border:2px solid #CCC;
}
table.calendar caption{
	text-align:center;
	padding:0 0 2px;
	font-weight:bold;
	font-size:1.2em;
}
table.calendar th{
	padding:5px;
	border:1px solid #CCC;
	width:14%;
}
table.calendar td{
	padding:5px;
	border:1px dotted #CCC;
	vertical-align:top;
}
table.calendar th.sun,
table.calendar td.sun,
table.calendar td.holiday{
	background-color:#fff2ef;
	color:#C00;
}
table.calendar th.sat,
table.calendar td.sat{
	background-color:#e6f6ff;
	color:#36C;
}
table.calendar td.today{
	background-color:#fff8b9;
	font-weight:bold;
}
table.calendar td a{
	font-size:0.8em;
	display:block;
	line-height:1.3;
	margin-bottom:5px;
	color:#333;
}
table.calendar td span.holiday{
	font-size:0.8em;
	display:block;
}

/* 表示きりかえ */
#viewmodebar{
	float: right;
	margin: 10px 0px;
	font-size: 90%;
}
#viewmodebar .viewmodebutton-left{
	box-shadow: 0 1px 3px #333;
	padding: 10px;
	border-radius: 10px 0px 0px 10px;
}
#viewmodebar .viewmodebutton-right{
	box-shadow: 0 1px 3px #333;
	padding: 10px;
	border-radius: 0px 10px 10px 0px;
}
#viewmodebar a{
	color:#91410C;
}
#viewmodebar a:hover{
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

#viewmodebar .here {
    box-shadow: 0 1px 3px #333 inset;
    background: #ffffff40;
}
#prevnextbutton{
	width:100%;
	margin: 10px 0px;
	font-size: 90%;
}
#prevnextbutton .prevbutton{
	width:50%;
	display:inline;
	text-align:left;
	float:left;
	word-wrap: break-word;
}
#prevnextbutton .nextbutton{
	width:50%;
	display:inline;
	float:right;
	text-align:right;
	word-wrap: break-word;
}
#prevnextbutton a{
	color:#91410C;
}
#prevnextbutton a:hover{
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}
#prevnextbutton .here{
	box-shadow: 0 1px 3px #333 inset;
}
@media only screen and (max-width: 780px) {
#prevnextbutton .prevbutton{
	width:100%;
}
#prevnextbutton .nextbutton{
	width:100%;
}
}

/*---------------------
トップページ
-----------------------*/
#toppagefooter{
	position: static;
    bottom: 0px;
    left: 50%;
    width: 100%;
    background: transparent;
}

.topnewsbox {
	filter:alpha(opacity=1);
	-moz-opacity: 1;
	opacity: 1;
}
.topnewsbox {
	position: static!important;
    left: 0%;
    bottom: 0%;
    margin: 0;
    padding: 0;
    clear: both;
}
.topnewsbox .mainInner {
	position: relative;
	background: #33564e;
}
.topnewsbox .mainInner .section {
	position: relative;
	padding: 5px 5px 5px 10px;
}

/* block */
.topnewsbox h3{
	color:white;
	font-size:12px;
	margin: 2px;
}
.topnewsbox h3 a{
	color:white;
}
.topnewsbox .mainInner .section .ulOuter {
	height: 200px;
	overflow-y: scroll;
	padding: 0 5px 0 0;	
}
.topnewsbox .mainInner .section ul.block {}
.topnewsbox .mainInner .section ul.block li {
	position: relative;
    font-size: 90%;
	line-height: 1.6;
	border-bottom: 1px dotted #999;
}
.topnewsbox .mainInner .section ul.block li.noLink {
	padding: 5px 0;
}
.topnewsbox .mainInner .section ul.block li a {
	display: block;
	background: url(https://pianoland.co.jp/images/bg_arrow.png) right 50% no-repeat;
	text-decoration: none;
}
.topnewsbox .mainInner .section ul.block li a.blank {
	padding-right: 0;
	background: url(https://pianoland.co.jp/images/icon_blank.gif) right 50% no-repeat;
}
.topnewsbox .mainInner .section ul.block li a .waku {
	display: block;
	padding: 2px 0;
}
.topnewsbox .mainInner .section ul.block li a .waku:hover {
	background: url(https://pianoland.co.jp/images/bg_alpha15.png) 0 bottom repeat;
}


.topnewsbox .mainInner .section ul.block li .waku .date {
	display: inline-block;
	width: 200px;
	text-indent: 90px;
	vertical-align: top;
	color: #CCC;
}
.topnewsbox .mainInner .section ul.block li .waku .tag {
	left: 0;
	display: inline-block;
	height: 20px;
	color:white;
	background:rgb(146, 38, 38);
	padding:3px;
	text-align:center;
	margin-right: 8px;
}
.topnewsbox .mainInner .section ul.block li .waku .text {
	padding-right: 20px;
	color:white;
}

/* topnewpublcationbox */
.topnewpublcationbox {
	filter:alpha(opacity=1);
	-moz-opacity: 1;
	opacity: 1;
}
.topnewpublcationbox {
	position: relative;
    top: -400px;
    left: 75%;
    margin: 0;
    padding: 0;
    width: 200px;
}
.topnewpublcationbox .mainInner {
	position: relative;
	width: 200px;
}
.topnewpublcationbox .mainInner .section {
	position: relative;
	padding: 5px 5px 5px 10px;
}
.topnewpublcationbox .mainInner .section .ulOuter {
	padding: 0 5px 0 0;	
}
.topnewpublcationboxcontents{
	font-size:14px;
	line-height:1.3em;
	padding:10px 0px;
}
.topnewpublcationboxcontents a{
	text-decoration:none!important;
}
.toppagepublicationsimg{
	float:left;
	width:150px;
	max-height:200px;
	margin-left:5px;
	margin-top:20px;
}

.topnewfixinfobox{
	display: block;
    border-radius: 10px;
    color: rgb(12, 130, 146);
    padding: 3px 10px;
    top: 53%;
    border-bottom: 1px dotted #999;
}

.topnewfixinfobox2{
	display: block;
    border-radius: 10px;
    color: rgb(12, 130, 146);
    padding: 3px 10px;
    top: 56%;
    border-bottom: 1px dotted #999;
}
.topnewfixinfobox3{
	display: block;
    border-radius: 10px;
    color: rgb(12, 130, 146);
    padding: 3px 10px;
    top: 59%;
    border-bottom: 1px dotted #999;
}
.topnewfixinfobox4{
	display: block;
    border-radius: 10px;
    color: rgb(12, 130, 146);
    padding: 3px 10px;
    top: 62%;
    border-bottom: 1px dotted #999;
}
.topnewfixinfobox5{
	display: block;
    border-radius: 10px;
    color: rgb(12, 130, 146);
    padding: 3px 10px;
    top: 65%;
    border-bottom: 1px dotted #999;
}
@media only screen and (max-width: 768px),screen and (max-height: 800px) {
.topnewfixinfobox{
background: transparent;
position: relative;
}
.topnewfixinfobox2{
background: transparent;
position: initial;
}
.topnewfixinfobox3{
background: transparent;
position: initial;
}
.topnewfixinfobox4{
background: transparent;
position: initial;
}
.topnewfixinfobox5{
background: transparent;
position: initial;
}
}

/* topnewyoutubebox */
.topnewyoutubebox {
	margin-left:300px;
}
.topnewyoutubebox {

}
.topnewyoutubebox .mainInner {

}
.topnewyoutubebox .mainInner .section {
	position: relative;
	padding: 20px 5px 5px 0px;
}
.topnewyoutubebox .mainInner .section .ulOuter {
	height: 114px;
	padding: 0 5px 0 0;	
}
.topnewyoutubeboxcontents{
	color:white;
	font-size:14px;
	line-height:1.3em;
	padding:10px 0px;
}
.topnewyoutubeboxcontents a{
	color:white;
	text-decoration:none!important;
}



/* レスポンシブ */
@media only screen and (max-width: 768px) ,screen and (max-height: 800px) {
#toppagefooter{
	position:relative;
	bottom:0px;
	left:50%;
	width:100%;
	margin-left:-50%;
	background:transparent;
}
.topnewsbox {
	position: static!important;
	left:0%;
	bottom:0%;
	margin: 0;
	padding: 0;
	cursor:auto;
	clear:both;
	border-bottom:1px solid #000;
}
.topnewsbox .mainInner {
	position: relative;
	width: 100%;
	background: #33564e;
}
.topnewsbox .mainInner .section .ulOuter {
	height:100%;
	overflow-y:visible;
	padding: 0 5px 0 0;	
}
.topnewyoutubebox {
	position: static!important;
	left:0%;
	bottom:0%;
	margin: 0;
	padding: 0;
	cursor:auto;
	clear:both;
}
.topnewyoutubebox .mainInner {
	position: relative;
	width: 100%;
}
.topnewpublcationbox {
	position: static!important;
	left:0%;
	bottom:0%;
	margin: 0;
	padding: 0;
	cursor:auto;
	clear:both;
}
.topnewpublcationbox .mainInner {
	position: relative;
	width: 100%;
}
.topnewpublcationbox .mainInner .section .ulOuter {
	height:100%;
	overflow-y:visible;
	padding: 0 5px 0 0;	
}

.tablepress tbody tr td{
	width:100%;
	display:block;
}
}
@media only screen and (max-width: 480px) {
#toppagefooter{
	position:relative;
	bottom:0px;
	left:50%;
	width:100%;
	margin-left:-50%;
	background:transparent;
}
.topnewsbox {
	position: static!important;
	left:0%;
	bottom:0%;
	margin: 0;
	padding: 0;
	cursor:auto;
	border-bottom:1px solid #000;
}
.topnewsbox .mainInner {
	position: relative;
	width: 100%;
}
.topnewsbox .mainInner .section .ulOuter {
	height:100%;
	overflow-y:visible;
	padding: 0 5px 0 0;	
}
.topnewyoutubebox {
	position: static!important;
	left:0%;
	bottom:0%;
	margin: 0;
	padding: 0;
	cursor:auto;
	clear:both;
}
.topnewyoutubebox .mainInner {
	position: relative;
	width: 100%;
}
.topnewpublcationbox {
	position: static!important;
	left:0%;
	bottom:0%;
	margin: 0;
	padding: 0;
	cursor:auto;
	clear:both;
}
.topnewpublcationbox .mainInner {
	position: relative;
	width: 100%;
}
.topnewpublcationbox .mainInner .section .ulOuter {
	height:100%;
	overflow-y:visible;
	padding: 0 5px 0 0;	
}


}

@media only screen and (max-width: 768px) {
iframe{
	max-width:100%;
}
.whatpianoland {
	font-size:150%!important;
}
}

@font-face {
    font-family: 'LigatureSymbols';
    src: url('https://pianoland.co.jp/css/symbols/LigatureSymbols-2.11.eot');
    src: url('https://pianoland.co.jp/css/symbols/LigatureSymbols-2.11.eot?#iefix') format('embedded-opentype'),
         url('https://pianoland.co.jp/css/symbols/LigatureSymbols-2.11.woff') format('woff'),
         url('https://pianoland.co.jp/css/symbols/LigatureSymbols-2.11.ttf') format('truetype'),
         url('https://pianoland.co.jp/css/symbols/LigatureSymbols-2.11.svg#LigatureSymbols') format('svg');
    font-weight: normal;
    font-style: normal;
}

.lsf {
  font-family: 'LigatureSymbols';
  -webkit-text-rendering: optimizeLegibility;
  -moz-text-rendering: optimizeLegibility;
  -ms-text-rendering: optimizeLegibility;
  -o-text-rendering: optimizeLegibility;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-font-feature-settings: "liga" 1, "dlig" 1;
  -moz-font-feature-settings: "liga=1, dlig=1";
  -ms-font-feature-settings: "liga" 1, "dlig" 1;
  -o-font-feature-settings: "liga" 1, "dlig" 1;
  font-feature-settings: "liga" 1, "dlig" 1;
}
.lsf-icon:before {
  content:attr(title);
  margin-right:0.3em;
  font-size:130%;
  font-family: 'LigatureSymbols';
  -webkit-text-rendering: optimizeLegibility;
  -moz-text-rendering: optimizeLegibility;
  -ms-text-rendering: optimizeLegibility;
  -o-text-rendering: optimizeLegibility;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-font-feature-settings: "liga" 1, "dlig" 1;
  -moz-font-feature-settings: "liga=1, dlig=1";
  -ms-font-feature-settings: "liga" 1, "dlig" 1;
  -o-font-feature-settings: "liga" 1, "dlig" 1;
  font-feature-settings: "liga" 1, "dlig" 1;
}





    .carousel-container {
      overflow-x: auto;
      display: flex;
      scroll-snap-type: x mandatory;
      -webkit-overflow-scrolling: touch;
      gap: 10px;
      padding: 16px;
      scroll-behavior: smooth;
    }

    .carousel-container::-webkit-scrollbar {
      display: none;
    }

    .carousel-item {
      flex: 0 0 calc(100% / 5 - 16px);
      scroll-snap-align: start;
      height: 250px;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .carousel-img{
	max-height: 250px;
	max-width: 170px;
    }
    @media (max-width: 768px) {
      .carousel-item {
        flex: 0 0 0%;
      }
    .carousel-img{
	max-height: 150px;
	max-width: 170px;
    }
    }

.dot-nav {
    display: flex;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: -15px;
    gap: 8px;
}
.dot {
    width: 13px;
    height: 13px;
    background: #7b6767ab;
    border-radius: 50%;
    cursor: pointer;
    transition: background 0.3s;
}

    .dot.active {
      background: #333;
    }

.mySwiper {
  position: relative;
  width: 100%;
  padding: 20px 70px; /* ← 左右にナビ分の余白を確保 */
  overflow: visible;  /* ← 外側にはみ出すナビを見えるようにする */
}


.mySwiper .swiper-slide {
  width: auto;
  text-align: center;
}

.mySwiper img {
  width: 100%;
  height: auto;
  display: block;
}
/* 基本デザイン */
.swiper-button-prev,
.swiper-button-next {
  width: 48px;
  height: 48px;
  background: #ffffff;
  border-radius: 6px; /* 四角 */
  box-shadow: 0 4px 14px rgba(0,0,0,0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  font-size: 20px;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  z-index: 20;
}

/* ホバーで拡大＋影強調 */
.swiper-button-prev:hover,
.swiper-button-next:hover {
  transform: scale(1.12);
  box-shadow: 0 6px 20px rgba(0,0,0,0.35);
  background: #f7f7f7;
}

/* アイコン */
.swiper-button-prev i,
.swiper-button-next i {
  font-size: 20px;
}


/* 位置：縦は中央、横はかなり外側 */
.swiper-button-prev,
.swiper-button-next {
  top: 50%;
  transform: translateY(-50%);
}

.swiper-button-prev {
  left: 10px;   /* mySwiper の padding 内側に配置 */
}

.swiper-button-next {
  right: 10px;
}

/* もっと外に出したいなら、padding を増やして left/right をマイナスにしてもOK */


/* スマホでは少し小さく＋外側に出しすぎない */
@media (max-width: 767px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: 34px;
    height: 34px;
    font-size: 14px;
  }

  .swiper-button-prev {
    left: -40px;
  }

  .swiper-button-next {
    right: -40px;
  }
}
