@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* =======================================================
*
* 	Template Style 
*	Edit this section
*
* ======================================================= */
body {
  font-family:"Hiragino Kaku Gothic Pro",HiraKakuPro-W3,"ヒラギノ角ゴ Pro W3","メイリオ", Meiryo,"MS P ゴシック",verdana,sans-serif;
  text-align: center;
  line-height: 1.8;
  font-size: 20px;
  background: #ffffff;
}

a {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}
a:hover { text-decoration: none;}
a:focus, a:active {
  outline: none;
  text-decoration: none;
}

p {
  font-size: 15px;
  letter-spacing: 0.3em;
  padding: 0 20px;
  color: #494740;
  font-family:"Hiragino Kaku Gothic Pro",HiraKakuPro-W3,"ヒラギノ角ゴ Pro W3","メイリオ", Meiryo,"MS P ゴシック",verdana,sans-serif;
  text-align: center;
}

h1, h2, h3, h4, h5, h6 {
  color: rgba(0, 0, 0, 0.8);
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 28px;
  line-height: 46px;
  letter-spacing: 4px;
  margin: 0 0 30px 0;
}
h1 {
  color: rgba(0, 0, 0, 0.8);
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 28px;
  line-height: 46px;
  letter-spacing: 4px;
  margin: 0 0 0px 0;
}
ul li {list-style:none;}


/*=========
 index
 ==========*/


@media(max-width:767px) {
    .intro {
        padding: 0;
    }

#about h2 {
	font-size: 18px;
	letter-spacing: 0.5em;
	padding: 0 40px;}
.hundred {
	width: 100%;
	padding-top: 180px;
}
p.cen{
	text-align:left;
	padding: 0 30px;
  font-size: 14px;
}
 h3 {
	 font-size: 20px;
	padding: 0 15px;
  }
} 
@media(max-width:400px) {
	#about h2 {
	font-size: 14px;
	padding: 0 20px;
	}
}

/*--------------------------------------
  header
--------------------------------------*/
#h_nav {
	background: #ffffff;
	width: 100%;
	height: 75px;
	max-width: 1300px;
	margin: auto;
}
#h_nav img {
	float: left;
	margin: 0px;
}
.tel_h p {
font-size: 11px;
letter-spacing: 3px;
margin-top: 0px;
}
.tel_h {
		border: 0px #C02629 solid;
		float: right;
		margin-top: 10px;
}
.tel_h a {
	font-size: 24px;
	padding: 6px 6px 3px 46px;
	color: #ffffff;
	background: #000000 url(../psd/tel.gif) center left no-repeat;
}
@media(max-width:767px) {
#h_nav {
	height: 57px;
}
#h_nav img {
	margin-top: 10px;
	width: 100px;
}
.tel_h p {
font-size: 9px;
letter-spacing: 2px;
}
.tel_h {
		border: 0px #C02629 solid;
		float: right;
		height: 60px;
		margin-top: 4px;
		margin-right: -5px;
}
.tel_h a {
	padding: 3px 3px 2px 46px;
	color: #ffffff;
	font-size: 18px;
	background: #000000 url(../psd/tel.gif) center left no-repeat;
}
} 
/*--------------------------------------
  TOP image index
--------------------------------------*/

#topimage {
	background: url(../psd/index_topimage.jpg);
	height: 600px;
	background-size: cover;
	width: 100%;
	padding-top:150px;
}
.api {
	text-align: center;
	border: 4px solid #FFFFFF;
	max-width: 800px;
	margin:auto;
	padding:40px;
}
.api h2 {
	color: #ffffff;
	font-weight:bold;
	font-size: 38px;
}
.api p {
	color: #ffffff;
	text-align: left;
}

@media(max-width:767px) {
	#topimage {
		background-size: contain;
	height: 400px;
	padding-top:80px;		
	}
.api {
	border: 3px solid #FFFFFF;
	width: 90%;
	margin:auto;
	padding:10px;
}
.api h2 {
	font-size: 18px;
}
.api p {
	font-size: 12px;
}
}

/*--------------------------------------
  FOR YOU
--------------------------------------*/

#about {
	background: url(../psd/bg_fu.jpg) top center no-repeat;
padding: 50px 0px;
}
#about h2 {
	padding-top: 40px;
}
#about .box {
	margin: 2px;
	width: 100%;
	max-width: 150px;
	height: 150px;
    border-radius: 150px;        /* CSS3草案 */  
    -webkit-border-radius: 150px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 150px;   /* Firefox用 */  
}
#tokuten {
	max-width:990px;
	width: 100%;
	margin: 60px auto; 
}
.fu_plane {
	background:url(../psd/fu_plane.jpg);
}
.fu_room {
	background:url(../psd/fu_room.jpg);
}
.fu_time {
	background:url(../psd/fu_time.jpg);
}
.fu_dc {
	background:url(../psd/fu_dc.jpg);
}
.fu_car {
	background:url(../psd/fu_car.jpg);
}
.fu_tra {
	background:url(../psd/fu_tra.jpg);
}
.fu_first {
	background:url(../psd/fu_first.jpg);
}
.fu_eye {
	background:url(../psd/fu_eye.jpg);
}
.fu_set {
	background:url(../psd/fu_set.jpg);
}
.fu_dress {
	background:url(../psd/fu_dress.jpg);
}

.fu_pool {
	background:url(../psd/fu_pool.jpg);
}
.fu_gim {
	background:url(../psd/fu_gim.jpg);
}

