@import url(//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,400,300,600,700,800);
/*========================================================
                    Main layout styles
=========================================================*/
body {
	background-color: #FFF;
	font: 16px 'Lucida Grande','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',Meiryo, メイリオ, sans-serif;
	line-height: 1.428571429;
	color: #000;
	background-color: #000;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:focus {
	text-decoration: none;
	background: none;
}
a[href^="tel:"] {
 color: inherit;
 text-decoration: none;
}
textarea, input[type="text"], input[type="email"], input[type="search"], input[type="password"] {
	-webkit-appearance: none;
	-moz-appearance: caret;
}
p {
	margin-bottom: 15px;
	line-height: 26px;
}

h1.navbar-brand_ {
	margin: 0;
	padding: 0;
	float: none;
	height: auto;
	position: relative;
	top: 0;
	z-index: 10;
	font: 30px "メイリオ", 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 900;
}

/*h1.navbar-brand_ {
	margin: 0;
	padding: 0;
	float: none;
	height: auto;
	position: relative;
	top: 0;
	z-index: 10;
}
*/

h1.navbar-brand_ a {
	display: inline-block;
	color: #000;
}
h1.navbar-brand_ a img {
	width: 100%;
}
h1.navbar-brand_sub a {
	font-size: 20px;
	display: inline-block;
	color: #000;
}

h2 {
	font: 600 28px/32px 'Open Sans';
	color: #000;
	margin: 0 0 25px 0;
	text-transform: none;
}

h2 span {
	font-size: 22px;
}

h2.pagetitle {
	margin: 10px 0 30px 0px;
	color: #31353D;
	font-size: 34px;
	border-left: solid #999 15px;
	padding-left: 12px;
}

h3 {
	font: 600 24px/32px 'Open Sans';
	color: #000;
	margin: 0 0 10px 0;
	text-transform: none;
}

h3 span {
	font-size: 20px;
}

h4 {
	font: 300 28px/34px 'Open Sans';
	color: #CD1322;
	margin: 0;
	letter-spacing: -1px;
	text-transform: none;
}

h5 {
  font-size: 20px;
  line-height: 30px;
}

h5 span {
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 0 86px;
}

h5 span:before, h5 span:after {
  content: '';
  position: absolute;
  width: 65px;
  height: 1px;
  background-color: #d9d9d9;
  top: 50%;
}

h5 span:before {
  left: 0;
}

h5 span:after {
  right: 0;
}

.extra-wrap {
	overflow: hidden;
}

.content {
	padding: 0;
	background-color: #EFEFEF;
	margin-top: 51px;
	clear: both;
}

.content.indent {
	padding: 84px 0 0 0;
	background-color: #ffffff;
}

.content.indent1 {
	padding: 84px 0 0 0;
	background-color: #efefef;
}

.center {
	text-align: center;
}

.timestart {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 15px;
	font-weight: normal;
	color: #000;
}

.timestart span {
	font-size: 18px;
}

.foodmenu {
	font-size: 18px;
	font-weight: bold;
}

/*========================================================
                    header
=========================================================*/
header {
	position: relative;
	margin: 0;
	padding: 0 0 74px 0;
	/*z-index: 0;*/
	/*background: #CD1322 url(../img/pattern.png) repeat;*/
	background-color: #000;
}

header.indent {
	padding: 0 0 50px 0;
	width: 100%;
	position: fixed;
	top: 0px;
	z-index: 900;
}

header.indent_sub {
	padding: 0 0 50px 0;
}
/* menu
========================================================*/
nav.tm_navbar {
	border: none;
	padding: 0;
	margin: 0 0 20px 0;
	float: none;
	min-height: 0;
	background: none;
	background-color: transparent;
}
nav.tm_navbar li {
	position: relative;
	font-size: 13px;
	line-height: 23px;
	padding: 0;
	margin: 0;
	float: left;
}
nav.tm_navbar li:first-child a {
	width: 106px;
	text-indent: -9999px;
	background: url(../img/home.png) center center no-repeat;
}
nav.tm_navbar li:first-child::after {
	content: none;
	display: none;
	background: none;
}
nav.tm_navbar li:last-child a {
	width: 216px;
}
nav.tm_navbar li::after {
	position: absolute;
	left: 0;
	top: 0;
	width: 2px;
	height: 100%;
	background: url(../img/border.png) left 0 repeat-y;
	content: '';
}
nav.tm_navbar li a {
	position: relative;
	padding: 0;
	font: 600 15px/112px 'Open Sans';
	/*width: 212px; 広すぎるため狭くした*/
	width: 145px;
	text-align: center;
	color: #ffffff;
	text-transform: none;
	background-color: #009966;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}


nav.tm_navbar li.long {
	width: auto !important;
	padding-left: 10px;
}

nav.tm_navbar li.active > a {
	color: #ffffff;
	background-color: #FF6600 !important;
}
nav.tm_navbar li.active:first-child > a {
	background: #006845 url(../img/home.png) center center no-repeat !important;
}
nav.tm_navbar li:hover > a {
	color: #ffffff;
	background-color: #FF6600;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
nav.tm_navbar li:hover:first-child > a {
	background: #CD1322 url(../img/home.png) center center no-repeat;
}
nav.tm_navbar .sfHover > a {
	color: #ffffff;
	background-color: #CD1322;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
nav.tm_navbar .sfHover:first-child > a {
	background: #CD1322 url(../img/home.png) center center no-repeat;
}
nav.tm_navbar li span {
	text-align: center;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 22px;
	color: #ffffff;
	font-size: 14px;
	/*z-index: 0;*/
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
}
/* subMenu1
========================================================*/
nav.tm_navbar .sub-menu > ul {
	position: absolute;
	display: none;
	width: 212px;
	top: 92px;
	left: 0;
	list-style: none !important;
	zoom: 1;
	/*z-index: 11;*/
	background-color: #31353d;
	padding: 25px 0;
	margin: 0;
	text-align: center;
	border-bottom: 4px solid #151619;
}
nav.tm_navbar .sub-menu > ul li {
	background: none;
	border: none;
	width: auto;
	float: none;
	margin: 0;
	padding: 0;
	margin-bottom: 6px;
	display: block;
	text-align: left;
}
nav.tm_navbar .sub-menu > ul li:after {
	content: none;
	display: none;
}
nav.tm_navbar .sub-menu > ul li:last-child {
	border-bottom: none;
}
nav.tm_navbar .sub-menu > ul li a {
	background: none !important;
	padding: 0;
	margin: 0;
	padding-left:10px;
	float: none;
	font: 600 14px 'Open Sans';
	font-size: 12px;
	color: #ffffff;
	text-transform: none;
	-webkit-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
nav.tm_navbar .sub-menu > ul li span {
	display: inline-block;
	position: absolute;
	right: 30px;
	top: 3px;
	left: auto;
	width: auto !important;
	color: #ffffff;
	font-size: 14px;
}
nav.tm_navbar .sub-menu ul > li a:hover {
	text-decoration: none;
	color: #CD1322 !important;
	background: none;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
nav.tm_navbar .sub-menu ul li.sfHover > a {
	text-decoration: none;
	color: #CD1322 !important;
	background: none;
}
/* subMenu2
========================================================*/
nav.tm_navbar .sub-menu ul ul {
	position: absolute;
	display: none;
	width: 100%;
	top: -27px;
	left: 100%;
	list-style: none !important;
	zoom: 1;
	/*z-index: 11;*/
	background-color: #CD1322;
	padding: 28px 0;
	margin: 0 0 0 10px;
	border-bottom: 4px solid #c23f0a;
	text-align: center;
}
nav.tm_navbar .sub-menu ul ul li {
	position: relative;
	background: none;
	border: none;
	width: auto;
	float: none;
	margin: 0;
	padding: 0;
	margin-bottom: 6px;
	display: block;
	text-align: center;
}
nav.tm_navbar .sub-menu ul ul li.tr {
	position: absolute;
	top: 13px;
	left: -5px;
	width: 5px;
	height: 9px;
	background: url(../img/triangle1.png) no-repeat;
}
nav.tm_navbar .sub-menu ul ul li a {
	background: none !important;
	padding: 0;
	margin: 0;
	float: none;
	font: 600 14px 'Open Sans';
	color: #ffffff;
	text-transform: none;
	-webkit-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
nav.tm_navbar .sub-menu ul ul li a:hover {
	color: #31353d !important;
	-webkit-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.select-menu {
	display: none !important;
}

/*========================================================
                    -Content-
=========================================================*/
/*#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 80px;
	right: 30px;
	width: 35px;
	height: 18px;
	overflow: hidden;
	border: none;
	z-index: 20;
	background: url(../img/top.png) no-repeat;
	-webkit-transition: color 0.5s ease;
	-o-transition: color 0.5s ease;
	transition: color 0.5s ease;
}*/

#toTop {
	color: #FFF;
	text-decoration: none;
	position: fixed;
	bottom: 60px;
	right: 40px;
	width: 35px;
	height: 35px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-size: 12px;
	-ms-filter: "alpha(opacity=80)";
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	background: url(../img/top.png) no-repeat 8px 8px;
	background-color: #7e7a7a;
}

#toTop:hover {
	outline: none;
	opacity: 0.5;
	filter: alpha(opacity=50);
}

.trainerBox {
	margin-bottom: 25px;
	position: relative;
	display: block;
}
.trainerBox figure {
	margin: 0 0 25px 0;
}
.trainerBox figure img {
	width: 100%;
}
.trainerBox a {
	font: 300 14px "メイリオ", 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #8d8d8d;
	text-transform: none;
	-webkit-transition: color 0.25s ease;
	-o-transition: color 0.25s ease;
	transition: color 0.25s ease;
}
.trainerBox a:hover {
	color: #e25454;
}
.who-box {
	overflow: hidden;
	padding-bottom: 40px;
}
.who-box .col-lg-4 {
	margin-bottom: 65px;
}
.thumb-box1 {
	background-color: #ffffff;
	/*min-height: 188px;*/
	margin-bottom: 73px;
	overflow: hidden;
}
.thumb-box1 .box1 {
	padding: 56px 80px 0 80px;
	float: left;
}
.thumb-box1 .box1 span {
	font-size: 16px;
	margin-right: 0px;
	font-weight: normal;
}
.thumb-box1 .box1 .lnk {
	font: 300 40px/40px 'Open Sans';
	text-transform: none;
	color: #31353d;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.thumb-box1 .box1 .lnk:hover {
	color: #CD1322;
}
.thumb-box1 .box1 p {
	font: 300 20px/20px 'Open Sans';
	text-transform: none;
	color: #000;
	margin: 5px 0 0 0;
	line-height: 1.5;
}
.thumb-box1 .fa-info-circle {
	width: 188px;
	height: 188px;
	display: inline-block;
	float: right;
	background-color: #CD1322;
	text-align: center;
	line-height: 188px;
	font-size: 60px;
	color: #ffffff;
	-webkit-transition: 0.25s ease;
	-o-transition: 0.25s ease;
	transition: 0.25s ease;
}
.thumb-box1 .fa-info-circle:hover {
	background-color: #31353d;
	color: #CD1322;
}





.thumb-box1 {
	background-color: #FFF;
	overflow: hidden;
	padding: 45px 0 0 0;
}

.thumb-box1 .box1 {
	background-color: #FFFFFF;
	padding: 15px 15px 30px 15px;
	overflow: hidden;
	margin-bottom: 30px;
	text-align: center;
	width: 100%;
	border: 1px solid #DDD;
}

.thumb-box1 .box2 {
	background-color: #31353d;
	padding: 70px 0 60px 48px;
	margin-bottom: 30px;
	overflow: hidden;
}
.thumb-box1 .box2:hover {
	background-color: #CD1322;
	padding: 70px 0 60px 48px;
	overflow: hidden;
	margin-bottom: 30px;
}

.thumb-box1 .box2 strong {
	width: 225px;
	height: 225px;
	border-radius: 100%;
	background-color: #006946;
	text-align: center;
	line-height: 145px;
	color: #31353d;
	font-size: 60px;
	float: left;
	margin-right: 39px;
}
.thumb-box1 .box2 .title {
	font: 600 32px/38px 'Open Sans';
	text-transform: none;
	color: #ffffff;
	margin-bottom: 5px;
}
.thumb-box1 .box2 .description {
	font: 24px/30px 'Open Sans';
	text-transform: none;
	color: #FFF;
	margin-bottom: 0;
}
.thumb-box1 .title2 {
	font: 600 20px/20px 'Open Sans';
	text-transform: none;
	color: #404040;
	margin-bottom: 20px;
}
.thumb-box1 .title3 {
	font: 600 25px/25px 'Open Sans';
	text-transform: none;
	color: #C00;
	margin-bottom: 20px;
}
.thumb-box1 .description {
	font: 600 30px/40px 'Open Sans';
	text-transform: uppercase;
	color: #CD1322;
	margin-bottom: 10px;
}
.thumb-box1 .description2 {
	font: 20px/20px 'Open Sans';
	text-transform: none;
	color: #31353d;
	margin-bottom: 6px;
}
.thumb-box1 .description3 {
	font: 600 18px/24px 'Open Sans';
	text-transform: none;
	color: #CD1322;
	margin-bottom: 15px;
}

.thumb-box1 .box1 .title span {
	font-size: 18px;
	color: #069;
	font-weight: bold;
}
.thumb-box1 .box2 .title span {
	font-size: 0.8em;
}
.thumb-box1 .box1 .description {
	font: 18px/26px 'Open Sans';
	text-transform: none;
	color: #404040;
	margin-bottom: 0;
}




.thumb-box2 {
	background-color: #FF9900;
	overflow: hidden;
	padding: 10px 0 0 0;
}
/*.thumb-box2 .box1 {
	background-color: #31353d;
	padding: 70px 0 60px 48px;
	overflow: hidden;
	margin-bottom: 30px;
}*/
.thumb-box2 .box1 {
	background-color: #FFFFFF;
	padding: 15px 15px 30px 15px;
	overflow: hidden;
	margin-bottom: 30px;
	text-align: center;
}
/*.thumb-box2 .box1:hover {
	background-color: #31353d;
	padding: 70px 0 60px 48px;
	overflow: hidden;
	margin-bottom: 30px;
}*/
.thumb-box2 .box1 strong {
	width: 225px;
	height: 225px;
	border-radius: 100%;
	background-color: #454033;
	text-align: center;
	line-height: 145px;
	color: #ffffff;
	font-size: 60px;
	/*float: left;*/
	float: none;
	margin-right: 39px;
	margin-bottom: 20px;
}
.thumb-box2 .box1 .title {
	font: 600 18px/24px 'Open Sans';
	text-transform: none;
	color: #404040;
	margin-bottom: 5px;
}
.thumb-box2 .box1 .title span {
	font-size: 18px;
	color: #CD1322;
}
.thumb-box2 .box2 .title span {
	font-size: 0.8em;
}
.thumb-box2 .box1 .description {
	font: 16px/20px 'Open Sans';
	text-transform: none;
	color: #404040;
	margin-bottom: 0;
}
.description span{
	font: 14px/18px 'Open Sans';
}
.thumb-box2 .box2 {
	background-color: #31353d;
	padding: 70px 0 60px 48px;
	margin-bottom: 30px;
	overflow: hidden;
}
.thumb-box2 .box2:hover {
	background-color: #CD1322;
	padding: 70px 0 60px 48px;
	overflow: hidden;
	margin-bottom: 30px;
}

.thumb-box2 .box2 strong {
	width: 225px;
	height: 225px;
	border-radius: 100%;
	background-color: #006946;
	text-align: center;
	line-height: 145px;
	color: #31353d;
	font-size: 60px;
	float: left;
	margin-right: 39px;
}
.thumb-box2 .box2 .title {
	font: 600 32px/38px 'Open Sans';
	text-transform: none;
	color: #ffffff;
	margin-bottom: 5px;
}
.thumb-box2 .box2 .description {
	font: 24px/30px 'Open Sans';
	text-transform: none;
	color: #FFF;
	margin-bottom: 0;
}
.thumb-box2 .title2 {
	font: 600 20px/20px 'Open Sans';
	text-transform: none;
	color: #404040;
	margin-bottom: 20px;
}
.thumb-box2 .title3 {
	font: 600 25px/25px 'Open Sans';
	text-transform: none;
	color: #CD1322;
	margin-bottom: 20px;
}
.thumb-box2 .description {
	font: 600 30px/40px 'Open Sans';
	text-transform: uppercase;
	color: #CD1322;
	margin-bottom: 10px;
}
.thumb-box2 .description2 {
	font: 20px/20px 'Open Sans';
	text-transform: none;
	color: #31353d;
	margin-bottom: 6px;
}
.thumb-box2 .description3 {
	font: 600 18px/24px 'Open Sans';
	text-transform: none;
	color: #CD1322;
	margin-bottom: 15px;
}

.thumb-box3 {
	overflow: hidden;
	background-color: #EFEFEF;
	padding: 40px 0 0 0;
}
.thumb-box3 .title {
	font: 600 38px/44px 'Open Sans';
	text-transform: none;
	color: #31353d;
	margin-bottom: 7px;
}
.thumb-box3 .title2 {
	font: 300 30px/27px 'Open Sans';
	text-transform: none;
	color: #404040;
	margin-bottom: 40px;
}
.thumb-box3 .title3 {
	font: 600 25px/25px 'Open Sans';
	text-transform: none;
	color: #404040;
	margin-bottom: 40px;
}
.thumb-box3 .description {
	font: 600 30px/40px 'Open Sans';
	text-transform: uppercase;
	color: #CD1322;
	margin-bottom: 10px;
}
.thumb-box3 .description2 {
	font: 20px/20px 'Open Sans';
	text-transform: none;
	color: #31353d;
	margin-bottom: 6px;
}
.thumb-box3 .description3 {
	font: 600 18px/24px 'Open Sans';
	text-transform: none;
	color: #CD1322;
	margin-bottom: 15px;
}
.thumb-box3 hr {
	border-top: none;
	border-bottom: 1px solid #eaeaeb;
	margin: 0 0 20px 0;
}
.thumb-box3 .container > .row > .col-lg-6 {
	margin-bottom: 43px;
}


.thumb-box3 .box1 {
	background-color: #31353d;
	padding: 50px 15px 40px 15px;
	overflow: hidden;
	margin-bottom: 30px;
}
.thumb-box3 .box1 .title {
	font: 600 30px/36px 'Open Sans';
	text-transform: none;
	color: #ffffff;
	margin-bottom: 5px;
}
.thumb-box3 .box1 .title span {
	font-size: 0.8em;
	color: #FFFF99;
}
.thumb-box3 .box1 .description {
	font: 28px/32px 'Open Sans';
	text-transform: none;
	color: #FFF;
	margin-bottom: 0;
}


.thumb-box4 {
	overflow: hidden;
	padding: 40px 0 19px 0;
	background-color: #ffffff;
}
.thumb-box4 .title {
	font: 300 40px 'Open Sans';
	text-transform: none;
	color: #CD1322;
	margin-bottom: 40px;
}
.thumb-box4 a {
	font: 300 20px/20px 'Open Sans';
	text-transform: none;
	color: #31353d;
	margin-bottom: 0;
	letter-spacing: -1px;
	-webkit-transition: 0.25s ease;
	-o-transition: 0.25s ease;
	transition: 0.25s ease;
}
.thumb-box4 a:hover {
	color: #CD1322;
}
.thumb-box4 .description {
	font: 300 15px/20px 'Open Sans';
	text-transform: none;
	color: #CD1322;
	margin-bottom: 13px;
}
.thumb-box4 .badge {
	width: 70px;
	height: 92px;
	padding: 9px 0 0 0;
	border-radius: 0;
	background-color: #31353d;
	text-align: center;
	font: 300 40px/40px 'Open Sans';
	color: #ffffff;
	text-transform: none;
	position: relative;
	float: left;
	margin-right: 29px;
}
.thumb-box4 .badge span {
	color: #CD1322;
	font-size: 15px;
	line-height: 15px;
	display: block;
	margin-top: 7px;
}
.thumb-box4 .badge::after {
 position: absolute;
 right: -12px;
 top: 14px;
 width: 12px;
 height: 15px;
 background: url(../img/triangle2.png) right 0 no-repeat;
 content: '';
}
.thumb-box4 .col-lg-3 {
	margin-bottom: 30px;
}
.thumb-box5 {
	background-color: #FFF;
	padding: 30px 0 24px 0;
	overflow: hidden;
}
.thumb-box5 p {
	margin: 10px 0 0 0;
	font: 300 20px 'Open Sans';
	text-transform: none;
	display: inline-block;
	color: #1c1d21;
}
.thumb-box5 p span {
	font-size: 30px;
	color: #CD1322;
	margin-right: 10px;
	float: left;
}
.thumb-box6 {
	background-color: #efefef;
	padding: 87px 0 54px 0;
	overflow: hidden;
}
.thumb-box7 {
	overflow: hidden;
	padding: 87px 0 54px 0;
}
.thumb-box8 {
	overflow: hidden;
}
.thumb-box8 figure img {
	width: 100%;
}
.thumb-box8 hr {
	border-top: none;
	border-bottom: 1px solid #eaeaeb;
	margin: 0 0 20px 0;
}
.thumb-box8 .col-lg-4 {
	margin-bottom: 32px;
}
.thumb-box9 {
	overflow: hidden;
	padding: 47px 0 0 0;
}
.thumb-box9 .col-lg-4, .thumb-box9 .col-lg-8 {
	margin-bottom: 50px;
}
.thumb-box10 {
	overflow: hidden;
	padding: 87px 0 90px 0;
	background-color: #efefef;
}
.thumb-box11 {
	overflow: hidden;
	padding: 0 0 18px 0;
}
.thumb-box11 .col-lg-8, .thumb-box11 col-lg-4 {
	margin-bottom: 50px;
}
.thumb-box12 {
	background-color: #efefef;
	padding: 50px 0 94px 0;
	overflow: hidden;
}
.thumb-box12 h2 {
	margin-bottom: 0;
}
.thumb-box13 {
	padding: 87px 0 64px 0;
	overflow: hidden;
}
.thumb-box14 {
	overflow: hidden;
	padding-bottom: 13px;
}
.thumb-box15 {
	overflow: hidden;
	background-color: #ffffff;
	padding: 84px 0 74px 0;
}
.errorBox {
	padding-bottom: 93px;
}
.errorBox .title {
	font: 100px/100px 'Open Sans';
	color: #CD1322;
	text-transform: none;
	margin-bottom: 20px;
}
.errorBox .description {
	font: 40px/40px 'Open Sans';
	color: #3e454c;
	text-transform: none;
	margin-bottom: 28px;
}
/*------------------isotop items------------------*/
.isotope, .isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	overflow: visible;
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	-ms-transition-property: -ms-transform, opacity;
	-o-transition-property: top, left, opacity;
	transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}
/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}
.izotope-box {
	margin: 0 0 0 -3px;
}
.element {
	display: block;
	position: relative;
	border: none;
	margin: 0 !important;
	height: auto !important;
	padding: 0 0 3px 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#options .pagination {
	margin: 0;
	display: block;
	border-radius: 0;
}
#filters {
	position: relative;
	padding: 0;
}
#filters li {
	display: inline-block;
	margin-right: 41px !important;
	margin-bottom: 22px;
	overflow: hidden;
}
#filters li a {
	padding: 0;
	border-radius: 0 !important;
	font: 300 20px 'Open Sans';
	color: #3e454c;
	margin: 0;
	text-decoration: none;
	background: none !important;
	border: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
#filters li a:hover {
	text-decoration: none;
	color: #CD1322 !important;
	background: none !important;
}
#filters li a.selected {
	text-decoration: none;
	color: #CD1322 !important;
	background: none !important;
}
/*-----carousel-----*/
.list_carousel2.responsive {
	position: relative;
	width: auto;
	margin: -25px 0 0;
	z-index: 11;
}
.list_carousel2 #foo2 {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	cursor: default;
}
.list_carousel2 #foo2 > li {
	padding: 0;
	float: left;
	cursor: default;
	margin: 0 0 0 30px;
}
.list_carousel2 #foo2 > li figure a {
	display: block;
	position: relative;
}
.list_carousel2 #foo2 > li figure a em {
	background: url(../img/play.png) center center no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list_carousel2 #foo2 > li figure a:hover em {
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list_carousel2 #foo2 > li figure img {
	width: 100%;
}
.list_carousel2.responsive .caroufredsel_wrapper {
	cursor: default !important;
}
.list_btn2 {
	margin-bottom: 40px;
}
.list_btn2 .prev2, .list_btn2 .next2 {
	display: inline-block;
	cursor: pointer;
	margin: 0 0 0 12px;
	font-size: 30px;
	color: #bab9b9;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list_btn2 .prev2:hover, .list_btn2 .next2:hover {
	color: #CD1322;
}
.list_btn2 {
	text-align: right;
}

