@charset "UTF-8";
/* ///////////////////////////////////////////////////////////////////// 
// Common
/////////////////////////////////////////////////////////////////////*/

* {
	outline: 0 !important;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", 'Roboto', Calibri, Arial, sans-serif;
	font-weight: 500;
}
.win * { font-weight: 600; }
body {
	font-size: 16px;
	font-weight: 500;
	color: #62693E;
	line-height: 1.5em;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	margin-top: 0;
	line-height: 1.4em;
}
@media (max-width: 991px) {
	h3.text-responsive {
		font-size:1.25em;
	}
}
@media (max-width: 767px) {
	h3.text-responsive {
		font-size:1em;
	}
}
a {
	text-decoration: none;
	transition: all 0.3s ease-out;
	position: relative;
	padding: .5em;
	margin: -.5em;
	color: #62693E;
}
a:hover, a:active, a:focus {
	color: #000;
	text-decoration: none;
	text-shadow: 0px 0px 2px rgba(128,136,95,0.4);
}

ul, ol {
	margin: 0;
	padding: 0px;
	list-style: none;
}
ul.list-style {
	list-style: disc;
	margin-left:24px;
}
.content-box li:not(:last-child), .content-box dd:not(:last-child) {
	margin-bottom: 15px;
}
.content-box dt {
	margin-bottom: 10px;
	margin-top: 25px;
}
/*
.content-box {
	overflow-x: scroll;
}
*/

form * {
	border-radius:0 !important;
}
textarea {
	resize:vertical;
}
th, td {
	vertical-align: middle !important;
}
.small {
	color: inherit !important;
}
.btn {
	border-radius:0;
}
.alert-soldout {
    color: #333 !important;
    background-color: #eee !important;
    border-color: #ddd !important;
}
.tac {
	text-align:center;
}
.tar {
	text-align:right;
}
.m0auto {
	margin: 0 auto !important;
}
.p15 {
	padding: 15px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb-15 {
	margin-bottom: -15px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mb40 {
	margin-bottom: 40px !important;
}
.mb50 {
	margin-bottom: 50px !important;
}
.mt-30 {
	margin-top: -30px !important;
}
.mt5 {
	margin-top: 5px !important;
	display: block;
}
.lh175 {
	line-height:1.75em;
}
.txt-bold {
	font-weight: bold !important;
}
.tel-link {
	font-weight:bold;
}
.tel-link a {
	color:#f60;
	font-weight:bold;
}
.text-super-lg {
    font-size: 2.5em;
    font-weight: bold;
    margin-bottom: 40px;
    color: #f60;
    line-height: 1.4;
}
.h1-style {
	background: url(../images/h1-style.png) no-repeat center center;
	font-size: 1.6em;
	text-shadow: 0px 1px 3px rgba(38,92,255,0.3);
}
.ml0 {
	margin-left:0;
}
.text-logo {
	height:40px;
	background: url(../images/text-logo.png) no-repeat left center;
	background-size:107px 40px;
	padding-left:120px;
	margin-bottom: 20px;
}
.alert-danger {
    color: rgba(233,80,152,1);
    background-color:  rgba(233,80,152,.2);
    border-color:  rgba(233,80,152,.8);
}
@media (max-width: 767px) {
	.blk-xs {
		display:block;
	}
	.top-h1 {
		font-size: 1.6em;
	}
	.text-logo {
		height:30px;
		background-size:80px 30px;
		padding-left:90px;
	}
	.plr0 {
		padding-left: 0;
		padding-right: 0;
	}
	.img-responsive {
		width: 100%;
	}
}

/* ///////////////////////////////////////////////////////////////////// 
// Header
/////////////////////////////////////////////////////////////////////*/

header {
	position:fixed;
	width:100%;
	height:120px;
	top:0;
	left:0;
	z-index:9;
	background: rgba(221,221,221,0.6);
}
header .container{
	width:100%;
}

.header-logo {
	background-color:#000;
	height:120px;
}
.header-logo img {
	height:100px;
	width: auto;
	margin:10px auto;
}
.header-logo a {
	display:block;
	height:120px;
	text-indent:-9999px;
}
.header-name {
	padding-top:20px;
	padding-left:15px;
}
.header-name a {
	display:block;
	color:#fff;
	font-weight:bold;
	font-size:2em;
	line-height:1.2em;
	text-shadow: 0px 0px 4px rgba(128,136,95,0.32);
}
.header-name a span {
	display:block;
	font-size:1.175em !important;
}
.header-tix {
	background-color:#818761;
	line-height:120px;
	text-align:center;
}
.header-tix a {
	display:block;
	color:#fff;
	font-weight:bold;
	font-size:1.2em;
}
.header-tix a span {
	font-weight:bold;
}
.header-menu {
	background-color:#B68EBF;
	height:120px;
	padding-top:20px;
	text-align:center;
}
#menu-toggle {
	z-index: 1;
	font-size: 50px;
	color:#fff;
}
#menu-toggle span {
	display:block;
	font-size:.285em;
}
.p0 {
	padding: 0 !important;
	border-left: 15px solid #fff;
	border-right: 15px solid #fff;
}
@media (max-width: 1400px) {
header, .header-tix, .header-menu, .header-logo {
	height:100px;
}
.header-logo img {
	height:80px;
}
.header-tix {
	line-height:100px;
}
.header-name a {
	font-size:1.5em;
}
#menu-toggle {
	font-size: 40px;
}
}
@media (max-width: 1199px) {
header, .header-tix, .header-menu, .header-logo {
	height:80px;
}
.header-logo img {
	height:60px;
}
.header-menu {
    padding-top:15px;
}
.header-tix {
	line-height:80px;
}
.header-tix a {
	font-size:1em;
}
.header-name a {
	font-size:1.125em;
}
#menu-toggle {
	font-size: 30px;
}
}
@media (max-width: 991px) {
.header-tix a {
	font-size:.9em;
}
}
@media (max-width: 767px) {
.p0-xs {
	padding: 0 !important;
}
header {
	height:64px;
}
.header-tix, .header-menu, .header-logo {
	height:64px;
	padding-left:5px;
	padding-right:5px;
}
.header-logo {
	padding-left:5px;
	padding-right:5px;
}
.header-logo img {
	max-height:44px;
}
.header-tix {
	line-height:64px;
}
.header-name {
	padding-top:18px;
}
.header-name a {
	font-size:.75em;
}
#menu-toggle {
	font-size: 20px;
	line-height:.75em;
	padding: 10px;
}
}
/* ///////////////////////////////////////////////////////////////////// 
// Slidebar
/////////////////////////////////////////////////////////////////////*/

