@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: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  font-weight: 300;
  font-size: 22px;
  line-height: 1.5;
  color: #000;
  background: #FFFAED;
	background: url( ../images/contents_bg.jpg);
  height: 100%;
  position: relative;
}

a {
  color: #5F4B8B;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover, a:active, a:focus {
  color: #5F4B8B;
  outline: none;
}

p {
  margin-bottom: 1.5em;
}

h1, h2, h3, h4, h5, h6 {
  color: #000;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  font-weight: 400;
  margin: 0 0 30px 0;
}
.container{
	width: 95%;
}
.c_b{
	clear: both;
}
.mgin-top-01{
	margin-top: 75px!important;
}
.font-s01{
	font-size: 0.8em!important;
}
.red{
	color: #ee1351;
}
.pp_link {
margin-top: 20px;
}
.pp_link_2 {
margin-top: 20px;
width: 90%;
margin: 20px auto;
text-align: center;
}
.pp_link a,.pp_link_2 a {
display: inline-block;
padding: 10px!important;
font-size: 16px;
border-radius: 50px;
background: rgba(255,255,255,0.4);
color: #000!important;
}


.flexbox{
    display: flex;	
}
.flexbox__item {
    width: 33.33%;
    border-right: 1px solid;
    padding: 2%;
}
.flexbox__item:last-child {
    border: 0;
}
.flexbox__item-2 {
    width: 49%;
    margin-left: 1%;
}
.flexbox__item-2 a {
    font-size: 12px;
    text-align: center;
    width: 100%;
    height: 100%;
    display: block;
    border: 1px solid;
    padding: 20px 0;
}
.flexbox__item-3 {
    width: 49%;
    margin-left: 1%;
	list-style: none;
}
.moushikomi-tit-wrap {
    width: 80%;
    margin: 0 auto;
}
.moushikomi-tit {
    font-size: 30px;
    margin: 0;
}
.moushikomi-sub_tit {
    font-size: 16px;
    margin-top: -20px;
}
.moushikomi-sec {
    margin-top: 50px;
}
.moushikomi-box {
    width: 80%;
    margin: 0 auto;
	list-style: none;	
}
.moushikomi-box-2 {
    width: 100%;
	list-style: none;
	    padding: 0;
}

.cafe-info{
	display: inline-block;
    padding: 10px!important;
    font-size: 16px;
    border-radius: 50px;
    background: rgba(255,255,255,0.5);
    color: #000!important;
}
.moushikomi-icon-w01, .moushikomi-icon-w02, .moushikomi-icon-w03, .moushikomi-icon-w04,.moushikomi-icon-w05, .moushikomi-icon-w06 {
    width: 100%;
    height: 100px;
    font-size: 70px;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    display: block;
	background-size: contain!important;
}
.moushikomi-icon-w01 {
    background: url("../images/course01.png") no-repeat center;
}
.moushikomi-icon-w02 {
    background: url(../images/course02.png) no-repeat center;
}
.moushikomi-icon-w03 {
    background: url(../images/course03.png) no-repeat center;
}
.moushikomi-icon-w04 {
    background: url(../images/course04.png) no-repeat center;
}
.moushikomi-icon-w05 {
    background: url(../images/course05.png) no-repeat center;
}
.moushikomi-icon-w06 {
    background: url(../images/course06.png) no-repeat center;
}
.moushikomi-icon-w07 {
    background: url() no-repeat center;
}
.moushikomi-icon-w07 {
    text-align: center;
}
.moushikomi-icon-w07 img {
  width: 100px;
  border: 2px solid #f2f2f2;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.moushikomi-h3 {
    font-size: 16px !important;
    text-align: center;
    margin-bottom: 10px;
}

::-webkit-selection {
  color: #818892;
  background: #f9f6f0;
}

::-moz-selection {
  color: #818892;
  background: #f9f6f0;
}

::selection {
  color: #818892;
  background: #f9f6f0;
}

.edge--bottom {
  position: relative;
  z-index: 1;
}
.edge--bottom:after {
  background: inherit;
  content: '';
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
}
.edge--bottom:after {
  bottom: 0;
  transform: skewY(-1.5deg);
  transform-origin: 100%;
}

.edge--bottom--reverse {
  position: relative;
  z-index: 1;
}
.edge--bottom--reverse:after {
  background: inherit;
  content: '';
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
}
.edge--bottom--reverse:after {
  bottom: 0;
  transform: skewY(1.5deg);
  transform-origin: 0 100%;
}

.edge--top {
  position: relative;
  z-index: 1;
}
.edge--top:before {
  background: inherit;
  content: '';
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
}
.edge--top:before {
  top: 0;
  transform: skewY(1.5deg);
  transform-origin: 100% 0;
}

.edge--top--reverse {
  position: relative;
  z-index: 1;
}
.edge--top--reverse:before {
  background: inherit;
  content: '';
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
}
.edge--top--reverse:before {
  top: 0;
  transform: skewY(-1.5deg);
  transform-origin: 0 0;
}

.edge--both {
  position: relative;
  z-index: 1;
}
.edge--both:before, .edge--both:after {
  background: inherit;
  content: '';
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
}
.edge--both:before {
  top: 0;
  transform: skewY(1.5deg);
  transform-origin: 100% 0;
}
.edge--both:after {
  bottom: 0;
  transform: skewY(-1.5deg);
  transform-origin: 100%;
}

.edge--both--reverse {
  position: relative;
  z-index: 1;
}
.edge--both--reverse:before, .edge--both--reverse:after {
  background: inherit;
  content: '';
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
}
.edge--both--reverse:before {
  top: 0;
  transform: skewY(-1.5deg);
  transform-origin: 0 0;
}
.edge--both--reverse:after {
  bottom: 0;
  transform: skewY(1.5deg);
  transform-origin: 0 0;
}

