@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Slabo+27px');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i,700,700i,800,800i');
html {
	font-size: 62.5%;
}
body {
	font-family: 'Slabo 27px', serif;
	font-size: 1.6rem;
	line-height: 1.6;
	background: url('images/bg_contents.png');
	color: #000;
}
a:link,
a:visited,
a:hover,
a:active {

}
img {
	max-width: 100%;
	height: auto;
}
.size-auto, 
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto;
}
.aligncenter {
	display: block;
	margin: 10px auto;
}
.alignleft {
	float: left;
	margin: 10px 10px 10px 0px;
}
.alignright {
	float: right;
	margin: 10px 0 10px 10px;
}
/*************************************************
  
    トップページ 

*************************************************/
.section {
  margin-top: 50px;
}
h1,
h2,
h3,
h4 {
  font-family: "Open Sans", sans-serif;
  line-height: 1.6;
}
h1,
h2 {
  background: -moz-linear-gradient(left, rgba(71,50,32,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(71,50,32,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(71,50,32,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  color: #fff;
  font-size: 2.6rem;
  padding: 1rem 2rem;
}
h3 {
  color: #493422;
  font-size: 2rem;
}
h4 {
  color: #493422;
  font-size: 1.8rem;
}
p {
  margin-top: 10px;
  margin-bottom: 30px;
}
.text-small {
  font-size: 1.4rem;
}
.ggmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.faq {
  width: 100%;
}
.question {
  background: #fbe1b4;
  border-top: 1px solid #493422;
}
.answer {
  background: rgba(255, 255, 255, .5);
}
.question th,
.answer th {
  color: #493422;
  font-size: 3.6rem;
  font-weight: normal;
  padding: .5rem 1rem;
  vertical-align: middle;
  width: 5rem;
}
.question td,
.answer td {
  padding: .5rem 1rem .5rem 0;
}
.reserve-btn {
  margin: 40px auto;
  max-width: 370px;
  position: relative;
  text-align: center;
}
.reserve-btn a {
  background: #493422;
  color: #fff;
  font-size: 2rem;
  padding: 30px 60px;
}
.reserve-btn::before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 15px;
  height: 15px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 8px;
  left: 0;
  right: 180px;
  bottom: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
}
.reserve-btn:hover::before {
  -webkit-transform:rotate(45deg) translate(-5px,5px);
	-ms-transform:rotate(45deg) translate(-5px,5px);
	-o-transform:rotate(45deg) translate(-5px,5px);
	transform:rotate(45deg) translate(-5px,5px);
}
.social-icon {
  display: -webkit-flex;
  display: flex;
  margin: 0 10px 0 30px;
}
.social-icon img {
  padding: 0 10px;
}
.flexslider {
  border: none;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 30px;
  display: inline-block;
  content: '\f001';
  color: rgba(255, 255, 255, .8);
  text-shadow: 1px 1px 0 rgba(0, 0, 0, .3);
}
@media ( min-width: 768px ) {
.br-sp {
  display: none;
}
}
/*************************************************
  
    上へ戻るボタン 

*************************************************/
.page-top {
  margin: 0;
  padding: 0;
  display: none;
}
.page-top p {
  margin: 0;
  padding: 0;
  position: fixed;
  right: 20px;
  bottom: 20px;
}
.move-page-top {
  display: block;
  background: #D36015;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  line-height: 50px;
  text-decoration: none;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.move-page-top:hover {
  color: #fff;
  opacity: 0.8;
}

/**************************
	767px以下
**************************/
@media ( max-width: 767px ) {
.alignleft,
.alignright {
	display: block;
	float: none;
	margin: 0 auto;
}
}