ul.sub-list {
	text-indent: 10px;
}
ul.sub-list .sub-list {
	text-indent: 20px;
}
.note-num {
	background-color: #f60;
	padding: 1px 5px 2px 6px;
	border-radius: 10px;
	color: #fff;
	font-family: roboto;
	font-weight: bold;
	letter-spacing: 1px;
	font-size: 12px;
	margin-left: 5px;
}
.sb-slidebar {
	background-color: #f8f8f8;
	padding-top: 119px;
	font-weight: bold;
	text-indent: 5px;
}
.sb-slidebar ul li {
	border-top: solid #dcdcdc 1px;
	padding: 10px;
}
.sb-slidebar ul li:last-child {
	border-bottom: solid #dcdcdc 1px;
}
.sb-slidebar ul.sub-list li:last-child {
	border-bottom: none;
}
.sb-slidebar ul li.accordion-toggle {
	border-bottom: none;
}
ul.sub-list li {
	background-color: #f0f0f0;
	border-top: dotted #dcdcdc 1px;
}
.sb-slidebar ul li a {
	font-weight:bold;
}
.accordion-body, .sub-list {
	z-index:9999;
}
@media (max-width: 1400px) {
.sb-slidebar {
	padding-top: 99px;
}
}
@media (max-width: 1199px) {
.sb-slidebar {
	padding-top: 79px;
}
}
@media (max-width: 767px) {
.sb-slidebar {
	padding-top: 63px;
}
}

/* ///////////////////////////////////////////////////////////////////// 
// Hero
/////////////////////////////////////////////////////////////////////*/