/*-----subscribeForm-----*/
#newsletter {
	position: relative;
	overflow: hidden;
	display: inline-block;
}
#newsletter .btn-default.btn1 {
	float: left;
}
#newsletter input {
	background: none;
	box-shadow: none;
	border: none;
	font: 300 14px/18px 'Open Sans';
	color: #3e454c;
	text-transform: none;
	background-color: #ffffff;
	height: 50px;
	width: 380px;
	border-radius: 0;
	padding: 16px 22px;
	margin: 0 9px 0 0;
	float: left;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
#newsletter input:focus {
	outline: none;
	border: none;
}
#newsletter .error {
	position: absolute;
	bottom: 0;
	right: 12px;
	text-align: right;
	display: block;
	overflow: hidden;
	height: 0px;
	font-size: 10px;
	color: #CD1322;
	text-transform: none;
	font-weight: normal;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
#newsletter label {
	position: relative;
	margin-right: 11px;
	float: left;
	border: none;
}
#newsletter label.invalid .error {
	height: 19px;
}
#newsletter .success {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	text-align: center;
	border: none;
	font: 300 14px/18px 'Open Sans';
	color: #3e454c;
	text-transform: none;
	background-color: #ffffff;
	height: 50px;
	width: 100%;
	border-radius: 0;
	padding: 16px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/*-----carousel-----*/