.fu_sake {
	background:url(../psd/fu_sake.jpg);
}
.fu_girl {
	background:url(../psd/fu_girl.jpg);
}
#about h4 {
	color: #ffffff;
	line-height: 150px;
	font-size: 20px;
font-family:"Hiragino Kaku Gothic Pro",HiraKakuPro-W3,"ヒラギノ角ゴ Pro W3","メイリオ", Meiryo,"MS P ゴシック",verdana,sans-serif;
}

.highlight {
background: linear-gradient(transparent 50%, #ffff66 0%);
line-height: 1.3em;
}
.highlight2 {
background: linear-gradient(transparent 50%, #A1F5FC 0%);
line-height: 1.3em;
}

/*--------------------------------------
  condminium
--------------------------------------*/
.naka {
	width: 410px;
	border: 0px solid #BF19FF;
	margin: 0 auto;
}
.block1, .block2 {
    display: none;
    }
.cond_sp {
    width: 100%;
    display: inline;
}
/*condominium PCサイズ
----------------------------------------------------*/
@media only screen and (min-width: 880px) {

/*--------------------------------------
  PCでの表示
--------------------------------------*/
.naka {
	width: 100%;
}
.block1, .block2 {
    display: block;
    }
.cond_sp {
    display: none;
    }
img.cond1 {
	width: 420px;
	float: none;
	margin-right: 70px;

}
img.cond2 {
	width: 390px;
	float: none;
	padding-left: 70px;
	margin-top: 55px;
}
img.cond3 {
	float: left;
	width: 290px;
	margin-left: 8px;
	margin-top: 40px;
	z-index: 0;

}
img.cond4 {
	width: 390px;
	float: right;
	padding-top: 50px;
	padding-right: 20px;
	z-index: 0;
}
h3.title {
	margin-top:80px;
	 width: 400px;
	 margin: 0 auto;
 }
 h3.title2 {
	margin-top:80px;
	 width: 90%;
	 max-width:574px;
	 margin: 0 auto;
 }

 .pcue {
	 width: 400px;
	 margin: 50px auto;
 }
}
/*condominium PCサイズ
----------------------------------------------------*/
@media only screen and (min-width: 1488px) {

/*--------------------------------------
  PCでの表示
--------------------------------------*/
.naka {
	width: 100%;
}

img.cond3 {
	margin-left: 8%;
	width: 390px

}
img.cond4 {
	margin-right: 3%;
	width: 460px;
}

}

#condminium {
	background-color: #f4feff;
	padding-top: 50px;
}
h3.title {
	color: #000000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding-top: 40px;
	letter-spacing: 4px;
	font-size: 12px;
	text-align: center;
}
img.h3 {
	width: 80%;
    max-width: 400px;
}
/*condominium PCサイズ
----------------------------------------------------*/
@media only screen and (min-width: 780px) {

/*--------------------------------------
  PCでの表示
--------------------------------------*/
h3.title {
	font-size: 14px;
}
}


 .piagetim { margin: 50px 2px 2px 2px;
 width: 32%;
 }
 
 @media only screen and (max-width: 780px) {
 .piagetim { margin: 30px 0px 2px 0px;
 width: 29%; }
}

/* button_a */

.button_a {
	margin: 50px 0 150px 0px;
	display: inline-block;
	width: 80%; max-width: 450px;
	height: 50px;
	color: #ffffff;
	background-color: #1d3676;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	line-height: 50px;
	outline: none;
	font-size: 14px;
	letter-spacing: 0.4em;
    border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */  
}
.button_a:hover {
	background-color: #b28850;
	color: #ffffff;
}
.button_a::before,
.button_a::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button_a,
.button_a::before,
.button_a::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

/* piaget */

#piaget {
	background-color: #ffffff;
	padding-top: 100px;
	padding-bottom: 0px;
}
#piaget img.row {
	margin: 40px 0px 10px 0px;
	width: 95%;
	border: 0px solid #E5345B;
}
/* experience */
#experience {
	background-image:url(../psd/experienceimg.jpg);
	background-size: cover;
	padding: 150px 0 120px 0;
	text-align:center;
	background-position: 50% 50%;
    background-attachment:fixed;
}
#experience h3 {
	color:#ffffff;
	font-weight:bold;
	font-size: 38px;
}

hr.miji {
	width: 100px;
	border: 2px solid #ffffff;
	margin-top: -10px;
}

#experience p {
	padding-top: 40px;
	font-size:14px;
	line-height: 2em;
	color: #ffffff;
}

/* button_b */

.button_b {
	margin: 30px 0 10px 0px;
	display: inline-block;
	width: 80%; max-width: 450px;
	height: 50px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	line-height: 50px;
	outline: none;
	border: 3px solid #ffffff;
	font-size: 16px;
	letter-spacing: 0.4em;
    border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */  
}
.button_b:hover {
	background-color: #ffffff;
	color: #494740;
}
.button_b::before,
.button_b::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button_b,
.button_b::before,
.button_b::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
/*piaget PCサイズ
----------------------------------------------------*/
@media only screen and (min-width: 780px) {

/*--------------------------------------
  PCでの表示
--------------------------------------*/
#piaget img.row {
	margin: 50px 0px 0px 0px;
	width: 90%;
	max-width: 1300px;
}
#piaget p {
	margin-top: 40px;
}
}


/* button_b */

