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

/*for seo*/
/*
body>div>header>h1{
	width:120px;
	height:40px;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	background:url(../images/logo.png) no-repeat;
	background-size:100%;
}
*/

/*
"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
*/







/************/
/*common*/
/************/


/*basic*/
body {
	width:100%;
	min-width:1100px;
	color:#313232;
	background-color:#FFFFFF;
	font-family: 'A-OTF Gothic MB101 Pro R', "Gothic MB101 Regular", "NotoSans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-style:normal;
	font-weight:400;/*100〜900*/
	font-size:13px;
	line-height:13px;
}

div#wrap_top {
	position: relative;
	height:3000px;
}


/************/
/*index*/
/************/
div#intro {
	width: 100%;
	height: 100%;
	opacity: 1.0;
	z-index: 50;
	-webkit-transition: all 1.0s ease;
	-moz-transition: all 1.0s ease;
	-o-transition: all 1.0s ease;
	transition: all  1.0s ease;
}

video {
	position: fixed;
	top: 0;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -1;
	margin:0 0 0 -50%;
  
}

div.top_cover {
	position: fixed;
	top: 0;
	left: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	background: url(../images/top_cover.png) no-repeat center;
	background-size:cover;
	z-index: 1;
	
}

a.scroll {
	position: fixed;
	bottom: 5%;
	right: 5%;
	width:30px;
	height:70px;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	background:url(../images/scroll.png) no-repeat;
	background-size:100%;
	
}

div#welcome {
	position: fixed;
	top: 85%;
	left: 50%;
	width: 200px;
	margin: -0 auto 0 -100px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all  0.5s ease;
	z-index: 2;
}

div#welcome:hover {
	width: 280px;
	margin: 0 auto 0 -140px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all  0.5s ease;
}

div#welcome>a {
	display: block;
	width: 188px;
	color: #000;
	font-family: "Gotham A", "Gotham B";
	font-style: normal;
	font-weight:normal;
	font-size: 10px;
	letter-spacing: 1.5px;
	text-align: center;
	border: 1px #000 solid;
	padding: 15px 5px;
	margin: 0 auto;
	background-color: none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all  0.5s ease;
	position: relative;
	z-index: 1;
}

div#welcome>a:hover {
	display: block;
	width: 188px;
	color: #fff;
	font-family: "Gotham A", "Gotham B";
	font-style: normal;
	font-weight:normal;
	font-size: 10px;
	letter-spacing: 1.5px;
	text-align: center;
	border: 1px #000 solid;
	padding: 15px 5px;
	margin:  0 auto;
	background-color: #000;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all  0.5s ease;
	position: relative;
	z-index: 1;
}

div#welcome>span {
	display: block;
	width: 188px;
	height: 1px;
	margin: -22px auto 0 auto;
	position: relative;
	z-index: 0;
	opacity: 0;
	-webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	transition: all  0.8s ease;
}

div#welcome:hover>span {
	display: block;
	width: 280px;
	height: 1px;
	border-bottom:1px #000 solid;
	margin: -22px auto 0 auto;
	position: relative;
	z-index: 0;
	opacity: 1;
	-webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	transition: all  0.8s ease;
}

div.intro_img {
	display: none;
}


/************/
/*top*/
/************/
div#top {
	width: 100%;
	height: auto;
	background-color: #fff;
	position: absolute;
	top: 0;
	z-index: -2;
}

div#top_visual {
	width: 1000px;
	height: 500px;
	margin: 0 auto;
	padding: 50px 0 20px 0;
}

div.swiper-container {
	width: 320px;
	float: left;
	margin: 0;
}

div.swiper-container:nth-child(2) {
	width: 320px;
	float: left;
	margin: 0 20px;
}

/************/
/*header*/
/************/
header {
	width: 1000px;
	margin: 0 auto 200px auto;
}

header>div {
	display: flex;
}

header>div:first-child {
	display: flex;
	border-bottom: 1px #000 solid;
	padding-bottom: 20px;
}

header>div>h1 {
	width:100px;
	height:60px;
	margin: 0 auto 0 0;
}

header>div>h1>a {
	display: block;
	width:100px;
	height:60px;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	background:url(../images/header_logo.png) no-repeat;
	background-size:100%;
}

header>div>nav {
	display: block;
	margin: 0 0 0 100px;
}

header>div>nav>ul {
	display: flex;
}

header>div>nav>ul>li {
	margin-left: 5px;
}

header>div>nav>ul>li>a {
	display: block;
	color: #000;
	font-family: "Gotham A", "Gotham B";
	font-style: normal;
	font-weight:normal;
	font-size: 13px;
	letter-spacing: 1.5px;
	padding: 15px;
	text-align: center;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all  0.5s ease;
}

header>div>nav>ul>li>a:hover {
	display: block;
	color: #000;
	font-family: "Gotham A", "Gotham B";
	font-style: normal;
	font-weight:normal;
	font-size: 13px;
	letter-spacing: 1.5px;
	padding: 15px;
	text-align: center;
	background-color: #F5F2E9;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all  0.5s ease;
}

header>div>nav>ul>li>a>span {
	display: block;
	color: #000;
	font-family: "Gotham A", "Gotham B";
	font-style: normal;
	font-weight: normal;
	font-size: 9px;
	letter-spacing: 1.5px;
	margin-top: 5px;
}


header>div>p {
	color: #000;
	font-family: "Gotham A", "Gotham B";
	font-style: normal;
	font-weight:  normal;
	font-size: 12px;
	letter-spacing: 1.5px;
	text-align: left;
	margin: 20px 0;
	line-height: 20px;
}

header>div>a {
	display: block;
	height: 30px;
	color: #000;
	font-family: "Gotham A", "Gotham B";
	font-style: normal;
	font-weight:normal;
	font-size: 14px;
	letter-spacing: 1.5px;
	text-align: center;
	color: #000;
	padding: 8px 15px;
	margin: 20px 0 0 auto;
	border: 1px #000 solid; 
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all  0.5s ease;
}

header>div>a:hover {
	display: block;
	height: 30px;
	color: #000;
	font-family: "Gotham A", "Gotham B";
	font-style: normal;
	font-weight:normal;
	font-size: 14px;
	letter-spacing: 1.5px;
	text-align: center;
	color: #000;
	padding: 8px 15px;
	margin: 20px 0 0 auto;
	border: 1px #000 solid; 
	background-color: #F5F2E9;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all  0.5s ease;
}

header>div>a>span {
	display: block;
	color: #000;
	font-family: "Gotham A", "Gotham B";
	font-style: normal;
	font-weight: normal;
	font-size: 9px;
	letter-spacing: 1.5px;
	margin-top: 5px;
}

p#remodal_rsv {
	line-height: 30px;
	letter-spacing: 2px;
}

p#remodal_rsv>span {
	display: block;
	margin: 20px 0;
	font-family: "Gotham A", "Gotham B";
	font-style: normal;
	font-weight:600;
	font-size: 14px;
	letter-spacing: 1.5px;
}

a.remodal_rsv_2 {
	display: block;
	width: 200px;
	color: #000;
	font-family: "Gotham A", "Gotham B";
	font-style: normal;
	font-weight:normal;
	font-size: 14px;
	letter-spacing: 1.5px;
	text-align: center;
	color: #000;
	padding: 15px;
	margin: 20px auto;
	border: 1px #ccc solid; 
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all  0.5s ease;
}

a.remodal_rsv_2:hover {
	display: block;
	color: #000;
	font-family: "Gotham A", "Gotham B";
	font-style: normal;
	font-weight:normal;
	font-size: 14px;
	letter-spacing: 1.5px;
	text-align: center;
	color: #000;
	padding: 15px;
	margin: 20px auto;
	border: 1px #ccc solid; 
	background-color: #F5F2E9;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all  0.5s ease;
}