#gkan-header {
  position: absolute;
  z-index: 99;
  width: 100%;
  opacity: 1;
  top: 0;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  #gkan-header {
    margin-top: 0;
    background: #fff;
    -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  }
  #gkan-header .navbar-brand {
    color: #5F4B8B !important;
  }
  #gkan-header #navbar li a {
    color: rgba(0, 0, 0, 0.5) !important;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  #gkan-header #navbar li a:hover {
    color: #5F4B8B !important;
  }
  #gkan-header #navbar li a span:before {
    background: transparent !important;
  }
  #gkan-header #navbar li.active a {
    background: transparent;
    background: none;
    color: #5F4B8B !important;
  }
  #gkan-header #navbar li.active a span:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
#gkan-header .navbar {
  padding-bottom: 0;
  margin-bottom: 0;
}
#gkan-header #navbar li a {
	font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
	color: rgba(255, 255, 255, 1);
	position: relative;
	font-size: 1.2vw;
	font-weight: 300;
}
#gkan-header #navbar li a span {
  position: relative;
  display: block;
  padding-bottom: 2px;
}
#gkan-header #navbar li a span:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.5);
  visibility: hidden;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
#gkan-header #navbar li a:hover {
  color: #5F4B8B;
}
#gkan-header #navbar li a:hover span:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
#gkan-header #navbar li.active a {
  background: transparent;
  background: none;
  color: #fff;
}
#gkan-header #navbar li.active a span:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
#gkan-header .navbar-brand {
	float: left;
	display: block;
	padding-left: 0;
	width: 22vw;
	max-width: 290px;
	height: 6vw;
	background: url(../images/logo.png) no-repeat;
	background-size: contain;
}
.navbar-brand span {
	font-size: 15px;
	display: block;
	color: #ee718c;
	margin: 10% 0 0;
}
.navc-br{
	display: none;
}
.nav-c .navbar-brand{
	width: 15vw!important;
	height: 4vw!important;
}
.nav-c .navbar-brand span {
	font-size: 12px;
	display: block;
	color: #ee718c;
	line-height: 15px;
	margin: -33px 0 0 170px;
}
.nav-c .navbar-brand .navc-br{
	display: block;
}
@media screen and (max-width: 768px) {
#gkan-header .navbar-brand {
	font-size: 30px;
}
.navbar-brand .navc-br{
	display: block;
}
.navbar-brand span {
	font-size: 10px;
	line-height: 13px;
	margin: -30px 0 0 135px;
}	
}
#gkan-header.navbar-fixed-top {
  position: fixed !important;
  background: #fff;
  -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.1);
  margin-top: 0px;
  top: 0;
}
#gkan-header.navbar-fixed-top .navbar-brand {
  color: #5F4B8B;
}
#gkan-header.navbar-fixed-top #navbar li a {
  color: rgba(95, 75, 139, 1);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#gkan-header.navbar-fixed-top #navbar li a:hover {
  color: #5F4B8B;
}
#gkan-header.navbar-fixed-top #navbar li.active a {
  background: transparent;
  background: none;
  color: #5F4B8B;
}
#gkan-header.navbar-fixed-top #navbar li.active a span:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  background-color: #5F4B8B;
}
#gkan-header .navbar-default {
  border: transparent;
  background: transparent;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}
@media screen and (max-width: 768px) {
  #gkan-header .navbar-default {
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
}
#gkan-header .navbar-default .brand-slogan {
  margin: 28px 0 0 15px;
  float: left;
  letter-spacing: 2px;
  color: #adadad;
}
#gkan-header .navbar-default .brand-slogan em {
  color: #5F4B8B;
  font-style: normal;
}
#gkan-header a {
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}

#gkan-home {
  background-color: transparent;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  width: 100%;
  background-color: #5F4B8B;
  color: #fff;
  overflow: hidden;
}
#gkan-home .gradient {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  opacity: .9;
  -webkit-backface-visibility: hidden;
  /*background-color: #5F4B8B;*/
  /* IE9, iOS 3.2+ 
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMTAwJSIgeTI9IjEwMCUiPjxzdG9wIHN0b3AtY29sb3I9IiMzZjk1ZWEiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwIi8+PHN0b3Agc3RvcC1jb2xvcj0iIzUyZDNhYSIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjdnNnZykiIC8+PC9zdmc+);
  background-image: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0, #3f95ea), color-stop(1, #5F4B8B));
	*/
  /* Android 2.3 
  background-image: -webkit-repeating-linear-gradient(top left, #3f95ea 0%, #5F4B8B 100%);
	*/
  /* IE10+ 
  background-image: repeating-linear-gradient(to bottom right, #3f95ea 0%, #5F4B8B 100%);
  background-image: -ms-repeating-linear-gradient(top left, #3f95ea 0%, #5F4B8B 100%);
	*/
}
#gkan-home, #gkan-home .text-wrap {
  height: 550px;
}
#gkan-home .text-wrap {
  display: table;
  width: 100%;
  position: relative;
  z-index: 4;
}
#gkan-home .text-inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
#gkan-home .text-inner a {
  color: white;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#gkan-home .text-inner a:hover, #gkan-home .text-inner a:active, #gkan-home .text-inner a:focus {
  text-decoration: none;
  color: white;
  border-bottom: 1px dashed white;
}
#gkan-home .text-inner h1 {
	font-size: 50px;
    height: 250px;
    line-height: 90px;
    letter-spacing: 2px;
    text-align: center;
    color: white;
    margin: 0% 0 20px 0;
    text-shadow: 1.5px 1.5px 0px #5F4B8B, -1.5px 1.5px 0px #5F4B8B, 1.5px -1.5px 0px #5F4B8B, -1.5px -1.5px 0px #5F4B8B;
}
#gkan-home .text-inner h2 {
  font-size: 28px;
  line-height: 38px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
}
/*
.slant {
  position: absolute;
  transform: rotate(-1.7deg);
  -ms-transform: rotate(-1.7deg);
  -webkit-transform: rotate(-1.7deg);
  -o-transform: rotate(-1.7deg);
  -moz-transform: rotate(-1.7deg);
  background-color: #FFFAED;
  content: "";
  z-index: 3;
  display: inline-block;
  height: 70px;
  bottom: 0;
  margin-bottom: -35px;
  padding: 0;
  width: 101%;
}
*/
#gkan-intro {
  position: relative;
  bottom: 0;
  margin-top: -100px;
  z-index: 10;
}
#gkan-whats {
	width: 85%;
	max-width: 1130px;
	margin: 5% auto 3%;
}