.button_b {
	margin: 30px 0 10px 0px;
	display: inline-block;
	width: 80%; max-width: 450px;
	height: 50px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	line-height: 50px;
	outline: none;
	border: 3px solid #ffffff;
	font-size: 16px;
	letter-spacing: 0.4em;
    border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */  
}
.button_b:hover {
	background-color: #ffffff;
	color: #494740;
}
.button_b::before,
.button_b::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button_b,
.button_b::before,
.button_b::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

/* contact */
.namiue {
	background: url(../psd/cont_bg1.gif) repeat;
	height: 47px;
	margin-top: 10px;
}
.namisita {
	background:url(../psd/cont_bg2.gif) repeat;
	height: 47px;
}

#contact {
	background-color: #09245a;
	padding: 60px 0;
}
#contact p {
	padding: 20px 0;
	color:#ffffff;
}
#contact h3.title {
	color:#c4a023;
}

#contact img.yaji {
	width: 60px;
}

.button_c {
	margin: 30px 0 10px 0px;
	display: inline-block;
	width: 80%;
	max-width: 450px;
	height: 50px;
	background-color: #c4a023;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	line-height: 50px;
	outline: none;
	font-size: 16px;
	letter-spacing: 0.4em;
	border-radius: 5px;        /* CSS3草案 */
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;   /* Firefox用 */
}
.button_c:hover {
	background-color: #2C84A8;
	color: #ffffff;
}
.button_c::before,
.button_c::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button_c,
.button_c::before,
.button_c::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

/* footer */

#footer {
  padding: 60px 0 40px;
  margin: 0;
}
#footer p {
  font-size: 14px;
}
#footer p i.love {
  color: red;
}

div.box {
	padding: 0px;
	font-size: 12px;
    display: -moz-inline-box; /*for Firefox 2*/
    display: inline-block; /*for modern*/
    /display: inline; /*for ie5～7*/
    /zoom: 1; /*for ie5～7*/
	border: 0px solid #F14144;
	letter-spacing: 0.3em;
}

div.box a {
	position: relative;
	display: block;
	margin: 10px 20px;
	padding: 10px 0px 10px 20px;
	text-align: left;
	color: #494740;
	font-weight: bold;
	text-decoration: none;
}
div.box a:hover {
	color: #FFD14B;
}
div.box a:before{
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  left: -10px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  background: #FFD14B;
}
div.box a:after{
  display: block;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  left: -15px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  background: #FFFFFF;
}

img.ftlogo {
	margin: 40px auto;
	width: 95%;
	height: 95%;
	max-width: 200px;
}
img.fttel {
	margin-top: 25px;
	width: 95%;
	height: 95%;
	max-width: 390px;
}
iframe {
	width: 90%;
	height: 270px;
}
address {
	color: #494740;
	padding: 10px 15px;
	font-size: 16px;
	font-family: Georgia, 'Hiragino Mincho ProN', 'Yu Mincho', serif;

}
p.cp {
	font-family: Georgia, 'Hiragino Mincho ProN', 'Yu Mincho', serif;
	background-color: #09245a;
	padding: 20px 0;
	color: #ffffff;
	margin: 0;
	font-size: 12px;
	letter-spacing: 2px;
}
/*piaget PCサイズ
----------------------------------------------------*/
@media only screen and (min-width: 780px) {

/*--------------------------------------
  PCでの表示
--------------------------------------*/
p.cp {
	font-size: 14px;
	letter-spacing: 0.3em;

}
iframe {
	width: 70%;
}

}

/*--------------------------------------
  シンガポールの生活
--------------------------------------*/
#imabari_top {
	 background: url(../psd/top_imabari.jpg) no-repeat;
	 background-size: cover;
	 height: 400px;
	 padding-top: 110px;
}
.top_title {
	text-align: center;
	border: 3px solid #FFFFFF;
	padding: 20px 0px;
	width: 280px;
	margin: auto;
}
.top_title h2 {
	color:#ffffff;
	font-size: 18px;
	margin-bottom: -10px;
}
.top_title hr {
	width: 100px;
	border: #ffffff 1px solid;
}
.top_title p {
	color: #ffffff;
	font-weight: bold;
}


#singa {
	background: url(../psd/topabout_bg.jpg) top center repeat;
	background-size: contain;
	padding: 80px 0px 0px 0px;
	text-align: center;
}

#singa h2 {
	color: #1d3676;
	font-size: 24px;
	padding: 10px 15px;
}
#singa p {
	padding-top: 4px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 40px;
}


@media only screen and (max-width: 780px) {
#singa h2 {
	font-size: 20px;
	padding: 10px 15px;
}
#singa p {
	font-size: 14px;
}
}

p.bold {
	font-size: 18px;
	font-weight: bold;
	padding: 30px 20px;
}

#singa img {
	margin-bottom: 30px;
	margin-top: 3px;

}

.im_photo {
	width: 80%;
	max-width: 350px;
}

/* merit */
#merit {
	padding: 40px 0px;
	background:url(../psd/tokuten.jpg) no-repeat;
background-size: cover;
border-top: 50px solid #cebe8b;
border-bottom: 50px solid #cebe8b;
}
#merit h3 {
	color: #FFFFFF;
	font-size: 22px;
	font-weight: bold;
}
.ake {
	margin-bottom: 60px;
}
p.toku {
	color: #fff;
	padding: 10px 15px;
}