.list_carousel1.responsive {
	width: auto;
	margin: 0;
	padding: 0;
	overflow: hidden;
	position: relative;
}
.list_carousel1 .foo {
	margin: 0;
	padding: 10px 0;
	list-style: none;
	display: block;
	cursor: default;
}
.list_carousel1 .foo > li {
	position: relative;
	float: left;
	cursor: default;
	margin-right: 0;
	padding: 0;
	background: transparent;
}
.list_carousel1 .foo > li figure {
	float: left;
	margin-right: 22px;
}
.list_carousel1 .foo > li p {
	font: italic 300 24px 'Open Sans';
	color: #31353d;
	margin-bottom: 18px;
}
.list_carousel1 .foo > li a {
	font: 600 24px 'Open Sans';
	color: #e74c3c;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.list_carousel1 .foo > li a:hover {
	color: #31353d;
}
.list_carousel1 .foo > li .extra-wrap {
	padding-top: 23px;
}
.list_carousel1.responsive .caroufredsel_wrapper {
	cursor: default !important;
	margin-bottom: 58px !important;
	overflow: visible !important;
}
.list_btn2 .prev, .list_btn2 .next {
	display: inline-block !important;
	cursor: pointer;
	margin: 0;
	font-size: 40px;
	color: #31353d;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list_btn2 .prev:hover, .list_btn2 .next:hover {
	color: #e74c3c;
}
.list_btn2 .prev {
	float: left;
	left: 0;
	margin-left: 2px;
}
.list_btn2 .next {
	float: right;
	right: 0;
	margin-right: 2px;
}
/* thumbs
========================================================*/
.thumb-pad1 {
	margin: 0 0 43px 0;
	overflow: hidden;
}
.thumb-pad1.indent .caption p {
	margin-bottom: 15px;
}
.thumb-pad1 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
	overflow: hidden;
}
.thumb-pad1 .caption {
	padding: 0;
	overflow: hidden;
	color: #bab9b9;
}
.thumb-pad1 .caption p {
	margin-bottom: 0;
}
.thumb-pad1 figure {
	margin: 0 30px 0 0;
	float: left;
}
.thumb-pad1 figure img {
	width: 100%;
}
.thumb-pad2 {
	margin: 0 0 30px 0;
	/*overflow: hidden;*/
	/*background-color: #FFF;*/
}
.thumb-pad2 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: #FFF;
	overflow: hidden;
}
.thumb-pad2 .caption {
	padding: 0 12px 0 12px;
	overflow: hidden;
}
.thumb-pad2 .caption span {
	float: left;
	margin-right: 15px;
	color: #CD1322;
	font-size: 24px;
	padding-top: 4px;
}
.thumb-pad2 .caption h3 {
	margin-bottom: 10px;
	font-size: 18px;
}
.thumb-pad2 .caption time {
	font: 300 14px 'Open Sans';
	color: #31353d;
	text-transform: none;
}
.thumb-pad2 figure {
	margin: 0 0 11px 0;
}
.thumb-pad2 figure img {
	width: 100%;
}
.thumb-pad3 {
	margin: 0 0 55px 0;
	overflow: hidden;
}
.thumb-pad3 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
	overflow: hidden;
}
.thumb-pad3 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
/*
.thumb-pad3 .thumbnail .caption .lnk {
	font: 300 28px 'Open Sans';
	color: #CD1322;
	text-transform: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
*/
.thumb-pad3 .thumbnail .caption .lnk:hover {
	color: #31353d;
}

