﻿html, body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	color: #333;
	font-size: 16px;
	width: 100%;
}

a {text-decoration: none;}

.sp {
    display: none
}
* {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

.greek {font-family: 'Roboto Slab', serif;}

header.pc {
    position: relative;
    width: 1200px;
    z-index: 99
}

header.pc div.hd_bg {
	background: url("../img/common/hd_bg.jpg") no-repeat;
	background-position: center;
	padding: 15px 0;
	box-sizing: border-box;
	position: relative;
}

header.pc h1 {
	width: 100px;
    position: absolute;
    left: 10px;
    top: 10px
}
header.pc h1 img {
    max-width: 100%
}
header.pc h2 {
    text-align: center;
    padding-top: 10px;
    font-family: "Yu Mincho";
    font-size: 1.6rem;
	font-weight: bold;
}

header.pc p.hd_presented {
	position: absolute;
    right: 455px;
	bottom: 3px;
	font-size: 15px;
	font-family: "Yu Mincho";
	font-weight: bold;
}

header.pc p.hd_faq {
	position: absolute;
    right: 10px;
    top: 20px
}

header.pc p.hd_faq img {
	width: 75px;
	height: auto;
}

header.pc nav {
    margin: 20px auto 0 auto;
    text-align: center;
    width: 1200px;
    border-right: none
}

header.pc nav .navi {
	display: table;
	margin: 0 auto;
	width: 100%;
}

header.pc nav .navi li.menu_normal {
    padding: 0 10px;
	box-sizing: border-box;
    border-left: 1px solid #dddddd;
    display: table-cell;
	font-family: "Yu Mincho";
	vertical-align: top;
	width: 14%;
}
header.pc nav .navi li.menu_normal:nth-child(6) {
	width: 16%;
	padding: 0 10px;
	box-sizing: border-box;
}
header.pc nav .navi li.navi_last .menu_normal{
	width: 13%;
}
li.navi_last {
	border-right: 1px solid #dddddd;
}

header.pc nav .navi>li:hover {
    background-color: rgba(204,204,204,0.2)
}
header.pc nav .navi>li>a {
    font-size: 16px;
    line-height: 1;
    color: #333
}
header.pc nav .navi>li>a>span {
    display: block;
    font-size: 1.0rem;
    line-height: 1;
    margin-top: 5px;
    color: #333;
	font-family: "Alex Brush";
}
header.pc nav .navi>li>li:last-child {
    border-right: 1px solid #330000;
    padding-right: 0;
}

 div.hd_headline {
	margin: 0 auto -15px;
	position: relative;
	padding: 3px;
	top: 0;
	width: 97%;
	background: #FBE8E5;
}

div.hd_headline:before,div.hd_headline:after {
	position: absolute;
	top: 0;
	content: '';
	width: 10px;
	height: 100%;
	display: inline-block;
	box-sizing: border-box;
}

div.hd_headline:before {
	border-left: solid 1px #C8000B;
	border-top: solid 1px #C8000B;
	border-bottom: solid 1px #C8000B;
	left: 0;
}

div.hd_headline:after {
	border-right: solid 1px #C8000B;
	border-top: solid 1px #C8000B;
	border-bottom: solid 1px #C8000B;
	right: 0;
}

div.hd_headline p{
	font-size: 0.9em;
	font-family: "Yu Mincho";
	text-align: center;
}

.clearfix::after {
    content: "";
    display: block;
    clear: both
}
ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}
ul.menu>li {
    float: none;
    position: relative;
    margin: 0 0 0 0;
    display: block
}
/*グロナビ展開*/
header.pc nav li.menu_second{
	position: relative;
}
header.pc nav ul.menu__second-level {
    position: absolute;
    top: 53px;
	left: -1px;
    width: 101%;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
	opacity: 0;
	pointer-events: none;
}

header.pc nav li.menu_normal:hover ul.menu__second-level {
    top: 52px;
    visibility: visible;
    opacity: 1;
	pointer-events: inherit;
}

header.pc nav ul.menu__second-level li {
    position: relative;
	border-left: 1px solid #dddddd;
	border-bottom: solid 1px #ddd;
	box-sizing: border-box;
	background-color: #efefef;
	border-right: solid 1px #ddd;
}

header.pc nav ul.menu__second-level li a{
	padding: 15px;
	box-sizing: border-box;
	display: block;
}

header.pc nav ul.menu__second-level li:hover {
    background-color: #fff;
}

header.pc nav ul.menu__second-level li ul.menu__third-level {
    position: absolute;
    top: 0;
    left: 167px;
    width: 100%;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
	opacity: 1;
	pointer-events: none;
}

header.pc nav ul.menu__second-level li:hover ul.menu__third-level {
    visibility: visible;
    opacity: 1;
	pointer-events: inherit;
}

header.pc nav ul.menu__second-level li:hover ul.menu__third-level li {
	opacity: 1;
}

header.pc nav ul.menu__second-level li ul.menu__third-level li {
    position: relative;
	display: block;
	visibility:visible;
	opacity: 0;
	border-bottom: solid 1px #ddd;
	border-left: solid 1px #ddd;
}

header.pc nav ul.menu__second-level li ul.menu__third-level li:first-child {
	border-top: solid 1px #ddd;
}

header.pc nav ul.menu__second-level li ul.menu__third-level li a {
	display: block;
	padding: 15px;
	box-sizing: border-box;
	opacity: 1;
}