#kakumerit {
    margin-top: 40px;
}
.en {
    display: inline-block;
    margin: 10px;
    -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;

	background: #FFFFFF;
	width: 254px;
	height: 254px;
	border-radius: 254px;        /* CSS3草案 */  
    -webkit-border-radius: 254px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 254px;   /* Firefox用 */
}
p.number {
	font-size: 37px;
	padding-top: 10px;
	font-family:"Times New Roman", Times, serif;
	color:#715e28;
}
.en h4 {
	margin-top: -15px;
	font-size: 18px;
	font-weight: bold;
}
.en hr {
	margin-top: -33px;
	border: 2px #cebd8b dotted;
	width: 80%;
}
p.enn {
	font-size: 14px;
	color: #715e28;
}

/* syainnryou */

#ryou {
	padding-top: 100px;
	background: url(../psd/bg_ryou.jpg) top center;
	background-size: auto;
	padding-bottom: 60px;
}
@media only screen and (max-width: 780px) {
#ryou {
background-size: contain;
}
}
.hyaku {
	width:100%;
	max-width: 1300px;
}
.setu {
	padding: 40px 20px;
}
.mato {
	width: 100%;
	height: 325px;
	padding: 10px;
	border: 0px #000 solid;
}

img.liv {
	position: relative;
	width: 300px;
	float: right;
	z-index: 2;
	right: 0px;
	position: absolute;
}
img.din {
	width: 200px;
	position: relative;
	float:left;
	z-index: 1;
	top: 180px;
}
.komemi {
	font-size: 12px;
	text-align: right;
	letter-spacing: 2px;
}
img.ent {
	width: 100%;
	padding: 20px;
	margin-top: 100px;
}

.ansinbox {
	text-align: left;
	margin-left: 60px;
}
#ryou h5 {
	font-size: 18px;
	line-height: 20px;
	letter-spacing:0px;
	color:#bc2852;
	padding-left: 15px;
	margin: 25px 0;
}
.ansin {
	font-size: 12px;
	text-align: left;
}
.ansin2 {
	font-size: 12px;
	text-align: left;
}
#gim {
	background-color: #f0efeb;
	margin: 140px 0 35px 0;
	padding-top: 3px;
}
#gim h5 {
	font-size: 24px;
	line-height:33px;
	color: #665B5B;
	font-weight: bold;
	letter-spacing: 0.5em;
	background:url(../psd/sen_g.jpg) repeat;
}
#gim p {
	font-size: 10px;
	text-align: left;
	padding: 15px;
}
.pckomehi {
	margin-top: 343px;
	font-size: 12px;
	text-align: left;
	letter-spacing: 2px;
}

/* singapore PCサイズ
----------------------------------------------------*/
@media only screen and (min-width: 840px) {

img.liv {
	position: relative;
	width: 500px;
	float: right;
	z-index: 2;
	right: 0px;
	position: absolute;
}
img.din {
	width: 320px;
	position: relative;
	float:left;
	z-index: 1;
	top: 55px;
}

#gim {
	margin: 35px 0 35px 0;
}


}

@media only screen and (min-width: 630px) {

img.liv {
	position: relative;
	width: 430px;
	float: right;
	z-index: 2;
	right: 0px;
	position: absolute;
}
img.din {
	width: 260px;
	position: relative;
	float:left;
	z-index: 1;
	top: 55px;
}
}

/* singapore PCサイズ
----------------------------------------------------*/
@media only screen and (min-width: 1100px) {

/*--------------------------------------
  PCでの表示
--------------------------------------*/
#singa h2 {
	font-size: 30px;
}

#merit {
	padding: 100px 20px;
}

#merit h3 {
	font-size: 38px;
}

p.toku {
	color: #fff;
	padding: 0px 15px;
}

.mato {
	max-width: 1200px;
	height: 550px;
	padding: 40px 0;
	border: 0px #000 solid;
	margin: 0 auto;
}

img.liv {
	position: static;
	width: 641px;
	float:right;
}
img.din {
	width: 348px;
	position: static;
	float:left;
	z-index: 1;
	margin-left: 90px;
}
.komemi {
	display: none;
}
.pckomemi {
	font-size: 14px;
	margin-top: 280px;
	text-align: left;
	letter-spacing: 5px;
}
.entranc {
	border: 0px #000 solid;
	width: 1190px;
	height: 410px;
	margin: 0 auto;
	padding-right: 10px;
}
.entranc img {
	float: left;
}
.ansinbox {
	float: right;
	width: 470px;
	margin-top: 70px;
	border: 0px #000 solid;
}
img.ent {
	margin-top: 0px;
	width: 640px;
	padding: 0px;
}

#ryou h5 {
	font-size: 22px;
	line-height: 24px;
	letter-spacing:4px;
}
.ansin {
	font-size: 14px;
}

#gim h5 {
	font-size: 38px;
	line-height:38px;
}
#gim p {
	font-size: 14px;
	text-align: center;
}

.pckomehi {
	margin-top: 270px;
	font-size: 14px;
	text-align: left;
	letter-spacing: 4px;
	border: 0px solid #000 ;
}

.ansin2 {
	font-size: 14px;
	padding-top: 200px;
}

}

/*--------------------------------------
  よくある質問
--------------------------------------*/
/* staff */
#qa_top {
	 background: url(../psd/top_qa.jpg) no-repeat;
	 background-size: cover;
	 height: 400px;
	 padding-top: 110px;
}
/*--------------------------------------
  体験談・口コミ
--------------------------------------*/
/* staff */