.thumb-pad3 .thumbnail .caption span {
	font: 600 28px 'Open Sans';
	color: #CD1322;
	text-transform: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad3 .thumbnail .caption p a {
	float: right;
	font: 14px 'Open Sans';
	color: #31353d;
	text-transform: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad3 .thumbnail .caption p a:hover {
	color: #CD1322;
}
.thumb-pad3 .thumbnail .caption p time {
	font: 14px 'Open Sans';
	color: #31353d;
	text-transform: none;
}
.thumb-pad3 .thumbnail .caption br {
	display: none;
}
.thumb-pad3 figure {
	margin: 0 19px 0 0;
	float: left;
}
.thumb-pad4 {
	margin: 0;
}
.thumb-pad4 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad4 .thumbnail .caption {
	padding: 0;
}
.thumb-pad4 figure {
	margin: 0 0 24px 0;
}
.thumb-pad4 figure img {
	width: 100%;
}
.thumb-pad5 {
	margin: 0;
	padding-bottom: 30px;
}
.thumb-pad5 .thumbnail {
	position: relative;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	padding: 0;
	background: none;
}
.thumb-pad5 .thumbnail .caption {
	padding: 0;
}
.thumb-pad5 .thumbnail .caption a {
	font: 300 20px/25px 'Open Sans';
	color: #31353d;
	margin: 0 0 12px 0;
	display: inline-block;
	text-transform: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad5 .thumbnail .caption a:hover {
	color: #CD1322;
}
.thumb-pad5 figure {
	margin: 0 0 24px 0;
}
.thumb-pad5 figure img {
	width: 100%;
}
.thumb-pad6 {
	overflow: hidden;
}
.thumb-pad6 .thumbnail {
	position: relative;
	padding: 0;
	margin: 0;
	border: none;
	border-radius: 0;
	box-shadow: none;
	background: none;
}
.thumb-pad6 .thumbnail figure {
	margin: 0;
	position: relative;
}
.thumb-pad6 .thumbnail figure img {
	width: 100%;
}
.thumb-pad6 .thumbnail figure:hover i {
	-webkit-transform: translateY(0) translateX(0) scale(1);
	transform: translateY(0) translateX(0) scale(1);
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
	opacity: 1;
	filter: alpha(opacity=100);
}
.thumb-pad6 .thumbnail figure i {
	width: 100%;
	height: 100%;
	position: absolute;
	padding: 0;
	top: 0;
	left: 0;
	display: block;
	background: #31353d url(../img/zoom.png) center center no-repeat;
	background: rgba(49, 53, 61, 0.6) url(../img/zoom.png) center center no-repeat;
	font-weight: normal;
	-webkit-transform: translateY(0) translateX(0) scale(0.25);
	transform: translateY(0) translateX(0) scale(0.25);
	-webkit-transition: all 0.35s;
	-o-transition: all 0.35s;
	transition: all 0.35s;
	opacity: 0;
	filter: alpha(opacity=0);
}
.thumb-pad7 {
	margin: 0 0 30px 0;
	padding: 0 0 12px 0;
	background-color: #ffffff;
}
.thumb-pad7 .thumbnail {
	padding: 0;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	background: none;
	overflow: hidden;
	display: block;
}
.thumb-pad7 .thumbnail .caption {
	padding: 0 29px;
}
.thumb-pad7 .thumbnail .caption .title {
	font: 20px 'Open Sans';
	color: #404040;
	text-transform: none;
	margin-bottom: 11px;
}
.thumb-pad7 .thumbnail figure {
	margin: 0 0 23px 0;
	position: relative;
}
.thumb-pad7 .thumbnail figure img {
	width: 100%;
}
.thumb-pad7 .thumbnail figure a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/play.png) center center no-repeat;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad7 .thumbnail figure a:hover {
	opacity: 0;
	filter: alpha(opacity=0);
}
.thumb-pad8 {
	margin: 0 0 86px 0;
}
.thumb-pad8 .badge {
	width: 70px;
	height: 70px;
	padding: 11px 0 0 0;
	border-radius: 100%;
	background-color: #e74c3c;
	font: 300 30px/30px 'Open Sans';
	color: #ffffff;
	text-transform: none;
	text-align: center;
	margin-right: 29px;
	float: left;
}
.thumb-pad8 .badge span {
	color: #f08e84;
	font-size: 15px;
	line-height: 18px;
	display: block;
	margin-top: -4px;
}
.thumb-pad8 .lnk {
	font: 20px/25px 'Open Sans';
	color: #e74c3c;
	text-transform: none;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad8 .lnk:hover {
	color: #31353d;
}
.thumb-pad8 p {
	margin: 3px 0 0 0;
}
.thumb-pad8 p a {
	color: #bab9b9;
	float: right;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.thumb-pad8 p a:hover {
	color: #e74c3c;
}
.thumb-pad8 br {
	display: none;
}
.thumb-pad8 .extra-wrap {
	padding-top: 10px;
}
.thumb-pad8 .thumbnail {
	padding: 30px 0 0 0;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	background: none;
	overflow: hidden;
	width: 100%;
}
.thumb-pad8 .thumbnail .caption {
	padding: 0;
	color: #bab9b9;
}
.thumb-pad8 .thumbnail .caption p {
	margin: 0 0 15px 0;
}
.thumb-pad8 .thumbnail figure {
	margin: 0 0 37px 0;
}
.thumb-pad8 .thumbnail figure img {
	width: 100%;
}
.thumb-pad9 {
	margin: 0 0 40px 0;
	overflow: hidden;
}
.thumb-pad9 .thumbnail {
	padding: 0;
	margin: 0;
	border-radius: 0;
	box-shadow: none;
	border: none;
	background: none;
	overflow: hidden;
	display: block;
}
.thumb-pad9 .thumbnail .caption {
	padding: 0;
	overflow: hidden;
}
.thumb-pad9 .thumbnail .caption a {
	font: 300 18px/30px "メイリオ", 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
	text-transform: none;
}
.thumb-pad9 .thumbnail .caption a:hover {
	text-decoration: underline;
}
.thumb-pad9 .thumbnail .caption p {
	font: 14px 'Quattrocento';
	color: #ffffff;
	margin: 9px 0 0 0;
}
.thumb-pad9 .thumbnail figure {
	margin: 0 0 20px 0;
}
.thumb-pad9 .thumbnail figure img {
	width: 100%;
}
/* btn
========================================================*/
.btn-default.btn1 {
	box-shadow: none;
	text-decoration: none;
	display: inline-block;
	padding: 0 42px;
	font: 600 15px/50px 'Open Sans';
	margin: 0;
	text-transform: none;
	text-shadow: none;
	border-radius: 0;
	color: #ffffff;
	background-color: #C00;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
	border-radius: 5px; /* CSS3草案 */  
    -webkit-border-radius: 5px; /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px; /* Firefox用 */ 
}
.btn-default.btn1:hover {
	color: #ffffff;
	background-color: #31353d;
	text-decoration: none;
}
.btn-default.btn2 {
	box-shadow: none;
	text-decoration: none;
	display: inline-block;
	padding: 0 20px;
	font: 600 15px/50px 'Open Sans';
	margin: 0;
	text-transform: none;
	text-shadow: none;
	border-radius: 0;
	color: #ffffff;
	background-color: #C00;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
	border-radius: 5px; /* CSS3草案 */  
    -webkit-border-radius: 5px; /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px; /* Firefox用 */ 
}
.btn-default.btn2:hover {
	color: #ffffff;
	background-color: #31353d;
	text-decoration: none;
}
.btn-default.btn3 {
	box-shadow: none;
	text-decoration: none;
	display: inline-block;
	padding: 6px 20px;
	font: 600 18px/40px 'Open Sans';
	margin: 0;
	text-transform: none;
	text-shadow: none;
	border-radius: 0;
	color: #ffffff;
	background-color: #C00;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
	border-radius: 5px; /* CSS3草案 */
	-webkit-border-radius: 5px; /* Safari,Google Chrome用 */
	-moz-border-radius: 5px; /* Firefox用 */
}
.btn-default.btn3:hover {
	color: #ffffff;
	background-color: #31353d;
	text-decoration: none;
}
.btn-default.btn4 {
	box-shadow: none;
	text-decoration: none;
	display: inline-block;
	padding: 0 20px;
	font: 600 15px/50px 'Open Sans';
	margin: 0;
	text-transform: none;
	text-shadow: none;
	border-radius: 0;
	color: #ffffff;
	background-color: #C00;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
	border-radius: 5px; /* CSS3草案 */  
    -webkit-border-radius: 5px; /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px; /* Firefox用 */ 
}
.btn-default.btn4:hover {
	color: #ffffff;
	background-color: #31353d;
	text-decoration: none;
}

.btn-default.btn5 {
	box-shadow: none;
	text-decoration: none;
	display: inline-block;
	padding: 10px 20px;
	font: 600 18px/24px 'Open Sans';
	margin: 10px 0px;
	text-transform: none;
	text-shadow: none;
	border-radius: 0;
	color: #ffffff;
	background-color: #C00;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
	border-radius: 5px; /* CSS3草案 */  
    -webkit-border-radius: 5px; /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px; /* Firefox用 */ 
}
.btn-default.btn5:hover {
	color: #ffffff;
	background-color: #31353d;
	text-decoration: none;
}

.btn-default.btn6 {
	box-shadow: none;
	text-decoration: none;
	display: inline-block;
	padding: 10px 20px;
	font: 600 24px/30px 'Open Sans';
	margin: 10px 0px;
	text-transform: none;
	text-shadow: none;
	border-radius: 0;
	color: #ffffff;
	background-color: #C00;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
	border-radius: 5px; /* CSS3草案 */  
    -webkit-border-radius: 5px; /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px; /* Firefox用 */ 
}
.btn-default.btn6:hover {
	color: #ffffff;
	background-color: #31353d;
	text-decoration: none;
}

/* list
========================================================*/
.list1-1 {
	margin: 0 0 30px 0;
	padding: 0;
	list-style: none;
}
.list1-1 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin: 0;
	padding: 20px 0 20px 30px;
	position: relative;
	background-color: #f4f5f5;
}
.list1-1 li .title {
	font: 15px 'Open Sans';
	text-transform: none;
	color: #404040;
	margin-bottom: 0;
}
.list1-1 li p {
	font: 15px 'Open Sans';
	text-transform: none;
	color: #CD1322;
	margin-bottom: 0;
}
.list1-1 li em {
	display: inline-block;
	width: 7px;
	height: 11px;
	position: relative;
	float: left;
	margin: 15px 17px 0 0;
	background: url(../img/list_arrow.png) left 0 no-repeat;
}
.list1-1 li:first-child + li {
	background-color: #fafafa;
}
.list1 {
	margin: 0 0 30px 0;
	padding: 5px 0 0 0;
	list-style: none;
}
.list1 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin: 0 0 10px 0;
	padding: 0 0 0 16px;
	background: url(../img/list_arrow.png) left 4px no-repeat;
}
.list1 li a {
	font: 14px 'Open Sans';
	text-transform: none;
	color: #31353d;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list1 li a:hover {
	color: #CD1322;
}
.list2 {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list2 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin: 0 0 1px 0;
}
.list2 li .badge {
	width: 56px;
	height: 55px;
	border-radius: 0;
	background-color: #CD1322;
	text-align: center;
	font: 600 36px/50px 'Open Sans';
	margin: 6px 10px 0 0;
	float: left;
}
.list3 {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list3 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin-bottom: 22px;
}
.list3 li time {
	font: 300 20px 'Open Sans';
	text-transform: none;
	color: #CD1322;
	margin-bottom: 0;
	float: left;
	margin-right: 18px;
}
.list4 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list4 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin-bottom: 25px;
	padding-bottom: 15px;
	border-bottom: 1px solid #eaeaeb;
}
.list4 li p {
	margin-bottom: 0;
}
.list4 li time {
	font: 300 20px/30px 'Open Sans';
	text-transform: none;
	color: #CD1322;
}
.list5 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list5 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin-bottom: 25px;
}
.list5 li a {
	color: #31353d;
	font-size: 30px;
	float: left;
	margin-top: -3px;
	margin-right: 15px;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list5 li a:hover {
	color: #e74c3c;
}
.list5 li p {
	margin: 0;
}
.list6 {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
.list6 li {
	font-size: 14px;
	line-height: 1.428571429;
	overflow: hidden;
	margin-bottom: 30px;
}
.list6 li figure {
	float: left;
	margin: 5px 22px 0 0;
}
.list6 li a {
	font: bold 14px 'Roboto Condensed';
	color: #3e3e3e;
	text-transform: none;
	letter-spacing: 2px;
}
.list6 li a:hover {
	text-decoration: underline;
}
.list6 li p {
	margin-bottom: 6px;
}
.list7 {
	margin: 0;
	padding: 0;
	list-style: none;
}
.list7 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin-bottom: 0;
}
.list7 li .badge {
	padding: 0;
	margin: 0;
	width: 53px;
	height: 53px;
	border-radius: 100%;
	background-color: #74c0bc;
	text-align: center;
	line-height: 52px;
	color: #ffffff;
	font-size: 24px;
	float: left;
	margin-right: 12px;
	margin-top: 6px;
}
.list7 li .title {
	text-transform: none;
	color: #74c0bc;
	font: 300 14px "メイリオ", 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin-bottom: 11px;
}
.list8 {
	margin: 0;
	padding: 0 0 50px 0;
	list-style: none;
	overflow: hidden;
}
.list8 li {
	font-size: 14px;
	line-height: 1.428571429;
	margin-bottom: 27px;
}


.list9 {
	margin: 0 0 30px 0;
	padding: 5px 0 0 0;
	list-style: none;
	font-size: 16px;
}
.list9 li {
	font-size: 16px;
	line-height: 1.428571429;
	margin: 0 0 10px 0;
	padding: 0 0 0 16px;
	background: url(../img/list_arrow.png) left 4px no-repeat;
}
.list9 li a {
	font: 16px 'Open Sans';
	text-transform: none;
	color: #31353d;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.list9 li a:hover {
	color: #CD1322;
}


/* search
========================================================*/
#search-404 {
	position: relative;
	margin: 33px 0 0 0;
	overflow: hidden;
	width: 303px;
}
#search-404 a {
	position: absolute;
	top: 10px;
	right: 0;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
