@charset "utf-8";

/*html*/

html {
	overflow: scroll;
}

body {
	margin: 0px;
	padding: 0px;
	font-size: 120%;
	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;
}

h2 {
	margin: 0px;
}

img {
	display: block;
	border: none;
}

/*layout*/

header {
	width: 100%;
	min-width: 480px;
	border-bottom: 2px solid #B5821A;
	background-image: -webkit-linear-gradient(270deg,rgba(54,29,16,1.00) 0%,rgba(60,44,35,1.00) 50%,rgba(20,17,17,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(54,29,16,1.00) 0%,rgba(60,44,35,1.00) 50%,rgba(20,17,17,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(54,29,16,1.00) 0%,rgba(60,44,35,1.00) 50%,rgba(20,17,17,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(54,29,16,1.00) 0%,rgba(60,44,35,1.00) 50%,rgba(20,17,17,1.00) 100%);
}

#header_wrap {
	width: 480px;
	height: 70px;
	margin: 0px auto;
	position: relative;
	background-image: url(../images/intro/header.jpg);
	background-repeat: no-repeat;
}

article {
	width: 100%;
	min-width: 480px;
	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%);
}

#containeer_wrap {
	width: 460px;
	padding: 10px 10px 30px;
	margin: 0px auto;
	background-repeat: no-repeat;
	height: auto;
}

.feature {
	width: 460px;
	margin-bottom: 10px;
	clear: both;
}

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

.feature_image {
	width: 120px;
	float: left;
}

.feature_title {
	width: 320px;
	float: right;
	color: #B5821A;
	padding-top: 5px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 3px;
	border-bottom: 1px solid #B5821A;
}

.feature_text {
	width: 320px;
	float: right;
	color: #B5821A;
	padding: 5px 0px 3px 0px;
	font-size: 90%;
}

footer {
	width: 100%;
	min-width: 480px;
	border-top: 3px solid #B5821A;
	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;
}

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

/*components*/

#main_text {
	width: 460px;
	padding: 10px 10px 30px;
	margin: 0px auto;
	height: auto;
	color: #B5821A;
}

#main_text .title {
	font-weight: bold;
	border-bottom-width: thin;
	border-bottom-style: solid;
	margin-top: 20px;
	margin-bottom: 5px;
}

#main_text p {
	margin: 0px 0px 10px;
	text-align: justify;
	line-height: 165%;
}

#main_text ul {
	margin: 0px;
	padding: 0px 0px 10px 20px;
}

#main_text a:link {
	color: #FFCC00;
}

#main_text a:visited {
	color: #FFCC00;
}

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

#header_wrap #logo {
	width: 280px;
	height: 70px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#header_wrap #logo img {
	width: 280px;
	height: 70px;
	display: block;
}

#visual {
	width: 480px;
	margin: 0px auto;
	border-top: 2px solid #B5821A;
}

#visual img {
	width: 480px;
	display: block;
}

#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_wrap .aside {
	display: none;
}

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

.title520 {
	width: 450px;
	height: 60px;
	background-image: url(../images/title_frame1_bg.png);
	padding-left: 10px;
	font-size: 1.3em;
	color: #B5821A;
	line-height: 60px;
	position: relative;
}

.title520 img {
	display: none;
}

.title520 .rss {
	width: 18px;
	height: 18px;
	position: absolute;
	left: 487px;
	top: 21px;
}

.title370 {
	width: 450px;
	height: 60px;
	background-image: url(../images/title_frame1_bg.png);
	padding-left: 10px;
	font-size: 1.3em;
	color: #B5821A;
	line-height: 60px;
}

.title370 img {
	display: none;
}

.eng_title {
	padding-left: 20px;
	font-size: 0.8em;

}

#renew_box {
	width: 444px;
	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: 1px solid #5E1D1B;
	border-right: 1px solid #623123;
	border-bottom: 1px solid #672D29;
	border-left: 1px solid #64201D;
	color: #B5821A;
	line-height: 165%;
	font-size: 1em;
}

#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;
}

#cd_box {
	width: 460px;
	color: #B5821A;
	line-height: 165%;
	font-size: 1em;
}

#cd_box table {
	width: 100%;
}

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

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

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

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

.concert_case {
	width: 460px;
	margin: 0px;
	text-align: center;
	font-size: 0.8em;
	color: #B5821A;
}

.concert_case img {
	display: block;
	border: none;
	margin: 0px auto 15px;
}

.link_case {
	width: 460px;
	margin-bottom: 10px;
	font-size: 1em;
	color: #B5821A;
}

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

.link_case img {
	display: block;
	border: none;
	margin: 0px 10px 10px 0px;
	float: left;
}

/*global navi*/

.global_nav {
	width: 100%;
	min-width: 480px;
	padding: 0px;
	margin: 0px;
}

.global_nav img {
	display: block;
	border: none;
}

.global_nav ul {
	width: 480px;
	margin: 0px auto;
	padding: 0px;
	list-style-type: none;
}

.global_nav li {
}

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;
}
.radio {
	width: 100px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


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;
	color: #B5821A;
}

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;
}

.sect_box_c {
	width: 480px;
	margin: 0px auto 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;
}