/*top_concept*/
section#top_concept {
	margin-bottom: 200px;
}

section#top_concept>span {
	display: block;
	width:45px;
	height:50px;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	background:url(../images/concept_h1.png) no-repeat;
	background-size:100%;
	margin: 0 auto;
}

section#top_concept>h1 {
	font-family: "Gotham A", "Gotham B";
	font-style: normal;
	font-weight:bold;
	font-size: 16px;
	letter-spacing: 1px;
	text-align: center;
	margin: 10px 0;
}


section#top_concept>h2 {
	font-size: 30px;
	font-weight: normal;
	text-align: center;
	line-height: 30px;
	margin: 30px auto;
	letter-spacing: 6px;
}

section#top_concept>p {
	text-align: center;
	line-height: 24px;
	letter-spacing: 2px;
}

section#top_concept>p>span {
	display: block;
}

section#top_concept>div {
	margin: 0 auto;
}

section#top_concept>div>div {
	width: 150px;
	margin: 0 auto;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all  0.5s ease;
}

section#top_concept>div>div:hover {
	width: 230px;
	margin: 0 auto;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all  0.5s ease;
}

section#top_concept>div>div>a {
	display: block;
	width: 138px;
	color: #000;
	font-family: "Gotham A", "Gotham B";
	font-style: normal;
	font-weight:normal;
	font-size: 14px;
	letter-spacing: 1.5px;
	text-align: center;
	border: 1px #000 solid;
	padding: 15px 5px;
	margin: 50px auto 0 auto;
	background-color: #fff;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all  0.5s ease;
	position: relative;
	z-index: 1;
}

section#top_concept>div>div>a:hover {
	display: block;
	width: 138px;
	color: #fff;
	font-family: "Gotham A", "Gotham B";
	font-style: normal;
	font-weight:normal;
	font-size: 14px;
	letter-spacing: 1.5px;
	text-align: center;
	border: 1px #000 solid;
	padding: 15px 5px;
	margin: 50px auto 0 auto;
	background-color: #000;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all  0.5s ease;
	position: relative;
	z-index: 1;
}

section#top_concept>div>div>span {
	display: block;
	width: 138px;
	height: 1px;
	border-bottom:1px #000 solid;
	margin: -22px auto 0 auto;
	position: relative;
	z-index: 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all  0.5s ease;
}

section#top_concept>div>div:hover>span {
	display: block;
	width: 230px;
	height: 1px;
	border-bottom:1px #000 solid;
	margin: -22px auto 0 auto;
	position: relative;
	z-index: 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all  0.5s ease;
}

section#top_concept>ul {
	width:987px;
	margin: 60px auto;
}

section#top_concept>ul>li {
	width:141px;
	float: left;
}

section#top_concept>ul>li>img {
	display: block;
}

/*top_calendar*/
section#top_calendar {
	margin-bottom: 200px;
}

section#top_calendar>div {
	width: 1000px;
	margin: 0 auto;
}

section#top_calendar>h1 {
	width:100%;
	font-family: "Gotham A", "Gotham B";
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	letter-spacing: 6px;
	text-align: center;
	margin: 0 auto 50px auto;
}

section#top_calendar>div {
	display: flex;
}

section#top_calendar>div>ul {
	width:48%;
}

section#top_calendar>div>ul:first-child {
	width:48%;
	margin-right:4%;
}

div#top_staff {
	display: flex;
}

div#top_staff>div {
	width:50%;
}

div#top_staff>div>a {
	display: block;
	width: 138px;
	color: #000;
	font-family: "Gotham A", "Gotham B";
	font-style: normal;
	font-weight:normal;
	font-size: 14px;
	letter-spacing: 1.5px;
	text-align: center;
	border: 1px #000 solid;
	padding: 15px 5px;
	margin: 50px auto 0 auto;
	background-color: #fff;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all  0.5s ease;
	position: relative;
	z-index: 1;
}

div#top_staff>div>a:hover {
	display: block;
	width: 138px;
	color: #fff;
	font-family: "Gotham A", "Gotham B";
	font-style: normal;
	font-weight:normal;
	font-size: 14px;
	letter-spacing: 1.5px;
	text-align: center;
	border: 1px #000 solid;
	padding: 15px 5px;
	margin: 50px auto 0 auto;
	background-color: #000;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all  0.5s ease;
	position: relative;
	z-index: 1;
}

div#top_staff>div>span {
	display: block;
	width: 138px;
	height: 1px;
	border-bottom:1px #000 solid;
	margin: -22px auto 0 auto;
	position: relative;
	z-index: 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all  0.5s ease;
}

div#top_staff>div:hover>span {
	display: block;
	width: 230px;
	height: 1px;
	border-bottom:1px #000 solid;
	margin: -22px auto 0 auto;
	position: relative;
	z-index: 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all  0.5s ease;
}


/*top_info*/
section#top_info {
	width: 100%;
	margin-bottom: 200px;
}

section#top_info>h1 {
	width:100%;
	font-family: "Gotham A", "Gotham B";
	font-style: normal;
	font-weight: bold;
	font-size: 20px;
	letter-spacing: 6px;
	text-align: center;
	margin: 0 auto 50px auto;
}

section#top_info>ul {
	width: 1000px;
	margin: 0 auto;
}

section#top_info>ul>li {
	width: 235px;
	margin-right: 20px;
	float: left;
}

section#top_info>ul>li:last-child {
	width: 235px;
	margin-right: 0;
	float: left;
}

section#top_info>ul>li>a {
	color: #000;
}

section#top_info>ul>li>a img {
	opacity: 1.0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all  0.5s ease;
}

section#top_info>ul>li>a:hover img {
	opacity: 0.8;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all  0.5s ease;
}

section#top_info>ul>li>a>h2 {
	margin: 25px 0 20px 0;
	font-size: 12px;
	font-weight: normal;
	line-height: 0;
    font-family: "Gotham A", "Gotham B";
	font-style: normal;
}

section#top_info>ul>li>a>p {
	line-height: 24px;
	letter-spacing: 2px;
    font-family: "Gotham A", "Gotham B";
	font-style: normal;
}

section#top_info>ul>li>a>div {
	width: 102px;
	margin: 0 auto;
	position: relative;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all  0.5s ease;
}

section#top_info>ul>li>a:hover>div {
	width: 200px;
	margin: 0 auto;
	position: relative;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all  0.5s ease;
}

section#top_info>ul>li>a>div>p {
	width:80px;
	text-align: center;
	padding: 10px;
	border: 1px #000 solid;
	margin: 30px auto 0 auto;
	font-family: "Gotham A", "Gotham B";
	font-style: normal;
	font-size:12px;
	letter-spacing: 2px;
	background-color: #fff;
	position: relative;
	z-index: 1;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all  0.5s ease;
}

section#top_info>ul>li>a:hover>div>p {
	width:80px;
	text-align: center;
	padding: 10px;
	border: 1px #000 solid;
	margin: 30px auto 0 auto;
	font-family: "Gotham A", "Gotham B";
	font-style: normal;
	font-size:12px;
	letter-spacing: 2px;
	color: #fff;
	background-color: #000;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all  0.5s ease;
}

section#top_info>ul>li>a>div>span {
	display: block;
	width: 102px;
	height: 1px;
	border-bottom:1px #000 solid;
	margin-top: -18px;
	position: relative;
	z-index: 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all  0.5s ease;
}

