@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,700|Lobster+Two);

@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
.noto100 {font-family: 'Noto Sans Japanese', sans-serif;font-weight:100;}
.noto200 {font-family: 'Noto Sans Japanese', sans-serif;font-weight:200;}
.noto300 {font-family: 'Noto Sans Japanese', sans-serif;font-weight:300;}
.noto400 {font-family: 'Noto Sans Japanese', sans-serif;font-weight:400;}
.noto500 {font-family: 'Noto Sans Japanese', sans-serif;font-weight:500;}
.noto600 {font-family: 'Noto Sans Japanese', sans-serif;font-weight:600;}
.noto700 {font-family: 'Noto Sans Japanese', sans-serif;font-weight:700;}
.noto800 {font-family: 'Noto Sans Japanese', sans-serif;font-weight:800;}
.noto900 {font-family: 'Noto Sans Japanese', sans-serif;font-weight:900;}

/*	ã‰º’†‰›	*/
.row-v-middle {
	font-size: 0;
}

.row-v-middle > [class*="col-"] {
	float: none;
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
}


@media (max-width: 768px) {
	.row-v-middle > [class*="col-"] {
		float: left;
		font-size: 1rem;
		width: 100%;
	}
}

.s_text {
	font-size:0.98em;
	line-height:1.3 !important;
}


/*grid‚Ìgutter’²®*/
.row-0{
	margin-left:0px;
	margin-right:0px;
}
.row-0 > div{
		padding-right:0px;
		padding-left:0px;
	}

.row-10{
	margin-left:-5px;
	margin-right:-5px;
}
.row-10 > div{
		padding-right:5px;
		padding-left:5px;
	}

.row-20{
	margin-left:-10px;
	margin-right:-10px;
}
row-20 > div{
		padding-right:10px;
		padding-left:10px;
	}

.row-30{
	margin-left:-15px;
	margin-right:-15px;
}
.row-30 > div{
		padding-right:15px;
		padding-left:15px;
	}
.row-40{
	margin-left:-20px;
	margin-right:-20px;
}
.row-40 > div{
		padding-right:20px;
		padding-left:20px;
	}




/*
Template Name: Multi
Version: 1.0
Author: ShapeBootstrap
Author URL: http://shapebootstrap.net
*/
/*************************
*******Typography******
**************************/
body {
  padding-top: 78px;
  background: #fff;
/*  font-family: 'Open Sans', sans-serif;	/**/
  font-family: "Open Sans", "Helvetica Neue", Helvetica, "Arial", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 400;
/*	  color: #64686d;	/**/
  color: #444444;
  line-height: 26px;
  background:url(../../common/images/theme/bg.jpg);
}

@media (max-width: 767px) {
	body {
		padding-top: 40px;
	}
}


h1,
.h1 {
  font-size: 30px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, "Arial", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #272727;
  text-transform: uppercase;
	letter-spacing:-0.02em;
}
a {
  color: #45aed6;
  -webkit-transition: color 400ms, background-color 400ms;
  -moz-transition: color 400ms, background-color 400ms;
  -o-transition: color 400ms, background-color 400ms;
  transition: color 400ms, background-color 400ms;
  outline: none;
}

a:focus, *:focus { outline:none; }

a:hover,
a:focus {
  text-decoration: none;
  color: #2a95be;
}

.t_shadow {
	text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
}

hr {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #fff;
}
.bld {
	font-weight:bold;
}
.vm {
	vertical-align:middle !important;
}
.gradiant {
  background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
}
.gradiant-horizontal {
  background-image: -moz-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
}
.section-header {
  margin-bottom: 30px;
}
.section-header .section-title {
  font-size: 30px;
  color: #272727;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 20px;
  margin: 0 0 20px;
}
.section-header .section-title:before {
  content: "";
  position: absolute;
  width: 140px;
  bottom: 0;
  left: 50%;
  margin-left: -70px;
  height: 1px;
  background: #ebebeb;
}
.section-header .section-title:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  bottom: -11px;
  left: 50%;
  margin-left: -12px;
  border: 5px solid #fff;
  border-radius: 20px;
  background: #45aed6;
}

.section-header .section-title2 {
  font-size: 22px;
  color: #272727;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 20px;
  margin: 0 0 20px;
}
.section-header .section-title2:before {
  content: "";
  position: absolute;
  width: 240px;
  bottom: 0;
  left: 50%;
  margin-left: -120px;
  height: 1px;
  background: #ebebeb;
}
.section-header .section-title2:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  bottom: -11px;
  left: 50%;
  margin-left: -12px;
  border: 5px solid #fff;
  border-radius: 20px;
  background: #45aed6;
}

.img-responsive-center{
    margin: 0 auto;
}


.btn {
  border-width: 0;
  border-bottom-width: 3px;
  border-radius: 3px;
}

.btn.btn-primary {
  background: #45aed6;
  border-color: #2a95be;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus {
  background: #2a95be;
}
.column-title {
  margin-top: 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
  margin-bottom: 15px;
  position: relative;
}
.column-title:after {
  content: " ";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 40%;
  border-bottom: 1px solid #45aed6;
}
ul.nostyle {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}
ul.nostyle i {
  color: #45aed6;
}
.scaleIn {
  -webkit-animation-name: scaleIn;
  animation-name: scaleIn;
}
@-webkit-keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}



.bg_breadcrumb {
	margin-top:20px;
/*		background:#d7d8e4;	/**/
}
.breadcrumb {
  padding: 4px 15px;
  margin-bottom: 0px;
  list-style: none;
/*  background-color: #d7d8e4 !important;	/**/
  background-color: none !important;	/**/
  border-radius: 4px;
  font-size:0.9em;
}
.breadcrumb > li {
  display: inline-block;
  color:#08187a;
}
.breadcrumb > li a {
  color:#08187a;
}
.breadcrumb > li + li:before {
  content: "\00a0";
	background:url(../../common/images/theme/arrow-1.gif) no-repeat center;
  padding: 0 5px 0 5px !important;
  color: #08187a;
}

.breadcrumb > li a:hover, .breadcrumb > li a:focus, .breadcrumb > li a:active {
	color: #c9263d;	/**/
	text-decoration: none;
}

.breadcrumb > .active {
  color: #777777;
}




/*************************
*******Header******
**************************/
.navbar.navbar-default {
  border: 0;
  border-radius: 0;
  margin-bottom: 0;
}
.navbar.navbar-default .navbar-toggle {
  margin-top: 32px;
}
.navbar.navbar-default .navbar-brand {
  height: auto;
  padding: 12px 15px 0px;
}
.navbar.navbar-default h1 {
	margin-top:0px;
}

@media (max-width: 767px) {
	.navbar.navbar-default .navbar-brand {
	  height: auto;
	  padding: 10px 10px 10px;
	}
	.navbar.navbar-default .navbar-brand img {
	  width:230px;
	}
	.navbar.navbar-default .navbar-toggle {
	  margin-top: 5px;
	}
  #main-menu.navbar-default li {
    border-bottom: 1px solid #ddd;
  }
}
@media only screen and (min-width: 768px) {
  #main-menu.navbar-default {
    background: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
  }
  #main-menu.navbar-default .navbar-nav > li > a {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align:center;
    line-height:1.2;
  }
  #main-menu.navbar-default .navbar-nav > li.active > a,
  #main-menu.navbar-default .navbar-nav > li.open > a,
  #main-menu.navbar-default .navbar-nav > li:hover > a {
    background: transparent;
    padding-top: 17px;
    border-top: 3px solid #45aed6;
  }
  #main-menu.navbar-default .dropdown-menu {
    padding: 0 20px;
    min-width: 220px;
