@charset "UTF-8";

body,
h1,h2,h3,h4,h5,h6,p,
ul,ol,li,dl,dt,dd,
form,fieldset,legend,pre,blockquote,
em,
address,
noscript {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

body {
	font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3" , "Hiragino Kaku Gothic ProN" , 'メイリオ' ,Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic" , Verdana, Arial, Helvetica, sans-serif;
    font-size:15px;
	font-weight:500;
	line-height:2;
	color:#404D45;
	padding-top:50px;}

.menu {
	background:#FFF;
}

.navbar-default .navbar-text {
  color: #4A8062;
}
.navbar-default .navbar-nav > li > a {
  font-size:14px;	
  color: #4A8062;
  font-weight:bold;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #9CB0A4;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #9CB0A4;
}

.hLogo {
	height:26px;
}

@media (max-width: 1199px) {
body {
    font-size:14px;}
}

@media (max-width: 991px) {
}

@media (max-width: 767px) {
	.navbar-collapse {
		background:#4A8062;
	}
	.navbar-nav li a:link,
	.navbar-nav li a:visited {
		background:#4A8062;
		color:#FFF;
	}
	.navbar-default .navbar-nav > li > a:hover,
	.navbar-default .navbar-nav > li > a:focus {
		color: #FFF;
		background-color: transparent;
	}
	
.hLogo {
	height:20px;
}
}


/* Ｃ: カルーセル */
.carousel {
	position:relative;
	margin-bottom: 0px;
}

.carousel img.copy {
	position:absolute;
	display: block;
	width:70%;
	bottom:8%;
	left:15%;
	z-index:10;
}

.carousel-caption {
	left: 15%;
	bottom: 140px;
	text-align: left;
}

.carousel-caption h2 {
	font-size: 42px;
	font-weight:bold;
	margin-bottom:20px;
}

.carousel a:link{
	color:#FFF;
}

.carousel-inner img {
	width:100%;
}

@media (max-width: 991px) {
.carousel img.copy {
	width:80%;
	bottom:5%;
	left:10%;
}

.carousel-caption {
	left: 15%;
	bottom: 80px;
	text-align: left;
}

.carousel-caption h2 {
	font-size: 42px;
	margin-bottom:20px;
}

.carousel a:link{
	color:#FFF;
}
}

@media (max-width: 767px) {
.carousel-caption {
	left: 15%;
	bottom: 40px;
	text-align: left;
}

.carousel-caption h2 {
	font-size: 32px;
	margin-bottom:40px;
}

.carousel-caption p{
	display:none;
}
}

@media (max-width: 479px) {

.carousel-caption {
	left: 15%;
	bottom: 30px;
	text-align: left;
}

.carousel-caption h3 {
	font-size: 24px;
	margin-bottom:20px;
}
}

/* パーツブロック */
ul.cardA {
	width:100%;
	display:flex;
	flex-wrap:wrap;
}
	ul.cardA li {
		list-style:none;
		width:25%;
		padding:10px 30px;
		background:#FFF;
		border-left:1px solid #E1E7E3;
	}
	ul.cardA li:nth-child(4n) {
		border-right:1px solid #E1E7E3;
	}
		ul.cardA li img.icon {
			display:block;
			width:120px;
			margin:0 auto 20px auto;
		}
		ul.cardA li h3 {
			font-size:18px;
			text-align:center;
			margin-bottom:15px;
			font-weight:700;
			color:#4A8062;
		}
		ul.cardA li p span {
			font-size:90%;
		}
		
ul.cardB {
	width:100%;
	display:flex;
	flex-wrap:wrap;
}
	ul.cardB li {
		list-style:none;
		width:30%;
		margin-right:5%;
	}
	ul.cardB li:nth-child(3n) {
		margin-right:0;
	}
		ul.cardB li img {
			display:block;
			width:100%;
			margin:0 auto 20px auto;
		}
		ul.cardB li h3 {
			font-size:22px;
			text-align:center;
			margin-bottom:20px;
			font-weight:bold;
		}
		ul.cardB li p.txt {
			margin-bottom:20px;
		}
		
ul.cardC {
	width:100%;
	display:flex;
	flex-wrap:wrap;
}
	ul.cardC li {
		list-style:none;
		width:31%;
		background:#FFF;
		-moz-box-shadow:0px 0px 3px rgba(0,0,0,0.3);
		-webkit-box-shadow:0px 0px 3px rgba(0,0,0,0.3);
		box-shadow:0px 0px 3px rgba(0,0,0,0.3);
		border-radius:8px;
		margin-right:3.5%;
	}
	ul.cardC li:nth-child(3n) {
		margin-right:0;
	}
		ul.cardC li img {
			width:100%;
			border-radius:8px 8px 0 0 ;
		}
		ul.cardC li div {
			padding:25px;
		}
		ul.cardC li h3 {
			font-size:22px;
			text-align:center;
			margin-bottom:20px;
			font-weight:bold;
		}
		ul.cardC li p.txt {
			margin-bottom:20px;
		}
		
ul.cardD {
	width:100%;
	display:flex;
	flex-wrap:wrap;
}
	ul.cardD li {
		list-style:none;
		width:30%;
		margin-right:5%;
	}
	ul.cardD li:nth-child(3n) {
		margin-right:0;
	}
		ul.cardD li img {
			display:block;
			width:80%;
			margin:0 auto 20px auto;
		}
		ul.cardD li h3 {
			font-size:22px;
			text-align:center;
			margin-bottom:30px;
			font-weight:bold;
		}
			ul.cardD li h3 span {
				font-size:70%;
				font-weight:normal;
				display:inline-block;
				padding:15px 0;
				border-bottom:1px solid #0069B6;
			}
		ul.cardD li p.txt {
			margin-bottom:20px;
		}
		ul.cardD li ul.socialBtn{
			width:100%;
			display:flex;
			justify-content: flex-end;
		}
			ul.cardD li ul.socialBtn li{
				width:auto;
				list-style:none;
				font-size:180%;
				margin-right:15px;
			}
			ul.cardD li ul.socialBtn li:last-child{
				margin-right:0;
			}
				ul.cardD li ul.socialBtn li a{
					color:#0069B6;
				}
				ul.cardD li ul.socialBtn li a:hover{
					color:#77C0E3;
				}
				
ul.col2 {
	width:100%;
	display:flex;
	flex-wrap:wrap;
}
	ul.col2 li {
		list-style:none;
		width:47%;
		margin-right:6%;
	}
	ul.col2 li:nth-child(even) {
		margin-right:0;
	}
		ul.col2 li img {
			display:block;
			width:100%;
			border-radius:8px;
			margin:0 auto 30px auto;
		}
		ul.col2 li p.txt {
			margin-bottom:30px;
		}
		
ul.photo-txtA {
	width:100%;
}
	ul.photo-txtA li {
		list-style:none;
		display:flex;
		flex-wrap:wrap;
		justify-content: space-between;
		padding:50px 30px 30px 30px;
		background:#FFF;
		-moz-box-shadow:0px 0px 8px rgba(0,0,0,0.12);
		-webkit-box-shadow:0px 0px 8px rgba(0,0,0,0.12);
		box-shadow:0px 0px 8px rgba(0,0,0,0.12);
		border-radius:8px;
		margin-bottom:40px;
	}
	ul.photo-txtA li:last-child {
		margin-bottom:0;
	}
		ul.photo-txtA li div.left {
			width:30%;
		}
			ul.photo-txtA li div.left img {
				display:block;
				width:100%;
				border-radius: 6px;
			}
		ul.photo-txtA li div.right {
			width:62%;
		}
			ul.photo-txtA li div.right h3 {
				font-size:22px;
				font-weight:bold;
				color:#4A8062;
				margin-bottom:20px;
			}
				ul.photo-txtA li div.right h3 i.fa {
					color:#F3E482;
					margin-right:0.6em;
				}
			ul.photo-txtA li div.right ul.item {
				width:100%;
				display:flex;
				flex-wrap:wrap;
			}
			ul.photo-txtA li div.right ul.item li{
				width:48%;
				position:relative;
				margin-bottom:5px;
				padding:0 0 0 1em;
				-moz-box-shadow:none;
				-webkit-box-shadow:none;
				box-shadow:none;
				border-radius:0;
			}
			ul.photo-txtA li div.right ul.item li:after{
				position:absolute;
				content:"";
				width:6px;
				height:6px;
				background:#367C9F;
				border-radius:50%;
				top:13px;
				left:0;
			}
			
ul.photo-txtB {
	width:100%;
}
	ul.photo-txtB li {
		list-style:none;
		display:flex;
		flex-direction: row-reverse;
		flex-wrap:wrap;
		justify-content: space-between;
		margin-bottom:40px;
	}
	ul.photo-txtB li:last-child {
		margin-bottom:0;
	}
		ul.photo-txtB li div.left {
			width:32%;
		}
			ul.photo-txtB li div.left img {
				display:block;
				width:100%;
				border-radius:8px;
			}
		ul.photo-txtB li div.right {
			width:63%;
		}
			ul.photo-txtB li div.right p.txt {
				margin-bottom:30px;
			}
			
ul.gallery {
	width:100%;
	display:flex;
	flex-wrap:wrap;
}
	ul.gallery li {
		list-style:none;
		width:23%;
		margin-right:2.66%;
		margin-bottom:30px;
	}
	ul.gallery li:nth-child(4n) {
		margin-right:0;
	}
		ul.gallery li img {
			display:block;
			width:100%;
			border-radius:8px;
			margin-bottom:15px;
		}
		ul.gallery li h3 {
			font-size:16px;
			font-weight:bold;
			text-align:center;
			color:#007C6E;
		}
		ul.gallery li p {
			font-size:14px;
			text-align:center;
		}
		
.lum-lightbox{
  z-index: 9999;
}

.button {
	text-align:center;
}
.button a{
	display:inline-block;
	padding:10px 30px;
	color:#FFF;
	border-radius:4px;
}
.button a:link,
.button a:visited{
	color:#FFF;
	background:#4A8062;
}
.button a:hover{
	color:#FFF;
	background:#9CB0A4;
	text-decoration:none;
}
.button a i.fa{
	margin-right:7px;
}

#area {
	margin-top:-50px;
	padding-top:50px;
}
#area h2 {
	text-align: center;
}
#area h2 span {
	position: relative;
	display: inline-block;
	height: 46px;
	font-size:20px;
	font-weight: 700;
	text-align: center;
	color: #FFF;
	line-height: 46px;
	padding:0 1.4em;
	background: #4A8062;
	border-radius: 23px;
	z-index: 2;
}
#area div.box {
	position: relative;
	width:100%;
	padding:50px 40px 40px 40px;
	background: #F1F4F2;
	border-radius: 6px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	top:-23px;
	z-index: 1;
}
#area div.box div.left {
	width:25%;
}
#area div.box div.left img {
	display: block;
	width:100%;
}
#area div.box div.right {
	width:70%;
	padding-left:50px;
	border-left:1px solid #CCD8D0;
}
#area div.box div.right h3 {
	font-size:18px;
	font-weight: 700;
	margin-bottom: 10px;
}

