page-id-58page-id-58page-id-58@charset "utf-8";

/* ==============================================================================
	CSS Reset
============================================================================== */
html {
  color: #000;
  background: #FFF; }

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

fieldset,
img {
  border: 0; }

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal; }

ol,
ul {
  list-style: none; }

caption,
th {
  text-align: left; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal; }

q:before,
q:after {
  content: ''; }

abbr,
acronym {
  border: 0;
  font-variant: normal; }

/* to preserve line-height and selector appearance */
sup {
  vertical-align: text-top; }

sub {
  vertical-align: text-bottom; }

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
  /*to enable resizing for IE*/ }

/*because legend doesn't inherit in IE */
legend {
  color: #000; }


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

	共通設定
	
============================================================================== */


html {
  font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  color: #464646;
  word-wrap: break-word;
  font-size: 16px;
  line-height: 1.8;
  -webkit-text-size-adjust: 100%;}

a:link { text-decoration:none; color: #d56603;}
a:visited { text-decoration:none; color: #d56603;}
a:active { text-decoration:none;}
a:hover { text-decoration:none; opacity:.6;}

.switch {
	visibility: hidden;
}

.only_pc {
	display:none !important;
}

.only_sp {
		display: inherit;

	}

.clearfix:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
	overflow: hidden;
}

p+h2,
p+h3,
div+h2,
div+h3,
dl+div.clm{
margin-top: 3em !important;
}

.mb10{
	margin-bottom: 1em;
}

.mb15{
	margin-bottom: 1.5em;
}

.mb20{
	margin-bottom: 2em;
}

.mb30{
	margin-bottom: 3em;
}




.mt10{
	margin-top: 1em;
}

.mt15{
	margin-top: 1.5em;
}

.mt20{
	margin-top: 2em;
}

.mt30{
	margin-top: 3em;
}


.red {
color: #cc0000;
}

.red_bold {
color: #cc0000;
font-weight: bold;
}

.emphasis_green{
	color: #3d9205;
}
a.bt {
text-align: center;
display:inline-block;
background-color: #ff7e00;
padding:1em 1.2em;
color: #fff;
margin: 1em auto !important;
font-size: 1.2rem;
border-radius: 5px;
font-weight: bold;
line-height:1.2em;
}

a.bt:before {
  content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 1.3em;/*画像の幅*/
  height: 1.3em;/*画像の高さ*/
  background: url("../img/bt_acc.png") no-repeat;
  background-size: contain;
  vertical-align: bottom;
  padding-right: 0.5em;
}

p.bt_close {
text-align: center;
display:inline-block;
background-color: #999;
padding:1em 1.2em;
color: #fff;
margin: 1em auto !important;
font-size: 1.2rem;
border-radius: 5px;
font-weight: bold;
line-height:1.2em;
}

p.bt_close:before {
  content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 1.3em;/*画像の幅*/
  height: 1.3em;/*画像の高さ*/
  background: url("../img/bt_acc.png") no-repeat;
  background-size: contain;
  vertical-align: bottom;
  padding-right: 0.5em;
}

p.bt_close:hover {
	opacity: 1;
}

a.bt_large {
text-align: center;
display:inline-block;
background-color: #ff7e00;
padding:0.75em 1.2em;
color: #fff;
margin: 1em auto !important;
font-size: 2em;
border-radius: 5px;
font-weight: bold;
line-height:0.75em;
}

a.bt_large:before {
  content: '';/*何も入れない*/
  display: inline-block;/*忘れずに！*/
  width: 1.3em;/*画像の幅*/
  height: 1.3em;/*画像の高さ*/
  background: url("../img/bt_acc.png") no-repeat;
  background-size: contain;
  vertical-align: bottom;
  padding-right: 0.5em;
font-size: 1.2rem;
}

a.dark{
background-color: #d56603;
}




/*ヘッダー*/
header{
	width: 100%;
	height: 52px;
	background-color: #ff7e00;
	position: fixed;
	z-index: 999;
}

#site-title{
	max-width: 80%;
	height: 35px;
	padding:0 0 0 15px;
}

#site-title img{
	width: auto;
	max-width: 70%;
	margin-top: 17px;
}


/*ナビゲーション*/

#mobile-menu{
    position: absolute;
    top: 7px;
    right: 15px;
}

#mobile-menu-toggle,
#mobile-menu-toggle span {
    display: inline-block;
    transition: all .6s;
    box-sizing: border-box;
}

#mobile-menu a {
    width: 32px;
    height: 32px;
}
#mobile-menu-toggle span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #fff;
}
#mobile-menu-toggle span:nth-of-type(1) {
  top: 5px;
}
#mobile-menu-toggle span:nth-of-type(2) {
  top: 17px;
}
#mobile-menu-toggle span:nth-of-type(3) {
  bottom: 7px;
}