section#top_info>ul>li>a:hover>div>span {
	display: block;
	width: 200px;
	height: 1px;
	border-bottom:1px #000 solid;
	margin-top: -18px;
	position: relative;
	z-index: 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all  0.5s ease;
}

footer>nav {
	width: 1000px;
	margin: 0 auto;
}

footer>nav>ul {
	width: 320px;
	margin: 0 0 0 auto;
}

footer>nav>ul>li {
	width: 40px;
	height: 40px;
	float: right;
}

footer>nav>ul>li.resist {
	width: 60px;
	height: 28px;
	float: left;
	margin-left:20px;
	margin-top:12px;
	letter-spacing: 2px;
}

footer>nav>ul>li.resist>a {
	color:#313232;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all  0.5s ease;
}

footer>nav>ul>li.resist>a:hover {
	color: #999999;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all  0.5s ease;
}

li.fb>a {
	display: block;
	width: 40px;
	height: 40px;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	background:url(../images/footer_fb.png) no-repeat center;
	background-size:100%;
}

li.tw>a {
	display: block;
	width: 40px;
	height: 40px;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	background:url(../images/footer_tw.png) no-repeat center;
	background-size:100%;
}

li.insta {
	margin: 0 10px;
}

li.insta>a {
	display: block;
	width: 40px;
	height: 40px;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	background:url(../images/footer_insta.png) no-repeat center;
	background-size:100%;
}

li.line {
	margin: 0 15px 0 0;
}

li.line>a {
	display: block;
	width: 40px;
	height: 40px;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	background:url(../images/footer_line.png) no-repeat center;
	background-size:100%;
	
}

li#totop {
	margin-left: 10px;
	border-left:1px #000 solid;
	padding-left: 20px;
}

li#totop>a {
	display: block;
	width: 40px;
	height: 40px;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	background:url(../images/footer_totop.png) no-repeat center;
	background-size:100%;
	
}

footer>div {
	width: 1000px;
	margin: 20px auto 50px auto;
}

footer>div>span {
	display: block;
	width: 300px;
	height: 35px;
	float: left;
	font-family: "Gotham A", "Gotham B";
	font-style: normal;
	font-weight:normal;
	font-size: 12px;
	border-bottom:1px #000 solid;
}

footer>div>p {
	width: 700px;
	height: 11px;
	float: right;
	font-family: "Gotham A", "Gotham B";
	font-style: normal;
	font-weight:normal;
	font-size: 10px;
	text-align: right;
	line-height: 20px;
}



/*scroll nav*/
div#scroll_nav {
	width: 100%;
	height: 30px;
	background-color: #000;
	padding: 20px 0 15px 0;
	position: fixed;
	top:-65px;
	z-index: 100;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all  0.5s ease;
}

div#scroll_nav>nav {
	width: 1000px;
	margin: 0 auto;
}

div#scroll_nav>nav>h1 {
	width:50px;
	height:30px;
	float: left;
}

div#scroll_nav>nav>h1>a {
	display: block;
	width:50px;
	height:30px;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	background:url(../images/header_logo_w.png) no-repeat;
	background-size:100%;
}

div#scroll_nav>nav>ul {
	display: block;
	width:800px;
	float: right;
}

div#scroll_nav>nav>ul>li>a {
	display: block;
	color: #fff;
	font-family: "Gotham A", "Gotham B";
	font-style: normal;
	font-weight:normal;
	font-size: 14px;
	letter-spacing: 1.5px;
	padding: 5px;
	float: left;
	margin-left: 20px;
	text-align: right;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all  0.5s ease;
}

div#scroll_nav>nav>ul>li>a:hover {
	display: block;
	color: #000;
	font-family: "Gotham A", "Gotham B";
	font-style: normal;
	font-weight:normal;
	font-size: 14px;
	letter-spacing: 1.5px;
	padding: 5px;
	float: left;
	margin-left: 20px;
	text-align: right;
	background-color: #F5F2E9;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all  0.5s ease;
}

/************/
/*menu*/
/************/
div#sub {
	width: 100%;
	height: auto;
	background-color: #fff;
	z-index: -2;
}

div#sub>img {
	display: block;
	width: 1000px;
	margin: 50px auto 20px auto;
}

section#menu {
	width: 1000px;
	margin: 0 auto 200px auto;
}

div.contents_left {
	width: 270px;
	float: left;
}

div.contents_left>h1 {
	font-family: "Gotham A", "Gotham B";
	font-style: normal;
	font-weight:medium;
	font-size: 26px;
	letter-spacing: 1.5px;
}

div.contents_left>h1>span {
	display: block;
	font-style: normal;
	font-weight:normal;
	font-size: 12px;
	letter-spacing: 1.5px;
	margin-top: 10px;
}

div.contents_right {
	width: 730px;
	float: right;
}

section#menu>div.contents_right>article {
	margin-bottom:80px;
	margin-top:-100px;
	padding-top: 100px
}

section#menu>div.contents_right>article:last-child {
	margin-bottom:0;
}

section#menu>div.contents_right>article>h2 {
	width: 100%;
	font-family: "Gotham A", "Gotham B";
	font-style: normal;
	font-weight: normal;
	font-size:20px;
	letter-spacing: 2px;
	border-bottom: 1px #ccc solid;
	padding-bottom: 10px;
	margin-bottom: 30px;
}

section#menu>div.contents_right>article>h2>span {
	font-family: "Gotham A", "Gotham B";
	font-style: normal;
	font-weight: normal;
	font-size:12px;
	letter-spacing: 2px;
	margin-left: 30px;
}

div.menu_left {
	width: 45%;
	float: left;
}

div.menu_right {
	width: 45%;
	float: right;
}

section#menu>div.contents_right>article dl {
	margin-bottom: 20px;
}

section#menu>div.contents_right>article dt {
	width:70%;
	float: left;
}

section#menu>div.contents_right>article dt>span {
	display: block;
	font-family: "Gotham A", "Gotham B";
	font-style: normal;
	font-weight: normal;
	font-size:10px;
	letter-spacing: 2px;
	margin-top: 5px;
}

section#menu>div.contents_right>article dd {
	width:30%;
	float: right;
	text-align: right;
	font-family: "Gotham A", "Gotham B";
	font-style: normal;
	font-weight: normal;
}

section#menu>div.contents_right>article p {
	display: block;
	font-family: "Gotham A", "Gotham B";
	font-style: normal;
	font-weight: normal;
	font-size:10px;
	letter-spacing: 2px;
	margin-top: 5px;
}

div.contents_right>article>div>div.menu_left>h3 {
	margin-top: 50px;
	margin-bottom: 20px;
	font-weight: normal;
	font-size: 14px;
}

div.contents_right>article>div>div.menu_left>h3:first-child {
	margin-top: 0px;
}

div.contents_right>article>div>div.menu_right>h3 {
	margin-top: 50px;
	margin-bottom: 20px;
	font-weight: normal;
	font-size: 14px;
}

div.contents_right>article>div>div.menu_right>h3:first-child {
	margin-top: 0px;
}

section#menu>div.contents_right>article h3 span {
	font-size: 10px;
	letter-spacing: 0;
	margin-left: 5px;
}

div#menu_nav {
	width:214px;
	height: 480px;
	position: fixed;
	left: 50%;
	bottom: -485px;
	margin-left: -500px;
	-webkit-transition: all 1.0s ease;
	-moz-transition: all 1.0s ease;
	-o-transition: all 1.0s ease;
	transition: all  1.0s ease;
}

div#menu_nav>nav {
	width:214px;
}

div#menu_nav>nav>h1 {
	font-family: "Gotham A", "Gotham B";
	font-style: normal;
	font-weight:medium;
	font-size: 26px;
	letter-spacing: 1.5px;
	margin-bottom: 2px;
	margin-left: -2px;
}