#hero {
	position: relative;
	overflow: hidden;
	margin-bottom: 40px;
}
#hero * {
	color: #fff;
}
.bx-wrapper {
	border: none;
	box-shadow: none;
	margin: 0;
	z-index: 1;
}
.bx-wrapper img {
	width: 100%;
}
.banner-fade {
	background: url(../images/white-blur.png) bottom repeat-x;
	position: absolute;
	bottom: 0;
	height: 256px;
	width: 100%;
	z-index: 3;
}
#content .banner-fade {
	background-size: 75% 75%;
	height: 192px;
}
.banner-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #002066;
	opacity: 0.8;
}
.btn-tix-box {
	text-align:center;
	width:100%;
	position:absolute;
	bottom:0;
	height:100px;
}
.btn-tix {
	background-color:#62693E;
	padding:10px 20px;
	font-size:1.5em;
	font-weight:bold;
	border-radius:0;
}
.slidedown {
	z-index: 99;
}
.hero-text {
	z-index: 9;
}
.bxslider .bx-text {
	position: absolute;
	text-shadow: 0px 1px 8px rgba(0,0,0,0.6);
	font-size: 2em;
	font-weight: bold;
	line-height: 1.75em;
	z-index: 99 !important;
	text-align: center;
	top:200px;
	width:100% !important;
}
#content .bxslider .bx-text {
	bottom:60px;
}
.bx-text span {
	color:#eee;
}
.bx-text .small {
	font-size: .625em;
	margin-top: -15px;
}
.bxslider .bx-text img {
	margin:0 auto;
}
.bx-text-1 img {
	max-width:960px;
}
.youtube-play {
    position: absolute;
    bottom: 100px;
    left: 50%;
    margin-left: -80px;
    cursor: pointer;
	font-size:5em;
	z-index:9999;
}
a.youtube-play .fa {
	color:#cd201f !important;
	text-shadow: 0px 0px 60px rgba(255,255,255,1);
}

@media (min-width: 1600px) {
	.bxslider div {
		font-size: 3.2em;
	}
	.bxslider .bx-text {
		top:220px;
	}
	.youtube-play {
		bottom: 180px;
	}
	#content .bxslider .bx-text {
		bottom:90px;
	}
}
@media (max-width: 1440px) {
	.bxslider .bx-text {
		bottom:160px;
	}
	.bx-text-1 img {
		max-width:840px;
	}
	#content .bxslider .bx-text {
		bottom:60px;
	}
	#content.event .bxslider .bx-text {
		top:150px !important;
	}
}
@media (max-width: 1199px) {
	.bxslider .bx-text {
		top:140px;
	}
	.youtube-play {
		bottom: 80px;
	}
	.bx-text-1 img {
		max-width:640px;
	}
	.btn-tix-box {
		bottom:-20px;
	}
	.btn-tix {
		font-size: 1.125em;
	}
	#content .bxslider .bx-text {
		top:140px;
	}
}
@media (max-width: 1150px) {
	#content.event .bxslider .bx-text {
		top:100px !important;
	}
}
@media (max-width: 991px) {
	.bxslider .bx-text {
		top:86px;
	}
	.youtube-play {
		bottom: 60px;
	}
	.btn-tix-box {
		bottom:-40px;
	}
	.btn-tix {
		font-size: 1em;
	}
	.bx-text-1 img {
		max-width:480px;
	}
	#content .bxslider .bx-text {
		top:100px;
	}
	#content.event .bxslider .bx-text {
		top:180px !important;
	}
}
@media (max-width: 860px) {
	.youtube-play {
		bottom: 40px;
	}
}
@media (max-width: 767px) {
	.bxslider .bx-text {
		top:86px;
		font-size: 1.2em;
	}
	.youtube-play {
		bottom: 40px;
		margin-left: -64px;
		font-size:4em;
	}
	.bx-text-1 img {
		max-width:94%;
	}
	.btn-tix-box {
		bottom:-60px;
	}
	#content .bxslider .bx-text {
		top:86px;
	}
	#content.event .bxslider .bx-text {
		top:76px !important;
	}
	.bx-text .small {
		margin-top: -5px;
	}
}

/* ///////////////////////////////////////////////////////////////////// 
// Catch
/////////////////////////////////////////////////////////////////////*/

#catch {
	text-align: center;
	padding: 80px 0;
}
#catch h1 span {
	font-size: .6em;
}