#search-404 a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
#search-404 input {
	box-shadow: none;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin: 0;
	width: 267px;
	outline: none;
	border: 1px solid #e2e2e2;
	background: none;
	font: 14px "メイリオ", 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 18px;
	color: #bab9b9;
	padding: 10px 14px;
	height: 41px;
	resize: none;
}
#search {
	margin: 0 0 0 10px;
	position: relative;
	float: right;
}
#search a {
	font-size: 14px;
	color: #dbdbdb;
	position: absolute;
	top: 9px;
	right: 8px;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
#search a:hover {
	color: #353535;
}
#search input {
	box-shadow: none;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: none;
	margin: 0;
	width: 270px;
	border: 1px solid #ffffff;
	font: 12px "メイリオ", 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #bab9b9;
	padding: 6px 30px 6px 14px;
	height: 32px;
	outline: none;
	resize: none;
	overflow: hidden;
}
/* map
========================================================*/
.map {
	margin-bottom: 40px;
}
.map iframe {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 470px;
	border: none;
	line-height: 0;
	overflow: hidden;
}
.info {
	margin-bottom: 50px;
}
.info p {
	margin-bottom: 0;
}
.info p a {
	color: #bab9b9;
	text-decoration: underline;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.info p a:hover {
	color: #CD1322;
}
.mail {
	color: #CD1322;
	font: 14px "メイリオ", 'Arial', "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: underline;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	transition: all 0.25s;
}
.mail:hover {
	color: #31353d;
	text-decoration: none;
}
/*========================================================
                    footer
=========================================================*/
footer {
	padding: 40px 0 20px;
	background-color: #000;
}
footer figure {
	float: left;
	margin-right: 20px;
	margin-top: 1px;
	width: 30px;
}
footer p {
	font: 15px/17px 'Open Sans';
	color: #FFFFFF;
	text-transform: none;
}
footer p.priv strong {
	color: #CD1322;
	font-weight: 600;
}
footer p.priv a {
	text-transform: none;
}
footer a {
	font: 15px/17px 'Open Sans';
	color: #555c69;
	text-transform: none;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
footer a:hover {
	color: #FFFFFF;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
footer em {
	font-style: normal;
}

/*========================================================
                    social
=========================================================*/
#social ul {
	padding: 0;
	margin: 0;
	list-style: none;
	overflow: hidden;
}
#social ul li {
	overflow: hidden;
	width: 50px;
	height: 50px;
	float: left;
	margin-right: 15px;
}
/*#social ul li a:hover img {
	margin-top: -34px;
}*/
.follow_icon {
	padding: 0;
	margin: 16px 0 0 0;
	list-style: none;
	float: right;
}
.follow_icon li {
	float: left;
	margin-left: 8px;
}
.follow_icon li:first-child {
	margin-left: 0;
}
.follow_icon li a {
	height: 34px;
	width: 35px;
	overflow: hidden;
	display: inline-block;
}
.follow_icon li a:hover img {
	margin-top: -34px;
}

/*========================================================
                ADDITIONAL 
=========================================================*/

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

.ticketarea_in {
	float: left;
}

.copyright {
	font-size: 12px;
	color: #EEE;
}

.copyright a {
	font-size: 12px;
	color: #EEE;
	line-height: 200%;
}

.design a {
	font-size: 10px;
	color: #CCCCCC;
}

.top_photo_tokyo {
	background-color: #006845;
}

.top_photo_osaka {
	background: #31353d url(../img/top_photo_osaka.jpg) no-repeat;
}

.top_logo_position1 {
	float: left;
	margin: 0px 40px 0px 0px;
}

.top_logo_position2 {
	margin: 15px 0 15px 0;
}

a:hover img.hoverImg{
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80)";
}

