@charset "utf-8";

/*html*/

html {
	overflow: scroll;
}

body {
	margin: 0px;
	padding: 0px;
	font-size: 120%;
	color: #BC8718;
	font-family: "ヒラギノ明朝 Pro W6","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝","MS PMincho",serif;
	background-image: -webkit-linear-gradient(0deg,rgba(56,8,4,1.00) 0%,rgba(135,38,32,1.00) 100%);
	background-image: -moz-linear-gradient(0deg,rgba(56,8,4,1.00) 0%,rgba(135,38,32,1.00) 100%);
	background-image: -o-linear-gradient(0deg,rgba(56,8,4,1.00) 0%,rgba(135,38,32,1.00) 100%);
	background-image: linear-gradient(90deg,rgba(56,8,4,1.00) 0%,rgba(135,38,32,1.00) 100%);
}

h1 {
	margin: 0px;
	font-size: 18px;
	letter-spacing: 0.2em;
}

h2 {
	margin: 0px;
	font-size: 18px;
	letter-spacing: 0.2em;
}

h3 {
	margin: 0px;
	font-size: 16px;
	letter-spacing: 0.2em;
}

p {
	padding: 0px 0px 0px 10px;
	margin: 0px;
	text-align: justify;
	line-height: 180%;
}

/*pタグ（直下に更にpタグが連なる場合）*/
.upblock {
	padding-bottom: 20px;
}

/*layout*/

header {
	width: 100%;
	min-width: 480px;
	height: 110px;
	border-bottom: 3px solid #BC8718;
	background-image: -webkit-linear-gradient(270deg,rgba(34,19,14,1.00) 0%,rgba(35,8,1,1.00) 50%,rgba(33,2,10,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(34,19,14,1.00) 0%,rgba(35,8,1,1.00) 50%,rgba(33,2,10,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(34,19,14,1.00) 0%,rgba(35,8,1,1.00) 50%,rgba(33,2,10,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(34,19,14,1.00) 0%,rgba(35,8,1,1.00) 50%,rgba(33,2,10,1.00) 100%);
}

#header_wrap {
	width: 480px;
	height: 110px;
	margin: 0px auto;
	position: relative;
}

article {
	width: 100%;
	min-width: 480px;
	background-image: -webkit-linear-gradient(270deg,rgba(90,21,17,1.00) 0%,rgba(36,5,3,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(90,21,17,1.00) 0%,rgba(36,5,3,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(90,21,17,1.00) 0%,rgba(36,5,3,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(90,21,17,1.00) 0%,rgba(36,5,3,1.00) 100%);
	margin: 0px;
	padding: 0px;
}

#top_visual {
	width: 100%;
	min-width: 480px;
	height: 220px;
	background-color: #280000;
	margin: 0px;
}

#top_visual img {
	display: block;
	margin: 0px auto;
}

#top_visual_company {
	width: 480px;
	height: 106px;
	background-color: #280000;
	margin: 0px auto;
	background-image: url(../images/company_pagevisual_sp.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#top_visual_concert {
	width: 480px;
	height: 106px;
	background-color: #280000;
	margin: 0px auto;
	background-image: url(../images/concert_pagevisual_sp.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#top_visual_artist {
	width: 480px;
	height: 106px;
	background-color: #280000;
	margin: 0px auto;
	background-image: url(../images/artist_pagevisual_sp.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#top_visual_event {
	width: 480px;
	height: 106px;
	background-color: #280000;
	margin: 0px auto;
	background-image: url(../images/event_pagevisual_sp.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#top_visual_bridal {
	width: 480px;
	height: 106px;
	background-color: #280000;
	margin: 0px auto;
	background-image: url(../images/bridal_pagevisual_sp.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#top_visual_sevenstars {
	width: 480px;
	height: 106px;
	background-color: #280000;
	margin: 0px auto;
	background-image: url(../images/sevenstars_pagevisual_sp.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#containeer_wrap {
	width: 480px;
	padding: 20px 0px 40px;
	margin: 0px auto;
}

#containeer_wrap:after {
	content: "";
	display: block;
	clear: both;
}

footer {
	width: 100%;
	min-width: 480px;
	border-top: 3px solid #BC8718;
	background-image: -webkit-linear-gradient(0deg,rgba(56,8,4,1.00) 0%,rgba(135,38,32,1.00) 100%);
	background-image: -moz-linear-gradient(0deg,rgba(56,8,4,1.00) 0%,rgba(135,38,32,1.00) 100%);
	background-image: -o-linear-gradient(0deg,rgba(56,8,4,1.00) 0%,rgba(135,38,32,1.00) 100%);
	background-image: linear-gradient(90deg,rgba(56,8,4,1.00) 0%,rgba(135,38,32,1.00) 100%);
	margin: 0px;
	padding: 0px;
}

#footer_wrap {
	width: 480px;
	margin: 0px auto;
	padding-top: 10px;
	padding-bottom: 20px;
}

/*components*/

	/*#header*/

#header_wrap img {
	display: block;
	border: none;
}

#header_wrap #logo {
	width: 201px;
	height: 85px;
	position: absolute;
	left: 140px;
	top: 0px;
}

#header_wrap #logo img {
	width: 201px;
	height: 85px;
}

#header_wrap #tel_t {
	width: 192px;
	height: 20px;
	position: absolute;
	left: 278px;
	top: 85px;
}

#header_wrap #tel_f {
	width: 217px;
	height: 20px;
	position: absolute;
	left: 10px;
	top: 85px;
}

#header_wrap .aside {
	display: none;
}