header.pc nav ul.menu__second-level li ul.menu__third-level li:hover {
    background-color: #fff;
	 -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

.init-right:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0 0 15px;
    border-right: 1px solid #333;
    border-top: 1px solid #333;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.init-bottom:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    border-right: 1px solid #333;
    border-top: 1px solid #333;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}


ul.sub {
    display: none;
    position: absolute;
    padding: 0;
    background: #fff;
    width: 100%;
    margin-left: -20px
}
ul.sub li {
    border-bottom: 1px solid #333;
	font-family: "Yu Mincho";
}
ul.sub>li>a {
    padding: 5px 10px 5px 0;
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: -5px;
    display: block
}
ul.sub>li>a:hover {
    background-color: rgba(204,204,204,0.4);
    text-decoration: none
}





footer {
    background: #C8000B;
    color: #fff;
    position: relative;
    padding: 30px 0 10px;
}
footer .pagetop {
    position: fixed;
	z-index: 1;
    right: 20px;
    bottom: 20px;
    color: #000;
    filter: drop-shadow(2px 2px 2px rgba(255,255,255,0.9))
}
footer .pagetop span {
    display: block;
    width: 35px;
    height: 70px;
    background: url("../img/common/pagetop.png");
    background-size: cover;
    margin: auto
}
footer .pagetop p {
    font-size: 0.8rem;
    padding: 0 5px 5px 5px;
    filter: drop-shadow(1px 1px 1px #fff);
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
footer>div {
    text-align: center
}
footer .ftlogo {
    display: block;
    background: none;
    width: auto;
    height: auto;
    left: auto;
}
footer h3 {
	float: left;
}
footer ul {
    margin: 0 0 50px 0;
    vertical-align: top;
	float: right;
	width: 88%;
}
footer ul li {
    font-family: "YuMincho";
    display: block;
    padding: 0 0 10px 10px;
    font-size: 1.0rem;
    line-height: 2;
    color: #fff;
    text-align: left;
	float: left;
	margin: 0 15px 0 0;
}

footer ul li a {
	border-bottom: solid 1px;
	display: block;
}
footer ul li a:hover {
	text-decoration: none;
}
footer ul>p {
    text-align: left;
    margin-bottom: 10px
}
footer ul .ft_bulletin {
    margin-top: 15px
}
footer .lnk_home {
    font-size: 0.9rem
}
footer a {
    color: #fff
}
footer a:hover {
    text-decoration: underline
}
footer ul li:before, footer ul>p:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "";
    margin: 0 5px 0 10px;
    display: inline-block
}
footer .copyright {
    font-size: 0.8rem;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	margin-top: 30px
}


.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus {
	background: #921D22 !important;
}


@media screen and (max-width: 1040px) {
footer {
    padding-left: 0
}
	
footer ul {
    display: none;
}

footer .ftlogo {
    position: relative;
    margin: auto;
}
footer .copyright {
    margin-top: 10px
}

}

@media screen and (max-width: 1090px) {
footer .ftlogo {
	position: relative;
	width: 10%;
	left:45%;
}
	
footer ul {
    display: none;
}
	

}



section {
    width: 1200px;
    margin: 20px auto 60px;
    text-align: center;
    font-family: "Yu Mincho" !important
}
section.concert {
    margin-top: -20px
}
section.main div {
    z-index: 1;
    position: relative
}
section.main div>img {
    max-width: 100%;
    height: auto
}
section.main div>h2 {
    position: absolute;
    left: 0;
    top: 45%;
    color: #fff;
    font-size: 2rem;
    display: inline-block;
    padding: 10px 20px;
    background-color: rgba(0,0,0,0.6)
}
section.main div>h2 p {
    display: inline-block;
    white-space: nowrap
}
section.main div>h2 span {
    margin-left: 20px;
    font-family: 'Alex Brush';
    white-space: nowrap
}
section h3 {
    font-size: 20px;
    display: inline-block;
    font-family: "Yu Mincho";
    line-height: 1.2;
	background: 
		url("../img/common/ttl_note01.png"),
		url("../img/common/ttl_note02.png");
	background-repeat: no-repeat;
	background-position: left 80%,right 80%;
	position: relative;
	margin-bottom: 30px;
	padding: 0 25px;
	box-sizing: border-box;
}
section h3:before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -15px;
	display: inline-block;
	width: 40px;/*線の長さ*/
	height: 1px;/*線の太さ*/
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #921D22;
}


@media screen and (max-width: 640px) {
section.main {
    margin-bottom: 20px
}
section.main div>h2 {
    font-size: 1.6rem
}
}

@media screen and (max-width: 480px) {
section.main div>h2 {
    top: 25%;
    font-size: 1.3rem;
    padding: 5px 10px;
    line-height: 1.2;
    text-align: left
}
section.main div>h2 span {
    display: block;
    font-size: 0.8em;
    margin-left: 0
}
}


/*-----------------

Information

------------------*/

.table_information {
	width: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 0.9em;
}

.table_information tr {
	border-top: solid 1px #BCBCBC;
	border-bottom: solid 1px #BCBCBC;
}
.table_information th {
	width: 200px;
	border-right: solid 1px #BCBCBC;
	margin: 5% 0;
	display: inline-block;
}
.table_information td {
	vertical-align: middle;
	padding: 0 0 0 50px;
	box-sizing: border-box;
	width: 1000px;
}

/*
.table_information tr {
	display: table;
	border-top: solid 1px #BCBCBC;
	border-bottom: solid 1px #BCBCBC;
	width: 1200px;
}

.table_information th {
	display: inline-block;
	border-right: solid 1px #BCBCBC;
	margin: 20px 0 20px 0;
	width: 300px;
}

.table_information td {
	text-align: left;
}*/

/*-----------------

ごあいさつ

------------------*/

.top_message {
	text-align: center;
	font-size: 16px;
	margin: 0 0 50px;
	font-family: "Yu Mincho";
}


/*-----------------

大澤壽人とは

------------------*/

.top_about {
	background: #EFCDCA;
	padding: 30px 0;
	box-sizing: border-box;
	margin: 0 auto 60px;
	width: 1200px;
    text-align: center;
    font-family: "Yu Mincho" !important
}

.top_about_img {
	float: left;
	margin: 0 0 0 8%;
}
.top_about_in {
	float: right;
	width: 60%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif" !important;
	font-size: 1.0em;
	margin: 0 8% 0 0;
}
.top_about_txt {
	text-align: left;
	margin: 0 0 30px;
}

.top_about_btn {
	width: 56%;
	float: right;
}
.top_about_btn p.btn01.about_btn01 {
	float: left;
	margin: 0 5% 0 0;
	width: 45%;
}
.top_about_btn p.btn01.about_btn02 {
	float: left;
	margin: 0;
	width: 45%;
}


/*----------------

COMMON

----------------*/

.inner {
	width: 1000px;
	margin: 0 auto;
}

.btn01 {
	width: 25%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 0.9em;
}
.btn01 a {
	display: block;
	color: #fff;
	padding: 15px 0;
	box-sizing: border-box;
	background: #921D22 url("../img/common/arrow.png") no-repeat;
	background-position: 90% center;
	border: solid 1px #921D22;
	border-radius: 10px;	
}
.btn01 a:hover {
	background-position: 95% center;
	transition: 0.3s;
	border-radius: 10px;
}
.btn01.btn_center {
	margin: 30px auto 0;
}


.btn02 {
	width: 90px;
	background: #921D22;
	text-align: center;
	border-radius: 10px;
	border: solid 1px #921D22;
}
.btn02 a {
	color: #fff;
	padding: 10px 0;
	box-sizing: border-box;
	display: block;
	opacity: 1;
	font-size: 0.9em;
	transition: 0.4s;
	
}
.btn02 a:hover {
	color: #921D22;
	background: #fff;
	border-radius: 10px;
	box-sizing: border-box;
}

.fl {
	float: left;
	margin:0 30px 0 0;
}

/*----------------

生涯・足跡

----------------*/

div.history_area {
	overflow: hidden;
	margin: -40px 0 20px;
}

p.history_txt {
	text-align: center;
	width: 80%;
	font-family: "Yu Mincho";
	font-size: 1.1em;
}

p.history_english {
	float: right;
	width: 15%;
	text-align: center;
}

p.history_english a {
	color: #fff;
	display: block;
	padding: 10px 0;
	box-sizing: border-box;
	background: #921D22;
	border-radius: 8px;
	border: solid 1px #921D22;
}

p.history_english a:hover {
	color: #921D22;
	background: #fff;
	border: solid 1px #921D22;
}

div.history_area02 {
	text-align: center;
}

p.history_name {
	border: solid 1px #921D22;
	width: 98%;
	margin: 0 auto 5px;
	text-align: left;
	padding: 10px 40px;
	box-sizing: border-box;
	font-size: 20px;
	font-weight: bold;
	background: 
		url("../img/page/history/icon01.png"),
		url("../img/page/history/icon02.png");
	background-repeat: no-repeat;
	background-position: 0.5% 20%,99.5% 20%;
}

p.history_name:last-child {
	margin: 0 auto 20px;
}

.history_name a:hover {
	color: #921D22
}

p.history_name span {
	margin: 0 0 0 20px;
	font-family: 'Alex Brush';
	font-weight: normal;
}

.history_mincho {
	font-family: "Yu Mincho";
}

p.history_name02 {
	margin: 30px 0;
	font-size: 20px;
	font-weight: bold;
	padding: 0 5px;
	box-sizing: border-box;
}

ul.histori_list {
	margin: 0 0 5px;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

ul.histori_list li {
	width: 23%;
	border: solid 1px #921D22;
	padding: 10px 0;
	box-sizing: border-box;
	background: 
		url("../img/page/history/icon01.png"),
		url("../img/page/history/icon02.png");
	background-repeat: no-repeat;
	background-position: 3% 5%,97% 5%;
	margin: 0 1% 0;
}

ul.histori_list li a:hover {
	color: #921D22
}

p.history_era {
	font-size: 14px;
	font-family: "Yu Mincho";
}

div.history_area03 {
	margin: 0 0 50px;
}

h3.history_ttl01 {
	font-size: 20px;
	font-weight: bold;
	background: url("../img/page/history/ttl_icon.png") no-repeat;
	padding: 0 0 0 30px;
	box-sizing: border-box;
}

h3.history_ttl01 span.history_en {
	margin: 0 0 0 20px;
	font-family: 'Alex Brush';
	font-weight: normal;
}

h4.history_ttl02 {
	color: #921D22;
	font-weight: bold;
	display: flex;
	align-items: center;
	margin: 40px 0 30px;
	font-size: 18px;
}

h4.history_ttl02:after {
	border-top: 1px solid;
	content: "";
	flex-grow: 1;
	margin: 0 0 0 1rem;
}

.history_img_area {
	float: left;
	margin: 0 5% 0 0;
	width: 25%;
}

.history_img_area02 {
	float: right;
	margin: 0 0 0 5%;
	width: 25%;
}

.history_img_area03 {
	float: left;
	margin: 0 5% 0 0;
	width: 35%;
}

p.history_img {width: 100%}

div.history_txtarea {
	float: right;
	width: 70%;
}

div.history_txtarea02 {
	float: left;
	width: 70%;
}

div.history_txtarea03 {
	float: right;
	width: 58%;
}

p.history_txt02 {
	margin: 0 0 40px;
}

p.history_caption {
	font-size: 0.8em;
}



/*----------------

スペクタクル

----------------*/

section.top_spectacle h3 {
	padding: 0 25px;
	box-sizing: border-box;
}
ul.spectacle_list li {
	margin: 0 0 10px;
	position: relative;
}

.top_spectacle p.spectacle_img{
	float: left;
	position: relative;
	width: 20%;
}
.top_spectacle p.spectacle_img img {
	width: 190px;
	height: auto;
}

.spectacle_link {
	text-align: center;
	float: right
}
/*----ribbon------*/

.cp_ribbon02 {
    width: 106px;
    height: 108px;
    overflow: hidden;
    position: absolute;
    top: -6px;
    left: -6px
}
.cp_ribbon02 .cp_ribbon {
    display: block;
    font-size: 0.8em;
    line-height: 1.2em;
    position: relative;
    top: 26px;
    left: -33px;
    width: 150px;
    padding: 7px 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    text-align: center;
    letter-spacing: 0.5px;
    color: #ffffff;
    background-color: #c34247;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
	z-index: 1;
}
.cp_ribbon02 .cp_ribbon::before, .cp_ribbon02 .cp_ribbon::after {
    position: absolute;
    bottom: -4px;
    content: '';
    border-width: 4px 4px 0 4px;
    border-style: solid;
    border-color: #8f373a transparent transparent transparent
}
.cp_ribbon02 .cp_ribbon:before {
    left: 0
}
.cp_ribbon02 .cp_ribbon:after {
    right: 0
}

/*----./ribbon END-----*/

div.spectacle_bgpink {
	background: #EFCDCA;
	padding: 22px 40px;
	box-sizing: border-box;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif" !important;
	/*position: relative;*/
}

div.spectacle_bg {
	background: #fff;
	text-align: left;
	padding: 4%;
	box-sizing: border-box;
	float: right;
	width: 75%;
}
div.spectacle_bg h4.title {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 10px;
}

div.spectacle_bg p.open {
	margin: 0 0 10px;
}

div.spectacle_bg .btn02 {
	float: right;	
}



/*----------------

演奏記録

----------------*/

div.activities_box {
	border: solid 1px #BCBCBC;
	padding: 20px 80px;
	box-sizing: border-box;
	margin: 0 auto 30px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";	
}
div.activities_box h4.plan{
	background: url("../img/page/top/ttl_ribbon.png") no-repeat;
	background-position: center;
	color: #fff;
	padding: 15px 0;
	box-sizing: border-box;
	margin: 0 0 20px;
	font-weight: bold;

}

div.activities_box h4.past{
	border-bottom: solid 2px #C8000B;
	padding: 0 0 10px;
	box-sizing: border-box;
	margin: 0 0 20px;
	font-size: 16px;
	font-weight: bold;
}



/*----------------

おしらせ・たより

----------------*/

section.top_news {
	width: 1030px;
	margin: 0 auto 100px;
}

section.top_news h3 {
	padding: 0 25px;
	box-sizing: border-box;
}

ul.prev_next_nav{
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	-webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
	margin: 20px 0 0;
}

ul.prev_next_nav li {border-bottom: none !important;}

ul.prev_next_nav li .btn_block {
	width: 150px;
	background: #EFCDCA;
	border-radius: 5px;
	position: relative;
	padding: 0 !important;
	text-align: center !important;
}

ul.prev_next_nav li .btn_block a {
	padding: 10px;
	box-sizing: border-box;
	display: block;
}

ul.prev_next_nav li.btn_none a{
	display: none;
}


@media screen and (max-width: 950px) {
section.top_news {
	width: 95%;
}
}


/*-------main_img--------*/
div.main_img {
	padding: 120px 0 120px 50px;
	box-sizing: border-box;
	margin: 30px 0 50px;
}

div.main_img h2.page_img {
	font-size: 1.5rem;
	font-family: "Yu Mincho";
	color: #fff;
	background: rgba(0,0,0,0.60);
	padding: 20px 50px;
	box-sizing: border-box;
	display: inline-block;
}

div.main_img h2.page_img span {
	font-size: 1.0rem;
	font-family: 'Alex Brush';
}

div.main_img.compositions_img {
	background: url("../img/page/compositions/main.jpg") no-repeat;
	background-size: cover;
}

div.main_img.movie_img {
	background: url("../img/page/movie/main.jpg") no-repeat;
	background-size: cover;
}



.inner02 {
	width: 1200px;
	margin: 0 auto;
}
.content {
	margin: 0 auto 80px;
}

/*-----------------

作品一覧

------------------*/

div.compositions_area .choose {
	margin: 0 0 25px;
	border-bottom: solid 1px #ddd;
	padding: 0 0 25px;
	box-sizing: border-box;
}
div.btn_area {
	text-align: center;
	margin: 0 0 20px;
}

div.btn_area.btn_border{
	border-top: dashed 1px #ddd;
	padding: 20px 0 0;
	box-sizing: border-box;
}

div.btn_area .btn01 {
	display: block;
	margin: 0 20px 0 0;
	float: left;
	width: 22%;
	text-align: left;
}


div.btn_area .btn01 a {
	background-image: none;
}
div.btn_area .btn01 a:hover {
	background: #fff;
	border-radius: 10px;
	border: solid 1px #921D22;
	color: #921D22;
}
p.search_box {
	border: solid 1px #ddd;
	padding: 10px;
	box-sizing: border-box;
	width: 30%;
	color: #666;
	text-align: left;
	display: inline-block;
}
div.compositions_area .choose.search {
	margin: -30px 0 0;
	border-bottom: none;
	padding: 0;
}

div.result_area {
	margin: 0 auto 80px;
}

div.result_area_box {
	border: solid 1px #ddd;
	padding: 30px;
	box-sizing: border-box;
	margin: 0 auto 10px;
	overflow: hidden;
}

div.result_box_in {
	float: left;
	width: 80%;
}

div.result_box_in02 {
	float: right;
	overflow: hidden;
	width: 20%;
	height: 120px;
	position: relative;
}

ul.result_label li {
	padding: 5px 20px;
	box-sizing: border-box;
	background: #EFCDCA;
	text-align: center;
	font-size: 0.8em;
	float: left;
	margin: 0 1% 2% 0;
}

ul.result_label li:first-child {
	background: #F7D071;
}

section h3.result_ttl {
	float: left;
	font-weight: bold;
	display: block;
	font-family: "Yu Mincho";
	background: none;
	font-size: 16px;
	padding: 0;
	margin-bottom:0;
	text-align: left;
	line-height: 1.8em;
}
section h3.result_ttl:before {
	display: none;
}

div.result_area_box p.btn02 {
	float: right;
	position: absolute;
	bottom: 0;
	right: 0;
}

div.result_area_box h3 {
	margin: 0;
	float: left;
}
.result_title_en {
	display: block;
	font-family: "Yu Mincho";
}

div.choose.search_windows {
	overflow: hidden;
	position: relative;
}

.btn_area.btn_last.search_area {
	float: left;
	width: 80%;
	text-align: left;
}
.see_all {
	float: right;
	width: 20%;
	position: absolute;
	bottom: 80px;
	right: 0;
}

div.result_box_in02 p.result_img {
	width: 40%;
	float: left;
	margin: 0 5% 0 0;
}

div.result_box_in02 p.result_img img {
	width: 100%;
}


/* アコーディオン */

.accordion_area {
	width:100%;
	margin:20px auto 40px;
}

.accordion_area ul li {
	position: relative;
}

.accordion_area ul li a{
	display: block;
	cursor: pointer;
	padding: 10px 12px 10px 30px;
	border-radius:5px;
	background: #E5F4FC;
	font-size: 1.2em;
	font-weight: bold;
	font-weight: normal;
}
.accordion_area li a:after, .accordion_area li a.active:after{
  position: absolute;
  right: 6%;
  color: #921D22;
}
.accordion_area li a:after{
	font-family: "Font Awesome 5 Free";
	content: '\f107';
	font-size: 1.2em;
	font-weight: bold;
}
.accordion_area li a.active:after{
	font-family: "Font Awesome 5 Free";
	content: '\f106';
	font-size: 1.2em;
	font-weight: bold;
}
.accordion_area > ul > li > ul {
  display: none;
}
.accordion li{
	display: block;
	padding: 10px 12px;
	position: relative;
	border:solid 1px #E5F4FC;
	margin-bottom:5px;
}


div.choose_1 {
	text-align: left;
	color: #921D22;
}

.btn_area input[type=checkbox] {
	display: none;
}

.btn_area input[type=checkbox] + label {
  padding-left: 25px;
  position:relative;
  margin-right: 20px;
}

.btn_area input[type=checkbox] + label::before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 15px;
	height: 15px;
	border: 1px solid #999;
}

.btn_area input[type=checkbox]:checked + label {
  color: #921D22;
}

.btn_area input[type=checkbox]:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 5px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 3px solid #921D22;
  border-right: 3px solid #921D22;
}

