@charset "UTF-8";
/* CSS Document */

h1 {
	font-size: 140%;
}
h1.page-title {
	padding-top: 80px;
	margin:0 0 30px 20px;
	color: #be9124;
}

p {
	font-size: 86%;
	line-height: 1.8;
	margin: 10px 0;
	text-align: justify;
}
li {
	list-style: none;
}

.no-sp {
	display:inherit;
}
.no-pc {
	display:none;
}

table {
border-collapse: collapse;
border-spacing: 0;
margin:20px auto 30px;
width:100%;
text-align: left;
}

#main {
	overflow:hidden;
	width: 1100px;
	margin: 0 auto 10px;
}

.full div {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100vh;
  margin: 0;
}



/*ヘッダー*/
header {
background-color:#fff;
padding:10px;
overflow:hidden;
position:fixed;
width:100%;
z-index:9999;
border-bottom: 1px solid #be9124;
}
header .inner {
	padding:0 10px;
}
header h1 {
color:#be9124;
float:left;
margin:6px 10px;
font-size:140%;
}
header h1 a {
	color:#be9124;
	text-decoration:none;
}
nav {
float:right;
margin-right:20px;
}
nav ul li {
	float:left;
font-size:90%;
}
nav ul li a {
	display:block;
	padding:10px 20px;
color:#be9124;;
text-decoration:none;
}
nav ul li a:hover {
text-decoration:none;
color:#be9124;;
}

/*HOME*/
.home-nav-pc {
	margin: 5px 20px;
}
#home header {
	background-color:transparent;
	border-bottom: none;
}
.home-main {
	position: relative;
}
.logo {
	position: absolute;
	top: 300px;
	left: 50px;
	z-index: 9999;
	width: 320px;
}

/*フッター*/
.pagetop {
	line-height:1;
	position: fixed;
	right:20px;
	bottom:40px;
}
.pagetop a {
	color: #BF9E51;
	border: 1px solid #C1AC63;
	text-decoration: none;
	padding: 10px;
}
.pagetop a:hover {
	text-decoration: none;
	color: #ccc;
	border: 1px solid #ccc;
}

.copyright {
	font-size:83%;
	text-align: center;
}

/* bio */

.english {
	font-size: 70%;
	font-weight: normal;
}
#english {
	margin: 50px 0;
}
#english p {
	text-align: left;
}

.bio-box {
	display: flex;
}
.bio-left {
	flex-basis: 260px;
}
.bio-right {
	padding: 0 0 0 20px;
	flex-basis: 760px;
}

.youtube{
	position: relative;
	overflow: hidden;
	margin: auto;
	width: 100%;
	aspect-ratio: 16/9;
}
.youtube iframe{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100% !important;
  height: 100% !important;
}


/* schedule */

.concert {
	background-color: #f5f1e7;
	padding: 20px;
	margin: 20px;
}
.concert p.date {
	font-size: 90%;
	margin: 0 0 5px 0;
}
.concert h2 {
	font-size: 110%;
}
.concert p.place {
	margin:5px 0 0 0;
	
}
.concert a {
	color: #09056A;
}
p.archive {
	margin: 20px;
}

/* contact */

#contact h2 {
	font-size: 110%;
}
.form {
	background-color: #f5f1e7;
	padding: 20px;
	margin: 30px 0 0;
}
.hissu, .hissu-en {
	color: #991316;
	font-size: 80%;
}
.form th {
	font-weight: normal;
	font-size: 86%;
	padding: 10px;
}
.question_submit {
	font-size: 86%;
	margin: 20px auto;
	text-align: center;
}
.question_submit input {
	padding: 8px;
	background-color: #be9124;
	border: none;
	color: #fff;
}
input[type="submit"] {
  appearance: none;
  -webkit-appearance: none;
 }

@media screen and (min-width:481px) {
	
.full div.img01 {
  background-image: url("../img/slide-pc/01.jpg");
  background-position: top center;
}
.full div.img02 {
  background-image: url("../img/slide-pc/02.jpg");
}
.full div.img03 {
  background-image: url("../img/slide-pc/03.jpg");
  background-position: top center;
}

}

@media screen and (max-width:480px) {

.no-sp {
	display: none;
}
.no-pc {
	display:inherit;
}

header {
	overflow:visible;
}
header h1 {
	margin:3px 5px;
	font-size: 120%;
}
	
#main {
	overflow:hidden;
	width: 100%;
	padding:20px 30px 10px;
}	
h1.page-title {
		margin:0 0 10px 17px;
}
	
