﻿body{
	background-color:#ffffff;
	color:#333333;
	font-family:"M PLUS Rounded 1c","メイリオ","Hiragino Kaku Gothic Pro",sans-serif;
	margin:0;
	padding:0;
}

p{
	font-size:100%;
	line-height:1.8;
	margin-left:5px;
}

.qa{
	text-align:left;	
}

h1{
	font-size:180%;
	margin:0;
}
h2{
	font-size:140%;
	color:#000000;
	border-bottom:1px dashed #606060;
	border-left:10px solid #606060;
	padding-left:7px;
	padding-top:5px;
	
}

h4{
	font-size:120%;
	color:#903100;	
	margin:0;
	padding-top:15px;
}

h5{
	font-size:80%;
	color:#ffffff;	
	margin:0;
	padding-top:15px;
}

footer{
	text-align:center;
	border-top:5px solid #606060;
}
article{
	position:relative;
}
.catch{
	position:absolute;
	top:20px;
	left:30px;
	color:#ffffff;
	text-shadow:0 5px 10px #333333;
}
.maingazo{
	background-color:#ｆｆｆｆff;
}
header{
	background-color:#491600;
	color:#ffffff;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 10000;
}

ul{
	list-style-type:none;
	padding-left:0;
	line-height:1.8;
	font-size:90%;
}
ul time{
	border-radius:10px;
	background-color:#999999;
	color:#ffffff;
	font-size:90%;
	padding-left:5px;
	padding-right:5px;
	margin-right:5px;
}
nav ul{
	font-weight:bold;
	text-align:right;
	padding-top:26px;
	padding-bottom:5px;
	margin:0;
}
nav li{
	display:inline;
	padding-left:10px;
	padding-right:10px;
	border-right:1px solid #ffffff;
}
header img{
	float:left;
}
article{
	clear:both;
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}
.header-in{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}
.sabu-h1{
	font-size:150%;
	background-image:linear-gradient(to left,#fbe78b,#ffffff);
	padding-left:10px;
	border-left:15px solid #822725;
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=1,StartColorStr=#ffffff,EndColorStr=#fbe78b)";
}
.point-list{
	list-style-image:url(../image/list.gif);
	font-weight:bold;
	margin-left:30px;
}
.point-img{
	float:right;
	margin-left:20px;
}

.point2-img{
	float:left;
	margin-right:10px;
}

.sentou{
	clear:both;
	text-align:right;
}

.price{
	text-align:center;
	font-size:105%;
	line-height:1.0;
}


ol li{
	display:inline;
	margin-right:5px;
	font-size:100%;
}
ol{
	padding-left:0;
}
.page{
	background-color:#ffffff;
	padding-left:10px;
	padding-right:10px;
}
nav a{
	text-decoration:none;
	color:#ffffff;
}
nav a:hover{
	color:#ffcc00;
}
a img{
	border:0;
}
table{
	border:1px solid #333333;
	font-size:90%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
	border-collapse:collapse;
}
th{
	background-color:#ccccff;
	border:1px solid #333333;
	padding:10px;
	width:20%;
}
td{
	border:1px solid #333333;
	padding:10px;
}
caption{
	caption-side:bottom;
}
aside h1{
	font-size:120%;
	border-bottom:2px dotted #666666;
	padding-left:5px;
	margin:0;
}
aside li{
	border-bottom:1px dotted #666666;
}
aside ul{
	margin:0;
}
aside a{
	display:block;
	color:#333333;
	text-decoration:none;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:5px;
}
aside a:hover{
	background-color:#dcdcdc;
}
.bukkenmei{
	display:block;
	font-size:80%;
	color:#666666;
}
h3{
	padding-left:10px;
	border-left:20px solid #00cccc;
	font-size:105%;
}
.select{
	background-color:#ffcc00;
}
.bukken-kiji{
	float:left;
	width:75%;
}
aside{
	float:right;
}
footer{
	clear:both;
}
iframe{
	display:block;
	margin-left:auto;
	margin-right:auto;
}
input{
	display:block;
	width:400px;
}
textarea{
	display:block;
	width:600px;
	height:120px;
}
button{
	width:180px;
	padding:10px;
}


.balloon-top {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  width: 850px;
  height:80px;
  color: #555;
  font-size: 16px;
  background: #FFF;
  border: solid 3px #555;
  box-sizing: border-box;
}

.balloon-top:before {
  content: "";
  position: absolute;
  top: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-bottom: 12px solid #FFF;
  z-index: 2;
}

.balloon-top:after {
  content: "";
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-bottom: 14px solid #555;
  z-index: 1;
}

.balloon-top p {
  margin: 0;
  padding: 0;
}




/* 959px以下の場合 */
@media(max-width:959px){
header img{
	float:none;
}
nav ul{
	text-align:left;
	padding:0;
}
article{
	width:auto;
}
article img{
	max-width:100%;
	height:auto;
}
.header-in{
	width:auto;
}

.header-back{
	width:auto;
}


.bukken-kiji{
	float:none;
	width:100%;
}
aside{
	float:none;
}

.balloon-top{
	width:auto;
	height:auto;
}



}



.js-animation {
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px);
  transition: all 1s;
}
.js-animation.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}



/* 600px以下の場合 */
@media(max-width:600px){
nav li{
	font-size:85%;
	padding-left:2px;
	padding-right:2px;
}
.catch{
	top:5px;
	left:5px;
}
.point-img{
	float:none;
}
video{
	max-width:100%;
	height:auto;
}
iframe{
	max-width:100%;
}
input,textarea{
	width:320px;
}
}

/* プリント出力 */
@media print{
.catch{
	color:#000000;
	text-shadow:none;
}
}

.mainv .mainvTop{
	text-align: center;
	background: url(../image/bg.png) 0 0 repeat;
	padding: 75px 10px 0;
}
.mainv .mainvTop img{
	max-width: 100%;
}
.mainv .mainvBot{
	text-align: center;
	background: #7e2a10;
	padding: 0 10px;
}
.mainv .mainvBot img{
	max-width: 100%;
}


.simple_square_btn {
	display: block;
	float:right;
	position: relative;
	width: 308px;
	padding: 0.3em;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	background: #7083C5;
	border:1px solid #7083C5;
	border-radius:10px;
}
.simple_square_btn:hover {
	 background: #ffffff;
         color: #7083C5;
	 cursor: pointer;
	 text-decoration: none;
}

.mojiright{
     clear:both;
     }


.sub{
	font-size:90%;
	color:#ffffff;
	background-color:#606060;
	border-radius:10px;
	padding-left:15px;
	padding-right:15px;
	margin-right:10px
}

