@charset "utf-8";

/* ---------------------------------------------------
   File: index.css
   Version: 1.0.0
   Update: 2016-02-01
   Author: http://flowlab.co.jp

   (c)2007-2016 Flowlab inc. All Rights Reserved.
--------------------------------------------------- */


/* ===================================================
    PC
=================================================== */



/* -------------------------------
		FADE BS CAROUSEL
------------------------------- */
.fade-carousel {
	height: 500px;
}
.fade-carousel .carousel-inner .item {
	height: 500px;
}
.fade-carousel .slides .slide-1, 
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3,
.fade-carousel .slides .slide-4,
.fade-carousel .slides .slide-5 {
	height: 500px;
}
.fade-carousel .slides .slide-1			{  background-image: url(../img_index/main/01.jpg);}
.fade-carousel .slides .slide-2			{  background-image: url(../img_index/main/02.jpg);}
.fade-carousel .slides .slide-3			{  background-image: url(../img_index/main/03.jpg);}
.fade-carousel .slides .slide-4			{  background-image: url(../img_index/main/04.jpg);}
.fade-carousel .slides .slide-5			{  background-image: url(../img_index/main/05.jpg);}


.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
	transform: translate3d(0, 0, 0);

}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}




#txt_main {
	position: relative;
	opacity: 1;
	z-index: 100;
}
#txt_main p{
	width: 330px;
	position: absolute;
	right: 0;
	bottom: 20px;
}


/* -------------------------------
		Recommended
------------------------------- */
#recommended .box {
    padding: 10px 25px;
    text-align: right;
    display: block;
    margin-top: 60px;
}

/* Icon */
#recommended .box-icon {
    display: table;
    width: 340px;
    height: 220px;
    margin: 0 auto;
    /*margin-top: -61px;*/
}
#recommended .box-icon img {
	width: 100%;
	height: auto;
}
#recommended .box-icon span {
    color: #fff;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

/* Recommended Title */
#recommended .info {
	position: relative;
}
#recommended .info h3 {
    font-size: 1.15em;
    letter-spacing: 2px;
	font-family: "ヒラギノ明朝 Pro","Hiragino Mincho Pro","游明朝体","Yu Mincho","Sawarabi Mincho",YuMincho,self;
	padding: 20px 0 10px;
}

/* Recommended Detail */
#recommended .info > p {
    color: #000;
    font-size: 1em;;
    padding-top: 10px;
    text-align: justify;
}
#recommended .info .btn_arrow_round a {
	position: absolute;
	right: 0;
	text-align: right;
}

/* -------------------------------
		Information（2）
------------------------------- */
#information2 {
	padding-bottom: 60px;
}
/* Title */
#information2 .main-title {
	/*background: url(../img_common/line.png) left center repeat-x;*/
	margin-bottom: 70px;
}

.table-bordered {
	/*border: 1px solid #dddddd;*/
	border-collapse: separate;
	border-left: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.table {
	width: 100%;
	font-size: 1em;
	margin-bottom: 20px;
	background-color: transparent;
	border-collapse: collapse;
	border-spacing: 0;
	display: table;
}
	.table th {
		width: 14%;
	}
.widget.widget-table .table {
	margin-bottom: 0;
	border: none;
}
.widget.widget-table .widget-content {
	padding: 0;
}
.widget .widget-header + .widget-content {
	border-top: none;
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-topright: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.widget .widget-content {
	padding: 20px 15px 15px;
	background: #FFF;
	/*border: 1px solid #D5D5D5;*/
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.widget .widget-header [class^="icon-"], .widget .widget-header [class*=" icon-"] {
	display: inline-block;
	margin-left: 13px;
	margin-right: -2px;
	color: #555;
	vertical-align: middle;
}

/* GoogleMap */
#information2 .googlemap iframe {
	height: 450px;
}

/* -------------------------------
		Banner Area
------------------------------- */




/* ===================================================
    TABLET - LARGE
=================================================== */
@media screen and (min-width: 992px) and (max-width: 1199px) {
	

/* -------------------------------
		Recommended
------------------------------- */
/* Icon */
#recommended .box-icon {
    width: 100%;
    height: auto;
}
	
	
}





/* ===================================================
    TABLET
=================================================== */
@media screen and (min-width: 768px) and (max-width: 991px) {

}










/* ===================================================
    SMART PHONE
=================================================== */
@media screen and (max-width: 767px) {

/* -------------------------------
		FADE BS CAROUSEL
------------------------------- */
.fade-carousel {
	height: 400px;
}
.fade-carousel .carousel-inner .item {
	height: 400px;
}
.fade-carousel .slides .slide-1, 
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3,
.fade-carousel .slides .slide-4,
.fade-carousel .slides .slide-5 {
	height: 400px;
}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: -100%;
  opacity: 1;
  z-index: 0;
	transform:none;

}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}



/* -------------------------------
		Recommended
------------------------------- */
/* Icon */
#recommended .box-icon {
    width: 100%;
    height: auto;
}

}