/*!
 * Start Bootstrap - Stylish Portfolio Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Global Styles */



@font-face {
	font-family: 'quadrat-serial-lightregular';
	src: url('../fonts/quadrat-serial-light-regular-webfont.eot');
	src: url('../fonts/quadrat-serial-light-regular-webfont.eot?#iefix') format('embedded-opentype'),  url('../fonts/quadrat-serial-light-regular-webfont.woff') format('woff'),  url('../fonts/quadrat-serial-light-regular-webfont.ttf') format('truetype'),  url('../fonts/quadrat-serial-light-regular-webfont.svg#quadrat-serial-lightregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
#bs-example-navbar-collapse-1 {
	font-family: 'quadrat-serial-lightregular';
}
html, body {
	width: 100%;
	height: 100%;
	font-size: 100%;
	font-family: Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}


/* SP用の記述 */
@media screen and (max-width: 320px) {
body {
	width: 100%;
	height: 100%;
	font-size: 80%;
	font-family: Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
}
.img-center {
	margin: 0 auto;
}
.text-vertical-center {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.text-vertical-center h1 {
	margin: 0;
	padding: 0;
	font-size: 4.5em;
	font-weight: 700;
}
.green {
	color: #7fbe25;
}
.table {
	border-bottom: 1px solid #ddd;
}
.table ul {
	padding-left: 1em;
}
.table ul li {
	list-style-type: disc;
	padding: 0;
	margin: 0;
}
/* Custom Button Styles */

.btn-dark {
	border-radius: 0;
	color: #fff;
	background-color: rgba(0,0,0,0.4);
}
.btn-dark:hover, .btn-dark:focus, .btn-dark:active {
	color: #fff;
	background-color: rgba(0,0,0,0.7);
}
.btn-light {
	border-radius: 0;
	color: #333;
	background-color: rgb(255,255,255);
}
.btn-light:hover, .btn-light:focus, .btn-light:active {
	color: #333;
	background-color: rgba(255,255,255,0.8);
}
/* Custom Horizontal Rule */


.navbar-brand {
	margin-top: -8px;
}
nav {
	font-size: 14px;
}
/* Header */

.header {
	display: table;
	position: relative;
	width: 100%;
	height: 100%;
	background: url(../img/bg.jpg) no-repeat center center scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	background-attachment: fixed;
}

/* SP用の記述 */
@media screen and (max-width: 320px) {
.header img {
	max-width: 50%;
	height: auto;
}
}



@media screen and (min-width : 320px) and (max-width: 1024px) {/*スマフォ・タブレット用*/
.header{
		background-attachment: scroll;
	}
}

/* About */

.headline {
	font-family: 'quadrat-serial-lightregular';
	font-size: 60px;
	margin-bottom: 15px;
}

/* SP用の記述 */
@media screen and (max-width: 320px) {
.headline {
	font-size: 40px;
	margin-bottom: 15px;
}
}
.hr-line {
	margin-bottom: 40px;
}
.about {
	padding: 60px 0 100px 0;
}

/* SP用の記述 */
@media screen and (max-width: 320px) {
.about {
	padding: 30px 0 70px 0;
}
}
/* Services */

.services {
	padding: 60px 0 100px 0;
	background: url(../img/bg_service.jpg) center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	text-align: center;
	background-attachment: fixed;
}

@media screen and (min-width : 320px) and (max-width: 1024px) {/*スマフォ・タブレット用*/
.services {
		background-attachment: scroll;
	}
}



/* SP用の記述 */
@media screen and (max-width: 320px) {
.services {
	padding: 30px 0 70px 0;
}
}

/* SP用の記述 */
@media screen and (max-width: 320px) {
.services h4 {
	color: #fff;
	margin-bottom: 20px;
	border: #fff 2px solid;
	padding: 10px 5px;
	font-size: 100%;
}
}
.services h4 {
	color: #fff;
	margin-bottom: 20px;
	border: #fff 2px solid;
	padding: 10px 5px;
}
.service_list {
	list-style: none;
	margin-bottom: 50px;
}
.service_list ul {
}
.service_list li {
	margin-bottom: 10px;
}
.root {
	font-weight: 800;
	text-decoration: underline;
}
.service-item {
	margin-bottom: 30px;
}
.service-item p {
	margin-bottom: 20px;
}

/* SP用の記述 */
@media screen and (max-width: 320px) {
.service-item h4 {
	font-size: 100%;
}
}
/* products */

.products {
	padding: 60px 0 100px 0;
	background: url(../img/bg_products.jpg) center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

@media screen and (min-width : 320px) and (max-width: 1024px) {/*スマフォ・タブレット用*/
.products {
		background-attachment: scroll;
	}
}

/* SP用の記述 */
@media screen and (max-width: 320px) {
.products {
	padding: 30px 0 70px 0;
}
}
.products-list {
	margin-bottom: 40px;
}
.products-list a {
	color: #FFF;
}
.products-list a:hover {
	text-decoration: none;
}
.products-list a:hover img {
	opacity: 0.8;
}
.products-list h4 {
	line-height: 1.2;
}
.service-item h4 {
	font-family: 'quadrat-serial-lightregular';
}
.theme_park {
	background: url(../img/bg_theme_park.jpg) center no-repeat;
}
.atraction {
	background: url(../img/bg_atraction.jpg) center no-repeat;
}
.charactor {
	background: url(../img/bg_charactor.jpg) center no-repeat;
}
.pr {
	background: url(../img/bg_pr.jpg) center no-repeat;
}
.live {
	background: url(../img/bg_live.jpg) center no-repeat;
}
.business {
	background: url(../img/bg_business.jpg) center no-repeat;
}
.service_contents {
	text-align: center;
	color: #FFF;
	display: table;
	position: relative;
	width: 100%;
	height: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	background-attachment: fixed;
}

.service_contents h1 {
	font-size:60px;
}

/* SP用の記述 */
@media screen and (max-width: 320px) {
.service_contents h1 {
	font-size:42px;
}
}

@media screen and (min-width : 320px) and (max-width: 1024px) {/*スマフォ・タブレット用*/
.service_contents {
		background-attachment: scroll;
	}
}


/* SP用の記述 */
@media screen and (max-width: 480px) {
.service_contents {
	padding: 20px 0;
}
}
.service_contents h1 {
	font-family: 'quadrat-serial-lightregular';
}
.service_contents h2 {
	font-size: 18px;
	margin-bottom: 30px;
}
.service_contents ul {
	list-style: none;
}
.service_contents ul li {
	text-align: center;
}
.service_contents ul li a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}



/* SP用の記述 */
@media screen and (max-width: 320px) {
.service_contents img {
	max-width: 140px;
	height: auto;
}
}
.btn_white-line {
	list-style: none;
	font-family: 'quadrat-serial-lightregular';
	text-align: center;
}
.btn_white-line span {
	font-size: 10px;
	margin-right: 10px;
	vertical-align: middle;
}
.btn_white-line a {
	width: 290px;
	padding: 20px 0;
	display: block;
	color: #fff;
	border: #FFF solid 5px;
	font-size: 28px;
	vertical-align: central;
	margin: 0 auto 20px auto;
}
.btn_white-line a:hover {
	background: #fff;
	color: #000;
	text-decoration: none;
}
/* Callout */

.callout {
	padding: 15px 0 30px 0;
	display: table;
	font-family: 'quadrat-serial-lightregular';
	width: 100%;
	color: #fff;
	background: #000;
	text-align: center;
}
.callout h3 {
	line-height: 1.6em;
}

/* SP用の記述 */
@media screen and (max-width: 320px) {
.callout {
	padding: 0 0 20px 0;
}
}
 @media screen and (max-width: 320px) {
.callout h3 {
	line-height: 1em;
}
}
/* company */

.company {
	padding: 60px 0 100px 0;
}


/* SP用の記述 */
@media screen and (max-width: 320px) {
.company {
	padding: 30px 0 70px 0;
}
}
/* profile */

.profile {
	padding: 100px 0;
	background: #444;
	color:#fff;
}

.profile_box {
	margin-bottom:20px;
}

.profile_box p {
	text-align:center;
	margin-top:10px;
}

.profile_box a:hover img {
opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}

/* SP用の記述 */
@media screen and (max-width: 320px) {
.profile {
	padding: 30px 0 70px 0;
}
}

/* SP用の記述 */
@media screen and (max-width: 320px) {
.profile h1 {
	font-size: 200%;
}
.profile h2 {
	font-size: 150%;
}
.profile h3 {
	font-size: 150%;
}
}
.profile h1 {
	color: #7fbe25;
	font-weight: 800;
}
.profile h2 {
	font-size: 24px;
}
.profile h3 {
	color: #7fbe25;
	font-size: 18px;
}
.profile .txt {
	margin-bottom: 50px;
}
.profile ul {
	padding-left: 1.5em;
}
.profile dd {
	margin-bottom: 10px;
}
/* recruit */

.recruit {
	padding: 60px 0 100px 0;
	background: url(../img/bg_recruit.jpg) center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	color: #FFF;
	background-attachment: fixed;
}

@media screen and (min-width : 320px) and (max-width: 1024px) {/*スマフォ・タブレット用*/
.recruit {
		background-attachment: scroll;
	}
}


/* SP用の記述 */
@media screen and (max-width: 320px) {
.recruit {
	padding: 30px 0 70px 0;
	background: #333;
}
}
/* contact */

.contact {
	padding: 60px 0 100px 0;
}
.help-block {
	color: #ff6666;
	padding: 0 10px;
	text-align: left;
}

/* SP用の記述 */
@media screen and (max-width: 320px) {
.contact {
	padding: 30px 0 70px 0;
}
}
.btn_submit {
	text-align: center;
	font-family: 'quadrat-serial-lightregular';
	background: #7fbe25;
	color: #FFF;
	border-radius: 10px;        /* CSS3草案 */
	-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 10px;   /* Firefox用 */
	border-style: none;
	width: 200px;
	padding: 20px 0;
}
.btn_submit:hover {
	background: #a2dd4e;
}
#map-canvas {
	height: 300px;
	margin: 0px;
	padding: 0px
}

#privacy {
	margin-top:40px;
	overflow: auto;   /* スクロール表示 */ 
	height: 200px;
	border:#ccc solid 1px;
	padding:20px 20px 0 20px;
}

#privacy h4 {
	color: #7fbe25;
}

#privacy p {
	margin-bottom:30px;
}


/* Map */

.map {
	height: 500px;
}
 @media(max-width:768px) {
.map {
	height: 300px;
}
}
/* Footer */

footer {
	padding: 30px 0;
	background: #000;
	color: #FFF;
	font-family: 'quadrat-serial-lightregular';
}
footer p {
	font-size: 12px;
}

/*Bootstrap3のドロップダウンをマウスオーバーで使用する方法*/
@media screen and (min-width: 800px) {
ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;    
}
}