div#menu_nav>nav>ul {
	width:180px;
	height: 460px;
	padding: 5px 15px 0 15px;
	border: 2px #000 solid;
	background-color: #fff;
}

div#menu_nav>nav>ul>li {
	color: #000;
	font-family: "Gotham A", "Gotham B";
	font-style: normal;
	font-weight:normal;
	font-size: 14px;
	letter-spacing: 1.5px;
	margin: 20px 0;
}

div#menu_nav>nav>ul>li>a {
	color: #000;
	opacity: 1.0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

div#menu_nav>nav>ul>li>a:hover {
	color: #000;
	opacity: 0.5;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

a.de {
	color: #009F85;
	margin: 0;
	font-style: normal;
	font-weight: normal;
	font-size:12px;
	letter-spacing: 2px;
	margin-left: 5px;
}

p.caution {
	line-height: 22px;
	margin-bottom: 20px;
}

section#menu>div.contents_right>article dt>span.de {
	display: inline;
	color: #009F85;font-style: normal;
	font-weight: normal;
	font-size:12px;
	margin-left: 5px;
}

p.caution span.de {
	display: inline;
	color: #009F85;font-style: normal;
	font-weight: normal;
	font-size:12px;
}

/************/
/*item*/
/************/
section#item {
	width: 1000px;
	margin: 0 auto 200px auto;
}

section#item>div.contents_right>article {
	margin-bottom: 100px;
}

section#item>div.contents_right>article:last-child {
	margin-bottom: 0px;
}

section#item>div.contents_right>article>div {
	margin-bottom: 30px;
}

div.item_left {
	width:40%;
	float: left;
}

div.item_left h2 {
	font-family: "Gotham A", "Gotham B";
	font-style: normal;
	font-weight:normal;
	font-size: 20px;
	letter-spacing: 2px;
	line-height: 20px;
}

div.item_left h3 {
	font-family: "Gotham A", "Gotham B";
	font-style: normal;
	font-weight:normal;
	font-size: 12px;
	letter-spacing: 2px;
	color: #999999;
}

div.item_left span {
	display:block;
	margin: 30px 0 29px 0;
	width: 40px;
	height: 1px;
	border-top: 1px #ccc solid;
}

p.item_right {
	width:60%;
	float: right;
	line-height: 24px;
	letter-spacing: 1.5px;
	margin-top: -5px;
}

/************/
/*staff*/
/************/

section#staff {
	width: 1000px;
	margin: 0 auto 200px auto;
}

div.staff {
	width: 350px;
	height: 400px;
	margin-right: 20px;
	float: left;
	margin-bottom:100px;
}

div.staff:nth-child(even) {
	width: 350px;
	margin-right:0px;
	float: left;
}

div.staff>a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	color: #000;
}

div.staff>a>div {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left:0;
	background-color: #fff;
}


div.staff>a>table.staff_overlay {
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.6);
	position: absolute;
	top:0;
	left:0;
	opacity: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

div.staff>a:hover>table.staff_overlay {
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.6);
	position: absolute;
	top:0;
	left:0;
	opacity:1.0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

div.staff>a>table.staff_overlay td {
	text-align: center;
	vertical-align: middle;
	font-family: "Gotham A", "Gotham B";
	font-style: normal;
	font-weight:normal;
	font-size: 16px;
	letter-spacing: 2px;
	color: #fff;
	line-height: 30px;
}

div.staff>a>div>div {
	width: 100%;
	height: 35px;
	border-bottom: 1px #ccc solid;
	position: relative;
	margin-top: 10px;
	margin-bottom: 100px;
	
}

div.staff>a>div>div>h2 {
	font-family: "Gotham A", "Gotham B";
	font-style: normal;
	font-weight:normal;
	font-size: 12px;
	letter-spacing: 2px;
	text-align: right;
}

div.staff>a>div>div>h3 {
	display: inline;
	font-family: "Gotham A", "Gotham B";
	font-style: normal;
	font-weight:normal;
	font-size: 16px;
	letter-spacing: 2px;
	padding:0 0 10px 10px;
	background-color: #fff;
	text-align: right;
	position: absolute;
	right:0;
	bottom:-10px;
}

/************/
/*staff single*/
/************/

section#staff_single {
	width: 1000px;
	margin: 0 auto 200px auto;
}

section#staff_single>h1>a {
	display: block;
	font-family: "Gotham A", "Gotham B";
	font-style: normal;
	font-weight:medium;
	font-size: 26px;
	letter-spacing: 1.5px;
	margin-bottom: 30px;
	color: #000;
	opacity: 1.0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

section#staff_single>h1>a:hover {
	opacity: 0.5;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

section#staff_single>h1>a>span {
	display: block;
	font-style: normal;
	font-weight:normal;
	font-size: 12px;
	letter-spacing: 1.5px;
	margin-top: 10px;
}

section#staff_single>article {
	margin-bottom: 100px;
	position: relative;
}

section#staff_single>article>img {
	width: 45%;
	float: left;
}

section#staff_single>article>div {
	width: 48%;
	float: right;
}

section#staff_single>article>div>h2 {
	font-family: "Gotham A", "Gotham B";
	font-style: normal;
	font-weight:normal;
	font-size: 16px;
	letter-spacing: 2px;
	margin-top: 15px;
}

section#staff_single>article>div>span {
	display: block;
	width:30px;
	height: 1px;
	border-bottom: 1px #ccc solid;
	margin: 30px 0;
}

section#staff_single>article>div>h3 {
	font-family: "Gotham A", "Gotham B";
	font-style: normal;
	font-weight:normal;
	font-size: 20px;
	letter-spacing: 2px;
}

section#staff_single>article>div>h4 {
	font-style: normal;
	font-weight:normal;
	font-size: 13px;
	letter-spacing: 2px;
	margin: 20px 0 30px 0;
	color: #898989;
}

section#staff_single>article>div>p {
	line-height: 24px;
	letter-spacing: 1.5px;
	margin-bottom: 30px;
}

div.schedule {
	padding: 0px;
}

div.schedule h2 {
	font-family: "Gotham A", "Gotham B";
	font-style: normal;
	font-weight:bold;
	font-size: 12px;
	letter-spacing: 2px;
	text-align: left;
	margin-bottom: 5px;
}

div.schedule h2>span {
	background-color: #999;
	color: #fff;
	float: right;
	font-size: 10px;
	letter-spacing: 2px;
	padding: 3px 3px 3px 5px;
	font-style: normal;
	font-weight:normal;
	margin-bottom: 2px;
}

div.schedule h2>span.half {
	background-color: #666;
	color: #fff;
	float: right;
	font-size: 10px;
	letter-spacing: 2px;
	padding: 3px 3px 3px 5px;
	font-style: normal;
	font-weight:normal;
	margin-bottom: 2px;
}

table.cal {
	width:100%;
	margin: 0 auto;
	border: 2px #000 solid;
	font-family: "Gotham A", "Gotham B";
	font-style: normal;
	font-weight:normal;
	font-size: 10px;
	letter-spacing: 2px;
}

table.cal th {
	background-color: #000;
	color: #fff;
}

table.cal td,table.cal th {
	padding: 3px;
	text-align: center;
	border: 1px #ccc solid;
}

table.cal td.absent {
	background-color: #999;
	color: #fff;
}

table.cal td.absent2 {
	background-color: #666;
	color: #fff;
}