#staff {
	padding: 100px 15px;
}
h3.midasi {
	font-size: 18px;
	letter-spacing: 1px;
	font-weight: bold;
	background:url(../psd/titlesen.jpg) center no-repeat;
}
.menber {
    display: inline-block;
    margin: 50px 10px;
    -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%;
	width: 250px;
	margin: 50px 20px;
}
.menber img {
	height: 250px;
	width:250px;
	   border-radius: 250px;        /* CSS3草案 */  
    -webkit-border-radius: 250px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 250px;   /* Firefox用 */  
}
table.spec {
	margin: 0px auto;
	width: 100%;
	border-collapse: separate;
	border-spacing:0 20px;
}
table, th, td {
    border:none;
}
.qu {
	border: 2px #cebd8b solid;
	font-size: 12px;
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	font-weight: bold;
	color:#cebd8b;
	letter-spacing: 2px;
	text-align: center;
}
.ans {
	text-align: left;
	font-size: 16px;
	padding-left: 15px;
	letter-spacing: 5px;
}
.member {
	width:100%;
	max-width:724px;
}
/* button_d */

.button_d {
	display: inline-block;
	width: 100%;
	height: 50px;
	padding-left: 30px;
	color: #fff;
	background-color: #cfbd89;
	text-align: center;
	text-decoration: none;
	line-height: 50px;
	outline: none;
	font-size: 16px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	letter-spacing: 0.4em;
  position: relative;
  display: block;
}
.button_d:hover {
	background-color: #D5AE76;
	color: #ffffff;
}

.button_d::before,
.button_d::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button_d,
.button_d::before,
.button_d::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

/* メッセージ */

#message {
	background: #f0efeb;
}
#message img {
	width: 100%;
	max-width: 380px;
}
.no1, .no2 {
		padding: 100px 20px;
}
.topsen {
	border-top: 8px dotted #ffffff;
}
.speech span {
	font-size: 18px;
	line-height: 16px;
	font-weight: bold;
	letter-spacing: 2px;
	margin:29px 0;
	border-bottom: 1px solid #6A6767;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;

}
.speech p {
	text-align: left;
	padding-top: 30px;
	font-size: 14px;
	letter-spacing: 6px;
}
hr.style-six {
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}


/* Experience PCサイズ
----------------------------------------------------*/
@media only screen and (min-width: 1000px) {

/*--------------------------------------
  PCでの表示
--------------------------------------*/
.menber {
	margin: 50px 60px;
}
.no1, .no2 {
	width:95%;
	margin: 0 auto;
	max-width:1200px;
}
.speech {
	width: 60%;
	padding: 50px 0 0 0;
}
.no1 .speech {
	float:left;
}
.no2 .speech {
	float:right;
}
}

/* ページトップへボタン */

#pagetop {
	font-size:12px;
	text-decoration:none;
	margin-bottom: 0px;
	border: 0px solid #F11E21;
	letter-spacing: 3px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
}
#pagetop img {
	padding-bottom: 0px;
	width: 100px;
}
.up {
	background: #c4a023;
	width: 100%;
	border: 0px solid #F11E21;
	padding: 5px 0;
}
#pagetop a {
	color: #ffffff;
}
#pagetop a:hover {
	color: #000000;
}

/* ピアジェとは */
#piaget_top {
	 background: url(../psd/top_piaget.jpg) no-repeat;
	 background-size: cover;
	 height: 400px;
	 padding-top: 110px;
}

.pwaku {
	padding: 50px 20px;
}

img#logop {
	width: 100%;
	max-width: 380px;
	padding-bottom: 50px;
}
#office {
	background-color:#f2f2f2;
	padding: 20px 20px;
}
.plofoffice {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	border: 0px solid #0F0;
	
}
.spec_l {
	width: 58%;
    display: inline-block;
	padding-right: 5px;
	border-collapse: separate;
	border-spacing:0 20px;
}
.spec_l .qu,.spec_r .qu{
	width: 100px;
}
.spec_r {
    display: inline-block;
	width: 40%;
	border-collapse: separate;
	border-spacing:0 20px;
}
.spec_l .ans,.spec_r .ans{
	font-size: 14px;
}


.im_piaget {
	width: 100%;
	max-width: 359px;
}

@media screen and (max-width: 880px) {
.plofoffice {
	margin: 0 auto;
	border: 0px solid #0F0;	
}
.spec_l {
	width: 100%;
	padding-right: 0px;
}
.spec_l .qu,.spec_r .qu{
	width: 100px;
}
.spec_r {
	width: 100%;
}
.spec_l .ans,.spec_r .ans{
	font-size: 14px;
}

.box-wrap {
	width: 80%;
	}

}

/* 系列店 */
#keiretuten {
	padding: 100px 0px;
}
.tenpo {
    display: inline-block;
	width: 100%;
	max-width: 500px;
	margin: 50px auto;
	padding: 0 20px;
}

.tenpo img {
	margin-top:-35px;
}


/* recruit */
#recruit {
	padding: 100px 20px 0px 20px;
}
table.recruit {
	max-width: 800px;
	margin: 50px auto;
	width: 100%;
	font-size: 14px;
}
table.recruit th,
table.recruit td {
  padding: 20px;
}
table.recruit th {
  text-align: right;
  width: 20%;
  font-weight: bold;
  vertical-align: top;
  letter-spacing: 3px;
border-top: 1px solid #B08C76;
border-left: none; border-right: none; border-bottom: none;
  padding: 20px 0px 20px 20px;
}
table.recruit td {
	text-align: left;
border-top: 1px solid #E1E1E1;
border-left: none; border-right: none; border-bottom: none;
}
@media screen and (max-width: 640px) {
table.recruit {
    border-top: 1px solid #999;
  }
table.recruit td {
    display: block;
	padding-top: 0px;
	text-align: left;
border-bottom: 1px solid #E1E1E1;
border-left: none; border-right: none; border-top: none;
  }
table.recruit th {
    display: block;
    border-top: none;
    border-bottom: none;
    width: 100%;
	text-align: left;
  }
}

