@charset "utf-8";

/*html*/

html {
	overflow: scroll;
}

body {
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	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 30px;
	margin: 0px;
	text-align: justify;
	line-height: 180%;
}

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

/*layout*/

header {
	width: 100%;
	min-width: 1000px;
	height: 90px;
	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: 1000px;
	height: 90px;
	margin: 0px auto;
	position: relative;
}

article {
	width: 100%;
	min-width: 1000px;
	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: 1000px;
	height: 220px;
	background-color: #280000;
	margin: 0px;
}

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

#top_visual_company {
	width: 100%;
	min-width: 1000px;
	height: 220px;
	background-color: #280000;
	margin: 0px;
	background-image: url(../images/company_pagevisual.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#top_visual_concert {
	width: 100%;
	min-width: 1000px;
	height: 220px;
	background-color: #280000;
	margin: 0px;
	background-image: url(../images/concert_pagevisual.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#top_visual_artist {
	width: 100%;
	min-width: 1000px;
	height: 220px;
	background-color: #280000;
	margin: 0px;
	background-image: url(../images/artist_pagevisual.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#top_visual_event {
	width: 100%;
	min-width: 1000px;
	height: 220px;
	background-color: #280000;
	margin: 0px;
	background-image: url(../images/event_pagevisual.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#top_visual_bridal {
	width: 100%;
	min-width: 1000px;
	height: 220px;
	background-color: #280000;
	margin: 0px;
	background-image: url(../images/bridal_pagevisual.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#top_visual_sevenstars {
	width: 100%;
	min-width: 1000px;
	height: 220px;
	background-color: #280000;
	margin: 0px;
	background-image: url(../images/sevenstars_pagevisual.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#containeer_wrap {
	width: 1000px;
	padding: 0px;
	margin: 0px auto;
}

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

footer {
	width: 100%;
	min-width: 1000px;
	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: 1000px;
	margin: 0px auto;
	background-image: url(../images/footer_logo.png);
	background-repeat: no-repeat;
	background-position: 400px 20px;
	padding-top: 80px;
	padding-bottom: 30px;
}

/*components*/

	/*#header*/

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

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

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

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

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

#header_wrap .aside {
	width: 450px;
	margin: 0px;
	left: 545px;
	font-size: 0.75em;
	font-weight: bold;
	position: absolute;
	top: 15px;
	text-align: right;
	color: #BC8718;
}

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

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

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

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

	/*#footer*/

#footer_wrap .aside {
	width: 1000px;
	margin: 0px 0px 30px;
	font-size: 0.75em;
	font-weight: bold;
	text-align: center;
	color: #BC8718;
}

#copyright {
	font-size: 0.75em;
	text-align: center;
	color: #BC8718;
}

	/*パンくずリスト*/

#hrc_menu {
	width: 990px;
	margin: 0px auto;
	color: #BC8718;
	font-size: 12px;
	text-align: right;
	padding: 20px 10px 0px 0px;
}

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

#hrc_menu a:visited {
	color: #BC8718;
}

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

#hrc_menu .focus {
	color: #D6C1BB;
	font-weight: bold;
}

	/*#page_title*/

#page_title {
	width: 990px;
	height: 60px;
	margin-bottom: 30px;
	background-image: url(../images/title_frame0_bg.png);
	padding-left: 10px;
	font-size: 18px;
	line-height: 60px;
	background-repeat: no-repeat;
	letter-spacing: 0.2em;
}

#page_title img {
	display: block;
	float: left;
	margin-right: 15px;
	border: none;
}

.eng_title {
	display: none;
}

	/*基本ボックス*/

.sect_box_c {
	width: 1000px;
	margin-bottom: 40px;
}

.sect_box_c .inner:after {
	content: url(../images/border_top.png);
	margin: 0px;
	position: absolute;
	left: 0px;
	top: -50px;
}

.sect_box_c .foot:after {
	content: url(../images/border_bottom.png);
	margin: 0px;
	position: absolute;
	right: 0px;
	top: -40px;
}

.sect_box_c .head {
	width: 950px;
	height: 30px;
	color: #BC8718;
	line-height: 30px;
	overflow: hidden;
	background-image: url(../images/feat1000_bg_top.png);
	padding-top: 20px;
	padding-left: 50px;
	position: relative;
}

.sect_box_c .inner {
	width: 1000px;
	background-image: url(../images/feat1000_bg_inner.png);
	position: relative;
}

.sect_box_c .foot {
	width: 1000px;
	height: 50px;
	background-image: url(../images/feat1000_bg_bottom.png);
	position: relative;
}

