/* ------------------------------------------------------------------------------
	Template Name: Floix
	Author: Designstub
	Author URI: http://www.designstub.com
------------------------------------------------------------------------------*/



@import url(https://fonts.googleapis.com/css?family=Hind:300,400,500,600,700);
/* ------------------------------------------------------------------------------
	 Typography
-------------------------------------------------------------------------------*/
p {
	font-size: 14px;
	line-height: 22.4px;
	color: #6c7279;
}
h1 {
	font-size: 65px;
	color: #2d3033;
}
h2 {
	font-size: 40px;
	color: #2d3033;
}
h3 {
	font-size: 28px;
	color: #2d3033;
	font-weight: 300;
}
h4 {
	font-size: 22px;
	color: #2d3033;
	font-weight: 400;
}
h5 {
	font-size: 14px;
	color: #2d3033;
	text-transform: uppercase;
	font-weight: 700;
}
.btn {
	border: 1px solid rgba(0, 0, 0, 0.75);
	margin-top: 20px;
	color: #2a2a2a;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 1px;
	border-radius: 0px;
	padding: 1.5% 3%;
	display: inline-block;
	text-transform: uppercase;
}
.btn:hover, .btn:focus {
	background-color: #2a2a2a;
	color: #fff;
}
.btn-large {
	padding: 15px 40px;
}
/* ------------------------------------------------------------------------------
	 General Style
-------------------------------------------------------------------------------*/
a {
	color: #e84545;
}
a:hover, a:focus {
	text-decoration: none;
	-moz-transition: background-color, color, 0.3s;
	-o-transition: background-color, color, 0.3s;
	-webkit-transition: background-color, color, 0.3s;
	transition: background-color, color, 0.3s;
}
body {
	font-family: 'Hind', ;
	font-weight: 400;
	color: #6c7279;
}
ul, ol {
	margin: 0;
	padding: 0;
}
ul li {
	list-style: none;
}
.section {
	padding: 100px 0;
}
.no-padding {
	padding: 0;
}
.no-gutter [class*=col-] {
	padding-right: 0;
	padding-left: 0;
}
/* ==========================================================================
	$Header
========================================================================== */
#header {
	position: fixed;
	width: 100%;
	z-index: 999;
}
#header .header-content {
	margin: 0 auto;
	max-width: 1170px;
	padding: 40px 0;
	width: 100%;
	-moz-transition: padding 0.3s;
	-o-transition: padding 0.3s;
	-webkit-transition: padding 0.3s;
	transition: padding 0.3s;
}
#header .logo {
	font-size: 27px;
	color: #000;
	letter-spacing: 3px;
	font-weight: 300;
	float: left;
	text-transform: uppercase;
}
#header.fixed {
	background-color: rgba(255, 255, 255, 0.75);
}
#header.fixed .header-content {
	border-bottom: 0;
	padding: 25px 0;
}
#header.fixed .nav-toggle {
	top: 18px;
}
.navigation.open {
	opacity: 0.9;
	visibility: visible;
	-moz-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}