/* 求人情報 PCサイズ
----------------------------------------------------*/
@media only screen and (min-width: 1000px) {

/*--------------------------------------
  PCでの表示
--------------------------------------*/
img.mama{	
	margin-top: 30px;
	padding-bottom: 0px;
}

#owner .speech{
	padding: 2px 0 0 0;

}
}
/*--------------------------------------
  mailform
--------------------------------------*/
#contact_top {
	 background: url(../psd/top_contact.jpg) no-repeat;
	 background-size: cover;
	 height: 400px;
	 padding-top: 110px;
}

#sentaku {
	width: 100%;
	text-align:center;
}

#sentaku .button_a {
	margin: 20px;
	width: 100%;
	max-width: 240px;
}
#mail_form {
	padding: 80px 0px;
	background-color:#F2F7F8;
	margin-top: 80px;
}
#mail_form h3 {
	padding-bottom: 50px;
}
/* ----------------------------------------
 *   ▼プライバシーポリシー
 * ---------------------------------------- */
#privacy {
	padding: 100px 20px 0px 20px;
}
.kousin {
	overflow: auto;
	width: 100%;
	max-width: 800px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 80px;
	height: 300px;
	text-align: left;
	padding: 15px;
	border-top: 5px solid #cebd8b;
	border-bottom: 5px solid #cebd8b;
	border-left: 1px solid #cebd8b;
	color: #333;
	background-color: #fff;
	}
	.kousin p {
		text-align:left;
		font-size: 12px;
	}
	p.left12 { font-size:14px;
	text-align: left;
	margin: 25px 0px; }
.kousin h5 {
	margin-top: 25px;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 16px;
	line-height: 18px;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.kousin ul li {
	font-size:12px;
	letter-spacing: 3px;
	color:#765A38;
}

































.box-wrap {
  max-width: 850px;
  margin: 0 auto;
  position: relative;
  border: 0px #C1494B solid;
}
.box-wrap:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
}

#fh5co-header {
  padding-top: 3em;
  padding-bottom: 0;
  margin-bottom: 2em;
}
#fh5co-header .navbar-default {
  border: transparent;
  background: #fff;
  padding-bottom: 0;
  margin-bottom: 0;
}
#fh5co-header .navbar {
  padding: 0;
  margin: 0;
}
#fh5co-header .fh5co-navbar-brand {
  width: 100%;
  margin: 0;
}
#fh5co-header .fh5co-navbar-brand .fh5co-logo {
  width: 52px;
  height: 30px;
  padding: 0;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
}
#fh5co-header .fh5co-navbar-brand .fh5co-logo:focus, #fh5co-header .fh5co-navbar-brand .fh5co-logo:hover {
  text-decoration: none !important;
}
@media screen and (max-width: 992px) {
  #fh5co-header .fh5co-navbar-brand {
    text-align: center;
    margin-bottom: 40px;
  }
}
#fh5co-header .nav {
  width: 100%;
}
#fh5co-header .nav li {
  font-size: 15px;
  display: inline-block;
  margin-left: 50px;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  #fh5co-header .nav li {
    width: 100%;
    margin-left: 0;
  }
}
#fh5co-header .nav li:first-child {
  margin-left: 0;
}
#fh5co-header .nav li a {
  font-family: "Open Sans", Arial, serif;
  color: rgba(0, 0, 0, 0.4);
  position: relative;
  font-weight: 400;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 0;
}
#fh5co-header .nav li a:hover, #fh5co-header .nav li a:focus {
  color: gray !important;
  background: transparent;
  text-decoration: none !important;
}
@media screen and (max-width: 768px) {
  #fh5co-header .nav li a {
    padding: 10px 0;
  }
}
#fh5co-header .nav li.active a {
  color: #a980cd;
  background: transparent;
  position: relative;
}
#fh5co-header .nav li.active a:before {
  position: absolute;
  width: 8px;
  height: 8px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  top: -20px;
  background: #a980cd;
  content: '';
  left: 50%;
  margin-left: -4px;
}
@media screen and (max-width: 768px) {
  #fh5co-header .nav li.active a:before {
    top: 0;
  }
}
@media screen and (max-width: 992px) {
  #fh5co-header .nav li.active a {
    color: #000;
  }
}
@media screen and (max-width: 480px) {
  #fh5co-header .nav li.active a {
    border-bottom: 2px solid transparent;
    color: #a980cd;
  }
}
@media screen and (max-width: 992px) {
  #fh5co-header .nav {
    margin-bottom: 40px;
    text-align: center;
  }
}

.owl-carousel {
  margin-bottom: 5em;
}

/* Owl Override Style */
.owl-carousel .owl-controls,
.owl-carousel-posts .owl-controls {
  margin-top: 0;
}

.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel-posts .owl-controls .owl-nav .owl-next,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
  top: 50%;
  margin-top: -29px;
  z-index: 9999;
  position: absolute;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.owl-carousel-posts .owl-controls .owl-nav .owl-next,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
  top: 24%;
}

