
/*=======================================================

======================================================= */
.js .animate-box {
  opacity: 0;
}
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

body {
	font-family: sans-serif;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", serif;
	font-size: 16px;
	line-height: 1.6;
	color: rgba(0, 0, 0, 1);
}
@media screen and (max-width: 992px) {
	body {
	font-size: 16px;
	}
}

a {
	color:#1d2d67;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.text a {
  padding:5px 8px;
}
a:hover, a:active, a:focus {
  outline: none;
  text-decoration:none;
}
.text a:hover, .text a:active, .text a:focus {
  background:#1d2d67;
  color:#fff;
}
p {
  margin-bottom: 1.5em;
}

h1, h2, h3, h4, h5, h6 {
  color: #c99e03;
  font-family: Arial, sans-serif;
  font-weight: 700;
  margin: 0 0 30px 0;
}

.sp-br{
	display: none;
}

figure {
  margin-bottom: 2.5em;
  float: left;
  width: 100%;
}

::-webkit-selection {
  color: #000;
  background: #c99e03;
}

::-moz-selection {
  color: #000;
  background: #c99e03;
}

::selection {
  color: #000;
  background: #c99e03;
}
ul{
	list-style:none;
}

.red{
	color: #c50000;
}


/* ==========================================================================
btn
========================================================================== */
.btn {
  margin-right: 4px;
  margin-bottom: 4px;
  font-weight: 400;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 8px 20px !important;
}
.btn.btn-sm {
  padding: 4px 15px !important;
}
.btn.btn-md {
  padding: 8px 20px !important;
}
.btn.btn-lg {
  padding: 18px 36px !important;
}
.btn:hover, .btn:active, .btn:focus {
  box-shadow: none !important;
  outline: none !important;
  background: #1d2d67 !important;
}

.btn:hover a, .btn:active a, .btn:focus a{
	color:#fff;
}

.btn-menu {
  background: #666;
}

.btn-menu a{
  color: #fff;
}
.btn-menu:hover, .btn-menu:focus, .btn-menu:active {
  background: #1d2d67 !important;
  border-color: #1d2d67 !important;
}
.btn-primary.btn-outline {
  background: transparent;
  color: #1d2d67;
  border: 1px solid #1d2d67;
}
.btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
  background: #1d2d67;
  color: #fff;
}

.btn-warning {
  background: #f0ad4e;
  color: #fff;
  border: 2px solid #f0ad4e;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active {
  background: #eea236 !important;
  border-color: #eea236 !important;
}
.btn-warning.btn-outline {
  background: transparent;
  color: #f0ad4e;
  border: 2px solid #f0ad4e;
}
.btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:active {
  background: #f0ad4e;
  color: #fff;
}

.btn-outline {
  background: none;
  border: 1px solid #1d2d67;
  font-size: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn-outline:hover, .btn-outline:focus, .btn-outline:active {
  box-shadow: none;
  background: #1d2d67;
}

.btn-outline:hover a, .btn-outline:focus a, .btn-outline:active a {
  color: #fff !important;
}


/* ==========================================================================
layout
========================================================================== */
#wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}

#aside {
  padding-top: 10px;
  padding-bottom: 20px;
  width: 15%;
  position: fixed;
  bottom: 0;
  top: 0;
  left: 0;
/*  overflow-y: scroll;*/
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
	z-index:2;
	background:#fff;
}
@media screen and (max-width: 1200px) {
  #aside {
    width: 20%;
  }
}
@media screen and (max-width: 768px) {
#aside {
	width: 170px;
	-moz-transform: translateX(-170px);
	-webkit-transform: translateX(-170px);
	-ms-transform: translateX(-170px);
	-o-transform: translateX(-170px);
	transform: translateX(-170px);
}
}
#aside #logo {
	padding:0 16%;
	text-align:center;
	margin:0 0 18px 0;
}
#aside #logo img{
	width:100%;
}
#aside #main-menu ul {
	margin: 0 5% 20px;
	padding: 0;
	line-height:1.8;
}
@media screen and (max-width: 768px) {
	#aside #main-menu ul {
		margin: 0 0 2em 0;
	}
}
#aside #main-menu ul li {
	margin: 0;
	padding: 0;
}
#aside #main-menu ul li a {
	color: rgba(0, 0, 0, 1);
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	position: relative;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	padding: 0 10px;
	display:block;
}

#aside #main-menu ul li a:hover {
	background:rgb(201, 158, 3);
	color:#fff;
}
@media screen and (max-width: 768px) {
	#aside #main-menu ul li {
	border-bottom:1px solid #ccc;
	padding:5px 10px;
	}
	#aside #main-menu ul li a {
	font-size: 18px;
	line-height: 1.4;
	padding: 5px 10px;
	}
}

#aside .aside-info {
	position: absolute;
	bottom: 10px;
	padding:0 5%;
	font-size: 12px;
	width: 100%;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.6);
}
#aside .aside-info p{
	margin-bottom:0;
}
#aside .aside-info .tel{
	font-size:16px;
	font-weight:bold;
}
@media screen and (max-width: 768px) {
  #aside .aside-info {
    position: relative;
    bottom: 0;
		margin-top:20px;
  }
}

#aside #lang{
	padding:0 15% 3%;
	font-size:12px;
}
#aside #lang li{
	text-align:center;
	width:48%;
}
#aside #lang li a{
	display:block;
	width:100%;
	border:1px solid #fff;
	padding:0;
}
#aside #lang li a:hover{
	border:1px solid #666;
	background:#fff;
	color:#666;
}
#aside #lang li.active{
	background-color:#666;
	color:#fff;
}