div.owl-prev {
	width: 50px;
	height: 30px;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	background:url(../images/prev_cal.png) no-repeat;
	background-size:100%;
	float: left;
	opacity: 1.0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

div.owl-next {
	width: 50px;
	height: 30px;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	background:url(../images/next_cal.png) no-repeat;
	background-size:100%;
	float: right;
	opacity: 1.0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

div.owl-prev:hover {
	opacity: 0.6;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

div.owl-next:hover {
	opacity: 0.6;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

nav.staff_nav {
	width: 100%;
	height: 50px;
	position: relative;
}

div.staff_rsv {
	width: 150px;
	height: 50px;
	overflow: hidden;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all  0.5s ease;
}

div.staff_rsv:hover {
	width: 230px;
	height: 50px;
	overflow: hidden;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all  0.5s ease;
}

div.staff_rsv>a {
	display: block;
	width: 138px;
	color: #000;
	font-family: "Gotham A", "Gotham B";
	font-style: normal;
	font-weight:normal;
	font-size: 14px;
	letter-spacing: 1.5px;
	text-align: center;
	border: 1px #000 solid;
	padding: 15px 5px;
	background-color: #fff;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all  0.5s ease;
	position: relative;
	z-index: 1;
}

div.staff_rsv:hover>a {
	color: #fff;
	background-color: #000;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all  0.5s ease;
}

div.staff_rsv>span {
	display: block;
	width: 138px;
	height: 1px;
	border-bottom:1px #000 solid;
	margin: -22px auto 0 0;
	position: relative;
	z-index: 0;
}

div.staff_rsv:hover>span {
	display: block;
	width: 230px;
	height: 1px;
	border-bottom:1px #000 solid;
	margin: -22px auto 0 0;
	position: relative;
	z-index: 0;
}

div.prev {
	width: 150px;
	height: 50px;
	overflow: hidden;
	position: absolute;
	top:0;
	left:0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all  0.5s ease;
}

div.prev:hover {
	width: 230px;
	height: 50px;
	overflow: hidden;
	position: absolute;
	top:0;
	left:0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all  0.5s ease;
}

div.prev>a {
	display: block;
	width: 138px;
	color: #000;
	font-family: "Gotham A", "Gotham B";
	font-style: normal;
	font-weight:normal;
	font-size: 14px;
	letter-spacing: 1.5px;
	text-align: center;
	border: 1px #000 solid;
	padding: 15px 5px;
	background-color: #fff;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all  0.5s ease;
	position: relative;
	z-index: 1;
}

div.prev:hover>a {
	color: #fff;
	background-color: #000;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all  0.5s ease;
}

div.prev>span {
	display: block;
	width: 138px;
	height: 1px;
	border-bottom:1px #000 solid;
	margin: -22px auto 0 0;
	position: relative;
	z-index: 0;
}

div.prev:hover>span {
	display: block;
	width: 230px;
	height: 1px;
	border-bottom:1px #000 solid;
	margin: -22px auto 0 0;
	position: relative;
	z-index: 0;
}

div.all {
	width: 150px;
	height: 50px;
	margin: 0 auto;
	overflow: hidden;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all  0.5s ease;
}

div.all:hover {
	width: 230px;
	height: 50px;
	margin: 0 auto;
	overflow: hidden;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all  0.5s ease;
}

div.all>a {
	display: block;
	width: 138px;
	color: #000;
	font-family: "Gotham A", "Gotham B";
	font-style: normal;
	font-weight:normal;
	font-size: 14px;
	letter-spacing: 1.5px;
	text-align: center;
	border: 1px #000 solid;
	padding: 15px 5px;
	background-color: #fff;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all  0.5s ease;
	position: relative;
	z-index: 1;
	margin: 0 auto;
}

div.all:hover>a {
	color: #fff;
	background-color: #000;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all  0.5s ease;
	margin: 0 auto;
}

div.all>span {
	display: block;
	width: 138px;
	height: 1px;
	border-bottom:1px #000 solid;
	margin: -22px auto 0 auto;
	position: relative;
	z-index: 0;
}

div.all:hover>span {
	display: block;
	width: 230px;
	height: 1px;
	border-bottom:1px #000 solid;
	margin: -22px auto 0 auto;
	position: relative;
	z-index: 0;
}

div.next {
	width: 140px;
	position: absolute;
	top:0;
	right:0;
}

div.next:hover {
	width: 230px;
	position: absolute;
	top:0;
	right:0;
}

div.next>a {
	display: block;
	width: 138px;
	color: #000;
	font-family: "Gotham A", "Gotham B";
	font-style: normal;
	font-weight:normal;
	font-size: 14px;
	letter-spacing: 1.5px;
	text-align: center;
	border: 1px #000 solid;
	padding: 15px 5px;
	background-color: #fff;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all  0.5s ease;
	position: relative;
	z-index: 1;
	float: right;
}

div.next:hover>a {
	color: #fff;
	background-color: #000;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all  0.5s ease;
}

div.next>span {
	display: block;
	width: 138px;
	height: 1px;
	border-bottom:1px #000 solid;
	margin: -22px 0 0 auto;
	float: right;
	position: relative;
	z-index: 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all  0.5s ease;
}

div.next:hover>span {
	display: block;
	width: 230px;
	height: 1px;
	border-bottom:1px #000 solid;
	margin: -22px 0 0 auto;
	float: right;
	position: relative;
	z-index: 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all  0.5s ease;
}

/************/
/*about us*/
/************/

section#aboutus {
	width: 1000px;
	margin: 0 auto 200px auto;
}

section#aboutus>div>article {
	margin-bottom: 100px;
}

section#aboutus>div>article>h2 {
	font-family: "Gotham A", "Gotham B";
	font-style: normal;
	font-weight:normal;
	font-size: 20px;
	letter-spacing: 2px;
}

section#aboutus>div>article>span {
	display: block;
	width:30px;
	height: 1px;
	border-bottom: 1px #ccc solid;
	margin: 30px 0;
}

section#aboutus>div>article>p {
	width: 500px;
	line-height: 24px;
	letter-spacing: 1.5px;
}

section#aboutus>div>article>p.sign {
	text-align: right;
	margin-top: 10px;
	margin-bottom: 30px;
}

section#aboutus>div>article>dl {
	margin-top: 30px;
	line-height: 24px;
	letter-spacing: 1.5px;
}

section#aboutus>div>article>dl>dt {
	width: 120px;
	float: left;
}

section#aboutus>div>article>dl>dd {
	width: 500px;
	float: right;
}

section#aboutus>div>article>img {
	display: block;
	width: 100%;
	margin: 30px auto;
}

a.googlemap {
	display: block;
	width: 100%;
	text-align: right;
	margin-top: 10px;
	letter-spacing: 2px;
	color: #4351A2;
	opacity: 1.0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all  0.5s ease;
}

a.googlemap:hover {
	opacity: 0.5;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all  0.5s ease;
}

/************/
/*info*/
/************/

section#info {
	width: 1000px;
	margin: 0 auto 200px auto;
}

section#info>h1 {
	display: block;
	font-family: "Gotham A", "Gotham B";
	font-style: normal;
	font-weight:medium;
	font-size: 26px;
	letter-spacing: 1.5px;
	margin-bottom: 30px;
	color: #000;
	opacity: 1.0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

section#info>h1>span {
	display: block;
	font-style: normal;
	font-weight:normal;
	font-size: 12px;
	letter-spacing: 1.5px;
	margin-top: 10px;
}

section#info>ul {
	width: 1000px;
	margin: 0 auto 20px auto;
}

section#info>ul>li {
	width: 235px;
	margin-right: 20px;
	float: left;
	margin-bottom: 105px;
}