.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel-posts .owl-controls .owl-nav .owl-next {
  right: 40px;
}
.owl-carousel .owl-controls .owl-nav .owl-next:hover,
.owl-carousel-posts .owl-controls .owl-nav .owl-next:hover {
  margin-right: -10px;
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
  left: 40px;
}
.owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev:hover {
  margin-left: -10px;
}

.owl-carousel-posts .owl-controls .owl-nav .owl-next {
  right: -50px;
}
@media screen and (max-width: 768px) {
  .owl-carousel-posts .owl-controls .owl-nav .owl-next {
    right: 0px;
  }
}

.owl-carousel-posts .owl-controls .owl-nav .owl-prev {
  left: -50px;
}
@media screen and (max-width: 768px) {
  .owl-carousel-posts .owl-controls .owl-nav .owl-prev {
    left: 0px;
  }
}

.owl-carousel-posts .owl-controls .owl-nav .owl-next i,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-next i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-prev i {
  color: #000;
}
.owl-carousel-posts .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel-posts .owl-controls .owl-nav .owl-prev:hover i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel-fullwidth .owl-controls .owl-nav .owl-prev:hover i {
  color: #000;
}

.owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-next i,
.owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-prev i {
  font-size: 50px;
  color: #fff;
}
.owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel-fullwidth.fh5co-light-arrow .owl-controls .owl-nav .owl-prev:hover i {
  color: #fff;
}

.owl-carousel2 .owl-controls .owl-nav .owl-next i,
.owl-carousel2 .owl-controls .owl-nav .owl-prev i {
  font-size: 50px;
  color: rgba(0, 0, 0, 0.5);
}
.owl-carousel2 .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel2 .owl-controls .owl-nav .owl-prev:hover i {
  color: rgba(0, 0, 0, 0.6);
}

.owl-carousel2 .owl-controls .owl-nav .owl-next {
  right: -50px;
}
.owl-carousel2 .owl-controls .owl-nav .owl-next:hover {
  margin-right: -10px;
}

.owl-carousel2 .owl-controls .owl-nav .owl-prev {
  left: -50px;
}
.owl-carousel2 .owl-controls .owl-nav .owl-prev:hover {
  margin-left: -10px;
}

.owl-carousel2 .owl-dots {
  display: none !important;
}
@media screen and (max-width: 992px) {
  .owl-carousel2 .owl-dots {
    display: block !important;
  }
}

@media screen and (max-width: 768px) {
  .owl-theme .owl-controls .owl-nav {
    display: none;
  }
}

.owl-theme .owl-controls .owl-nav [class*="owl-"] {
  background: none !important;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"] i {
  font-size: 30px;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"] i:hover, .owl-theme .owl-controls .owl-nav [class*="owl-"] i:focus {
  background: none !important;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"]:hover, .owl-theme .owl-controls .owl-nav [class*="owl-"]:focus {
  background: none !important;
}

.owl-theme .owl-dots {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}

.owl-carousel-fullwidth.owl-theme .owl-dots {
  bottom: 0;
  margin-bottom: 40px;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.3);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  border: 2px solid transparent;
}
.owl-theme .owl-dots .owl-dot span:hover {
  background: none;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #fff;
}

#fh5co-media-section, #fh5co-intro-section, #fh5co-contact-section,
#fh5co-product-section, .about-section {
  padding-bottom: 8em;
}
@media screen and (max-width: 768px) {
  #fh5co-media-section, #fh5co-intro-section, #fh5co-contact-section,
  #fh5co-product-section, .about-section {
    padding-bottom: 3em;
  }
}

#fh5co-intro-section h2 {
  font-size: 40px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 1px;
}
#fh5co-intro-section h3 {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 300;
  line-height: 38px;
}

.section-overlay {
  margin-bottom: 5em;
  position: relative;
  padding-bottom: 0 !important;
}
.section-overlay:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: '';
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.section-overlay .float-overlay {
  z-index: 9;
}

.fh5co-cover {
  min-height: 448px;
  position: relative;
  margin-bottom: 40px;
  background-size: cover;
  background: center center;
}
.fh5co-cover .desc {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 40px;
  background: rgba(0, 0, 0, 0.2);
}
.fh5co-cover .desc p {
  color: #fff;
  margin-bottom: 10px;
}
.fh5co-cover .desc span {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
}
.fh5co-cover .fh5co-cover-hero {
  min-height: 122px;
  position: relative;
  width: 100%;
  margin-bottom: 40px;
}
.fh5co-cover .fh5co-cover-hero .fh5co-cover-thumb {
  width: 170px;
  height: 123px;
  position: absolute;
  top: 0;
  left: 0;
  background-size: cover;
  background: center;
}
.fh5co-cover .fh5co-cover-hero .desc-thumb {
  padding-left: 9.5em;
}
.fh5co-cover .fh5co-cover-hero .desc-thumb p {
  margin-bottom: 7px;
}
.fh5co-cover .fh5co-cover-hero .desc-thumb span {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 992px) {
  .fh5co-cover .fh5co-cover-hero {
    height: 448px;
  }
  .fh5co-cover .fh5co-cover-hero .fh5co-cover-thumb {
    height: 448px;
    width: 100%;
  }
  .fh5co-cover .fh5co-cover-hero .desc-thumb {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 40px;
    background: rgba(0, 0, 0, 0.2);
  }
  .fh5co-cover .fh5co-cover-hero .desc-thumb p {
    color: #fff;
    margin-bottom: 10px;
  }
  .fh5co-cover .fh5co-cover-hero .desc-thumb span {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
  }
}

