/* ==== Google font ==== */
@import url(http://fonts.googleapis.com/css?family=Exo);

/* ---------------------------------------------------------------------------- */
/* ------------------------------------Html-Body------------------------------- */
/* ---------------------------------------------------------------------------- */
body {
	font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
	background-color: #fff;
	font-size: 16px;
	line-height: 1.8em;
	font-weight: 500;
	padding-top: 200px;
	overflow-x: hidden;
}
html, body {max-width:100%; padding:0; margin:0;overflow-x: hidden;}
/* ---------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------- */
img{max-width:100%;	height: auto;}
h1,h2,h3,h4,h5,h6 {
	color: #333333;
}

h1 {font-size: 38px;}
h2 {
	font-size: 20px;
	color: #A68848;
}
h3 {
	font-size: 18px;
	background-color: #4F7AC8;
	color: #FFF;
}
h4 {
	font-size: 16px;
	font-weight: 600;
	color: #27467E;
}
h5 {
	font-size: 16px;
	font-weight: 600;
}
h6 {font-size: 20px;}


p {
	margin: 5px;
	line-height: 1.8em;
}

a {
   color: #333;
   -webkit-transition: all .2s ease-in-out;
   -moz-transition: all .2s ease-in-out;
   transition: all .2s ease-in-out;
   text-decoration: none;
}
a:hover,
a:focus {text-decoration: none;color: #BB9B5D;}

ul {padding: 0;margin: 0;}
ul li {list-style:none;}

select {border: 0;background: transparent;}

.clear{content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix:after, .clearfix:before{clear: both; content: '\0020'; display: block; visibility: hidden; width: 0; height: 0;}

/* --Line-- */
hr.line { margin: 15px auto; padding: 0; max-width: 90px;border: 0; border-top: solid 5px #ddd;text-align: center;}

/* ---------------------------------------------------------------------------- */
/* -----------------------------------Header----------------------------------- */
/* ---------------------------------------------------------------------------- */
#top {background: /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f2e8f9+0,c0b7dc+50,f2e8f9+100 */
background: #f2e8f9; /* Old browsers */
background: -moz-linear-gradient(left,  #f2e8f9 0%, #c0b7dc 50%, #f2e8f9 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #f2e8f9 0%,#c0b7dc 50%,#f2e8f9 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #f2e8f9 0%,#c0b7dc 50%,#f2e8f9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2e8f9', endColorstr='#f2e8f9',GradientType=1 ); /* IE6-9 */
;padding: 10px 0; color: #fff;border-bottom: 3px solid #BB9B5D;}
#top a{ color: #fff;}
#top select option {background: #222;}
#top .language{}
#top .currency {}
#top ul.top-link {float: right;}
#top ul.top-link li {display: inline-block;padding-right: 10px;margin-right: 5px;border-right: 1px solid #bbb;}
#top ul.top-link li:last-child {border: none;}

header {
	padding: 0;
	position: relative;
}
@media (max-width: 480px) {
header { display:none;

}
}
header #logo img{}
#cart strong{background-color: #72B649;padding: 10px 20px;margin: -1px -1px 0 0;position: absolute;right: 0;top: 0;}
header .form-search input{width: 60%;height: 52px;margin-top: 30px;}
header .form-search button {background: #72B649; color: #fff;padding: 12px 18px 11px ;font-size: 19px;border-radius: 0;}
header .form-search button:hover {color: #eee;}

header .time {
	display: inline-block;
	padding: 0 10px 0 0;
}
header .phone {
	display: inline-block;
	padding: 0;
	
}
header .reserve {
	color: #333;
	font-size: 16px;
	display: inline-block;
	padding: 10px 0;
}
header .mail {
	color: #666;
	font-size: 16px;
	display: inline-block;
	padding: 10px 10px 0 0;
}
#menu {
	background-color: #4F7AC8;
	border-bottom: solid 3px #BB9B5D;
}

#menu #heading {float: left;padding-left: 15px;font-size: 20px;font-weight: 700;line-height: 40px;color: #000;margin-top: 10px;text-transform: uppercase;}



#menu .dropdown-menu {background-color: #FFF;}
#menu .dropdown-menu li > a:hover {color: #ffffff;background-color: #E5DCF2;}
#menu .dropdown-inner {display: table;}
#menu .dropdown-inner ul {display: table-cell;}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #FFFFFF;
	font-size: 12px;
}
#menu li.dropdown:hover>a, #menu li.dropdown:focus>a, #menu li.dropdown:active>a{background: #E5DCF2;}
#menu ul.nav li a{
	color: #FFF;
	padding: 10px 44px;
	text-transform: uppercase;
	border-top: 3px solid transparent;
	border-bottom: 3px solid transparent;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	font-weight: 600;
}

#menu ul.nav li +li a{
  border-left: 0;
  border-right: 1px solid #DDDDDD;
}
#menu ul.nav li a:hover{
	background-color: #E5DCF2;
}
.carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #BB9B5D;
}

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

.btn--orange,
a.btn--orange {
	color: #333333;
	background-color: #FFFFFF;
}
.btn--orange:hover,
a.btn--orange:hover {
	color: #fff;
	background-color: #9489C5;
}
#fh5co-course-categories,
#fh5co-counter,
#fh5co-course,
#fh5co-register,
#fh5co-pricing,
#fh5co-testimonial,
#fh5co-blog,
#fh5co-about,
#fh5co-staff,
#fh5co-contact,
#fh5co-footer {
	padding: 1em 0;
	clear: both;
}
@media screen and (max-width: 768px) {
  #fh5co-course-categories,
  #fh5co-counter,
  #fh5co-course,
  #fh5co-register,
  #fh5co-pricing,
  #fh5co-testimonial,
  #fh5co-blog,
  #fh5co-staff,
  #fh5co-contact,
  #fh5co-footer {
    padding: 2em 0;
  }
}
@media screen and (max-width: 768px) {
#fh5co-about
 {
    padding: 0 0 3em 0;
  }
}

#fh5co-testimonial {
  background: #1F5F8B;
  position: relative;
}
#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: 100px;
  height: 100px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  margin: 0 auto;
  margin-bottom: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
#fh5co-testimonial .testimony-slide blockquote {
  border: none;
  margin: 30px auto;
  width: 70%;
  position: relative;
  padding: 0;
}
@media screen and (max-width: 768px) {
  #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: 768px) {
  .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: 768px) {
  .fh5co-blog {
    width: 100%;
  }
}
.fh5co-blogs {
  margin-bottom: 30px;
  width: 100%;
  float: left;
}

@media screen and (max-width: 768px) {
  .fh5co-blogs {
    width: 100%;
  }
}
.fh5co-blon {
	margin-bottom: 30px;
	width: 100%;
	float: left;
	background-color: #FAFAFA;
	border: 1px solid #DBDBDB;
	padding: 10px;
}

@media screen and (max-width: 768px) {
  .fh5co-blon {
    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: 10px;
	font-weight: 600;
	display: inline-block;
}
.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: 18px;
	margin-bottom: 20px;
	line-height: 1.5;
	font-weight: 600;
	color: #A58749;
}
.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;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
#fh5co-register .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  background: rgba(0, 0, 0, 0.5);
}
#fh5co-register h2, #fh5co-register h3, #fh5co-register p {
  color: #fff;
}
#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;
}
.basic1 {
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .2);
}
.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 */
}
#fh5co-gallery {
  padding-top: 2.5em;
}
#fh5co-gallery h2 {
	font-size: 24px;
	text-transform: uppercase;
	font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 600;
	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);
}

#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;
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
}
#fh5co-about .fh5co-2col {
  width: 50%;
}
@media screen and (max-width: 1200px) {
  #fh5co-about .fh5co-2col {
    width: 100%;
  }
}
#fh5co-about .fh5co-text {
	padding: 4em 6em;
	text-align: left;
	background: #F0F1F6 url(../images/wood_1.png) repeat;
}
@media screen and (max-width: 1200px) {
  #fh5co-about .fh5co-text {
    padding: 1em;
  }
}
#fh5co-about .fh5co-text .btn {
  color: #fff;
}
#fh5co-about .fh5co-text .heading {
	color: #988DC2;
	font-weight: 500;
	position: relative;
	padding-bottom: 30px;
	font-size: 28px;
	margin-bottom: 30;
	text-align: center;
}
#fh5co-about .fh5co-text .heading:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 40px;
  height: 2px;
  left: 50%;
  background: #B49459;
  margin-left: -20px;
}
@media screen and (max-width: 480px){
#fh5co-about .fh5co-text .heading {

	font-size: 20px;

}

}
.btn-flat-simple {
	position: relative;
	display: inline-block;
	padding: 1.2em 2em;
	text-decoration: none;
	color: #B1A9D4;
	transition: .4s;
	box-shadow: 0 2px 4px rgba(177, 169, 212,0.3);
	font-family: 'Lustria', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	background-color: #FFFFFF;
	font-size: 18px;
}

.btn-flat-simple:hover {
  background: #00bcd4;
  color: white;
   box-shadow: 0 0 2px rgba(0,0,0,0.2);
}
#fh5co-about .fh5co-text p {
	line-height: 2;
	color: #333333;
}
#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;
	top: -20px;
	position: relative;
	color: #fff;
	font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-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: 768px) {
  #fh5co-about .fh5co-bg {
    width: 100%;
    min-height: 300px;
  }
}

.section-header {
  margin-bottom: 50px;
}
.section-header .section-title {
	font-size: 24px;
	color: #000000;
	text-transform: uppercase;
	position: relative;
	margin: 0;
	font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 600;
}


/* -----------------------------------
order: 1px solid #ccc;border-radius: 0;}
.breadcrumb i {font-size: 15px;}
.breadcrumb > li {text-shadow: 0 1px 0 #FFF;padding: 0 20px;position: relative;white-space: nowrap;}
.breadcrumb > li + li:before {content: '';padding: 0;}
.breadcrumb > li:after {content: '';display: block;position: absolute;top: -3px;right: -5px;width: 31px;height: 31px;border-right: 1px solid #ccc;border-bottom: 1px solid #ccc;-webkit-transform: rotate(-45deg);-moz-transform: rotate(-45deg);-o-transform: rotate(-45deg);transform: rotate(-45deg);}

.products {}
.products:after, .products:before{clear: both; content: '\0020'; display: block; visibility: hidden; width: 0; height: 0;}
.products .product {max-width: 205px;}

.product:after, .product:before{clear: both; content: '\0020'; display: block; visibility: hidden; width: 0; height: 0;}
.product {border: 1px solid #ccc;border-radius: 6px; margin: 0 auto; margin-bottom: 20px;}
.product .image {position: relative;}
.product .image-more {margin-top: 15px;}
.product .image-more img{border: 1px solid #ccc;max-height: 85px;margin-bottom: 25px;}
.product .image .buttons {position: absolute;top: 0px;left: 0;}
.product .image .buttons a {margin-bottom: 10px;}
.product .caption {padding: 10px 15px;}
.product .image .hot {position: absolute;top: 7px;right: 10px;border-radius: 50%; background: #F83C3C;padding: 10px 0 10px 7px;height: 40px; width: 40px;color: #fff;font-size: 13px;line-height: 1.7;}
.product .name {border-bottom: 1px solid #eee;}
.product .name h3{font-weight: 500;font-size: 17px;color: #666;margin-top: 10px ;font-family: 'Courgette', cursive;padding-bottom: 10px;}
.product .info li{margin: 10px 0;}
.product .price {font-size: 24px;margin: 10px 0;color: #72B649;font-family: 'Courgette', cursive;}
.product .price span{color: #aaa;margin-left: 10px;text-decoration: line-through;font-size: 20px;} 
.product .rating{margin: 10px 0;}
.product .rating span {margin-right: 5px;font-size: 13px;}
.product .options {margin: 10px 0;}
.product .options select{border: 1px solid #eee; width: 100%;}
.product input.form-inline {border-radius: 4px;border: 1px solid #ccc;padding: 4px 6px;width: 40px;}
.product .share .share-btn {margin-right: 25px;padding-top: 20px;}

.product-desc{margin: 50px 0;}

/* IMG thumb - product.html */
.modal-body {padding:5px !important;}
.modal-content {border-radius:0;}.modal-dialog img {text-align:center;margin:0 auto;}
.controls{width:50px;display:block;font-size:19px;font-weight:500;}
.next {float:right;text-align:right;}
/*override modal for demo only*/
.modal-dialog {max-width:500px;padding-top: 90px;}

.pricedetails {margin-top: 20px;}
.pricedetails table td {padding-right: 70px;}

/* ---------------------------------------------------------------------------- */
/* -----------------------------------Sidebar---------------------------------- */
/* ---------------------------------------------------------------------------- */
#sidebar{}

.widget {margin-bottom: 30px;border: 1px solid #aaa;padding-bottom: 20px;}
.widget .heading {background-color: #73B74A;padding: 10px 20px;margin: 0;border-bottom: 4px solid #222;}
.widget .heading h4{margin: 0;color: #fff;font-size: 21px;}
.widget .content {padding: 15px 20px;}
.widget .checkbox {font-weight: 500;}

.widget.wid-categories ul li{margin-bottom: 10px;border-bottom: 1px dashed #aaa;padding-bottom: 7px;}
.widget.wid-categories ul li a{font-size: 17px;}

.widget.wid-product .product{border: none;}
.widget.wid-product h5{font-size: 19px;margin-top: 0;}
.widget.wid-product img{float: left; margin: 0 10px; max-height: 110px;display: inline-block;}
.widget.wid-product .wrapper {vertical-align: middle;text-align: left;padding-bottom: 7px;margin-top: 22px;}

.widget.wid-discouts {}
.widget.wid-brand {}

.widget.wid-type select{width: 100%; border: 1px solid #aaa;margin-top: 20px;padding: 3px;}

/* ---------------------------------------------------------------------------- */
/* --------------------------------------Form---------------------------------- */
/* ---------------------------------------------------------------------------- */
.form-group {margin-bottom: 25px;}
.form-group input,
.form-group textarea {padding: 10px;}
.form-group input.form-control {height: auto;}
.form-group textarea.form-control {height: 180px;}

.review-form {}
.review-form label textarea {height:130px;}
.review-form label input, .review-form label textarea {width: 100%;}
.review-form label, .review-form label span {display: block;}
.review-form label span {margin: 10px 0;}

/* ---------------------------------------------------------------------------- */
/* -----------------------------------Footer---------------------------------- */
/* ---------------------------------------------------------------------------- */
footer {
	color: #000000;
	background-color: #E6ECF7;
}
footer a{
	color: #4D4D4D;
}
footer a:hover {color: #ccc;}
footer .wrap-footer {
	padding: 60px 0 50px;
}
footer .wrap-footeru {
	padding: 60px 0 50px;
	background-color: #F7F7F7;
}

footer .brand {background-color: #F4F6F5;padding: 10px 0;}

footer .top-footer {background: #222;color: #fff;padding: 23px 0;}
footer .top-footer h4 {color: #fff;}
footer .top-footer input {width: 60%;}
footer .top-footer .subcribe-form {margin-top: 20px;}

footer .col-footer {border-right: 1px solid #ddd;padding: 0 30px;}
footer .col-footer:last-child {border: none;}
footer .col-footer .heading {margin: 10px 0 20px;}
footer .col-footer .heading h4{
	color: #4D4D4D;
	font-size: 24px;
	font-weight: 500;
	margin: 0 0 20px;
	font-family: 'Lustria', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
footer .col-footer ul {
	padding-left: 0;
}
footer .col-footer ul li{
	list-style: none;
}

footer .footer-1 img{margin: 10px 0;}
footer .footer-2 {}
footer .footer-3 {}
footer .footer-4 ul{padding-left: 0px;}
footer .footer-4 ul li{margin-top: 10px; list-style: none;}
footer .footer-4 span{margin-right:10px;}

footer .copyright {
	padding: 10px 0;
	font-size: 14px;
	color: #FFF;
	background-color: #4F7AC8;
}
footer .copyright a{
	color: #333;
}
footer .copyright a:hover{text-decoration: underline;}

/* ---------------------------------------------------------------------------- */
/* ------------------------------------Tabs------------------------------------ */
/* ---------------------------------------------------------------------------- */
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{background: #272727;border-radius: 0;color: #fff;}
.nav-tabs > li > a:hover, .nav-tabs > li > a:focus {background: #272727;border-radius: 0;color: #fff;}
.tab-content {border-right: 1px solid #ccc;border-bottom: 1px solid #ccc;border-left: 1px solid #ccc; padding: 25px;}

.home-page .tab-content{border: none; padding: 20px 0px;}

/* ---------------------------------------------------------------------------- */
/* -----------------------------------Button----------------------------------- */
/* ---------------------------------------------------------------------------- */
.btn {}
.btn.btn-cart{ background-color: #474747;color: #fff;font-size: 20px;padding: 9px 70px 9px 20px;font-family: 'Courgette', cursive;border-radius: 0;position: relative;position: absolute;top: 200px; right: 100px;z-index: 9999;}
.btn.btn-1{ background-color: #72B649;color: #fff;font-size: 25px;padding: 10px 15px;}
.btn.btn-2 {background-color: #72B649;color: #fff;}
.btn.btn-2:hover {background-color: #222;}
.btn.btn-3{margin-left: 5px;background: #D9534F;color: #fff;}
.btn.btn-4{ background-color: #72B649;color: #fff;font-size: 18px;padding: 9px 15px 12px;font-family: 'Courgette', cursive;margin-left: 6px;border-radius: 0;}

/* ---------------------------------------------------------------------------- */
/* -------------------------------Responsive----------------------------------- */
/* ---------------------------------------------------------------------------- */
@media (max-width: 1200px){
	#cart {float: none;}
	#cart a.btn{width: 50%;top: 98%;right: 28%;}
	#menu {margin-top: 60px;}
}
@media(max-width:968px) {
	#logo {text-align: center;}
	#cart {float: none;}
	#cart a.btn{width: 50%;top: 98%;right: 28%;}
	#menu {margin-top: 0;}
	.banner img{max-width: 70%;}
	footer .top-footer .subcribe-form {float: right;}
	footer .col-footer .heading {margin: 40px 0 20px;}
	footer .col-footer {border-right: none;}
}

@media  (min-width: 768px) {
    div.col-sm-7.five-three {width: 60% !important;}
    div.col-sm-5.five-two {width: 40% !important;}
	#menu .dropdown:hover .dropdown-menu {display: block;}
	.modal-dialog {width:500px;padding-top: 90px}      
}
@media(max-width:767px) {
	#top ul.top-link li{float: none;border: none;}
	header #logo img {margin-top: 15px;}
	header .form-search input{margin-top: 15px;}
	header .phone {margin-top: 15px;}
	#cart a.btn {width: 75%;right: 13%;}
	#menu .navbar-brand {display: block;color: #fff;}
	#menu div.dropdown-inner > ul.list-unstyled {display: block;}
	#menu .dropdown-inner a {width: 100%;color: #fff;}
	#menu div.dropdown-menu {margin-left: 0 !important;	padding-bottom: 10px;background-color: rgba(0, 0, 0, 0.1);}
}
@media (max-width: 480px) {
#menu {
	background-color: #4F7AC8;
	border-bottom:none;
	padding:1em 0;
	position:fixed;
	z-index:1000;
	width:100%;  
	 top: 0;
}	
.mainslider { padding-top:6em;}	
}


@media screen and (max-width: 480px) {
#headtext h1 {

	text-align:center;
}


	 }
@media screen and (max-width: 1024px) { 
}
#logo {
	padding-top: 10px;
}
#menu span {
	color: #BB9B5D;
}
#fh5co-course-categories {
	margin: 0 0 40px;
	padding: 80px 0 50px 0;
}
@media screen and (max-width: 480px) {
#fh5co-course-categories {
	margin: 0 0 40px;
	padding: 20px 0 0 0;
}
}

#fh5co-course-categories h2 {
position: relative;
  display: inline-block;
  margin-bottom: 4em;
}

#fh5co-course-categories h2:before {
content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #BAB2D8;
  border-radius: 2px;
}

.item {
	margin: 0;
}
.zig-zag {
 margin-bottom:100px
}
.zig-zag h2 {
 margin-top:70px
}
.zig-zag-right h2,
.zig-zag-right p {
 text-align:right
}
.bgcolor {
	background-color: #EDF0F5;
}
.section-header .section-title span {
	font-size: 18px;
	color: #333;
	display: block;
	font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#fh5co-about .fh5co-2col.fh5co-text .heading span {
	font-size: 18px;
	line-height: 1.8em;
	display: block;
}
.margin40 {
	margin-bottom: 40px;
}
#fh5co-course ul li a {
	color: #857ABC;
	line-height: 2em;
	margin: 20px;
	padding: 20px;
}

  #fh5co-course .basic1 ul {
	height: 210px;
}
.treatmen {
	padding: 10px 0;
}
a:hover img{
  opacity: 0.6;
  filter: alpha(opacity=60);
}.date {
	color: #003366;
	padding-right: 20px;
}
.col-padded {
  margin: 0 !important;
  padding: 0 !important;
}
table {
	width: 100%;
	border: 1px solid #999999;
	max-width: 100%;
	font-size: 14px;
	margin-bottom: 20px;
}
th {
	background-color: #E8E8E8;
}
th {
	padding: 0.75em;
	vertical-align: middle;
	line-height: 1.4;
	font-weight: 500;
	text-align: center;
}

td {
	padding: 0.75em;
	vertical-align: middle;
	line-height: 1.4;
	font-weight: 500;
}
table tbody th,
table tbody td {
	border-top: 2px solid#999999;
}
table tbody td {
	background-color: #FFFFFF;
	text-align: left;
}
table thead th,
table thead td,
table tbody td {
	border-left: 1px solid #999999;
}
table thead th {
	font-weight: normal;
	text-align: center;
}
.ggmap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin-top: 20px;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.magintu40 {
	margin: 40px 0;
}
#heading-breadcrumbs {
	background-image: url(../images/img_bg_2020.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 0px;
}
@media screen and (max-width: 480px){
#heading-breadcrumbs {
	background-image: url(../images/img_bg_2020.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 6em;
}
}
.fh5co-heading {
	padding: 5em 0;
}

@media screen and (max-width: 480px){
.fh5co-heading {
	padding: 1em 0;
}

}
.fh5co-heading h2 {
	font-size: 36px;
	margin-bottom: 20px;
	line-height: 1.5;
	color: #FFFFFF;
	text-transform: uppercase;
	position: relative;
	letter-spacing: 0.06em;
	font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.fh5co-heading p {
	font-size: 0.9em;
	color: #C8AB72;
}

@media screen and (max-width: 1024px){
.fh5co-heading h2 {
	font-size: 24px;
	margin-top:40px;
}
.fh5co-heading {
	padding: 20px;
}


}


@media screen and (max-width: 786px){
.fh5co-heading h2 {
	font-size: 24px;
	margin-top:60px;
}
.fh5co-heading {
	padding: 20px;
}


}

@media screen and (max-width: 480px){
.fh5co-heading h2 {
	font-size: 24px;
	margin-top:40px;
}
.fh5co-headings {
	padding: 6em 0;
}


}
/* =======================================================
*
* 	パンくずリスト追加ここから 
*
* ======================================================= */
.breadcrumbs {
	width: 100%;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 20px;
	font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 600;
}
.breadcrumbs ul {
display: table;
font-size: 12px;
list-style: none;
}
.breadcrumbs ul li {
	margin: 0 10px 0 0;
	font-size: 12px;
	float: left;
	color: #BB9B5D;
}
.breadcrumbs ul li:first-child::before {
padding: 0 3px 0 0;
content: "\f015";
font-family: FontAwesome;
font-size: 14px;
}
.breadcrumbs ul li::before {
padding: 0 10px 0 0;
content: "\f105";
font-family: FontAwesome;
font-size: 14px;
}
/* =======================================================
*
* 	パンくずリスト追加ここまで
*
* ======================================================= */

.portfolio-item {
	padding: 20px 0;
}




.fh5co-contact-info h3 {
	font-size: 24px;
	color: #BB9B5D;
}
.fh5co-contact-info h4 {
	font-size: 18px;
}
.margin-tb {
	font-size: 18px;
	font-weight: 600;
	color: #FFFFFF;
	background-color: #BB9B5D;
	margin-bottom: 10px;
	padding-left: 10px;
}
h2 span {
	font-size: 12px;
}
/*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%;
    background-color: rgba( 0, 0, 0, 0.6 );
	z-index: 10000;
}
.footer_area .footer_area_inner {
    position: relative;
    width: 80%;
    margin: 0px auto;
    padding: 10px 0;
	margin-right: 0px;
}
.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;
}
}


#floatMenu{
background-color: #B1A9D4;
position: absolute;
top: 140px;
right: 0;
padding: 0;
}

@media screen and (max-width:480px){
#floatMenu{
		display: none;
}	
}
.blog-text .p img {
	width: 160px;
}
.fh5co-blog p {
	height: 9em;
}

@media screen and (max-width:480px){
.fh5co-blog p {
	height: 16em;
}	
}.margintop {
	margin-top: 6em;
}
.surgery h3 {
	font-size: 16px;
}
ul.flow_listflow li{
	font-family: 'Lustria', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	border: 5px solid #ccc;
	border-radius: 10px;
	margin-bottom: 35px;
	padding: 4px 10px;
	position: relative;
	font-size: 16px;
	line-height: 1.8em;
	text-align: left;
}
ul.flow_listflow li::after{bottom: -26px;
    color:#ccc;
    content: "▼";
    font-size: 24px !important;
    left: 48%;
    position: absolute;}
ul.flow_listflow li.last::after{/*最後の▼を外す*/
    content: "";
}
ul.flow_listflow li h3::first-letter{/*1文字めを大きく*/
    font-family: garamond,times;
    font-size: 2rem;
    font-style: italic;
    letter-spacing: 0.15em;
}
.uboder {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding: 20px 0;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}
.uboder h3 {
	margin: 0px;
	padding: 10px 0;
	color: #B29352;
}
.uboder h4 {
	font-weight: 600;
	color: #DAA752;
	padding: 10px 0;
}
.fh5co-heading h1 {
	color: #FFFFFF;
}
.o-3column.col-md-4 {
	padding-left: 0px;
}
.breadcrumbs li a {
	color: #FFF;
}
.cleafix ul {
	padding-top: 1em;
	padding-right: 0;
	padding-bottom: 2em;
	padding-left: 0;
	height: 16em;
}
.cleafix li {
	font-size: 14px;
}
.fh5co-blon img {

}
.fh5co-blon p {
	height: 5em;
}
.fh5co-blon h2 {
	font-weight: 600;
	color: #A58749;
}
/* 円の基本形 */
.maru {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  flex-flow: column; 
  vertical-align: top;
}
/* 円の大きさ */
.size_normal{
  width: 50px;
  height: 50px;
}
/* 文字の大きさ */
.letter3 {
	font-size: 2em;
	line-height: 1.5em;
}
/* 円と文字の色 */
.pink1 {
	color: #FFFFFF;
	background-color: #BB9B5D;
}
.sankaku{
	width: 0;
	height: 0;
	margin: 0 auto;
	border-top-width: 40px;
	border-right-width: 40px;
	border-bottom-width: 40px;
	border-left-width: 40px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #67468F;
}
/* Comments */
#comments ul{margin:0 0 40px 0; padding:0; list-style:none;}
#comments li{
	margin: 0 0 50px 0;
	padding: 30px 20px 50px 30px;
	background-color: #FFFFFF;
	border: 3px solid #BB9B5D;
}
#comments .avatar{
	float: left;
	margin: 0 10px 10px 0;
	padding: 3px;
}
#comments address{font-weight:bold;}
#comments time{font-size:smaller;}
#comments .comcont{display:block; margin:0; padding:0;}
#comments .comcont p{
	padding: 0;
	line-height: 1.8em;
	height: 4em;
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0;
}
.comcont {
	margin-bottom: 30px;
}
#headtext h1 {
	font-size: 10px;
	padding: 10px 0 0 0;
	color: #666;
}
#headtext h1 span {
	display: block;
}

@media screen and (max-width: 1024px) { 
#menu #heading {color: #000;}

}
.pc-dsp { display:block; }
.sp-dsp { display:none; }
@media screen and (max-width: 1024px) { 

.pc-dsp { display:none; }
.sp-dsp { display:block; }
#headtext h1 span {
	display: none;
	text-align:center;
	}
#headtext h1 {
	font-size: 10px;
	padding: 10px 0 0 0;
	color: #666;
	text-align:center;
}	
	

}
@media only screen and (max-width : 736px){
.pc-dsp { display:none; }
.sp-dsp { display:block; }
}

.phonecolor {
	font-weight: 600;
	color: #A58747;
}
.phonecolor a {
	color: #A68848;
	font-size: 24px;
}
.centering {
	margin: 0 7em;
}
@media screen and (max-width: 480px){
.centering {
	margin: 0 1em;
}
}
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
 
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
    .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:#B1A9D4;
  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-xs-4 { padding: 10px;  color: #ffffff;}
h4 span {
	font-size: 12px;
	color: #333;
}
/*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%;
    background-color: rgba( 0, 0, 0, 0.6 );
	z-index: 10000;
}
.footer_area .footer_area_inner {
    position: relative;
    width: 90%;
    margin: 0 auto;
    padding: 10px 0;
		text-align:center;
	}
.footer_area .footer_area_inner .footer_area_inner_btn {
    width: 85%;
    padding: 11px 0;
    font-size: 22px;
    font-weight: bold;
    margin-left: 15px;
	line-height: 1.3;
    
}
.inquiry_btn {
    background-color: #4F7AC8;
    -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;
}
}


#floatMenu{
background-color: #B1A9D4;
position: absolute;
top: 140px;
right: 0;
padding: 0;
}

@media screen and (max-width:480px){
#floatMenu{
		display: none;
}	
}
.footer_area_inner span {
	font-size: 14px;
	display: block;
}