.whats-h2 {
	color: #5F4B8B;
	font-size: 43px;
	padding: 50px 0 24px 0;
	}
.whats-wrap div {
	height: 470px;
}
.whats01 {
	float: left;
	width: 37%;
	background: url(../images/whats01.jpg) no-repeat;
	background-size: contain;
	background-position: center 20%;
}
.whats02 {
	width: 60%;
	float: right;
	font-size: 0.8em;
	padding-left: 2%;
}
@media screen and (max-width: 900px) {
.whats02 {
	font-size: 1em;
}
}
@media screen and (max-width: 768px) {
  #gkan-intro {
    padding-bottom: 3em;
  }
}
#gkan-intro > div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
}
#gkan-intro .gkan-block {
  width: 50%;
  font-size: 18px;
  vertical-align: middle;
  padding: 20px 40px;
  background: #fffaed url(../images/haikei/bg_body.jpg);
  -webkit-box-shadow: 7px 14px 42px 3px rgba(163, 174, 184, 0.4);
  -moz-box-shadow: 7px 14px 42px 3px rgba(163, 174, 184, 0.4);
  -ms-box-shadow: 7px 14px 42px 3px rgba(163, 174, 184, 0.4);
  -o-box-shadow: 7px 14px 42px 3px rgba(163, 174, 184, 0.4);
  box-shadow: 7px 14px 42px 3px rgba(163, 174, 184, 0.4);
  z-index: 7;
  background-size: cover;
  position: relative;
  backgroun-repeat: no-repeat;
  float: left;
  min-height: 350px;
}
.facebook-wrapper-mbl{
	display: none;
}	
.facebook-wrapper {
	width: 50%;
max-width: 756px;
float: left;
}
.facebook-wrapper > .fb-page {
    width: 100%;
}
 
.facebook-wrapper > .fb-page > span,
.facebook-wrapper iframe {
    width: 100% !important;
}
.bnr-wrap {
    width: 85%;
    margin: 20px auto;
}
.bnr-01{
	width: 100%;
	margin-bottom: 10px;
}
.bnr-02{
	width: 100%;
	margin-bottom: 10px;
}
.bnr-03{
	width: 100%;
}
.bnr-01 img{
	width: 100%;
}
.bnr-02 img{
	width: 100%;
}
.bnr-03 img{
	width: 100%;
}

@media screen and (max-width: 768px) {
  #gkan-intro .gkan-block {
    width: 100%;
  }
}
#gkan-intro .gkan-block > .overlay-darker {
  z-index: 8;
  opacity: .5;
  background: #474747;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#gkan-intro .gkan-block > .overlay {
  background: #fff;
  opacity: 1;
  z-index: 9;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#gkan-intro .gkan-block > .gkan-text {
  position: relative;
  z-index: 10;
}
#gkan-intro .gkan-block > .gkan-text .gkan-intro-icon {
  font-size: 50px;
  color: #5F4B8B;
  margin-bottom: 30px;
  display: block;
}
#gkan-intro .gkan-block h2 {
font-size: 24px;
    font-weight: 400;
    background: #5F4B8B;
    color: #fff;
    padding: 10px 20px;
    width: 80%;
	    margin: 0 0 10px -40px;
}


#gkan-intro .gkan-block:hover .btn:hover, #gkan-intro .gkan-block:focus .btn:hover {
  background: #5F4B8B !important;
  border: 2px solid #5F4B8B !important;
}

.watch-video {
  text-align: center;
  width: 100%;
  display: block;
  float: left;
}
.watch-video span {
  display: block;
  margin-bottom: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: bold;
}
.watch-video .btn-video {
  display: block;
  font-size: 60px;
  height: 120px;
  width: 120px;
  margin: 0 auto;
  border: 2px solid #5F4B8B;
  line-height: 0px;
  display: table;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.watch-video .btn-video:hover, .watch-video .btn-video:focus, .watch-video .btn-video:active {
  text-decoration: none;
}
.watch-video .btn-video i {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  right: -9px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.watch-video .btn-video:hover i, .watch-video .btn-video:focus i {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

#gkan-services, #gkan-testimonials, #gkan-counters, #gkan-work, #gkan-contact, #gkan-about {
  padding: 4em 0;
}
@media screen and (max-width: 768px) {
  #gkan-services, #gkan-testimonials, #gkan-counters, #gkan-work, #gkan-contact, #gkan-about {
    padding: 2em 0;
  }
}
#gkan-counters {
  padding: 7em 0;
}
@media screen and (max-width: 768px) {
  #gkan-services, #gkan-work, #gkan-counters {
    padding: 4em 0;
  }
}