@media (max-width: 767px) {
	#catch h1 {
		font-size: 1.5em;
	}
	#catch h1 span {
		font-size: .5em;
	}
}

/* ///////////////////////////////////////////////////////////////////// 
// Branch
/////////////////////////////////////////////////////////////////////*/

.branch {
	padding-bottom: 80px;
}
.branch .container {
}
.event-box {
	text-align:center;
}
.branch h2, .branch h4, .branch p.event-date {
	color:#222;
	text-shadow: 0px 1px 0px rgba(255,255,255,0.8);
	margin: 0;
	font-weight:bold;
	text-align:left;
}
.branch p.event-date {
	font-family:Impact;
	font-size:1.5em;
	margin-bottom:2px;
}
.branch p.event-date span {
	font-size:.64em;
	margin-left:5px;
}
.branch p.event-date span.fs9 {
	font-family:Impact !important;
	font-size:.9em !important;
	margin-bottom:2px !important;
}
.branch h2 {
	font-size:1.2em;
}
.branch h4 {
	font-size:.75em;
}
.branch h2.ls2 {
	letter-spacing:1em !important;
	text-indent:1em;
}
.branch figure {
	position: relative;
	overflow: hidden;
	width: 100%;
	-webkit-perspective: 50em;
	perspective: 50em;
	box-shadow: 0px 2px 12px rgba(0,0,0,0.32);
	margin-bottom:30px;
}
.branch figure * {
	-webkit-box-sizing: padding-box;
	box-sizing: padding-box;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.branch figure img {
	width: 100%;
	vertical-align: top;
	filter: alpha(opacity=86);
	-webkit-opacity: 0.86;
	opacity: 0.86;
}
.branch figure:hover img,
.branch figure.hover img {
	zoom: 1;
	filter: alpha(opacity=60);
	-webkit-opacity: 0.6;
	opacity: 0.6;
	-webkit-transform: scale(1.025);
	transform: scale(1.025);
	transition-duration:1.2s;
	transition-timing-function:ease-in-out;
}
.branch figure figcaption {
	bottom: 8px;
	left: 12px;
	position: absolute;
	z-index: 5;
	padding-right: 10px;
}
.branch figure figcaption h6 {
	margin: 0;
	color: #222;
	text-align: left;
	overflow-x: hidden;
}
.branch figure a {
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	position: absolute;
	z-index: 99;
}
.branch figure:hover:after, .branch figure.hover:after {
	-webkit-transform: rotate3d(0, 0, 0, 0deg);
	transform: rotate3d(0, 0, 0, 0deg);
	opacity: 0.5;
}
@media (max-width: 767px) {
	.branch figure .img-box {
		height: auto;
	}
	.event-box {
		padding-top:30px;
	}
}
@media (max-width: 320px) {
/*	.branch figure .img-box {
	height:410px;
}	*/
}

/* ///////////////////////////////////////////////////////////////////// 
// Event
/////////////////////////////////////////////////////////////////////*/

.btn-event {
	display: block;
	border: solid #62693E 1px;
	color: #62693E;
	font-weight:bold;
	font-size:1.25em;
	padding:10px;
	margin-top:20px;
}
.event-title {
	font-size: 2.5em;
	line-height: 1.25em;
}
.event-title span {
	display: block;
	font-size: .5em;
	font-weight: bold;
}
.event-title span.text-bold {
	font-size: .75em;
}
#event-info {
	color: #333 !important;
}
#event-info * {
	overflow: hidden;
}
#event-info table th {
	vertical-align: top !important;
	font-weight: bold;
	white-space: nowrap;
}
#event-info table td a {
	white-space: normal !important;
}
#event-info td .txt-bold {
	border-bottom: 1px dotted #ddd;
	display: block;
	padding-bottom: 4px;
	margin-bottom: 5px;
}
#event-info .alert-danger {
	line-height: .8em !important;
}
.ticket-info {
	border: 1px solid rgba(233,80,152,1);
	border-radius: 10px;
	box-sizing: border-box;
	text-align: center;
	margin-bottom: 30px;
}
.ticket-info h3 {
	border-top-left-radius: 9px;
	border-top-right-radius: 9px;
	color: #fff;
	font-size: 1.125em;
	line-height: 1.75em;
	background-color: rgba(233,80,152,1);
}
.ticket-info p {
	color: rgba(233,80,152,1);
	padding: 20px 40px;
}
.ticket-info p img {
	max-width: 320px;
	width: 100%;
	margin: 0 auto;
}
.ticket-info a {
	padding: 0 !important;
	margin: 0 !important;
}
@media (max-width: 767px) {
	.btn-event {
		font-size:1em;
	}
	.table-expantion th, .table-expantion td {
		display: block !important;
	}
	.table-expantion th {
		background-color: rgba(129,135,97,.1);
	}
	.table-expantion th.th-level-2 {
		background-color: #f8f8f8;
		color: #584848;
	}
	.event-title span {
		font-size: .75em;
	}
	.event-title span.text-bold {
		font-size: .75em;
		line-height: 1.5em;
		margin-bottom: 10px;
	}
	.event-title {
		font-size: 1.5em;
	}
}