#features{
	margin-top:-50px;
	padding-top:50px;
}
#features h2{
	font-size:30px;
	font-weight:700;
	text-align:center;
	line-height:1.5;
	letter-spacing:0.1em;
	margin-bottom:40px;
}
#features h2 span{
	display:block;
	font-family: "Crimson Pro", serif;
	font-size:24px;
	color:#4A8062;
}
#features h3.copy {
	font-size:20px;
	text-align: center;
	color: #4A8062;
	margin-bottom: 40px;
}
#features h3.copy span{
	display: inline-block;
	font-size: 130%;
	font-weight: 700;
	color: #367C9F;
	padding:0.3em 0.4em;
	margin:0 0.4em;
	border:1px solid #D6E5EC;
	border-radius: 4px;
}

#service{
	margin-top:-50px;
	padding-top:50px;
}
#serviceWrap{
	width:100%;
	background:url(img/service_bg.gif) 0 0 repeat;
}
#service h2{
	font-size:30px;
	font-weight:700;
	text-align:center;
	line-height:1.5;
	letter-spacing:0.1em;
	margin-bottom:40px;
}
#service h2 span{
	display:block;
	font-family: "Crimson Pro", serif;
	font-size:24px;
	color:#4A8062;
}
#service h3.copy {
	font-size:24px;
	font-weight:bold;
	text-align:center;
	line-height:1.5;
	color: #367C9F;
	margin-bottom:40px;
}