#search_box {	
	outline:0;	
	height:50px;
	padding:0 10px; 
	width: 60%;
	background:#efefef;
	font-size: 16px;
	box-sizing: border-box;
}

#search_btn{
	width: 15%;
	height: 50px;
	background: #921D22;
	color: #fff;
	font-size:16px;
	border: solid 1px #921D22;
	cursor: pointer;
	box-sizing: border-box;
}
#search_btn:hover{
	background: #fff;
	color: #921D22;
	border: solid 1px #921D22;
}

.my_search {
	padding-left: 10px;
}

p.cacl {
	text-align: right;
	font-size: 1.1em;
}

#return_btn {
	width: 80%;
	height: 50px;
	font-size:16px;
	cursor: pointer;
	box-sizing: border-box;
	text-align: center;

	background: #E5F4FC;
}

#return_btn:hover{
	background: #fff;
	color: #333;
	border: solid 1px #eee;
}

.search_icon {
	margin: 0 10px 0 0;
}


/*-----------------

作品詳細

------------------*/

div.compositions_txt_area {
	margin: 0 0 2%;
}

.compositions_txt_in_02 {
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	-webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
	border-bottom: solid 2px #921D22;
	padding: 0 0 10px;
	box-sizing: border-box;
	margin: 0 0 10px;
}

