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

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
	overflow-y:scroll;
	font-size: 62.5%;
}

body {
	color: black;
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	-webkit-text-size-adjust: none;
	word-wrap: break-word;
	word-break: break-all;
	letter-spacing: 0;
	line-height: 1.6;
	color: #464646;
}

ul {
	list-style: none;
}

a {
	-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
	text-decoration: none;
}

a:hover {
	opacity: .8;
}

a img:hover {
	opacity: .9;
}

img {
	vertical-align: bottom;
}

:focus {
	outline: 0;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.textCenter {
	text-align: center;
}

.fontBold {
	font-weight: bold;
}

.font11 {
	font-size: 11px;
	font-size: 1.1rem;
}

.font15 {
	font-size: 15px;
	font-size: 1.5rem;
}

.font16 {
	font-size: 16px;
	font-size: 1.6rem;
}

.purple {
	color: #740b4b;
}

.right10 {
	margin-right: 10px;
}

.left10 {
	margin-left: 10px;
}

.left20 {
	margin-left: 20px;
}

.left30 {
	margin-left: 30px;
}

.left40 {
	margin-left: 40px;
}

.top10 {
	margin-top: 10px;
}

.top30 {
	margin-top: 30px;
}

.bottom10 {
	margin-bottom: 10px;
}

.bottom20 {
	margin-bottom: 20px;
}

h1 {
	width: 277px;
	height: 47px;
	float: left;
	font-size: 0px;
}

h1 a {
	width: 277px;
	height: 47px;
	background: url(../img/logo.png) no-repeat;
	display: block;
	float: left;
}

h2.titleHeader {
	line-height: 50px;
	text-align: right;
	font-size: 16px;
	font-size: 1.6rem;
}

h3.titlePurple {
	border-left: 4px solid #740b4b;
	border-bottom: 1px solid #740b4b;
	line-height: 23px;
	height: 30px;
	padding-left: 7px;
	margin-top: 40px;	
}

h4 {
	margin: 0;
	padding: 0;
}

h4.titleBorder {
	border-left: 4px solid #740b4b;
	border-bottom: 1px solid #740b4b;
	line-height: 23px;
	height: 30px;
	padding-left: 7px;
	margin-top: 30px;
	font-size: 16px;
	font-size: 1.6rem;
	color: #740b4b;
	clear: both;
}

h5.titleDate {
	margin-bottom: 20px;
	background: url(../img/bg_classTitle_long1.png) no-repeat left center;
	color: #fff;
	font-family: 'Hiragino Mincho ProN', serif;
	font-size: 16px;
	font-size: 1.6rem;
	padding-left: 50px;
	line-height: 42px;
}

h4.titleDate {
	margin-bottom: 20px;
	background: url(../img/bg_classTitle.png) no-repeat left center;
	color: #fff;
	font-family: 'Hiragino Mincho ProN', serif;
	font-size: 16px;
	font-size: 1.6rem;
	padding-left: 50px;
	line-height: 42px;
}

h4.titleLocation {
	margin-bottom: 20px;
	background: url(../img/icon_location.png) no-repeat left center;
	color: #740b4b;
	font-family: 'Hiragino Mincho ProN', serif;
	font-size: 16px;
	font-size: 1.6rem;
	padding-left: 50px;
	line-height: 40px;

}

h4.titleinfo {
	margin-bottom: 20px;
	background: url(../img/icon_info.png) no-repeat left center;
	color: #740b4b;
	font-family: 'Hiragino Mincho ProN', serif;
	font-size: 16px;
	font-size: 1.6rem;
	padding-left: 50px;
	line-height: 40px;

}

h6.ticket {
	margin-bottom: 20px;
	color: #740b4b;
	font-family: 'Hiragino Mincho ProN', serif;
	font-size: 16px;
	font-size: 1.6rem;
	padding-left: 250px;
	line-height: 40px;
}


/* Header */

header {
	width: 100%;
	height: 92px;
	overflow: hidden;
	padding: 20px 0;
	background: url(../img/bg_header.png) repeat-x top;
}

#headerWrapper {
	width: 1000px;
	margin: 0 auto;
}

/* Slides */

.slidesBox {
	width: 730px;
	height: 370px;
	clear: both;
	margin: 0 auto 10px;
	box-shadow:rgba(0, 0, 0, 0.2) 1px 1px 1px 0px;
	background: #fff;
}