#aside .btn-booking{
	margin:0 8%;
	color:#fff;
	background:#c99e03;
	padding:7px!important;
	display:block;
}

#aside .btn-booking a{
	color:#fff;
	display:block;
}
.btn-booking-innner{
	text-align:center;
	font-size:20px;
	padding:5%;
	border:1px solid #fff;
	margin:0;
	line-height:1.1;
}
.btn-booking-innner span{
	font-size:14px;
}
.goto{
	margin: 10px 0!important;
	width: 100%;
}
.goto img{
	width: 100%;
}
#aside .plan-bn{
margin: 5px 8%;
	text-align: center;
	line-height: 1.2;
	font-weight: bold;
}
#aside .plan-bn a{
display: block;
	padding: 10px 0;
	border: 1px solid #ccc;
}
#aside .plan-bn a:hover{
	background: #c99e03;
	color: #fff;
}

#main {
  width: 85%;
  float: right;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 1200px) {
  #main {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  #main {
    width: 100%;
  }
#home #main{
	background: url('./../img/home/top-bg01.jpg') no-repeat center top;
	background-size:cover;
}
}
#main .narrow-content {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 16% 0;
	color:#fff;
	display: none;
}

#main .narrow-content .btn{
	background:#fff;
	width:20%;
	margin:40px 40% 0;
	font-size:20px;
}
@media screen and (max-width: 768px) {
  #main .narrow-content {
    width: 100%;
    padding: 3.5em 1em;
  }
  
#main .narrow-content .btn{
	background:#fff;
	margin:10px 20% 0;
	font-size:16px;
	width:60%!important;
}
}

h1 img{
	width:100%;
}

h1.page-ttl{
	width: 100%;
	background: url('./../img/concept/page-ttl.jpg') repeat center top;
	background-size: cover;
	font-size: 46px;
	color: #fff;
	text-align: center;
	padding:80px 0;
	text-shadow: #000 0 0 6px; /* FireFox, Webkit, Opera */
	-ms-filter:"progid:DXImageTransform.Microsoft.DropShadow(color=#000,offx=0,offy=0)"; /* IE8 */
}
@media screen and (max-width: 768px) {
h1.page-ttl{
	font-size: 26px;
	padding:30px 0;
}
}

.fs14{
	font-size: 14px;
}

@media screen and (max-width: 1300px) {
.container{
	width:100%;
}
}

footer{
	padding-top:1.5em;
	border-top:1px solid #ccc;
	font-size:11px;
	color:#333;
}
footer p{
	text-align:center;
}

#home footer{
	position:absolute;
	bottom:5px;
	right:35px;
	color:#fff;
	border-top:none;
}

.page-text{
	font-size:14px;
	margin:25px 0 60px;
	text-align:center;
}

#page-menu{
	width:80%;
	margin:0 auto;
	margin-bottom:70px;
}
#page-menu li{
	min-width:23%;
	text-align:center;
	font-size:16px;
}
#rooms #page-menu{
	width:90%;
}
#rooms #page-menu li{
	min-width:32%;
}


@media screen and (max-width: 1250px) {
#page-menu{
	width:100%;
}
}

@media screen and (max-width: 768px) {
.page-text{
	margin:0 7% 10px;
	text-align:left;
}
	#page-menu,
	#rooms #page-menu{
	width:100%;
	margin-bottom:20px;
	padding:0 7%;
}
#page-menu li{
	text-align:center;
	font-size:14px;
	padding:8px 5px!important;
}
#rooms #page-menu li{
	min-width:30%;
	padding:8px 7px!important;
}
}

.sp-head{
	display:none;
}
@media screen and (max-width: 768px) {
.sp-head{
	display:block;
	background:#fff;
}
#sp-logo{
	width:50%;
	padding:5px 0;
	margin:0 0 0 70px;
	
}
#sp-lang{
	position:absolute;
	top:12px;
	right:9px;
	font-size:14px;
	text-align:center;
}
#sp-lang p a{
	line-height:1.4;
	display:block;
	width:100%;
	padding:5px;
	font-weight:bold;
	background:#1d2d67;
	color:#fff;
}

#aside #logo,
#aside #lang{
	display:none;
}
}


/* ==========================================================================
#home
========================================================================== */
#home #main{
  width: 85%;
  float: left;
	margin-left:15%;
	z-index:1;
	position: relative;
}
#home #keyvisual{
	position:absolute;
	z-index:1;
	width:100%;
	margin:0 auto;
	padding:0;
	overflow: hidden;
}
.bxslider {
	padding:0;
	height:100%;
}
.bxslider img{
	width:85%;
	margin:0;
}
.narrow-content{
	z-index:9999;
}
#home #main .narrow-content{
	padding: 0;
}
#home h2{
	width: 100%;
	position: absolute;
	top: 37%;
	-webkit-transform : translate(-50%);
	transform : translate(-50%);
	padding:8%;
	text-align:center;
	font-size:47px;
	line-height:1.2;
	color:#fff;
	text-shadow: #000 0 0 6px; /* FireFox, Webkit, Opera */
	-ms-filter:"progid:DXImageTransform.Microsoft.DropShadow(color=#000,offx=0,offy=0)"; /* IE8 */
	display:block; /* IE */
	margin-bottom: 0;
}
#home h2 span{
	font-size:30px;
	color:#fff;
}
.top-text{
	text-align:center;
	font-size:16px;
	color:#fff;
	text-shadow: #000 0 0 6px; /* FireFox, Webkit, Opera */
	-ms-filter:"progid:DXImageTransform.Microsoft.DropShadow(color=#000,offx=0,offy=0)"; /* IE8 */
	display:block; /* IE */
}