/*    background-color: rgba(26, 28, 40, 0.9);	/**/
    background-color: rgba(0, 0, 0, 0.5);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    background-clip: inherit;
  }
  #main-menu.navbar-default .dropdown-menu > li {
    border-left: 3px solid transparent;
    margin-left: -20px;
    padding-left: 17px;
    -webit-transition: border-color 400ms;
    transition: border-color 400ms;
  }
  #main-menu.navbar-default .dropdown-menu > li > a {
    border-top: 1px solid #404455;
    padding: 15px 0;
    color: #fafafa;
  }
  #main-menu.navbar-default .dropdown-menu > li:first-child > a {
    border-top: 0;
  }
  #main-menu.navbar-default .dropdown-menu > li.active,
  #main-menu.navbar-default .dropdown-menu > li.open,
  #main-menu.navbar-default .dropdown-menu > li:hover {
/*    border-left-color: #45aed6;	/**/
    border-left-color: #45aed6;
    color:#45aed6;
  }
  #main-menu.navbar-default .dropdown-menu > li.active > a,
  #main-menu.navbar-default .dropdown-menu > li.open > a,
  #main-menu.navbar-default .dropdown-menu > li:hover > a {
/*    border-left-color: #45aed6;	/**/
    border-left-color: #45aed6;
    background-color: transparent;
    color:#45aed6;
  }


  #main-menu.navbar-default li span {
  	font-size:14px;
  font-family: 'Open Sans', sans-serif;
/*	  text-transform: uppercase;	/**/
	letter-spacing:-0.02em;

  }

}

@media (min-width: 768px) and (max-width: 991px) {
	#main-menu.navbar-default .navbar-nav > li > a {
		padding-left:5px !important;
		padding-right:5px !important;
	}

}


#main-slider {
  overflow: hidden;
}
#main-slider .item {
  height: 558px;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}
#main-slider .slider-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
}
#main-slider .slider-inner h1 ,
#main-slider .slider-inner h2 {
  margin-top: 180px;
  font-size: 36px;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
}
#main-slider .slider-inner h1 > span ,
#main-slider .slider-inner h2 > span {
  color: #45aed6;
}
#main-slider .slider-inner .btn {
  margin-top: 10px;
}
#main-slider .owl-prev,
#main-slider .owl-next {
  position: absolute;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 30px;
  display: inline-block;
  margin-top: -35px;
  height: 70px;
  width: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 100px;
  z-index: 5;
  -webkit-transition: background-color 400ms;
  transition: background-color 400ms;
}
#main-slider .owl-prev:hover,
#main-slider .owl-next:hover {
  background-color: #45aed6;
}
#main-slider .owl-prev {
  left: -35px;
  text-indent: 14px;
}
#main-slider .owl-next {
  right: -35px;
  text-indent: -14px;
}
#bar {
  width: 0%;
  max-width: 100%;
  height: 4px;
  background: #45aed6;
}
#progressBar {
  margin-top: -4px;
  position: relative;
  z-index: 999;
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
}

#cta {
  padding: 50px 0;
/*  background-color: #eeeeee;	/**/
}
#cta h2 {
  margin-top: 0;
}
#cta .btn {
  margin-top: 40px;
}

#cta2 {
  background: #242a33 url(../images/cta2/cta2-bg.jpg) no-repeat 50% 50%;
  background-size: cover;
  color: #fff;
  padding-top: 70px;
}
#cta2 .btn {
  margin-top: 10px;
}
#cta2 h2 {
  color: #fff;
  font-size: 44px;
  line-height: 1;
}
#cta2 h2 > span {
  color: #45aed6;
}
#features {
  padding: 0px 0 0px;
}
#features .media.service-box:first-child {
  margin-top: 30px;
}
#services {
  padding: 30px 0 30px;
}
.media.service-box {
  margin: 25px 0 0;
}
.media.service-box .pull-left {
  margin-right: 20px;
}
.media.service-box .pull-left > i {
  font-size: 24px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  width: 64px;
  border-radius: 100%;
  color: #45aed6;
  box-shadow: inset 0 0 0 1px #d7d7d7;
  -webkit-box-shadow: inset 0 0 0 1px #d7d7d7;
  transition: background-color 400ms, background-color 400ms;
  position: relative;
}
.media.service-box .pull-left > i:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  margin-top: -10px;
  right: -10px;
  border: 4px solid #fff;
  border-radius: 20px;
  background: #45aed6;
}
.media.service-box:hover .pull-left > i {
  background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  color: #fff;
  box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.8);
}

h4.panel-title,
.media.service-box h4 {
	text-transform: none;
}
.media.service-box h4 {
	padding-top:10px;
}


#portfolio {
  padding: 100px 0;
  background: #f5f5f5;
}
#portfolio .portfolio-filter {
  list-style: none;
  padding: 0;
  margin: 0 0 50px;
  display: inline-block;
}
#portfolio .portfolio-filter > li {
  float: left;
  display: block;
}
#portfolio .portfolio-filter > li a {
  display: block;
  padding: 7px 15px;
  background: #e5e5e5;
  color: #64686d;
  position: relative;
}
#portfolio .portfolio-filter > li a:hover,
#portfolio .portfolio-filter > li a.active {
  background: #45aed6;
  color: #fff;
  box-shadow: 0 -3px 0 0 #318daf inset;
  -webkit-box-shadow: 0 -3px 0 0 #318daf inset;
}
#portfolio .portfolio-filter > li a.active:after {
  content: " ";
  position: absolute;
  bottom: -17px;
  left: 50%;
  margin-left: -10px;
  border-width: 10px;
  border-style: solid;
  border-color: #318daf transparent transparent transparent;
}
#portfolio .portfolio-filter > li:first-child a {
  border-radius: 4px 0 0 4px;
}
#portfolio .portfolio-filter > li:last-child a {
  border-radius: 0 4px 4px 0;
}
#portfolio .portfolio-items {
  margin: -15px;
}
#portfolio .portfolio-item {
  width: 24.9%;
  float: left;
  padding: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#portfolio .portfolio-item .portfolio-item-inner {
  position: relative;
}
#portfolio .portfolio-item .portfolio-item-inner .portfolio-info {
  opacity: 0;
  transition: opacity 400ms;
  -webkit-transition: opacity 400ms;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
}
#portfolio .portfolio-item .portfolio-item-inner .portfolio-info h3 {
  font-size: 16px;
  line-height: 1;
  margin: 0;
  color: #fff;
}
#portfolio .portfolio-item .portfolio-item-inner .portfolio-info .preview {
  position: absolute;
  top: -18px;
  right: 12px;
  border-radius: 50%;
  background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  box-shadow: 0 0 0 2px #fff;
  -webkit-box-shadow: 0 0 0 2px #fff;
}
#portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
}
/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
#testimonial {
  background: #333333 url(../images/testimonial/bg.jpg) no-repeat 0 0;
  background-size: cover;
  padding: 100px 0;
  color: #fff;
}
#testimonial h4 {
  color: #fff;
  margin-bottom: 0;
}
#testimonial small {
  display: block;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.7);
}
#testimonial .btns {
  margin-top: 10px;
}
#about {
  padding: 100px 0;
}
#work-process {
  padding: 30px 0 30px;