#gkan-services {
  background-color: #FFFAED;
 background: url(../images/contents_bg.jpg);
  /* IE9, iOS 3.2+ */
  overflow: hidden;
  position: relative;
  color: rgba(0, 0, 0, 1);
}
/*
#gkan-services:before, #gkan-services:after {
  position: absolute;
  transform: rotate(-1.7deg);
  -ms-transform: rotate(-1.7deg);
  -webkit-transform: rotate(-1.7deg);
  -o-transform: rotate(-1.7deg);
  -moz-transform: rotate(-1.7deg);
  background-color: #FFFAED;
	
  content: "";
  z-index: 3;
  display: inline-block;
  height: 70px;
  padding: 0;
  width: 101%;
}
#gkan-services:after {
  position: absolute;
  transform: rotate(-1.7deg);
  -ms-transform: rotate(-1.7deg);
  -webkit-transform: rotate(-1.7deg);
  -o-transform: rotate(-1.7deg);
  -moz-transform: rotate(-1.7deg);
  background: linear-gradient(-135deg, #D4A9D4 0%, #eed9e2 100%);
  content: "";
  z-index: 3;
  display: inline-block;
  height: 70px;
  padding: 0;
  width: 101%;
}
*/
#gkan-services:before {
  top: 0;
  margin-top: -35px;
}
#gkan-services:after {
  bottom: 0;
  margin-bottom: -35px;
}
#gkan-services .gkan-service {
  padding-right: 30px;
	margin-bottom: 100px;
}

#gkan-services h3 {
    color: rgba(0, 0, 0, 1);
    font-size: 20px;
    text-align: left;
    letter-spacing: 1px;
}
#gkan-services .icon {
  font-size: 70px;
  margin-bottom: 30px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
#gkan-services .icon:before {
  color: #000;
}
#gkan-services .section-heading h2 {
	color: #fff;
    background: #5F4B8B;
    font-size: 34px;
    height: 315px;
    float: left;
    margin-top: -13%;
    margin-left: 5%;
    padding: 50px 50px 24px 50px;
}
#gkan-services .section-heading h2.left-border:after {
  background: rgba(0, 0, 0, 0.3);
}

#gkan-counters {
  background: #5F4B8B;
  overflow: hidden;
  background-color: transparent;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  width: 100%;
  padding: 9em 0 10em 0;
}
@media screen and (max-width: 768px) {
  #gkan-counters {
    padding: 4em 0;
  }
}
#gkan-counters .gkan-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.7);
}
#gkan-counters:before, #gkan-counters:after {
  position: absolute;
  transform: rotate(-1.7deg);
  -ms-transform: rotate(-1.7deg);
  -webkit-transform: rotate(-1.7deg);
  -o-transform: rotate(-1.7deg);
  -moz-transform: rotate(-1.7deg);
  background-color: #000;
  content: "";
  z-index: 3;
  display: inline-block;
  height: 70px;
  padding: 0;
  width: 101%;
}
#gkan-counters:before {
  top: 0;
  margin-top: -35px;
}
#gkan-counters:after {
  bottom: 0;
  margin-bottom: -35px;
}
#gkan-counters .section-heading {
  position: relative;
  z-index: 3;
  margin-bottom: 0;
}
#gkan-counters .section-heading h2 {
  color: #000;
}
#gkan-counters .section-heading h2:after {
  background: rgba(255, 255, 255, 0.3) !important;
}
#gkan-counters .section-heading .subtext h3 {
  color: rgba(255, 255, 255, 0.7) !important;
}
#gkan-counters .gkan-counter {
  position: relative;
  z-index: 3;
  text-align: center;
}
@media screen and (max-width: 992px) {
  #gkan-counters .gkan-counter {
    margin-bottom: 50px;
    float: left;
    width: 100%;
  }
}
#gkan-counters .gkan-counter .gkan-counter-icon,
#gkan-counters .gkan-counter .gkan-counter-number,
#gkan-counters .gkan-counter .gkan-counter-label {
  display: block;
}
#gkan-counters .gkan-counter .gkan-counter-icon {
  font-size: 40px;
  color: #5F4B8B;
}
#gkan-counters .gkan-counter .gkan-counter-number {
  font-size: 70px;
  color: #000;
  font-weight: 300;
}
#gkan-counters .gkan-counter .gkan-counter-label {
  color: rgba(255, 255, 255, 0.5);
  font-size: 18px;
  font-weight: 400;
}

#gkan-testimonials .box-testimony {
  margin-bottom: 2em;
  float: left;
}
#gkan-testimonials .box-testimony a {
  color: rgba(255, 255, 255, 0.5);
}
#gkan-testimonials .box-testimony a:hover, #gkan-testimonials .box-testimony a:focus, #gkan-testimonials .box-testimony a:active {
  color: white;
  text-decoration: none;
}
#gkan-testimonials .box-testimony blockquote {
  padding-left: 0;
  border-left: none;
  padding: 30px;
  background: #fff;
  background: #5F4B8B;
  font-size: 20px;
  font-weight: 300;
  position: relative;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
}
#gkan-testimonials .box-testimony blockquote:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 40px;
  border-top: 10px solid black;
  border-top-color: #000;
  border-top-color: #5F4B8B;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
#gkan-testimonials .box-testimony blockquote p {
  font-style: italic;
  color: #000;
}
#gkan-testimonials .box-testimony .author {
  line-height: 20px;
  color: black;
  font-size: 18px;
  margin-left: 20px;
  font-weight: 400;
}
#gkan-testimonials .box-testimony .author a {
  color: #5F4B8B;
}
#gkan-testimonials .box-testimony .author a:hover {
  text-decoration: underline;
}
#gkan-testimonials .box-testimony .author > figure {
  float: left;
  margin-right: 10px;
}
#gkan-testimonials .box-testimony .author > figure img {
  width: 60px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