#home .fb-page{
	position: absolute;
	bottom:10px;
	right:30px;
	z-index: 9999;
}

#home .movie{
	display: none;
	position: absolute;
	bottom:10px;
	left:22%;
	z-index: 9999;
}
#home .movie iframe{
	display: none;
	width: 250px;
	height:140px;
}

#home .gototop{
	position: absolute;
	bottom:20px;
	text-align: center;
	width: 100%;
	padding: 0 ;
}
.gototop-sp{
	display: none;
}
#home .gototop img{
	width: 100%;
	max-width: 960px;
}

#home #infoModal{
	text-align: center;
}
#home #infoModal .modal-body{
	padding: 5% 8% 2%;
	
}
#home .modal-dialog{
	
	padding-top: 50px;
  }
.btn-set a{
	background: #c99e03;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	padding: 20px 40px;
	margin-bottom: 20px;
}
.btn-set a:hover{
	background: #1d2d67;
	color: #fff;
}
#home .btn:hover {
	color: #fff;
}

@media screen and (max-width: 1200px) {

.bxslider img{
	width:95%;
	margin:0;
}	

}
@media screen and (max-width: 992px) {

.bxslider img{
	width:95%;
	margin:0;
}
}

@media screen and (max-width: 768px) {
#home #main{
	margin:0;
	width:100%;
	position: relative;
}
#home #keyvisual{
	display:none;
}
#home h2{
	text-align:center;
	line-height:1;
	color:#fff;
	margin-top: -40px;
}
#home h2 span{
	font-size:28px;
	color:#fff;
}
.top-text{
	text-align:center;
	font-size:16px;
}
#home .movie{
display: block;
	position: relative;
	bottom:auto;
	left:auto;
	z-index: 9999;
}
#home .movie iframe{
	display: block;
	width: 90%;
	height:auto;
	margin: 10px 5%;
}
#home .footer-facebook{
	position: relative;
	background: #000;
	height: 220px;
	padding:10px 25px;
}
#home .fb-page{
position: relative;
bottom:auto;
right:auto;
margin: 0 auto;
width:320px;

}
#home .gototop{
	display: none;
}
#home .gototop-sp{
	position: absolute;
	bottom:40px;
	text-align: center;
	display: block;
	margin: 0 auto;
	width: 100%;
}
#home .gototop-sp img{
	
	width: 80%;
	padding: 0 10% ;
}
.sp-br{
	display: block;
}
/*
.owl-carousel-fullwidth li img{
  display: block;
  width: 100%;
  height: auto;
}*/

}

#load{
	position: absolute;
	background: #fff;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.youtube-area{
	position: absolute;
	z-index: -2;
	
}
.youtube-area iframe{
  position: fixed;
  z-index: -1;
  top:50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
}
.cover{
	position: fixed;
	z-index: 9999;
	width: 100%;
	height: 100%;
	background: url('./../img/home/bg_dot.png') repeat left top;
	background-size:2px 2px;
	
}

/* ==========================================================================
#room
========================================================================== */
#rooms h1.page-ttl{
	background: url('./../img/rooms/page-ttl.jpg') repeat center top;
	background-size: cover;
}
.content{
	border-top:1px solid #ccc;
	padding:55px 15px;
	margin:0 15px;
}
h2{
	font-size:30px;
	line-height:0.9;
}
#rooms h2{
	margin-bottom:50px;
}
	
h2 span{
	font-size:14px;
	color:#000;
}
#rooms .page-text{
	margin: 25px 0 30px;
}

#rooms h3{
	font-size:30px;
	line-height:1;
}
#rooms h3 span{
	font-size:18px;
}
/*
#rooms h3 span{
	font-size:14px;
	color:#000;
}*/

.icon img{
	width: 40px;
}
.details{
	z-index:10;
	padding-left:0;
}

.desc{
	padding-right: 30px;
}
.desc span{
	background-color:#fff;
	padding:3px 2px 3px 0;
}
.spec{
}
.spec span{
	background-color:#fff;
	padding:3px 5px 3px 0;
}
.dl-horizontal dt{
	width:7em;
	text-align:left;
	line-height:1.6;
	margin-bottom: 0.2em;
}
.dl-horizontal dd{
	margin-left:7em;
	margin-bottom: 0.2em;
}

.spec-list p{
	font-weight: bold;
	margin-bottom:2px;
}
.check-list{
	margin-bottom: 20px;
}
.check-list li{
	font-size: 14px;
	padding-right:10px;
}

.group-list{
	font-size:14px;
	list-style:none;
	margin-bottom:20px;
}
.group-list li{
	border:1px solid #333;
	padding:3px 15px;
	margin-right:5px;
	margin-bottom:3px;
}
.photo-list li{
	width:65px;
	padding:0;
}
.photo-list li img{
	width:100%;
}

.photo{
	padding:0;
}
figure{
	margin-bottom: 10px;
}
figure img{
	width:100%;
	float:right;
}
.photo .list-inline{
	margin-left: 0;
}

#facility .details,
#service .details{
	padding-right:15px;
}

#facility .photo,
#service .photo{
	padding-left:15px;
}
.photo01{
	float:left;
	width:66%;
	margin-right:4px;
}
.photo02{
	float:left;
	width:32.2%;
}
.photo01 img,
.photo02 img{
	width:100%;
	margin-bottom:4px;
}

#hotspring figure{
	margin-bottom: 0.7em;
}