#mobile-menu-toggle.active {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
#mobile-menu-toggle.active span:nth-of-type(1) {
  -webkit-transform: translateY(7px) rotate(-45deg);
  transform: translateY(7px) rotate(-45deg);
}
#mobile-menu-toggle.active span:nth-of-type(2) {
  -webkit-transform: translateY(-5px) rotate(45deg);
  transform: translateY(-5px) rotate(45deg);
}
#mobile-menu-toggle.active span:nth-of-type(3) {
  opacity: 0;
}

#nav{
	position: fixed;
	z-index: 999;
	top: 52px;
	height: calc(100vh - 52px);
	background-color: #404040;
	width: 100vw;
	display: none;
	overflow: auto;
	font-size: 14px;
	line-height: 1.4;
}

#nav a{
	display: block;
    color: #fff;
    padding: 12px 15px;
    border-bottom: 1px solid #656464;
	background: url(../img/sp_nav_open.png) no-repeat;
	background-position: right 18px center;
	background-size: 25px 25px;
}

#nav a.active{
    border-bottom: none;
	background:#232323 url(../img/sp_nav_close.png) no-repeat;
	background-position: right 18px center;
	background-size: 25px 5px;
}

#nav .nosub a{
	background-image: none;
}

#nav ul.sub-menu{
	display: none;
}

#nav ul.sub-menu a{
	background-image: none;
	background-color: #232323;
	border: none;
	padding: 12px 35px;
}

#nav #subNav{
	padding: 20px;
}

#nav #subNav a{
	display: block;
    color: #000;
    padding: 10px 15px 10px 30px;
    border-bottom: 1px solid #656464;
	background:#d9d9d9 url(../img/nav_sub_ac.png) no-repeat;
	background-position: 10px center;
}

body.navAbout_index #navAbout li.navAbout_index a,
body.navAbout_outline #navAbout li.navAbout_outline a,
body.page-id-36 #navAbout li.navAbout_branch a,
body.parent-pageid-36 #navAbout li.navAbout_branch a,
body.navAbout_moral #navAbout li.navAbout_moral a,
body.navAbout_contact #navAbout li.navAbout_contact a,
body.navAbout_schedule #navAbout li.navAbout_schedule a{
	color: #ff7e00;
}

body.navMthera_index #navMthera li.navMthera_index a,
body.navMthera_become #navMthera li.navMthera_become a,
body.navMthera_school #navMthera li.navMthera_school a,
body.navMthera_schoollist #navMthera li.navMthera_schoollist a,
body.navMthera_short #navMthera li.navMthera_short a,
body.navMthera_voice #navMthera li.navMthera_voice a{
	color: #ff7e00;
}

body.navFormalities_index #navFormalities li.navFormalities_index a,
body.navFormalities_change #navFormalities li.navFormalities_change a,
body.navFormalities_withdraw #navFormalities li.navFormalities_withdraw a{
	color: #ff7e00;
}

body.navPublish_index #navPublish li.navPublish_index a,
body.navPublish_leaflet #navPublish li.navPublish_leaflet a,
body.page-id-58 #navPublish li.navPublish_journal a,
body.page-id-79 #navPublish li.navPublish_association a{
	color: #ff7e00;
}

body.navAbstract_index #navAbstract li.navAbstract_abstract a,
body.navDisaster_index #navAbstract li.navDisaster_disaster a,
body.navDownload_world #navAbstract li.navDownload_world a{
	color: #ff7e00;
}

body.navDownload_index #navDownload a{
	color: #ff7e00;
}


body.navEvent_index #navEvent li.navEvent_index a,
body.navEvent_workshop #navEvent li.navEvent_workshop a{
	color: #ff7e00;
}

body#en li#navEng a{
	color: #ff7e00;
}

body#inquiry li#navinquiry a{
	color: #ff7e00;
}

body#about #navAbout .sub-menu{display: block;}
body#music_therapist #navMthera .sub-menu{display: block;}
body#formalities #navFormalities .sub-menu{display: block;}
body#publish #navPublish .sub-menu{display: block;}
body#abstract #navAbstract .sub-menu{display: block;}
body#event #navEvent .sub-menu{display: block;}



/*コンテンツエリア*/
#container{
	padding: 0;
}

#content{
	padding: 52px 15px;
}

#content .category{
	font-family: "Book Antiqua", "serif";
	font-size:32px;
	line-height: 1.3;
	padding: 5px 0 2px;
	border-bottom: 1px solid #f9a14b;
	margin-bottom: 30px;
}

#content .category span{
	font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-size:14px;
	padding-left: 1em;
}