div.compositions_txt_in_02 h3 {
	font-size: 1.2em;
	font-weight: bold;
	width: 80%;
}

div.compositions_txt_in_02 h3 span {
	font-size: 0.9em;
	font-weight: normal;
	display: block;
	margin: 0 0 0 20px;
}

div.compositions_txt_in_02 .compositions_year {
	font-size: 1.1em;
}

div.compositions_txt_in_02 .compositions_year span {
	font-size: 0.8em;
}

div.compositions_txt_in_02 h3 span,div.compositions_txt_in_02 .compositions_year span {
	display: block;
	font-family: "Yu Mincho";
}

div.compositions_detail_area h4.compositions_ttl01 {
	font-size: 1.2em;
	border-left: solid 10px #921D22;
	padding: 0 0 0 20px;
	box-sizing: border-box;
	margin: 0 0 1%;
}
p.compositions_txt {
	font-size: 0.9em;
	margin: 0 0 3%;
}
p.compositions_txt_last {
	font-size: 0.9em;
}

dl.compositions_list {
	overflow: hidden;
	margin: 0 0 10px;
	font-size: 0.9em;
}

dl.compositions_list dt {
	float: left;
	width: 10%;
	border: solid 1px #921D22;
	text-align: center;
	font-family: "Yu Mincho";
	color: #000;
	margin: 0 50px 0 0;
}

dl.compositions_list dd {
	float: left;
	border-bottom: solid 1px #999;
	display: inline-block;
}

dl.compositions_cd {
	overflow: hidden;
	margin: 0 0 20px;
	font-size: 0.9em;
}
dl.compositions_cd dt {
	font-size: 1.0em;
	background: #921D22;
	color: #fff;
	width: 10%;
	text-align: center;
	float: left;
}

dl.compositions_cd dd {
	float: right;
	width: 85%;
}

div.compositions_detail_area h4.compositions_ttl02 {
	font-size: 0.9em;
	box-sizing: border-box;
	margin: 0;
	background: #E5F4FC;
	width: 10%;
	padding: 3px 0;
	text-align: center;
	font-family: "Yu Mincho";
	color: #000;
}

div.composition_box {
	border: solid 1px #999;
	padding: 20px;
	box-sizing: border-box;
}

p.compositions_noteimg {
	width: 200px;
	margin: 0 0 2%;
}

p.compositions_noteimg img {
	max-width: 100%;
}




.whatsnew, .history {
    width: 1200px
}
.activities.top {
    width: 760px
}
.activities .activities_detail {
    width: 760px;
    border: 1px solid #ccc;
    padding: 20px;
    margin: auto
}
.activities .activities_detail ul {
    text-align: left;
    margin-bottom: 10px;
    padding-bottom: 6px;
    border-bottom: 1px solid #333
}
.activities .activities_detail ul .activities_type, .activities .activities_detail ul .activities_date, .activities .activities_detail ul .activities_title {
    display: inline-block;
    border-bottom: none;
    padding: 0;
    margin-bottom: 0
}
.activities .activities_detail ul .activities_date {
    display: inline-block;
    font-size: 0.9em;
    margin: 0 20px 0 -20px
}
.activities .activities_detail ul .activities_title {
    display: inline-block;
    font-size: 1.3em;
    line-height: 1.4;
    font-weight: bold
}
.activities .activities_detail p {
    text-align: left
}
.news .news_detail {
    width: 760px;
    border: 1px solid #ccc;
    padding: 20px;
    margin: auto
}
.news .news_detail ul {
    text-align: left;
    margin-bottom: 10px;
    padding-bottom: 6px;
    border-bottom: 1px solid #333
}
.news .news_detail ul .news_type, .news .news_detail ul .news_date, .news .news_detail ul .news_title {
    display: inline-block;
    border-bottom: none;
    padding: 0;
    margin-bottom: 0
}
.news .news_detail ul .news_date {
    display: inline-block;
    font-size: 0.9em;
    margin: 0 20px 0 -20px
}
.news .news_detail ul .news_title {
    display: inline-block;
    font-size: 1.3em;
    line-height: 1.4;
    font-weight: bold
}
.news .news_detail p {
    text-align: left
}