/* ///////////////////////////////////////////////////////////////////// 
// News [ table style ]
/////////////////////////////////////////////////////////////////////*/

#news {
	margin-bottom:60px;
}
h2.news-header {
	color:#62693E;
	font-size:1.25em;
	border-bottom: #62693E 2px solid;
}
#news ul li {
	padding-bottom:4px;
	padding-top:4px;
	border-bottom: 1px solid #ddd;
}
@media (max-width: 767px) {
h2.news-header {
	font-size:1.25em;
}
#news ul li {
	border-bottom:none;
}
#news ul li span {
	padding:4px 15px;
}
#news ul li span.news-date {
	background-color:#f2f6ec;
	border-bottom: 1px solid #e2e6dc;
	margin-top:8px;
	margin-bottom:4px;
}
}

/* ///////////////////////////////////////////////////////////////////// 
// News on Top
/////////////////////////////////////////////////////////////////////*/

#top-news {
	padding:50px 0;
}
#top-news a {
	display: block !important;
}
#top-news dt, #top-news dd {
	display:inline-block;
	line-height:1.6em;
}
#top-news .dtdd {
	border-bottom:#A6C09B dashed 1px;
	padding-top:10px;
}
#top-news .dtdd:first-child {
	border-top:#A6C09B dashed 1px;
}
#top-news dt {
	width:15%;
	margin-bottom:10px;
}
#top-news dd {
	width:85%;
	float:right;
}
@media (max-width: 767px) {
#top-news {
	padding:0;
}
#top-news .dtdd {
	border-bottom:none;
}
#top-news dl {
	width:94%;
	margin:30px auto;
}
#top-news dt, #top-news dd {
	width:100%;
}
#top-news dd {
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:#A6C09B dashed 1px;
}
}

/* ///////////////////////////////////////////////////////////////////// 
// News Card
/////////////////////////////////////////////////////////////////////*/

.news-card {
	background-color:rgba(255,255,255,0.6);
	box-shadow: 0px 1px 4px rgba(0,0,0,0.1);
	margin-bottom:25px;
}
.news-card.bg-arw {
	background-image: url(../images/bg-arw.png);
	background-size: 40px 40px;
	background-position: bottom right;
	background-repeat: no-repeat;
}
.news-card.bg-pinch {
	background-image: url(../images/bg-pinch.png);
	background-size: 40px 40px;
	background-position: bottom right;
	background-repeat: no-repeat;
}
.news-img-box {
	position:relative;
	background-size:cover;
	background-position:center center;
	height:180px;
	background-image: url(../images/noimage.jpg)
}
@media (min-width: 768px) and (max-width: 991px) {
#top-news .news-col:last-child {
	display: none;
}
}
@media (max-width: 767px) {
.news-card {
#top-news .news-col {
	padding-left:0;
	padding-right:0;
}
}
.news-img-box {
	height:200px;
}
}
.mark {
	position:absolute;
	top:5px;
	left:5px;
	width:108px;
	height:24px;
	line-height:1.75em;
	font-size:.75em;
	font-weight:bold;
	color:#fff;
	text-align:center;
	background-color:#8A00C8;
}

