html,body {
	margin: 0;
	padding: 0;
	height:100%;
	width: 100%;
}

body {
	overflow-x: hidden;
	font-family: sans-serif;
	background: #010104;
	text-align: center;
	font-size: 16px;
}

/* リンク */
a {color: #0076b0;}

a:hover,
a:focus,
a:active,
a.active {color: #2097d0;}

a,
a:hover,
a:focus,
a:active,
a.active {outline: 0;}

/* 基本設定 */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: sans-serif;
	font-weight: bold;
}

/* コンテンツ背景 */
.bg-light-gray { background-color: #f7f7f7; }
.bg-darkest-gray { background-color: #222; }
div#contact { background-color: #666; }

#header {
background: #790000;
padding: 10px 0;
border-bottom: 1px solid #a9a169;
}

#copy {
	text-align: right;
}
#copy img {
  border:0;
  max-width: 100%;
  height: auto;
}

#contents {
	-webkit-box-shadow: none;
	box-shadow: none;
	margin-top: 0px;
	padding-top: 30px;
	text-align: center;
	position: relative;
}

.contentsin {
	background: #fff;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin: 0;
	padding: 30px 2% 30px;
	position: relative;
}

/* ロゴ */
#logo {
	display: none;
}

.sh {
	text-align: center;
	padding: 20px 0;
	margin: 30px auto 20px;
	font-size: 24px;
	line-height: 1.1;
	color: #c60000;
	border-top: 3px dotted #cec4ad;
	border-bottom: 3px dotted #cec4ad;
}

.letter {
	margin: 0;
	text-align: left;
}

.letter p {
	margin: 0 2% 32px;
	font-size: 16px;
	line-height: 2;
}

.bullet {
	border: 2px solid #ac9f47;
	padding: 15px 10px;
	background: #f4f1db;
	margin: 0 auto 20px;
}

.bub {
	font-weight: bold;
	font-size: 24px;
	color: #c60000;
	margin: 0 0 0 30px;
}

.bus {
	border-bottom: 1px dotted #ccc;
	padding: 0 0 10px 30px;
	margin: 0 0 20px;
}

.buse {
	padding: 0 0 0 30px;
	margin: 0 0 20px;
}

.bub i {margin-left: -30px;}

.box {
	border: 2px solid #ac9f47;
	padding: 15px 10px;
	margin: 0 auto 30px;
}

.box p {margin: 0;}

.box .header, .bullet .header {margin: 10px 0;}

.bdr img {
	border: 1px solid #ac9f47;
	background: #fff;
	padding: 8px;
}