#gkan-testimonials .box-testimony .author p {
  float: left;
  margin-top: 10px;
}
#gkan-testimonials .box-testimony .author .subtext {
  display: block;
  color: rgba(0, 0, 0, 0.5);
  font-size: 18px;
  font-weight: 400 !important;
}
.work-wrap{
	padding: 7em 0 0;
	background:  url(../images/lotus.png) no-repeat;
	background-size: contain;
}
.work-mask{	
}
#gkan-about{
  overflow: hidden;
  position: relative;
  color: rgba(0, 0, 0, 0.8);
  background-color: #F5D0E9;	
  background: linear-gradient(-135deg, #D4A9D4 0%, #FFFAED 100%);

	

  /* IE9, iOS 3.2+
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMTAwJSIgeTI9IjEwMCUiPjxzdG9wIHN0b3AtY29sb3I9IiMzZjk1ZWEiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwIi8+PHN0b3Agc3RvcC1jb2xvcj0iIzUyZDNhYSIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjdnNnZykiIC8+PC9zdmc+);
  background-image: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0, #3f95ea), color-stop(1, #5F4B8B));
  /* Android 2.3 
  background-image: -webkit-repeating-linear-gradient(top left, #3f95ea 0%, #5F4B8B 100%);
  /* IE10+ 
  background-image: repeating-linear-gradient(to bottom right, #3f95ea 0%, #5F4B8B 100%);
  background-image: -ms-repeating-linear-gradient(top left, #3f95ea 0%, #5F4B8B 100%);	 */
}
#gkan-work a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: underline;
}
#gkan-work a:hover {
  color: white;
}
 /*
#gkan-work:before, #gkan-work:after {
  position: absolute;
  transform: rotate(-1.7deg);
  -ms-transform: rotate(-1.7deg);
  -webkit-transform: rotate(-1.7deg);
  -o-transform: rotate(-1.7deg);
  -moz-transform: rotate(-1.7deg);
  background-color: #FFFAED;
  content: "";
  z-index: 3;
  display: inline-block;
  height: 70px;
  padding: 0;
  width: 101%;
}
*/
#gkan-work:before {
  top: 0;
  margin-top: -35px;
}
#gkan-work:after {
  bottom: 0;
  margin-bottom: -35px;
}
#gkan-work .section-heading h2 {
	color: #fff;
    background: #5F4B8B;
    font-size: 40px;
    height: 315px;
    float: right;
    margin-top: -13%;
    margin-right: 7%;
    padding: 50px 50px 20px 50px;
}
#gkan-work .section-heading h2:after {
	
}
#gkan-work .section-heading h3 {
    color: rgba(0, 0, 0, 1);
    font-size: 20px;
    text-align: left;
    letter-spacing: 1px;
	    text-shadow: 1.5px 1.5px 0px #fff, -1.5px 1.5px 0px #fff, 1.5px -1.5px 0px #fff, -1.5px -1.5px 0px #fff;
}

#gkan-work .gkan-project-item {
  display: block;
  width: 100%;
  position: relative;
  top: 0;
  background: #fff;
  z-index: 9;
  margin-bottom: 30px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#gkan-work .gkan-project-item img {
  z-index: 8;
  opacity: 1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#gkan-work .gkan-project-item .gkan-text {
	position: absolute;
	padding: 10px 20px;
	background: #fff;
	top: 130px;
	left: 0;
	right: 4%;
}
#gkan-work .gkan-project-item .gkan-text h2, #gkan-work .gkan-project-item .gkan-text span {
  text-decoration: none !important;
}
#gkan-work .gkan-project-item .gkan-text h2 {
	font-size: 20px;
	line-height: 28px;
	font-weight: bold;
	margin: 0 0 0 5px;
}
#gkan-work .gkan-project-item .gkan-text li {
	color: #fff;
    font-size: 15px;
    font-weight: 400;
    background: #5F4B8B;
    padding: 5px;
	margin-top: 6px;
}
#gkan-work .gkan-project-item:hover, #gkan-work .gkan-project-item:focus {
  -webkit-box-shadow: 7px 14px 42px 3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 7px 14px 42px 3px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 7px 14px 42px 3px rgba(0, 0, 0, 0.4);
  -o-box-shadow: 7px 14px 42px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 7px 14px 42px 3px rgba(0, 0, 0, 0.4);
  text-decoration: none;
  top: -15px;
}
#gkan-work .gkan-project-item:hover img, #gkan-work .gkan-project-item:focus img {
  opacity: .7;
}
#gkan-work .gkan-project-item:hover h2, #gkan-work .gkan-project-item:hover span, #gkan-work .gkan-project-item:focus h2, #gkan-work .gkan-project-item:focus span {
  text-decoration: none !important;
}
.lecture-wrap{
	margin-top: -30px;
	margin-bottom: 50px;
}
.lecture-ul{
	padding: 0;
	margin: 0;
}
.lecture-sub{
	float: right;
	margin-right: 3%;
}
.lecture{
	margin-bottom: 80px;
}
/*
#gkan-about:after {
  position: absolute;
  transform: rotate(-1.7deg);
  -ms-transform: rotate(-1.7deg);
  -webkit-transform: rotate(-1.7deg);
  -o-transform: rotate(-1.7deg);
  -moz-transform: rotate(-1.7deg);
	background: #FFFAED;
  content: "";
  z-index: 3;
  display: inline-block;
  height: 70px;
  padding: 0;
  width: 101%;
}
*/
#gkan-about:after {
  bottom: 0;
  margin-bottom: -35px;
}



.gkan-person {
  border: 2px solid #f2f2f2;
  padding: 120px 30px 30px 30px;
  width: 85%;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 992px) {
  .gkan-person {
    margin-bottom: 3.5em;
  }
}
.gkan-person figure {
    position: absolute;
    margin-top: -100px;
    top: 0;
    left: 50%;
    margin-left: -100px;
    display: block;
    margin-bottom: 50px;
}
.gkan-person figure img {
  width: 200px;
  border: 2px solid #f2f2f2;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.gkan-person h3 {
  margin-bottom: 0px;
}
.gkan-person .gkan-position {
	font-size: 18px;
  color: #000;
  display: block;
  margin-bottom: 20px;
}