.mark-topics {
	background-color:#547064;
}
.mark-news {
	background-color:#845034;
}
.mark-event {
//	background-color: #6F1719;
	background-color:rgba(111,23,25,0.5)
}
.mark-content {
	background-color:#5F2788;
}
.mark-misc {
	background-color:#1F4879;
}
.mark-about {
	background-color:rgba(200,14,0,1.00)
}
.branch figure img.mark {
	position:absolute;
	top:-5px;
	left:-5px;
	width:100px;
	height:100px;
	z-index: 999;
	background-color: transparent !important;
}
.branch figure img.mark.seal {
	position:absolute;
	top:5px;
	left:5px;
}
.branch figure img.mark-bottom {
	position:absolute;
	bottom:0;
	right:0;
	width:100px;
	height:100px;
	z-index: 999;
	background-color: transparent !important;
}
.news-card h2 {
	padding:10px;
	font-size:1.1em;
	font-weight:bold;
	margin-bottom:0;
	color:#486030;
	border-bottom: 1px dotted #ddd;
}
.news-desc {
	padding:10px;
	font-size:.9em;
	line-height:1.5em;
}
.news-btn a.btn {
	display:block;
	width:100%;
	text-decoration:none !important;
	color:#fff;
	background-color:#6a744c;
	font-weight:bold;
	margin:10px auto 0;
}
.news-btn a.btn:hover {
	background-color:#545830;
}
.post-date {
	position:absolute;
	bottom:5px;
	right:5px;
	background-color: rgba(200,200,200,0.5);
	padding:1px 10px 2px;
	font-size:.75em;
	text-align:right;
	color:#fff;
}
@media (min-width: 768px) {
	#top-news .container {
		width: 98%;
		max-width:1200px;
	}
}
@media (max-width: 768px) {
	.branch figure img.mark {
		width:80px;
		height:80px;
	}
	.branch figure img.mark-bottom {
		width:80px;
		height:80px;
	}
}

/* ///////////////////////////////////////////////////////////////////// 
// Guide
/////////////////////////////////////////////////////////////////////*/

#guide.branch {
	padding-bottom: 65px;
}
#guide.branch .container {
	padding:80px 0 0;
}
#guide.branch .container .row div {
	padding-left:15px;
	padding-right:15px;
}
#guide.branch figure {
	box-shadow: 0px 2px 3px rgba(0,0,0,0.1);
}
#guide.branch figure figcaption {
	width:100%;
	top: auto;
	bottom:15px;
}
@media (max-width: 767px) {
#guide.branch .container {
	padding:30px 0 0;
}
#guide.branch {
	padding-bottom:0;
}
}
@media (min-width: 768px) and (max-width: 991px) {
#guide.branch h2 {
	font-size:1em !important;
}
}

/* ///////////////////////////////////////////////////////////////////// 
// Summary
/////////////////////////////////////////////////////////////////////*/

#summary, #history {
	padding:60px 0;
	background: #f0f1ed;
	background: -moz-linear-gradient(top, #f0f1ed 0%, #fcfcfc 20%, #fcfcfc 80%, #f0f1ed 100%);
	background: -webkit-linear-gradient(top, #f0f1ed 0%, #fcfcfc 20%, #fcfcfc 80%, #f0f1ed 100%);
	background: linear-gradient(to bottom, #f0f1ed 0%, #fcfcfc 20%, #fcfcfc 80%, #f0f1ed 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f1ed', endColorstr='#fcfcfc', GradientType=0 );
}
@media (min-width: 768px) and (max-width: 991px) {
#summary .container, #history .container {
	width:96%;
}
}
@media (max-width: 767px) {
#summary, #history {
	padding:15px 0 0;
}
#summary .row div, #history .row div {
	margin-bottom:15px;
}
#summary .row div h2, #history .row div h2 {
	font-size:1.5em !important;
}
}

/* ///////////////////////////////////////////////////////////////////// 
// Rental
/////////////////////////////////////////////////////////////////////*/

#rental .container {
	padding:60px 0;
}
.table-center, .table-center th {
	text-align: center;
}
.table-center th, .table-center th span {
	font-weight: bold;
}
.ul-bordered {
	border-top: 1px #ddd dotted;
}
.ul-bordered li {
	border-bottom: 1px #ddd dotted;
	margin-bottom: 0 !important;
	padding-top: 5px !important;
	padding-bottom: 5px;
	background-color: #f8f8f8;
	padding-left: 10px;
}
@media (max-width: 767px) {
#rental .container {
	padding:10px 0;
}
}