.slidesShadow {
  	position:relative;       
    -webkit-box-shadow:0 1px 3px rgba(0, 0, 0, 0.2), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.2), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 3px rgba(0, 0, 0, 0.2), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.slidesShadow:before, .slidesShadow:after {
	content:"";
    position:absolute; 
    z-index:-1;
    -webkit-box-shadow:0 0 15px rgba(0,0,0,0.3);
    -moz-box-shadow:0 0 15px rgba(0,0,0,0.3);
    box-shadow:0 0 15px rgba(0,0,0,0.3);
    top:50%;
    bottom:0;
    left:10px;
    right:10px;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
}

/* Navigation */

nav {
	width: 100%;
	overflow: hidden;
	margin: 0 auto 20px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #fff), color-stop(0.00, #fffff1));
	background: -webkit-linear-gradient(top, #fffff1 0%, #fff 88%);
	background: -moz-linear-gradient(top, #fffff1 0%, #fff 88%);
	background: -o-linear-gradient(top, #fffff1 0%, #fff 88%);
	background: -ms-linear-gradient(top, #fffff1 0%, #fff 88%);
	background: linear-gradient(to bottom, #fffff1 0%, #fff 88%);
	border: 1px solid #b9a30e;
	border-top: none;
	border-radius: 0 0 20px 20px
}

ul.nvMenu  {
	overflow: hidden;
}

ul.nvMenu li {
	font-size: 16px;
	font-size: 1.6rem;
	padding: 0 20px;
	line-height: 48px;
	background: url(../img/bg_nav.png) no-repeat center bottom;
}

ul.nvMenu li:last-child {
	background: none;
}

ul.nvMenu li a {
	color: #454545;
	font-family: 'Hiragino Mincho ProN', serif;
	font-weight: bold;
}

ul.nvMenu li a:hover, #ftNav li a:hover, .links a {
	opacity: .8;
	color: #740b4b;
}


/* Side Menu */

.sideWrapper {
	border: 1px solid #740b4b;
	padding: 15px;
	margin-bottom: 20px;
	overflow: hidden;
	font-family: 'Hiragino Mincho ProN', serif;
}

.sideWrapperShadow {
    -webkit-box-shadow: 0 2px 2px -2px #777;
       -moz-box-shadow: 0 2px 2px -2px #777;
            box-shadow: 0 2px 2px -2px #777;
}

.SNS {
	border: 1px solid #740b4b;
	padding: 10px;
	margin-bottom: 20px;
	overflow: hidden;
	font-family: 'Hiragino Mincho ProN', serif;
}

.SNSShadow {
    -webkit-box-shadow: 0 2px 2px -2px #777;
       -moz-box-shadow: 0 2px 2px -2px #777;
            box-shadow: 0 2px 2px -2px #777;
}

.contactTitle {
	width: 30px;
	font-size: 10px;
	display: block;
	float: left;
	line-height: 24px;
}

.email {
	background: url(../img/icon_email.jpg) no-repeat center left;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: bold;
	padding-left: 30px;
	margin-bottom: 10px;
}

.googleMap {
	width: 210px;
	height: 200px;
	margin: 0 auto;
}

.links a {
	background: url(../img/icon_links.png) no-repeat right center;
	color: #464646;
	display: block;
}

/* Index */

.newsWrapper {
	overflow: hidden;
	margin-bottom: 40px;
	border-left: 1px solid #c1c1c1;
	padding: 0 0 0 20px;
}

.newsBox {
	clear: both;
	overflow: hidden;
	padding-top: 20px;
}

.newsDate {
	font-size: 12px;
	font-size: 1.2rem;
	width: 80px;
	float: left;
	clear: both;
}

.newsData {
	width: 590px;
	float: right;
	font-size: 15px;
	font-size: 1.5rem;
}

.newsData a, .joinusData a {
	color: #740b4b;
}

.newsData a:hover, .joinusData a:hover {
	text-decoration: underline;
}

.aboutWrapper {
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 28px;
	padding-top: 20px;
}

.aboutShadow {
    position:relative;
	clear: both;
    -webkit-box-shadow:0 0 2px rgba(0, 0, 0, 0.3), 0 0 10px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 0 2px rgba(0, 0, 0, 0.3), 0 0 10px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 0 2px rgba(0, 0, 0, 0.3), 0 0 10px rgba(0, 0, 0, 0.1) inset;
}

.aboutShadow:before, .aboutShadow:after {
    content:"";
    position:absolute;
    z-index:-1;
    -webkit-box-shadow: 0 2px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 2px rgba(0,0,0,0.2);
    box-shadow: 0 2px rgba(0,0,0,0.2);
    top:0;
    bottom:0;
    left: 1px;
    right: 1px;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
}

.aboutShadow:after {
    right:10px;
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg);
       -moz-transform:skew(8deg) rotate(3deg);
        -ms-transform:skew(8deg) rotate(3deg);
         -o-transform:skew(8deg) rotate(3deg);
            transform:skew(8deg) rotate(3deg);
}

/* Members */

.joinusWrapper {
	position: relative;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #fffff1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#fffff1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#fffff1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#fffff1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#fffff1 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%,#fffff1 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fffff1',GradientType=0 ); /* IE6-9 */
	border: 1px solid #c2af2d;
	padding: 20px 0 0;
	overflow: hidden;
}

.joinImg01 {
	position: absolute;
	top: 0;
	left: 0;
	width: 156px;
	height: 112px;
	display: block;
	background: url(../img/bg_members01.png) no-repeat;
	z-index: 1;
}

.joinImg02 {
	position: absolute;
	bottom: -1px;
	right: 0;
	width: 469px;
	height: 286px;
	display: block;
	background: url(../img/bg_members02.png) no-repeat;
	z-index: 1;
}

.joinusData {
	width: 520px;
	padding-left: 35px;
	float: left;
	padding-top: 30px;
	z-index: 100;
	position: relative;
	font-size: 15px;
	font-size: 1.5rem;
}

.joinusData ul li {
	clear: both;
	padding-bottom: 20px;
	overflow: hidden;
}

.joinusData ul li .juIndex {
	width: 90px;
	float: left;
	font-weight: bold;
}

.joinusData ul li .juDes {
	width: 380px;
	float: right;
}

.joinusWrapper ol {
	margin-left: 70px;
	padding: 20px 0 50px;
	clear: both;
	font-size: 15px;
	font-size: 1.5rem; 
}

.joinusWrapper ol li {
	padding-bottom: 15px;
}

.membersImage {
	width: 200px;
	float: right;
	padding-right: 35px;
	padding-top: 30px;
	z-index: 100;
	position: relative;
}

.membersImage img {
	padding-bottom: 10px;
}

.membersWrapper {
	clear: both;
	padding: 20px 0 0;
	overflow: hidden;
}

.profile {
	padding-left: 20px;
	font-size: 15px;
	font-size: 1.5rem;
}

.profile a {
	background: url(../img/arrow_link.png) no-repeat left center;
	padding-left: 15px;
	color: #740b4b;
}

.nameBorder {
	border-bottom: 1px dotted #464646;
	font-weight: bold;
	padding: 20px 0 10px;
	margin-bottom: 10px;
}

/* Schedule */

.scheduleWrapper {
	clear: both;
	padding: 20px 0 0;
	overflow: hidden;
}

.scheduleData {
	width: 560px;
	float: left;
	padding: 0 20px;
}

.scheduleData ul {
	font-size: 15px;
	font-size: 1.5rem;
}

.scheduleData ul li {
	margin-bottom: 15px;
	overflow: hidden;
}

.scheduleData ul li .scdIndex {
	width: 130px;
	float: left;
	clear: both;
}

.scheduleData ul li .scdDes {
	width: 390px;
	float: right;
}

.scheduleImage {
	width: 170px;
	float: right;
}

.scheduleImage img {
	padding-bottom: 10px;
}

.imgLink a {
	background: url(../img/icon_link.png) no-repeat 12px center;
	color: #464646;
	font-size: 13px;
	font-size: 1.3rem;
	text-align: center;
	padding-left: 15px;
	display: block;
}


/* Class */

.classWrapper {
	clear: both;
	padding: 30px 0 0;
	overflow: hidden;
}

.classData {
	width: 560px;
	float: left;
	padding: 0 30px 0 0;
	font-size: 15px;
	font-size: 1.5rem;
}

.classData ul {
	padding-left: 10px;
	margin: -15px 0 15px;
}

.classData ul li {
	padding: 2px 10px;
	overflow: hidden;
}

.classData ul.lct {
	padding-left: 10px;
	margin: -15px 0 15px;
}

.classData ul.lct li {
	padding: 0 10px 15px 40px;
	overflow: hidden;
	border-bottom: 1px dotted #464646;
}

.classData p {
	padding-left: 25px;
}

.classImage {
	width: 170px;
	float: right;
}

.classImage img {
	padding-bottom: 10px;
}

/* Layout */

.wrapper {
	margin: -2px auto 40px;
	font-size: 14px;
	font-size: 1.4rem;
	width: 1000px;
	clear: both;
	overflow: hidden;
}

.col2-1 {
	width: 240px;
	float: left;
}


.col2-2 {
	width: 730px;
	float: right;
}

.col2-2_page {
	width: 730px;
	float: right;
	margin-top: 20px;
}

#contents_border {
	width: 100%;
	float: left;
	border-top: solid 4px #82bb3e;
	padding: 10px 0 0 0;
}

/* Contact */

.contactMainWrapper {
	border: 1px solid #740b4b;
	padding: 0;
	margin-bottom: 20px;
	overflow: hidden;
}

.contactMainWrapper h3 {
	padding: 0;
	margin: 0 0 20px 0
}

.contactMain_left {
	float: left;
	padding: 0 0 20px 20px;
	font-size: 16px;
	font-size: 1.6rem;
}

.contactMain_right {
	float: right;
	width: 340px;
	padding: 0 20px 20px 0;
}

.infoPhone, .infoFax, .infoMail {
	padding-left: 30px;
	font-weight: bold;
	margin-bottom: 10px;
}

.infoPhone {
	background: url(../img/icon_phone.png) no-repeat left center;
}

.infoFax {
	background: url(../img/icon_fax.png) no-repeat left center;
}

.infoMail {
	background: url(../img/icon_email.jpg) no-repeat left center;
}

/* Form */
	
#formWrapper {
	width: 730px;
	padding: 20px 0 0;
}

#formWrapper ul {
	overflow: hidden;
	font-size: 16px;
	font-size: 1.6rem;
}