.order {
	text-align: center;
	width: 90%;
	height: 80px;
	margin: 30px auto;
	background: #ff9900;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 0 7px 1px #999;
	box-shadow: 0 0 7px 1px #999;
	background: #ffcc00;
	background: -moz-linear-gradient(top,  #ffcc00 0%, #ff7b00 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffcc00), color-stop(100%,#ff7b00));
	background: -webkit-linear-gradient(top,  #ffcc00 0%,#ff7b00 100%);
	background: -o-linear-gradient(top,  #ffcc00 0%,#ff7b00 100%);
	background: -ms-linear-gradient(top,  #ffcc00 0%,#ff7b00 100%);
	background: linear-gradient(to bottom,  #ffcc00 0%,#ff7b00 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcc00', endColorstr='#ff7b00',GradientType=0 );
}

.order a {
	display: block;
	width: 100%;
	height: 80px;
	background: #c60000;
	color: #fff;
	line-height: 78px;
	font-size: 18px;
	border: 2px solid #fff;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: #c60000;
	background: -moz-linear-gradient(top,  #c60000 0%, #6b0000 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c60000), color-stop(100%,#6b0000));
	background: -webkit-linear-gradient(top,  #c60000 0%,#6b0000 100%);
	background: -o-linear-gradient(top,  #c60000 0%,#6b0000 100%);
	background: -ms-linear-gradient(top,  #c60000 0%,#6b0000 100%);
	background: linear-gradient(to bottom,  #c60000 0%,#6b0000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c60000', endColorstr='#6b0000',GradientType=0 );
	text-shadow: 1px 2px 5px #000;
}

.order a:hover {
	display: block;
	background: none;
	text-decoration: none;
}

.none { display:block; }

/* フッター */
#footer {
	height: 100px;
	padding: 0;
	text-align: center;
	color: #666;
}

#footer p {
	line-height: 1;
	font-size: 12px;
	margin-top: 45px;
}

#footer a {color: #666;}

.right {text-align: right;}

#contents img {
margin: 0 auto;
}

#contents .pull-left img {
	float: left;
	margin-right: 20px;
	width: 120px;
}

/* メディアクエリ768px以上 */
@media(min-width:768px) {

body {
	background: url(../img/bg.jpg) no-repeat top center #010104;
	background-attachment: fixed;
	overflow:auto!important;
	overflow /**/: hidden;
}

/* ロゴ */
#logo {
	margin: 0;
	color: #0076b0;
	z-index: 3;
	text-align: center;
	position: relative;
	display: block;
}

#copy img {
  border:0;
  max-width: 100%;
  height: auto;
}

#contents {
	background: none;
	margin-top: 0px;
	padding-top: 0px;
	text-align: center;
	position: relative;
}

.contentsin {
	background: #fff;
	margin: 0px 0 0;
	padding: 70px 0 50px;
	position: relative;
	text-align: left;
}

.letter {
	width: 700px;
	margin: 0 auto;
	text-align: left;
}

.letter p {
	margin: 0 40px 32px;
	font-size: 16px;
	line-height: 2;
}

#contents .pull-left img {
	float: left;
	margin-right: 20px;
	width: 200px;
}

.box p {margin: 0 0 16px;}


.sh br, .cap br, .header3 br {display: block;}

.header3 {
	font-size: 24px;
}

.order {
	text-align: center;
	display: block;
	height: 110px;
	width: 560px;
	margin: 50px auto 0;
	background: url(../img/btnh.gif) no-repeat;
	-webkit-border-radius: none;
	border-radius: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
}

.order a {
	display: block;
	height: 110px;
	width: 560px;
	margin: 0 auto;
	background: url(../img/btn.gif) no-repeat;
	-webkit-border-radius: none;
	border-radius: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
}

.order a:hover {
	display: block;
	background: none;
}

.none { display:none; }

.sh {
	text-align: center;
	padding: 30px 0;
	margin: 50px auto 30px;
	font-size: 26px;
	line-height: 1.1;
	color: #c60000;
	border-top: 3px dotted #cec4ad;
	border-bottom: 3px dotted #cec4ad;
}

.movie {
    position: relative;
    width: 560px;
    height: 420px;
    padding: 0;
    margin: 0 auto 10px;
}

.movie2 {
    position: relative;
    width: 640px;
    height: 480px;
    padding: 0;
    margin: 0 auto 10px;
}

.bullet {
	border: 2px solid #ac9f47;
	padding: 15px 20px;
	background: #f4f1db;
	margin: 0 20px 20px;
}

.box {
	border: 2px solid #ac9f47;
	padding: 15px 20px;
	margin: 0 auto 30px;
}


/* フッター */
#footer {
	color: #fff;
}

#footer a {color: #fff;}


}/* メディアクエリ終了 */

/* 見出し */
h2 {
	margin-top: 0;
	margin-bottom: 15px;
	font-size: 30px;
}

h3 {
	margin-bottom: 75px;
	text-transform: none;
	font-size: 14px;
	font-weight: normal;
	color: #666;
}

h4 {font-size: 20px;margin: 15px 0;}



.caption p {margin: 0}


/* ソーシャルボタン */
ul.social-buttons {
	margin-top: 50px;
}

ul.social-buttons li a {
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	font-size: 20px;
	line-height: 50px;
	outline: 0;
	color: #fff;
	background-color: #222;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}

ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
	background-color: #0076b0;
}

.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
	outline: 0;
}


p.small, .small {
	font-size: 70%;
	line-height: 1.25;
}

.b {
	font-weight: bold;
	font-size: 16px;
}

p.bb, .bb {
	font-weight: bold;
	font-size: 140%;
	line-height: 1.25;
}

.bh {
background: #660000;
font-size: 140%;
font-weight: bold;
margin: 0 0 20px;
padding: 5px;
color: #fff;
margin-top:100px;
}

.header {
border-bottom: 1px solid #660000;
border-left: 5px solid #660000;
font-size: 160%;
font-weight: bold;
margin: 30px 0 20px;
padding: 5px 0 5px 10px;

}

table {
width: 100%;
margin-bottom: 20px;
}

td {
border: 1px solid #ddd;
padding: 5px;
}

.th {background: #f5f0d5;}

.vip {background: #a9a169;}
.s {background: #b5b5b5;}
.a {background: #ff7a68;}
.ol {text-decoration: line-through;}

.u {border-bottom: 1px solid;}
.white {color: #fff;}
.red {color: #c60000;}
.blue {color: #00468b;}
.green {color: #00782d;}
.orange {color: #fe7816;}
.gold {color: #807109;}


table td a:hover {
filter:alpha(opacity=70);
-moz-opacity: 0.7;
opacity: 0.7;
-webkit-transition: all ease .5s;
-moz-transition: all ease .5s;
transition: all ease .5s;
}