/*  background: #20222e url(../images/work-process/bg.jpg) no-repeat 0 0;/**/
/*  background-size: cover;	/**/
  color: #fff;
}
#work-process h2 {
  color: #fff;
}
#work-process h3 {
  color: #333;
  margin: 0;
  padding:0;
  font-size:18px;
}
#work-process h3 small {
  color: #333;
}
#work-process .icon-circle {
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border: 2px solid #45aed6;
  border-radius: 100px;
  position: relative;
}
#work-process .icon-circle > span {
  border-style: solid;
  border-width: 2px;
  border-color: #45aed6;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  width: 24px;
  height: 24px;
  line-height: 20px;
  top: -12px;
  color: #64686d;
}
#work-process h3 {
  padding-top:20px;
}
#index-plan ,
#meet-team {
  padding: 50px 0 0 !important;
}
#meet-team a {
	color:#333;
}
#meet-team .team-member {
  padding: 13px;
  background: #eeeeee;
  border: 2px solid #eeeeee;
  transition: border-color 400ms;
  -webkit-transition: border-color 400ms;
}
#meet-team .team-member .team-img {
  margin: -15px -15px 0 -15px;
}
#meet-team .team-member .team-info {
  padding-bottom: 5px;
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 5px;
  margin-top:0px;
  padding-top:0px;
}
#meet-team .team-member .team-info h3 {
	font-size:18px;
	margin-bottom:0px !important;
	padding-bottom:0 !important;
	line-height:1.2;
  color: #333;
}
#meet-team .team-member .team-info span {
  color: #333;
  font-size: 80%;
  margin:0;
}
#meet-team .team-member:hover {
  border-color: #45aed6;
}
#meet-team .team-member:hover .social-icons > li > a {
  background: #45aed6;
}
#meet-team .social-icons {
  list-style: none;
  padding: 0;
  margin: 0;
}
#meet-team .social-icons > li {
  display: inline-block;
}
#meet-team .social-icons > li > a {
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #fff;
  background: #222534;
  border-radius: 3px;
}




#index-plan a {
}
#index-plan .plan_item {
  padding: 13px;
  background: #fff;
  border: 2px solid #fff;
  transition: border-color 400ms;
  -webkit-transition: border-color 400ms;
}
#index-plan .plan_item .plan-img {
  margin: -15px -15px 0 -15px;
}
#index-plan .plan_item .plan-info {
  padding-bottom: 5px;
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 5px;
  margin-top:0px;
  padding-top:0px;
}
#index-plan .plan_item .plan-info h3 {
	font-size:14px;
	margin-bottom:0px !important;
	padding-bottom:0 !important;
	line-height:1.2;
	font-weight:normal;
  color: #333;
}
#index-plan .plan_item .plan-info span {
  color: #333;
  font-size: 80%;
  margin:0;
}
#index-plan .plan_item:hover {
/*  border-color: #45aed6;	/**/
box-shadow:rgba(51, 51, 51, 0.2) 0px 0px 3px 3px;
-webkit-box-shadow:rgba(51, 51, 51, 0.2) 0px 0px 3px 3px;
-moz-box-shadow:rgba(51, 51, 51, 0.2) 0px 0px 3px 3px;
}
#index-plan .plan_item:hover .social-icons > li > a {
  background: #45aed6;
}
#index-plan .social-icons {
  list-style: none;
  padding: 0;
  margin: 0;
}
#index-plan .social-icons > li {
  display: inline-block;
}
#index-plan .social-icons > li > a {
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #fff;
  background: #222534;
  border-radius: 3px;
}



#index-news {
  padding: 50px 0;
}

#index-news li {
	padding:20px 0;
	border-bottom:1px #ddd solid;
}
.ttl_u_l {
	border-bottom:1px #bbbfd7 solid;
}

#index-news .u_l {
	padding:20px 0;
	background:url(../../common/images/theme/dot-1.gif) repeat-x bottom;
}

#index-news .u_l:last-child {
	background:none !important;
	padding-bottom:0;
}

.icon1 {
	background:url(../../common/images/news/icon1.png) no-repeat left;
	padding-left:80px;
}
.icon2 {
	background:url(../../common/images/news/icon2.png) no-repeat left;
	padding-left:80px;
}
.icon3 {
	background:url(../../common/images/news/icon3.png) no-repeat left;
	padding-left:80px;
}

.sub_news  {
	margin-left:15px;
	margin-right:15px;
}
.sub_news li {
	padding:20px 0;
	border-bottom:1px #ddd solid;
}
.sub_news .u_l {
	padding:20px 0;
	background:url(../../common/images/theme/dot-1.gif) repeat-x bottom;
}



h1.h_text1 ,
h2.h_text1 {
	line-height: 1;
	font-weight: normal;
	font-family: "Open Sans", "Helvetica Neue", Helvetica, "Arial", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-family: Arial ,"Myriad Set Pro","Lucida Grande","Helvetica Neue",Helvetica,Arial,Verdana,sans-serif;
	font-size: 26px !important;
	line-height: 1 !important;
	margin: 0 0 0.3em !important;
	padding:10px 10px 5px 0;
	letter-spacing:0.05em;
}


.sub_news_data img {
	max-width:100%;
}