.form-control {
  box-shadow: none;
  background: transparent;
  border: 2px solid rgba(0, 0, 0, 0.1);
  height: 54px;
  font-size: 20px;
  font-weight: 400;
}
.form-control:active, .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #5F4B8B;
}

.btn {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.btn:hover, .btn:active, .btn:focus {
  outline: none;
}

#gkan-contact {
  padding-bottom: 0;
}
#gkan-contact .gkan-contact-info {
  padding: 0;
  margin: 0 0 1.5em 0;
}
#gkan-contact .gkan-contact-info li {
  position: relative;
  padding: 0;
  margin: 0 0 1.5em 0;
  padding-left: 50px;
  list-style: none;
}
#gkan-contact .gkan-contact-info li i {
  position: absolute;
  top: .2em;
  left: 0;
}

.section-heading {
  float: left;
  width: 100%;
  padding-bottom: 50px;
  margin-bottom: 50px;
  clear: both;
}
.section-heading h2 {
  margin: 0 0 30px 0;
  font-size: 50px;
  font-weight: 300;
  color: #444;
  text-transform: uppercase;
  position: relative;
  display: block;
  padding-bottom: 20px;
  line-height: 1.5;
}
.section-heading h2.left-border:after {
  content: "";
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background: #5F4B8B;
  left: 0%;
  margin-left: 0px;
  bottom: 0;
}
.section-heading h2:after {
	
}
@media screen and (max-width: 768px) {
  .section-heading h2 {
    font-size: 30px;
  }
}
.section-heading h3 {
  font-weight: 300;
  line-height: 1.5;
  color: #929292;
}


.btn {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.gkan-nav-toggle {
  width: 25px;
  height: 25px;
  cursor: pointer;
  text-decoration: none;
}
.gkan-nav-toggle.active i::before, .gkan-nav-toggle.active i::after {
  background: #5F4B8B;
}
.gkan-nav-toggle:hover, .gkan-nav-toggle:focus, .gkan-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
.gkan-nav-toggle i {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 50px;
  height: 6px;
  color: #5F4B8B;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #5F4B8B;
  transition: all .2s ease-out;
}
.gkan-nav-toggle i::before, .gkan-nav-toggle i::after {
  content: '';
  width: 50px;
  height: 6px;
  background: #5F4B8B;
  position: absolute;
  left: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.gkan-nav-toggle i::before {
  top: -15px;
}

.gkan-nav-toggle i::after {
  bottom: -15px;
}

.gkan-nav-toggle:hover i::before {
  top: -15px;
}

.gkan-nav-toggle:hover i::after {
  bottom: -15px;
}

.gkan-nav-toggle.active i {
  background: transparent;
}

.gkan-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.gkan-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.gkan-nav-toggle {
  position: absolute;
  top: 2px;
  right: 0px;
  z-index: 21;
  padding: 6px 0 0 0;
  display: block;
  margin: 0 auto;
  display: none;
  height: 44px;
  width: 25px;
  border-bottom: none !important;
}
@media screen and (max-width: 768px) {
  .gkan-nav-toggle {
    display: block;
  }
}

#footer {
  padding: 50px 0;
  color: #7f7f7f;
  position: relative;
}
#footer .gotop {
position: fixed;
    /* top: -20px; */
    bottom: 2%;
    right: 5%;
    /* margin-left: -40px; */
    background: #fff;
    z-index: 8;
    width: 80px;
    height: 80px;
    font-size: 30px;
    padding-top: 5px;
    text-align: center;
    vertical-align: middle;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
#footer .gotop:hover, #footer .gotop:focus {
  text-decoration: none !important;
}
#footer .copyright {
  font-size: 16px;
  margin-bottom: 0px;
  padding-bottom: 0;
}

.btn {
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn.btn-primary {
  background: #5F4B8B;
  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: #5F4B8B;
}
.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%;
}
.social li {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}
.social li a {
  font-size: 16px;
  display: table;
  width: 40px;
  height: 40px;
  margin: 0 4px;
}
.social li a i {
  display: table-cell;
  vertical-align: middle;
}
.social li a:hover, .social li a:active, .social li a:focus {
  text-decoration: none;
  border-bottom: none;
}
.social li a.social-box {
  background: #5F4B8B;
  color: #fff;
}
.social li a.social-circle {
  background: #5F4B8B;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.social li a:hover {
  background: #393e46 !important;
}
.social.social-box a {
  background: #5F4B8B;
  color: #fff;
}
.social.social-circle a {
  background: #5F4B8B;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

#map {
  width: 100%;
  height: 500px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #map {
    height: 200px;
  }
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

.js .to-animate,
.js .to-animate-2,
.js .single-animate {
  opacity: 0;
}

@media screen and (max-width: 480px) {
  .col-xxs-12 {
    float: none;
    width: 100%;
  }
}

.row-bottom-padded-lg {
  padding-bottom: 7em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-lg {
    padding-bottom: 2em;
  }
}

.row-bottom-padded-md {
  padding-bottom: 4em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-md {
    padding-bottom: 2em;
  }
}

.row-bottom-padded-sm {
  padding-bottom: 2em;
}
.row-bottom-padded-mm {
  padding-bottom: 6em;
}
@media screen and (max-width: 768px) {
  .row-bottom-padded-sm {
    padding-bottom: 2em;
  }
}