#content h1{
	font-family: "游明朝体", "Yu Mincho", "游明朝", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 22px;
	color: #000;
	border-bottom: 1px solid #dcdcdc;
	margin-bottom: 15px;
	line-height: 1.5em;
	padding-bottom: 0.5em;
}


#content h2{
	font-size: 20px;
	line-height: 1.3;
	border-left: 3px solid #f9a14b;
	padding: 3px 0 3px 15px;
	margin-bottom: 20px;
}

#content h3{
	font-size: 18px;
	color: #77552d;
	line-height: 1.3;
	background-color:#f6f6f6;
	padding: 5px 10px;
	margin-bottom: 15px;
}

#content h4{
	font-weight: bold;
	margin-bottom: 12px;
	color: #777;
}

#content .oneBlock{
	margin-bottom: 0;
}

#content .twoBlock{
	margin-bottom: 0;
}

#content .twoBlock div,
#content .oneBlock div{
	margin-bottom: 1.5em;
}

#content p{
	margin-bottom: 1em;
}

#content p.nomb{
	margin-bottom: 0;
}

#content .ph{
	text-align: center;
}

#content .cap{
	line-height: 1.2;
}

#content .clm{
	background-color: #f3f3f3;
	border-radius: 15px;
	padding: 25px;
	margin: 20px auto;
}

#content .clm02{
	background-color: #e4e4e4;
	border-radius: 15px;
	padding: 25px;
	margin: 20px auto;
}

#content .clm h3,
#content .clm02 h3{
	color: #333;
	background-color: transparent;
	border-left: 3px solid #f9a14b;
	padding: 3px 0 3px 15px;
}

#content .clmNote{
	background-color: #fff8f1;
	border-radius: 15px;
	border: 2px solid #f9a14b;
	padding: 25px;
	margin: 20px auto;
}

#content .clmWrap{
	padding: 25px;
	margin: 20px auto;
}


#content .clmNote h3{
	color: #333;
	background-color: transparent;
	border-left: 3px solid #f9a14b;
	padding: 3px 0 3px 15px;
}

#content .pdfIcon::before{
	content: url(../img/pdf_icon.png);
	vertical-align: middle;
	padding: 5px;
}

#content .docIcon::before{
	content: url(../img/doc_icon.png);
	vertical-align: middle;
	padding: 5px;
}

#content .xlsIcon::before{
	content: url(../img/xls_icon.png);
	vertical-align: middle;
	padding: 5px;
}

.right {
text-align: right;
}

.center {
text-align: center;
}

.bold{
	font-weight: bold;
}

/*リストなど*/

#content dl{
	margin: 0 0 10px 0;
}

#content dl dd{
	margin: 0 0 20px 0;
}

#content ul{
	margin: 0 0 20px 0;
}

#content ul li{
	list-style: disc;
	margin: 0 1em 0 2em;
}

#content ul.noneMark li{
	list-style:none;
	margin: 0 1em 0 1em;
}

#content ol{
	margin: 0 0 20px 0;
}

#content ol li{
	list-style: decimal;
	margin: 0 1em 0 2em;
}

#content ol li ul li{
	list-style: disc;
	margin: 0 1em 0 2em;
}


/*リンク*/
#content .linkList,
#content .fulllinkList,
#content .outlinkList{
	overflow: hidden;
	margin: 20px 0 35px;
}

#content .linkList li,
#content .outlinkList li{
 	list-style: none;
	width: 240px;
	float: left;
	margin: 0;
	padding: 0;
}

#content .fulllinkList li{
	list-style: none;
	width: 100%;
	margin: 0;
	padding: 0;
}

#content a.link::before,
#content .fulllinkList a::before,
#content .linkList a::before,
#content .link::before{
	content: url(../img/linkac.png);
	vertical-align: middle;
	padding: 5px;
}

#content a.outlink::before,
#content .outlinkList a::before{
	content:url(../img/outlinkac.png);
	vertical-align: middle;
	padding: 5px;
}


/*テーブルなど*/
#content table{
	width: 100%;
	margin: 20px auto;
}

#content table th{
	padding: 5px 10px;
	border: 1px solid #bdbdbd;
	background-color: #EDEDED;
	display: block;
}

#content table td{
	padding: 5px 10px;
	border: 1px solid #bdbdbd;
	background-color: #fff;
	display: block;
}

#content img{
	max-width: 100%;
	height: auto;
}



/*フッター*/

footer {
	font-size: 13px;
	background: #ff7e00;
	padding:6vw;
	color: #FFF;
	text-align: left;
	line-height: 1.3;
}

footer .links{
	white-space: nowrap;
	text-align: center;
	margin-bottom: 5vw;
}

footer a:link {color: #fff;}
footer a:visited {color: #fff;}
footer a:active {color: #fff;}
footer a:hover {text-decoration: underline; opacity:1;}

/*page top*/
#page-top{
	position: fixed;
	width: 50px;
	height: 50px;
	right: 15px;
	bottom: 15px;
	z-index: 100;
}

#page-top img{
	width: 100%;
	height: auto;
}

#page-top:hover{
	cursor: pointer;
}