.service-text{
	border-bottom:1px solid #ccc;
	border-top:1px solid #ccc;
	padding:20px 30px;
	margin: 0 -15px;
}

.sub-box{
	width: 80%;
	margin: 0 auto 40px;
	border: #ccc 1px solid;
	padding: 30px 30px 10px 30px;
}
.sub-box h4{
	margin: 0 0 20px 0;
}

@media screen and (max-width: 1200px) {

figure img{
	width:105%;
}
}
@media screen and (max-width: 992px) {

.photo{
	margin-top:0;
}
figure{
	margin-bottom:1em;
}
figure img{
	width:100%;
}
}
@media screen and (max-width: 768px) {
#rooms h2{
	font-size:24px;
	padding-bottom:24px;
	border-bottom:1px solid #ccc;
	margin-bottom: 20px;
}
#rooms .page-text{
	margin:0 7% 20px;
}
#rooms h3{
	font-size:22px;
	margin-bottom: 15px;
}
#rooms h3 span{
	font-size:16px;
}

.content{
	padding:25px 0 10px;
}
.col-lg-12{
	padding-right:0;
	padding-left:0;
}
h2{
	margin-bottom:15px;
}
.desc{
	font-size:14px;
	padding: 0;
}
.dl-horizontal dt{
	float:left;
}
.photo{
	margin-top:0;
}
figure{
	margin-bottom:0.3em;
}
figure img{
	width:100%;
	float:none;
}
.photo-list li{
	width:18%;
}

#facility .details,
#service .details{
	padding-right:0;
	z-index: -1;
}


#facility .photo,
#service .photo{
	padding-left:0;
}

.sub-box{
	width: 96%;
	margin: 0 auto 20px;
	padding: 10px 2% 0;
	font-size: 14px;
}
.sub-box h4{
	font-size: 16px;
	margin: 10px 0 10px 0;
}

}

/* ==========================================================================
#concept
========================================================================== */
#concept h1.page-ttl{
	background: url('./../img/concept/page-ttl.jpg') repeat center top;
	background-size: cover;
}
#concept .content{
	border:none;
}
#concept h2{
	font-size:38px;
	line-height:1.5;
}
#concept h2 span{
	font-size:20px;
}
#concept h3{
	text-align:right;
}
#concept .page-text{
	padding:60px 0;
}
#concept figure img{
	width:120%;
}
#concept .text{
	text-align:center;
	padding:20px 0;
	font-size:18px;
	font-weight:bold;
	line-height:3;
}
#concept .desc{
	text-align:right;
	line-height:2.5;
}

#concept .photoup{
	margin-top:-100px;
}
.concept-text{
	padding:50px 0 30px;
	font-size:22px;
	font-weight:bold;
	text-align:center;
}
#block1 {
	margin-top:50px;
}
#block2 .desc{
	text-align:left;
}

@media screen and (max-width: 768px) {
#concept h2{
	font-size:28px;
	line-height:1.2;
}
#concept h2 span{
	font-size:16px;
}
#concept .page-text{
	padding:20px 0;
}
h3{
	text-align:center;
}
#concept figure img{
	width:100%;
}
#concept .text{
	text-align:center;
	padding:20px 0;
	font-weight:bold;
	line-height:1.8;
}
#concept .desc{
	text-align:left;
	line-height:1.5;
}

#concept .photoup{
	margin-top:0;
}
.concept-text{
	padding:30px 0;
	font-size:22px;
	font-weight:bold;
	text-align:center;
}
#block1 {
	margin-top:50px;
}
#block2 .desc{
	text-align:left;
}
}
/* ==========================================================================
#shop
========================================================================== */
#shop h1.page-ttl{
	background: url('./../img/shop/page-ttl.jpg') repeat center top;
	background-size: cover;
}
#shop .content{
	border:none;
}
#shop .desc{
	padding-left:50px;
}
.brand-list{
	padding-left:0;
}
.photoup{
	margin-top:-250px;
}
@media screen and (max-width: 768px) {
.photoup{
	margin-top:0;
}
#shop .desc{
	padding-left:0;
}
}
/* ==========================================================================
#activity
========================================================================== */
#activity h1.page-ttl{
	background: url('./../img/activity/page-ttl.jpg') repeat center top;
	background-size: cover;
}
#activity .content{
	border:none;
	padding:55px 15px 15px 15px;
}
#activity .details-r{
	padding-left: 50px;
}
#activity h3 span{
	font-size:18px;
}
#activity .photoup{
	margin-top: -150px;
}
#activity .col-lg-12{
}
#activity .sub{
	margin-bottom: 10px;
	font-weight: bold;
}
.brand-list{
	padding-left:0;
}
.photoup{
	margin-top:-150px;
}
#activity #green,
#activity #winter{
	border-top: 1px solid #ccc;
}

#activity .sub-box{
margin-top: 30px;
	width: 100%;
}
@media screen and (max-width: 768px) {

#activity .content{
	border:none;
	padding:15px 0 10px;
}
#activity h2{
	font-size:24px;
	margin-bottom: 14px;
}
#activity h3{
	font-size:22px;
	margin-bottom: 15px;
}
#activity h3 span{
	font-size:16px;
}
#activity figure{
	margin-bottom: 20px;
}
#activity .photoup{
	margin-top:0;
}
#activity .desc{
	padding-left:0;
}
#activity .details{
	padding: 0;
}
#activity .details-r{
	padding-left: 0;
}

#activity .btn.btn-lg{
	width: 100%;
	padding: 12px 0 !important;
	font-size: 14px;
}
#activity #green,
#activity #winter{
	margin-top: 40px;
}

}