.activities ul li, .top_news ul li, .bulletine ul li, .history ul li, .news ul li {
    text-align: left;
    border-bottom: 1px solid #bcbcbc;
    padding: 0 0 10px 50px;
    margin-bottom: 10px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
.activities ul li p, .top_news ul li p, .bulletine ul li p, .history ul li p, .news ul li p {
    display: inline-block;
	width: 70%
}
.activities ul li span {
    margin-right: 40px;
    display: inline-block;
	vertical-align: top;
}
.compositions_video_area {
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
	align-items: flex-start;
}
.compositions_detail_area p.video {
	width:45%;
	margin: 0 0 10px 0;
}

.compositions_detail_area p.video:nth-child(odd) {
	margin: 0 10px 10px 0;
}

.compositions_detail_area .video iframe{
	width: 100%;
}

/*----------------

スペクタクル

----------------*/
.spectacle_box {
	border: solid 1px #999;
	padding: 20px 50px;
	box-sizing: border-box;
	margin: 0 0 20px;
	position: relative;
}

.spectacle_box p.spectacle_img{
	float: left;
	position: relative;
	width: 20%;
}
.spectacle_box p.spectacle_img img {
	width: 130px;
	height: auto;
}

/*-----------------

動画／音源

------------------*/

div.movie_area {
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	flex-wrap: wrap;
	justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
}

.movie_area:after {
	content:"";
    display:block;
    width: 30%;
    height:0;
	margin: 0 1% 5%;
}

.movie_area:before{
    content:"";
    display:block;
    width: 30%;
    height:0;
	margin: 0 1% 5%;
    order:1;
}

div.youtube_area {
	width: 30%;
	margin: 0 1% 5%;
	border: solid 1px #999;
	padding: 10px;
	box-sizing: border-box;
}

p.youtube_video {
	margin: 0 auto 20px;
	text-align: center;
}

.youtube_video iframe {
	width: 100%;
}

ul.youtube_label{
	margin: 0 0 10px;
}

ul.youtube_label li {
	padding: 5px 20px;
	box-sizing: border-box;
	background: #EFCDCA;
	text-align: center;
	font-size: 0.8em;
	float: left;
	margin: 0 2% 2% 0;
}

li.label_pink {background: #EFCDCA;}
li.label_yellow {background: #F7D071;}
ul.youtube_label li.label_lightblue {background: #CEEBFF;}

section h3.youtube_ttl {
	position: relative;
	line-height: 1.4;
	padding:0.25em 1em;
	display: inline-block;
	top:0;
	background: none;
	font-size: 1.0em;
	margin: 0 0 5px;
	color: #921D22;
	font-weight: bold;
}

section h3.youtube_ttl:before,section h3.youtube_ttl:after  {
	position: absolute;
	top: 0;
	content:'';
	width: 8px;
	height: 90%;
	display: inline-block;
}

section h3.youtube_ttl:before {
	border-left: solid 1px #921D22;
	border-top: solid 1px #921D22;
	border-bottom: solid 1px #921D22;
	left: 0;
	background-color: #fff;
	margin: 0;
}

section h3.youtube_ttl:after {
  content: '';
  border-top: solid 1px #921D22;
  border-right: solid 1px #921D22;
  border-bottom: solid 1px #921D22;
  right: 0;
}

p.youtube_url {
	margin: 0 0 10px;
}

p.youtube_txt {
	font-size: 16px;
}

.accordion_2 li{
	display: block;
	padding: 10px 12px;
	position: relative;
	border:solid 1px #E5F4FC;
	margin-bottom:5px;
}

.see_all_movie {
	width: 20%;
	position: absolute;
	bottom: 81px;
	right: 0;
}

.cell.is-empty {
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}


/*----------------

ディスコグラフィー

----------------*/

div.discography_box {
	border: solid 1px #999;
	padding: 20px 50px;
	box-sizing: border-box;
	margin: 0 0 20px;
	position: relative;
	overflow: hidden;
}

p.discography_img {
	float: left;
	margin: 0 30px 0 0;
}

p.discography_img img {
	max-width: 200px;
}

div.discography_info {
	float: left;
	width: 78%;
}

ul.discography_label li {
	padding: 5px 20px;
	box-sizing: border-box;
	text-align: center;
	font-size: 0.9em;
	margin: 0 0 2% 0;
	width: 10%;
}

h3.discography_ttl {
	font-weight: bold;
	font-size: 1.1em;
	margin: 0 0 10px;
}

.discography_txt,.discography_txt02 {
	margin: 0 0 20px;
}

p.discography_link {
	width: 200px;
	text-align: center;
}

p.discography_link a {
	color: #fff;
	display: block;
	background: #232F3E url("../img/page/discography/arrow.png") no-repeat;
	background-position: 90% 50%;
	border: solid 1px #FDBD69;
	padding: 10px 0;
	box-sizing: border-box;
	border-radius: 10px;
}

p.discography_link a:hover {
	background-position: 95% 50%;
}


/*-----------------

演奏記録(Archive)

------------------*/

.archives_area01 {
	display: flex;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

.archives_area01 dd {
	margin: 0 0 0 15px;
}

.archives_text01 {
	font-size: 1.3em;
	font-weight: bold;
	border-bottom: solid 1px #333;
	padding-bottom: 6px;
	margin-bottom: 10px;
	line-height: 1.5;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

/*-----------------

FAQ

------------------*/
.qa_list {
	border-top: solid 1px #921D22;
}

.category {
	border-bottom: solid 1px #921D22;
}

.qa_list .category .cat_name {
    font-size: 20px;
    margin: 0;
    padding: 30px 10px 30px 30px;
    cursor: pointer;
	position: relative;
}

.cat_name:before {
	position: absolute;
	content: '';
	width: 6px;
	height: 6px;
	border-top: solid 2px #921D22;
	border-right: solid 2px #921D22;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	top: 50%;
	left: 0;
	margin-top: -3px;
}

.qa_list .category.open .cat_name:before {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.qa_list .question:before {
	content: "Q";
    font-size: 16px;
    font-weight: 300;
    color: #ffffff;
    text-align: center;
    background: #f7d071;
    line-height: 30px;
    display: block;
    width: 30px;
    height: 30px;
    float: left;
}

.qa_list .question span {
	padding: 0 0 30px 20px;
	box-sizing: border-box;
}

.qa_list .answer {
	margin: 20px 0 50px;
}

.qa_list .answer:before {
	content: "A";
    font-size: 16px;
    font-weight: 300;
    color: #ffffff;
    text-align: center;
    background: #EFCDCA;
    line-height: 30px;
    display: block;
    float: left;
    width: 30px;
    height: 30px;
    margin-right: 20px;
}

.qa_list .answer p {
	margin: 0 0 0 50px;
}

.qa_list .category .qa {
	display: none;
}





.top_news ul li time, .top_news ul li span {
    margin-right: 40px;
    display: inline-block;
	vertical-align: top;
}
.bulletine ul li span, .history ul li span, .news ul li span {
    margin-right: 30px;
    display: inline-block
}




@media screen and (max-width: 960px) {
.whatsnew, .activities.top, .top_news, .history {
    width: 96%
}
.activities_detail, .news_detail {
    width: 86% !important
}
}
.concert>ul {
    width: 1200px;
    background: none;
    background-size: cover;
    padding: 20px;
	box-sizing: border-box;
    margin: auto;
    margin-top: -20px
}
.concert ul li {
    display: table;
    margin: 0 auto 30px auto;
    background-color: #fff;
    padding: 20px;
    position: relative
}
.concert ul li div {
    display: table-cell;
    text-align: left;
    width: 1200px;
    vertical-align: top;
    padding-left: 20px
}
.concert .notice {
    display: inline-block !important;
    font-size: 0.7rem;
    margin-top: 20px !important
}
.concert ul li div .date span {
    margin-left: 20px
}
.concert ul li>img {
    width: 145px;
    height: auto;
    display: table-cell
}
.concert.detail>div {
    background: url(/img/concert_bg.png) repeat-y;
    background-size: cover;
    width: 760px;
    margin: auto;
    padding: 20px 0 20px 0;
	position: relative;
}
.concert.detail>div dl {
    background-color: #fff;
    overflow: hidden;
    margin: auto;
    width: 680px;
    padding: 20px
}
.concert.detail>div dt.title {
    font-size: 1.2rem;
    margin-bottom: 10px;
    text-align: left
}
.concert.detail>div dd {
    text-align: left;
    margin-left: 20px
}
.concert.detail>div dd .ticket_contact a {
    text-decoration: underline;
    color: #8f373a
}
.concert.detail>div .others {
    background-color: #fff;
    overflow: hidden;
    width: 680px;
    margin: 20px auto 0;
    padding: 20px;
    text-align: left
}
.concert.detail ul li {
    display: block;
    margin: 0;
    padding: 0;
    position: relative
}

.activities ul li p, .top_news ul li p, .bulletine ul li p, .history ul li p, .news ul li p {
	width: 60%;
}


@media screen and (max-width: 1200px) {
.drawer--right.drawer-open .drawer-nav, .drawer--right .drawer-hamburger, .drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
	right: 0 !important;
}
	
img {
    width: 100%
}
.pc {
    display: none
}
.sp {
    display: block
}
header.sp {
	font-family: "Yu Mincho";
}
header.sp p {
	text-align: center;
	font-weight: bold;
	font-size: 1.0em;
}
header.sp>p {
    font-size: 0.7rem;
    text-align: center;
}
	
header.sp div.hd_bg_sp {
	overflow: hidden;
	background: url("../img/common/hd_bg.jpg") no-repeat;
	background-position: center;
	padding: 0 0 0 10px;
	box-sizing: border-box;
	position: relative;
}
	
header.sp div.hd_bg_sp h1 {
	float: left;
}
	
header.sp div.hd_bg_sp p {
	float: left;
	width: 85%;
	padding-top: 25px;
	font-size: 1.2rem;
	font-weight: bold;
	text-align: center;
}
	
div.hd_headline {
	margin: 0 auto;
	position: relative;
	padding: 5px;
	top: 0;
	width: 96%;
	background: #FBE8E5;
	box-sizing: border-box;
}
	
div.hd_headline p{
	font-size: 0.9em;
	font-family: "Yu Mincho";
	text-align: center;
}

button.drawer-hamburger {
    display: inline
}
header, section, footer>div {
    width: 96%;
}
button.drawer-hamburger {
    display: inline
}
header {
    height: 90px
}
header h1 {
    position: static;
    width: 60px;
    height: auto;
    margin: 10px auto
}
header h1 img {
    width: 100%
}
header nav>ul li {
    display: block;
    margin: 10px 0 10px 15px;
    border-bottom: 1px solid #000;
    font-size: 1.0rem;
    color: #666;
    line-height: 1.3;
	font-family: "Yu Mincho";
}
header nav>ul li a {
    display: block
}
header nav>ul li>span {
    font-size: 0.8rem;
    margin-left: 10px;
    display: block;
    color: #000;
	font-family: "Alex Brush";
}
header nav .spsub li {
    font-size: 0.7rem !important;
    margin-left: 16%;
    padding-left: 5%;
    border-bottom: 1px solid #ddd
}
header nav .drawer-menu .drawer_logo {
    width: 40px;
    height: auto;
    background: none;
    margin: 10px auto 0;
    border-bottom: none
}
header nav>ul li a {
	display: inline-block;
	cursor: pointer;
	margin: 0 0 0 15px;
	border-bottom: none;
}
header nav>ul li.drawer_noborder{
	border-bottom: none;
}
header nav>ul li ul.drawer_menu_child li {
	border-bottom: none;
	font-size: 14px;
}
.drawer_menu_child {display: none;}
.drawer-menu {
	height: 100vh;
    overflow-y: scroll;
}
.drawer_menu_area li a.active:after{
	font-family: "Font Awesome 5 Free";
	content: '\f106';
	font-size: 16px;
	font-weight: bold;
}
.drawer_menu_area li a.active .drawer_arrow_close {display: none;}

	
	
.title {
    width: 100%
}
	
.top_about {
	width: 95%;
}
.top_about_in {
	width: 51%;
}
	
.top_about_btn {
	width: 67%;
	float: left;
}
.top_about_btn p.btn01.about_btn01 {
	float: left;
	margin: 0 5% 0 0;
	width: 15vw;
}
.top_about_btn p.btn01.about_btn02 {
	float: right;
	margin: 0;
	width: 15vw;
}	
	
	
.activities ul li span {
	margin-right: 2%;
	font-size: 0.8em;
}
.activities ul li p, .top_news ul li p, .bulletine ul li p, .history ul li p, .news ul li p {
	font-size: 0.8em;
}
	
.top_news ul li time, .top_news ul li span {
	margin-right: 2%;
	font-size: 0.8em;
}



	
.inner02{
	width: 96%;
}
	
section.top_news {
	width: 80%;
	margin: 0 auto 10%;
}
	
div.discography_info {
	float: left;
	width: 65%;
}
	
ul.discography_label li {
	padding: 5px 20px;
	box-sizing: border-box;
	text-align: center;
	font-size: 0.9em;
	margin: 0 0 2% 0;
	width: 18%;
}	
}


@media screen and (max-width: 800px) {
.concert ul {
    width: 100%
}
.concert ul li div {
    width: 100%
}
.concert ul li>img {
    display: block;
    margin: 10px auto 20px auto
}
.concert.detail>div {
    width: 100%
}
.concert.detail>div dl, .concert.detail>div p.others {
    width: 84%;
    padding: 5%
}
.concert.detail>div dl dt, .concert.detail>div p.others dt {
    width: 30%
}
.concert.detail>div dl dt img, .concert.detail>div p.others dt img {
    width: 100%
}
.concert.detail>div dl dd, .concert.detail>div p.others dd {
    width: 60%
}
	
	
/*-------COMMON-------*/
.inner {
	width: 96%;
	margin: 0 auto;
}

.btn01 {
	width: 80%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 0.9em;
}


.btn02 {
	width: 80%;
	background: #921D22;
	text-align: center;
	border-radius: 10px;
	border: solid 1px #921D22;
}
.btn02 a {
	color: #fff;
	padding: 10px 0;
	box-sizing: border-box;
	display: block;
	opacity: 1;
	
}

.fl {
	float: left;
	margin:0 30px 0 0;
}
	
section h3 {
    font-size: 1.0em;
	margin-bottom: 5%;
	padding: 0 5%;
	box-sizing: border-box;
	margin: 0 auto 10%;
}
	
div.hd_headline p{
	font-size: 0.7em;
	font-family: "Yu Mincho";
	text-align: left;
}

	
/*-------main_img--------*/
div.main_img {
	padding: 5% 0;
	box-sizing: border-box;
	margin: 5% 0;
}

div.main_img h2.page_img {
	font-size: 1.0rem;
	font-family: "Yu Mincho";
	color: #fff;
	background: rgba(0,0,0,0.60);
	padding: 1%;
	box-sizing: border-box;
	display: inline-block;
}
	
	
div.main_img h2.page_img span {
	display: block;
	font-size: 0.8em;
}
	




/*------information-------*/

.table_information th {
	width: auto;
    border-right: none;
    margin: 5% 0;
    display: inline-block;
}
.table_information td {
	width: 70%;
	padding: 0;
}


/*------ごあいさつ-------*/	

.top_message {
	text-align: left;
	font-size: 0.9em;
	margin: 0 auto 5%;
	font-family: "Yu Mincho";
	width: 96%;
}
	
.top_message br {
	display: none;
}


/*-----大澤壽人とは-------*/

.top_about {
	background: #EFCDCA;
	padding: 5% 0;
	box-sizing: border-box;
	margin: 0 auto 8%;
	width: 96%;
}
.top_about_img {
	float: none;
	padding: 0 0 0 0;
	box-sizing: border-box;
	width: 50%;
	margin: 0 auto;
}
.top_about_in {
	float: none;
	width: 96% !important;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif" !important;
	font-size: 0.9em;
	margin: 5% auto 0;
}
.top_about_txt {
	text-align: left;
	margin: 0 0 3%;
}
.top_about_btn p.btn01 {
	float: none;
	margin: 0 auto 5%;
	width: 80%;
}
	
/*-----スペクタクル------*/

section.top_spectacle h3 {
	padding: 0 5%;
	box-sizing: border-box;
}
ul.spectacle_list li {
	margin: 0 0 5%;
}
div.spectacle_bgpink {
	background: #EFCDCA;
	padding: 5%;
	box-sizing: border-box;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif" !important;
	position: relative;
}

.top_spectacle p.spectacle_img{
	float: none;
	background: #EFCDCA;
	padding: 0 0 0 0;
	box-sizing: border-box;
	position: relative;
	top:auto;
	left:auto;
	width: 100%;
}
.top_spectacle p.spectacle_img img {
	width: 100%;
	height: auto;
}

div.spectacle_bg {
	background: #fff;
	text-align: left;
	padding: 5%;
	box-sizing: border-box;
	float: none;
	width: 100%;
}
div.spectacle_bg h4.title {
	font-size: 0.9em;
	font-weight: bold;
	margin: 0 0 10px;
}

div.spectacle_bg p.open {
	margin: 0 0 10px;
	font-size: 0.9em;	
}
div.spectacle_bg p.place {
	font-size: 0.9em;
	margin: 0 0 5%;
}

div.spectacle_bg .btn02 {
	float: none;
	font-size: 0.9em;
	width: 80%;
	margin: 0 auto;
}



/*------演奏記録------*/

div.activities_box {
	border: solid 1px #BCBCBC;
	padding: 5%;
	box-sizing: border-box;
	margin: 0 auto 30px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";	
}

div.activities_box h4.past{
	border-bottom: solid 2px #C8000B;
	padding: 0 0 10px;
	box-sizing: border-box;
	margin: 0 0 20px;
	font-size: 0.9em;
	font-weight: bold;
}
	
.activities ul li, .top_news ul li, .bulletine ul li, .history ul li, .news ul li {
	padding: 0;
}
	
.activities ul li p, .top_news ul li p, .bulletine ul li p, .history ul li p, .news ul li p {
	width: 100%;
}


/*-------おしらせ・たより-------*/

section.top_news {
	width: 96%;
	margin: 0 auto 10%;
	padding: 0 4%;
	box-sizing: border-box;
}

section.top_news h3 {
	padding: 0 5%;
	box-sizing: border-box;
	margin: 0 0 10%;
}
	
/*-------footer-------*/
footer .ftlogo {
    display: block;
    background: none;
    width: 20%;
    height: auto;
    left: auto;
}
footer h3 {
	float: none;
}
footer .copyright {
    font-size: 0.7rem;
	text-align: left;
}
	
	
	


.inner02 {
	width: 96%;
	margin: 0 auto;
}
.content {
	margin: 0 auto 8%;
}

/*------作品一覧-------*/

div.compositions_area .choose {
	margin: 0 0 5%;
	border-bottom: solid 1px #ddd;
	padding: 0 0 5%;
	box-sizing: border-box;
}
div.btn_area {
	text-align: left;
	margin: 0 auto 8%;
}
div.btn_area.btn_last {
	margin: 0;
}
div.btn_area .btn01 {
	display: block;
	margin: 0 0 3% 0;
	float: left;
	width: 100%;
}


div.btn_area .btn01 a {
	background-image: none;
}
div.btn_area .btn01 a:hover {
	background: #fff;
	border-radius: 10px;
	border: solid 1px #921D22;
	color: #921D22;
}

div.compositions_area .choose.search {
	margin: 0;
	border-bottom: none;
}

div.result_area {
	margin: 0 auto 8%;
}

div.result_area_box {
	border: solid 1px #ddd;
	padding: 5%;
	box-sizing: border-box;
	margin: 0 auto 3%;
}

ul.result_label li {
	padding: 5px 20px;
	box-sizing: border-box;
	background: #EFCDCA;
	text-align: center;
	font-size: 0.8em;
	float: left;
	margin: 0 2% 2% 0;
}

div.result_area_box h3 {
	float: none;
	font-weight: bold;
	margin: 0 auto 5%;
	font-size: 0.9em;
}
div.result_area_box p.btn02 {
	float: none;
	width: 80%;
	margin: 0 auto;
	position: relative;
	
}
	
.accordion li{
	display: block;
	padding: 10px 12px;
	position: relative;
	margin-bottom:5px;
}
	
	
#search_box {	
	outline:0;	
	height:50px;
	padding:0 10px; 
	width: 100%;
	background:#efefef;
	font-size: 0.9em;
	box-sizing: border-box;
	margin: 0 0 3%;
}

#search_btn{
	width: 100%;
	height: 50px;
	background: #921D22;
	color: #fff;
	font-size:16px;
	border: solid 1px #921D22;
	cursor: pointer;
	box-sizing: border-box;
}

#return_btn {
	width: 100%;
	height: 50px;
	background: #E5F4FC;
	font-size:0.9em;
	cursor: pointer;
	box-sizing: border-box;
	text-align: center;
	float: none;
}
	
.btn_area.btn_last.search_area {
	float: none;
	width: 100%;
	text-align: left;
}
.see_all {
	float: none;
	width: 100%;
	position: relative;
	bottom: 0;
	right: 0;
}
	
div.result_box_in {
	float: none;
	width: 100%;
}
	
div.result_box_in02 {
	float: none;
	overflow: hidden;
	width: 100%;
	height: auto;
}
	
div.result_box_in02 p.result_img {
	width: 80%;
	float: none;
	margin: 0 auto 5%;
}



	
/*-------作品詳細-------*/	
	
div.compositions_txt_area {
	margin: 0 0 8%;
}

div.compositions_detail_area h4.compositions_ttl01 {
	font-size: 1.2em;
	border-left: solid 10px #921D22;
	padding: 0 0 0 20px;
	box-sizing: border-box;
	margin: 0 0 5%;
}
	
dl.compositions_list dt {
	float: none;
	width: 30%;
	border: solid 1px #921D22;
	text-align: center;
	margin: 0;
}

dl.compositions_list dd {
	border-bottom: solid 1px #999;
	display: inline-block;
	margin: 0 0 0 30px;
}
	
dl.compositions_cd {
	overflow: hidden;
	margin: 0 0 5%;
}
dl.compositions_cd dt {
	font-size: 1.0em;
	background: #921D22;
	color: #fff;
	width: 30%;
	text-align: center;
	float: left;
}

dl.compositions_cd dd {
	float: right;
	width: 60%;
}


.compositions_txt_in_02 {
	display: -webkit-block;
    display: -moz-block;
    display: -ms-block;
    display: -o-block;
    display: block;
	-webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
	border-bottom: solid 2px #921D22;
	padding: 0 0 10px;
	box-sizing: border-box;
	margin: 0 0 10px;
}

div.compositions_txt_in_02 h3 {
	font-size: 1.0em;
	font-weight: bold;
	width: 100%;
}

div.compositions_txt_in_02 .compositions_year {
	font-size: 0.9em;
	text-align: right;
}

div.compositions_txt_in_02 h3 span,div.compositions_txt_in_02 .compositions_year span {
	display: block;
	font-family: "Yu Mincho";
}

div.compositions_detail_area h4.compositions_ttl02 {
	font-size: 0.9em;
	box-sizing: border-box;
	margin: 0;
	background: #E5F4FC;
	width: 30%;
	padding: 3px 0;
	text-align: center;
}
	
p.compositions_noteimg {
	width: 100%;
	margin: 0 auto;
}

/*--スペクタクル--*/
div.spectacle_box {
	border: solid 1px #999;
	padding: 20px;
	box-sizing: border-box;
	overflow: hidden;
	margin: 0 0 20px;
}
.spectacle_box p.spectacle_img{
	float: none;
	padding: 0 0 0 0;
	box-sizing: border-box;
	position: relative;
	top:auto;
	left:auto;
	width: 100%;
}
.spectacle_box p.spectacle_img img {
	width: 100%;
	height: auto;
}
	
/*--音源--*/
div.movie_area {
    display: block;
	flex-wrap: wrap;
	justify-content: center;
}
div.youtube_area {
	text-align: left;
	width: 100%;
	margin: 0 0 5%;
}

section h3.youtube_ttl {
	position: relative;
	line-height: 1.4;
	padding:0.25em 1em;
	display: inline-block;
	top:0;
	background: none;
	font-size: 0.9em;
	margin: 0 0 5px;
	color: #921D22;
	font-weight: bold;
}

p.youtube_txt {
	font-size: 0.9em;
}
	

.see_all_movie {
	float: none;
	width: 100%;
	position: relative;
	bottom: 0;
	right: 0;
}
.youtube_video{
  position:relative;
  width:100%;
  padding-top:56.25%;
}
.youtube_video iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}

/*--Discography--*/
div.discography_box {
	border: solid 1px #999;
	padding: 20px;
	box-sizing: border-box;
	overflow: hidden;
	margin: 0 0 20px;
}

p.discography_img {
	float: none;
	margin: 0 0 10px 0;
	text-align: center;
}

p.discography_img img {
	max-width: 100%;
}

div.discography_info {
	float: none;
	width: 100%;
}
	
.discography_info p {
	font-size: 0.9em;
}

ul.discography_label li {
	padding: 5px 20px;
	box-sizing: border-box;
	text-align: center;
	font-size: 0.9em;
	margin: 0 0 2% 0;
	width: 35%;
}

p.discography_link {
	width: 100%;
	text-align: center;
}
	
/*-- 生涯・足跡 --*/

div.history_area {
	overflow: hidden;
	margin: 0 0 3%;
}
	
div.history_area02 {
	margin: 0 0 20px;
}

p.history_txt {
	text-align: left;
	font-size: 1.0em;
	width: 100%;
	font-family: "Yu Mincho"
}

p.history_english {
	float: none;
	width: 80%;
	text-align: center;
	font-size: 0.8em;
	margin: 0 auto 3%;
}

p.history_name {
	border: solid 1px #921D22;
	width: 100%;
	margin: 0 auto 1%;
	text-align: left;
	padding: 3% 0 3% 8%;
	box-sizing: border-box;
	font-size: 0.8em;
	font-weight: bold;
	background-position: 1% 20%,99% 20%;
}

p.history_name02 {
	margin: 3% 0;
	font-size: 0.8em;
	font-weight: bold;
}
	
p.history_era {
	font-size: 0.7em;
}

ul.histori_list {
	margin: 0 0 1%;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

ul.histori_list li {
	width: 25%;
	border: solid 1px #921D22;
	padding: 10px 0;
	box-sizing: border-box;
	background: 
		url("../img/page/history/icon01.png"),
		url("../img/page/history/icon02.png");
	background-repeat: no-repeat;
	background-position: 3% 5%,97% 5%;
	margin: 0 1% 1% 0;
}
	
ul.histori_list li:last-child {
	margin: 0 0 1%
}

div.history_area03 {
	margin: 0 0 5%;
}

h3.history_ttl01 {
	font-size: 1.0em;
	font-weight: bold;
	background: url("../img/page/history/ttl_icon.png") no-repeat;
	padding: 0 0 0 30px;
	box-sizing: border-box;
}

h4.history_ttl02 {
	color: #921D22;
	font-weight: bold;
	display: flex;
	align-items: center;
	margin: 4% 0 3%;
	font-size: 1.0em;
}

.history_img_area {
	float: none;
	margin: 0 auto 3%;
	width: 80%;
	text-align: center;
}

.history_img_area02 {
	float: none;
	margin: 0 auto 3%;
	width: 80%;
	text-align: center;
}

.history_img_area03 {
	float: none;
	margin: 0 auto 3%;
	width: 80%;
	text-align: center;
}

p.history_img {width: 100%}

div.history_txtarea {
	float: none;
	width: 100%;
}

div.history_txtarea02 {
	float: none;
	width: 100%;
}

div.history_txtarea03 {
	float: none;
	width: 100%;
}

p.history_txt02 {
	margin: 0 0 4%;
	font-size: 0.9em;
}
	
	
/*-- FAQ --*/
.qa_list .category .cat_name {
    font-size: 16px;
    margin: 0;
    padding: 10px 10px 10px 30px;
    cursor: pointer;
	position: relative;
}
	
.qa_list .question span {
	padding: 0 0 30px 0;
    box-sizing: border-box;
	font-size: 14px;
}
	
.qa_list .question:before {
    content: "Q";
    font-size: 16px;
    font-weight: 300;
    color: #ffffff;
    text-align: center;
    background: #f7d071;
    line-height: 30px;
    display: block;
    width: 30px;
    height: 30px;
    float: left;
    margin: 0 20px 0 0;
}
	
.qa_list .answer {
    margin: 20px 0;
}
	
.qa_list .answer p {
    margin: 0 0 0 50px;
	font-size: 14px;
}
}


@media screen and (max-width: 640px) {
.concert ul {
    width: 90%
}
.concert ul li {
    display: block
}
.concert ul li div {
    display: inline-block;
    text-align: center;
    padding-left: 0
}
.concert.detail dl dt, .concert.detail dl dd {
    clear: both;
    display: block;
    width: 100% !important
}
}




.modal {
    display: none
}
.modalBody {
    position: fixed;
    z-index: 1000;
    background: #000;
    width: 690px;
    left: 50%;
    top: 50%;
    height: 400px
}
.modalBK {
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: 0.9;
    filter: alpha(opacity=90);
    -moz-opacity: 0.90
}
.cp_card {
    display: block;
    position: relative;
    background: #ffffff;
    overflow: visible;
    margin: 2em auto;
    padding: 0.5em;
    box-shadow: 0 0 5px rgba(0,0,0,0.3)
}





.bulletine {
    width: 300px
}
.bulletine ul li {
    padding-left: 10px
}
.bulletine ul li i {
    margin-right: 10px
}

@media screen and (max-width: 640px) {
.bulletine, .news {
    width: 96%
}
}
.greeting div .greeting_sign {
    display: block;
    text-align: right
}
.greeting div .greeting_sign img {
    width: 200px;
    height: auto
}
.greeting div dl {
    display: inline-block;
    width: 30%;
    margin-right: 5%;
    vertical-align: top
}
.greeting div dl.sp {
    display: none
}
.greeting div dl.pc {
    display: inline-block
}
.greeting div dl dt {
    text-align: left
}
.greeting div dl dt img {
    width: 100%
}
.greeting div dl dd {
    display: block;
    text-align: left
}
.greeting div dl dd>span {
    display: block;
    border-bottom: 1px solid #000;
    margin: 10px 0
}
.greeting div dl dd p {
    font-size: 0.8em;
    margin-bottom: 10px
}
.greeting div dl dd p>span {
    font-size: 1.3em;
    display: block
}
.greeting div dl dd img {
    width: 80%;
    height: auto
}
.greeting div>p {
    display: inline-block;
    width: 60%;
    text-align: left
}

@media screen and (max-width: 640px) {
dl.pc {
    display: none !important
}
dl.sp {
    display: block !important
}
.greeting div dl {
    width: 100%;
    margin-top: 20px
}
.greeting div dl dt {
    margin: 0;
    text-align: center
}
.greeting div dl dt img {
    width: 60%
}
.greeting div>p {
    width: 100%
}
}
.musicclass .classtype p {
    text-align: left
}
.musicclass .classtype ul {
    text-align: left
}
.musicclass .classtype ul a {
    margin: 0 5px 10px 0;
    display: inline-block
}
.musicclass .classtype ul a li {
    background-color: #492829;
    border-radius: 6px;
    padding: 2px 6px;
    color: #fff;
    white-space: nowrap
}
.musicclass .area {
    padding: 20px;
    background-color: #fbede4;
    margin-top: 5px
}
.musicclass .area dl dt {
    border-bottom: 1px solid #492829;
    margin: 0 0 10px 0
}
.musicclass .area dl dt p {
    text-align: left;
    font-weight: bold
}
.musicclass .area dl dd ul {
    text-align: left
}
.musicclass .area dl dd a {
    display: inline-block;
    margin: 0 10px 5px 0
}
.musicclass .area dl dd a li {
    background-color: #f4bdbd;
    border-radius: 20px;
    padding: 2px 10px;
    display: block;
    font-size: 0.9em
}
.musicclass .area dl:first-child dt {
    margin-top: 0
}
.musicclass .btnlinkarea {
    width: 100%;
    margin-bottom: 20px
}
.musiclessons .classdata {
    background: #efefef;
    text-align: left;
    padding: 5px
}
.musiclessons .classdata h4 {
    text-align: left;
    border-bottom: 1px solid #492829
}
.musiclessons .classdata h4 span::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    margin-left: 10px;
    display: inline-block
}
.musiclessons .classdata>ul>li {
    margin-bottom: 30px
}
.musiclessons .classdata>ul>li dl {
    margin: 20px;
    padding: 20px;
    background: #fff
}
.musiclessons .classdata>ul>li dl dt {
    display: inline-block;
    margin-right: 10px;
    vertical-align: top;
    height: auto
}
.musiclessons .classdata>ul>li dl dt img {
    max-width: 280px;
    height: auto
}
.musiclessons .classdata>ul>li dl dd {
    width: 680px;
    display: inline-block;
    text-align: left
}
.musiclessons .classdata>ul>li dl dd .name {
    font-size: 1.4em
}
.musiclessons .classdata>ul>li dl dd .address, .musiclessons .classdata>ul>li dl dd .comment, .musiclessons .classdata>ul>li dl dd .contact, .musiclessons .classdata>ul>li dl dd .kanren {
    margin-bottom: 20px
}
.musiclessons .classdata>ul>li dl dd .address span, .musiclessons .classdata>ul>li dl dd .comment span, .musiclessons .classdata>ul>li dl dd .contact span, .musiclessons .classdata>ul>li dl dd .kanren span {
    background: #ebebeb;
    padding: 5px
}
.musiclessons .classdata>ul>li dl dd .contact>span {
    background: #ebebeb;
    padding: 5px;
    margin-right: 10px
}
.musiclessons .classdata>ul>li dl dd .contact .tel a {
    text-decoration: underline
}
.musiclessons .classdata>ul>li dl dd .contact .tel>span {
    font-size: 0.8em;
    margin-left: 10px
}
.musiclessons .classdata>ul>li dl dd .contact .tel:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f095";
    margin-right: 5px;
    display: inline-block
}
.musiclessons .classdata>ul>li dl dd .contact .mailaddress a {
    text-decoration: underline
}
.musiclessons .classdata>ul>li dl dd .contact .mailaddress:before {
    font-family: "Font Awesome 5 Free";
    font-weight: normal;
    content: "\f0e0";
    margin-right: 5px;
    display: inline-block
}
.history dt {
    font-size: 1.6em;
    border-bottom: 1px solid #ccc;
    margin: 30px 0
}
.history dd p {
    text-align: left;
    text-indent: 2em;
    margin: 1.5em 0
}
.history dd .concert {
    width: 300px !important;
    border-radius: 0
}
.history .blockquoat {
    margin: 1em 10%;
    font-style: italic;
    background-color: #efefef;
    padding: 10px;
    text-indent: 0
}
.history ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-around
}
.history ul li {
    display: inline-block
}
.history ul li img {
    width: 140px;
    height: auto;
    border-radius: 90px
}
.history ul li span {
    display: block
}