#works{
	margin-top:-50px;
	padding-top:50px;
}
#works h2{
	font-size:30px;
	font-weight:700;
	text-align:center;
	line-height:1.5;
	letter-spacing:0.1em;
	margin-bottom:40px;
}
#works h2 span{
	display:block;
	font-family: "Crimson Pro", serif;
	font-size:24px;
	color:#4A8062;
}
#works p.read{
	text-align:center;
	margin-bottom:40px;
}
#works a.worksBtn{
	display: block;
	width:360px;
	height: 70px;
	font-size:18px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	line-height: 70px;
	background: #1B9831;
	margin: 60px auto 0 auto;
}
#works a.worksBtn i.fa{
	margin-left:1em;
}
#works a.worksBtn:hover{
	background: #5FB76E;
}

#profile{
	margin-top:-50px;
	padding-top:50px;
}
#profileWrap{
	width:100%;
	background:#FEFBEC;
}
#profile h2{
	font-size:30px;
	font-weight:700;
	text-align:center;
	line-height:1.5;
	letter-spacing:0.1em;
	margin-bottom:40px;
}
#profile h2 span{
	display:block;
	font-family: "Crimson Pro", serif;
	font-size:24px;
	color:#4A8062;
}

#insta{
	margin-top:-50px;
	padding-top:50px;
	border-bottom: 1px solid #f1f4f2;
}
#insta h2{
	font-size:30px;
	font-weight:700;
	text-align:center;
	line-height:1.5;
	letter-spacing:0.1em;
	margin-bottom:40px;
}
#insta h2 span{
	display:block;
	font-family: "Crimson Pro", serif;
	font-size:24px;
	color:#4A8062;
}

#contact{
	margin-top:-50px;
	padding-top:50px;
}
#contact h2{
	font-size:30px;
	font-weight:700;
	text-align:center;
	line-height:1.5;
	letter-spacing:0.1em;
	margin-bottom:40px;
}
#contact h2 span{
	display:block;
	font-family: "Crimson Pro", serif;
	font-size:24px;
	color:#4A8062;
}
#contact h3{
	font-size:24px;
	font-weight:bold;
	text-align:center;
	line-height:1.5;
	color: #367C9F;
	margin-bottom:40px;
}

.inner{
	padding:80px 0 90px 0;
}

.inner2{
	padding:80px 0 0 0;
}

.box01{
	width:auto;
	padding:40px 35px;
	background:#FFF;
	border-radius:8px;
	border:3px solid #DDD;
}

.tab-pane{
	padding:25px 10px;
	border-bottom:1px solid #DDD;
}

a.acordion{
	display:block;
	width:auto;
	background:#DDD;
	padding:10px;
	margin-bottom:10px;
	border-radius:8px 8px 8px 8px ;
}

.well{
	background:#FFF;
}

.fullImg {
	background:url(img/main04.jpg) 50% 50% no-repeat;
	background-size:cover;
}

.gbPhoto {
	width:60%;
}
.gbPhoto h3 {
	font-size:24px;
	font-weight:bold;
	margin-bottom:30px;
}
.gbPhoto p.read {
	margin-bottom:30px;
}

ul.bg2Col {
	width:100%;
	display:flex;
	flex-wrap:wrap;
}
	ul.bg2Col li {
		list-style:none;
		width:50%;
		padding:80px 50px;
	}
		ul.bg2Col li:first-child {
			background:url(img/img04.jpg) 50% 50% no-repeat;
			background-size:cover;
		}
		ul.bg2Col li:last-child {
			background:url(img/img05.jpg) 50% 50% no-repeat;
			background-size:cover;
		}
		ul.bg2Col li h3 {
			font-size:20px;
			font-weight:bold;
			color:#FFF;
			text-align:center;
			margin-bottom:30px;
		}
			ul.bg2Col li h3 span {
				display:inline-block;
				border-bottom:1px solid #FFF;
				padding-bottom:20px;
			}
		ul.bg2Col li p.read {
			color:#FFF;
			margin-bottom:30px;
		}
		
ul.bg3Col {
	width:100%;
	display:flex;
	flex-wrap:wrap;
}
	ul.bg3Col li {
		list-style:none;
		width:33.33%;
		padding:80px 50px;
	}
		ul.bg3Col li:first-child {
			background:url(img/img06.jpg) 50% 50% no-repeat;
			background-size:cover;
		}
		ul.bg3Col li:nth-child(2) {
			background:url(img/img07.jpg) 50% 50% no-repeat;
			background-size:cover;
		}
		ul.bg3Col li:last-child {
			background:url(img/img08.jpg) 50% 50% no-repeat;
			background-size:cover;
		}
		ul.bg3Col li h3 {
			font-size:20px;
			font-weight:bold;
			color:#FFF;
			text-align:center;
			margin-bottom:30px;
		}
			ul.bg3Col li h3 span {
				display:inline-block;
				border-bottom:1px solid #FFF;
				padding-bottom:20px;
			}
		ul.bg3Col li p.read {
			color:#FFF;
			margin-bottom:30px;
		}
		
dl.flow {
	width:100%;
	background:url(img/flow_bg.png) left top repeat-y;
}
	dl.flow dt {
		width:20%;
		clear:left;
		float:left;
		background:url(img/icon_dot.png) left 7px  no-repeat;
		background-size:10px 10px;
		padding:0 0 0 20px;
		font-weight:bold;
		line-height:1.8;
	}
	dl.flow dd {
		width:80%;
		float:left;
		line-height:1.8;
		margin-bottom:20px;
	}
		dl.flow dd:last-child {
			margin-bottom:0;
		}
		