.dotted {
  margin-top: 20px;
  margin-bottom: 20px;
}
.dotted {
  background-image: -moz-linear-gradient(left, #000000, #000000 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
  background-image: -o-linear-gradient(left, #000000, #000000 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
  background-image: -webkit-linear-gradient(left, #000000, #000000 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
  background-image: linear-gradient(to right, #000000, #000000 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
  background-size: 2px 2px;
  height: 1px;
}
.dotted--2 {
  background-image: -moz-linear-gradient(left, #000000, #000000 20%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 100%);
  background-image: -o-linear-gradient(left, #000000, #000000 20%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 100%);
  background-image: -webkit-linear-gradient(left, #000000, #000000 20%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 100%);
  background-image: linear-gradient(to right, #000000, #000000 20%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 100%);
  background-size: 5px 5px;
  height: 1px;
}

.sub_news .date ,
.index_news .date {
/*	text-transform: uppercase;/**/
	text-align: center;
	padding-right:20px;
	color:#081a82;
}
.sub_news .date span ,
.index_news .date span {
	font-size: 16px;
	
	padding-right:20px;
}



.divider {
  margin-top: 50px;
  margin-bottom: 50px;
  background-image: -moz-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
  background-image: -webkit-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
  background-image: -ms-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
  width: 95%;
  height: 1px;
}
.progress {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #eeeeee;
}
.progress .progress-bar.progress-bar-primary {
  background-image: -moz-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.nav.main-tab {
  background: #eee;
  border-bottom: 3px solid #222534;
  border-radius: 3px 3px 0 0;
}
.nav.main-tab > li > a {
  color: #272727;
}
.nav.main-tab > li.active > a {
  background: #222534;
  color: #45aed6;
}
.nav.main-tab > li:first-child > a {
  border-radius: 3px 0 0 0;
}
.nav.main-tab > li:last-child > a {
  border-radius: 0 3px 0 0;
}
.tab-content {
  border: 1px solid #eee;
  border-top: 0;
  padding: 20px 20px 10px;
  border-radius: 0 0 3px 3px;
}
.panel-default {
  border-color: #fff;
}
.panel-default > .panel-heading {
  background-color: #fff;
  border-color: #fff;
}
.panel-default > .panel-heading .panel-title {
  font-size: 14px;
  font-weight: normal;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #fff;
}
#animated-number {
  padding: 50px 0 50px;
  background: #132125 url(../images/animated-number/bg.jpg) no-repeat 0 0;
  background-size: cover;
  color: #fff;
}
#animated-number h1,
#animated-number h2,
#animated-number h3,
#animated-number h4 {
  color: #fff;
}
#animated-number strong {
  display: block;
  margin-bottom: 30px;
}
.animated-number {
  display: inline-block;
  width: 140px;
  height: 140px;
  font-size: 24px;
  line-height: 140px;
  border: 3px solid #fff;
  border-radius: 100px;
  margin-bottom: 20px;
}
#pricing {
  padding: 50px 0 50px;
}
#pricing ul.pricing {
  list-style: none;
  padding: 0;
  margin: 70px 0 30px;
  border: 1px solid #eee;
  border-radius: 5px 5px 4px 4px;
  padding: 15px;
  text-align: center;
}
#pricing ul.pricing li {
  display: block;
  padding: 10px;
}
#pricing ul.pricing li.plan-header {
  background: #eee;
  border-radius: 4px 4px 0 0;
  margin: -15px -15px 10px;
  padding: 15px 15px 30px;
  border: 0;
}
#pricing ul.pricing li.plan-header .price-duration {
  position: relative;
  margin-top: -63px;
  top: -10px;
  display: inline-block;
  width: 116px;
  height: 116px;
  background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  color: #fff;
  border-radius: 100px;
  border: 5px solid #f6f6f6;
}
#pricing ul.pricing li.plan-header .price-duration > span {
  display: block;
  line-height: 1;
}
#pricing ul.pricing li.plan-header .price-duration > span.price {
  font-size: 24px;
  font-weight: 700;
  margin-top: 35px;
}
#pricing ul.pricing li.plan-header .price-duration > span.duration {
  margin-top: 5px;
}
#pricing ul.pricing li.plan-header .plan-name {
  margin-top: 10px;
  font-size: 24px;
  color: #272727;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
}
#pricing ul.pricing.featured {
  background: #222534;
  color: #fff;
  border: 0;
}
#pricing ul.pricing.featured li.plan-header {
  background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
}
#pricing ul.pricing.featured li.plan-header .plan-name {
  color: #fff;
}
#get-in-touch {
  padding: 50px 0 50px;
  background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
  color: #fff;
}
#get-in-touch h1,
#get-in-touch h2 {
  color: #fff;
}
#blog {
  padding: 100px 0;
}
#blog .blog-post {
  border: 1px solid #eee;
  padding: 15px;
}
#blog .blog-post .post-format {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 34px;
  text-align: center;
  color: #fff;
  background: #222534;
  border: 3px solid #fff;
  border-radius: 100px;
}
#blog .blog-post.blog-large .entry-thumbnail {
  margin: -15px -15px 15px;
  position: relative;
}
#blog .blog-post.blog-large .post-format {
  width: 66px;
  height: 66px;
  line-height: 60px;
  position: absolute;
  right: 20px;
  bottom: -33px;
}
#blog .blog-post.blog-large .post-format > i {
  font-size: 20px;
}
#blog .blog-post.blog-large .entry-date {
  font-size: 12px;
  display: block;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #45aed6;
}
#blog .blog-post.blog-large .entry-title {
  margin-top: 0;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 15px;
}
#blog .blog-post.blog-large .entry-title a {
  color: #64686d;
}
#blog .blog-post.blog-large .entry-title a:hover {
  color: #45aed6;
}
#blog .blog-post.blog-media {
  margin-bottom: 30px;
}
#blog .blog-post.blog-media .entry-thumbnail {
  margin: -15px 15px -15px -15px;
  position: relative;
}
#blog .blog-post.blog-media .post-format {
  position: absolute;
  top: 20px;
  right: -10px;
}
#blog .blog-post.blog-media .entry-date {
  font-size: 12px;
  display: block;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #45aed6;
}
#blog .blog-post.blog-media .entry-title {
  margin-top: 0;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 15px;
}
#blog .blog-post.blog-media .entry-title a {
  color: #64686d;
}
#blog .blog-post.blog-media .entry-title a:hover {
  color: #45aed6;
}
#blog .blog-post .entry-meta {
  margin-top: 20px;
  border-top: 1px solid #eee;
  padding-top: 15px;
}
#blog .blog-post .entry-meta > span {
  display: inline-block;
  margin-right: 10px;
  color: #999;
}
#blog .blog-post .entry-meta > span > a {
  color: #999;
}
#blog .blog-post .entry-meta > span > a:hover {
  color: #45aed6;
}
#contact {
	font-size:14px;
}





#contact .contact-form {
  background: rgba(255, 255, 202, 0.3);
  padding: 0px 0px 10px;
  margin-top: 15px;
  	font-size:14px;
  	border:1px #ffffcc solid;
}
#contact .rsv_ttl {
	background:#b4b96b;
	text-align:center;
	color:#fff;
}
#contact em {
	font-size:11px;
}

#contact .contact-form h3 {
  margin-top: 0;
}

#contact .contact-form label {
	font-weight:normal;
}
/***********************
********* Footer ******
************************/


/******
		#footer {
		  padding-top: 30px;
		  padding-bottom: 30px;
		  color: #fff;
		  background: #2e2e2e;
		}
		#footer a {
		  color: #fff;
		}
		#footer a:hover {
		  color: #45aed6;
		}
		#footer ul {
		  list-style: none;
		  padding: 0;
		  margin: 0 -7.5px;
		}
		#footer ul > li {
		  display: inline-block;
		  margin: 0 7.5px;
		}
		@media only screen and (min-width: 768px) {
		  #footer .social-icons {
		    float: right;
		  }
		}
*****/


#group_hotel {
	border-top:1px #e0e0e0 solid;	/**/
	background:#f0f0f0;
	padding:30px 0px 40px;
}


#group_hotel .my_hotel {
	border:3px #6BC4EA solid;
	padding:10px;
	background:#fff;
	position:relative;
	width:100%;
}
#group_hotel .other_hotel {
	border:3px #ddd solid;
	padding:10px;
	background:#fff;
	position:relative;
	width:100%;
}
#group_hotel .other_hotel:hover {
  -webkit-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.2);
	-moz-transition: -moz-transform 0.2s linear;
	-webkit-transition: -webkit-transform 0.2s linear;
	-o-transition: -o-transform 0.2s linear;
	-ms-transition: -ms-transform 0.2s linear;
	transition: transform 0.2s linear;
}

#group_hotel a {
	color:#333;
}

#group_hotel .group_title {
	font-size: 22px;
	color: #333;
	text-transform: uppercase;
	position: relative;
	padding-bottom: 20px;
	margin: 0 0 20px;
	text-align:center;
	font-family: "Ÿà–¾’©", YuMincho, "ƒqƒ‰ƒMƒm–¾’© ProN W3", "Hiragino Mincho ProN", "HG–¾’©E", "‚l‚r ‚o–¾’©", serif;
	font-weight:400;
}
#group_hotel .group_title :before {
	content: "";
	position: absolute;
	width: 240px;
	bottom: 0;
	left: 50%;
	margin-left: -120px;
	height: 1px;
	background: #aaa;
}
#group_hotel .group_title :after {
	content: "";
	position: absolute;
	width: 24px;
	height: 24px;
	bottom: -11px;
	left: 50%;
	margin-left: -12px;
	border: 5px solid #f0f0f0;
	border-radius: 20px;
	background: #9E9E9E;
}