.gkan-animated {
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/*# sourceMappingURL=style.css.map */
.information {
    width: 85%;
	max-width: 1280px;
    margin: 0 auto;
}
.info-txt i {
    position: absolute;
    display: table-cell;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.info-txt span {
    padding-left: 40px;
}
.info-ul {
    list-style: none;
}
.info-ul li {
    border-bottom: 1px solid #ccc;
    padding-left: 5em;
    text-indent: -4.3em;
    margin: 0 0 10px 0;
}
.date {
    background: #5F4B8B;
    color: #fff;
    padding: 3px 5px;
    font-size: 14px;
}

.navbar-nav > li {
    float: left;
    text-align: left;
	margin-left: 10px;
}

.nav-c .navbar-nav > li{
    -ms-writing-mode: lr-tb !important;
    -webkit-writing-mode: horizontal-tb !important;
    writing-mode: horizontal-tb !important;
	background: #fff;
}
.nav-c .navbar-nav > li a{
	color: #fff;
}
.workshop-wrap{
	padding: 7em 0 0;
	background: url(../images/lotus02.png) no-repeat;
}
.workshop-sub{
    color: rgba(0, 0, 0, 0.8) !important;
    font-size: 20px !important;
    text-align: left !important;
    letter-spacing: 1px !important;	
}
.workshop-h3 {
	color: rgba(0, 0, 0, 0.8) !important;
    font-size: 23px !important;
    margin: 5px 0 30px 10px;
    text-align: left !important;
    letter-spacing: 1px !important;
    float: left;
}
.workshop-p {
    height: 350px;
    margin-bottom: 0em;
	clear: both;
}

.icon-w01,.icon-w02,.icon-w03,.icon-w04{
    width: 70px;
    height: 70px;
    font-size: 70px;
    margin-top: -20px;
	margin-left: -10px;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    display: block;
	float: left;
}
.icon-w01{background: url(../images/w01.png) no-repeat;}	
.icon-w02{background: url(../images/w02.png) no-repeat;}
.icon-w03{background: url(../images/w03.png) no-repeat;}
.icon-w04{background: url(../images/w04.png) no-repeat;}

.goto-span {
    display: block;
    font-size: 20px;
    margin: -7px;
}
.profile-wrap{
	background: url(../images/lotus03.png) no-repeat;
}
.profile-tit h2{
    color: #fff;
    margin: 0 auto;
    font-size: 50px;
}
.profile-txt{font-size: 20px; text-align: left;
	 text-shadow: 1.5px 1.5px 0px #fff, -1.5px 1.5px 0px #fff, 1.5px -1.5px 0px #fff, -1.5px -1.5px 0px #fff;
}

.more-btn {
    width: 85%;
    border: 2px solid #000;
    display: block;
    padding: 10px;
    text-align: center;
    line-height: 50px;
    margin: 20px auto 0;
    text-decoration: none;
	color: #000!important;
	cursor: pointer;
	text-decoration: none!important;
	text-shadow: 0 0 0 #FFFAED,  0 0 0 #FFFAED, 0 0 0  #FFFAED, 0 0 0 #FFFAED;	
}
.more-btn:hover {
    border: 2px solid #999;
	color: #999 !important;
}
.more-btn02 {
    width: 97%;
    border: 2px solid #000;
    display: block;
	padding: 20px;
    text-align: center;
    line-height: 100px;
    margin: 30px auto 0;
    text-decoration: none;
	color: #000 !important;
	cursor: pointer;
	text-decoration: none!important;
	text-shadow: 0 0 0 #FFFAED,  0 0 0 #FFFAED, 0 0 0  #FFFAED, 0 0 0 #FFFAED;
}
.more-btn02:hover {
    border: 2px solid #999;
	color: #999!important;
}
.more-btn03 {
    width: 85%;
    border: 2px solid #000;
    display: block;
	padding: 20px;
    text-align: center;
    line-height: 100px;
    margin: 100px auto 0;
    text-decoration: none;
	color: #000 !important;
	cursor: pointer;
	text-decoration: none!important;
	text-shadow: 0 0 0 #FFFAED,  0 0 0 #FFFAED, 0 0 0  #FFFAED, 0 0 0 #FFFAED;
}
.more-btn03:hover {
    border: 2px solid #999;
	color: #999!important;
}
.more-btn04 {
    width: 85%;
    border: 2px solid #000;
    display: block;
    text-align: center;
    line-height: 100px;
	padding: 20px;
    margin: 50px auto 0;
    text-decoration: none;
	color: #000 !important;
	cursor: pointer;
	text-decoration: none!important;
	text-shadow: 0 0 0 #FFFAED,  0 0 0 #FFFAED, 0 0 0  #FFFAED, 0 0 0 #FFFAED;
}
.more-btn04:hover {
    border: 2px solid #999;
	color: #999!important;
}

.courses__a {
    color: #000!important;
    display: block;
    text-align: center;
    padding: 20px 0;
    border: 1px solid;
    font-size: 14px;
}




@media screen and (max-width: 768px) {
.wrap{
	overflow: hidden;
}
body {
    font-size: 18px;
}	
.mb-more-btn {
    width: 100%;
    line-height: 30px;
    font-size: 19px!important;
}
#gkan-home {
    background-color: transparent;
    background-size: cover;
    background-attachment: scroll;
    position: relative;
    width: 100%;
    background-color: #5F4B8B;
    color: #fff;
    overflow: hidden;
}
#navbar.navbar-collapse.collapse {
	display: none!important;
}
#navbar.navbar-collapse.collapse.in{
	display: block!important;
}
.nav-c .navbar-brand {
    width: 56vw!important;
    max-width: 320px;
    height: 15vw!important;
}	
#gkan-header .navbar-brand {
    width: 56vw;
    max-width: 320px;
    height: 15vw;
}
.navbar-nav {
float: left;
margin: 0;
width: 100%;
}	
.navbar-nav > li {
    float: left;
    text-align: center;
    margin-left: 0;
    width: 100%;
    border-bottom: 1px solid #eee;
}
#gkan-header #navbar li a {
    color: rgba(255, 255, 255, 1);
    position: relative;
    font-size: 19px;
    font-weight: 300;
    padding: 30px 0;
}
#gkan-services .gkan-service {
    padding: 0px!important;
    font-size: 16px;
    width: 85%;
    margin: 50px auto;
}
#gkan-services .gkan-service:first-child{
    margin: 0px auto 50px;
}