.aside li {
	line-height: 22px;
}

.aside a:link {
	color: #B5821A;
	text-decoration: none;
}

.aside a:visited {
	color: #B5821A;
}

.aside a:hover {
	color: #DAAB27;
}

	/*#footer*/

#footer_wrap .aside {
	display: none;
}

#copyright {
	font-size: 0.9em;
	text-align: center;
	color: #B5821A;
}

	/*パンくずリスト*/

#hrc_menu {
	display: none;
}

	/*#page_title*/

#page_title {
	width: 450px;
	margin: 0px auto 20px;
	padding-left: 10px;
	font-size: 1.3em;
	color: #B5821A;
	border-bottom: 1px solid #B5821A;
}

#page_title img {
	display: none;
}

.eng_title {
	padding-left: 20px;
	font-size: 80%;
}

	/*基本ボックス*/

.sect_box_c {
	width: 480px;
	margin-bottom: 10px;
}

.sect_box_c .head {
	width: 460px;
	color: #B5821A;
	font-size: 1em;
	padding-left: 10px;
	margin-bottom: 10px;
}

.sect_box_c .inner {
	width: 440px;
	margin: 0px auto;
}

.sect_box_c .foot {
	width: 480px;
	margin: 0px;
}

.sect_box_c .body {
	width: 416px;
	margin: 0px auto;
	padding: 10px;
	background-image: -webkit-linear-gradient(270deg,rgba(46,3,13,1.00) 0%,rgba(79,33,20,1.00) 50%,rgba(76,20,3,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(46,3,13,1.00) 0%,rgba(79,33,20,1.00) 50%,rgba(76,20,3,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(46,3,13,1.00) 0%,rgba(79,33,20,1.00) 50%,rgba(76,20,3,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(46,3,13,1.00) 0%,rgba(79,33,20,1.00) 50%,rgba(76,20,3,1.00) 100%);
	border-top: 2px solid #5E1D1B;
	border-right: 2px solid #623123;
	border-bottom: 2px solid #672D29;
	border-left: 2px solid #64201D;
	font-size: 0.9em;
	line-height: 180%;
}

.sect_box_c .body:after {
	content: "";  
	display: block;
	clear: both;
}

	/*基本ボックス860*/

.sect_box_86 {
	width: 480px;
	margin-bottom: 10px;
}

.sect_box_86 .head {
	width: 460px;
	color: #B5821A;
	font-size: 1em;
	padding-left: 10px;
	margin-bottom: 10px;
}

.sect_box_86 .inner {
	width: 440px;
	margin: 0px auto;
}

.sect_box_86 .foot {
	width: 480px;
	margin: 0px;
}

.sect_box_86 .body {
	width: 416px;
	margin: 0px auto;
	padding: 10px;
	background-image: -webkit-linear-gradient(270deg,rgba(46,3,13,1.00) 0%,rgba(79,33,20,1.00) 50%,rgba(76,20,3,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(46,3,13,1.00) 0%,rgba(79,33,20,1.00) 50%,rgba(76,20,3,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(46,3,13,1.00) 0%,rgba(79,33,20,1.00) 50%,rgba(76,20,3,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(46,3,13,1.00) 0%,rgba(79,33,20,1.00) 50%,rgba(76,20,3,1.00) 100%);
	border-top: 2px solid #5E1D1B;
	border-right: 2px solid #623123;
	border-bottom: 2px solid #672D29;
	border-left: 2px solid #64201D;
	font-size: 0.9em;
	line-height: 180%;
}

.sect_box_86 .body:after {
	content: "";  
	display: block;
	clear: both;
}

#sidebar {
	width: 480px;
	margin: 0px auto 20px;
	height: 40px;
}

#sidebar ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#sidebar li {
	width: 120px;
	font-size: 20px;
	line-height: 40px;
	background-image: url(../images/lm_bg.png);
	background-repeat: no-repeat;
	float: left;
}

#sidebar a:link {
	color: #BC8718;
	padding-left: 10px;
	text-decoration: none;
	display: block;
}

#sidebar a:visited {
	color: #BC8718;
	padding-left: 10px;
	background-image: url(../images/lm_bg.png);
	background-repeat: no-repeat;
}

#sidebar a:hover {
	color: #DAAB27;
	padding-left: 10px;
	background-image: url(../images/lm_bg_hover.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#sidebar .active {
	color: #D6C1BB;
	padding-left: 10px;
	background-image: url(../images/lm_bg_active.png);
	background-repeat: no-repeat;
}

	/*基本ボックス#renew_box*/

#renew_box {
	width: 422px;
	padding: 7px;
	background-image: -webkit-linear-gradient(270deg,rgba(46,3,13,1.00) 0%,rgba(79,33,20,1.00) 50%,rgba(76,20,3,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(46,3,13,1.00) 0%,rgba(79,33,20,1.00) 50%,rgba(76,20,3,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(46,3,13,1.00) 0%,rgba(79,33,20,1.00) 50%,rgba(76,20,3,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(46,3,13,1.00) 0%,rgba(79,33,20,1.00) 50%,rgba(76,20,3,1.00) 100%);
	border-top: 2px solid #5E1D1B;
	border-right: 2px solid #623123;
	border-bottom: 2px solid #672D29;
	border-left: 2px solid #64201D;
	font-size: 1em;
	color: #B5821A;
	line-height: 165%;
	margin: 0px auto;
}

#renew_box table {
	width: 100%;
}

#renew_box td {
	padding: 5px;
	vertical-align: top;
	border-bottom: 1px dotted #B5821A;
}

#renew_box a:link {
	color: #B5821A;
	text-decoration: none;
}

#renew_box a:visited {
	color: #B5821A;
}