.sect_box_c .body {
	width: 840px;
	margin: 0px auto;
	padding: 28px 48px 8px;
	background-image: -webkit-linear-gradient(270deg,rgba(44,21,6,1.00) 0%,rgba(44,21,6,1.00) 50%,rgba(75,41,24,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(44,21,6,1.00) 0%,rgba(44,21,6,1.00) 50%,rgba(75,41,24,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(44,21,6,1.00) 0%,rgba(44,21,6,1.00) 50%,rgba(75,41,24,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(44,21,6,1.00) 0%,rgba(44,21,6,1.00) 50%,rgba(75,41,24,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: 14px;
}

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

	/*基本ボックス860*/

.sect_box_86 {
	width: 860px;
	margin-bottom: 40px;
	float: right;
}

.sect_box_86 .inner:after {
	content: url(../images/border_top_860.png);
	margin: 0px;
	position: absolute;
	left: 0px;
	top: -50px;
}

.sect_box_86 .foot:after {
	content: url(../images/border_bottom_860.png);
	margin: 0px;
	position: absolute;
	right: 0px;
	top: -40px;
}

.sect_box_86 .head {
	width: 810px;
	height: 30px;
	color: #BC8718;
	line-height: 30px;
	overflow: hidden;
	background-image: url(../images/feat860_bg_top.png);
	padding-top: 20px;
	padding-left: 50px;
	position: relative;
}

.sect_box_86 .inner {
	width: 860px;
	background-image: url(../images/feat860_bg_inner.png);
	position: relative;
}

.sect_box_86 .foot {
	width: 860px;
	height: 50px;
	background-image: url(../images/feat860_bg_bottom.png);
	position: relative;
}

.sect_box_86 .body {
	width: 720px;
	margin: 0px auto;
	padding: 28px 28px 8px;
	background-image: -webkit-linear-gradient(270deg,rgba(44,21,6,1.00) 0%,rgba(44,21,6,1.00) 50%,rgba(75,41,24,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(44,21,6,1.00) 0%,rgba(44,21,6,1.00) 50%,rgba(75,41,24,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(44,21,6,1.00) 0%,rgba(44,21,6,1.00) 50%,rgba(75,41,24,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(44,21,6,1.00) 0%,rgba(44,21,6,1.00) 50%,rgba(75,41,24,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: 14px;
}

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

#sidebar {
	width: 120px;
	float: left;
	border-top: 1px dotted #BC8718;
}

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

#sidebar li {
	font-size: 16px;
	line-height: 40px;
	border-bottom: 1px dotted #BC8718;
	background-image: url(../images/lm_bg.png);
	background-repeat: no-repeat;
}

#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: 840px;
	padding: 28px 48px 28px;
	background-image: -webkit-linear-gradient(270deg,rgba(44,21,6,1.00) 0%,rgba(44,21,6,1.00) 50%,rgba(75,41,24,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(44,21,6,1.00) 0%,rgba(44,21,6,1.00) 50%,rgba(75,41,24,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(44,21,6,1.00) 0%,rgba(44,21,6,1.00) 50%,rgba(75,41,24,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(44,21,6,1.00) 0%,rgba(44,21,6,1.00) 50%,rgba(75,41,24,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.8em;
	color: #BC8718;
	line-height: 150%;
	margin: 0px auto;
}

#renew_box table {
	width: 100%;
}

#renew_box td {
	padding: 5px;
	vertical-align: top;
	font-size: 14px;
	border-bottom: 1px dotted #BC8718;
}

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

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

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

	/*各種ボックス*/
/*基本ボックス内共通ボックス*/
.box_wrap {
	width: 840px;
	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: 720px;
	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 {
	float: left;
	margin: 0px;
	display: block;
	width: 240px;
}

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

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

.r_image_wp {
	float: right;
	margin: 0px 0px 15px 20px;
	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 {
	float: right;
	width: 580px;
	color: #BC8718;
}

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

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

.l_box_86 img {
}


.r_box_86 {
	float: right;
	width: 460px;
	color: #BC8718;
}

.r_box_86 img {
}

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

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

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

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

/*キャプション付イメージ*/
.image_box_withcap {
	display: inline-block;
	line-height: 120%;
}

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

.caption_r img {
	display: inline;
	border: none;
	width: 100px;
	height: 21px;
}

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

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

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

.partition_emp {
	width: 690px;
	height: 39px;
	clear: both;
	margin: 0px auto;
}

.divide {
	width: 1000px;
	height: 50px;
	margin: 0px auto;
}

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

.title_g {
	width: 575px;
	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: 455px;
	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: 575px;
	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: 575px;
	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: block;
	margin: 0px auto 30px;
}

.copy_visual_sp {
	display: none;
}

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

.center_text {
	font-size: 18px;
	text-align: center;
	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: 550px;
	color: #BC8718;
	line-height: 30px;
	padding-left: 30px;
	float: left;
	clear: both;
}

.marker_box {
	width: 250px;
	float: right;
	line-height: 200%;
	clear: right;
}

.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: 600px;
}

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

.pianist_box {
	width: 560px;
	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;
	float: left;
	margin: 0px 15px 0px 0px;
}

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

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

/*global navi*/

#global_nav_pc {
	width: 100%;
	min-width: 1000px;
	height: 60px;
	padding: 0px;
	margin: 0px;
	background-image: url(../images/nav_pc_bg.jpg);
	border-top: 3px solid #BC8718;
}

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

#global_nav_pc ul {
	width: 1000px;
	height: 60px;
	margin: 0px auto;
	padding: 0px;
	list-style-type: none;
	position: relative;
}

#global_nav_pc li {
	float: left;
}

#global_nav_pc .return_top {
	width: 180px;
	height: 40px;
	position: absolute;
	left: 15px;
	top: -45px;
	z-index: 100;
}

#global_nav_sp {
	display: none;
}

/*フォーム*/

form {
	width: 600px;
	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: 150px;
	float: left;
	margin: 0px 20px 10px 0px;
	text-align: center;
}

.cp_r_box {
	width: 630px;
	float: right;
}

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

/*fonts*/

.sml_letter {
	font-size: 80%;
	letter-spacing: 0em;
}