@media screen and (max-width: 748px) {
.musiclessons .classdata>ul>li dl dt, .musiclessons .classdata>ul>li dl dd {
    width: 100%
}
}
.history .60th_concert dd ul li img {
    width: 100%
}
.contact h4 {
    margin-bottom: 30px
}
.contact .name ul li {
    display: inline-block
}
.btnlinkarea {
    text-align: right;
    width: 760px;
    margin: auto
}
.btn_detail, .btn_link {
    display: inline-block;
    padding: 5px 5px 5px 10px;
    font-family: "YuMincho"
}
.btn_detail {
    min-width: 55px
}
.btn_detail>p {
    display: inline-block;
    vertical-align: middle
}
.btn_link>p {
    display: inline-block;
    vertical-align: middle
}
.btn_detail:after, .btn_link:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    margin-left: 10px;
    display: inline-block
}
.btn_detail {
    background-color: #f7d071;
    font-family: "YuMincho"
}
.btn_link {
    background-color: #b37e33;
    color: #fff;
    font-family: 'YuMincho';
    margin: 0 0 -20px auto
}

@media screen and (max-width: 640px) {
.btn_detail {
    display: block;
    margin-top: 10px
}
.btnlinkarea {
    width: 100%
}
}

.wp-pagenavi {
	text-align: center;
}
.wp-pagenavi .pages {
    display: block;
    margin-bottom: 10px;
	text-align: center;
}
.wp-pagenavi .page, .wp-pagenavi .current, .wp-pagenavi .nextpostslink {
    background-color: #492829;
    border-radius: 30px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    display: inline-block;
    margin-right: 10px;
	text-align: center;
}
.wp-pagenavi .previouspostslink {
    background-color: #492829;
    border-radius: 30px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    display: inline-block;
    margin-right: 10px
}
.wp-pagenavi .previouspostslink:before {
    color: #fff;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f104"
}
.wp-pagenavi .nextpostslink:before {
    color: #fff;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105"
}
.wp-pagenavi .current {
    background-color: #f7d071;
    color: #492829
}