.photoBoxWrap {
	position:relative;
	width:auto;
	margin:0 auto 50px auto;
}
.photoBox {
	width:100%;
	height:auto;
}
	.photoBox div.imgWrap {
		position:absolute;
		display:block;
		width:400px;
		top:0;
		left:0;
		z-index:2;
	}
		.photoBox div.imgWrap figure.img-container {
			overflow: hidden;
			position: relative;
		}
			.photoBox div.imgWrap figure.img-container img {
				display: block;
				width:400px;
				opacity: 0;
				position: relative;
				transition:all .5s .3s ease; 
				z-index: 0;
			}
			.photoBox div.imgWrap figure.img-container:before {
				background: #367C9F;
				content: '';
				display: block;
				height: 100%;
				position: absolute;
				transform: translateX(-100%);
				transition:all 1.0s 0s ease; 
				width: 100%;
				z-index: 1;
			}
	.photoBox div.text-container {
		position:relative;
		width:auto;
		margin-right:50px;
		padding:70px 60px 70px 450px;
		background:#FFF;
		border-radius: 6px;
		top:50px;
		left:50px;
		z-index:1;
	}
		.photoBox div.text-container h3 {
			font-size:24px;
			font-weight:bold;
			line-height:1.6;
			margin-bottom:50px;
		}
			.photoBox div.text-container h3 i.fa {
				display:inline-block;
				margin-right:0.4em;
				color:#4A8062;
			}
		.photoBox div.text-container dl {
			width:100%;
			margin-bottom: 50px;
		}
			.photoBox div.text-container dl dt {
				position: relative;
				width:8em;
				padding-left:1em;
				float: left;
				margin-bottom: 20px;
			}
				.photoBox div.text-container dl dt:before {
					position: absolute;
					content:"";
					width:6px;
					height: 6px;
					background: #367C9F;
					border-radius: 50%;
					top:9px;
					left:0;
				}
			.photoBox div.text-container dl dd {
				margin-left: 8em;
				margin-bottom: 20px;
			}
		
/*アニメーションするプロパティを設定*/
.photoBox div.imgWrap figure.img-container.active img{
    opacity: 1;
}
.photoBox div.imgWrap figure.img-container.active:before{
    transform: translateX(100%);        
}

@media (max-width: 1199px) {
	ul.cardA li {
		padding:10px 25px;
	}
	
	ul.gallery li {
		width:31%;
		margin-right:3.5%;
	}
	ul.gallery li:nth-child(4n) {
		margin-right:3.5%;
	}
	ul.gallery li:nth-child(3n) {
		margin-right:0;
	}
		
.photoBox div.text-container {
		padding:70px 60px 70px 430px;
	}
}

@media (max-width: 991px) {
	ul.cardA li {
		width:50%;
		padding:10px 30px;
		margin-bottom:30px;
	}
	ul.cardA li:nth-child(4n) {
		border-left:1px solid #E0E4E0;
	}
	ul.cardA li:nth-child(even) {
		border-right:1px solid #E0E4E0;
	}
		ul.cardA li h3 {
			font-size:18px;
		}
	
	ul.cardB li {
		width:47%;
		margin-right:6%;
		margin-bottom:40px;
	}
	ul.cardB li:last-child {
		margin-bottom:0;
	}
	ul.cardB li:nth-child(3n) {
		margin-right:6%;
	}
	ul.cardB li:nth-child(even) {
		margin-right:0;
	}
		ul.cardB li h3 {
			font-size:20px;
		}
		
	ul.cardC li {
		width:47%;
		margin-right:6%;
		margin-bottom:30px;
	}
	ul.cardC li:last-child {
		margin-bottom:0;
	}
	ul.cardC li:nth-child(3n) {
		margin-right:10%;
	}
	ul.cardC li:nth-child(even) {
		margin-right:0;
	}
		ul.cardC li h3 {
			font-size:20px;
		}
		
	ul.cardD li {
		width:47%;
		margin-right:6%;
		margin-bottom:40px;
	}
	ul.cardD li:last-child {
		margin-bottom:0;
	}
	ul.cardD li:nth-child(3n) {
		margin-right:6%;
	}
	ul.cardD li:nth-child(even) {
		margin-right:0;
	}
		ul.cardD li img {
			width:70%;
		}
		ul.cardD li h3 {
			font-size:20px;
			margin-bottom:20px;
		}
			ul.cardD li ul.socialBtn li{
				margin-bottom:0;
			}
	
	ul.photo-txtA li {
		padding:30px 25px 25px 25px;
		margin-bottom:35px;
	}
	ul.photo-txtA li:last-child {
		margin-bottom:0;
	}
		ul.photo-txtA li div.left {
			width:30%;
		}
			ul.photo-txtA li div.left img {
				width:100%;
			}
		ul.photo-txtA li div.right {
			width:65%;
		}
			ul.photo-txtA li div.right h3 {
				font-size:18px;
			}
			ul.photo-txtA li div.right ul.item li:after{
				top:12px;
			}
	
	ul.photo-txtB li {
		margin-bottom:50px;
	}
	
	ul.gallery li {
		width:48%;
		margin-right:4%;
	}
	ul.gallery li:nth-child(4n) {
		margin-right:4%;
	}
	ul.gallery li:nth-child(3n) {
		margin-right:4%;
	}
	ul.gallery li:nth-child(even) {
		margin-right:0;
	}

.inner{
	padding:70px 0 80px 0;
}

.inner2{
	padding:70px 0 0 0;
}

.last{
	margin-bottom:0;
}
	
#area h2 span {
	height: 42px;
	font-size:18px;
	line-height: 42px;
	border-radius: 21px;
}
#area div.box {
	padding:50px 30px 30px 30px;
	top:-21px;
}
#area div.box div.left {
	width:30%;
}
#area div.box div.right {
	width:65%;
	padding-left:30px;
}
#area div.box div.right h3 {
	font-size:16px;
}
	
#features h2{
	font-size:26px;
	margin-bottom:35px;
}
#features h2 span{
	font-size:22px;
}
#features h3.copy {
	font-size:18px;
	margin-bottom: 35px;
}
#features h3.copy span{
	font-size: 130%;
}

#service h2{
	font-size:26px;
	margin-bottom:35px;
}
#service h2 span{
	font-size:22px;
}
#service h3.copy {
	font-size:20px;
	margin-bottom:35px;
}

#works h2{
	font-size:26px;
	margin-bottom:35px;
}
#works h2 span{
	font-size:22px;
}