#group_hotel .my_hotel .hotel_img ,
#group_hotel .other_hotel .hotel_img {
	float: left;
	width:120px;
	clear: left;
	margin-bottom:0;
}
#group_hotel .my_hotel .hotel_info ,
#group_hotel .other_hotel .hotel_info {
	margin-left:130px;
	margin-bottom:0;
}
#group_hotel .my_hotel:after ,
#group_hotel .my_hotel ,
#group_hotel .other_hotel:after ,
#group_hotel .other_hotel {
	content:"";
	display:table;
	clear:both;
	zoom:1;

}
#group_hotel .catch {
	font-size:12px;
	line-height:1.2;
	margin-bottom:5px;
}
#group_hotel .hotel_name {
	line-height:1.1;
	margin-bottom:5px;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight:500;
	font-size:16px;
	margin-bottom:0px;
	letter-spacing:-0.05em;
}
#group_hotel .hotel_name > span {
	font-size:12px;
}

#group_hotel .arrow {
	position:absolute;
	bottom:5px;
	right:6px;
	margin:0;
	width:16px;
	height:16px;
	text-align:left;
	line-height:16px;
	color:#ccc;
}

@media (min-width: 992px) and (max-width: 1199px) {		/*	sm	*/
	#group_hotel .hotel_name {
		font-size:16px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {		/*	sm	*/

	#group_hotel .my_hotel .hotel_img ,
	#group_hotel .other_hotel .hotel_img {
		float: none;
		width:100%;
		margin-bottom:5px ;
		clear: left;
	}
	#group_hotel .my_hotel .hotel_info ,
	#group_hotel .other_hotel .hotel_info {
		margin-left:0;
		margin-bottom:0;
	}

	#group_hotel .hotel_name {
		font-size:15px;
		display:block;
	}
}
@media (max-width: 480px) {		/*	sm	*/
	#group_hotel .hotel_name {
		font-size:14px;
		display:block;
	}
}







/*================================
Start Footer Section
==================================*/
#footer {
  min-height: 200px;
/*  color: white;	/**/
/*  background:#222;	/**/
  background: rgba(0, 0, 0, 0.8);
  margin-top:50px;
}
#footer .driver_space {
  position: relative;
  background: #fff;
  height: 0px;
}
#footer .footer_banner_area {
  background: #fff;
	padding:20px 0 10px;
	text-align:center;
}
#footer .driver_space:before {
  position: absolute;
  content: "";
  left: 50%;
  margin-left: -40px;
  bottom: -20px;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-top: 20px solid white;
}
#footer .content {
  padding-top: 40px;
}
#footer a {
  text-decoration: none;
}

#footer h3 {
	font-size:18px;
	margin:0 0 10px;
	font-weight:normal;
	padding:0;
	color:#f1f1f1;
}

#footer .contact_info li {
  padding-left: 24px;
  margin-bottom: 5px;
	font-size:14px;
  color:#aaa !important;
}
#footer .contact_info li a {
  color: white;	/**/
  text-decoration: none;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  font-size:12px;
  
}
#footer .contact_info li a:hover {
/*
  padding-left: 20px;
*/
}
#footer .contact_info li.location {
  background: url('../../common/images/theme/map-pin-fill.png') no-repeat 0 5px;
}
#footer .contact_info li.phone {
  background: url('../../common/images/theme/phone.png') no-repeat 0 3px;
}
#footer .contact_info li.email {
  background: url('../../common/images/theme/mail.png') no-repeat 0 3px;
}
#footer .link_socials a {
  display: inline-block;
  width: 30px;
  height: 30px;
  padding: 5px;
  padding-bottom: 0;
  text-align: center;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
}
#footer .link_socials a:hover {
  background: #CE4E4A;
}
#footer .link_list_footer li {
  list-style: square;
  margin-left: -5px;
  color:#aaa !important;
  font-size:13px;
}
#footer .link_list_footer li a {
  display: block;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
/*  color: white;	/**/
  color:#aaa !important;
}
#footer .link_list_footer li a:hover {
  padding-left: 10px;
  color:#eee;
}
#footer .galeries_footer a {
  margin: 2px;
  display: block;
  position: relative;
}
#footer .galeries_footer a .hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6) no-repeat center center;
  background-image: none;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
}
#footer .galeries_footer a:hover .hover {
  background: url('../images/icons/zoom-in.png') no-repeat center center rgba(0, 0, 0, 0);
}
#footer .galeries_footer img {
  width: 100%;
}
#footer .subcrible {
  margin-top: 20px;
  min-height: 70px;
  padding: 10px 0;
}
#footer .subcrible form {
  padding-top: 20px;
}
#footer .subcrible form input[type='text'],
#footer .subcrible form input[type='email'] {
  color: #ccc;
}
#footer .footer_bottom {
  font-size: 12px;
	border-top:#444 solid 1px;
  margin: 15px 0 0;
}
#footer .footer_bottom p {
  padding: 5px 0 0px;
  color:#888;
}
#footer .footer_bottom .languages ul li {
  float: left;
  padding: 0 5px;
}
#footer .footer_bottom .languages ul li a {
/*  color: white;	/**/
}
#footer .footer_bottom .languages ul li img {
  top: -2px;
  position: relative;
}
#footer .footer_bottom .languages ul li:first-child {
  float: left;
  padding: 0 5px 5px 0;
}
#footer #back_to_top {
  position: fixed;
  right: 20px;
  bottom: 40px;
  display: none;
  color:#f00;
}

#page-top {
	bottom: 20px;
	font-size: 48px;
	line-height: 1;
	margin: 0;
	padding: 0;
	position: fixed;
	right: 10px;
}
#page-top a {
	color: #aaa !important;
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	text-align: right;
	text-decoration: none;
	border: none !important;
}
#page-top a:hover {
	text-decoration: none;
}







.form-control {
  box-shadow: none;
  -webkit-box-shadow: none;
}


.mt0 {
	margin-top: 0px	!important; }
.mb0 {
	margin-bottom: 0px	!important; }
.pt0 {
	padding-top: 0px	!important; }
.pb0 {
	padding-bottom: 0px	!important; }
.pl0 {
	padding-left: 0px	!important; }
.pr0 {
	padding-right: 0px	!important; }
.ml0 {
	margin-left: 0px	!important; }
.mr0 {
	margin-right: 0px	!important; }
.mt5 {
	margin-top: 5px	!important; }
.mb5 {
	margin-bottom: 5px	!important; }
.pt5 {
	padding-top: 5px	!important; }
.pb5 {
	padding-bottom: 5px	!important; }
.mr5 {
	margin-right: 5px	!important; }

.pl5 {
	padding-left: 5px	!important; }
.pr5 {
	padding-right: 5px	!important; }
.mt10 {
	margin-top: 10px	!important; }
.mb10 {
	margin-bottom: 10px	!important; }
.ml10 {
	margin-left: 10px	!important; }
.mr10 {
	margin-right: 10px	!important; }
.pl10 {
	padding-left: 10px	!important; }
.pl15 {
	padding-left: 15px	!important; }
.pr10 {
	padding-right: 10px	!important; }
.pt10 {
	padding-top: 10px	!important; }
.pb10 {
	padding-bottom: 10px	!important; }
.mt15 {
	margin-top: 15px	!important; }
.mb15 {
	margin-bottom: 15px	!important; }
.pt15 {
	padding-top: 15px	!important; }
.pb15 {
	padding-bottom: 15px	!important; }
.mt20 {
	margin-top: 20px	!important; }
.mb20 {
	margin-bottom: 20px	!important; }
.pt20 {
	padding-top: 20px	!important; }
.pb20 {
	padding-bottom: 20px	!important; }
.ml15 {
	margin-left: 15px	!important; }
.ml20 {
	margin-left: 20px	!important; }
.mr20 {
	margin-right: 20px	!important; }
.mr15 {
	margin-right: 15px	!important; }
.pl20 {
	padding-left: 20px	!important; }