@media screen and (max-width: 640px) {
.wp-pagenavi .pages {
    display: block;
    margin-bottom: 10px
}
.wp-pagenavi .nextpostslink, .wp-pagenavi .prevpostslink {
    display: inline-block
}
.wp-pagenavi .current {
    background-color: #f7d071;
    color: #492829
}
}




.icn_concert,.icn_kansai, .icn_kantou, .icn_info, .icn_picture, .icn_score {
    display: inline-block
}
.icn_concert:after, .icn_kansai:after, .icn_kantou:after, .icn_info:after, .icn_picture:after, .icn_score:after {
    display: inline-block;
    color: #000;
    padding: 2px 0;
    font-size: 0.8rem;
    width: 90px;
    text-align: center;
	border-radius: 5px;
}
.icn_kantou:after {
    color: #619603;
    border-color: #619603;
    content: "関東地区"
}
.icn_kansai:after {
    color: #b47d33;
    border-color: #b47d33;
    content: "関西地区"
}
.icn_concert:after {
    color: #fff;
    background: #C8000B;
    content: "Concert"
}
.icn_info:after {
    color: #fff;
    background: #663300;
    content: "Information"
}
.icn_picture:after {
    color: #fff;
    background: #C7BD00;
    content: "Picture"
}
.icn_score:after {
    color: #fff;
    background: #9FC7C5;
    content: "Score"
}