#profile h2{
	font-size:26px;
	margin-bottom:35px;
}
#profile h2 span{
	font-size:22px;
}
	
#insta h2{
	font-size:26px;
	margin-bottom:35px;
}
#insta h2 span{
	font-size:22px;
}

#contact h2{
	font-size:26px;
	margin-bottom:35px;
}
#contact h2 span{
	font-size:22px;
}
#contact h3{
	font-size:20px;
	margin-bottom:35px;
}

	ul.bg2Col li {
		padding:70px 40px;
	}
		ul.bg2Col li h3 {
			font-size:18px;
		}
		
	ul.bg3Col li {
		padding:70px 30px;
	}
		ul.bg3Col li h3 {
			font-size:18px;
		}

dl.flow {
	width:100%;
	background:url(img/flow_bg.png) left top repeat-y;
}
	dl.flow dt {
		width:25%;
		clear:left;
		float:left;
		background:url(img/icon_dot.png) left 7px  no-repeat;
		background-size:10px 10px;
		padding:0 0 0 20px;
		font-weight:bold;
		line-height:1.8;
	}
	dl.flow dd {
		width:75%;
		float:left;
		line-height:1.8;
		margin-bottom:20px;
	}
		dl.flow dd:last-child {
			margin-bottom:0;
		}
		

	.photoBox div.imgWrap {
		width:320px;
	}
			.photoBox div.imgWrap figure.img-container img {
				width:320px;
			}
	.photoBox div.text-container {
		padding:60px 50px 20px 330px;
	}
		.photoBox div.text-container h3 {
			font-size:20px;
		}
		.photoBox div.text-container dl {
			width:100%;
			margin-bottom: 40px;
		}
			.photoBox div.text-container dl dt {
				position: relative;
				width:6em;
				padding-left:1em;
				float: left;
				margin-bottom: 20px;
			}
				.photoBox div.text-container dl dt:before {
					position: absolute;
					content:"";
					width:6px;
					height: 6px;
					background: #367C9F;
					border-radius: 50%;
					top:9px;
					left:0;
				}
			.photoBox div.text-container dl dd {
				margin-left: 6em;
				margin-bottom: 20px;
			}
		
.box01{
	padding:35px 30px;
}

.gbPhoto {
	width:70%;
}
.gbPhoto h3 {
	font-size:20px;
	margin-bottom:25px;
}
}

.sp{
	display:none;
}
@media (max-width: 767px) {
	ul.cardA li {
		width:100%;
		padding:0 20px 35px 20px;
		border-left:0;
		border-bottom:1px solid #E0E4E0;
	}
	ul.cardA li:last-child {
		margin-bottom:0;
		border-bottom:0;
		padding-bottom:0;
	}
	ul.cardA li:nth-child(4n) {
		border-left:0;
	}
	ul.cardA li:nth-child(even) {
		border-right:0;
	}
		ul.cardA li img.icon {
			width:100px;
		}
		ul.cardA li h3 {
			font-size:16px;
		}
		
	ul.cardB li {
		width:100%;
		margin-right:0;
		margin-bottom:40px;
	}
	ul.cardB li:nth-child(3n) {
		margin-right:0;
	}
		ul.cardB li h3 {
			font-size:18px;
		}
		
	ul.cardC li {
		width:100%;
		margin-right:0;
	}
	ul.cardC li:nth-child(3n) {
		margin-right:0;
	}
		ul.cardC li div {
			padding:25px;
		}
		ul.cardC li h3 {
			font-size:18px;
		}
		
	ul.cardD li {
		width:100%;
		margin-right:0;
		margin-bottom:40px;
	}
	ul.cardD li:nth-child(3n) {
		margin-right:0;
	}
		ul.cardD li img {
			width:100%;
			max-width:220px;
			margin:0 auto 20px auto;
		}
		ul.cardD li h3 {
			font-size:18px;
		}
		
	ul.col2 li {
		width:100%;
		margin-right:0;
		margin-bottom:40px;
	}
	ul.col2 li:last-child {
		margin-bottom:0;
	}
		ul.col2 li img {
			border-radius:6px;
		}
		
	ul.photo-txtA li {
		flex-wrap: wrap;
		padding:30px 25px 25px 25px;
		margin-bottom:30px;
	}
	ul.photo-txtA li:last-child {
		margin-bottom:0;
	}
		ul.photo-txtA li div.left {
			width:100%;
			margin-bottom: 30px;
		}
			ul.photo-txtA li div.left img {
				width:240px;
				margin: 0 auto;
			}
		ul.photo-txtA li div.right {
			width:100%;
		}
			ul.photo-txtA li div.right h3 {
				font-size:18px;
			}
			ul.photo-txtA li div.right h3 i.fa {
				margin-right:0.4em;
			}
			ul.photo-txtA li div.right ul.item li{
				width:100%;
			}
			ul.photo-txtA li div.right ul.item li:after{
				top:12px;
			}
		
	ul.photo-txtB li {
		margin-bottom:40px;
	}
		ul.photo-txtB li div.left {
			width:100%;
		}
			ul.photo-txtB li div.left img {
				border-radius:6px;
				margin:0 auto 30px auto;
			}
		ul.photo-txtB li div.right {
			width:100%;
		}
		
	ul.gallery li {
		width:100%;
		margin-right:0;
	}
	ul.gallery li:nth-child(4n) {
		margin-right:0;
	}
	ul.gallery li:nth-child(3n) {
		margin-right:0;
	}
	ul.gallery li:nth-child(even) {
		margin-right:0;
	}
		ul.gallery li img {
			border-radius:6px;
			margin-bottom:15px;
		}
		
	.sp{
		display:block;
		margin-bottom:20px;
	}
	
#area h2 span {
	height: 40px;
	font-size:16px;
	line-height: 40px;
	border-radius: 20px;
}
#area div.box {
	padding:40px 20px 25px 20px;
	flex-wrap: wrap;
	top:-20px;
}
#area div.box div.left {
	width:100%;
	margin-bottom: 30px;
}
#area div.box div.left img {
	width:200px;
	margin: 0 auto;
}
#area div.box div.right {
	width:100%;
	padding-left:0;
	border-left:0;
}
#area div.box div.right h3 {
	font-size:15px;
}

