﻿@charset "utf-8";
/* CSS Document */

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700);

*{
	margin: 0 auto;
	padding: 0;
	border: 0;
}

body {
	font-family: 'Open Sans', 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	font-size: 14px;
	line-height: 140%;
	color: #000000;
	background-color: #FF5A2D;
	background-image: url(img/bg.jpg);
	background-repeat: repeat;
	background-position: center top;
}

#header {
	background-image: url(img/header-bg.jpg);
	background-repeat: repeat-x;
	background-position: center;
	text-align: center;
	height: 500px;
	margin: 0px auto;
}

#sns {
	text-align: center;
	margin: 0px auto 40px auto;
}

.fb {
	vertical-align: top;
	display: inline-block;
}

.tw {
	vertical-align: top;
	display: inline-block;
	margin: 0px 20px;
}

.line {
	vertical-align: top;
	display: inline-block;
}

#top-cap {
	color: #ffffff;
	background-color: #000000;
	margin: 0px auto;
	padding: 40px 0px;
	text-align: center;
}

h1 {
	color: #ff9632;
	font-size: 46px;
	line-height: 100%;
	margin: 20px;
}

#top-cap strong {
	font-size: 20px;
	line-height: 140%;
}

#menu {
	width: 100%;
	background-color: #000000;
	line-height: 100%;
	text-align: center;
	border-top: 2px #ff9632 solid;
	border-bottom: 2px #ff9632 solid;
	padding: 20px 0px;
}

#menu ul {
	width: 960px;
	margin: 0px auto;
}

#menu li {
	font-size: 20px;
	font-weight: bold;
	list-style-type: none;
	display: inline;
	padding: 0px 10px;
}

#menu li a {
	text-decoration: none;
}

.fixed{
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 999999;
}

.content-block {
	color: #ffffff;
	background-color: #000000;
	width: 900px;
	margin: 40px auto;
	padding: 20px;
	border-radius: 10px;
}

h2 {
	background-image: url(img/h2.png);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 28px;
	line-height: 50px;
	margin-bottom: 20px;
	padding-left: 50px;
}

.event-block {
	color: #000000;
	background-color: #ffffff;
	width: 880px;
	margin-top: 20px;
	padding: 10px;
	border-radius: 5px;
	display: table;
}

.event-block div {
	display: table-cell;
	vertical-align: middle;
}

.date {
	font-size: 16px;
}

.date strong {
	font-size: 24px;
}

h3 {
	font-size: 20px;
	line-height: 120%;
	margin: 10px auto;
}

.event-block img {
	width: 400px;
	display: block;
	margin-left: 10px;
}

.event-block span {
	color: #ff5a2d;
	font-weight: bold;
}

.caution {
	color: #cccccc;
	font-size: 12px;
	margin-top: 10px;
}

.campaign-block {
	width: 800px;
	color: #000000;
	background-color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	line-height: 130%;
	margin-top: 20px;
	padding: 10px;
	border-radius: 5px;
	display: table;
}

h5 {
	color: #000000;
	background-color: #ff9632;
	font-size: 24px;
	font-weight: bold;
	line-height: 140%;
	margin-bottom: 10px;
	padding: 5px 5px 5px 2px;
	border-left: 3px #ff5a2d solid;
}

.campaign-block div {
	display: table-cell;
	vertical-align: middle;
}

.campaign-block img {
	width: 400px;
	display: block;
	margin-right: 10px;
}

.price {
	color: #cc0000;
	font-size: 14px;
	margin: 10px auto 10px 0px;
}

.price strong {
	font-size: 18px;
}

.link {
	color: #ffffff;
	background-color: #000000;
	text-align: center;
	margin-top: 40px;
	padding: 40px 0px;
}

h4 {
	font-size: 20px;
	line-height: 120%;
	margin-bottom: 10px;
}

#inquiry {
	background-image: url(img/inquiry-bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
	text-align: center;
	height: auto;
	padding: 40px 0px;
}

#inquiry table {
	margin: 0px auto;
	border-spacing: 5px;
}

#inquiry td {
	color: #ffffff;
	background-color: #000000;
	text-align: center;
	vertical-align: top;
	padding: 10px;
	border-radius: 10px;
}

.tel {
	color: #990000;
	font-family: Impact;
	font-size: 22px;
	font-weight: bold;
	line-height: 100%;
	margin-top: 10px;
}

#footer {
	color: #999999;
	background-color: #000000;
	text-align: center;
	font-size: 10px;
	padding: 20px 0px 10px 0px;
}

.clear {
	clear: both;
}

a {
	color: #FF5A2D;
	overflow: hidden;
	outline: none;
}
	
a:link {
	color: #FF5A2D;
}	
	
a:visited {
	color: #FF5A2D;
}	

a:hover {
	color: #ff9632;
}	

a.pt:hover img{
   filter:alpha(opacity=70); /*←IE用*/
   -moz-opacity:0.80; /*←Mozilla用*/
    opacity:0.70; /*safari opera*/
}

.red {
	color: #cc0000;
}

.blue {
	color: #3300cc;
}

.center {
	text-align: center;
	margin: 0px auto;
}