section#info>ul>li:nth-child(4),section#info>ul>li:nth-child(8),section#info>ul>li:nth-child(12),section#info>ul>li:nth-child(16),section#info>ul>li:nth-child(20),section#info>ul>li:nth-child(24) {
	width: 235px;
	margin-right: 0;
	float: left;
}

section#info>ul>li>a {
	color: #000;
}

section#info>ul>li>a img {
	opacity: 1.0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all  0.5s ease;
}

section#info>ul>li>a:hover img {
	opacity: 0.8;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all  0.5s ease;
}

section#info>ul>li>a>h2 {
	margin: 25px 0 20px 0;
	font-size: 12px;
	font-weight: normal;
	line-height: 0;
    font-family: "Gotham A", "Gotham B";
	font-style: normal;
}

section#info>ul>li>a>p {
	line-height: 24px;
	letter-spacing: 2px;
    font-family: "Gotham A", "Gotham B";
	font-style: normal;
}

section#info>ul>li>a>div {
	width: 102px;
	margin: 0 auto;
	position: relative;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all  0.5s ease;
}

section#info>ul>li>a:hover>div {
	width: 200px;
	margin: 0 auto;
	position: relative;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all  0.5s ease;
}

section#info>ul>li>a>div>p {
	width:80px;
	text-align: center;
	padding: 10px;
	border: 1px #000 solid;
	margin: 30px auto 0 auto;
	font-family: "Gotham A", "Gotham B";
	font-style: normal;
	font-size:12px;
	letter-spacing: 2px;
	background-color: #fff;
	position: relative;
	z-index: 1;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all  0.5s ease;
}

section#info>ul>li>a:hover>div>p {
	width:80px;
	text-align: center;
	padding: 10px;
	border: 1px #000 solid;
	margin: 30px auto 0 auto;
	font-family: "Gotham A", "Gotham B";
	font-style: normal;
	font-size:12px;
	letter-spacing: 2px;
	color: #fff;
	background-color: #000;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all  0.5s ease;
}

section#info>ul>li>a>div>span {
	display: block;
	width: 102px;
	height: 1px;
	border-bottom:1px #000 solid;
	margin-top: -18px;
	position: relative;
	z-index: 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all  0.5s ease;
}

section#info>ul>li>a:hover>div>span {
	display: block;
	width: 200px;
	height: 1px;
	border-bottom:1px #000 solid;
	margin-top: -18px;
	position: relative;
	z-index: 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all  0.5s ease;
}

/************/
/*info single*/
/************/

section#info_single {
	width: 1000px;
	margin: 0 auto 200px auto;
}

section#info_single>div {
	margin-bottom: 100px;
}

section#info_single>div>div>h1>a {
	display: block;
	font-family: "Gotham A", "Gotham B";
	font-style: normal;
	font-weight:medium;
	font-size: 26px;
	letter-spacing: 1.5px;
	margin-bottom: 30px;
	color: #000;
	opacity: 1.0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

section#info_single>div>div>h1>a>span {
	display: block;
	font-style: normal;
	font-weight:normal;
	font-size: 12px;
	letter-spacing: 1.5px;
	margin-top: 10px;
}

section#info_single>div>div>h1>a:hover>span {
	display: block;
	font-style: normal;
	font-weight:normal;
	font-size: 12px;
	letter-spacing: 1.5px;
	margin-top: 10px;
}

section#info_single>div>div>h1>a:hover {
	opacity: 0.5;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

section#info_single article>div {
	width: 45%;
	float: left;
}

section#info_single article>div>h2 {
	font-family: "Gotham A", "Gotham B";
	font-style: normal;
	font-weight:normal;
	font-size: 12px;
	letter-spacing: 2px;
	margin-bottom: 20px;
}

section#info_single article>div>h3 {
	font-weight:normal;
	font-size: 16px;
	letter-spacing: 2px;
	line-height: 24px;
    font-family: "Gotham A", "Gotham B";
	font-style: normal;
}

section#info_single article>div>span {
	display: block;
	width:30px;
	height: 1px;
	border-bottom: 1px #ccc solid;
	margin: 30px 0;
}

section#info_single article>div>p {
	line-height: 24px;
	letter-spacing: 1.5px;
}

section#info_single article>div>p>a {
	color: #4351A2;
}

section#info_single article>img {
	width: 50%;
	float: right;
}

/*image 複数用*/
section#info_single article>div#imagesdiv {
	width: 50%;
	float: right;
}

section#info_single article>div>h4 {
	margin-top: 30px;
	border-top:1px #ccc solid;
	padding-top: 30px;
}

section#info_single article>div>ul {
	margin-top: 10px;
	line-height: 25px;
}

section#info_single article>div>ul li{
	list-style: disc;
	list-style-position: inside;
}

/************/
/*recruit*/
/************/
section#recruit {
	width: 1000px;
	margin: 0 auto 200px auto;
}

section#recruit>div>article {
	margin-bottom: 100px;
}

section#recruit>div>article:last-child {
	margin-bottom: 0px;
}

section#recruit>div>article>p {
	line-height: 24px;
	letter-spacing: 1.5px;
	margin-top: -5px;
}

section#recruit>div>article>h2 {
	font-family: "Gotham A", "Gotham B";
	font-style: normal;
	font-weight:normal;
	font-size: 20px;
	letter-spacing: 2px;
}

section#recruit>div>article>span {
	display: block;
	width:30px;
	height: 1px;
	border-bottom: 1px #ccc solid;
	margin: 30px 0;
}

section#recruit>div>article>dl {
	margin-top: 30px;
	line-height: 24px;
	letter-spacing: 1.5px;
}

section#recruit>div>article>dl>dt {
	width: 120px;
	float: left;
}

section#recruit>div>article>dl>dd {
	width: 500px;
	float: right;
}

section#recruit>div>article>dl>dd>ul {
	margin: 30px 0 5px 0;
}

section#recruit>div>article>dl>dd>ul>li>span {
	display: block;
	width: 150px;
	float: left;
}

section#recruit>div>article>dl>dd>p.add {
	font-size: 10px;
	line-height: 18px;
}

/************/
/*contact*/
/************/

section#contact {
	width: 1000px;
	margin: 0 auto 200px auto;
}

section#contact dl {
	margin-top: 30px;
	line-height: 24px;
	letter-spacing: 1.5px;
}

section#contact dl:first-child {
	margin-top: 0;
}

section#contact dt {
	width: 200px;
	float: left;
}

section#contact dd {
	width: 500px;
	float: right;
}

section#contact dd>a {
	color: #4351A2;
}

div.form_btn {
	width: 150px;
	margin: 0 auto;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all  0.5s ease;
}

div.form_btn:hover {
	width: 230px;
	margin: 0 auto;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all  0.5s ease;
}

div.form_btn input {
	display: block;
	width: 138px;
	color: #000;
	font-family: "Gotham A", "Gotham B";
	font-style: normal;
	font-weight:normal;
	font-size: 14px;
	letter-spacing: 1.5px;
	text-align: center;
	border: 1px #000 solid;
	padding: 15px 5px;
	margin: 50px auto 0 auto;
	background-color: #fff;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all  0.5s ease;
	position: relative;
	z-index: 1;
}

div.form_btn input:hover {
	display: block;
	width: 138px;
	color: #fff;
	font-family: "Gotham A", "Gotham B";
	font-style: normal;
	font-weight:normal;
	font-size: 14px;
	letter-spacing: 1.5px;
	text-align: center;
	border: 1px #000 solid;
	padding: 15px 5px;
	margin: 50px auto 0 auto;
	background-color: #000;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all  0.5s ease;
	position: relative;
	z-index: 1;
	cursor: pointer;
}