#renew_box a:hover {
	color: #DAAB27;
}

	/*各種ボックス*/
/*基本ボックス内共通ボックス*/
.box_wrap {
	width: 416px;
	padding-bottom: 20px;
}

.box_wrap:after {
	content: "";
	display: block;
	clear: both;
}

.box_wrap a:link {
	color: #BC8718;
	text-decoration: none;
}

.box_wrap a:visited {
	color: #BC8718;
}

.box_wrap a:hover {
	color: #DAAB27;
}

.box_wrap_86 {
	width: 416px;
	padding-bottom: 20px;
}

.box_wrap_86:after {
	content: "";
	display: block;
	clear: both;
}

.box_wrap_86 a:link {
	color: #BC8718;
	text-decoration: none;
}

.box_wrap_86 a:visited {
	color: #BC8718;
}

.box_wrap_86 a:hover {
	color: #DAAB27;
}

/*左右イメージ用*/
.l_image {
	margin: 0px 0px 5px;
	display: block;
	width: 240px;
}

.r_image {
	float: right;
	margin: 0px;
	display: block;
}

/*左右イメージ（pタグ回り込み用）*/
.l_image_wp {
	float: left;
	margin: 0px 0px 5px;
	display: block;
}

.r_image_wp {
	margin: 0px 0px 5px;
	display: block;
}

/*pタグ回り込み用（見出しクリア）*/
.left_clear {
	clear: left;
	padding: 0px;
}

.right_clear {
	clear: right;
	padding: 0px;
}

/*左右テキスト用*/
.l_box {
	float: left;
	width: 580px;
	color: #BC8718;
}

.l_box img {
}


.r_box {
	width: 416px;
	color: #BC8718;
}

.r_box img {
	display: inline-block;
	margin: 0px 14px 10px;
}

.l_box_86 {
	float: left;
	width: 460px;
	color: #BC8718;
}

.l_box_86 img {
}


.r_box_86 {
	width: 416px;
	color: #BC8718;
}

.r_box_86 img {
}

/*イメージ並べ（水平）*/
.hor_image_box {
	width: 416px;
	text-align: center;
}