/* ==========================================================================
#activity
========================================================================== */
#setplan .content{
	border: none;
	padding: 0 15px 70px;
}
#setplan h1.page-ttl{
	background: url('./../img/setplan/page-ttl.jpg') repeat center center;
	background-size: cover;
	padding: 280px;
}
#setplan h2{
	text-align: center;
	line-height: 1.2;
}
#setplan h2 span{
	color: #c99e03;
	font-size: 18px;
}
#setplan .comment{
	font-weight: bold;
	text-align: center;
	margin-bottom: 80px;
}
#anshin h3{
	font-size: 30px;
	padding: 20px 0 0 120px;
}
#anshin h3.anshin1{
	background: url('./../img/setplan/anshin1.png') no-repeat left bottom;
	background-size: 100px 50px;
}

#anshin h3.anshin2{
	background: url('./../img/setplan/anshin2.png') no-repeat left bottom;
	background-size: 100px 50px;
}
#anshin h3.anshin3{
	background: url('./../img/setplan/anshin3.png') no-repeat left bottom;
	background-size: 100px 50px;
}
#setplan .thumb{
	clear: both;
}
#setplan .thumb ul{
	margin: 0;
	padding: 0;
}
#setplan .thumb li{
	float: left;
	width: 24.5%;
	margin: 0 0 0 0.5%;
}
#setplan .thumb img{
	width: 100%;
}

#schedule{
	padding-top: 30px;
	text-align: left;
}
#schedule dl{
	border-left: 3px solid #000;
	margin-left: 10px;
	padding-bottom: 40px;
}
#schedule img{
		width: 100%;
}
#schedule dt{
	font-size: 18px;
	margin-top: 1em;
	float: left;
	width: 25%;
	padding-left: 20px;
}
#schedule dd{
	margin-top: 1em;
	float: left;
	width: 75%;
	padding-bottom: 5px;
	padding-left: 30px;
}
#schedule .photo-l{
	width: 270px;
	display: inline-block;
	margin-right: 20px;
}
#schedule .photo-r{
	float: right;
	width: 270px;
	margin-left: 20px;
}
#schedule .day{
	width: 75px;
}

#schedule .option{
	font-size: 14px;
	background: #c99e03;
	color: #fff;
	padding: 3px;
}

.price{
	margin-bottom: 80px;
}
.col-md-4, .col-md-8{
	padding: 0;
}
.price-tab{
	border-left:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
.price-tab li{
	border-top:1px solid #ccc;
}
.price-tab li > a{
	padding: 20px;
}
.price-tab li.active{
	background: #c99e03;
	color: #fff;
}
.price-tab li.active:hover{
	cursor: default;
}
#tab01 .fad{
	display: block;
}
#setplan  .nav > li > a:focus{
	background: #c99e03;
	color: #fff;
}
#setplan  .nav > li{
	font-size: 20px;
	line-height: 1.2;
}

.plan-lead{
	display: block;
	padding-bottom: 8px;
}
.plan-number{
	font-size: 16px;
}
.tab-content{
	padding: 30px 50px;
	border:1px solid #ccc;
	font-size: 18px;
}
.tab-content .price-cont{
	margin-bottom: 0;
	font-weight: bold;
}
.tab-content ul{
	margin: 0;
	padding: 0;
}
.kakaku{
	text-align: right;
	font-weight: bold;
}
.kakaku p{
	margin-bottom: 0;
	line-height: 1.2;
}
.kakaku .goto{
	background: #c99e03;
	color: #fff;
	padding: 5px 10px;
	text-align: left;
}
.fs30{
	font-size: 30px;
}
.fs40{
	font-size: 40px;
}

#setplan .last {
	text-align: center;
}
#setplan .last .book{
	background: #c99e03;
	color: #fff;
	width: 90%;
	margin: 40px auto 10px;
	font-size: 26px;
	padding: 18px ;
	line-height: 1.3;
	font-weight: bold;
}
#setplan .last .book .tel{
	font-size: 40px;
	font-weight: bold;
}
#setplan .last .book .mail{
	font-size: 18px;
	font-weight: normal;
}
@media screen and (max-width: 768px) {
#setplan h1.page-ttl{
	background-size: cover;
	padding: 100px;
}

#setplan .comment{
	font-weight: bold;
	text-align: left;
	font-size: 14px;
	margin: 30px 7%;
}
#setplan .content{
	padding: 0 0 30px;
	margin: 0;
}
#anshin h3{
	font-size: 24px;
	text-align: left;
	margin-bottom: 10px;
	padding: 20px 0 0 110px;
}
#setplan .thumb li{
	width: 49.5%;
	margin: 0 0 0.5% 0.5%;
}
#schedule{
	padding-top: 0;
}
#setplan h2{
font-size: 26px;
	line-height: 1;
}
#schedule .day{
	width: 50px;
}
#schedule dl{
	margin-right: 3%;
	padding-bottom: 10px;
}
#schedule dt{
	float: none;
	width: 100%;
	margin-top: 0.5em;
	font-size: 14px;
}
#schedule dd{
	float: none;
	width: 100%;
	margin-top: 0;
	padding-left: 20px;
	font-size: 14px;
}
#schedule .photo-r,
#schedule .photo-l{
	margin: 0;
	float: none;
	margin-bottom: 3px;
}

.price-tab li > a{
	padding: 10px;
}