.fh5co-intro-cover {
  width: 100%;
  padding: 8.5em 0;
  position: relative;
}
ba
.fh5co-intro-cover:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  width: 100%;
  background: rgba(84, 77, 89, 0.5);
}
.fh5co-intro-cover a.btn {
  position: relative;
  border: 4px solid #fff;
  padding: 30px 50px;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.fh5co-intro-cover a.btn:hover, .fh5co-intro-cover a.btn:focus {
  text-decoration: none !important;
  background: transparent !important;
  color: #fff !important;
}
@media screen and (max-width: 768px) {
  .fh5co-intro-cover a.btn {
    padding: 15px 25px;
    font-size: 16px;
  }
}

.fh5co-grey-section {
  background: rgba(0, 0, 0, 0.03);
  padding: 5em 0;
}

.fh5co-border-line {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.fh5co-inner {
  margin-bottom: 3em;
  position: relative;
}
.fh5co-inner i {
  position: absolute;
  top: 20%;
  left: 0;
  font-size: 60px;
}
.fh5co-inner .holder-section {
  padding-left: 6em;
}
.fh5co-inner .holder-section h3 {
  font-size: 20px;
  text-transform: uppercase;
  color: #a980cd;
  letter-spacing: 1px;
  font-weight: bold;
}

.fh5co-services {
  margin-bottom: 4em;
}

.about-section img.display-left {
  float: left;
  padding-right: 40px;
}
.about-section img.display-right {
  float: right;
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  .about-section img.display-right {
    float: left;
    padding-right: 40px;
    padding-left: 0;
  }
}

#fh5co-product-section .product-inner {
  margin-bottom: 7em;
  float: left;
  width: 100%;
}
#fh5co-product-section .product-inner:last-child {
  margin-bottom: 0;
}
#fh5co-product-section .product-inner h3 {
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
#fh5co-product-section .product-inner h3 a {
  color: rgba(0, 0, 0, 0.8);
}
#fh5co-product-section .product-inner img {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
}
#fh5co-product-section .product-inner .desc {
  margin-top: 1.5em;
}
@media screen and (max-width: 992px) {
  #fh5co-product-section .product-inner .desc {
    margin-top: 0;
  }
}

.sidebar a:hover {
  text-decoration: none !important;
}
.sidebar img {
  margin-bottom: 20px;
}
.sidebar h2 {
  font-size: 20px;
}
.sidebar h3 {
  font-size: 20px;
}
.sidebar .inner {
  margin-bottom: 4em;
}
.sidebar .inner .list li {
  color: rgba(0, 0, 0, 0.4);
}
.sidebar .inner .list li a {
  color: rgba(0, 0, 0, 0.4);
}

#map {
  width: 100%;
  height: 500px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #map {
    height: 200px;
  }
}

.contact-info {
  margin: 0;
  padding: 0;
}
.contact-info li {
  list-style: none;
  margin: 0 0 20px 0;
  position: relative;
  padding-left: 40px;
}
.contact-info li i {
  position: absolute;
  top: .3em;
  left: 0;
  font-size: 22px;
  color: #000;
}
.contact-info li a {
  font-weight: 400 !important;
  color: #a980cd;
}
@media screen and (max-width: 768px) {
  .contact-info {
    margin-bottom: 4em;
  }
}

.form-control {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 18px;
  font-weight: 400;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}
.form-control:focus, .form-control:active {
  border: 1px solid rgba(0, 0, 0, 0.5);
  box-shadow: none;
}

.form-group {
  margin-bottom: 30px;
}
.form-group label {
  font-weight: normal;
  font-weight: 18px;
}

.fh5co-social-icons a {
  padding: 4px 8px;
  color: rgba(0, 0, 0, 0.7);
}
.fh5co-social-icons a i {
  font-size: 34px;
}
.fh5co-social-icons a:hover, .fh5co-social-icons a:focus, .fh5co-social-icons a:active {
  text-decoration: none;
  color: #000;
  text-decoration: none !important;
}

.heading-section {
  margin-bottom: 5em;
}
.heading-section h3 {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
  position: relative;
  color: #a980cd;
}

.btn {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.btn {
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn.btn-primary {
  background: #a980cd;
  color: #fff;
  border: none !important;
  border: 2px solid transparent !important;
}
.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus {
  box-shadow: none;
  background: #a980cd;
}
.btn:hover, .btn:active, .btn:focus {
  background: #393e46 !important;
  color: #fff;
  outline: none !important;
}
.btn.btn-default:hover, .btn.btn-default:focus, .btn.btn-default:active {
  border-color: transparent;
}

.social {
  padding: 0;
  margin: 0;
  display: inline-block;
  position: relative;
  width: 100%;
  text-align: right;
}
.social li {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}
.social li a {
  font-size: 24px;
  display: table;
  width: 24px;
  height: 24px;
  margin: 0 4px;
  color: #000;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.social li a:hover, .social li a:focus {
  color: #a980cd;
  text-decoration: none;
}
.social li a i {
  display: table-cell;
  vertical-align: middle;
}
@media screen and (max-width: 992px) {
  .social {
    text-align: center;
  }
}

.js .animate-box {
  opacity: 0;
}

/*# sourceMappingURL=style.css.map */