.hor_image_box img {
	display: imline-block;
	margin: 0px 4px 10px;
}

/*イメージ並べ（垂直）*/
.ver_image_box {
	width: 240px;
	float: left;
	margin-right: 10px;
}

.ver_image_box img {
	display: block;
	margin: 0px 0px 20px;
}

/*キャプション付イメージ*/
.image_box_withcap {
	display: inline-block;
	padding-bottom: 20px;
}

/*右寄せボタン用*/
.caption_r {
	text-align: right;
	padding-bottom: 40px;
	clear: both;
}

.caption_r img {
	display: inline;
	border: none;
	width: 150px;
	height: 31px;
}

.caption_rci {
	text-align: right;
	clear: both;
}

.caption_rci img {
	display: inline;
	border: none;
	width: 150px;
	height: 32px;
}

/*区切り用*/
.partition {
	width: 416px;
	height: 39px;
	clear: both;
	background-image: url(../images/partition_sp.png);
	margin: 0px auto;
}

.partition_emp {
	width: 416px;
	height: 30px;
	clear: both;
	margin: 0px auto;
}

.divide {
	width: 440px;
	height: 40px;
	margin: 0px auto;
}

	/*ボーダー付見出し*/

.title_g {
	width: 411px;
	border-bottom: 1px solid #BC8718;
	padding: 0px 0px 2px 5px;
	margin: 0px 0px 10px 0px;
	font-size: 18px;
	color: #BC8718;
	line-height: 140%;
}

.title_g_86 {
	width: 411px;
	border-bottom: 1px solid #BC8718;
	padding: 0px 0px 2px 5px;
	margin: 0px 0px 10px 0px;
	font-size: 18px;
	color: #BC8718;
	line-height: 140%;
}

.title_g_l {
	width: 411px;
	border-bottom: 1px solid #BC8718;
	padding: 0px 0px 2px 5px;
	margin: 0px 0px 10px 0px;
	font-size: 18px;
	color: #BC8718;
	line-height: 140%;
	float: left;
}

.title_g_r {
	width: 411px;
	border-bottom: 1px solid #BC8718;
	padding: 0px 0px 2px 5px;
	margin: 0px 0px 10px 0px;
	font-size: 18px;
	color: #BC8718;
	line-height: 140%;
	float: right;
}

	/*ボーダー無見出し*/

.cp_title {
	color: #BC8718;
	border: none;
	margin: 0px 0px 5px;
	clear: both;
	padding-left: 20px;
}

.cp_title2 {
	color: #BC8718;
	border: none;
	margin: 0px 0px 10px;
	clear: both;
	padding-left: 10px;
	background-image: url(../images/cp_border2.png);
	background-repeat: no-repeat;
	line-height: 34px;
	padding-bottom: 6px;
	background-position: 0px 0px;
}

.cp_title3 {
	color: #BC8718;
	border: none;
	margin: 0px 0px 5px;
	clear: both;
	padding-left: 20px;
	background-image: url(../images/cp_border3.png);
	background-repeat: no-repeat;
	line-height: 34px;
	padding-bottom: 6px;
	background-position: 10px 0px;
}

	/*ページトップコピー用*/

.copy_visual_pc {
	display: none;
}

.copy_visual_sp {
	display: block;
	margin: 0px auto 20px;
}

.top_copy {
	font-size: 18px;
	text-align: justify;
	margin-bottom: 30px;
	clear: both;
	line-height: 150%;
}

.center_text {
	font-size: 18px;
	margin-bottom: 30px;
	clear: both;
	line-height: 150%;
}

	/*テーブル*/

.g_tbl {
	border-top: 1px solid #BC8718;
	border-left: 1px solid #BC8718;
	width: 100%;
	margin-bottom: 5px;
}

.g_tbl td {
	border-right: 1px solid #BC8718;
	border-bottom: 1px solid #BC8718;
	padding: 10px;
	text-align: center;
	color: #BC8718;
}

.g_tbl img {
	width: 100px;
	height: 21px;
	border: none;
}

	/*その他ボックス*/

.lp_box {
	width: 416px;
	color: #BC8718;
	line-height: 30px;
	clear: both;
}

.marker_box {
	width: 250px;
	line-height: 200%;
	padding-left: 166px;
}

.marker_box:after {
	content: "　";
}

.marker_box img {
	display: inline-block;
	margin: 5px 15px 5px 0px;
}

#move_box {
	text-align: center;
	color: #BC8718;
	font-size: 20px;
	line-height: 180%;
	height: 200px;
}