#setplan  .nav > li{
	float: left;
	font-size: 16px;
	line-height: 1.2;
	border: 1px solid #ccc;
	margin: 0.5%;
}
.col-md-4, .col-md-8{
	padding-left: 15px;
	padding-right: 15px;
}
.price-tab{
	padding: 3%;
	border: none;
}
.plan-lead{
	display: block;
	padding-bottom: 8px;
}
.plan-number{
	font-size: 14px;
}
.tab-content{
	padding: 15px 3%;
	border: none;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	font-size: 14px;
}
.tab-content .price-cont{
	margin-bottom: 0;
	font-weight: bold;
}

#setplan .last .book{
	font-size: 22px;
}
#setplan .last .book .tel{
	font-size: 30px;
}
}


/* ==========================================================================
#access
========================================================================== */
#access h1.page-ttl{
	background: url('./../img/access/page-ttl.jpg') repeat center top;
	background-size: cover;
}
#access #main .col-lg-12 img{
	width:100%;
	margin-bottom:50px;
}
#access .setumei{
	margin: 20px 10%;
	padding: 20px 30px;
	background: #eee;
	text-align: left;
}
@media screen and (max-width: 768px) {
#access #main .col-lg-12 img{
	width:100%;
	margin-bottom:20px;
}
}

/* ==========================================================================
#booking
========================================================================== */
#booking h1.page-ttl{
	background: url('./../img/booking/page-ttl.jpg') repeat center top;
	background-size: cover;
}
.goto2{
	text-align: center;
	padding: 20px 5%;
}
.goto2 img{
	max-width: 960px;
	width:100%;
}
.goto-sp{
	display: none;
}

.booking-list{
	margin: 30px 0;
}



#cal{
  margin: 2.0833% auto;
}
.responsive-iframe-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.responsive-iframe-container iframe,   
.responsive-iframe-container object,  
.responsive-iframe-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#cal h3{
	margin-bottom:8px;
	color:#333;
}
#cal .cancel{
	padding-top:30px;
	margin:20px 20%;
}
#cal .cancel h3{
	color:#c99e03;
}

#cal .caution {
	padding:5%;
	max-width: 960px;
	margin: 20px auto;
	border: #d40000 1px solid;
	color:#d40000;
}
#cal .caution h3{
	font-size: 22px;
	color:#d40000;
	margin-bottom: 15px;
}

#cal .caution ul{
	padding: 0 0 0 18px;
	list-style-type: disc
}

@media (max-width: 600px) {
    .big-container {
        display: none;
    }
    .small-container {
       padding-bottom: 200%;   /* 高さ */
    }
}
@media (min-width: 600px) {
    .small-container {
        display: none;
    }
}


#book{
	text-align:center;
}
#booking .tel{
	font-size:30px;
	font-weight:bold;
	margin-bottom:0;
}
.book-tell{
	padding-top:30px;
	margin:20px 20%;
}

form{
	width:80%;
	margin:0 auto 30px;
	background:#f1efe4;
	padding:5%;
}

.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 16px;
	margin-bottom:5px;
}
.form-control:active, .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #132281;
}
#input-GuestM,
#input-GuestF,
#input-GuestA{
	width:7em;
}
th.label-text{
	width:30%;
}
.btn-submit{
	width:90%;
	font-size:20px;
	font-weight:bold;
	background:#000;
	color:#fff;
}
.text{
	padding:0 10%;

}
.tell2,
.mail{
	margin-bottom:10px;
	font-size:20px;
	font-weight:bold;
}
.mail a{
	text-decoration:underline;
}

@media screen and (max-width: 768px) {
	#book{
		text-align:left;
	}
form{
	width:100%;
	margin:0 auto 30px;
	background:#f1efe4;
	padding:5%;
}

.book-tell{
	padding-top:30px;
	margin:20px 0;
}

.goto2{
	display: none;
}
.goto-sp{
	display: block;
	padding: 10px 0;
}
.goto-sp img{
	width: 100%;
}

body.offcanvas {
  overflow-x: hidden;
}
body.offcanvas #aside {
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  width: 170px;
  background: #fff;
  z-index: 999;
  position: fixed;
}

@media screen and (max-width: 768px) {
body.offcanvas #aside {
  background: #F0F0F0;
}
}
body.offcanvas #main, body.offcanvas .fh5co-nav-toggle {
  top: 0;
  -moz-transform: translateX(170px);
  -webkit-transform: translateX(170px);
  -ms-transform: translateX(170px);
  -o-transform: translateX(170px);
  transform: translateX(170px);
}

.work-item {
  margin-bottom: 30px;
}
.work-item a {
  border: none;
  text-align: center;
}
.work-item a img {
  margin-bottom: 10px;
  float: left;
  border: 10px solid transparent;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.work-item a h3 {
  font-size: 20px;
  color: #000;
  margin-bottom: 10px;
}
.work-item a p {
  font-size: 14px;
  color: #cccccc;
  margin-bottom: 0;
}
.work-item a:hover, .work-item a:active, .work-item a:focus {
  text-decoration: none;
}
.work-item a:hover img, .work-item a:active img, .work-item a:focus img {
  border: 10px solid #000;
}

.fh5co-services {
  margin-top: 5px;
}
.fh5co-services ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.work-pagination {
  padding: 3em 0;
}
.work-pagination a {
  color: #000;
}
.work-pagination a:hover {
  color: #da1212;
  text-decoration: none;
}
@media screen and (max-width: 480px) {
  .work-pagination span {
    display: none;
  }
}

.fh5co-border-bottom {
  border-bottom: 1px solid #f0f0f0;
}

.fh5co-testimonial {
  padding: 3em 0;
  background: #da1212;
}
@media screen and (max-width: 768px) {
  .fh5co-testimonial {
    padding: 3em 0;
  }
}
.fh5co-testimonial .item {
  color: white;
  padding-left: 3em;
  padding-right: 3em;
}
@media screen and (max-width: 768px) {
  .fh5co-testimonial .item {
    padding-left: 0em;
    padding-right: 0em;
  }
}
.fh5co-testimonial .item figure {
  text-align: center;
}
.fh5co-testimonial .item figure img {
  max-width: inherit;
  width: 90px;
  margin: 0 auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.fh5co-testimonial .item p {
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  .fh5co-testimonial .item p {
    font-size: 28px;
  }
}
@media screen and (max-width: 480px) {
  .fh5co-testimonial .item p {
    font-size: 20px;
  }
}
.fh5co-testimonial .item .author {
  font-size: 16px;
  display: block;
}

.fh5co-counters {
  padding: 1em 0;
  background: #e6e6e6;
  background-size: cover;
  background-attachment: fixed;
}
.fh5co-counters .fh5co-counter {
  font-size: 50px;
  display: block;
  color: #fff;
  font-family: "Montserrat", Arial, sans-serif;
  width: 100%;
  margin-bottom: .5em;
}
.fh5co-counters .fh5co-counter-label {
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  font-family: "Montserrat", Arial, sans-serif;
  letter-spacing: 5px;
  margin-bottom: 2em;
  display: block;
}

.fh5co-lead {
  font-size: 24px;
  line-height: 1.5;
}

.fh5co-heading-colored {
  color: #da1212;
}

.fh5co-cards {
  padding: 1em 0;
  background: #e6e6e6;
}
@media screen and (max-width: 768px) {
  .fh5co-cards {
    padding: 1em 0;
  }
}
.fh5co-cards .fh5co-flex-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
}
.fh5co-cards .fh5co-flex-wrap > div {
  width: 49.5%;
  margin-right: 1%;
  background: #fff;
  padding: 30px;
  margin-bottom: 10px;
}
.fh5co-cards .fh5co-flex-wrap > div:nth-of-type(1) {
  float: left;
}
.fh5co-cards .fh5co-flex-wrap > div:nth-of-type(2) {
  float: right;
  margin-right: 0%;
}
@media screen and (max-width: 992px) {
  .fh5co-cards .fh5co-flex-wrap > div {
    width: 100%;
    margin-right: 0;
  }
}
.fh5co-cards .fh5co-flex-wrap .fh5co-card p:last-child {
  margin-bottom: 0;
}
.fh5co-cards .fh5co-flex-wrap .fh5co-card h5 {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: .2em;
  padding: 4px 8px;
  background: #ebebeb;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.fh5co-counter .fh5co-number {
  font-size: 100px;
  color: #da1212;
  font-weight: 400;
  margin: 0;
  padding: 0;
  line-height: .7;
}
.fh5co-counter .fh5co-number.fh5co-left {
  float: left;
  width: 30%;
}
@media screen and (max-width: 768px) {
  .fh5co-counter .fh5co-number.fh5co-left {
    width: 100%;
    line-height: 1.2;
  }
}
.fh5co-counter .fh5co-text {
  float: right;
  text-align: left;
  width: 70%;
}
@media screen and (max-width: 768px) {
  .fh5co-counter .fh5co-text {
    width: 100%;
    text-align: center;
  }
}
.fh5co-counter .fh5co-text h3 {
  margin: 0;
  padding: 0;
  position: relative;
}
.fh5co-counter .fh5co-text h3.border-bottom:after {
  content: "";
  width: 50px;
}

.fh5co-social {
  padding: 0;
  margin: 0;
  text-align: center;
}
.fh5co-social li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.fh5co-social li a {
  font-size: 22px;
  color: #000;
  padding: 10px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
}
@media screen and (max-width: 768px) {
  .fh5co-social li a {
    padding: 10px 8px;
  }
}
.fh5co-social li a:hover {
  color: #1d2d67;
}
.fh5co-social li a:hover, .fh5co-social li a:active, .fh5co-social li a:focus {
  outline: none;
  text-decoration: none;
  color: #1d2d67;
}


.fh5co-more-contact {
  background: #fafafa;
}

.fh5co-feature {
  text-align: left;
  width: 100%;
  float: left;
  padding: 20px;
}
.fh5co-feature .fh5co-icon {
  float: left;
  width: 10%;
  display: block;
  margin-top: 5px;
}
.fh5co-feature .fh5co-icon i {
  color: #1d2d67;
  font-size: 70px;
}
@media screen and (max-width: 1200px) {
  .fh5co-feature .fh5co-icon i {
    font-size: 40px;
  }
}
.fh5co-feature.fh5co-feature-sm .fh5co-icon i {
  color: #1d2d67;
  font-size: 28px;
}
@media screen and (max-width: 1200px) {
  .fh5co-feature.fh5co-feature-sm .fh5co-icon i {
    font-size: 28px;
  }
}
.fh5co-feature .fh5co-text {
  float: right;
  width: 80%;
}
@media screen and (max-width: 768px) {
  .fh5co-feature .fh5co-text {
    width: 82%;
  }
}
@media screen and (max-width: 480px) {
  .fh5co-feature .fh5co-text {
    width: 72%;
  }
}
.fh5co-feature .fh5co-text h2, .fh5co-feature .fh5co-text h3 {
  margin: 0;
  padding: 0;
}
.fh5co-feature .fh5co-text h3 {
  font-weight: 300;
  margin-bottom: 20px;
  color: rgba(0, 0, 0, 0.8);
  font-size: 14px;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.fh5co-heading {
  font-size: 45px;
  margin-bottom: 1em;
}
.fh5co-heading.fh5co-light {
  color: #fff;
}
.fh5co-heading span {
  display: block;
}
@media screen and (max-width: 768px) {
  .fh5co-heading {
    font-size: 30px;
    margin-bottom: 1em;
  }
}

.fh5co-staff img {
  margin-bottom: 1em;
}
.fh5co-staff h3 {
  margin: 0;
}
.fh5co-staff h4 {
  margin: 0 0 20px 0;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.4);
}

.chart {
  width: 160px;
  height: 160px;
  margin: 0 auto 30px auto;
  position: relative;
  text-align: center;
}
.chart span {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -30px;
  width: 100%;
}
.chart span strong {
  display: block;
}
.chart canvas {
  position: absolute;
  left: 0;
  top: 0;
}

/* Owl Override Style */
.owl-carousel{
  padding-left:0!important;
}
.owl-carousel .owl-controls,
.owl-carousel-posts .owl-controls {
  margin-top: 0;
}

.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel-posts .owl-controls .owl-nav .owl-next,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
  top: 50%;
  margin-top: -29px;
  z-index: 9999;
  position: absolute;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.owl-carousel-posts .owl-controls .owl-nav .owl-next,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
  top: 24%;
}