.schedule01 {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 6px;
	border: 1px solid #CCC;
	}
	
.schedule-th01 {
	padding: 10px;
	text-align: left;
	font-weight: normal;
	background-position: bottom;
	background-repeat: repeat-x;
	background-color: #F5F5F5;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #CCC;
	}
	
.schedule-td01 {
	padding: 10px;
	text-align: left;
	font-weight: bold;
	background-position: bottom;
	background-repeat: repeat-x;
	background-color: #F5F5F5;
	border-bottom: 1px solid #CCC;
	font-size: 1.15em;
}	

.schedule-date span {
	font-size: 20px;
}	

.box-partners {
	position: relative;
	width: 100%;
	margin-top: 26px;
	padding: 22px 20px 32px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
	border: 1px solid #e2e2e2;
}
.box-partners p {
	margin-top: 15px;
}

.box-partners img {
	width: 100%;
}

.img1 {
	margin: 20px 0 20px 0px;
}

img.artistlist {
	max-width: 450px;
}

.mapimg {
	width: 100%;
	max-width: 550px;
	margin-bottom: 25px;
}

.disp_pc {
 display: block;
}

.mmt50pc {
 margin-top: -90px;
}

.prohibited {
	padding: 10px;
	color: #F30;
	background-color: #FFF;
	margin-top: 20px;
	border: solid 1px #F30;
}