div.form_btn span {
	display: block;
	width: 138px;
	height: 1px;
	border-bottom:1px #000 solid;
	margin: -22px auto 0 auto;
	position: relative;
	z-index: 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all  0.5s ease;
}

div.form_btn:hover span {
	display: block;
	width: 230px;
	height: 1px;
	border-bottom:1px #000 solid;
	margin: -22px auto 0 auto;
	position: relative;
	z-index: 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all  0.5s ease;
}

div.complete>div>h2 {
	font-family: "Gotham A", "Gotham B";
	font-style: normal;
	font-weight:normal;
	font-size: 20px;
	letter-spacing: 2px;
}

p.complete {
	line-height: 24px;
	letter-spacing: 1.5px;
}

textarea {
	width: 100%;
}

/************/
/*privacy*/
/************/
section#privacy {
	width: 1000px;
	margin: 0 auto 200px auto;
}

section#privacy>div>div>p {
	line-height: 24px;
	letter-spacing: 1.5px;
	margin-top: -5px;
}

section#privacy article {
	margin-bottom: 50px;
}

section#privacy article:last-child {
	margin-bottom: 0px;
}

section#privacy article>h3 {
	font-size: 16px;
	font-weight: normal;
	margin: 50px 0 20px 0;
	letter-spacing: 2px;
}

section#privacy article>p {
	line-height: 24px;
	letter-spacing: 1.5px;
}

section#privacy article>ol {
	line-height: 24px;
	padding-left: 60px;
	margin-top: 30px;
}

#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #000;
  z-index: 100000;
}

#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 250px;
  height: 250px;
  margin-top: -100px;
  margin-left: -125px;
  text-align: center;
  color: #fff;
  z-index: 100000;
}

#loader p {
	text-align: center;
}


/*iphone nav*/
div#iphone_nav {
	display:none;
}

div#iphone_nav_bar {
	display:none;
}


/************/
/*salud*/
/************/
section#salud {
	width: 1000px;
	margin: 0 auto 200px auto;
}

.dpt_main {
	width: 100%;
	margin: 0 auto 100px auto;
	display: flex;
}

.dpt_main .dpt_left {
	width: 46%;
	margin-right: 4%;
}

.dpt_main .dpt_left>h1#saludlogo {
	display: block;
	width:200px;
	height:116px;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	background:url(../images/salud_logo.png) no-repeat;
	background-size:100%;
	margin: 50px auto;
}

.dpt_main .dpt_left>p {
	line-height: 25px;
	letter-spacing: 2px;
}
	
.dpt_main .dpt_right {
	width: 50%;
}

.dpt_info {
	width: 100%;
	margin: 0 auto;
	display: flex;
}

.dpt_info .dpt_left {
	width: 23%;
	margin-right: 2%;
}

.dpt_info .dpt_left>h1 {
	font-size: 26px;
	font-family: "Gotham A", "Gotham B";
	font-style: normal;
	font-weight:600;
	letter-spacing: 1px;
}

.dpt_info .dpt_left>h1>span {
	display: block;
	font-size: 14px;
	font-style: normal;
	font-weight:normal;
	letter-spacing: 1px;
	color: #595757;
	margin-top: 20px;
}

.dpt_info .dpt_right {
	width: 75%;
}

.dpt_info .dpt_right>div {
	margin-bottom: 100px;
}

.dpt_info .dpt_right>div>h2 {
	font-size: 20px;
	font-family: "Gotham A", "Gotham B";
	font-style: normal;
	font-weight: normal;
	letter-spacing: 1px;
	margin-bottom: 30px;
}

.dpt_info .dpt_right>div>span {
	display: block;
	width: 30px;
	height: 1px;
	border-top: 1px #000 solid;
	margin-bottom: 29px;
}

.dpt_info .dpt_right>div>p {
	line-height: 25px;
}

.dpt_info .dpt_right>div>p.tel {
	font-size: 20px;
	font-family: "Gotham A", "Gotham B";
	font-style: normal;
	font-weight: normal;
	letter-spacing: 1px;
	margin: 30px 0 10px 0;
}

.dpt_info .dpt_right>div>p.mail {
	font-size: 20px;
	font-family: "Gotham A", "Gotham B";
	font-style: normal;
	font-weight: normal;
	letter-spacing: 1px;
	margin: 0;
}

.dpt_info .dpt_right div.schedule {
	margin-top: 50px;
}

div.dpt_map>div {
}

div.dpt_map>div>a {
	display: block;
	width: 138px;
	color: #000;
	font-family: "Gotham A", "Gotham B";
	font-style: normal;
	font-weight:normal;
	font-size: 14px;
	letter-spacing: 1.5px;
	text-align: center;
	border: 1px #000 solid;
	padding: 15px 5px;
	margin: 50px auto 0 auto;
	background-color: #fff;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all  0.5s ease;
	position: relative;
	z-index: 1;
}

div.dpt_map>div>a:hover {
	display: block;
	width: 138px;
	color: #fff;
	font-family: "Gotham A", "Gotham B";
	font-style: normal;
	font-weight:normal;
	font-size: 14px;
	letter-spacing: 1.5px;
	text-align: center;
	border: 1px #000 solid;
	padding: 15px 5px;
	margin: 50px auto 0 auto;
	background-color: #000;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all  0.5s ease;
	position: relative;
	z-index: 1;
}

div.dpt_map>div>span {
	display: block;
	width: 138px;
	height: 1px;
	border-bottom:1px #000 solid;
	margin: -22px auto 0 auto;
	position: relative;
	z-index: 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all  0.5s ease;
}

div.dpt_map>div:hover>span {
	display: block;
	width: 230px;
	height: 1px;
	border-bottom:1px #000 solid;
	margin: -22px auto 0 auto;
	position: relative;
	z-index: 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all  0.5s ease;
}

/************/
/*cruce*/
/************/
section#cruce {
	width: 1000px;
	margin: 0 auto 200px auto;
}

.dpt_main .dpt_left>h1#crucelogo {
	display: block;
    aspect-ratio: 16 / 2.5;
	width:90%;
	height:auto;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	background:url(../images/gran_logo.png) no-repeat;
	background-size:100%;
	margin: 50px auto;
}

/************/
/*fukumari*/
/************/
section#fukumari {
	width: 1000px;
	margin: 0 auto 200px auto;
}

section#fukumari>article.intro {
	width: 100%;
}

section#fukumari>article.intro>h1 {
	width:300px;
	height:240px;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	background:url("../images/fukumari.svg") no-repeat;
	background-size:100%;
	margin: 0 auto;
}

section#fukumari>article.intro>h2 {
	font-size: 22px;
	text-align: center;
	font-weight: normal;
	margin-top: 50px;
}

section#fukumari>article.intro>p {
	width: 70%;
	margin: 50px auto 100px auto;
	font-size: 15px;
	line-height: 28px;
	letter-spacing: 2px;
}

section#fukumari>article.fukumari_point {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 100px;
}

section#fukumari>article.fukumari_point>div {
	width: 31%;
}

section#fukumari>article.fukumari_point>div>img {
	display: block;
	margin-bottom: 30px;
}

section#fukumari>article.fukumari_point>div>h1 {
	display: block;
	margin-bottom: 30px;
	font-family: "Gotham A", "Gotham B";
	font-size: 20px;
}


section#fukumari>article.fukumari_point>div>h2 {
	display: block;
	margin-bottom: 30px;
	color: #2d9a3e;
	font-weight: normal;
	font-family: "Gotham A", "Gotham B";
	font-size: 18px;
}

section#fukumari>article.fukumari_point>div>p {
	font-size: 15px;
	line-height: 21px;
	letter-spacing: 2px;
}