#features h2{
	font-size:20px;
	margin-bottom:30px;
}
#features h2 span{
	font-size:16px;
}
#features h3.copy {
	font-size:16px;
	margin-bottom: 30px;
}
#features h3.copy span{
	font-size: 120%;
	padding:0.3em 0.4em;
	margin:0 0.2em;
}
	
#service h2{
	font-size:20px;
	margin-bottom:30px;
}
#service h2 span{
	font-size:16px;
}
#service h3.copy {
	font-size:17px;
	margin-bottom:25px;
}

#works h2{
	font-size:20px;
	margin-bottom:25px;
}
#works h2 span{
	font-size:16px;
	margin-bottom:10px;
}
#works p.read{
	margin-bottom:30px;
}
#works a.worksBtn{
	width:280px;
	height: 60px;
	font-size:16px;
	line-height: 60px;
	margin: 40px auto 0 auto;
}
#works a.worksBtn i.fa{
	margin: left 0.8em;
}
#works a.worksBtn:hover{
	background: #5FB76E;
}

#profile h2{
	font-size:20px;
	margin-bottom:25px;
}
#profile h2 span{
	font-size:16px;
	margin-bottom:10px;
}
	
#insta h2{
	font-size:20px;
	margin-bottom:25px;
}
#insta h2 span{
	font-size:16px;
	margin-bottom:10px;
}

#contact h2{
	font-size:20px;
	margin-bottom:25px;
}
#contact h2 span{
	font-size:16px;
	margin-bottom:10px;
}
#contact h3{
	font-size:17px;
	margin-bottom:25px;
}

.inner{
	padding:60px 0 70px 0;
}

.inner2{
	padding:60px 0 0 0;
}

	ul.bg2Col li {
		width:100%;
		padding:60px 25px;
	}
		ul.bg2Col li h3 {
			font-size:18px;
			margin-bottom:30px;
		}
			ul.bg2Col li h3 span {
				padding-bottom:20px;
			}
		ul.bg2Col li p.read {
			color:#FFF;
		}
		
	ul.bg3Col li {
		width:100%;
		padding:60px 25px;
	}
		ul.bg3Col li h3 {
			font-size:18px;
			margin-bottom:30px;
		}
			ul.bg3Col li h3 span {
				padding-bottom:20px;
			}

	dl.flow dt {
		width:100%;
		float:none;
		padding:0 0 0 20px;
		margin-bottom:10px;
	}
	dl.flow dd {
		width:100%;
		float:none;
		padding:0 0 0 20px;
		margin-bottom:30px;
	}
		dl.flow dd:last-child {
			margin-bottom:0;
		}
		
.photoBoxWrap {
	margin:0 auto;
}
	.photoBox div.imgWrap {
		position:inherit;
		width:80%;
		max-width:280px;
		top:auto;
		left:auto;
		margin:0 auto 30px auto;
	}
			.photoBox div.imgWrap figure.img-container img {
				width:100%;
			}
	
	.photoBox div.text-container {
		position:relative;
		width:auto;
		margin-right:0;
		padding:40px 20px 20px 20px;
		background:#FFF;
		top:0;
		left:0;
		z-index:1;
	}
		.photoBox div.text-container h3 {
			font-size:18px;
			margin-bottom:40px;
		}
				.photoBox div.text-container dl dt:before {
					top:8px;
				}
		
.box01{
	padding:25px 20px;
	border:2px solid #DDD;
}

.gbPhoto {
	width:100%;
}
.gbPhoto h3 {
	font-size:18px;
}
}

@media (max-width: 360px) {
#features h2{
	font-size:20px;
	margin-bottom:30px;
}
#features h2 span{
	font-size:16px;
}
#features h3.copy {
	font-size:14px;
	margin-bottom: 30px;
}
#features h3.copy span{
	font-size: 120%;
	padding:0.3em 0.3em;
	margin:0 0.2em;
}
	
#service h3.copy {
	font-size:16px;
}
}

/* !bootstrap変更 ------------------------------------------------------------ */
.nav-tabs li a{
	color:#FFF;
	background:#0069B6;
	font-size:16px;
	padding:1em 1.6em;
	border:1px solid #0069B6;
	outline: none;
}
.nav-tabs li a:focus{
	outline: none;
}
.nav-tabs li a:hover{
	background:#1D91C9;
	border:1px solid #1D91C9;
}
.nav-tabs {
  border-bottom: 1px solid #DCEAF5;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #0069B6;
  cursor: default;
  background-color: #DCEAF5;
  border: 1px solid #DCEAF5;
  border-bottom-color: transparent;
}

.tab-pane {
	padding:35px 20px;
	background:#DCEAF5;
	border-bottom:0;
}
.navbar-default .navbar-toggle,
.navbar-default .navbar-toggle {
  background-color: #4A8062;
  border-color:#4A8062;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #4A8062;
  border-color:#4A8062;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #FFF;
}
	.navbar-default .navbar-toggle:hover .icon-bar,
	.navbar-default .navbar-toggle:focus .icon-bar {
	  background-color: #FFF;
	}
@media (max-width: 767px) {
.nav-tabs li a{
	color:#FFF;
	font-size:14px;
	padding:0.8em 1em;
}

.tab-pane {
	padding:25px 15px;
	background:#FFF;
}
.navbar-default .navbar-toggle,
.navbar-default .navbar-toggle {
  background-color: #4A8062;
  border-color:#4A8062;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color:#4A8062;
  border-color:#4A8062;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #FFF;
}
	.navbar-default .navbar-toggle:hover .icon-bar,
	.navbar-default .navbar-toggle:focus .icon-bar {
	  background-color: #FFF;
	}
}