@media screen and (max-width: 800px) {
.compositions_detail_area p.video {
	width: 100%;
	margin: 0 auto 2%;
	position: relative;
    padding-top: 56.25%;
}
.compositions_detail_area p.video iframe {
	position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
	
.compositions_detail_area p.video:nth-child(odd) {
	margin: 0 0 10px;
}
	
	
header {height: auto;}
header.sp div.hd_bg_sp {
	overflow: hidden;
	background: url("../img/common/hd_bg.jpg") no-repeat;
	background-position: center;
	padding: 0 0 0 1%;
	box-sizing: border-box;
}
	
header.sp div.hd_bg_sp h1 {
	float: left;
}
	
header.sp div.hd_bg_sp h1 img {
	width: 80%;
}

header.sp div.hd_bg_sp p {
	float: left;
	width: 85%;
	padding-top:4%;
	font-size: 1.2rem;
	font-weight: bold;
	text-align: center;
}

.top_about_btn {
	float: none;
	width: 100%;
}

.top_about_btn p.btn01.about_btn01 {
	float: none;
	width: 100%;
	margin: 0 0 5%;
}
	
.top_about_btn p.btn01.about_btn02 {
	float: none;
	width: 100%;
}
	
section.top_news,section {
	width: 96%;
	margin: 0 auto 10%;
}
	
section.information {
	width: 96%;
	margin: 0 auto 6%;
}

}


@media screen and (max-width: 550px) {
header.sp div.hd_bg_sp p {
	float: left;
    width: 65%;
    padding-top: 7%;
    font-size: 1.0rem;
    font-weight: bold;
    text-align: center;
}
}



@media screen and (max-width: 1080px) {
.inner,.inner02{
	width: 96%;
}
}