.full div.img04 {
  background-image: url("../img/slide-sp/01.jpg");
}
.full div.img05 {
  background-image: url("../img/slide-sp/02.jpg");
}
.full div.img06 {
  background-image: url("../img/slide-sp/03.jpg");
}
.full div.img07 {
  background-image: url("../img/slide-sp/04.jpg");
}
.full div.img08 {
  background-image: url("../img/slide-sp/05.jpg");
}

/* home */
.logo {
	position: absolute;
	top: 20px;
	left: 10px;
	z-index: 9999;
	width: 240px;
}
	
/* bio */
	
.bio {
		padding:0 20px 0 10px;
	}
.bio h2 {
		font-size: 110%;
	}
.bio-sp-photo {
	margin:30px 0 30px -30px;
}
.bio-box {
		display: inherit;
	}
	.bio-right {
		padding: 0;
	}

/* schedule */	

.concert {
	padding: 15px 20px;
	margin: 20px 0 ;
}
.concert h2 {
	font-size: 100%;
}
	
/* contact */

.form {
	padding: 20px;
	margin: 30px 0 0;
}
.hissu, .hissu-en {
	color: #991316;
	font-size: 80%;
}
.form th {
	font-weight: normal;
	font-size: 86%;
	padding: 10px 0 0 0;
	display: block;
}
.form td {
	display: block;	
}
.form textarea  {
	width: 270px;
}
.question_submit {
	font-size: 90%;
	margin: 20px auto;
	text-align: center;
}
	
/*メニュー*/
nav {
float:none;
margin-right:20px;
}
nav ul li {
	float:none;
font-size:90%;
border-bottom:1px solid #be9124;;
}
nav ul li a {
	display:block;
	padding:20px;
}
nav ul li a:hover {
text-decoration:none;
}
nav ul li:last-child {
	border:none;
	border-bottom:1px solid #be9124;;
}
/*ドロワーメニューのClose時*/
	.drawer {
	color: #be9124;
	position:fixed;
	top:0;
	right:-50px;
	width: 270px;
	height: 100%;
	z-index:10000;
	background: #efefef;
	-webkit-transform: translateX(270px);
	transform: translateX(270px);
	-webkit-transition:ease .5s;
	transition:ease .5s;
	padding: 70px 15px 20px 20px;
	}

	/*ドロワーメニューをスライドさせる*/
	.drawer.action {
	-webkit-transform:translateX(0);
	transform:translateX(0);
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	}
	.drawer.close {
	display:none;	
	}

/* 開閉用ボタン */
	.side-menu-btn {
	  position: fixed;
	  top: 8px;
	  right: 10px;
	  width: 45px;
	  height: 48px;
	  padding: 7px;
	  cursor: pointer;
	  z-index: 10200;
	}
	.trigger {
	    position: relative;
	    display: block;
	    cursor: pointer;
	    width: 40px;
	    height: 40px;
	}

	.trigger .point {
	    position: absolute;
	    left: 0;
	    right: 0;
	    display: block;
	    width: 20px;
	    height: 2px;
	    margin: auto;
	    background: #be9124;
	    -webkit-transition-property: all;
	    transition-property: all;
	    -webkit-transition-duration: .3s;
	    transition-duration: .3s;
	}

	.point.top {
	    top: 2px;
		left: -10px;
	}
	.point.mid {
	    top: -18px;
	    bottom: 0;
		left: -10px;
	}
	.point.bot {
	    bottom: 20px;
		left: -10px;
	}
	.trigger.active span:nth-of-type(1) {
		-webkit-transform: translateY(8px) rotate(-315deg);
		transform: translateY(8px) rotate(-315deg);
	}
	.trigger.active span:nth-of-type(2) {
		opacity: 0;
	}
	.trigger.active span:nth-of-type(3) {
		-webkit-transform: translateY(-8px) rotate(315deg);
		transform: translateY(-8px) rotate(315deg);
	}

	.trigger-inner::after {
		position: absolute;
		left: 0;
		bottom: 5px;
		display: block;
		width: 100%;
		color: #be9124;
		font-size: 10px;
		text-decoration: none;
		transition: all .4s;
	}
	.active .trigger-inner::after {
		bottom: 5px;
		left: -1px;
	}	
/*フッター*/
.pagetop {
	bottom:20px;
}

}