body.page-id-36 .backlist{
	display: none;
}

/*打ち消し線　赤*/
 .deleat {
   color: #f00;
   text-decoration : line-through ;
 }
 .deleat span {
   color: #000;
 }



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

	タブレット用
	
============================================================================== */

@media print, screen and (min-width: 769px) {

	/*ヘッダー*/
	#site-title img{
		max-width: 50%;
		margin-top: 12px;
	}

	/*コンテンツエリア*/
	#content table th{
		display:table-cell;
	}

	#content table td{
		display:table-cell;
	}

	/*フッター*/
	#footer {
	padding:3vw 3vw 2.5vw;
	text-align: left;
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	}

	#footer .links {
	white-space: nowrap;
	padding-left: 3vw;
	text-align: left;
	}

	.only_pc {
		display: inherit !important;
	}

	.only_sp {
	display:none !important;
}

}

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

	PC用
	
============================================================================== */

@media print, screen and (min-width: 1201px) {

	/*ヘッダー*/
	header{
		position: relative;
		top: inherit;
		left: inherit;
		margin: 0 0 0 32px;
		padding-top: 30px;
		width: 210px;
		height: 125px;
		background-color: transparent;
		z-index: 999;
	}
	
	#site-title{
		max-width: 100%;
		height: 125px;
		padding:0;
	}

	#site-title img{
		width: auto;
		max-width: 100%;
		margin-top: 0;
	}


	/*ナビゲーション*/

	#mobile-menu{
		display: none;
	}

	#nav{
		position: relative;
		top: inherit;
		left: inherit;
		height: inherit;
		margin: 0 0 0 32px;
		background-color: rgba( 0, 0, 0, 0.8);
		width: 210px;
		display: block;
	}

	#nav a{
		display: block;
		color: #fff;
		padding: 8px 8px;
		border-bottom: 1px solid #656464;
		background-position: right 8px center;
		background-size: 16px 16px;
	}

	#nav a.active{
		border-bottom: none;
		background-position: right 8px center;
		background-size: 16px 2px;
	}


	#nav ul.sub-menu{
		display: none;
	}

	#nav ul.sub-menu a{
		background-color: #232323;
		border: none;
		padding: 4px 25px;
	}
	
	#nav ul.sub-menu:last-child a{
		background-color: #232323;
		border: none;
		padding: 7px 25px 7px;
	}

	#nav a:hover,
	#nav ul.sub-menu a:hover{
		background-color: #e1a731;
		opacity: 1;
	}


	#nav #subNav{
		padding: 0;
	}

	#nav #subNav a{
		display: block;
		color: #000;
		padding: 7px 15px 7px 30px;
		border-bottom: 1px solid #b6b6b6;
		background:#efefef url(../img/nav_sub_ac.png) no-repeat;
		background-position: 10px center;
	}

	#nav #subNav a:hover{
		background:#D7C9B2 url(../img/nav_sub_ac.png) no-repeat;
		background-position: 10px center;
	}

	#nav #subNav li:last-child a{
		border-bottom: none;
	}

	#nav_backimage{
		width: 272px;
		height: inherit;
		padding-bottom: 50px;
		background-color: #E5E3E3;
		background: url(../../../../../../img/nav_backimage_other.jpg)no-repeat;
	}
	
	/*コンテンツエリア*/
	#container{
		padding:0;
		display: flex;
	}

	#content{
		padding: 0;
		width:900px;
		margin:52px auto;
	}

	#content .category{
		font-size:60px;
		margin-bottom: 50px;
	}

	#content .category span{
		font-size:16px;
		padding-left: 1em;
	}

	#content h1{
		font-size: 32px;
		color: #000;
		border-bottom: 1px solid #dcdcdc;
		margin-bottom: 30px;
	}

	#content .twoBlock{
		overflow: hidden;
	}
	
	#content .twoBlock .right{
		float: right;
	}
	
	#content table th{
		display:table-cell;
	}

	#content table td{
		display:table-cell;
	}
	
	/*フッター*/
	footer {
		padding:35px 35px 25px;
		text-align: left;
		display: flex;
		justify-content: space-between;
		flex-direction: row-reverse;
		z-index: 10;
	}
	
	/*page top*/
	#page-top{
		position: fixed;
		width: 70px;
		height: 70px;
		right: 20px;
		bottom: 30px;
	}

}


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

	PC用
	
============================================================================== */

@media print{
	#nav_backimage{
		display: none;
	}
	
  /*リストなど*/
	#content dl dd{
		margin: 0 0 20px 4em;
	}
}