.navigation {
	float: right;
}
.navigation li {
	display: inline-block;
}
.navigation a {
	color: #808080;
	font-size: 13px;
	font-weight: 300;
	letter-spacing: 2px;
	margin-left: 40px;
}
.navigation a:hover, .navigation a.active {
	color: #262626;
}
.nav-toggle {
	display: none;
	height: 44px;
	overflow: hidden;
	position: fixed;
	right: 5%;
	text-indent: 100%;
	top: 32px;
	white-space: nowrap;
	width: 44px;
	z-index: 99999;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.nav-toggle:before, .nav-toggle:after {
	border-radius: 50%;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-webkit-transition-property: -webkit-transform;
	transition-property: transform;
}
.nav-toggle:before {
	background-color: #56cd32d3;
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.nav-toggle:after {
	background-color: #56cd32d3;
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
	-moz-transition-duration: 0s;
	-o-transition-duration: 0s;
	-webkit-transition-duration: 0s;
	transition-duration: 0s;
}
.nav-toggle span {
	background-color: #fff;
	bottom: auto;
	display: inline-block;
	height: 3px;
	left: 50%;
	position: absolute;
	right: auto;
	top: 50%;
	width: 18px;
	z-index: 10;
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.nav-toggle span:before, .nav-toggle span:after {
	background-color: #fff;
	content: "";
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-transition: -moz-transform 0.3s;
	-o-transition: -o-transform 0.3s;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}
.nav-toggle span:before {
	-moz-transform: translateY(-6px) rotate(0deg);
	-ms-transform: translateY(-6px) rotate(0deg);
	-webkit-transform: translateY(-6px) rotate(0deg);
	transform: translateY(-6px) rotate(0deg);
}
.nav-toggle span:after {
	-moz-transform: translateY(6px) rotate(0deg);
	-ms-transform: translateY(6px) rotate(0deg);
	-webkit-transform: translateY(6px) rotate(0deg);
	transform: translateY(6px) rotate(0deg);
}
.nav-toggle.close-nav:before {
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
}
.nav-toggle.close-nav:after {
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1);
}
.nav-toggle.close-nav span {
	background-color: rgba(255, 255, 255, 0);
}
.nav-toggle.close-nav span:before, .nav-toggle.close-nav span:after {
	background-color: #fff;
}
.nav-toggle.close-nav span:before {
	-moz-transform: translateY(0) rotate(45deg);
	-ms-transform: translateY(0) rotate(45deg);
	-webkit-transform: translateY(0) rotate(45deg);
	transform: translateY(0) rotate(45deg);
}
.nav-toggle.close-nav span:after {
	-moz-transform: translateY(0) rotate(-45deg);
	-ms-transform: translateY(0) rotate(-45deg);
	-webkit-transform: translateY(0) rotate(-45deg);
	transform: translateY(0) rotate(-45deg);
}
/* ==========================================================================
	$Banner
========================================================================== */
.banner {
	background-image: url(../images/banner.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background-size: cover;
	min-height: 750px;
}
.banner-inner-wrapper {
	float: right;
}
.banner-text {
	padding-top: 45%;
}
.banner-text h1 {
	color: #393939;
	font-family: 'Hind', ;
	font-size: 23px;
	font-weight: 400;
}
.banner-text p {
	color: #393939;
	font-size: 15px;
	font-weight: 300;
	line-height: 1.5;
	margin-bottom: 1%;
}
/* ==========================================================================
	$Teams
========================================================================== */

.intro-content {
	margin-top: 20px;
}
.intro-content h1 {
	font-size: 55px;
	font-weight: 700;
	letter-spacing: -3px;
}
.intro-content h4 {
	font-size: 15px;
	letter-spacing: 3px;
	font-weight: 700;
	text-transform: uppercase;
}
.intro-content p {
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 19px;
}
.intro-content li {
	line-height: 30px;
	letter-spacing: 1px;
}
/* ------------------------------------------------------------------------------
	 Works
-------------------------------------------------------------------------------*/
.work {
	-moz-box-shadow: 0 0 0 1px #fff;
	-webkit-box-shadow: 0 0 0 1px #fff;
	box-shadow: 0 0 0 1px #fff;
	overflow: hidden;
	position: relative;
}
.work img {
	width: 100%;
	height: 100%;
	padding: 5px 5px 5px 5px;
}
.work .overlay {
	background: #99cd32b9;
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 100%;
	-moz-transition: opacity, 0.3s;
	-o-transition: opacity, 0.3s;
	-webkit-transition: opacity, 0.3s;
	transition: opacity, 0.3s;
}
.work .overlay-caption {
	position: absolute;
	text-align: center;
	top: 50%;
	width: 100%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.work h5, .work p, .work img {
	-moz-transition: all, 0.5s;
	-o-transition: all, 0.5s;
	-webkit-transition: all, 0.5s;
	transition: all, 0.5s;
}
.work h5, .work p {
	color: #fff;
	margin: 0;
	opacity: 0;
}
.work span {
	font-size: 45px;
}
.work h5 {
	margin-bottom: 5px;
	-moz-transform: translate3d(0, -200%, 0);
	-ms-transform: translate3d(0, -200%, 0);
	-webkit-transform: translate3d(0, -200%, 0);
	transform: translate3d(0, -200%, 0);
}
.work p {
	-moz-transform: translate3d(0, 200%, 0);
	-ms-transform: translate3d(0, 200%, 0);
	-webkit-transform: translate3d(0, 200%, 0);
	transform: translate3d(0, 200%, 0);
}
.work-box:hover img {
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
.work-box:hover .overlay {
	opacity: 1;
}
.work-box:hover .overlay h5, .work-box:hover .overlay p {
	opacity: 1;
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
/* ------------------------------------------------------------------------------
	 Footer
-------------------------------------------------------------------------------*/
.footer {
	width: 94%;
	margin: auto;
	text-align: left;
	padding-top: 5%;
	padding-bottom: 7%;
}
.footer h4 {
	font-size: 14px;
	color: #000;
	letter-spacing: 2px;
	margin: 0 0 15px 0;
	padding: 0px;
}
.footer p {
	font-size: 12px;
	color: #6c7279;
}
.footer a {
	color: #000;
}
.footer a:hover {
	text-decoration: underline;
}
.footer .footer-share {
	margin-top: 0;
}
.footer .footer-share li {
	display: inline-block;
	float: none;
}
.footer .footer-share a {
	border: none;
	font-size: 14px;
	color: #000;
	letter-spacing: 15px;
}
.footer .fa-heart {
	color: #e84545;
	font-size: 12px;
	margin: 0 2px;
}
/* Box */

	.box {
		border: solid 1px rgba(212, 212, 255, 0.1);
		margin-bottom: 2em;
		padding: 1.5em 12% 0 12% ;
	}

		.box > :last-child,
		.box > :last-child > :last-child,
		.box > :last-child > :last-child > :last-child {
			margin-bottom: 0;
		}

		.box.alt {
			border: 0;
			border-radius: 0;
			padding: 0;
		}

/*2カラム*/

  body {
	margin: 0 100px 0 100px;
	padding: 0;
	
  }
  
  .box {
	display:flex;
	flex-direction: row;
	justify-content: space-around;
	margin: 0px -10px 40px -10px;
	align-items: center;
  }
  
  .text {
	width:30%;
	margin-right: 3%;
  }
  .text2 {
  }

  h3 {
	font-size: 21px;
	margin: 0;
  }
  
  .pict {
	width: 50%;
	height: auto;
	margin-left: 5px;
  }
  
  .pict img {
	width: 100%;
	height:auto;
  }
  
  .box:nth-child(even) {
	flex-direction: row-reverse;
  }
  .box:nth-child(even) .text {
	text-align: right;
  }
  .box:nth-child(even) .pict {
	margin-left: 0;
	margin-right: 3%;
  }
  
  @media (max-width:1024px) {
	body {
	margin: 0 2px 0 2px;
	padding: 0;
  }
	.box {
	  flex-direction: column;
	}
	.box:nth-child(even) {
	  flex-direction: column;
	}
	.text {
	  text-align: center;
	}
	.box:nth-child(even) .text {
	  text-align: center;
	}
	.pict {
	  width:100%;
	  margin-left: 0;
	  text-align: center;
	}
	.box:nth-child(even) .pict {
	  margin-left: 0;
	  margin-right: 0%;
	}
	.pict img {
	  width:100%;
	  height:auto;
	}
  }
/*テーブル*/
.side dd {
  box-sizing: border-box;
}
.side dl {
  background: transparent;
  border-right: transparent;
  border-bottom: transparent;
  border-left: transparent;
}
dt,
.side dd {
  padding: 0px 10px 0 10px;
  border-top: transparent;
  
}
.side dt {
  width: 30%;
  float: left;

}
.side dd.center {
  background: transparent;
  margin-left: 5%;
  padding-bottom: 10px;
  border-left:transparent;
}
.side dd.right {
  float: right;
  background: transparent;
  margin-left: 5%;
  padding-bottom: 10px;
  border-left: transparent;
}
.side dd:after {
  content: '';
  display: block;
  clear: both;
  
}
/*table*/
.box ul.samp01{
    margin:0 20px 0 20px;
	width:100%;
	
}

.box ul.samp01 li{
    clear:left;
    padding: 15px 15px;
    overflow: hidden;
    border-bottom:1px solid #808080;
}

* html .box ul.samp01 li{  
    height: 1%;  
} 

.box ul.samp01 li dl dt,
.box ul.samp01 li dl dd.cap{
    float:left;
    display:inline;
}

.box ul.samp01 li dl dt{
    background: url(.gif) no-repeat left 2px;
    padding: 0 0 0 15px;
	width:30%;
	height: auto;

}

.box ul.samp01 li dl dd.cap{
    width:70%;
	margin-left:10px;
	
}
.box ul.samp01 li dl dd.cap2{
	width: 70%;
	height: auto;
	float: left;
	margin left:15px;
}

.box ul.samp01 li dl dd.detail{
    background: url(.gif) no-repeat left 2px;
    float:right;
    display:inline;
    width:30%;
    padding: 0 0 0 15px;
}
/*テーブル*/
table{
margin:20px 20px;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px;
	line-height: 22.4px;
	color: #6c7279;
  
}

table th,table td{
  padding: 5px 5px;
  text-align: left;
  margin-right: 50px;
  width: auto;
  border-bottom:1px solid #808080;
  font-size: 14px;
  line-height: 22.4px;
  color: #6c7279;
}

table tr:nth-child(odd){
  background-color: transparent;
  font-size: 14px;
  line-height: 22.4px;
  color: #6c7279;
}
/*タイムライン*/
.timeline {
	padding: 0 15% 0 15% ;
	background-color: #fff;
	/* ボーダー有り */
	/* ストライプ背景 */
	/* PCの時は矢印っぽく */
  }
  .timeline-item {
	position: relative;
	border-left: 1px solid #000;
	padding: 0 0 30px 30px;
  }
  .timeline-item:before {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 100%;
	background-color: #000;
	transform: translateX(-50%) translateY(-50%);
  }
  .timeline-item:last-of-type {
	padding-bottom: 0;
  }
  .timeline-item:last-of-type:before {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 5px 0 5px;
	border-color: #000000 transparent transparent transparent;
	border-radius: 0;
	background-color: transparent;
	top: auto;
	bottom: 0;
	transform: translateX(-50%) translateY(0);
  }
  @media (min-width: 768px) {
	.timeline {
	  display: table;
	  table-layout: fixed;
	  width: 100%;
	}
	.timeline-item {
	  display: table-cell;
	  vertical-align: top;
	  padding: 0;
	  border-top: 1px solid #000;
	  border-bottom: 0;
	  border-left: 0;
	}
	.timeline-item:last-of-type {
	  padding-bottom: 0;
	  text-align: right;
	}
	.timeline-item:last-of-type:before {
	  border-width: 5px 0 5px 10px;
	  border-color: transparent transparent transparent #000000;
	  top: 0;
	  right: 0;
	  bottom: auto;
	  left: auto;
	  transform: translateX(0) translateY(-50%);
	}
	.timeline-item:last-of-type p {
	  text-align: left;
	}
	.timeline-label, .timeline-content {
	  transform: translateX(-50%);
	  text-align: left;
	  display: block;
	  max-width: 70%;
	}
	.timeline-label {
	  text-align: center;
	  position: absolute;
	  top: 0;
	  left: 0;
	  transform: translateX(-50%) translateY(-120%);
	  font-size: 12px;
	letter-spacing: 1px;
	line-height: 19px;
	}
	.timeline-content {
	  margin-top: 10px;
	}
	.timeline-content img {
		margin-top: 10px;
		width: 100%;
		align: auto;
	  }
	.timeline-item:last-of-type .timeline-label, .timeline-item:last-of-type .timeline-content {
	  transform: translateX(50%);
	  text-align: left;
	  display: inline-block;
	  max-width: 70%;
	}
	.timeline-item:last-of-type .timeline-label {
	  left: auto;
	  right: 0;
	  transform: translateX(50%) translateY(-120%);
	}
  }
  .timeline.border-dashed .timeline-item {
	border-top: 1px dashed rgba(255, 250, 250, 0);
	padding: 10px;
  }
  .timeline.border-dashed .timeline-item:last-of-type {
	border-top: none;
	border-bottom: 1px dashed #fff;
  }
  @media (min-width: 768px) {
	.timeline.border-dashed .timeline-item {
	  padding: 0;
	  border-top: 1px solid #000;
	  border-left: 1px dashed #fff;
	}
	.timeline.border-dashed .timeline-item:last-of-type {
	  border-top: 1px solid #000;
	  border-right: 1px dashed #fff;
	  border-bottom: 0;
	}
  }
  .timeline.bg-stripe .timeline-item:nth-of-type(odd) {
	background-color: #fff;
  }
  .timeline.bg-stripe .timeline-item:nth-of-type(even) {
	background-color: #fff;
  }
  @media (min-width: 768px) {
	.timeline.bg-stripe .timeline-label, .timeline.bg-stripe .timeline-content {
	  transform: translateX(0);
	  text-align: left;
	  display: block;
	  max-width: 70%;
	}
	.timeline.bg-stripe .timeline-label {
	  transform: translateX(0) translateY(-120%);
	  font-size: 12px;
	letter-spacing: 1px;
	line-height: 19px;
	}
	.timeline.bg-stripe .timeline-content {
	  display: inline-block;
	}
  }
  .timeline-wrapper {
	padding: 3rem 5rem;
	background-color: #fff;
  }
  .timeline.bg-arrow {
	padding: 0;
  }
  .timeline.bg-arrow .timeline-item {
	position: relative;
	border-top: none;
  }
  @media (min-width: 768px) {
	.timeline.bg-arrow {
	  padding: 20px 0 0;
	  overflow: hidden;
	}
	.timeline.bg-arrow .timeline-item:before {
	  height: 100%;
	  width: 100%;
	  top: 0;
	  left: 0;
	  right: 0;
	  bottom: 0;
	  border-color: transparent;
	  border-radius: 0;
	  box-shadow: 1px -1px 2px rgb(255, 255, 255);
	  transform: skew(-45deg);
	  transform-origin: 0 0;
	  background: -moz-linear-gradient(45deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
	  /* FF3.6-15 */
	  background: -webkit-linear-gradient(45deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
	  /* Chrome10-25,Safari5.1-6 */
	  background: linear-gradient(45deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
	  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	}
	.timeline.bg-arrow .timeline-label, .timeline.bg-arrow .timeline-content {
	  transform: translateX(0);
	  text-align: left;
	  display: block;
	  max-width: 70%;
	}
	.timeline.bg-arrow .timeline-label {
	  transform: translateX(0) translateY(-120%);
	  font-size: 12px;
	letter-spacing: 1px;
	line-height: 19px;
	}
	.timeline.bg-arrow .timeline-content {
	  display: inline-block;
	}
	.timeline.bg-arrow .timeline-item:last-of-type {
	  padding-bottom: 0;
	  text-align: right;
	}
	.timeline.bg-arrow .timeline-item:last-of-type:before {
	  border: none;
	  top: 0;
	  left: 0;
	  right: 0;
	  bottom: 0;
	  transform: translateX(0) translateY(0) skew(-45deg);
	}
	.timeline.bg-arrow .timeline-item:last-of-type p {
	  text-align: left;
	  display: block;
	}
  }
  
  /* 現在地 */
  .timeline-item.now:before {
	background-color: #f00;
  }
  #food {
	background-color:#ffffff;
	width: 70%;
	padding: 20px;
	margin: auto;
	
	}
	@media only screen and (max-width: 768px) {
		#food {
			background-color:#ffffff;
			width: 100%;
			padding: 20px;
			margin: auto;
		}
		dt {
			width: 30%;
			float: left;
		  }
		dd {
			background: transparent;
			margin-left: 70%;
			padding-bottom: 10px;
			border-left: 1px solid transparent;
		  }
	
	}
	
	dl,
	dt,
	.food dd {
	  box-sizing: border-box;
	}
	.food dl {
	  background: transparent;
	  border-right: 1px solid　transparent;
	  border-bottom: 1px solid #ccc;
	  border-left: 1px solid transparent;
	}
	dt,
	.food dd {
	  padding: 0px 10px 0 10px;
	  border-top: 1px solid transparent;
	  
	}
	.food dt {
	  width: 30%;
	  float: left;
	}
	.food dd {
	  background: transparent;
	  margin-left: 30%;
	  padding-bottom: 10px;
	  border-left: 1px solid transparent;
	}
	.food dd:after {
	  content: '';
	  display: block;
	  clear: both;
	  
	}
	/*
	.google_map{
		position:relative;
		width:100%;
		height:0;
		padding-top:75%;
	}
	.google_map iframe{
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
	}

	/* スマホ用 */
@media screen and (max-width: 767px) {
	.fb-container {
		width: 100%;
		max-width: 350px;
	}
}
 
/* PC用 */
@media screen and (min-width: 768px) {
	.fb-container {
		width: 500px;
	}
}