section#fukumari>article.fukumari_flow {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 100px;
}

div.fukumari_left {
	width: 15%;
}

div.fukumari_left>h2 {
	font-weight: normal;
	font-family: "Gotham A", "Gotham B";
	font-size: 26px;
	margin-bottom: 30px;
	letter-spacing: 2px;
}

div.fukumari_left>h3 {
	font-weight: normal;
	font-size: 12px;
	letter-spacing: 2px;
}

div.fukumari_right {
	width: 80%;
}

div.fukumari_right>h4 {
	font-weight: normal;
	font-size: 18px;
	margin-bottom: 20px;
	letter-spacing: 2px;
	color: #595757;
}

div.fukumari_right>p {
	font-weight: normal;
	font-size: 15px;
	margin-bottom: 50px;
	letter-spacing: 2px;
	line-height: 20px;
}

div.fukumari_right>p:nth-child(2) {
	font-weight: normal;
	font-size: 15px;
	margin-bottom: 20px;
	letter-spacing: 2px;
	line-height: 20px;
}

div.fukumari_right>h5 {
	font-family: "Gotham A", "Gotham B";
	font-size: 20px;
	margin-bottom: 50px;
	letter-spacing: 2px;
	line-height: 25px;
}

section#fukumari>article.fukumari_menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

div.fukumari_right>div.f_menu1>h4 {
	width: 150px;
	height: 22px;
	color: #FFFFFF;
	background-color: #2d9a3e;
	text-align: center;
	font-weight: normal;
	font-size:18px;
	padding: 15px 0 10px 0; 
	margin-bottom: 30px;
}

div.fukumari_right>div.f_menu1>div {
	display: flex;
	justify-content: space-between;
}

div.fukumari_right>div.f_menu1>div {
	border-bottom: 1px #ccc solid;
	padding-bottom: 10px;
	margin-bottom: 30px;
}

div.fukumari_right>div.f_menu1>div>h5 {
	font-size: 18px;
	
	font-weight: normal;
}


div.fukumari_right>div.f_menu1>div>h5>span {
	font-size: 12px;
	margin-left: 10px;
}

div.fukumari_right>div.f_menu1>div>p {
	font-size: 20px;
	font-family: "Gotham A", "Gotham B";
	font-weight: bold;
}

div.fukumari_right>div.f_menu1>div>p>span {
	font-size: 12px;
	margin-left: 10px;
}

div.fukumari_right>p.green {
	color: #2d9a3e;
	font-size: 16px;
}

div.fukumari_right>ul {
	margin: 30px 0 0 18px;
	font-size: 16px;
}


div.fukumari_right>ul>li {
	list-style: disc;
	line-height: 25px;
}

div.fukumari_right>div.f_menu2 {
	margin-top: 80px;
}

div.fukumari_right>div.f_menu2>h4 {
	width: 150px;
	height: 22px;
	color: #FFFFFF;
	background-color: #d6bc46;
	text-align: center;
	font-weight: normal;
	font-size:18px;
	padding: 15px 0 10px 0; 
	margin-bottom: 30px;
}

div.fukumari_right>div.f_menu2>div {
	display: flex;
	justify-content: space-between;
}

div.fukumari_right>div.f_menu2>div {
	border-bottom: 1px #ccc solid;
	padding-bottom: 10px;
	margin-bottom: 30px;
}

div.fukumari_right>div.f_menu2>div>h5 {
	font-size: 18px;
	
	font-weight: normal;
}

div.fukumari_right>div.f_menu2>div>h5>span {
	font-size: 12px;
	margin-left: 10px;
}

div.fukumari_right>div.f_menu2>div>p {
	font-size: 20px;
	font-family: "Gotham A", "Gotham B";
	font-weight: bold;
}

div.fukumari_right>div.f_menu2>div>p>span {
	font-size: 12px;
	margin-left: 10px;
}

div.fukumari_right>p.beiju {
	color: #d6bc46;
	font-size: 16px;
}

div.fukumari_right>ul {
	margin: 30px 0 0 18px;
	font-size: 16px;
}

div.fukumari_right>ul>li {
	list-style: disc;
	line-height: 25px;
}

div.fukumari_right table {
	margin: 50px 0;
}

div.fukumari_right th {
	border: 1px #000 solid;
	padding: 10px 20px;
	font-size: 16px;
	letter-spacing: 2px;
	background-color: #000;
	color: #fff;
}

div.fukumari_right td {
	border: 1px #000 solid;
	padding: 10px 50px;
	font-size: 16px;
	letter-spacing: 2px;
}

div.fukumari_right td>span {
	font-size: 12px;
}

div.fukumari_right>p {
	font-size: 16px;
}

article.fukumari_footer {
	width: 100%;
	margin-top: 100px;
}

article.fukumari_footer>h3 {
	font-size: 16px;
	letter-spacing: 2px;
	text-align: center;
	line-height: 25px;
	font-weight: normal;
}

article.fukumari_footer>h4 {
	font-family: "Gotham A", "Gotham B";
	font-size: 20px;
	text-align: center;
	line-height: 28px;
	margin-top: 30px;
	letter-spacing: 2px;
}

article.fukumari_footer>div>a {
	display: block;
	width: 138px;
	color: #000;
	font-family: "Gotham A", "Gotham B";
	font-style: normal;
	font-weight:normal;
	font-size: 14px;
	letter-spacing: 1.5px;
	text-align: center;
	border: 1px #000 solid;
	padding: 15px 5px;
	margin: 50px auto 0 auto;
	background-color: #fff;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all  0.5s ease;
	position: relative;
	z-index: 1;
}

article.fukumari_footer>div>a:hover {
	display: block;
	width: 138px;
	color: #fff;
	font-family: "Gotham A", "Gotham B";
	font-style: normal;
	font-weight:normal;
	font-size: 14px;
	letter-spacing: 1.5px;
	text-align: center;
	border: 1px #000 solid;
	padding: 15px 5px;
	margin: 50px auto 0 auto;
	background-color: #000;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all  0.5s ease;
	position: relative;
	z-index: 1;
}

article.fukumari_footer>div>span {
	display: block;
	width: 138px;
	height: 1px;
	border-bottom:1px #000 solid;
	margin: -22px auto 0 auto;
	position: relative;
	z-index: 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all  0.5s ease;
}

article.fukumari_footer>div:hover>span {
	display: block;
	width: 230px;
	height: 1px;
	border-bottom:1px #000 solid;
	margin: -22px auto 0 auto;
	position: relative;
	z-index: 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all  0.5s ease;
}

p.appli {
	font-size: 16px;
	line-height: 25px;
}

p.appli>img {
	display: block;
	width: 30%;
	margin: 30px auto 0 auto;
}

p.appli>span {
	display: block;
	font-family: "Gotham A", "Gotham B";
	font-style: normal;
	font-weight:normal;
	font-size: 16px;
}
	
/************/
/*hanahana*/
/************/
section#hanahana {
	width: 1000px;
	margin: 0 auto 200px auto;
}

.dpt_main .dpt_left>h1#hanalogo {
	display: block;
	aspect-ratio: 1/1;
	width:50%;
	height:auto;
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	background:url(../images/hanahana_logo.png) no-repeat;
	background-size:100%;
	margin: 50px auto;
}

aside.hanabnr {
    width: 1000px;
    margin: 0 auto 30px;
}

aside.hanabnr a{
    display: block;
    opacity: 1.0;
    -webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all  0.5s ease;
}

aside.hanabnr a:hover{
    display: block;
    opacity: 0.6;
    -webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all  0.5s ease;
}

aside.hanabnr img{
    display: block;
}