.pr20 {
	padding-right: 20px	!important; }
.mt25 {
	margin-top: 25px	!important; }
.mb25 {
	margin-bottom: 25px	!important; }
.pt25 {
	padding-top: 25px	!important; }
.pb25 {
	padding-bottom: 25px	!important; }
.mt30 {
	margin-top: 30px	!important; }
.mb30 {
	margin-bottom: 30px	!important; }
.pt30 {
	padding-top: 30px	!important; }
.pb30 {
	padding-bottom: 30px	!important; }
.ml30 {
	margin-left: 30px	!important; }
.mt35 {
	margin-top: 35px	!important; }
.mb35 {
	margin-bottom: 35px	!important; }
.pt35 {
	padding-top: 35px	!important; }
.pb35 {
	padding-bottom: 35px	!important; }
.ml35 {
	margin-left: 35px	!important; }
.mt40 {
	margin-top: 40px	!important; }
.mb40 {
	margin-bottom: 40px	!important; }
.pt40 {
	padding-top: 40px	!important; }
.pb40 {
	padding-bottom: 40px	!important; }
.ml40 {
	margin-left: 40px	!important; }
.mt45 {
	margin-top: 45px	!important; }
.mb45 {
	margin-bottom: 45px	!important; }
.pt45 {
	padding-top: 45px	!important; }
.pb45 {
	padding-bottom: 45px	!important; }
.mt50 {
	margin-top: 50px	!important; }
.mb50 {
	margin-bottom: 50px	!important; }
.ml50 {
	margin-left: 50px	!important; }
.pt50 {
	padding-top: 50px	!important; }
.pr50 {
	padding-right: 50px	!important; }
.pb50 {
	padding-bottom: 50px	!important; }
.mt100 {
	margin-top: 100px	!important; }
.mb100 {
	margin-bottom: 100px	!important; }
.pt100 {
	padding-top: 100px	!important; }
.pb100 {
	padding-bottom: 100px	!important; }
.pl-15 {
	padding-left: -15px	!important; }
.ml-15 {
	margin-left: -15px	!important; }



#title_category1 {
	background: url(../../common/images/index/main_panel1.jpg) repeat-x top center fixed;
	display: table;
	height: 200px;
	position: relative;
	width: 100%;
	-webkit-background-size: auto;
	-moz-background-size: auto;
	-o-background-size: auto;
	background-size: auto;
}
#title_room {
/*
	background-image: url(../../common/images/bg/room.jpg);
	background-attachment:fixed;
	background-size:contain !important;
	background-repeat:no-repeat;
*/
	background: url(../../common/images/bg/room.jpg) no-repeat top center fixed;
	background-color: rgba(0, 0, 0, 0.6);

	display: table;
	height: 200px;
	position: relative;
	width: 100%;
	-webkit-background-size: auto;
	-moz-background-size: auto;
	-o-background-size: auto;
	background-size: auto;
}
#title_breakfast {
/*
	background-image: url(../../common/images/bg/breakfast.jpg);
	background-attachment:fixed;
	background-size:contain !important;
	background-repeat:no-repeat;
	background-position:top center;
*/
	background: url(../../common/images/bg/breakfast-2.jpg) no-repeat top center fixed;
	background-color: rgba(0, 0, 0, 0.6);

	display: table;
	height: 200px;
	position: relative;
	width: 100%;
	-webkit-background-size: auto;
	-moz-background-size: auto;
	-o-background-size: auto;
	background-size: auto;
}
#title_breakfast2 {
	background: url(../../common/images/bg/breakfast.jpg) no-repeat top center fixed;
	background-color: rgba(0, 0, 0, 0.6);
/*
	background-image: url(../../common/images/bg/breakfast.jpg);
	background-attachment:fixed;
	background-size:contain !important;
	background-repeat:no-repeat;
	background-position:top center;
*/

	display: table;
	height: 200px;
	position: relative;
	width: 100%;
	-webkit-background-size: auto;
	-moz-background-size: auto;
	-o-background-size: auto;
	background-size: auto;
}
#title_loby2 {
/*
	background-image: url(../../common/images/bg/loby2.jpg);
	background-attachment:fixed;
	background-size:contain !important;
	background-repeat:no-repeat;
*/
	background: url(../../common/images/bg/loby2.jpg) no-repeat top center fixed;
	background-color: rgba(0, 0, 0, 0.6);

	display: table;
	height: 200px;
	position: relative;
	width: 100%;
	-webkit-background-size: auto;
	-moz-background-size: auto;
	-o-background-size: auto;
	background-size: auto;
}
#title_facility {
/*
	background-image: url(../../common/images/bg/room.jpg);
	background-attachment:fixed;
	background-size:contain !important;
	background-repeat:no-repeat;
*/
	background: url(../../common/images/bg/room.jpg) no-repeat top center fixed;
	background-color: rgba(0, 0, 0, 0.6);

	display: table;
	height: 200px;
	position: relative;
	width: 100%;
	-webkit-background-size: auto;
	-moz-background-size: auto;
	-o-background-size: auto;
	background-size: auto;
}
#title_loby {
/*
	background-image: url(../../common/images/bg/loby.jpg);
	background-attachment:fixed;
	background-size:contain !important;
	background-repeat:no-repeat;
*/
	background: url(../../common/images/bg/loby.jpg) no-repeat top center fixed;
	background-color: rgba(0, 0, 0, 0.6);

	display: table;
	height: 200px;
	position: relative;
	width: 100%;
	-webkit-background-size: auto;
	-moz-background-size: auto;
	-o-background-size: auto;
	background-size: auto;
}
#title_access {
/*
	background-image: url(../../common/images/bg/access.jpg);
	background-attachment:fixed;
	background-size:contain !important;
	background-repeat:no-repeat;
*/
	background: url(../../common/images/bg/access.jpg) no-repeat top center fixed;
	background-color: rgba(0, 0, 0, 0.6);

	display: table;
	height: 200px;
	position: relative;
	width: 100%;
	-webkit-background-size: auto;
	-moz-background-size: auto;
	-o-background-size: auto;
	background-size: auto;
}
#title_news {
/*
	background-image: url(../../common/images/bg/news.jpg);
	background-attachment:fixed;
	background-size:contain !important;
	background-repeat:no-repeat;
*/
	background: url(../../common/images/bg/news.jpg) no-repeat top center fixed;
	background-color: rgba(0, 0, 0, 0.6);

	display: table;
	height: 200px;
	position: relative;
	width: 100%;
	-webkit-background-size: auto;
	-moz-background-size: auto;
	-o-background-size: auto;
	background-size: auto;
}