/* フッター */
.footer	{padding: 30px 0 30px 0;
	background-color:#404D45;}

.footer p	{
	line-height: 2;
	color:#FFF;
	text-align:center;
}

.footer p.logo {
	margin-bottom:20px;
}
.footer p.logo img {
	display:block;
	width:200px;
	margin:0 auto;
}

.footer p.copyright	{
	font-size:12px;
	padding-top:20px;
	opacity:0.3;
}

.footer p.pageTop a {
	color:#FFF;
}
.footer p.pageTop a:hover {
	color:#999;
}
.footer p.pageTop a i.fa {
	font-size:44px;
	margin-right:0;
}

.footer i.fa{
	margin-right:7px;
	font-size:120%;
}

.footerLinks {
	margin-bottom:30px;
	text-align:center;
}
	.footerLinks li {
		display:inline;
		margin:0 14px;
	}
	.footerLinks li a {
		color:#FFF;
		text-decoration:none;
	}
	.footerLinks li a:hover {
		opacity:0.7;
	}
	.footerLinks li a:before {
		display: inline-block;
		font-family: FontAwesome;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		content: "\f0da";
		color:#FFF;
		margin-right:7px;
	}
	
@media (max-width: 767px) {
.footerLinks {
}
.footerLinks li {
	display:block;
	margin:0 0;
}
.footerLinks li a {
	display:block;
	height:44px;
	line-height:44px;
	background:#4A564E;
	border-bottom:1px solid #404D45;
	color:#FFF;
	padding:0 12px;
}
.footer p	{
	font-size:12px;
}

.footer p.logo img {
	width:220px;
}
.footer p.copyright	{
	font-size:12px;
}
}


/* アンカー */
a:link, a:active {
color:#4A8062;
text-decoration:none;
}

a:visited {
color:#4A8062;
text-decoration:none;
}

a:hover {
color:#367C9F;
text-decoration:none;
}


/* 新着情報 */
ul.news{
	font-size: 14px;
	line-height: 1.4;
	list-style: none;
	border-top: dotted 1px #CCC;
}
	
ul.news li {
	display: block;
	padding: 20px 10px 20px 10px;
	color: #000;
	border-bottom: dotted 1px #CCC;
}

ul.news p {
	margin-top:5px;
}

@media (min-width: 480px) {
ul.news time {
	float: left;
	color:#0C5A94;
}
	
ul.news time i.fa {
	margin-right:7px;
}

ul.news p {
	margin: 0 0 0 160px;
}
} /* @media */

@media (max-width: 479px) {
ul.news time {
	float: none;
	color:#0C5A94;
	margin-bottom:8px;
	display:block;
}
	
ul.news time i.fa {
	margin-right:7px;
}

ul.news p {
	margin: 0;
}
} /* @media */


#mapDiv{
width:100%;
height:500px;
margin:0 auto 20px auto;
}

/* !Table
---------------------------------------------------------- */
.table_basic01 {
	width: 100%;
	border-collapse: separate;
	border-top: 1px solid #E8E4CB;
}
	.table_basic01 th,
	.table_basic01 td {
		border-bottom: 1px solid #E8E4CB;
		padding: 1.4em 1.4em;
	}
	.table_basic01 th {
		width:25%;
		vertical-align:top;
	}
	.table_basic01 td {
		width:75%;
		vertical-align:top;
	}
	
@media screen and (max-width:991px){
.table_basic01 th {
	width:25%;
}
.table_basic01 td {
	width:75%;
}
}

@media screen and (max-width:767px){
.table_basic01 {
	width: 100%;
	border-bottom:0;
}
	.table_basic01 th,
	.table_basic01 td {
		border-bottom: 0;
	}
	.table_basic01,
	.table_basic01 thead,
	.table_basic01 tbody,
	.table_basic01 tr,
	.table_basic01 th,
	.table_basic01 td {
		width: 100%;
		display: block;
	}
	.table_basic01 th {
		padding: 12px 12px 0 12px;
	}
	.table_basic01 td {
		padding: 10px 12px 12px 12px;
		border-bottom:1px solid #E8E4CB;
	}
}

/* 書式設定 */
.cap1{
	font-size:22px;
	font-weight:bold;
	margin-bottom:20px;
}
.cap1 i.fa{
	color:#4A8062;
	margin-right:7px;
}

@media (max-width: 991px) {
.cap1{
	font-size:20px;
}
}

@media (max-width: 767px) {
.cap1{
	font-size:18px;
}
}

@media (max-width: 400px) {
	.cap1 span{
		display:block;
		margin:0;
	}
	
	.page_nav ul,
    .page_nav ol{
		font-size:11px;
	}

} /* @media */


.read_lh180_m0 {line-height:1.8em;}
.read_lh180_m5 {line-height:1.8; margin:0 0 5px 0;}
.read_lh180_m10 {line-height:1.8; margin:0 0 10px 0;}
.read_lh180_m15 {line-height:1.8; margin:0 0 15px 0;}
.read_lh180_m20 {line-height:1.8; margin:0 0 20px 0;}
.read_lh180_m30 {line-height:1.8; margin:0 0 30px 0;}
.read_lh180_m40 {line-height:1.8; margin:0 0 40px 0;}
.read_lh180_m50 {line-height:1.8; margin:0 0 50px 0;}
.read_lh180_m60 {line-height:1.8; margin:0 0 60px 0;}

.mb00 {margin-bottom:0px;}
.mb5 {margin-bottom:5px;}
.mb10 {margin-bottom:10px;}
.mb15 {margin-bottom:15px;}
.mb20 {margin-bottom:20px;}
.mb25 {margin-bottom:25px;}
.mb30 {margin-bottom:30px;}
.mb40 {margin-bottom:40px;}
.mb50 {margin-bottom:50px;}
.mb60 {margin-bottom:60px;}
.mb70 {margin-bottom:70px;}
.mb80 {margin-bottom:80px;}
.mb90 {margin-bottom:90px;}
.mb100 {margin-bottom:100px;}

.pt5{padding-top:0px;}
.pt10{padding-top:10px;}
.pt20{padding-top:20px;}
.pt30{padding-top:30px;}
.pt40{padding-top:40px;}
.pt50{padding-top:50px;}
.pt55{padding-top:55px;}
.pt60{padding-top:60px;}

.p25{padding:25px;}

.taC{
	text-align:center;
}
.taL{
	text-align:left;
}
.taR{
	text-align:right;
}

img.wid100per{
	width:100%;
}


/* フォーム */
span.label{
  margin-left: 1em;
}

.form-group{
	border-top:1px dotted #C3CFC8;
	padding-top:15px;
}

input.norm {
	background: #EFEFEF;
	box-shadow: none;
	border: 0;
	border-radius: 0;
}