.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel-posts .owl-controls .owl-nav .owl-next {
  right: -40px;
}
.owl-carousel .owl-controls .owl-nav .owl-next:hover,
.owl-carousel-posts .owl-controls .owl-nav .owl-next:hover {
  margin-right: -10px;
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
  left: -40px;
}
.owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev:hover {
  margin-left: -10px;
}

.owl-carousel-posts .owl-controls .owl-nav .owl-next {
  right: -50px;
}
@media screen and (max-width: 768px) {
  .owl-carousel-posts .owl-controls .owl-nav .owl-next {
    right: 0px;
  }
}

.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
  left: -50px;
}
@media screen and (max-width: 768px) {
  .owl-carousel-posts .owl-controls .owl-nav .owl-prev {
    left: 0px;
  }
}

.owl-carousel-posts .owl-controls .owl-nav .owl-next i,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-next i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-prev i {
  color: #444;
}
.owl-carousel-posts .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev:hover i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-prev:hover i {
  color: #000;
}

.owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-next i,
.owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-prev i {
  color: #fff;
}
.owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-prev:hover i {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .owl-theme .owl-controls .owl-nav {
    display: none;
  }
}

.owl-theme .owl-controls .owl-nav [class*="owl-"] {
  background: none !important;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"] i {
  font-size: 30px;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"] i:hover, .owl-theme .owl-controls .owl-nav [class*="owl-"] i:focus {
  background: none !important;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"]:hover, .owl-theme .owl-controls .owl-nav [class*="owl-"]:focus {
  background: none !important;
}

.owl-theme .owl-dots {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}

.owl-carousel-fullwidth.owl-theme .owl-dots {
  bottom: 0;
  margin-bottom: -2.5em;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background: #fff;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  border: 3px solid transparent;
}
.owl-theme .owl-dots .owl-dot span:hover {
  background: none;
  border: 3px solid #1d2d67;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: transparent;
  height: 10px;
  border: 2px solid #fff;
}



.fh5co-nav-toggle {
  cursor: pointer;
  text-decoration: none;
}
.fh5co-nav-toggle.active i::before, .fh5co-nav-toggle.active i::after {
  background: #000;
}
.fh5co-nav-toggle.dark.active i::before, .fh5co-nav-toggle.dark.active i::after {
  background: #000;
}
.fh5co-nav-toggle:hover, .fh5co-nav-toggle:focus, .fh5co-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
.fh5co-nav-toggle i {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 30px;
  height: 2px;
  color: #000;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #000;
  transition: all .2s ease-out;
}
.fh5co-nav-toggle i::before, .fh5co-nav-toggle i::after {
  content: '';
  width: 30px;
  height: 2px;
  background: #000;
  position: absolute;
  left: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.fh5co-nav-toggle.dark i {
  position: relative;
  color: #000;
  background: #000;
  transition: all .2s ease-out;
}
.fh5co-nav-toggle.dark i::before, .fh5co-nav-toggle.dark i::after {
  background: #000;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.fh5co-nav-toggle i::before {
  top: -7px;
}

.fh5co-nav-toggle i::after {
  bottom: -7px;
}

.fh5co-nav-toggle:hover i::before {
  top: -10px;
}

.fh5co-nav-toggle:hover i::after {
  bottom: -10px;
}

.fh5co-nav-toggle.active i {
  background: transparent;
}

.fh5co-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.fh5co-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.fh5co-nav-toggle {
  position: fixed;
  left: 0;
  top: 0px;
  z-index: 9999;
  cursor: pointer;
  opacity: 1;
  visibility: hidden;
  padding: 20px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  .fh5co-nav-toggle {
    opacity: 1;
    visibility: visible;
  }
}

@media screen and (max-width: 480px) {
  .col-xxs-12 {
    float: none;
    width: 100%;
  }
}

.row-bottom-padded-lg {
  padding-bottom: 7em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-lg {
    padding-bottom: 1em;
  }
}

.row-bottom-padded-md {
  padding-bottom: 4em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-md {
    padding-bottom: 1em;
  }
}

.row-bottom-padded-sm {
  padding-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-sm {
    padding-bottom: 1em;
  }
}