#title_meeting_room {
/*
	background-image: url(../../common/images/bg/meeting_room.jpg);
	background-attachment:fixed;
	background-size:contain !important;
	background-repeat:no-repeat;
*/
	background: url(../../common/images/bg/meeting_room.jpg) no-repeat top center fixed;
	background-color: rgba(0, 0, 0, 0.6);

	display: table;
	height: 200px;
	position: relative;
	width: 100%;
	-webkit-background-size: auto;
	-moz-background-size: auto;
	-o-background-size: auto;
	background-size: auto;
}
#title_front {
/*
	background-image: url(../../common/images/bg/front.jpg);
	background-attachment:fixed;
	background-size:contain !important;
	background-repeat:no-repeat;
*/
	background: url(../../common/images/bg/front.jpg) no-repeat top center fixed;
	background-color: rgba(0, 0, 0, 0.6);

	display: table;
	height: 200px;
	position: relative;
	width: 100%;
	-webkit-background-size: auto;
	-moz-background-size: auto;
	-o-background-size: auto;
	background-size: auto;
}
#title_sightseeing {
/*	background: url(../../common/images/photo/bg_sightseeing.jpg) repeat-x top center fixed;	/**/
/*
	background-image: url(../../common/images/bg/sightseeing.jpg);
	background-attachment:fixed;
	background-size:contain !important;
	background-repeat:no-repeat;
*/
	background: url(../../common/images/bg/sightseeing.jpg) no-repeat top center fixed;
	background-color: rgba(0, 0, 0, 0.6);

	display: table;
	height: 200px;
	position: relative;
	width: 100%;
	-webkit-background-size: auto;
	-moz-background-size: auto;
	-o-background-size: auto;
	background-size: auto;
}
.title_category {
}
.title_category h1.cate_name ,
.title_category h2.cate_name {
	color:#fff;
	vertical-align:middle;
	padding-left:20px;
	line-height:16px;
	font-family: 'Open Sans', sans-serif;
/*	font-family: 'Oswald', sans-serif !important;	/**/
	font-weight:400 !important;
	padding-top:10px;
	padding-bottom:20px;
	height:20px;
	text-align:left;
	font-size:33px;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
}

.title_category h1.cate_name small ,
.title_category h2.cate_name small {
	color:#fff;
	padding-left:20px;
}


.title_category h1.cate_name > span ,
.title_category h2.cate_name > span {
	font-size:33px;
}

.title_category p.cate_memo  {
	color:#fff;
	vertical-align:middle;
/*		margin-top:80px;	/**/
	margin-top:35px;
	min-height:30px;
	font-size:20px;
}


.bg_title_category {
	margin-top:120px;

/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjY1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(left,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.55) 50%, rgba(0,0,0,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0)), color-stop(50%,rgba(0,0,0,0.55)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.55) 50%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.55) 50%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.55) 50%,rgba(0,0,0,0) 100%); /* IE10+ */
background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.55) 50%,rgba(0,0,0,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000',GradientType=1 ); /* IE6-8 */


}
@media (max-width: 767px) {
	.title_category h1.cate_name > span ,
	.title_category h2.cate_name > span {
		font-size:22px !important;
	}


	h2,
	h2 .section-header .section-title2 ,
	h2 .section-header .section-title {
		font-size: 20px !important;
	}

	h1 {
		font-size:22px;
	}


	#title_breakfast ,
	#title_loby2 ,
	#title_facility ,
	#title_loby ,
	#title_access ,
	#title_news ,
	#title_meeting_room ,
	#title_front ,
	#title_sightseeing ,
	#title_room {
		height:50px;
	}


}


.bg_title_category2 {
	margin-top:100px;

/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjY1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(left,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.95) 50%, rgba(0,0,0,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0)), color-stop(50%,rgba(0,0,0,0.95)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.95) 50%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.95) 50%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.95) 50%,rgba(0,0,0,0) 100%); /* IE10+ */
background: linear-gradient(to right,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.95) 50%,rgba(0,0,0,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000',GradientType=1 ); /* IE6-8 */

}

.ttl_category {
	height:60px;
}





#pg_title_category1 {
	background-image: url(../../common/images/bg/faci.jpg);
	background-attachment:fixed;
	background-position:top center;
	background-size:auto !important;
	background-repeat:no-repeat;
	display: table;
	height: 100px;
	position: relative;
	width: 100%;
	-webkit-background-size: auto;
	-moz-background-size: auto;
	-o-background-size: auto;
	background-size: auto;
	margin:60px 0 20px;
}
.pg_title_category {
}
.pg_title_category h1.pg_cate_name ,
.pg_title_category h2.pg_cate_name {
	color:#fff;
	vertical-align:middle;
	padding-right:30px;
	line-height:16px;
	font-family: 'Open Sans', sans-serif;
	font-weight:400 !important;
	padding-top:9px;
	height:30px;
	text-align:left;
	font-size:33px;
}
.pg_title_category h1.pg_cate_name > span ,
.pg_title_category h2.pg_cate_name > span {
	font-size:33px;
}

.pg_title_category p.pg_cate_memo  {
	color:#fff;
	vertical-align:middle;
	padding-right:30px;
	line-height:16px;
	font-family: 'Open Sans', sans-serif;
	font-weight:400 !important;
	padding-top:5px;
	height:20px;
	font-size:20px;
}


.pg_bg_title_category {
	margin-top:75px;


}
.pg_ttl_category {
	height:30px;
}





#content .grid_accomodation {
}
#content .grid_accomodation .panel {
  background: #fff;
  margin: 0px 0px 30px;
  padding: 10px;
}
#content .grid_accomodation .panel h2 ,
#content .grid_accomodation .panel h3 {
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  font-size: 24px;
}
#content .grid_accomodation .panel .img_preview {
  text-align: center;
}
#content .grid_accomodation .item_grid:hover .panel h2 ,
#content .grid_accomodation .item_grid:hover .panel h3 {
  margin-left: 10px;
}

.txt24 {
  font-size: 24px;
}



.carousel_full_images {
	width:100%;
}

.carousel-indicators {
  position: absolute;
  bottom: 0px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}

.carousel .carousel-indicators li {
  cursor: pointer;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  border-radius: 0 !important;
}
.carousel .carousel-control.right,
.carousel .carousel-control.left {
  background: none !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  border-radius: 0 !important;
}


.table-charge {
	font-size:14px;
}
.top-line {
	border-top:1px #ddd solid;
	padding-top:20px;
	margin-top:20px;
}
.ttl_price {
	margin:20px 0 0 !important;
	padding-bottom:0px !important;
	font-weight:normal;
}
.divater {
  width: 100%;
  height: auto;
  text-align: center;
  font-weight:bold;
  padding: 10px 0 10px;
  position: relative;
}
.divater span {
  padding: 0 10px ;
  background-color: #fff;
  position: relative;
  z-index: 1px;
}
.divater .line {
  position: absolute;
  width: 100%;
  height: 1px;
  background: #ddd;
  top: 50%;
  margin-top: -1px;
  z-index: -1px;
}

.square {
  list-style: square outside !important;
}
.square li {
  margin-bottom: 2px;
}
.f_list li {
  float:left;
  padding-left: 0;
  margin-left: 0px;
}
.f_list > li {
  padding-left: 5px;
  padding-right: 30px;
  list-style: square outside !important;

  margin-left: -5px;
}

.lh130 {
	line-height:1.3;
}



.circle_hover {
  overflow: hidden;
  border-radius: 50%;
  border: 5px solid transparent;
  width: 200px;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  height: 200px;
  margin: 10px auto;
}
.circle_hover:hover {
  border: 5px solid #45AED6;
}



.boxfeature {
  overflow: hidden;
  background: #fff;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  margin-bottom:20px;
  
}
.boxfeature .desc {
  position: relative;
  z-index: 2;
  padding: 10px;
}
.boxfeature .img_preview {
  width: 100%;
  min-height: 174px;
  overflow: hidden;
  position: relative;
}
.boxfeature .img_preview img {
  width: 100%;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
}
.boxfeature .img_preview h4 {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  color: white;
  padding: 4px 5px 5px;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  background-color: rgba(0, 0, 0, 0.8);
  font-weight:normal;
  font-size:14px;
}
.boxfeature:hover {
box-shadow:rgba(51, 51, 51, 0.2) 0px 0px 3px 3px;
-webkit-box-shadow:rgba(51, 51, 51, 0.2) 0px 0px 3px 3px;
-moz-box-shadow:rgba(51, 51, 51, 0.2) 0px 0px 3px 3px;

}
.boxfeature:hover .img_preview h4 {
  left: 10px;
  background-color: rgba(0, 0, 0, 0.8);
}
.boxfeature:hover .img_preview img {
  transform: scale(1.08);
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  -ms-transform: scale(1.08);
}