#formWrapper ul li {
	border-bottom: 1px dotted #740b4b;
	clear: both;
	padding: 20px 0;
	overflow: hidden;
}

#formWrapper ul li:last-child {
	border-bottom: none;
}

#formWrapper ul li .formIndex {
	font-weight: bold;
	float: left;
	width: 85px;
	text-align: right;
}

#formWrapper ul li .required {
	color: #f00d0d;
	padding: 0 40px 0 10px;
	float: left;
}

#formWrapper ul li .input {
	width: 570px;
	float: right;	
}

#formWrapper input:focus, #formWrapper textarea:focus {
	border: 1px solid #000;
}

#formWrapper input[type=text] {
	height: 26px;
}

#formWrapper .input_s {
	width: 110px !important;
}

#formWrapper .input_m {
	width: 290px !important;
}

#formWrapper input, #formWrapper textarea {
	border: 1px solid #8c8c8c;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 5px;
}

#formWrapper textarea {
	width: 480px !important;
	height: 120px !important;
}

.req {
	color: #f00d0d;
	font-weight: bold;
}

.btnWrapper {
	margin-left: 160px;
	padding-top: 20px;
	clear: both;
}

.submitBtn {
	border: 0px;
    width: 183px;
    height: 36px;
	cursor: pointer;
}

.submitBtn:focus {
	outline: none;
}

.resetBtn {
	margin-left: 10px;
}

/* Footer */

footer {
	width: 100%;
	height: 51px;
	overflow: hidden;
	clear: both;
	background: url(../img/bg_footer.png) repeat-x;
	color: #666;
	font-size: 10px;
	font-size: 1.0rem;
	padding: 15px 0;
}

footer a {
	color: #666;
}

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

#ftNav {
	color: #626262;
	padding-top: 5px;
}

#ftNav a {
	color: #626262;
	font-size: 14px;
	font-size: 1.4rem;
}

#ftNav ul {
	overflow: hidden;
}

#ftNav ul li {
	border-left: 1px solid #626262;
	padding: 0 10px;
	float: left;
	line-height: 13px;
}

#ftNav ul li.navBorder {
	border-right: 1px solid #626262;
}

.chaco {
	margin-left: 20px;
}