textarea.norm {
	background: #EFEFEF;
	box-shadow: none;
	border: 0;
	border-radius: 0;
}

.formBtn{
	background:#4A8062;
	padding:12px 20px;
	border:0;
	color:#FFF;
	font-size:120%;
}
.formBtn:hover{
	background:#9CB0A4;
}

.glyphicon {
	margin-right:5px;
}

.fcWhite{
	color:#FFF;
}

@media (max-width: 991px) {
.formBtn:hover{
	background:#4A8062;
}
}

@media (max-width: 767px) {
.formBtn{
	padding:12px 16px;
	font-size:100%;
}
}

/* navbar collapse for iPad (bootstrap) */
@media (max-width: 991px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    .navbar-collapse.collapse.in {
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
}

/*Instagram-------------------------------------------------*/
.insta-wrapper {
	width:100%;
	max-width:600px;
	margin: 0 auto;
}
.insta-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  grid-auto-rows: minmax(100px, auto);
  gap: 10px;
  margin-bottom:50px;
}
.insta-media {
  position: relative;
}
.insta-media a {
  transition: .6s;
}
.insta-media a:hover {
  opacity:.7;
}
.insta-media img {
  max-width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  display: block;
  width: 100%;
  height: auto;
}
.video-icon {
  position: absolute;
  top: 3px;
  right: 5px;
  filter: drop-shadow(1px 1px 1px #333);
}
.video-icon::before {
  content: "";
  display: inline-block;
  height: 18px;
  width: 18px;
  vertical-align: -3px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23ffffff' viewBox='0 0 16 16'%3E  %3Cpath fill-rule='evenodd' d='M0 5a2 2 0 0 1 2-2h7.5a2 2 0 0 1 1.983 1.738l3.11-1.382A1 1 0 0 1 16 4.269v7.462a1 1 0 0 1-1.406.913l-3.111-1.382A2 2 0 0 1 9.5 13H2a2 2 0 0 1-2-2V5zm11.5 5.175 3.5 1.556V4.269l-3.5 1.556v4.35zM2 4a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h7.5a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1H2z'/%3E%3C/svg%3E");
}
.insta-icon::before {
  content: "";
  display: inline-block;
  height: 30px;
  width: 30px;
  vertical-align: -6px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23a41867' viewBox='0 0 448 512'%3E%3Cpath d='M194.4 211.7a53.3 53.3 0 1 0 59.3 88.7 53.3 53.3 0 1 0 -59.3-88.7zm142.3-68.4c-5.2-5.2-11.5-9.3-18.4-12c-18.1-7.1-57.6-6.8-83.1-6.5c-4.1 0-7.9 .1-11.2 .1c-3.3 0-7.2 0-11.4-.1c-25.5-.3-64.8-.7-82.9 6.5c-6.9 2.7-13.1 6.8-18.4 12s-9.3 11.5-12 18.4c-7.1 18.1-6.7 57.7-6.5 83.2c0 4.1 .1 7.9 .1 11.1s0 7-.1 11.1c-.2 25.5-.6 65.1 6.5 83.2c2.7 6.9 6.8 13.1 12 18.4s11.5 9.3 18.4 12c18.1 7.1 57.6 6.8 83.1 6.5c4.1 0 7.9-.1 11.2-.1c3.3 0 7.2 0 11.4 .1c25.5 .3 64.8 .7 82.9-6.5c6.9-2.7 13.1-6.8 18.4-12s9.3-11.5 12-18.4c7.2-18 6.8-57.4 6.5-83c0-4.2-.1-8.1-.1-11.4s0-7.1 .1-11.4c.3-25.5 .7-64.9-6.5-83l0 0c-2.7-6.9-6.8-13.1-12-18.4zm-67.1 44.5A82 82 0 1 1 178.4 324.2a82 82 0 1 1 91.1-136.4zm29.2-1.3c-3.1-2.1-5.6-5.1-7.1-8.6s-1.8-7.3-1.1-11.1s2.6-7.1 5.2-9.8s6.1-4.5 9.8-5.2s7.6-.4 11.1 1.1s6.5 3.9 8.6 7s3.2 6.8 3.2 10.6c0 2.5-.5 5-1.4 7.3s-2.4 4.4-4.1 6.2s-3.9 3.2-6.2 4.2s-4.8 1.5-7.3 1.5l0 0c-3.8 0-7.5-1.1-10.6-3.2zM448 96c0-35.3-28.7-64-64-64H64C28.7 32 0 60.7 0 96V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V96zM357 389c-18.7 18.7-41.4 24.6-67 25.9c-26.4 1.5-105.6 1.5-132 0c-25.6-1.3-48.3-7.2-67-25.9s-24.6-41.4-25.8-67c-1.5-26.4-1.5-105.6 0-132c1.3-25.6 7.1-48.3 25.8-67s41.5-24.6 67-25.8c26.4-1.5 105.6-1.5 132 0c25.6 1.3 48.3 7.1 67 25.8s24.6 41.4 25.8 67c1.5 26.3 1.5 105.4 0 131.9c-1.3 25.6-7.1 48.3-25.8 67z'/%3E%3C/svg%3E");
  margin-right: 5px;
}
.insta_btn a {
	display: block;
	width:240px;
	height: 60px;
	font-family: "Crimson Pro", serif;
	font-weight: 700;
	font-size: 20px;
	text-align: center;
	color: #fff;
	line-height: 60px;
	letter-spacing: 0.1em;
	background: #f18f36;
	background: -moz-linear-gradient(left, #f18f36 0%, #d500a1 51% #f18f36 100%);
	background: -webkit-linear-gradient(left, #f18f36 0%,#d500a1 51% #f18f36 100%);
	background: linear-gradient(to right, #f18f36 0%,#d500a1 51%, #f18f36 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f18f36', endColorstr='#d500a1',GradientType=1 );
	background-size: 200% auto;
	margin:0 auto;
	transition:.6s;
}
.insta_btn a:hover {
	background-position: right center;
}
.insta_btn a i {
	font-weight: normal;
	margin-right: 0.6em;
}

/*clearfix-------------------------------------------------*/
.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.clearfix {display: inline-table;}

.clearfix {zoom:100%;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */