@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 
*
* ======================================================= */
body {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 16px;
	line-height: 2.2;
	color: #000000;
	background: #fff;
	letter-spacing: 0.12em;
	font-weight: 400;
}

#page {
  position: relative;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.offcanvas #page {
  overflow: hidden;
  position: absolute;
}
.offcanvas #page:after {
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.7);
  content: "";
}

a {
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
a:hover, a:active, a:focus {
	outline: none;
	text-decoration: none;
}

p {
  margin-bottom: 20px;
}

h1, h2, h3, h4, h5, h6, figure {
	color: #000;
	font-weight: 500;
	margin: 0 0 20px 0;
}

::-webkit-selection {
  color: #fff;
  background: #2D6CDF;
}

::-moz-selection {
  color: #fff;
  background: #C8A97E;
}

::selection {
  color: #fff;
  background: #C8A97E;
}

.fh5co-nav {
	width: 100%;
	padding: 0;
	z-index: 1001;
	position: absolute;
}
.fh5co-nav .top-menu {
	padding: 20px 0;
	background: rgba(51,43,41,0.7);
}
@media screen and (max-width: 480px) {
.fh5co-nav .top-menu {
	background: none;
}

}


@media screen and (max-width: 812px) {
.fh5co-nav .top-menu {
	padding: 10px;
}

}
.fh5co-nav .top {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  padding: 0px 0;
  margin-bottom: 0;
}
.fh5co-nav .top .num, .fh5co-nav .top .fh5co-social, .fh5co-nav .top .site {
  display: inline-block;
  margin: 0;
  padding: 5px 12px;
}
@media screen and (max-width: 768px) {
  .fh5co-nav .top .num, .fh5co-nav .top .fh5co-social, .fh5co-nav .top .site {
    padding: 5px 10px;
  }
}
.fh5co-nav .top .site {
  float: left;
  font-weight: 300;
  margin-top: 0px;
  border-left: 1px solid rgba(0, 0, 0, 0.08);
  border-right: 1px solid rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 480px) {
  .fh5co-nav .top .site {
    display: none;
  }
}

.fh5co-nav .top .num {
  color: rgba(0, 0, 0, 0.6);
  font-size: 13px;
  letter-spacing: 0px;
  border-left: 1px solid rgba(0, 0, 0, 0.08);
}
.fh5co-nav .top .fh5co-social {
  margin: 0;
  border-left: 1px solid rgba(0, 0, 0, 0.08);
  border-right: 1px solid rgba(0, 0, 0, 0.08);
}
.fh5co-nav .top .fh5co-social li {
  font-size: 14px;
  display: inline-block;
}
.fh5co-nav .top .fh5co-social li a {
  padding: 7px 7px;
}
.fh5co-nav .top .fh5co-social li a i {
  font-size: 14px;
}
.fh5co-nav #fh5co-logo {
  font-size: 24px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-weight: bold;
  font-weight: 700;
  font-family: "Source Sans Pro", Arial, sans-serif;
}
.fh5co-nav #fh5co-logo a {
	color: #FFF;
	position: relative;
	padding-left: 0px;
	font-size: 16px;
}
.fh5co-nav #fh5co-logo a span {
  color: #000;
}
.fh5co-nav #fh5co-logo a i {
  position: absolute;
  top: 5px;
  left: 0;
}
@media screen and (max-width: 812px) {
  .fh5co-nav .menu-1 {
    display: none;
  }
}
.fh5co-nav ul {
  padding: 0;
  margin: 5px 0 0 0;
}
.fh5co-nav ul li {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline;
	font-weight: 500;
	font-family: 'Fahkwang', sans-serif;
}
.fh5co-nav ul li a {
	font-size: 14px;
	padding: 30px 13px;
	color: #ffffff;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	font-weight: 600;
}
@media screen and (max-width: 1080px) {
.fh5co-nav ul li a {
	font-size: 14px;
	padding: 30px 8px;
	color: #ffffff;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}	
}



.fh5co-nav ul li a:hover, .fh5co-nav ul li a:focus, .fh5co-nav ul li a:active {
  color: #AAAAAA;
}
.fh5co-nav ul li.has-dropdown {
	position: relative;

}

.fh5co-nav ul li.has-dropdown .dropdown {
	width: 200px;
	-webkit-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
	z-index: 1002;
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 40px;
	left: 0;
	text-align: left;
	background: #000;
	padding: 20px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: 0s;
	-o-transition: 0s;
	transition: 0s;
}
.fh5co-nav ul li.has-dropdown .dropdown:before {
  bottom: 100%;
  left: 40px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #000;
  border-width: 8px;
  margin-left: -8px;
}
.fh5co-nav ul li.has-dropdown .dropdown li {
	display: block;
	margin-bottom: 7px;
}

.fh5co-nav ul li.has-dropdown .dropdown li:last-child {
  margin-bottom: 0;
}
.fh5co-nav ul li.has-dropdown .dropdown li a {
	padding: 10px 0;
	display: block;
	color: #fff;
	line-height: 1.2;
	text-transform: none;
	font-size: 16px;
	letter-spacing: 0;
}
.fh5co-nav ul li.has-dropdown .dropdown li a:hover {
  color: #fff;
}
.fh5co-nav ul li.has-dropdown:hover a, .fh5co-nav ul li.has-dropdown:focus a {
  color: #fff;
}
.fh5co-nav ul li.btn-cta a {
  padding: 30px 0px !important;
  color: #fff;
}
.fh5co-nav ul li.btn-cta a span {
  background: #C8A97E;
  padding: 4px 10px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-border-radius: 1;
  -moz-border-radius: 1;
  -ms-border-radius: 1;
  border-radius: 1;
}
.fh5co-nav ul li.btn-cta a:hover span {
  -webkit-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
}
.fh5co-nav ul li.active > a {
  font-weight: 400;
}

#fh5co-hero {
  min-height: 100vh;
  height: 1200px;
  background: #fff url(../images/loader.gif) no-repeat center center;
}
@media screen and (max-width: 480px) {
#fh5co-hero {
  min-height: 0;
  height: 240px;
}
	
}


@media screen and (max-width: 480px) {
#fh5co-hero {
  min-height: 0;
  height: 240px;
}
	
}

#fh5co-hero .btn {
  font-size: 24px;
}
#fh5co-hero .btn.btn-primary {
  padding: 14px 30px !important;
}
#fh5co-hero .flexslider {
  border: none;
  z-index: 1;
  margin-bottom: 0;
}
#fh5co-hero .flexslider .slides {
  position: relative;
  overflow: hidden;
}
#fh5co-hero .flexslider .slides li {
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top center;
	min-height: 100vh;
	height: 1200px;
	width:100%
	position: relative;
}

@media screen and (max-width: 480px) {
#fh5co-hero .flexslider .slides li {

  min-height: 327px;
  height: 327px;
  position: relative;
}

}
#fh5co-hero .flexslider .slides li:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  z-index: 1;
}
#fh5co-hero .flexslider .flex-control-nav {
  bottom: 40px;
  z-index: 1000;
}
@media screen and (max-width: 480px) {
#fh5co-hero .flexslider .flex-control-nav {
  bottom: 80px;
  z-index: 1000;
}

}
#fh5co-hero .flexslider .flex-control-nav li a {
  background: rgba(255, 255, 255, 0.2);
  box-shadow: none;
  width: 12px;
  height: 12px;
  cursor: pointer;
  display:none;
}
#fh5co-hero .flexslider .flex-control-nav li a.flex-active {
  cursor: pointer;
  background: rgba(255, 255, 255, 0.7);
}
#fh5co-hero .flexslider .flex-direction-nav {
  display: none;
}
#fh5co-hero .flexslider .slider-text {
  display: table;
  opacity: 0;
  min-height: 630px;
  height: 630px;
  z-index: 9;
}
@media screen and (max-width: 480px) {
#fh5co-hero .flexslider .slider-text {
  min-height: 420px;
  height: 420px;
  z-index: 9;
}
	
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner {
  display: table-cell;
  vertical-align: middle;
  min-height: 700px;
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner h1, #fh5co-hero .flexslider .slider-text > .slider-text-inner h2 {
  margin: 0;
  padding: 0;
  color: white;
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner h1 {
	margin-bottom: 20px;
	font-size: 40px;
	line-height: 1.3;
	font-weight: 600;
	text-shadow: 2px  2px 5px #000000,
            -2px  2px 5px #000000,
             2px -2px 5px #000000,
            -2px -2px 5px #000000;
}
@media screen and (max-width: 812px) {
  #fh5co-hero .flexslider .slider-text > .slider-text-inner h1 {
	  color: #fff;
text-shadow: 2px  2px 5px #000000,
            -2px  2px 5px #000000,
             2px -2px 5px #000000,
            -2px -2px 5px #000000;
    font-size: 30px;
  }
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner h2 {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 30px;
  color: #fff;
text-shadow: 2px  2px 5px #000000,
            -2px  2px 5px #000000,
             2px -2px 5px #000000,
            -2px -2px 5px #000000;
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner h2 a {
  color: rgba(255, 255, 255, 0.5);
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner .btn {
  padding: 18px 30px !important;
  color: #fff;
  border: none !important;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner .btn:hover {
  background: #C8A97E;
  -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
  -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
  box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75) !important;
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner .fh5co-lead {
  font-size: 20px;
  color: #fff;
}
#fh5co-hero .flexslider .slider-text > .slider-text-inner .fh5co-lead .icon-heart {
  color: #d9534f;
}

.fh5co-bg-section {
	background-color: #F9F9F9;
}

#fh5co-course-categories,
#fh5co-counter,
#fh5co-course,
#fh5co-testimonial,
#fh5co-blog,
#fh5co-about,
#fh5co-staff,
#fh5co-contact {
  padding: 7em 0;
  clear: both;
}
#fh5co-footer {
	padding: 2em 0;
	clear: both;

}
@media screen and (max-width: 820px) {
#fh5co-counter {
  padding: 0;
  clear: both;
}
}
/*@media screen and (max-width: 812px) {
#fh5co-footer {
	
	background-image: url(../images/footerbggt.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

}*/
#fh5co-pricing {
	clear: both;
	margin:5em 0;
}
@media screen and (max-width: 480px) {
#fh5co-pricing {
	clear: both;
	margin: 0 0 3em 0;
}
}

#fh5co-about {
  padding: 0;
  clear: both;
}
#fh5co-register
 {
	padding: 7em 0 0;
	clear: both;
}
@media screen and (max-width: 812px) {
  #fh5co-course-categories,
  #fh5co-counter,
  #fh5co-course,
  #fh5co-pricing,
  #fh5co-register,
  #fh5co-testimonial,
  #fh5co-blog,
  #fh5co-about,
  #fh5co-staff,
  #fh5co-contact {
    padding: 1em 0;
  }
}
@media screen and (max-width: 812px) {
  #fh5co-footer {
    padding: 3em 0;
  }
 
}
.services {
  width: 95%;
  margin: 0 auto;
  margin-bottom: 40px;
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.services h3 {
	font-size: 20px;
	font-weight: 500;
}
.services h3 a {
  color: #000;
}
.services .icon {
  width: 90px;
  height: 90px;
  background: rgba(0, 0, 0, 0.04);
  display: table;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 992px) {
  .services .icon {
    margin: 0 auto 30px auto;
  }
}
.services .icon i {
  display: table-cell;
  vertical-align: middle;
  font-size: 40px;
  line-height: 40px;
  color: #000;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.services:hover .icon, .services:focus .icon {
  background: #2D6CDF;
}
.services:hover .icon i, .services:focus .icon i {
  color: #fff;
}

.fh5co-counters {
	padding: 7em 0;
	position: relative;
}
.fh5co-counters .overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	content: '';
	background: rgba(0, 0, 0, 0.8);
}
.fh5co-counters .counter-wrap {
  border: 1px solid red !important;
}
.fh5co-counters .fh5co-counter {
  font-size: 44px;
  display: block;
  color: white;
  font-family: "Roboto Slab", serif;
  width: 100%;
  font-weight: 400;
  margin-bottom: .1em;
}
.fh5co-counters .fh5co-counter-label {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  margin-bottom: 2em;
  display: block;
  font-family: "Roboto Slab", serif;
}
.fh5co-counters .icon i {
  font-size: 45px;
  color: #fff;
}

.course {
  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;
  margin-bottom: 30px;
}
.course .desc, .course .course-img {
  width: 50%;
  display: inline-block;
}
@media screen and (max-width: 812px) {
  .course .desc, .course .course-img {
    width: 100%;
  }
}
.course .course-img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 812px) {
  .course .course-img {
    height: 270px;
  }
}
.course .desc {
  padding: 1.7em;
  background: #fafafa;
}
.course .desc h3 {
  font-size: 18px;
  font-weight: 400;
}
.course .desc h3 a {
  color: #000;
}
.course .desc .date {
  display: block;
  margin-bottom: 20px;
  font-size: 14px;
}
.course .desc .btn-course {
  border: 2px solid rgba(0, 0, 0, 0.8) !important;
  background: transparent;
  color: rgba(0, 0, 0, 0.8) !important;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 11px 15px !important;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.course .desc .btn-course:hover {
  background: rgba(0, 0, 0, 0.8) !important;
  color: white !important;
}
.course:hover .course-img {
  -webkit-box-shadow: inset -70px 0px 77px 11px rgba(0, 0, 0, 0.74);
  -moz-box-shadow: inset -70px 0px 77px 11px rgba(0, 0, 0, 0.74);
  box-shadow: inset -70px 0px 77px 11px rgba(0, 0, 0, 0.74);
}

.fh5co-social-icons {
  margin: 0;
  padding: 0;
}
.fh5co-social-icons li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.fh5co-social-icons li a {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  color: #2D6CDF;
  padding-left: 10px;
  padding-right: 10px;
}
.fh5co-social-icons li a i {
  font-size: 20px;
}

.fh5co-contact-info ul {
  padding: 0;
  margin: 0;
}
.fh5co-contact-info ul li {
  padding: 0 0 0 40px;
  margin: 0 0 30px 0;
  list-style: none;
  position: relative;
  color: rgba(0, 0, 0, 0.8);
}
.fh5co-contact-info ul li:before {
  color: rgba(0, 0, 0, 0.8);
  position: absolute;
  left: 0;
  top: .05em;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fh5co-contact-info ul li.address:before {
  font-size: 30px;
  content: "\e9dc";
}
.fh5co-contact-info ul li.phone:before {
  font-size: 23px;
  content: "\ea3b";
}
.fh5co-contact-info ul li.email:before {
  font-size: 23px;
  content: "\e91e";
}
.fh5co-contact-info ul li.url:before {
  font-size: 23px;
  content: "\e9df";
}
.fh5co-contact-info ul li a {
  color: rgba(0, 0, 0, 0.8);
}


.fh5co-heading {
  margin-bottom: 5em;
}

.fh5co-heading h2 {
	font-size: 28px;
	margin-bottom: 20px;
	line-height: 2;
	color: #000;
	text-transform: uppercase;
	position: relative;
	margin-top: 20px;
	font-weight: 400;
	font-family: 'Fahkwang', sans-serif;
}

.fh5co-heading p {
	font-size: 16px;
}
.fh5co-heading p span {
	font-family: 'Fahkwang', sans-serif;
}

/*#fh5co-testimonial {
	position: relative;
	background-color: #FFFFFF;
}
#fh5co-testimonial .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  background: rgba(31, 95, 139, 0.7);
}
#fh5co-testimonial .testimony-slide {
	text-align: center;
	position: relative;
	color: #000 !important;
}
#fh5co-testimonial .testimony-slide span {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  display: block;
}
#fh5co-testimonial .testimony-slide span small {
  font-size: 11px;
  font-weight: 300;
  letter-spacing: 3px;
}
#fh5co-testimonial .testimony-slide .user {
	display: block;
	width: 480px;
	height: 235px;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	margin: 0 auto;
	margin-bottom: 10px;
	-ms-border-radius: 50%;
}
#fh5co-testimonial .testimony-slide blockquote {
  border: none;
  margin: 30px auto;
  width: 70%;
  position: relative;
  padding: 0;
}
@media screen and (max-width: 812px) {
  #fh5co-testimonial .testimony-slide blockquote {
    width: 85%;
  }
}
#fh5co-testimonial .arrow-thumb {
  position: absolute;
  top: 40%;
  display: block;
  width: 100%;
}
#fh5co-testimonial .arrow-thumb a {
  font-size: 32px;
  color: #dadada;
}
#fh5co-testimonial .arrow-thumb a:hover, #fh5co-testimonial .arrow-thumb a:focus, #fh5co-testimonial .arrow-thumb a:active {
  text-decoration: none;
}
#fh5co-testimonial .owl-theme .owl-dots .owl-dot span {
  background: rgba(255, 255, 255, 0.3) !important;
}
#fh5co-testimonial .owl-theme .owl-dots .active span {
  background: white !important;
}
#fh5co-testimonial .fh5co-heading {
  margin-bottom: 3em;
}
#fh5co-testimonial .fh5co-heading h2 {
	color: #000;
	margin-bottom: 20px !important;
	margin-top: 20px;
}
#fh5co-testimonial .fh5co-heading h2:after {
  background: transparent !important;
}
#fh5co-testimonial .fh5co-heading p {
	color: #000000;
}
#fh5co-testimonial .fh5co-heading span {
  padding: 7px 15px;
  position: relative;
}
#fh5co-testimonial .fh5co-heading span:before {
  position: absolute;
  top: 24px;
  left: -40px;
  content: '';
  width: 40px;
  height: 1px;
  background: white;
}
#fh5co-testimonial .fh5co-heading span:after {
  position: absolute;
  top: 24px;
  right: -40px;
  content: '';
  width: 40px;
  height: 1px;
  background: white;

#fh5co-testimonial {
	position: relative;
	background-color: #FFFFFF;
}
#fh5co-testimonial .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  background: rgba(31, 95, 139, 0.7);
}
#fh5co-testimonial .testimony-slide {
  text-align: center;
  position: relative;
  color: #fff !important;
}
#fh5co-testimonial .testimony-slide span {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  display: block;
}
#fh5co-testimonial .testimony-slide span small {
  font-size: 11px;
  font-weight: 300;
  letter-spacing: 3px;
}
#fh5co-testimonial .testimony-slide .user {
  display: block;
  width: 164px;
  height: 166px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  margin: 0 auto;
  margin-bottom: 10px;
 
}
#fh5co-testimonial .testimony-slide blockquote {
  border: none;
  margin: 30px auto;
  width: 70%;
  position: relative;
  padding: 0;
}
@media screen and (max-width: 812px) {
  #fh5co-testimonial .testimony-slide blockquote {
    width: 85%;
  }
}
#fh5co-testimonial .arrow-thumb {
  position: absolute;
  top: 40%;
  display: block;
  width: 100%;
}
#fh5co-testimonial .arrow-thumb a {
  font-size: 32px;
  color: #dadada;
}
#fh5co-testimonial .arrow-thumb a:hover, #fh5co-testimonial .arrow-thumb a:focus, #fh5co-testimonial .arrow-thumb a:active {
  text-decoration: none;
}
#fh5co-testimonial .owl-theme .owl-dots .owl-dot span {
  background: rgba(255, 255, 255, 0.3) !important;
}
#fh5co-testimonial .owl-theme .owl-dots .active span {
  background: white !important;
}
#fh5co-testimonial .fh5co-heading {
  margin-bottom: 3em;
}
#fh5co-testimonial .fh5co-heading h2 {
  color: #fff;
  margin-bottom: 20px !important;
}
#fh5co-testimonial .fh5co-heading h2:after {
  background: transparent !important;
}
#fh5co-testimonial .fh5co-heading p {
  color: rgba(255, 255, 255, 0.5);
}
#fh5co-testimonial .fh5co-heading span {
  padding: 7px 15px;
  position: relative;
}
#fh5co-testimonial .fh5co-heading span:before {
  position: absolute;
  top: 24px;
  left: -40px;
  content: '';
  width: 40px;
  height: 1px;
  background: white;
}
#fh5co-testimonial .fh5co-heading span:after {
  position: absolute;
  top: 24px;
  right: -40px;
  content: '';
  width: 40px;
  height: 1px;
  background: white;
}}*/
.wrap-price {
  padding: 2em 4em;
}

.pricing__feature-list {
  width: 100%;
  float: left;
}
.pricing__feature-list li {
  margin-bottom: 10px;
}

.pricing__item {
  width: 100%;
  float: left;
  clear: both;
}
@media screen and (max-width: 812px) {
  .pricing__item {
    margin-bottom: 30px;
  }
}

.fh5co-event {
  position: relative;
  padding-left: 120px;
  width: 100%;
  float: left;
  margin-bottom: 30px;
}
.fh5co-event .date {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  background: rgba(0, 0, 0, 0.03);
  display: table;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.fh5co-event .date span {
  display: table-cell;
  vertical-align: middle;
  height: 100px;
  width: 100px;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
}
.fh5co-event h3 {
  font-size: 20px;
  margin-bottom: 20px;
  line-height: 1.5;
}
.fh5co-event h3 a {
  color: black;
}

.fh5co-blog {
  margin-bottom: 30px;
  width: 100%;
  float: left;
}
@media screen and (max-width: 812px) {
  .fh5co-blog {
    width: 100%;
  }
}
.fh5co-blog .blog-img-holder {
  display: block;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
  height: 270px;
}
.fh5co-blog .blog-text {
  position: relative;
  background: rgba(0, 0, 0, 0.03);
  width: 100%;
  padding: 30px;
  float: left;
}
.fh5co-blog .blog-text span {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 20px;
}
.fh5co-blog .blog-text span.comment {
  float: right;
}
.fh5co-blog .blog-text span.comment a {
  color: rgba(0, 0, 0, 0.3);
}
.fh5co-blog .blog-text span.comment a i {
  padding-left: 7px;
}
.fh5co-blog .blog-text h3 {
	font-size: 20px;
	margin-bottom: 20px;
	line-height: 2;
	font-family: 'Lustria', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: 600;
}
.fh5co-blog .blog-text h3 a {
  color: black;
}
.fh5co-blog .blog-text .btn-blog {
  background: transparent;
  border: 2px solid rgba(0, 0, 0, 0.8);
  color: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.fh5co-blog .blog-text .btn-blog:hover {
  color: #fff !important;
}

#fh5co-register {
	background-size: cover;
	position: relative;
	padding: 6em 1em 5em 1em;
}
#fh5co-register .overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: '';
	background: rgba(0, 0, 0, 0.8);
}
#fh5co-register h2, #fh5co-register h3 {
	color: #C59D80;
	font-family: 'Fahkwang', sans-serif;
	font-size: 28px;
	text-align: center;
	font-weight: 600;
}

#fh5co-register p {
	color: #000;
}
@media screen and (max-width: 812px) {
#fh5co-register p span.title {
	color: #C8A97E;
	font-family: 'Fahkwang', sans-serif;
	text-align: center;
	font-size:36px;
}
}

#fh5co-register .btn-reg {
  background: transparent;
  border: 2px solid #fff;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.simply-countdown {
  /* The countdown */
  margin-top: 3em;
  margin-bottom: 3em;
}

.simply-countdown > .simply-section {
  /* coutndown blocks */
  display: inline-block;
  width: 120px;
  height: 120px;
  background: rgba(0, 0, 0, 0.2);
  margin: 0 5px;
  position: relative;
  border: 2px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.simply-countdown > .simply-section > div {
  /* countdown block inner div */
  display: table-cell;
  vertical-align: middle;
  height: 115px;
  width: 120px;
}

.simply-countdown > .simply-section .simply-amount,
.simply-countdown > .simply-section .simply-word {
  display: block;
  color: white;
  /* amounts and words */
}

.simply-countdown > .simply-section .simply-amount {
  font-size: 40px;
  /* amounts */
}

.simply-countdown > .simply-section .simply-word {
  color: rgba(255, 255, 255, 0.9);
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: 700;
  /* words */
}

.staff {
  width: 100%;
  float: left;
  display: block;
  margin-bottom: 40px;
}
.staff .staff-img {
	width: 100%;
	position: relative;
	margin-bottom: 20px;
	display: table;
}
.staff .staff-img:before {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  background: rgba(255, 255, 255, 0.9);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.staff .staff-img .fh5co-social {
  opacity: 0;
  display: table-cell;
  vertical-align: middle;
  height: 300px;
  margin: 0;
  padding: 0;
  font-size: 14px;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transform: translate3d(0, -15px, 0);
  transform: translate3d(0, -15px, 0);
}
.staff .staff-img .fh5co-social li {
  display: inline-block;
  padding: 0 7px;
}
.staff h3 {
  font-size: 18px;
}
.heading12 {
	position: relative;
	font-size: 26px;
}

.heading12::before {
	content: attr(data-number);
	display: inline-block;
	margin-right: 20px;
	color: #000000;
	font-size: 30px;
	border-bottom: 1px solid #498ee0;
}
.staff h3 a {
  color: #000;
}
.staff span {
  display: block;
  margin-bottom: 10px;
  font-size: 12px;
}
.staff:hover .staff-img:before {
  opacity: 1;
}
.staff:hover .staff-img .fh5co-social {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#fh5co-gallery {
  padding-top: 2.5em;
}
#fh5co-gallery h2 {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 2.5em;
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 2px;
}
#fh5co-gallery h2 span {
  border: 2px solid rgba(0, 0, 0, 0.8);
  padding: 10px 15px;
  position: relative;
}
#fh5co-gallery h2 span:before, #fh5co-gallery h2 span:after {
  position: absolute;
  top: 18px;
  bottom: 0;
  content: '';
  width: 100px;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
}
#fh5co-gallery h2 span:before {
  lett: 0;
  margin-left: -125px;
}
#fh5co-gallery h2 span:after {
  right: 0;
  margin-right: -110px;
}

.gallery {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  height: 300px;
}
.gallery:hover {
  -webkit-box-shadow: inset 0px 0px 124px 11px rgba(0, 0, 0, 0.74);
  -moz-box-shadow: inset 0px 0px 124px 11px rgba(0, 0, 0, 0.74);
  box-shadow: inset 0px 0px 124px 11px rgba(0, 0, 0, 0.74);
}



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

#fh5co-offcanvas {
  position: absolute;
  z-index: 2001;
  width: 270px;
  background: #C59D80;
  top: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 75px 10px 40px 10px;
  overflow-y: auto;
  display: none;
  -moz-transform: translateX(270px);
  -webkit-transform: translateX(270px);
  -ms-transform: translateX(270px);
  -o-transform: translateX(270px);
  transform: translateX(270px);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 812px) {
  #fh5co-offcanvas {
    display: block;
  }
}
.offcanvas #fh5co-offcanvas {
  -moz-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}
#fh5co-offcanvas a {
  color: #FFFFFF;
  font-family: 'Fahkwang', sans-serif;
  font-weight:600;
}
#fh5co-offcanvas a:hover {
  color: rgba(255, 255, 255, 0.8);
}
#fh5co-offcanvas ul {
  padding: 0;
  margin: 0;
}
#fh5co-offcanvas ul li {
  padding: 10px 0;
   margin: 0;
  list-style: none;
}
#fh5co-offcanvas ul li > ul {
  padding-left: 20px;
  display: none;
}
#fh5co-offcanvas ul li.offcanvas-has-dropdown > a {
  display: block;
  position: relative;

}

#fh5co-offcanvas ul li.offcanvas-has-dropdown > a:after {
  position: absolute;
  right: 0px;
   font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 3;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "メニュー\ea1c";
  font-size: 12px;
  color: #FFFFFF;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

#fh5co-offcanvas ul li.offcanvas-has-dropdown.active a:after {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.uppercase {
  font-size: 14px;
  color: #000;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.gototop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.gototop.active {
  opacity: 1;
  visibility: visible;
}
.gototop a {
  width: 50px;
  height: 50px;
  display: table;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.gototop a i {
  height: 50px;
  display: table-cell;
  vertical-align: middle;
}
.gototop a:hover, .gototop a:active, .gototop a:focus {
  text-decoration: none;
  outline: none;
}

.fh5co-nav-toggle {
  width: 25px;
  height: 25px;
  cursor: pointer;
  text-decoration: none;
}
.fh5co-nav-toggle.active i::before, .fh5co-nav-toggle.active i::after {
  background: #444;
}
.fh5co-nav-toggle:hover, .fh5co-nav-toggle:focus, .fh5co-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
.fh5co-nav-toggle i {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 2px;
  color: #252525;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #252525;
  transition: all .2s ease-out;
}
.fh5co-nav-toggle i::before {
font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  content: '';
  font-size:12px;
  width: 25px;
  height: 2px;
  background: #252525;
  position: absolute;
  left: 0;
  transition: all .2s ease-out;
}
.fh5co-nav-toggle i::after {
  content: '';
  width: 25px;
  height: 2px;
  background: #252525;
  position: absolute;
  left: 0;
  transition: all .2s ease-out;
}
.fh5co-nav-toggle.fh5co-nav-white > i {
  color: #fff;
  background: #fff;
}
.fh5co-nav-toggle.fh5co-nav-white > i::before, .fh5co-nav-toggle.fh5co-nav-white > i::after {
  background: #fff;
}
.fh5co-nav-toggle.fh5co-nav-white.active > i {
  color: #fff;
  background: #C59D80;
}
.fh5co-nav-toggle.fh5co-nav-white.active > i::before, .fh5co-nav-toggle.fh5co-nav-white.active > i::after {
  background: #fff;
}

.fh5co-nav-toggle i::before {
  top: -7px;
}

.fh5co-nav-toggle i::after {
  bottom: -7px;
}

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

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

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

.fh5co-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);
}

.fh5co-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);
}

.fh5co-nav-toggle {
  position: absolute;
  right: 0px;
  top: 0;
  z-index: 21;
  padding: 0 0 0 8px;
  display: block;
  margin: 0 auto;
  display: none;
  height: 44px;
  width: 44px;
  z-index: 3001;
  border-bottom: none !important;
  position:fixed;
  background-color:rgba(255,255,255,0.5);
}
@media screen and (max-width: 812px) {
  .fh5co-nav-toggle {
    display: block;
  }
}

.btn {
	margin-right: 4px;
	margin-bottom: 4px;
	font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 24px;
	font-weight: 500;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 30px;
	border-radius: 0px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	padding: 8px 20px;
}
.btn.btn-md {
  padding: 8px 20px !important;
}
.btn.btn-lg {
  padding: 18px 36px !important;
}
.btn:hover, .btn:active, .btn:focus {
  box-shadow: none !important;
  outline: none !important;
}

.btn-primary {
	background: #C8A97E;
	color: #fff;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
	background: #437be2 !important;
	border-color: #C8A97E !important;
}
.btn-primary.btn-outline {
	background: transparent;
	color: #2D6CDF;
	border: 2px solid #C8A97E;
}
.btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
  background: #2D6CDF;
  color: #fff;
}

.btn-success {
  background: #5cb85c;
  color: #fff;
  border: 2px solid #5cb85c;
}
.btn-success:hover, .btn-success:focus, .btn-success:active {
  background: #4cae4c !important;
  border-color: #4cae4c !important;
}
.btn-success.btn-outline {
  background: transparent;
  color: #5cb85c;
  border: 2px solid #5cb85c;
}
.btn-success.btn-outline:hover, .btn-success.btn-outline:focus, .btn-success.btn-outline:active {
  background: #5cb85c;
  color: #fff;
}

.btn-info {
  background: #5bc0de;
  color: #fff;
  border: 2px solid #5bc0de;
}
.btn-info:hover, .btn-info:focus, .btn-info:active {
  background: #46b8da !important;
  border-color: #46b8da !important;
}
.btn-info.btn-outline {
  background: transparent;
  color: #5bc0de;
  border: 2px solid #5bc0de;
}
.btn-info.btn-outline:hover, .btn-info.btn-outline:focus, .btn-info.btn-outline:active {
  background: #5bc0de;
  color: #fff;
}

.btn-warning {
  background: #f0ad4e;
  color: #fff;
  border: 2px solid #f0ad4e;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active {
  background: #eea236 !important;
  border-color: #eea236 !important;
}
.btn-warning.btn-outline {
  background: transparent;
  color: #f0ad4e;
  border: 2px solid #f0ad4e;
}
.btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:active {
  background: #f0ad4e;
  color: #fff;
}

.btn-danger {
  background: #d9534f;
  color: #fff;
  border: 2px solid #d9534f;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active {
  background: #d43f3a !important;
  border-color: #d43f3a !important;
}
.btn-danger.btn-outline {
  background: transparent;
  color: #d9534f;
  border: 2px solid #d9534f;
}
.btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:active {
  background: #d9534f;
  color: #fff;
}

.btn-outline {
  background: none;
  border: 2px solid gray;
  font-size: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn-outline:hover, .btn-outline:focus, .btn-outline:active {
  box-shadow: none;
}

.btn.with-arrow {
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn.with-arrow i {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -8px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.btn.with-arrow:hover {
  padding-right: 50px;
}
.btn.with-arrow:hover i {
  color: #fff;
  right: 18px;
  visibility: visible;
  opacity: 1;
}

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

.row-pb-md {
  padding-bottom: 4em !important;
}

.row-pb-sm {
  padding-bottom: 2em !important;
}

.fh5co-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/loader.gif) center no-repeat #fff;
}

.row-padded-mb {
  margin-bottom: 3em !important;
}

.col-padded {
  margin: 0 !important;
  padding: 0 !important;
}

.js .animate-box {
  opacity: 0;
 
}

/*# sourceMappingURL=style.css.map */
#menu .btn-navbar {
    font-size: 20px;
    color: #000;
    padding: 5px 15px;
    float: right;
    border: 3px solid #000;
}
.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 812px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }
}

.btn-vertical-border {
	position: relative;
	display: inline-block;
	font-weight: bold;
	padding: 5px;
	text-decoration: none;
	text-align: center;
	background-color: #000000;
	font-size: 14px;
}

.btn-vertical-border:before {
  position: absolute;
  display: inline-block;
  content: '';
  width: 1px;
  height: 100%;
  top: 0;
  left: 0;
  background: #E9E7F3;
}

.btn-vertical-border a {

  color: #ffffff;

}

.o-3column.col-md-4 {
  padding-left: 0px;
}

/*641px～PC　PC上では見えないようにする*/
@media screen and (min-width:641px) {
  .footer_area {
    display: none;
  }
}

/*スマホ～641pxの幅サイズまで*/
@media screen and (max-width:640px) {
  .footer_area {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2000;
  }
.footer_area .footer_area_inner {
    position: relative;
    width: 80%;
    margin: 0 auto;
    padding: 10px 0;
  }

  .footer_area .footer_area_inner .footer_area_inner_btn {
    width: 85%;
    padding: 11px 0;
    font-size: 20px;
    font-weight: bold;
    margin-left: 15px;
    line-height: 1.3;

  }

  .inquiry_btn {
    background-color: #B8B0D6;
    -webkit-border-radius: 3px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    width: 80%;
    padding: 5px 0;
    font-size: 18px;
    font-weight: bold;
  }

  .inquiry_btn:link,
  .inquiry_btn:visited {
    color: #FFFFFF !important;
  }

  .footer_area_inner span {
    color: #fff;
  }

  #siteBottom {
    margin-bottom: 85px;
  }
}






.btn-vertical-border {
  position: relative;
  display: inline-block;
  font-weight: normal;
  padding: 10px;
  text-decoration: none;
  text-align: center;
  background:rgba(196,155,127,0.8);
  font-size: 14px;
}

.btn-vertical-border:before {
  position: absolute;
  display: inline-block;
  content: '';
  width: 1px;
  height: 100%;
  top: 0;
  left: 0;
  background: #FFFFFF;
}

.btn-vertical-border a {

  color: #ffffff;

}

.o-3column .col-xs-4 {
  padding: 10px;
  color: #ffffff;
}
.proj-bottom {
  padding-bottom: 4em;
}
.fh5co-project {
  margin-bottom: 30px;
}
.o-3column .col-md-4 { padding: 0; margin:0;}
 .fh5co-project{
background: #000;
}
 
.fh5co-project img
{
	display: block;
}

.fh5co-project > a {
  display: block;
  color: #000;
  position: relative;
  bottom: 0;
  overflow: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.fh5co-project > a img {
  position: relative;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.fh5co-project > a:after {
  opacity: 0;
  visibility: hidden;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  -webkit-box-shadow: inset 0px -34px 98px 8px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset 0px -34px 98px 8px rgba(0, 0, 0, 0.75);
  -ms-box-shadow: inset 0px -34px 98px 8px rgba(0, 0, 0, 0.75);
  -o-box-shadow: inset 0px -34px 98px 8px rgba(0, 0, 0, 0.75);
  box-shadow: inset 0px -34px 98px 8px rgba(0, 0, 0, 0.75);
  z-index: 8;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.fh5co-project > a h3, .fh5co-project > a span {
  z-index: 12;
  position: absolute;
  right: 20px;
  left: 20px;
  bottom: 50px;
  color: #fff;
  margin: 0;
  padding: 0;
  opacity: 1;
  font-size: 24px;
  font-weight: 600;
  visibility: visible;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.fh5co-project > a span {
  font-size: 14px;
  bottom: 20px;
}
.fh5co-project > a:hover {
  -webkit-box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 18px 71px -10px rgba(0, 0, 0, 0.75);
}
.fh5co-project > a:hover:after {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 812px) {
  .fh5co-project > a:hover:after {
    opacity: 0;
    visibility: hidden;
  }
}
.fh5co-project > a:hover h3, .fh5co-project > a:hover span {
  opacity: 1;
  bottom: 55px;
}
.fh5co-project > a:hover span {
  bottom: 15px;
}
.fh5co-project > a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
@media screen and (max-width: 812px) {
  .fh5co-project > a:hover img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
#fh5co-about {
	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;
	background: #000033;
	width: 100%;
}
#fh5co-about .fh5co-2col {
  width: 50%;
}
@media screen and (max-width: 1200px) {
  #fh5co-about .fh5co-2col {
    width: 100%;
  }
}
#fh5co-about .fh5co-text {
	padding: 2em 6em;
	text-align: left;
	background: #000033;
}
@media screen and (max-width: 1200px) {
  #fh5co-about .fh5co-text {
    padding: 1em;
  }
}
#fh5co-about .fh5co-text .btn {
  color: #fff;
}
#fh5co-about .fh5co-text .heading {
	margin-bottom: 20px;
	color: #fff;
	position: relative;
	padding-bottom: 30px;
	text-align: center;
	font-family: 'Lustria', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 36px;
	margin-top: 20px;
}
#fh5co-about .fh5co-text .heading:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 40px;
  height: 2px;
  left: 50%;
  background: #fb6e14;
  margin-left: -20px;
}
#fh5co-about .fh5co-text p {
	line-height: 2.2;
	color: #FFFFFF;
	font-size: 16px;
}
#fh5co-about .fh5co-text p span.firstcharacter {
  float: left;
  color: #903;
  font-size: 75px;
  line-height: 60px;
  padding-top: 4px;
  padding-right: 10px;
  padding-left: 3px;
  font-style: italic;
  top: -20px;
  position: relative;
  color: #fff;
  font-family: "Playfair Display", serif;
}
#fh5co-about .fh5co-bg {
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1200px) {
  #fh5co-about .fh5co-bg {
    width: 100%;
    min-height: 500px;
  }
}
@media screen and (max-width: 812px) {
  #fh5co-about .fh5co-bg {
    width: 100%;
    min-height: 300px;
  }
}
#fh5co-featured {
	padding: 7em 0;
	background-color: #00002D;
}
@media screen and (max-width: 812px) {
  #fh5co-featured {
    padding: 0;
  }
}
#fh5co-featured .fh5co-heading .heading {
  position: relative;
  padding-top: 30px !important;
  color: #fff;
}
#fh5co-featured .fh5co-heading .heading:before, #fh5co-featured .fh5co-heading .heading::before {
  height: 64px;
  width: 64px;
  position: absolute;
  content: "";
  background: url(../images/0103-served-plate_64.png) no-repeat;
  top: 0;
  left: 50%;
  margin-top: -50px;
  margin-left: -32px;
}
#fh5co-featured .fh5co-heading .sub-heading {
	color: #FFFFFF;
}
#fh5co-featured .fh5co-grid {
  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;
}
#fh5co-featured .fh5co-grid h2 {
	font-size: 20px;
	margin-bottom: 0;
	padding-bottom: 20px;
	font-weight: 600;
	font-family: 'Lustria', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	padding-top: 20px;
}
#fh5co-featured .fh5co-grid p {
	line-height: 2.5;
	font-size: 16px;
	color: #222;
}
#fh5co-featured .fh5co-grid .pricing {
  font-size: 40px;
  display: block;
  padding-top: 20px;
}
#fh5co-featured .fh5co-grid .pricing:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 2px;
  left: 50%;
  margin-left: -20px;
  background: #fb6e14;
}
#fh5co-featured .fh5co-grid .arrow-left:before, #fh5co-featured .fh5co-grid .arrow-left::before {
  content: "";
  position: absolute;
  z-index: 999;
  top: 50px;
  left: 0;
  margin-left: -15px;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-right: 15px solid #f5f5f5;
}
@media screen and (max-width: 812px) {
  #fh5co-featured .fh5co-grid .arrow-left:before, #fh5co-featured .fh5co-grid .arrow-left::before {
    right: auto !important;
    left: 15px !important;
    top: 0 !important;
    margin-top: -15px !important;
    margin-left: 0px !important;
    border-top: none !important;
    border-left: 15px solid transparent !important;
    border-right: 15px solid transparent !important;
    border-bottom: 15px solid #f5f5f5 !important;
  }
}
#fh5co-featured .fh5co-grid .arrow-right:before, #fh5co-featured .fh5co-grid .arrow-right::before {
  content: "";
  position: absolute;
  z-index: 999;
  top: 50px;
  right: 0;
  margin-right: -15px;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #f5f5f5;
}
@media screen and (max-width: 992px) {
  #fh5co-featured .fh5co-grid .arrow-right:before, #fh5co-featured .fh5co-grid .arrow-right::before {
    right: auto !important;
    left: 0 !important;
    margin-left: -15px !important;
    border-left: none !important;
    border-right: 15px solid #f5f5f5 !important;
  }
}
@media screen and (max-width: 812px) {
  #fh5co-featured .fh5co-grid .arrow-right:before, #fh5co-featured .fh5co-grid .arrow-right::before {
    right: auto !important;
    left: 15px !important;
    top: 0 !important;
    margin-top: -15px !important;
    margin-left: 0px !important;
    border-top: none !important;
    border-left: 15px solid transparent !important;
    border-right: 15px solid transparent !important;
    border-bottom: 15px solid #f5f5f5 !important;
  }
}
#fh5co-featured .fh5co-grid > .fh5co-v-half {
	width: 50%;
	position: relative;
	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;
}
@media screen and (max-width: 992px) {
  #fh5co-featured .fh5co-grid > .fh5co-v-half {
    width: 100%;
  }
}
#fh5co-featured .fh5co-grid > .fh5co-v-half .fh5co-text {
  background: #f5f5f5;
}
#fh5co-featured .fh5co-grid > .fh5co-v-half .fh5co-special-1 {
  background: #faebcd;
}
#fh5co-featured .fh5co-grid > .fh5co-v-half .fh5co-special-1.arrow-left:before, #fh5co-featured .fh5co-grid > .fh5co-v-half .fh5co-special-1.arrow-left::before {
  border-right: 15px solid #faebcd;
}
@media screen and (max-width: 812px) {
  #fh5co-featured .fh5co-grid > .fh5co-v-half .fh5co-special-1.arrow-left:before, #fh5co-featured .fh5co-grid > .fh5co-v-half .fh5co-special-1.arrow-left::before {
    border-left: 15px solid transparent !important;
    border-right: 15px solid transparent !important;
    border-bottom: 15px solid #faebcd !important;
  }
}
#fh5co-featured .fh5co-grid > .fh5co-v-half > .fh5co-v-col-2 {
  width: 50%;
  padding: 20px;
  position: relative;
}
#fh5co-featured .fh5co-grid > .fh5co-v-half > .fh5co-v-col-2.fh5co-bg-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 812px) {
  #fh5co-featured .fh5co-grid > .fh5co-v-half > .fh5co-v-col-2.fh5co-bg-img {
    height: 200px;
  }
}
@media screen and (max-width: 812px) {
  #fh5co-featured .fh5co-grid > .fh5co-v-half > .fh5co-v-col-2 {
    width: 100%;
  }
}
#fh5co-featured .fh5co-grid > .fh5co-v-half > .fh5co-h-row-2 {
  width: 100%;
  position: relative;
  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;
}
#fh5co-featured .fh5co-grid > .fh5co-v-half > .fh5co-h-row-2 > .fh5co-v-col-2 {
  width: 50%;
  position: relative;
  padding: 20px;
}
@media screen and (max-width: 812px) {
  #fh5co-featured .fh5co-grid > .fh5co-v-half > .fh5co-h-row-2 > .fh5co-v-col-2 {
    width: 100%;
  }
}
#fh5co-featured .fh5co-grid > .fh5co-v-half > .fh5co-h-row-2 > .fh5co-v-col-2.fh5co-bg-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (max-width: 812px) {
  #fh5co-featured .fh5co-grid > .fh5co-v-half > .fh5co-h-row-2 > .fh5co-v-col-2.fh5co-bg-img {
    height: 200px;
  }
}
#fh5co-featured .fh5co-grid > .fh5co-v-half > .fh5co-h-row-2.fh5co-reversed .fh5co-bg-img {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
}
@media screen and (max-width: 992px) {
  #fh5co-featured .fh5co-grid > .fh5co-v-half > .fh5co-h-row-2.fh5co-reversed .fh5co-bg-img {
    position: relative;
    right: inherit;
    top: inherit;
    bottom: inherit;
  }
}
#fh5co-counter {
	color: #000;
}
.margin40 {
	margin-bottom: 40px;
}
a.btn_02 {
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #000;
	box-sizing: border-box;
	width: 100%;
	height: 50px;
	padding: 0 6% 0 12%;
	color: #fff;
	font-size: 16px;
	text-align: left;
	text-decoration: none;
	position: relative;
	transition-duration: 0.2s;
	background-color: #000000;
}
a.btn_02:hover {
  background: #333333;
  color: #fff;
}
a.btn_02:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 8px;
  border-color: transparent transparent transparent #C70A51;
  position: absolute;
  top: 50%;
  left: 6%;
  margin-top: -7px;
}
a.btn_02:hover:before {
  border-color: transparent transparent transparent #fff;
}


#fh5co-featured .fh5co-heading p {
	color: #FFF;
}
#fh5co-featured .fh5co-heading h2 {
	color: #FFF;
}
/* footer */

footer {
	margin-top: 0px;
	padding: 65px 0;
	color: #aaabab;

}
.footer-bottom {
	padding: 5px 0;
	color: #fff;
	background-color: #000033;
}
.footer-bottom a {
	float: left;
	clear: both;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer, footer a, .footer-bottom a {
	color: #000000;
}
.footer-bottom a {
	float: right;
	margin-left: 0px;
}
footer a:hover {
	color: #ef8829;
}
footer h5 {
	font-size: 14px;
	color: #fff;
	line-height: 25px;
	font-weight: 600;
}
footer ul {
	margin: 15px 0 0;
	padding: 0;
	list-style-type: none;
}
footer ul li {
	padding: 1px 0;
	font-size: 12px;
	text-align: left;
}
@media screen and (max-width: 480px) {
footer ul li {
	padding: 5px 0;
	text-align:center;
}
}
.copyright a{
	color:#fff;
	}

/* CSS for Footer-Top CMS start */
.footer-top-cms {
	display: inline-block;
	width: 100%;
	color: #aaabab;
	border-bottom: 1px solid #808080;
	padding: 0 0 45px;
	margin: 0 0 30px 0;
}
.footer-logo {
	float: left;
}
.footer-desc {
	width: 710px;
	display: inline-block;
	margin: 0 0 0 50px;
}
.newslatter input {
    height: 48px;
    width: 390px !important;
    border-color: #808080 ;
    border-right: 0 none;
}
.newslatter .btn.btn-large.btn-primary {
    padding: 12px 28px;
	font-size:18px;
}
.footer-social {
	display: inline-block;
	margin: 0 auto;
	color: #C59D80;


}
.newslatter h5,.footer-social h5 {
	margin: 0 0 10px;
}
.footer-social ul {
	padding: 0;
	margin: 0;
}
.footer-social li {
	float: left;
	list-style-type: none;
	margin: 0 20px 0 0;
	font-size:64px;
}
.footer-social li a {
	height: 54px;
	width: 54px;
	display: block;
	text-align: center;
	line-height: 50px;
	color: #C59D80;
}
.footer-social li a:hover {
	color: #666666;
}
.footer-social li a .fa{
	font-size:42px;
}
/* CSS for Footer-Top CMS end */

/* CSS for Footer-Top CMS start */
.footer-bottom-cms {
	float: right;
	width: auto;
	margin: 9px 0 0;
}
.footer-bottom .copyright {
	margin: 10px 0px;
	font-size: 12px;
}
/* CSS for Footer-Top CMS end */

/* CSS for Footer-Bottom CMS start */

.footer-payment ul {
	margin: 0;
	padding: 0;
}
.footer-payment li {
	float: left;
	margin: 0 5px 0 0;
	list-style-type: none;
}
.footer-payment li:last-child {
	margin: 0;
}
/* CSS for Footer-Bottom CMS end */

/* CSS for Footer-Right CMS start */
.footer-contact ul {
	margin: 0;
	padding: 0;
}
.footer-contact ul li {
	list-style-type: none;
	padding: 0 20px
}
.footer-contact .fa {
	margin: 0 5px 0 0;
	float: left;
	clear: both;
	text-align:center;
	line-height: 20px;
	width: 15px;
}
.footer-contact .fa.fa-mobile {
	font-size: 18px;
}
.footer-contact .fa.fa-map-marker {
	font-size: 15px;
}
.footer-contact .fa.fa-envelope {
	font-size: 11px;
}
.footer-contact span {
	float: left;
}
/* CSS for Footer-Right CMS end */
/* 
 * 	Responsive CSS FooterFile
 *	v1.0
 */


@media only screen and (min-width: 980px) and (max-width: 1199px) {
/* Footer */
.footer-desc {
	width: 460px;
}
}
@media (max-width: 979px) {

/* Footer */

.footer-logo, .footer-social {
	float: none;
	display: inline-block;
}
.footer-desc {
	width: 100%;
	display: inline-block;
	margin: 20px 0;
}
.footer-title {
	position: relative;
	cursor: pointer;
	margin: 0;
}
footer .ul-wrapper {
	display: none;
	margin: 5px 0 20px;
}
.newslatter .input-group {
	display: inline;
}
.newslatter .input-group .form-control {
	border-right: 1px solid;
	width: 100% !important;
}
.newslatter .btn.btn-large.btn-primary {
	margin: 20px 0 30px;
}
.toggle_div {
	width: 100%;
	display: block;
	margin: -25px 0 0;
	z-index: 999;
	padding: 10px 0;
	position: relative;
}
.toggle .toggle_div:before {
	font-family: "FontAwesome";
	content: '\f055';
	font-size: 22px;
	padding: 0;
	position: absolute;
	right: 0;
	top: 6px;
	color: #fff;
}
.toggle.active .toggle_div:before {
	font-family: "FontAwesome";
	content: '\f056';
	font-size: 22px;
	padding: 0;
	position: absolute;
	right: 0;
	top: 6px;
	color: #fff;
}

.cart .input-group .form-control.quantity {
	width: 83px;
	text-align: center;
}
.cart .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
	margin-left: 0;
}
.footer-block {
	margin: 10px 0;
	width: 100%;
}
#commentform input {
	width: auto;
}
#commentform label {
	margin: 0 0px 20px;
	width: 100px;
}
#comment {
	max-width: 100%;
}
.form-submit {
	margin-top: 20px;
}
}


 @media (max-width: 479px) {
.footer-bottom .copyright, .footer-bottom-cms {
	float: none;
	display: inline-block;
	width: 100%;
	text-align: center;
}
.footer-bottom-cms {
	margin: 10px 0 0;
}
.footer-bottom a {
	float: none;
}
.footer-payment li {
	float: none;
	display: inline-block;
	margin: 0 5px 5px 0;
}

}
#fh5co-staff p {
	font-size: 18px;
	line-height: 2;
	font-family: 'Zen Old Mincho', serif;
}
#fh5co-counter h3 {
	font-family: 'Lato', "sans-serif !important;";
	font-size: 36px;
	color: #FFF;
}
#fh5co-staff h3 {
	font-size: 24px;
	font-family: 'Zen Old Mincho', serif;
}
.pad30 {
	padding: 80px 0 0 0;
}
.borderbox {
	background-color: #F2F2F2;
	border: 1px solid #EBEBEB;
	padding: 20px;
}

#fh5co-menus {
  padding: 7em 0;
}
@media screen and (max-width: 812px) {
  #fh5co-menus {
    padding: 5em 0;
  }
}
#fh5co-menus .fh5co-heading .heading {
  position: relative;
  padding-top: 30px !important;
}
#fh5co-menus .fh5co-heading .heading:before, #fh5co-menus .fh5co-heading .heading::before {
  height: 64px;
  width: 64px;
  position: absolute;
  content: "";
  background: url(../images/0401-vegan.png) no-repeat;
  top: 0;
  left: 50%;
  margin-top: -50px;
  margin-left: -32px;
}
#fh5co-menus .fh5co-heading .sub-heading {
  color: #a99c92;
}
#fh5co-menus .fh5co-food-menu {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
@media screen and (max-width: 812px) {
  #fh5co-menus .fh5co-food-menu {
    margin-bottom: 30px;
    float: left;
    width: 100%;
    clear: none !important;
  }
}
#fh5co-menus .fh5co-food-menu h2 {
	margin-bottom: 50px;
	position: relative;
}
#fh5co-menus .fh5co-food-menu h2.fh5co-drinks {
	padding-left: 0px;
	font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#fh5co-menus .fh5co-food-menu h2.fh5co-drinks:before {
  background: url(../images/0301-pina-colada.png) no-repeat;
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  width: 64px;
  height: 64px;
}
#fh5co-menus .fh5co-food-menu h2.fh5co-dishes {
	padding-left: 0px;
}
#fh5co-menus .fh5co-food-menu h2.fh5co-dishes:before {
  background: url(../images/0302-steak.png) no-repeat;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 64px;
  height: 45px;
}
#fh5co-menus .fh5co-food-menu ul {
  padding: 0;
  margin: 0;
}
#fh5co-menus .fh5co-food-menu ul li {
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
  border-bottom: 1px dotted #ccc;
  display: block;
  float: left;
  width: 100%;
}
#fh5co-menus .fh5co-food-menu ul li .fh5co-food-desc {
	clear: both;
	float: left;
	width: 100%;
	line-height: 2;
}
#fh5co-menus .fh5co-food-menu ul li .fh5co-food-desc > figure {
  width: 20%;
  float: left;
  position: relative;
  margin-right: 4%;
}
#fh5co-menus .fh5co-food-menu ul li .fh5co-food-desc > figure img {
  max-width: 100%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 0;
}
#fh5co-menus .fh5co-food-menu ul li .fh5co-food-desc > div {
  width: 75%;
  float: left;
  position: relative;
  font-size: 14px;
  line-height: 1.5;
}
#fh5co-menus .fh5co-food-menu ul li .fh5co-food-desc > div p {
	margin: 0;
	font-size: 16px;
	line-height: 2.2;
}
#fh5co-menus .fh5co-food-menu ul li .fh5co-food-desc > div h3 {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 22px;
	color: #000;
	font-family: 'Zen Old Mincho', serif;
}
#fh5co-menus .fh5co-food-menu ul li .fh5co-food-pricing {
  float: right;
  width: 20%;
  text-align: right;
  font-size: 20px;
  color: #fb6e14;
}
.sam13 a { display:block;
width: 100%; /* 横幅 */
background-color:#ffffff;
border:1px solid #00171F;
padding:10px; /* a要素内の余白 */
margin-bottom:40px;
}

 /* 以下マウスを載せたときのスタイル */
.sam13 a:hover { background-color: #EADDCC; }
.search-result .thumbnail { border: none; margin:0; padding:0;}
.search-result {
	padding: 10px 0;

}
.search-result .col-md-2 { border-right: 1px dotted #ccc; min-height: 140px; }
.search-result ul { padding-left: 0 !important; list-style: none;  }
.search-result ul li { font: 400 normal .85em ;  line-height: 30px; }
.search-result ul li i { padding-right: 5px; }
.search-result .col-md-7 { position: relative; }
.search-result h3 {
	font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	font-weight: 600;
	margin: 0;
	padding: 0;
	text-align: center;
line-height: 1.5;
height: 3rem;
padding-top: 0.6em;


}
@media screen and (max-width: 480px) {
.search-result h3 {
font-size: 9px;
padding-top:10px;
}

}
.search-result h3 > a, .search-result i { color: #248dc1 !important; }
.search-result p {
	font-size: 16px;
	margin-bottom: 0px;
} 
.search-result span.border { display: block; width: 97%; margin: 0 15px; border-bottom: 1px dotted #ccc; }
#breadcrumb {
	background-color: #000033;

}

.breadcrumb {
	list-style: none;
	background-color: #000033;
	border-radius: 0px;
	padding: 3px 10px;
	margin-bottom: 0;
	font-size: 12px;
}

.breadcrumb li {
   text-transform:uppercase;
   font-weight:500;
   color:#FFF;
}.breadcrumb li a {
	color: #C90;
}
#heading-breadcrumbs {
	
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	height: 924px;
}
@media screen and (max-width: 1280px) {
#heading-breadcrumbs {
	
	height: 524px;
}
}
@media screen and (max-width: 1080px) {
#heading-breadcrumbs {
	
	height: 524px;
}
}
@media screen and (max-width: 480px) {
  #heading-breadcrumbs {
  
background-position:center top;
		height:320px;
		background-size:contain;
  }
}
.fh5co-headings {
  margin-bottom: 2em;
}
.fh5co-headings h1 {
	font-size: 36px;
	margin-bottom: 20px;
	line-height: 1.5;
	color: #000;
	position: relative;
	color: #FFFFFF;
	padding-top: 7em;
}
@media screen and (max-width: 480px) {
.fh5co-headings h1 {
	font-size: 24px;
	padding-top: 6em;
}
}
.fh5co-headings p {
	color: #FFF;
}
#fh5co-type {
  padding: 5em 0;
  background-color: transparent;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}
@media screen and (max-width: 480px) {

#fh5co-type {
  padding: 0.5em 0;
}
}
#fh5co-type > .fh5co-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9;
}
#fh5co-type > .container {
  z-index: 10;
  position: relative;
}
#fh5co-type .fh5co-type {
  float: left;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 812px) {
  #fh5co-type .fh5co-type {
    margin-bottom: 30px;
  }
}
#fh5co-type h3 {
	margin-bottom: 30px;
	color: #fff;
	font-size: 24px;
	text-align: center;
	padding-top: 50px;
	font-family: 'Zen Old Mincho', serif;
	font-weight: 600;
}
#fh5co-type h3.with-icon {
  position: relative;
}
#fh5co-type h3.with-icon:before, #fh5co-type h3.with-icon::before {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -54px;
  margin-top: -125px;
  width: 104px;
  height: 104px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
#fh5co-type h3.with-icon.icon-1:before, #fh5co-type h3.with-icon.icon-1::before {
  background: url(../images/type-1.png) no-repeat center center;
}
#fh5co-type h3.with-icon.icon-2:before, #fh5co-type h3.with-icon.icon-2::before {
  background: url(../images/type-2.png) no-repeat center center;
}
#fh5co-type h3.with-icon.icon-3:before, #fh5co-type h3.with-icon.icon-3::before {
  background: url(../images/type-3.png) no-repeat center center;
}
#fh5co-type h3.with-icon.icon-4:before, #fh5co-type h3.with-icon.icon-4::before {
  background: url(../images/type-4.png) no-repeat center center;
}
#fh5co-type p {
	color: #000000;
}
@media screen and (max-width: 480px) {
#fh5co-type p {
	color: #000000;
	padding:0 3em;
	font-size:12px;
	text-align:center;
}
}
.under-wrapper li {
	display: inline;
}
.under-wrapper li {
      border-left: 1px solid #333;
      border-right: 1px solid #333;
    }
.under-wrapper li+ li {
      border-left: 0;
      border-right: 1px solid #333;
    }
.footer-block {
	padding: 10px 0;
}
.info {
	font-size: 14px;
}
.fh5co-food-desc div h3 span {
	font-size: 14px;
	display: block;
	padding-top: 10px;
}
.fixed-top {
	position: fixed;
}
.wrap {
  width: 812px;
  margin: 0 auto;
}
.text {
  margin: 2em 0 0;
  text-align: center;
  font-size: 80px;
}

.text-move {
  display: inline-block;
  opacity: 0;;
  will-change: transform;
}
.text-move:nth-child(odd) {
  transform: translate3d(30px,-50px,0) rotateY(45deg) skewX(-35deg);
}
.text-move:nth-child(even) {
  transform: translate3d(-30px,50px,0) rotateY(45deg) skewX(-35deg);
}

.text.active .text-move:nth-child(1) {
  transform: translate3d(0,0,0) rotateY(0deg) skewX(0deg);
  transition: transform 1s 1.07s cubic-bezier(.08,.92,.35,1),opacity 1s 1.17s;
}
.text.active .text-move:nth-child(2) {
  transform: translate3d(0,0,0) rotateY(0deg) skewX(0deg);
  transition: transform 1s 1.14s cubic-bezier(.08,.92,.35,1),opacity 1s 1.24s;
}
.text.active .text-move:nth-child(3) {
  transform: translate3d(0,0,0) rotateY(0deg) skewX(0deg);
  transition: transform 1s 1.21s cubic-bezier(.08,.92,.35,1),opacity 1s 1.31s;
}
.text.active .text-move:nth-child(4) {
  transform: translate3d(0,0,0) rotateY(0deg) skewX(0deg);
  transition: transform 1s 1.28s cubic-bezier(.08,.92,.35,1),opacity 1s 1.38s;
}
.text.active .text-move:nth-child(5) {
  transform: translate3d(0,0,0) rotateY(0deg) skewX(0deg);
  transition: transform 1s 1.35s cubic-bezier(.08,.92,.35,1),opacity 1s 1.45s;
}
.text.active .text-move:nth-child(6) {
  transform: translate3d(0,0,0) rotateY(0deg) skewX(0deg);
  transition: transform 1s 1.42s cubic-bezier(.08,.92,.35,1),opacity 1s 1.52s;
}
.text.active .text-move:nth-child(7) {
  transform: translate3d(0,0,0) rotateY(0deg) skewX(0deg);
  transition: transform 1s 1.49s cubic-bezier(.08,.92,.35,1),opacity 1s 1.59s;
}
.text.active .text-move:nth-child(8) {
  transform: translate3d(0,0,0) rotateY(0deg) skewX(0deg);
  transition: transform 1s 1.56s cubic-bezier(.08,.92,.35,1),opacity 1s 1.66s;
}
.text.active .text-move:nth-child(9) {
  transform: translate3d(0,0,0) rotateY(0deg) skewX(0deg);
  transition: transform 1s 1.63s cubic-bezier(.08,.92,.35,1),opacity 1s 1.73s;
}
.text.active .text-move:nth-child(10) {
  transform: translate3d(0,0,0) rotateY(0deg) skewX(0deg);
  transition: transform 1s 1.7s cubic-bezier(.08,.92,.35,1),opacity 1s 1.8s;
}
.text.active .text-move:nth-child(11) {
  transform: translate3d(0,0,0) rotateY(0deg) skewX(0deg);
  transition: transform 1s 1.7s cubic-bezier(.08,.92,.35,1),opacity 1s 1.87s;
}
.text.active .text-move:nth-child(12) {
  transform: translate3d(0,0,0) rotateY(0deg) skewX(0deg);
  transition: transform 1s 1.7s cubic-bezier(.08,.92,.35,1),opacity 1s 1.94s;
}
.text.active .text-move:nth-child(13) {
  transform: translate3d(0,0,0) rotateY(0deg) skewX(0deg);
  transition: transform 1s 1.7s cubic-bezier(.08,.92,.35,1),opacity 1s 2.01s;
}
.text.active .text-move {
  opacity: 1;
  transform: translate(0);
}

 @media screen and (max-width:640px){
  .wrap {
    width: 100%;
  }
  .text-move {
    font-size: 8vw;
  }
}


.fh5co-cta {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-attachment: scroll;
	padding: 7em 0;
	position: relative;
	height:300px;
	
}
@media screen and (max-width: 812px) {
  .fh5co-cta {
    padding: 7em 0;
	height:150px;
  }
}
.fh5co-cta .overlay {
  background: rgba(0, 0, 0, 0.7);
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  position: absolute;
  z-index: 1;
}
.fh5co-cta .container {
  position: relative;
  z-index: 2;
}
.fh5co-cta p, .fh5co-cta h3 {
  color: #fff;
}
.fh5co-cta p:last-child {
  margin-bottom: 0;
}
.fh5co-cta .btn {
  color: #fff;
}
.head_test {
	margin: 0;             /* デフォルトCSS打ち消し */
	position: relative;    /* 位置調整 */
	font-weight: 600;   /* 文字の太さ調整 */
	margin-bottom: 30px;    /* 周りの余白指定 */
	font-size: 36px;       /* 文字サイズ指定 */
	color: #C59D80;
	font-family: 'Fahkwang', sans-serif;
	text-align: center;
	line-height:1.2em;
/* 線指定 */
}
/*@media screen and (max-width: 480px) {
.head_test {
	text-align:left;
}
}*/
.head_testt {
	margin: 0;             /* デフォルトCSS打ち消し */
	position: relative;    /* 位置調整 */
	font-weight: normal;   /* 文字の太さ調整 */
	margin-bottom: 10px;    /* 周りの余白指定 */
	font-size: 36px;       /* 文字サイズ指定 */
	color: #C59D80;
/* 線指定 */
}
.head_testt span {
	display: block;
	font-size: 24px;    /* 文字サイズ指定 */
	font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media screen and (max-width: 480px) {
.head_test {
	font-size: 26px;       /* 文字サイズ指定 */
}
.head_testt {
	font-size: 26px;       /* 文字サイズ指定 */
}

.head_testt span {
	display:block; font-size:24px;      /* 文字サイズ指定 */
}

}
.head_test-point {
	font-size: 14px;        /* 文字サイズ指定 */
	margin-left: 10px;  /* 周りの余白指定 */
	display: block;
	text-align: right;
	text-decoration: underline;
	text-decoration-color: #000;
	color: #000;
}
#fh5co-counter p {
	border-bottom-color: #3F3F3F;
	padding-bottom: 10px;
}
.slider{
    margin: 100px auto;
    width: 100%;
	padding:0;
}
@media screen and (max-width: 480px) {
.slider{
    width: 90%;
}
}
.slider img{
    height: auto;
    width: 100%;
}
/*slick setting*/
.slick-prev:before,
.slick-next:before {
    color: #000;
}.slider li {
	padding: 0 20px;
	list-style-type: none;
}
.v_line_fix {
  margin: 0 auto;
  width: 1px;
  height: 50px;
  background-color: #000;
}


#fh5co-project {
	background: linear-gradient(180deg, #ffffff 0%, #ffffff 33%, #EAEBEB 10%, #EAEBEB 100%);
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: 5em 0 2em 0;
}
@media screen and (max-width: 480px) {
#fh5co-project {
	background: linear-gradient(180deg, #ffffff 0%, #ffffff 12%, #EAEBEB 10%, #EAEBEB 100%);
}
}

.fh5co-projecta {
	background: linear-gradient(180deg, #ffffff 0%, #ffffff 26%, #EAEBEB 10%, #EAEBEB 100%);
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: 5em 0 2em 0;
}
@media screen and (max-width: 480px) {
.fh5co-projecta {
	background: linear-gradient(180deg, #ffffff 0%, #ffffff 10%, #EAEBEB 10%, #EAEBEB 100%);
	
}
}


.fh5co-projectacon {
	background: linear-gradient(180deg, #ffffff 0%, #ffffff 26%, #EAEBEB 10%, #EAEBEB 100%);

	justify-content: center;
	align-items: center;
	padding: 5em 0 2em 0;
}

.btn-flat-simple {
	position: relative;
	display: inline-block;
	padding: 0.25em 0.5em;
	text-decoration: none;
	color: #ffffff;
	background: #C8A97E;
	transition: .4s;
	font-size: 24px;
}

.btn-flat-simple:hover {
  background: #654630;
  color: #ffffff;
}
.fonttel {
	font-size: 36px;
	line-height: 1.2em;
}
.fh5co-sns {
	padding: 1em 0;
}
.arrow {
	position: relative;
	padding-right: 25px;
	width: 35%;
}
@media screen and (max-width: 480px) {
.arrow {
	width: 60%;
}

}
.arrow:before {
  position: absolute;
  content: '';
  bottom: -3px;
  right: 0;
  width: 0;
  height: 0;
  border: none;
  border-right: solid 10px transparent;
  border-bottom: solid 10px #000000;
}
.arrow:after {
  position: absolute;
  content: '';
  bottom: -3px;
  right: 10px;
  width: 100%;
  border-bottom: solid 1px #000000;
}

.rightnews {
	margin: 0 0 0 auto;
	padding-top: 1em;
}
.arrownews {
	position: relative;
	padding-left: 25px;
	width: 10%;
}

@media screen and (max-width: 1080px) {
.arrownews {
	width: 15%;
}

}
@media screen and (max-width: 480px) {
.arrownews {
	width: 40%;
}

}
.arrownews:before {
  position: absolute;
  content: '';
  bottom: -3px;
  right: 0;
  width: 0;
  height: 0;
  border: none;
  border-right: solid 10px transparent;
  border-bottom: solid 10px #000000;
}
.arrownews:after {
  position: absolute;
  content: '';
  bottom: -3px;
  right: 10px;
  width: 100%;
  border-bottom: solid 1px #000000;
}
.example {/*親div*/
  position: relative;/*相対配置*/
  }

.example p {
	position: absolute;/*絶対配置*/
	color: #C8A97E;/*文字は白に*/
	top: -73px;
	left: 60px;
	font-size: 36px;
  }

.example img {
  width: 100%;
  }
	.toggleButton{
		border:1px solid #000;
		padding:2px;
		text-align:center;
		width:20%;
		margin:30px auto 0;
		position:relative;
	}
	.toggleButton.down:before{
		content:"";
		width:12px;
		height:12px;
		border-bottom:2px solid #000;
		border-right:2px solid #000;
		transform:rotate(45deg);
		position:absolute;
		right:15px;
	}
	.toggleButton.up:before{
		content:"";
		width:12px;
		height:12px;
		border-top:2px solid #000;
		border-left:2px solid #000;
		transform:rotate(45deg);
		position:absolute;
		top:8px;
		right:15px;
	}
	.content{
		display:none;
		width:20%;
		margin:0 auto;
	}
	
.toggle_contents {
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	/*コレ*/margin: 0 0 -1px;  
	 margin: 0 0 -1px;    
}
.toggle_title {
	position: relative;
	padding: 15px;
	cursor: pointer;
	font-size: 22px;
	text-align: center;
	line-height: 1.4;
	font-weight:400;
}
.toggle_titleqa {
	position: relative;
	padding: 15px;
	cursor: pointer;
	font-size: 22px;
	text-align: left;
	line-height: 1.4;
	font-weight: normal;
}
@media screen and (max-width: 480px) {
.toggle_titleqa {
	font-size: 12px;
	padding: 10px;	
}
.toggle_title {
	font-size: 16px;
}


}

.toggle_btn {
	position: absolute;
	top: 50%;
	right: 100px;
	transform: translateY(-50%);
	display: block;
	width: 24px;
	height: 24px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	border-radius: 50%;
}
.toggle_btn:before, .toggle_btn:after {
	display: block;
	content: '';
	background-color: #000000;
	position: absolute;
	width: 30px;
	height: 1px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
@media screen and (max-width: 480px) {
.toggle_btn {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	display: block;
	width: 24px;
	height: 24px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	border-radius: 50%;
}

}

.toggle_btn:before {
	width: 1px;
	height: 30px;
}
.toggle_title.selected .toggle_btn:before {
	content: normal;
}
.toggle_contents dd {
	display: none;
}.pad3060 {
	padding: 30px 0 60px 0;
}
dl {
	margin: 0;
}

.row_table{
	border: 1px solid #000000;
	
}
.row_table th {

border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
}

.row_table td {
	border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
}

.row_table th {
	background: #C8A97E;
	color: #000000;
	padding: 5px;
	width: 25%;
  
}

.row_table td {
	padding: 5px;
	background-color: #F0E8DD;
}
.row_table td.price {
	padding: 5px;
	background-color: #ffffff;
	text-align: right;
	width: 20%;
}


@media screen and (max-width: 480px) {
.row_table th {
  background: #C8A97E;
  color: #fff;
  padding: 5px;
  display: block;
  width: 100%
}

.row_table td {
  background: #E9DCCB;
  padding: 5px;
  display: block;
  width: 100%;
}
.row_table th {
	width: 100%;
  
}


.row_table td.price {
	width: 100%;
}


}
.toggle_title .ttext {
	font-size: 16px;
	line-height: 2em;
	display: block;
	font-weight: normal;
}
@media screen and (max-width: 480px) {

.toggle_title .ttext {
	font-size: 10px;
	line-height: 2em;
	display: block;
}
}
.wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.wrap:not(:last-child) {
  margin-bottom: 80px;
}

.wrap:nth-child(even) {
  flex-direction: row-reverse;
}

.box {
  width: 48%;
}
.colorb {
	color: #C39C80;
	font-size: 26px;
	text-align:center;
}


.btn-circle-flat {
	display: inline-block;
	text-decoration: none;
	background: #C8A97E;
	color: #FFF;
	width: 120px;
	height: 120px;
	line-height: 120px;
	border-radius: 50%;
	text-align: center;
	overflow: hidden;
	transition: .4s;
}

.btn-circle-flat:hover {
	background-color: #694830;
}.f-item {
	padding: 10px 0;
}
@media screen and (max-width: 480px) {
.f-item {
	padding: 0;
}	
}
@media screen and (max-width: 480px) {
.btn-circle-flat {
  display: inline-block;
  text-decoration: none;
  background: #C59D80;
  color: #FFF;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 50%;
  text-align: center;
  overflow: hidden;
  transition: .4s;
  font-size:11px;
}	
}

.sbg {
	background-image: url(../images/sbgs.png);
	padding: 2em;
}
@media screen and (max-width: 480px) {
.sbg {
	padding: 1em;
}	
	.sbg p {
	font-size:9px;
}
}

/*.bgDivide {
	width: 100%;
	height: 100%;
	position: relative;
	background: #F3EBE6;
}

.bgDivide:before {
	top: 0;
	left: 50%;
	width: 50%;
	height: 100%;
	content: '';
	position: absolute;
	background: #fff;
}*/
.checkmark001{
	padding-left:24px;
	position:relative;
}
.checkmark001:before,
.checkmark001:after{
	content:"";
	display:block;
	position:absolute;
}
.checkmark001:before{
	width:16px;
	height:16px;
    	border:1px solid #C39C80;
	left:0;top:2px;
}
.checkmark001:after{
	border-left:2px solid #C39C80;
	border-bottom:2px solid #C39C80;
	width:18px;
	height:5px;
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
	left:3px;
	top:3px;
}


@media screen and (max-width: 480px) {
.head_test span {
	display: block;
}
}
.box2 li {
   text-indent: 0em;
   padding-left: 1em;
}
.toggle_titleqa span {
	text-align: right;
}
.padfive {
	padding-top: 5em;
}
.subject {
	text-align: left;  /* 文章を左寄せする(※) */
	float: left;     /* 左端に寄せて、後続を右側へ回り込ませる */
	margin: 0px;
	padding: 0px;
}
.date {
	text-align: right; /* 文章を右寄せする */
	margin: 0px;
	padding: 0px;
}.casebox {
	background-color: #EAEBEB;
	padding: 2em;
}
.newsbox {
	padding: 1em;
	margin-bottom: 1em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}
.head_test-wrap p {
	font-weight: 600;
	color: #F00;
	text-align: center;
}
.stitle {
	font-size: 18px;
	color: #FFF;
	background-color: #C59D80;
	text-align: center;
	padding: 0.5em 1em;
	display: inline-block;
}
figure {
	display: table;
}

figcaption {
	caption-side: bottom;
	display: table-caption;
	padding-left: 1em;
	line-height: 1.8em;
}
#fh5co-project p {
	font-weight: normal;
}
#fh5co-register p {
	font-weight: 600;
	font-family: 'Noto Sans JP', sans-serif;
	margin:0;
}
@media screen and (max-width: 480px) {
#fh5co-project p {
	font-size:12px;
	text-align:center;
}

}

#logo_loader {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 2501;
    background-color: #F5F5F5;
}
#logo_loader .f_logo {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
	width: 30%;
    text-align: center;
    color: #fff;
    font-size: 30px;
}
@media screen and (max-width: 480px) {
#logo_loader .f_logo {
	width: 100%;
	padding-left:1.5em;

}	
}

#logo_loader .f_logo img {
    width: 100%;
    height: auto;
}

#logo_loader .f_logo:before {
    content: "";
    display: block;
    width: 100%;
    height: 110%;
    background-color: #F5F5F5;
    position: absolute;
    top: 0;
    left: 100%;
    animation: loadLogo 1.5s;
}

@keyframes loadLogo {
  0% {
    left: 0;
  }
  50% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}
#logo_loader.open {
    animation: slideOut forwards 2s 2s;
}

@keyframes slideOut {
  0% {
    transform: translateX(0%);
  }
  50% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(100%);
  }
}
.box3{

  background:#C8A97E;
  border-radius:70px 0;
  padding:0.5em;
  text-align:center;
  margin-bottom:1em;
}
.box3 span {
	padding: 1em;
	color: #FFF;
	font-size: 14px;
}
.box4{

  background:#ffffff;
  border-radius:70px 0;
  padding:2em 0;
  text-align:center;
  margin-bottom:1em;
  border-bottom:none;
}
.box4 span {
	padding: 1em;
	color:#C59D80;
	font-size:18px;
	font-family: 'Noto Sans JP', sans-serif;
}

.box5{

  background:#000000;
  border-radius:70px 0;
  padding:1em;
  text-align:center;
  margin-bottom:1em;
}
.box5 span {
	padding: 1em;
	color:#FFF;
	font-size:18px;
		font-family: 'Noto Sans JP', sans-serif;

}
.colors {
	color: #000;
}
@media screen and (max-width: 480px) {

.colors {
	color: #fff;
}
}
.fonttel span {
	font-size: 14px;
	letter-spacing: 0.28em;
	display: block;
}
#fh5co-register ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#fh5co-register li {
	font-weight: 400;
	font-size:14px;
}
.right {
	margin: 0 0 0 auto;
	padding-top: 1em;
}
.f-container{
  flex-diretion: row; 
  justify-content: space-between;
}
.fh5co-widget {
	text-align: left;
	 
}
.fh5co-footer-links li a {
	text-align: left;
}
	
.sample-box-01 {
	display:inline-block;
    background-color: #e0dddd;
    margin: 10px 10px 10px 10px;
    border: 1px solid #afadad;
    border-radius: 5px;
    padding: 5px;
	text-align:center;
	margin:0 auto
}


    .parent {
    	text-align: center;
    }
    .child {
	display: inline-block;
	color: #FFF;
	background-color: #C8A97E;
	padding: 0.5em 8em;
	font-size: 18px;
    }
@media screen and (max-width: 480px) {
    .child {

	padding: 0.5em 2em;
	font-size: 16px;
    }	
	
	
	}
	
.dc h3 {
	font-size: 34px;
	line-height: 1;
	text-align: center;
	letter-spacing: 0.1em;
	margin: 0px;
	padding: 0px;
}
.dc h3 span {
	font-size: 24px;
	padding-right: 10px;
}
.docotorinner {
	padding: 16em 0 0 0;
}
.fontw {
	font-weight: 600;
}
.my-parts {
  padding: .1em .4em;
  margin: 0 0 1em;
  color: #000;
  border-bottom: solid .15em #DCDDDD;
  font-size: 24px;
  font-weight: bold;
  position: relative;
  text-align: left;
}
.my-parts::after {
  position: absolute;
  content: '';
  display: block;
  left: 0;
  bottom: -.125em ;
  border-bottom: .15em solid #C8A97E;
  width: 20%;
  height: 100%;
}
#fh5co-type  h2 {
	padding-top: 30px;
}
@media screen and (max-width: 480px) {
#fh5co-type  h2 {
	padding-top: 30px;
	text-align:center;
	font-size:24px;
}	
}

.colpad30 {
	padding: 60px 30px 0 30px;
}
.padbg60 {
	background-color: #F3EBE6;
	padding: 60px;
}
.padtop30{ padding-top:30px;}.entitle {
	font-family: 'Fahkwang', sans-serif;
}
.qa {
	font-family: 'Fahkwang', sans-serif;
	font-weight: 600;
	color: #939494;
}
.catch {
	padding-top:2em;
}
@media screen and (max-width: 480px) {

.catch {
	font-size:20px;
	padding-top:0;
}
.sptext {
	font-size:12px;
}

#fh5co-footer h3{
	margin-bottom:0;
	padding:0;
	font-size:16px;
	text-align:center;
	
}
.sppc{
	border-bottom: solid 1px #FFFFFF;
	margin-bottom:10px;
	}
.textl{
	text-align:left;
    float:left;
}
	
.textr{
	font-size:12px;
	text-align:right;
	font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:500;
	line-height:3;
}
}
.sp.menufont {
	font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
}
.fonttitle {
	font-family: 'Fahkwang', sans-serif;
}
.casebox h3 {
	font-size: 18px;
	text-align: center;
}
.casebox p {
	font-size: 14px;
}
.margin20 {
	margin-bottom: 20px;
}
.bottomborder {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	padding: 1em 0;
}
.topfix {
	position: fixed;
	clip: rect(0px,auto,auto,0px);
}
/***************************************************
 * Generated by SVG Artista on 2/25/2022, 9:48:58 AM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/

@-webkit-keyframes animate-svg-stroke-1 {
  0% {
    stroke-dashoffset: 2438.99169921875px;
    stroke-dasharray: 2438.99169921875px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2438.99169921875px;
  }
}

@keyframes animate-svg-stroke-1 {
  0% {
    stroke-dashoffset: 2438.99169921875px;
    stroke-dasharray: 2438.99169921875px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2438.99169921875px;
  }
}

@-webkit-keyframes animate-svg-fill-1 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

@keyframes animate-svg-fill-1 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

.svg-elem-1 {
  -webkit-animation: animate-svg-stroke-1 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both,
                       animate-svg-fill-1 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s both;
          animation: animate-svg-stroke-1 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both,
               animate-svg-fill-1 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s both;
}

@-webkit-keyframes animate-svg-stroke-2 {
  0% {
    stroke-dashoffset: 1356.8514404296875px;
    stroke-dasharray: 1356.8514404296875px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 1356.8514404296875px;
  }
}

@keyframes animate-svg-stroke-2 {
  0% {
    stroke-dashoffset: 1356.8514404296875px;
    stroke-dasharray: 1356.8514404296875px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 1356.8514404296875px;
  }
}

@-webkit-keyframes animate-svg-fill-2 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

@keyframes animate-svg-fill-2 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

.svg-elem-2 {
  -webkit-animation: animate-svg-stroke-2 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s both,
                       animate-svg-fill-2 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s both;
          animation: animate-svg-stroke-2 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s both,
               animate-svg-fill-2 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s both;
}

@-webkit-keyframes animate-svg-stroke-3 {
  0% {
    stroke-dashoffset: 7572.93017578125px;
    stroke-dasharray: 7572.93017578125px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 7572.93017578125px;
  }
}

@keyframes animate-svg-stroke-3 {
  0% {
    stroke-dashoffset: 7572.93017578125px;
    stroke-dasharray: 7572.93017578125px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 7572.93017578125px;
  }
}

@-webkit-keyframes animate-svg-fill-3 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

@keyframes animate-svg-fill-3 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

.svg-elem-3 {
  -webkit-animation: animate-svg-stroke-3 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s both,
                       animate-svg-fill-3 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
          animation: animate-svg-stroke-3 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s both,
               animate-svg-fill-3 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
}

@-webkit-keyframes animate-svg-stroke-4 {
  0% {
    stroke-dashoffset: 2808.408447265625px;
    stroke-dasharray: 2808.408447265625px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2808.408447265625px;
  }
}

@keyframes animate-svg-stroke-4 {
  0% {
    stroke-dashoffset: 2808.408447265625px;
    stroke-dasharray: 2808.408447265625px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2808.408447265625px;
  }
}

@-webkit-keyframes animate-svg-fill-4 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

@keyframes animate-svg-fill-4 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

.svg-elem-4 {
  -webkit-animation: animate-svg-stroke-4 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s both,
                       animate-svg-fill-4 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s both;
          animation: animate-svg-stroke-4 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s both,
               animate-svg-fill-4 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s both;
}

@-webkit-keyframes animate-svg-stroke-5 {
  0% {
    stroke-dashoffset: 1310.4576416015625px;
    stroke-dasharray: 1310.4576416015625px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 1310.4576416015625px;
  }
}

@keyframes animate-svg-stroke-5 {
  0% {
    stroke-dashoffset: 1310.4576416015625px;
    stroke-dasharray: 1310.4576416015625px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 1310.4576416015625px;
  }
}

@-webkit-keyframes animate-svg-fill-5 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

@keyframes animate-svg-fill-5 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

.svg-elem-5 {
  -webkit-animation: animate-svg-stroke-5 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s both,
                       animate-svg-fill-5 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2000000000000002s both;
          animation: animate-svg-stroke-5 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s both,
               animate-svg-fill-5 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2000000000000002s both;
}

@-webkit-keyframes animate-svg-stroke-6 {
  0% {
    stroke-dashoffset: 1310.456787109375px;
    stroke-dasharray: 1310.456787109375px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 1310.456787109375px;
  }
}

@keyframes animate-svg-stroke-6 {
  0% {
    stroke-dashoffset: 1310.456787109375px;
    stroke-dasharray: 1310.456787109375px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 1310.456787109375px;
  }
}

@-webkit-keyframes animate-svg-fill-6 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

@keyframes animate-svg-fill-6 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

.svg-elem-6 {
  -webkit-animation: animate-svg-stroke-6 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s both,
                       animate-svg-fill-6 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s both;
          animation: animate-svg-stroke-6 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s both,
               animate-svg-fill-6 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s both;
}

@-webkit-keyframes animate-svg-stroke-7 {
  0% {
    stroke-dashoffset: 2808.406494140625px;
    stroke-dasharray: 2808.406494140625px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2808.406494140625px;
  }
}

@keyframes animate-svg-stroke-7 {
  0% {
    stroke-dashoffset: 2808.406494140625px;
    stroke-dasharray: 2808.406494140625px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2808.406494140625px;
  }
}

@-webkit-keyframes animate-svg-fill-7 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

@keyframes animate-svg-fill-7 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

.svg-elem-7 {
  -webkit-animation: animate-svg-stroke-7 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.72s both,
                       animate-svg-fill-7 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4000000000000001s both;
          animation: animate-svg-stroke-7 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.72s both,
               animate-svg-fill-7 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4000000000000001s both;
}

@-webkit-keyframes animate-svg-stroke-8 {
  0% {
    stroke-dashoffset: 2546.275634765625px;
    stroke-dasharray: 2546.275634765625px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2546.275634765625px;
  }
}

@keyframes animate-svg-stroke-8 {
  0% {
    stroke-dashoffset: 2546.275634765625px;
    stroke-dasharray: 2546.275634765625px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2546.275634765625px;
  }
}

@-webkit-keyframes animate-svg-fill-8 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

@keyframes animate-svg-fill-8 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

.svg-elem-8 {
  -webkit-animation: animate-svg-stroke-8 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.84s both,
                       animate-svg-fill-8 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s both;
          animation: animate-svg-stroke-8 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.84s both,
               animate-svg-fill-8 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s both;
}

@-webkit-keyframes animate-svg-stroke-9 {
  0% {
    stroke-dashoffset: 2722.61865234375px;
    stroke-dasharray: 2722.61865234375px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2722.61865234375px;
  }
}

@keyframes animate-svg-stroke-9 {
  0% {
    stroke-dashoffset: 2722.61865234375px;
    stroke-dasharray: 2722.61865234375px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2722.61865234375px;
  }
}

@-webkit-keyframes animate-svg-fill-9 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

@keyframes animate-svg-fill-9 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

.svg-elem-9 {
  -webkit-animation: animate-svg-stroke-9 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.96s both,
                       animate-svg-fill-9 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s both;
          animation: animate-svg-stroke-9 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.96s both,
               animate-svg-fill-9 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s both;
}
@media screen and (max-width: 480px) {
.spmp {
	margin: 0px;
	padding: 0px;
}
}
.subnavimenu {
	display: flex; 
	justify-content: flex-end;
	 padding-top:2em;
	}
	@media screen and (max-width: 480px) {	
.top-menu .col-md-2 {
	padding-left: 0;
}
.top-menu .container {
	padding-left: 0;
}
#fh5co-project p span {
	display: block;
}
.splayout {
	text-align: center;
}
.splayoutb {
	padding-left: 2em;
}
.centerling { padding-left:0;}


}
/*2022/10追加CSS*/

a.btn-border {
  border: 2px solid #C3997F;
  border-radius: 0;
  background: #fff;

  -webkit-transform-style: preserve-3d;

  transform-style: preserve-3d;
}

a.btn-border:before {
  position: absolute;
  top: 0;
  left: 0;

  width: 5px;
  height: 100%;

  content: '';
  -webkit-transition: all .3s;
  transition: all .3s;

  background: #C8A97E;
}

a.btn-border:hover {
  color: #fff;
  background: #000;
}

a.btn-border:hover:before {
  background: #fff;
}
a.btn-borderr {
  border: 2px solid #C3997F;
  border-radius: 0;
  background: #fff;

  -webkit-transform-style: preserve-3d;

  transform-style: preserve-3d;
}

a.btn-borderr:before {
  position: absolute;
  top: 0;
  left: 0;

  width: 5px;
  height: 100%;

  content: '';
  -webkit-transition: all .3s;
  transition: all .3s;

  background: #C8A97E;
}

a.btn-borderr:hover {
  color: #fff;
  background: #000;
}

a.btn-border:hover:before {
  background: #fff;
}

.button03 a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 1em 2em;
  width: 300px;
  color: #2285b1;
  font-size: 18px;
  font-weight: 700;
  border: 2px solid #2285b1;
}

.button03 a::after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 3px solid #2285b1;
  border-right: 3px solid #2285b1;
  transform: rotate(45deg);
}

.button03 a:hover {
  color: #333333;
  text-decoration: none;
  background-color: #a0c4d3;
}

.button03 a:hover::after {
  border-top: 3px solid #333333;
  border-right: 3px solid #333333;
}
#flow {
  background: url(../img/bg01.jpg) no-repeat center;
  background-size: cover;
  padding: 9rem 0;
}

@media screen and (max-width: 768px) {
  #flow {
    background-size: auto 100%;
  }
}

#flow .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5rem;
  position: relative;
}

@media screen and (max-width: 768px) {
  #flow .list {
    margin-top: 7rem;
    display: block;
  }
}

#flow .list:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  top: 50%;
  background: #C8A97E;
  width: 100%;
  height: .4rem;
  margin-top: -.2rem;
}

@media screen and (max-width: 768px) {
  #flow .list:after {
    left: 50%;
    top: 0;
    margin: 0 0 0 -.2rem;
    width: .4rem;
    height: 100%;
  }
}

#flow .list li {
	position: relative;
	z-index: 2;
	background: #FFF;
	width: 22.65%;
	padding: 2rem;
	border: solid 1px #CCCCCC;
  }

@media screen and (max-width: 768px) {
  #flow .list li {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 4%;
  }
}

#flow .list li:not(:last-child) {
  margin-right: 3.133333333333335%;
}

@media screen and (max-width: 768px) {
  #flow .list li:not(:last-child) {
    margin: 0 0 10%;
  }
}



#flow .list li .img {
	margin: 0 auto;
}

@media screen and (max-width: 768px) {
  #flow .list li .img {
    width: 20%;
  }
}

#flow .list li .ttl {
	text-align: center;
	color: #C8A97E;
	font-size: 1.8rem;
	margin: 2rem 0;
	letter-spacing: 0.3em;
}

@media screen and (max-width: 768px) {
  #flow .list li .ttl {
    text-align: left;
    font-size: 2rem;
  }
}

#flow .list li .txt {
  font-size: 1.4rem;
  line-height: 1.7142857142857142;
}

@media screen and (max-width: 768px) {
  #flow .list li .txt {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 768px) {
  #flow .list li .boxs {
    width: 80%;
    padding-left: 4rem;
  }
}
/* ---------------------------------------------------------------------------- */
/* ------------------------------------Tabs------------------------------------ */
/* ---------------------------------------------------------------------------- */

/*.nav-tabs {
	border-bottom: 1px solid #ddd;
	background-color: #FFF;
}
.nav-tabs > li {
	float: left;
	margin-bottom: -1px;
}
.nav-tabs > li > a {
	margin-right: 0px;
	line-height: 1.42857;
	background-color: #ACACAC;
	color: #00428E;
	font-size: 12px;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	color: #555555;
	background-color: #fff;
	border-bottom-color: transparent;
	cursor: default;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{
	border-radius: 0;
	color: #fff;
	background-color: #00428E;
}
.nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
	border-radius: 0;
	color: #fff;
	background-color: #00428E;
}
.tab-content {
	padding: 25px;
	background-color: #FFFFFF;
}
.nav.nav-tabs .tabrright {
	float: right;
	text-align: right;
}
.tabrleft{
	position: relative;
	background: #00428E;
	width: 20%;
}
@media screen and (max-width:480px){
.tabrleft{
	width: 50%;
}
.nav-tabs li a {
font-size:14px;	
}
}

.tabrleft:after{
  content: "";
  position:absolute;
  top:0;
  right:0;
  width:0;
  height:0;
  /*border-color: transparent #fff transparent transparent;
  border-width: 0 45px 45px 0;*/
	/*border-right: solid 3em #fafcfc;
	border-bottom: solid 2.9em transparent;
}
@media screen and (max-width:480px){
.tabrleft:after{
	border-right: solid 3em #fafcfc;
	border-bottom: solid 2.6em transparent;
}

}
.tabrright{
	position: relative;
	background: #00428E;
	width: 20%;
}
@media screen and (max-width:480px){
.tabrright{
	width: 50%;
}

}
.tabrright:after{
position: absolute;
	content: '';
	left: 0;
	top: 0;
	border: none;
	border-left: solid 3em #fafcfc;
	border-bottom: solid 2.9em transparent;
}
@media screen and (max-width:480px){
.tabrright:after{
	border-left: solid 3em #fafcfc;
	border-bottom: solid 2.6em transparent;
}

}*/
#fh5co-pric {
	padding: 5em 0;
	clear: both;
	margin: 1em 0;
}
.fh5co-bg-section {
	background-image: url(../images/bg.png);
	background-repeat: repeat;
	background-position: 90% 0;
}
.madb60 {
	padding: 20px 0;
}
.cp_card {
	width: 100%;
	height: auto;
	position: relative;
	background: #ffffff;
	overflow: visible;
	margin: 0;
	padding: 0;
}
.cp_ribbon08 {
	line-height: 50px;
	position: absolute;
	top: 20px;
	left: -8px;
	width: 150px;
	height: 50px;
	padding-left: 15px;
	color: #FFF;
	background: #634A29;
}
.cp_ribbon08:before, .cp_ribbon08:after {
	position: absolute;
	content: '';
}
.cp_ribbon08:before {
	top: -8.5px;
	left: 0.1px;
	width: 0;
	height: 0;
	border-bottom: 9px solid #3D2E18;
	border-left: 9px solid transparent;
}
.cp_ribbon08:after {
	right: -14.5px;
	width: 0;
	height: 0;
	border-top: 25px solid transparent;
	border-bottom: 25px solid transparent;
	border-left: 15px solid #634A29;
}
.zig-zag {
	margin-bottom: 40px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	background-color: #FFF;
}


.zig-zag h2 {
	font-weight: 500;
}

.zig-zag-right {
      
}

.zig-zag-right p {
    text-align: right;

}

.zig-zag-right h2 {
    text-align: right;
}
.fh5co-headingre {
  margin-bottom: 5em;
}



.bgg {
  background: #000;
}

.sample_07 {
  font-size: 120%;
  position: relative;
  display: inline-block;
  padding: 0 40px;
}
.sample_07:before, .sample_07:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 35px;
  height: 2px;
  background-color: #999;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
.sample_07:before {
  left:0;
}
.sample_07:after {
  right: 0;
}
.fh5co-bg-sectionsbg {
	background-image: url(../images/bg.png);
	background-repeat: repeat;
}
#fh5co-types {
  padding: 5em 0;
  background-color: transparent;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}
@media screen and (max-width: 480px) {

#fh5co-types {
  padding: 0.5em 0;
}
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #634A29;
  background-color: #C8A97E;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

.tbl-r02 {
	border-collapse: separate;
	border-spacing: 10px;
}
.tbl-r02 th {
	padding: 20px;
	background-color: #F3F2F1;
	font-weight: 500;
	font-size: 16px;
}
.tbl-r02 td {
	padding: 20px;
	background-color: #F9F8F8;
	font-size: 16px;
}
 
@media screen and (max-width: 640px) {
  .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
  .tbl-r02 {
    width: 100%;
  }
  .tbl-r02 th,
  .tbl-r02 td {
　　border-bottom: none;
    display: block;
    width: 100%;
  }
}
.pad0 {
	padding: 0px;
}
.interview {
	padding: 3em;
}


.calendar {
	padding: 0 30px 30px 30px;
	border: 1px solid #999;
}
table .calendar {
  width: 100%;
}
.calendar th, td {
  text-align: center;
  padding: 10px;
}
.calendar th {
	font-weight: normal;
	font-size: 14px;
	border: 1px solid #CCC;
}
.calendar td {
	font-weight: bold;
	border: 1px solid #CCC;
}
.day {
	color: #FF0000;
}
.pad20 { padding:20px 0 0 0;}.tel {
	color: #00F;
}
.titletext {
	font-size: 20px;
	font-weight: 600;
}
.subtitletext {
	font-size: 16px;
	font-weight: 600;
}
.under {
      text-decoration:underline;
	font-weight:600;	  
    }
	
.underline {
	background: linear-gradient(transparent 50%, #DAC494 50%);	
		}