/* ///////////////////////////////////////////////////////////////////// 
// Rental
/////////////////////////////////////////////////////////////////////*/

.downloads .card {
	border: 1px solid #eee;
	position: relative;
	margin-bottom: 20px;
}
.downloads .card .img-box {
	background-color: #000;
}
.downloads .card .img-box img {
	opacity: .96;
}
.downloads .card .desc-box {
	padding: 15px 15px 5px;
}
.downloads .card .desc-box {
	font-size: .9em;
	line-height: 1.4em;
}
.downloads .card .desc-box h4 {
	font-size: 1.125em;
}
.downloads .card .desc-box p {
	font-size: .95em;
}
.dl-link {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 400px;
}
.dl-link .dl-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(160,160,160,.32);
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
	border-radius: 3px;
	z-index: 3;
}
.dl-link .dl-hover:hover {
    opacity: 1;
}
.dl-link .dl-hover .dl-hover-content {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -36px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}
#downloads h3.text-bold.mb40 {
	font-size: 1.25em;
}
#content.rent section#rental {
	display: none;
}

/* ///////////////////////////////////////////////////////////////////// 
// Googlemap
/////////////////////////////////////////////////////////////////////*/

#gmap .container {
	width:100%;
	height: 400px;
	padding-left:15px;
	padding-right:15px;
}

/* ///////////////////////////////////////////////////////////////////// 
// Contact
/////////////////////////////////////////////////////////////////////*/

span.wpcf7-form-control-wrap {
	position:relative;
	display:block;
}
input[aria-required="true"], textarea[aria-required="true"] {
	background-color:rgba(199,28,30,.05);
}
span.reqired {
	position:absolute;
	top:22px;
	right:0;
	color:rgba(199,28,30,.8);
	text-shadow:0px 0px 4px rgba(199,28,30,.32);
	font-weight:bold;
	display:block;
	text-align:center;
	padding-bottom:10px;
}
.screen-reader-response {
	display: none !important;
}

/* ///////////////////////////////////////////////////////////////////// 
// Footer
/////////////////////////////////////////////////////////////////////*/

footer {
	padding: 40px 15px 20px;
	text-align: center;
	margin-top: 30px;
}
footer h1 {
	margin-bottom: 30px;
	font-size: 1.2em;
}
footer ul li {
	display: inline-block;
	margin: 0 10px 20px;
}
footer ul li a {
	font-weight:bold;
}
.copyright {
	font-size: 86%;
}
footer nav {
	max-width:738px;
	margin:0 auto;
}
footer .sns a {
	display: block;
	font-size: 3em;
}
footer .sns a.twitter {
	color: rgba(27,149,224,1);
}
footer .sns a.twitter:hover {
	color: rgba(27,149,224,.75);
}
footer .sns a.facebook {
	color: rgba(59,89,152,1);
}
footer .sns a.facebook:hover {
	color: rgba(59,89,152,.75);
}
footer .sns a.instagram {
	color: rgba(44,44,44,1);
}
footer .sns a:hover {
	text-shadow: 0px 0px 5px rgba(128,136,95,0.8);
}

@media (max-width: 767px) {
footer {
	padding: 10px 15px;
}
footer h1 {
	font-size: 1.125em;
}
footer ul {
	margin-bottom: 40px;
	border-top: dotted #dcdcdc 1px;
}
footer ul li {
	display: block;
	margin-bottom: 0;
}
footer ul li a {
	display: block;
	border-bottom: dotted #dcdcdc 1px;
	padding: 22px 0 15px;
}
footer address .txt-bold {
	display:block;
	margin-bottom:-15px;
}
footer .copyright {
	font-size: .75em;
}
}

.wpcf7-response-output {
	color:#333;
	font-size:1.25em;
	text-align:center;
	padding-top:20px;
}

/* ///////////////////////////////////////////////////////////////////// 
// for Print
/////////////////////////////////////////////////////////////////////*/

@media print {
	a[href]:after {
		content: "" !important;
	}
	abbr[title]:after {
		content: "" !important;
	}
}