#move_box img {
	display: inline-block;
	margin: 40px 20px;
}

.pianist_box {
	width: 396px;
	margin: 20px 0px 0px 0px;
	padding: 10px;
	background-image: -webkit-linear-gradient(270deg,rgba(46,3,13,1.00) 0%,rgba(79,33,20,1.00) 50%,rgba(76,20,3,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(46,3,13,1.00) 0%,rgba(79,33,20,1.00) 50%,rgba(76,20,3,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(46,3,13,1.00) 0%,rgba(79,33,20,1.00) 50%,rgba(76,20,3,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(46,3,13,1.00) 0%,rgba(79,33,20,1.00) 50%,rgba(76,20,3,1.00) 100%);
}

.pianist_box:after {
	content: "";
	display: block;
	clear: both;
}

.pianist_box img {
	display: block;
	margin: 0px 10px 5px 0px;
	float: left;

}

.pianist_box .text {
	width: 280px;
	float: right;
	line-height: 165%;
	text-align: justify;
}

.pianist_box .name {
	font-size: 20px;
	margin-bottom: 10px;
}

/*global navi*/

#global_nav_pc {
	display: none;
}

#global_nav_sp {
	width: 100%;
	min-width: 480px;
	margin: 0px;
	border-top: 3px solid #B5821A;
}

#ret_home {
	width: 470px;
	margin: 0px auto;
	display: block;
	color: #B5821A;
	background-image: url(../images/g_menu_sp_bg.jpg);
	background-size: 100%;
	padding-left: 10px;
	font-size: 1.3em;
	line-height: 50px;
}

#ret_home a:link {
	display:block;
	margin: 0px;
	padding: 0px;
	color: #B5821A;
	text-decoration: none;
}

#ret_home a:visited {
	color: #B5821A;
}

label {
	width: 470px;
	margin: 0px auto;
	display: block;
	color: #B5821A;
	background-image: url(../images/g_menu_sp_bg.jpg);
	background-size: 100%;
	padding-left: 10px;
	font-size: 1.3em;
	line-height: 50px;
}

input[type="checkbox"].on-off{
	display: none;
}

input[type="checkbox"].on-off + div{
	height: 0px;
	overflow: hidden;
}

input[type="checkbox"].on-off:checked + div#category_menu1{
	height: 300px;
}

input[type="checkbox"].on-off:checked + div#category_menu2 {
	height: 300px;
}

input[type="checkbox"].on-off:checked + div#category_menu3 {
	height: 180px;
}

input[type="checkbox"].on-off:checked + div#category_menu4 {
	height: 480px;
}

input[type="checkbox"].on-off:checked + div#category_menu5 {
	height: 240px;
}

#category_menu1, #category_menu2, #category_menu3, #category_menu4, #category_menu5 {
	width: 480px;
	overflow: hidden;
	margin: 0px auto;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

#global_nav_sp ul {
	margin: 0px;
	padding: 0px 0px 0px 30px;
	color: #B5821A;
}

#global_nav_sp li {
	font-size: 1.1em;
	line-height: 60px;
	margin: 0px;
	padding: 0px;
}

#global_nav_sp li a:link {
	display:block;
	margin: 0px;
	padding: 0px;
	color: #B5821A;
	text-decoration: none;
}

#global_nav_sp li a:visited {
	color: #B5821A;
}

/*フォーム*/

form {
	width: 416px;
	margin: 0px auto;
	padding-bottom: 20px;
}

form .rect {
	padding-bottom: 5px;
	font-size: 16px;
}

form .ipt {
	margin-bottom: 30px;
	line-height: 165%;
	padding-left: 20px;
}

form .ipt_btn {
	line-height: 165%;
	text-align: center;
}

button {
	border: none;
	background-color: rgba(0,0,0,0);
}

button img {
	width: 150px;
	height: 28px;
	display: inline-block;
	margin: 0px 10px;
}

	/*company_style*/

.cp_photo_box {
	width: 416px;
	margin: 0px 0px 10px 0px;
	text-align: center;
}

.cp_r_box {
	width: 416px;
}

.cp_r_box:after {
	content: "";
	display: block;
	clear: both;
}

/*fonts*/

.sml_letter {
	font-size: 80%;
	letter-spacing: 0em;
}
.ctitle {
	margin-left: 20px;
	margin-bottom: 10px;
	border-bottom: 1px solid #684F23;
}
.datetime {
	margin-bottom: 5px;