#map_canvas2 {
	height: 400px;
	width: 100%;
	text-align:center;
}




.form-horizontal .control-label {
	text-align: right;
}
.error {
	color:#dd0000;
	font-size:12px;
	line-height:1.2;
}

.form-group {
	margin: 0;
	padding-bottom: 10px;
	padding-top: 10px;
	clear:both;
}

.form-group label {
	font-size:14px;
	font-weight:normal;
	text-align:right;
}
@media (max-width: 767px) {
	.form-group label {
		font-size:14px;
		font-weight:normal;
		text-align:left;
	}
}


.qanda {
  display: inline-block;
  margin-bottom: 0px;
  margin-right:20px;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 1px 8px 2px;
  font-size: 20px;
  line-height: 1.42857143;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
	font-family: 'Open Sans', sans-serif;
	min-width:1.8em;
}

.cate_q {
  color: #fff;
  background-color: #EF1C25;
  border-color: #EF1C25;
}
.cate_a {
  color: #fff;
  background-color: #45AED6;
  border-color: #45AED6;
}


#qanda_area ,
#qanda_area .tab-content ,
#qanda_area .panel-default ,
#qanda_area .panel ,
#qanda_area .panel-group ,
#qanda_area .panel-body ,
#qanda_area .panel-footer ,
#qanda_area .panel-collapse ,
#qanda_area .nav {
	border:none !important;
	background-color:#fff !important;
  -webkit-box-shadow: none !important;
  box-shadow:  none !important;

}
#qanda_area .panel-body {
	border-bottom:1px #eee solid !important;
	padding-bottom:20px;
	margin-bottom:20px;
}

.flat,
.flat:hover {
  text-shadow: none;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -o-box-shadow: none !important;
  -ms-box-shadow: none !important;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  font-weight: 300;
  font-family: 'Open Sans', sans-serif;
  border: 1px solid transparent;
  color: white;
  filter: none;
}



.vm {
	vertical-align:middle !important;
}
.th_fsh {
	background:#6BC4EA !important;
	color:#fff !important;
	font-weight:normal;
	font-size:12px;
	vertical-align:middle;
	text-align:center;
}
.th_col {
	background:#b5e2f5 !important;
	color:#000 !important;
	font-weight:normal;
	font-size:12px;
	vertical-align:middle;
	text-align:center;
}
.td_fsh {
	background:#e2f3fb !important;
	color:#000 !important;
	vertical-align:middle;
	text-align:center;
}






#footerFloatingMenu {
    display: block;
    width: 100%;
    position: fixed;
    left: 0px;
    bottom: 0px;
    z-index: 9999;
    text-align: center;
    padding: 0px 0;
    border-top:1px #e0e0e0 solid;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eeeeee+0,cccccc+100;Gren+3D */
background: rgba(238,238,238,0.90); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(238,238,238,1) 0%, rgba(204,204,204,0.9) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(238,238,238,1) 0%,rgba(204,204,204,0.9) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(238,238,238,1) 0%,rgba(204,204,204,0.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
}
 
#footerFloatingMenu ul {
    padding-top: 5px;	/**/
    padding-bottom: 5px;	/**/
    margin-bottom:0;
}
#footerFloatingMenu ul li  {
/*	border-right:1px #eee solid;	/**/
	border-right: 3px double #aaa;
}
#footerFloatingMenu ul li:last-child {
	border-right:none;
}
#footerFloatingMenu ul li a {
	display:block;
	color:#333;
	text-shadow: 0px 0px 1px rgba(240, 240, 240, 0.4);
}
#footerFloatingMenu img {
    max-width: 99%;
}
@media (min-width: 768px) {		/*	12/7 992px	*/
    #footerFloatingMenu {
        display: none;
    }
}





img {
	max-width: 100%;
	height: auto;
}


.facility_sub_info {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 40px;
	margin-top: -20px;
/*
	background-image: url(../common/images/bg_white2.png);
	background-position: right bottom;
*/
	background-image: url(../common/images/bg_room_1.png);
	background-position: top left;
	background-size: 100%;
/*	
	background-size: 60% 80%;
*/
	padding: 1em 0 2em;
}

@media (max-width: 767px) {
	.facility_sub_info {
		padding: 1em;
		margin-bottom: 20px;
		background-position: bottom right;
		background-size: cover;
	}
}

.facility_sub_info .photo1 {
	margin-top: -30px;
	width: 33%;
	z-index: 10;
}

@media (max-width: 767px) {
	.facility_sub_info .photo1 {
		margin-top: -10px;
		width: 48%;
		margin-bottom: 20px;
	}
}

.facility_sub_info .photo2 {
	width: 30%;
	z-index: 5;
	margin-left: -15%;
	margin-top: 8%;
}

@media (max-width: 767px) {
	.facility_sub_info .photo2 {
		width: 48%;
		margin-bottom: 20px;
		margin-left: 0;
	}
}

.facility_sub_info .sub_information {
	width: 40%;
	margin-top: 4%;
	padding: 2em  1em;
}

@media (max-width: 767px) {
	.facility_sub_info .sub_information {
		width: 100%;
		margin-top: 0;
		margin-bottom: 20px;
	}
}






.facility_sub_info_reverse {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row-reverse;
	flex-wrap: wrap;
	margin-bottom: 40px;
	background-image: url(../common/images/bg_room_2.png);
	background-position: top right;
	background-size: 100%;
	padding: 1em 0 2em;
	margin-top: -20px;
}

@media (max-width: 767px) {
	.facility_sub_info_reverse {
		padding: 1em;
		margin-bottom: 20px;
		background-position: bottom left;
		background-size: cover;
	}
}

.facility_sub_info_reverse .photo1 {
	margin-top: -30px;
	width: 33%;
	z-index: 10;
}

@media (max-width: 767px) {
	.facility_sub_info_reverse .photo1 {
		margin-top: -10px;
		width: 48%;
		margin-bottom: 20px;
	}
}

.facility_sub_info_reverse .photo2 {
	width: 30%;
	z-index: 5;
	margin-right: -15%;
	margin-top: 8%;
}

@media (max-width: 767px) {
	.facility_sub_info_reverse .photo2 {
		width: 48%;
		margin-bottom: 20px;
		margin-right: 0;
	}
}

.facility_sub_info_reverse .sub_information {
	width: 40%;
	margin-top: 4%;
	padding: 2em  1em;
}

@media (max-width: 767px) {
	.facility_sub_info_reverse .sub_information {
		width: 100%;
		margin-bottom: 20px;
	}
}

.family_photo {
	position: relative;
}
.family_photo .bg_img img {
	width: 100%;
}
.family_photo .new {
	position: absolute;
	top: 5px;
	right: 20px;
}

.thumb_family_photo {
	position: relative;
}
.thumb_family_photo .bg_img img {
	width: 100%;
}
.thumb_family_photo .new {
	position: absolute;
	right: 10px;
	top: -5px;
	text-align: right;
}
.thumb_family_photo .new img {
	width: 45px;
	height: auto;
}

@media (max-width: 767px) {
	.family_photo .new {
		right: 10px;
		top: 10px;
		text-align: right;
	}
	.family_photo .new img {
		width: 40px;
		height: auto;
	}
}
.lh180 {
	line-height: 1.8;
}