.whats01 {
    float: none;
    width: 100%;
	height: 260px!important;
}
.whats02 {
    width: 100%;
    float: none;
	height: auto!important;
}
	
#gkan-home .text-inner h1 {
    font-size: 30px;
    height: 180px;
    line-height: 60px;
}
	
#gkan-intro .gkan-block h2 {
    width: 100%;
}
.info-ul li {
    padding-left: 1em;
    text-indent: -6.4em;
    margin: 0 0 10px 0;
    font-size: 12px;
}
#gkan-work .section-heading h2,#gkan-services .section-heading h2 {
	font-size: 24px;
    height: 200px;
    width: 80%;
    float: none;
    margin: 0 auto;
    padding: 30px;
    text-align: center;
}

#gkan-work .section-heading h3 {
    font-size: 20px;
    width: 95%;
    margin: 20px auto;
    text-align: left;
}
.section-heading h3 {
    font-size: 20px !important;
    line-height: 24px;
}
.work-wrap {
    padding: 7em 0 0;
    background-position: 11% -5%;
    background-size: auto;
}
.workshop-p {
    height: auto;
}
.workshop-wrap {
    padding: 7em 0 0;
    background-position: 87% -1%;
}
.more-btn02,.more-btn03 {
    width: 98%;
    text-align: left;
    line-height: 30px;
    padding: 5px;
}
.lecture-sub {
    float: right;
    margin: 0 auto;
}	
.lecture {
    margin-bottom: 190px;
}
.lecture-2 {
    margin-bottom: 80px;
}	
}
/*◼️ 1280px~（大型PC） */
@media screen and (min-width:76em) {}
/*◼️ 1200px（タブレット横・PC）　*/
@media screen and ( max-width:75em) {}
/*◼️ 900px~1199px（タブレット縦横）　*/
@media screen and (min-width:56.25em) and ( max-width:74.9375em) {
.info-ul li {
    border-bottom: 1px solid #ccc;
    padding-left: 3em;
    text-indent: -4.3em;
    margin: 0 0 10px 0;
}	
.ipad .font-s01 {
	font-size: 0.6em!important;
}
.ipad #gkan-home {
	background-attachment: scroll;
}
.ipad .workshop-h3 {
font-size: 21px !important;
letter-spacing: 0px !important;
font-weight: 900;
}
.ipad .icon-w01,.ipad .icon-w02,.ipad .icon-w03,.ipad .icon-w04 {
width: 35px;
height: 35px;
font-size: 70px;
margin-top: -4px;
margin-left: -10px;
display: -moz-inline-stack;
display: inline-block;
zoom: 1;
display: block;
float: left;
background-size: cover!important;
}	
}
/*◼️ 500px~899px タブレット（縦）＆モバイル（横） */
@media screen and (min-width:31.25em) and ( max-width:56.1875em) {	
#gkan-intro .gkan-block{
	float: none;
	min-height: 200px;
	width: 100%;
}	
.facebook-wrapper{
	display: none;
}	
.facebook-wrapper-mbl {
    display: block;
    width: 270px;
    margin: 50px auto 0;
}
.ipad #gkan-home {
	background-attachment: scroll;
}
.iphone #gkan-home {
	background-attachment: scroll;
}	
.gkan-nav-toggle {
	top: 2vw;
	right: 20px;
}
#gkan-header .navbar-brand {
	width: 24vw;
	height: 10vw;
}
#gkan-services .gkan-service {
	width: 85%;
	float: none;
}	
}
/*◼️ ~480px（モバイル縦） */
@media screen and ( max-width:31.1875em) {
#gkan-intro .gkan-block{
	float: none;
}		
.facebook-wrapper{
	display: none;
}	
.facebook-wrapper-mbl {
    display: block;
    width: 270px;
    margin: 30px auto 0;
}
.font-s01{
	font-size: 0.7em!important;
}
.ipad #gkan-home {
	background-attachment: scroll;
}
.iphone #gkan-home {
	background-attachment: scroll;
}		
.information {
	width: 98%;
	margin: 0 auto;
}	
.gkan-nav-toggle {
	top: 1.5vw;
	right: 15px;
}	
.gkan-nav-toggle i {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 35px;
  height: 4px;
  color: #5F4B8B;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #5F4B8B;
  transition: all .2s ease-out;
}
.gkan-nav-toggle i::before, .gkan-nav-toggle i::after {
  content: '';
  width: 35px;
  height: 4px;
  background: #5F4B8B;
  position: absolute;
  left: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.gkan-nav-toggle i::before {
  top: -10px;
}

.gkan-nav-toggle i::after {
  bottom: -10px;
}

.gkan-nav-toggle:hover i::before {
  top: -10px;
}

.gkan-nav-toggle:hover i::after {
  bottom: -10px;
}

.gkan-nav-toggle.active i {
  background: transparent;
}

.gkan-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.gkan-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}
.moushikomi-tit {
    font-size: 26px;
    margin: 0;
}
.moushikomi-box {
    width: 100%;
	    padding: 0;
	flex-direction: column;
}
.flexbox__item {
    width: 100%;
    border-right: 0;
    padding: 2%;
}	
}