/*========================================================
                RESPONSIVE LAYOUTS STYLES 
=========================================================*/
@media (min-width: 1220px) {
 .container {
 padding: 0;
}
}
/*===========================================================================================================================*/
@media (min-width: 992px) and (max-width: 1219px) {
 nav.tm_navbar li a {
	width: 155px !important;
}
/*header.indent {
	padding: 0 0 0px 0;
	height: 30px;
}*/
 .thumb-box4 {
 padding: 50px 0;
}
 .list_btn2 .prev,  .list_btn2 .next {
 top: auto;
 bottom: 0;
}
 .list_btn2 .next {
 right: 40%;
}
 .list_btn2 .prev {
 left: 40%;
}
 .list_carousel1.responsive .caroufredsel_wrapper {
 margin-bottom: 88px !important;
}
 .who-box .col-lg-4 {
 margin-bottom: 60px;
}
 .thumb-box5 {
 text-align: center;
}
 .thumb-box5 p {
 margin-bottom: 25px;
}
 .thumb-box2 .box1,  .thumb-box2 .box2 {
	padding: 15px;
	text-align: center;
}
 .thumb-box2 .box1 strong,  .thumb-box2 .box2 strong {
 float: none;
 margin: 0 0 15px 0;
}
 .thumb-box11 .col-lg-4 {
 margin-bottom: 55px;
}
 .thumb-pad2 .caption h3 {
	font-size: 22px;
}
.mmt50pc {
 margin-top: auto;
}
}
/*===========================================================================================================================*/
@media (min-width: 768px) and (max-width: 991px) {
 .ticketarea {
	width: 725px;
	margin: 0 auto;
}
.ticketarea_in {
	float: none;
	text-align: center;
}
.top_logo_position1 {
	float: none;
	text-align: center;
	margin: 0px auto 20px auto;
}
/*#toTop {
 display: block !important;
}*/
nav.tm_navbar li a {
	width: auto !important;
	font-size: 13px !important;
}
/*header.indent {
	padding: 0 0 50px 0;
	height: 30px;
}
*/
.thumb-box4 {
 padding: 50px 0;
}
.list_btn2 .prev,  .list_btn2 .next {
 top: auto;
 bottom: 0;
}
.list_btn2 .next {
 right: 40%;
}
.list_btn2 .prev {
 left: 40%;
}
.list_carousel1.responsive .caroufredsel_wrapper {
 margin-bottom: 88px !important;
}
.who-box .col-lg-4 {
 margin-bottom: 60px;
}
.thumb-box5 {
 text-align: center;
}
 .thumb-box5 p {
 margin-bottom: 25px;
}
.thumb-box1 .box1 .lnk {
 font-size: 24px;
 line-height: 35px;
}
.thumb-box2 .box1,  .thumb-box2 .box2 {
 padding: 30px;
 text-align: center;
}
.thumb-box2 .box1 strong,  .thumb-box2 .box2 strong {
 float: none;
 margin: 0 0 15px 0;
}
.thumb-box3 br {
 display: block;
}
.thumb-box11 .col-lg-4 {
 margin-bottom: 55px;
}
.errorBox .title {
	font-size: 70px;
	line-height: 70px;
}
.errorBox .description {
	font-size: 30px;
	line-height: 30px;
}
.thumb-pad2 .caption h3 {
	font-size: 18px;
}
footer {
	padding: 20px 0;
}
footer p,  footer a {
 font-size: 12px;
}
h1.navbar-brand_ {
 margin-bottom: 10px;
}
img.artistlist {
	max-width: 370px;
}
}
/*===========================================================================================================================*/
@media (max-width: 767px) {
 .ticketarea {
	width: 100%;
	margin: 0 auto;
}
.ticketarea_in {
	float: none;
	text-align: center;
}
.top_logo_position1 {
	float: none;
	text-align: center;
	margin: 0px auto 20px auto;
}

/*#toTop {
 display: block !important;
}*/
 nav.tm_navbar {
 float: none;
 width: 100%;
 text-align: center;
}
 nav.tm_navbar .nav {
 display: none;
}
 header.indent {
 padding: 0 0 50px 0;
}
h1.navbar-brand_.indent {
 margin-top: 20px;
}
 .select-menu {
 display: inline-block !important;
 padding: 4px 4px 4px 0;
 margin: 0;
 width: 100%;
 border: 1px solid #31353d;
 background-color: #31353d;
 color: #ffffff;
 cursor: pointer;
 height: 30px;
 font-size: 12px;
 vertical-align: middle;
}
 .thumb-box1 .title {
 font-size: 40px;
 line-height: 50px;
}
 .thumb-box1 .description {
 font-size: 25px;
 line-height: 25px;
}
 .thumb-box4 {
 padding: 50px 0;
}
 .list_btn2 .prev,  .list_btn2 .next {
 top: auto;
 bottom: 0;
}
 .list_btn2 .next {
 right: 40%;
}
 .list_btn2 .prev {
 left: 40%;
}
 .list_carousel1.responsive .caroufredsel_wrapper {
 margin-bottom: 88px !important;
}
 .list_carousel1 .foo > li figure {
 float: none;
 margin-right: 0;
}
 .list_carousel1 .foo > li {
 text-align: center;
}
 .who-box .col-lg-4 {
 margin-bottom: 60px;
}
 .thumb-pad4 figure {
 margin: 0 20px 0 0;
 float: left;
}
 .thumb-box8 .col-lg-3,  .thumb-box8 .col-lg-4,  .thumb-box8 .col-lg-5 {
 margin-bottom: 60px;
}
 .thumb-box5 {
 text-align: center;
}
 .thumb-box5 p {
 margin-bottom: 25px;
}
 .thumb-box1 .box1 .lnk {
 font-size: 24px;
 line-height: 35px;
}
 .thumb-box1 .box1 {
	float: none;
	text-align: center;
	margin-bottom: 40px;
	padding: 20px 30px 20px 30px;
}
 .thumb-box1 .fa-info-circle {
 float: none;
 width: 100%;
}
 .thumb-box1 .box1 span {
 float: none;
 margin: 0;
}
 .thumb-box2 .box1,  .thumb-box2 .box2 {
 padding: 30px;
 text-align: center;
}
 .thumb-box2 .box1 strong,  .thumb-box2 .box2 strong {
 float: none;
 margin: 0 0 15px 0;
}
 .thumb-box2 .box1 .title,  .thumb-box2 .box2 .title {
 font-size: 20px;
 line-height: 30px;
}
 .thumb-box2 .box1 .description,  .thumb-box2 .box2 .description {
 font-size: 15px;
 line-height: 25px;
}
 .thumb-box3 .title {
 font-size: 40px;
 line-height: 40px;
}
 .thumb-box11 .col-lg-4 {
 margin-bottom: 55px;
}
 .list_carousel2.responsive {
 padding-right: 15px;
}
 .thumb-pad3 figure {
 margin: 0 0 20px 0;
 float: none;
}
 .errorBox .title {
 font-size: 60px;
 line-height: 60px;
}
 .errorBox .description {
 font-size: 30px;
 line-height: 30px;
}
 #search-404 {
 width: 276px;
}
 #search-404 input {
 width: 247px;
}
 footer {
 padding: 40px 0;
 text-align: center;
}
 footer .col-lg-4 {
 margin-bottom: 35px;
}
 footer figure {
 float: none;
 display: inline-block;
 margin: 0 0 5px 0;
}
 footer p,  footer a {
 font-size: 12px;
}
 footer ul {
 float: none;
 display: inline-block;
}
 .thumb-pad1 .caption {
 overflow: visible;
}
.map iframe {
 height: 300px;
}
h1.navbar-brand_ {
 margin-bottom: 10px;
}
}
/*===========================================================================================================================*/
@media (max-width: 626px) {
 .thumb-pad4 figure {
 margin: 0 0 37px 0;
 float: none;
}
 #newsletter {
 display: block;
}
 #newsletter label {
 float: none;
 display: block;
}
 #newsletter input {
 width: 100%;
 margin: 0 0 15px 0;
}
 #newsletter .btn-default.btn1 {
 float: none;
}
 .thumb-box5 p span {
 float: none;
 display: inline-block;
}
 #newsletter .error {
 bottom: auto;
 top: 34px;
}
}
/*===========================================================================================================================*/
@media (max-width: 560px) {
 .thumb-pad1 figure {
 margin: 0 0 20px 0;
 float: none;
}
 .thumb-pad1.indent figure {
 margin: 0 30px 0 0;
 float: left;
}
 .thumb-pad2 .caption h3 {
 font-size: 14px;
}
}
/*===========================================================================================================================*/
@media (max-width: 480px) {
 .col-xs-6 {
 width: 100%;
 float: none;
}
 .list_btn2 .next {
 right: 30%;
}
 .list_btn2 .prev {
 left: 30%;
}
 .thumb-pad8 br {
 display: block;
}
 .thumb-pad8 p a {
 float: none;
}
 .thumb-pad8 .badge {
 margin-right: 0;
 float: none;
}
 .thumb-pad1.indent figure {
 margin: 0 0 20px 0;
 float: none;
}
 .list_carousel2.responsive {
 margin: 25px 0 0 0;
}
 .thumb-pad3 .thumbnail .caption br {
 display: block;
}
 .thumb-pad3 .thumbnail .caption p a {
 float: none;
}
 .thumb-pad3 figure img {
 width: 100%;
}
.disp_pc {
 display: none;
}
}
/*===========================================================================================================================*/
@media (max-width: 320px) {
 .col-xs-4 {
 width: 100%;
 float: none;
}
 .col-xs-6 {
 width: 100%;
 float: none;
}
}
/*===========================================================================================================================*/
/*Core variables and mixins*/
/*-------------------------------------------------*/
/*-------------------------------------------------*/
