@charset "utf-8";
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon_srf3rx.eot");
  src: url("../fonts/icomoon/icomoon_srf3rx.eot#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon_srf3rx.ttf") format("truetype"), url("../fonts/icomoon/icomoon_srf3rx.woff") format("woff"), url("../fonts/icomoon/icomoon_srf3rx.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
/* =======================================================
* 	Default Style 
* ======================================================= */
body {
	/*font: normal normal normal 15px/1.4em helvetica-w01-light,helvetica-w02-light,sans-serif;*/
	font-family: Helvetica, Arial, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	line-height: 1.8;
	font-size: 20px;
	background: #FFF;
	font-weight: 300;
	overflow-x: hidden;
}

a {
  color:#033;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover {
	color: #4D7A9B;
	text-decoration: none;
}
a:focus, a:active {
  outline: none;
}

p {
  margin-bottom: 1.5em;
  font-size: 18px;
  color: #727272;
  font-weight: 300;
  font-family: Helvetica, Arial, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  color: rgba(0, 0, 0, 0.8);
  font-family: Helvetica, Arial, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
  font-weight: 400;
  margin: 0 0 30px 0;
}

::-webkit-selection {
  color: #fcfcfc;
  background: #bdaeca;
}

::-moz-selection {
  color: #fcfcfc;
  background: #bdaeca;
}

::selection {
  color: #fcfcfc;
  background: #bdaeca;
}

.box-wrap {
  background: #fff;
  margin: 0 auto;
  position: relative;
  -webkit-box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.07);
}
.box-wrap:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  -webkit-box-shadow: -7px 1px 13px 2px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: -7px 1px 13px 2px rgba(0, 0, 0, 0.08);
  box-shadow: -7px 1px 13px 2px rgba(0, 0, 0, 0.08);
}

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

.btn {
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn.btn-primary {
  background: #a980cd;
  color: #fff;
  border: none !important;
  border: 2px solid transparent !important;
}
.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus {
  box-shadow: none;
  background: #a980cd;
}
.btn:hover, .btn:active, .btn:focus {
  background: #393e46 !important;
  color: #fff;
  outline: none !important;
}
.btn.btn-default:hover, .btn.btn-default:focus, .btn.btn-default:active {
  border-color: transparent;
}
.btn_02 {
    display: inline-block;
    max-width: 100%;
    height: 46px;
    padding: 0 20px 0;
    text-decoration: none;
    /*background-color: #3f210f;*/
	background-color: #998451;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 46px;
	border:none;
	box-shadow: 2px 4px 2px 0px rgba(64, 34, 15, 0.15);
    margin-right: 2rem;
    margin-left: 2rem;
}
.btn_02:hover {
	color:#FFF;
    opacity: 0.7;
}
.btn_03 {
    display: inline-block;
    max-width: 100%;
    height: 46px;
    padding: 0 20px 0;
    text-decoration: none;
    /*background-color: #3f210f;*/
	background-color: #3f210f;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 46px;
	border:none;
	box-shadow: 2px 4px 2px 0px rgba(64, 34, 15, 0.15);
    margin-right: 2rem;
    margin-left: 2rem;
}
.btn_03:hover {
	color:#FFF;
    opacity: 0.7;
}
.btn_04 {
    display: inline-block;
    max-width: 100%;
    height: 30px;
    padding: 0 10px 0;
    text-decoration: none;
    /*background-color: #3f210f;*/
	background-color: #998451;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    line-height: 30px;
	border:none;
	box-shadow: 2px 4px 2px 0px rgba(64, 34, 15, 0.15);
}
.btn_04:hover {
	color:#FFF;
    opacity: 0.7;
}
.js .animate-box {
  opacity: 0;
}
.form-control {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 18px;
  font-weight: 400;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}
.form-control:focus, .form-control:active {
  border: 1px solid rgba(0, 0, 0, 0.5);
  box-shadow: none;
}

input[type="text"] {
	
}

.form-group {
  margin-bottom: 30px;
}
.form-group label {
  font-weight: normal;
  font-weight: 18px;
}
.container h3 {
	margin-left:10px;
}

.fh5co-intro-cover {
  width: 100%;
  padding: 8.5em 0;
  position: relative;
}
.fh5co-intro-cover:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  width: 100%;
}
.fh5co-intro-cover a.btn {
  position: relative;
  border: 4px solid #fff;
  padding: 30px 50px;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.fh5co-intro-cover a.btn:hover, .fh5co-intro-cover a.btn:focus {
  text-decoration: none !important;
  background: transparent !important;
  color: #fff !important;
}
.fh5co-grey-section {
  background: rgba(0, 0, 0, 0.03);
  padding: 5em 0;
}
.fh5co-border-line {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.fh5co-inner {
  margin-bottom: 3em;
  position: relative;
}
.fh5co-inner i {
  position: absolute;
  top: 20%;
  left: 0;
  font-size: 60px;
}
.fh5co-inner .holder-section {
  padding-left: 6em;
}
.fh5co-inner .holder-section h3 {
  font-size: 20px;
  text-transform: uppercase;
  color: #a980cd;
  letter-spacing: 1px;
  font-weight: bold;
}

.fh5co-services {
  margin-bottom: 4em;
}

.about-section img.display-left {
  float: left;
  padding-right: 40px;
}
.about-section img.display-right {
  float: right;
  padding-left: 40px;
}
.section-overlay {
  margin-bottom:20px;
  position: relative;
  padding-bottom: 0 !important;
}
.section-overlay:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: '';
  z-index: 1;
}
.section-overlay .float-overlay {
  z-index: 9;
}

.fh5co-cover {
  min-height: 448px;
  position: relative;
  margin-bottom: 40px;
  background-size: cover;
  background: center center;
}

.cart .mainArea {
	margin-top:10%;
}

.cart .mainArea p.alert {
	text-align:center;
}

.cart .empty {
	width:100%;
	text-align:center;
	margin-top:20px;
	margin-bottom:40px;
}

.modal {
	z-index:10000000;
}

/* =======================================================
* 	オープニング
* ======================================================= */
#loader-bg {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: #FFF;
	z-index: 10000;
}
#loader {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 200px;
	height: 200px;
	margin-top: -100px;
	margin-left: -100px;
	text-align: center;
	color: #fff;
	z-index: 2;
}
.start {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	object-fit: cover;
	z-index: 9000;
	background-attachment: fixed;
	/*background-image: url(../images/start_img01.png);*/
	background-repeat: no-repeat;
	background-position: left top;	
	background-size: cover;
	text-align:center;
	overflow:auto;
}
.start .logo {
	width: 150px;
	height: 200px;
	z-index: 9001;
	object-fit: none;
	background-attachment:scroll;
	background-image: url(../images/baraka_logo01.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: none;
	margin-top: 26%;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
.start p {
	
}

/* =======================================================
* 	ソーシャルボタン
* ======================================================= */
.social {
  padding: 0;
  margin: 0;
  display: inline-block;
  position: relative;
  width: 100%;
  text-align: right;
}
.social li {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}
.social li a {
  font-size: 24px;
  display: table;
  width: 24px;
  height: 24px;
  margin: 0 4px;
  color: #000;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.social li a:hover, .social li a:focus {
  color: #a980cd;
  text-decoration: none;
}
.social li a i {
  display: table-cell;
  vertical-align: middle;
}
.fh5co-social-icons a {
  padding: 4px 8px;
  color: rgba(0, 0, 0, 0.7);
}
.fh5co-social-icons a i {
  font-size: 34px;
}
.fh5co-social-icons a:hover, .fh5co-social-icons a:focus, .fh5co-social-icons a:active {
  text-decoration: none;
  color: #000;
  text-decoration: none !important;
}
/* =======================================================
* 	スライダー
* ======================================================= */
.slider {
	
}
.slick-slider .slick-track, .slick-slider .slick-list {
	
}
.slider a {
	float:left;
	width:100%;
	background-repeat:no-repeat;
	background-size: 100% auto;
}
.slider a:before {
    content:"";
    display: block;
    padding-top: 46.4%;
}
.box-wrap .inner {
    padding: 0 30px 30px 30px;
}

/* =======================================================
* 	Header
* ======================================================= */
#fh5co-header .fh5co-navbar-brand .fh5co-logo {
	
}
#fh5co-header .fh5co-navbar-brand .fh5co-logo {

}
#fh5co-header .fh5co-navbar-brand .fh5co-logo:focus, #fh5co-header .fh5co-navbar-brand .fh5co-logo:hover {
  text-decoration: none !important;
  
}
#fh5co-header .fh5co-navbar-brand:focus, #fh5co-header .fh5co-navbar-brand:hover  {
	opacity:0.7!important;
}

#fh5co-header .nav > li a:hover, #fh5co-header .nav li a:focus {
  color: gray !important;
  background: transparent;
  text-decoration: none !important;
}
#fh5co-header .nav > li.active a {
  color: #033;
  background: transparent;
  position: relative;
}
#fh5co-header .nav > li.active a:before {

}

#fh5co-media-section, #fh5co-intro-section, #fh5co-contact-section,
#fh5co-product-section, .about-section {
  padding-bottom: 8em;
}

header .sub-menu {
	position:absolute;
	height: 0px;
	opacity: 1;
	width: 100%;
	z-index:100;
	background-color:#FFF;
	text-align:center;
	overflow: hidden;
	margin-top:-4px;
}
header .sub-menu .contents {
	position:absolute;
	opacity: 0;
	padding-top:4px;
}
header #products.sub-menu .contents {
	padding-left:120px;
	height: 260px;
}
header #products.sub-menu .contents .item {
	width: 200px;
	height: 230px;
	background-color:#FFF;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	float:left;
	clear:none;
}
header #products.sub-menu .contents .item a img {
	transition: opacity .3s;
}
header #products.sub-menu .contents .item a img:hover {
	opacity: .7;
}
header #products.sub-menu .contents .item span {
	font-size:12px;
}

header #spa.sub-menu .contents {
	padding-left:0px;
	height: 260px;
}
header #spa.sub-menu .contents .item_spa {
	width: 200px;
	height: 230px;
	background-color:#FFF;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	float:left;
	clear:none;
}
header #spa.sub-menu .contents .item_spa a {
	text-decoration: none;
	float:left;
}
header #spa.sub-menu .contents .item_spa a img {
	transition: opacity .3s;
}
header #spa.sub-menu .contents .item_spa a img:hover {
	opacity: .7;
}
header #spa.sub-menu .contents .item_spa span {
	font-size:12px;
}

/* =======================================================
* 	intro
* ======================================================= */
#fh5co-intro-section {
	margin-top:40px;
	margin-bottom:0px;
	padding-bottom:0px;
}
#fh5co-intro-section .col-md-12 .col-md-6 {
	padding-left:0px;
	overflow: hidden;
}
#fh5co-intro-section .col-md-12 .col-md-6 img {
	width:100%;
}
#fh5co-intro-section .col-md-12 .col-md-6 {
	padding-right:0px;
}
#fh5co-intro-section .col-md-12 .col-md-6 .fh5co-services {
	margin-bottom:0px;
	width:100%;
}
#fh5co-intro-section .row .col-md-12 {
    margin-top: 50px;
	position: relative;
    display: block;
	float: left;
	width:100%;
	overflow:visible;
}
#fh5co-intro-section .fh5co-services {
	margin-bottom:0px;
}
#fh5co-intro-section .fh5co-services a {
	
}
#fh5co-intro-section .container h3 {
    text-align: center;
    margin-bottom: 20px;
}
#fh5co-intro-section .fh5co-inner h2 {
  font-size: 40px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 1px;
}
#fh5co-intro-section .fh5co-inner h3 {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 300;
  line-height: 38px;
}
#fh5co-intro-section .fh5co-inner .photo {
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100% auto;
    position:relative;
    display:inline-block;
    top: 0;
    left: 0;
    width:100%;
	text-align:center;
	height:200px;
}
#fh5co-intro-section .fh5co-inner.philosophy .photo {
	background-image: url(../images/services01.jpg);
}
#fh5co-intro-section .fh5co-inner.philosophy h3 {
	color: white;
	text-shadow: 1px 2px 3px #808080;
	font-size:32px;
	margin-top:8%;
	margin-bottom:10px;
}
#fh5co-intro-section .fh5co-inner.philosophy h3 small {
	color: white;
	text-shadow: 1px 2px 3px #808080;
	font-size:28px;
}
#fh5co-intro-section .fh5co-inner.philosophy h4 {
	color: white;
	text-shadow: 1px 2px 3px #808080;
}
#fh5co-intro-section .fh5co-inner.teiki .photo {
	background-image: url(../images/services02.jpg);
}
#fh5co-intro-section .fh5co-inner.teiki h3 {
	color: white;
	text-shadow: 1px 2px 3px #808080;
	font-size:32px;
	margin-top:12%;
}
#fh5co-intro-section .fh5co-inner.concept .photo {
	background-image: url(../images/services03.jpg);
}
#fh5co-intro-section .fh5co-inner.concept h3 {
	color: white;
	text-shadow: 1px 2px 3px #808080;
	font-size:32px;
	margin-top:8%;
	margin-bottom:0px;
}
#fh5co-intro-section .fh5co-inner.concept h4 {
	color: white;
	text-shadow: 1px 2px 3px #808080;
	font-size:26px;
}
#fh5co-intro-section .fh5co-inner.stella .photo {
	background-image: url(../images/services04.jpg);
}
#fh5co-intro-section .fh5co-inner.stella h3 {
	color: white;
	text-shadow: 1px 2px 3px #808080;
	font-size:32px;
	margin-top:8%;
	margin-bottom:10px;
}
#fh5co-intro-section .fh5co-inner.stella h4 {
	color: white;
	text-shadow: 1px 2px 3px #808080;
	font-size:26px;
	margin-top:0px;
}
#fh5co-intro-section .fh5co-inner.stella h4 small {
	color: white;
}

/* =======================================================
* 	news
* ======================================================= */
#fh5co-news-section {
	width:100%;
	margin-top:40px;
	margin-bottom:20px;
}
#fh5co-news-section ul.news_list {
	list-style-type:none;
	padding-left:0px;
}
#fh5co-news-section ul.news_list:after {
    content: "";
    display: block;
    clear: both;
}
#fh5co-news-section ul.news_list li {
	float:left;
}
#fh5co-news-section .news_list .photo {
	width:40%;
	height:auto;
	overflow: visible;	
	float:left;
}
#fh5co-news-section .news_list .photo img {
	width:90%;
	height:auto;
}
#fh5co-news-section .news_list p {
	color:#333333;
    line-height:1.6;
    letter-spacing:0.16em;
	width:60%;
	height:auto;
	overflow:visible;
	float:left;
}
#fh5co-news-section .news_list p .date {
	font-size:11px;
	width:100%;
	float:left;
}
#fh5co-news-section .row.column {
	margin-top:20px;
}

/* =======================================================
* 	recommended
* ======================================================= */
#fh5co-recommended-section {
	width:100%;
	margin-top:80px;
	margin-bottom:20px;
}
#fh5co-recommended-section h3 {
	text-align:center;
	/*margin-bottom:20px;*/
}
#fh5co-recommended-section ul.recommended_list {
	list-style-type:none;
	padding-left:0px;
	display: flex;
    flex-wrap: wrap;
    justify-content: start;
}
#fh5co-recommended-section ul.recommended_list li {
	width:23.6%;
	float:left;
	margin-left:10px;
	display: flex;
    flex-direction: column;
    flex-wrap: wrap;
	
}
#fh5co-recommended-section .recommended_list .photo {
    width: 100%;
    height: auto;
    overflow: visible;
    float: left;
    text-align: center;
}
#fh5co-recommended-section .recommended_list .btn {
    margin-top: auto;
}
.recommended_list .btn {
    text-align: center;
    width: 100%;
    padding: 0;
    border-radius: 0px;
    margin-left: auto;
    margin-right: auto;
}
#fh5co-recommended-section .recommended_list .btn:hover, #fh5co-recommended-section .recommended_list .btn:active, #fh5co-recommended-section .recommended_list .btn:focus {
	background:none!important;
    color: #fff;
    outline: none !important;
}
#fh5co-recommended-section ul.recommended_list li .cartbutton button {
    display: inline-block;
	font-size:90%;
    width: 100%;
    max-width: 100%;
    height: 36px;
    line-height: 34px;
    border: 1px solid #3f210f;
    text-align: center;
    transition: all .25s ease;
	color:#033;
	background-color:#FFF;
	margin-bottom:4px;
}
#fh5co-recommended-section ul.recommended_list li .cartbutton button:hover {
	background-color:#033;
	color:#FFF;
	transition: all .25s ease;
}
#fh5co-recommended-section .recommended_list .photo h3 {
	clear:both;
	margin-top:10px;
	margin-bottom:6px;
	font-size:18px;
	font-weight:bold;
}
#fh5co-recommended-section .recommended_list .photo h4 {
	clear:both;
	font-size:14px;
	font-weight:bold;
	margin-bottom:4px;
}
#fh5co-recommended-section .recommended_list .photo img {
	width:100%;
	height:100%;
	transition: opacity .3s;
}
#fh5co-recommended-section .recommended_list .photo img:hover {
	opacity: .7;
}

/* =======================================================
* 	Instagram
* ======================================================= */

#fh5co-insta-section {
	width:100%;
	margin-top:80px;
	margin-bottom:20px;
}
#fh5co-insta-section h3 {
	text-align:center;
}
#fh5co-insta-section ul.insta_list {
	list-style-type:none;
	padding-left:0px;
	padding-bottom:5%;
	display:table;
}
#fh5co-insta-section ul.insta_list:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
#fh5co-insta-section ul.insta_list {display:inline-block;}
*html#fh5co-insta-section ul.insta_list {height:1%;}
#fh5co-insta-section ul.insta_list {display:block;}

#fh5co-insta-section ul.insta_list li {
	width:23.6%;
	float:left;
	margin-left:1.2%;
	display:table-cell;
	
}
#fh5co-insta-section .insta_list .photo {
	width:100%;
	height:auto;
	float:left;
	margin-top:20px;
}
#fh5co-insta-section .insta_list .photo img {
	width:100%;
	height:auto;
}

footer .to_top {
	margin: 0;
	width: 100%;
	height:100px!important;

}
footer .to_top a {
	background-image:url(../images/baraka_logo.png);
	background-repeat:no-repeat;
	background-size: contain;
	text-indent:1000%;
	white-space:nowrap;
	overflow:hidden;
	background-position: 30px;
	opacity:1.0;
	width:100%;
	height:100%;
	float:left;
}
footer .fh5co-social-icons {
	margin-top:20px;
}

#back-top {
    position: fixed;
	right: 0;
	bottom: 0;
}
#back-top a {
    width: 100px;
    display: block;
}
#back-top span {
    width: 100px;
    height: 100px;
    display: block;
    margin-bottom: 7px;
    background: url(../images/totop.png) no-repeat center center;
}

/* =======================================================
* 	パンくず
* ======================================================= */
#fh5co-breadcrumb-section {
	margin-top:40px;
	border-top: 1px solid rgba(0, 0, 0, 0.05);
}
#fh5co-breadcrumb-section .container {
	padding-left:0px;
	padding-right:0px;
}
#breadcrumbsList {
	
}
#breadcrumbsList ul {
	list-style-type:none;
	margin-top:8px;
	margin-bottom:8px;
	margin-left:0px;
	height:22px;
	padding-left:6px;
}
#breadcrumbsList ul li {
	font-size:0.68em;
	float:left;
	margin-left:8px;
	color:#9C7677;
}
#breadcrumbsList ul li a {
	color:#78494D;
}
#breadcrumbsList li + li::before {
    content: " > ";
}

/* =======================================================
* 	Footer
* ======================================================= */
#footer {
  padding: 60px 0 40px;
}
#footer p {
  font-size: 14px;
}
#footer p i.love {
  color: red;
}
#footer ul.footer_top_nav {
	width:700px;
	list-style-type:none;
	float:none;
	margin-left:auto;
	margin-right:auto;
}
#footer ul.footer_top_nav li {
	float:left;
	font-size:11px;
}
#footer ul.footer_top_nav li {
	margin-left:0px;
}
#footer ul.footer_top_nav li:nth-child(n + 2) {
	margin-left:24px;
	
}
#footer ul.footer_top_nav li a {
	color:#999;
}

#footer small {
	font-size:13px;
}

@media screen and (min-width: 768px) {/* PC */
	.sp {
		display:none;
	}
	
	/* =======================================================
	* 	Default Style 
	* ======================================================= */
	
	/* =======================================================
	* 	オープニング
	* ======================================================= */
	
	/* =======================================================
	* 	ソーシャルボタン
	* ======================================================= */
	.social {
		text-align: center;
	}
	
	/* =======================================================
	* 	スライダー
	* ======================================================= */
	#top_slider {
		margin-top:0px;
	}
	#top_slider.scrolled {
		margin-top:40px;
	}
	
	/* =======================================================
	* 	Header
	* ======================================================= */
	#fh5co-header {
		top: 0;
		left: 0;
		width: 100%;
		padding-top: 10px;
		padding-bottom: 0;
		margin-bottom: 6px;
		background: #ffffff;
		z-index: 100;
	}
	#fh5co-header .nav > li:first-child {
	  margin-left: 0;
	}
	#fh5co-header .nav > li a {
		font-family: Helvetica, Arial, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
		color: rgba(0, 0, 0, 0.4);
		position: absolute;
		font-size:12px;
		font-weight: 400;
		-webkit-transition: 0.5s;
		-o-transition: 0.5s;
		transition: 0.5s;
		padding: 0;
		display:block;
		width:100%;
		height:100%;
	}
	#fh5co-header .nav > li a > span {
		margin-top:0px;
		width:100%;
		float:left;
	}
	#fh5co-header .nav.text-right li a {
		font-size:10px;
	}
	#fh5co-header .nav {
	  width: 100%;
	  height:36px;
	  padding-top:0px;
	  padding-bottom:0px;
	}
	#fh5co-header .nav > li {
	  font-size: 15px;
	  display: inline-block;
	  margin-left:0px;
	  text-transform: uppercase;
	  height:36px;
	  position: relative;
	  text-align:center;
	}
	#fh5co-header .top-nav ul.nav > li {
		padding-left:10px;
		height:24px;
	}
	#fh5co-header .navbar .nav > li:nth-child(1) {
		width:80px;
	}
	#fh5co-header .navbar .nav > li:nth-child(2) {
		width:100px;
	}
	#fh5co-header .navbar .nav > li:nth-child(3) {
		width:60px;
	}
	#fh5co-header .navbar .nav > li:nth-child(4) {
		width:100px;
	}
	#fh5co-header .navbar .nav > li:nth-child(5) {
		width:120px;
	}
	#fh5co-header .navbar-default {
	  border: transparent;
	  background: #fff;
	  padding-bottom: 0;
	  margin-bottom: 0;
	}
	#fh5co-header .navbar {
	  padding: 0;
	  margin: 0;
	}
	#fh5co-header .navbar .main-nav {
		margin-top:0px;
	}
	#fh5co-header .top-nav .scrolled-nav {
		list-style-type:none;
		display:none;
	}
	#fh5co-header .top-nav .scrolled-nav li {
		font-size:9px;
		float:right;
		margin-top:-4px;
		margin-left:10px;
	}
	#fh5co-header .fh5co-navbar-brand {
		width: 100%;
		height:100px;
		background-image:url(../images/baraka_logo.png);
		background-repeat:no-repeat;
		background-size:contain;
		text-indent:100%;
		white-space:nowrap;
		overflow:hidden;
		opacity:1.0;
		margin-top: -30px;
		margin-right: 0;
		margin-bottom: 0;
		margin-left: 0;
		text-align: center;
		width: 50%;
		height: 50px;
	}
	#fh5co-header .fh5co-navbar-brand a.fh5co-logo {
		
	}
	
	/* Top Menu */
	#fh5co-header .top-nav ul.nav > li:nth-child(1) {
		width: 60px;
	}
	#fh5co-header .top-nav ul.nav > li:nth-child(2) {
		width: 60px;
	}
	#fh5co-header .top-nav ul.nav > li:nth-child(3) {
		width: 100px;
	}
	#fh5co-header .top-nav ul.nav > li:nth-child(4) {
		width: 60px;
	}
	#fh5co-header .top-nav ul.nav > li:nth-child(5) {
		width: 42px;
	}
	
	/* Langage Menu */
	#fh5co-header .top-nav > .nav > .menu__single ul.menu__second-level {
		
	}
	#fh5co-header .top-nav > .nav > .menu__single {
		width: 42px;
	}
	#fh5co-header .top-nav ul.nav .menu__second-level {
		position: absolute;
		top: 26px;
		width: 100%;
		background: #072A24;
		-webkit-transition: .2s ease;
		transition: .2s ease;
		visibility: hidden;
		opacity: 0;
		padding-left:0px;
		list-style-type:none;
		display:block;
	}
	#fh5co-header .top-nav ul.nav .menu__second-level li {
		border-top: 1px solid #111;
		margin-left:0px;
		background-color:#FFF;
		height:24px;
		position:relative;
	}
	#fh5co-header .top-nav ul.nav .menu__second-level li a {
		float:left;
		width:100%;
		margin-top:4px;
	}
	#fh5co-header .top-nav ul.nav .menu__single:hover > .menu__second-level {
	  top: 26px;
	  visibility: visible;
	  opacity: 1;
	}
	
	/* Scrolled Menu */
	#fh5co-header.scrolled {
		position:fixed;
		height:53px;
		z-index:2000;
		width:100%;
		box-shadow: 0 1px 3px rgba(0, 0, 0, .12);
	}
	#fh5co-header.scrolled .top-nav {
		position:absolute;
		right:20px;
		z-index:100;
	}
	#fh5co-header.scrolled .top-nav ul.nav {
		display:none;
	}
	#fh5co-header.scrolled .top-nav ul.nav li.cart {
		animation: fadeIn 2s ease 0s 1 normal;
		-webkit-animation: fadeIn 2s ease 0s 1 normal;
	}
	#fh5co-header.scrolled .fh5co-navbar-brand {
		height:36px!important;
		margin-top:0px;
		width:36px;
		background-size:contain;
	}
	#fh5co-header.scrolled .navbar .main-nav {
		margin-top:0px;
		z-index:2001;
	}
	#fh5co-header.scrolled .top-nav .scrolled-nav {
		display:block;
		margin-top:0px;
		margin-right:20px;
	}
	#fh5co-header.scrolled .container {
		height: 36px;
		padding-left:15px;
		padding-right:15px;
	}
	#fh5co-header.scrolled .row {
		height: 42px;
	}
	#fh5co-header.scrolled .navbar {
		height: 36px;
		min-height: 36px;
		margin-bottom:-10px;
	}
	#fh5co-header.scrolled .nav > li a > span {
		margin-top:10px;
		float:left;
	}
	/* =======================================================
	* 	intro
	* ======================================================= */
	#fh5co-intro-section .fh5co-inner.philosophy h3 {
		font-size:22px;
		margin-top:6%;
		margin-bottom:0px;
	}
	#fh5co-intro-section .fh5co-inner.philosophy h4 {
		font-size: 18px;
		margin-top: 0px;
	}
	#fh5co-intro-section .fh5co-inner.stella h3 {
		font-size:22px;
		margin-top:6%;
		margin-bottom:0px;
	}
	#fh5co-intro-section .fh5co-inner.stella h4 {
		font-size: 18px;
		margin-top: 0px;
	}
	#fh5co-intro-section .fh5co-inner.stella h4 small {
		
	}
	
	/* =======================================================
	* 	news
	* ======================================================= */
	#fh5co-news-section .news_list p .detail {
		font-size:0.5em;
		width:100%;
		float:left;
		word-wrap : break-word;
		overflow-wrap : break-word;
		line-height: 20px;
		color: #222;
		font-style: normal;
		clear:left;
	}
	
	/* =======================================================
	* 	recommended
	* ======================================================= */
	
	/* =======================================================
	* 	Instagram
	* ======================================================= */
	
	#fh5co-insta-section ul.insta_list li:nth-child(4n+1) {
		clear:left;
	}
	
	/* =======================================================
	* 	パンくず
	* ======================================================= */
	
	/* =======================================================
	* 	Footer
	* ======================================================= */

}
@media screen and (min-width: 992px) {
	/* =======================================================
	* 	Default Style 
	* ======================================================= */
	
	/* =======================================================
	* 	オープニング
	* ======================================================= */
	
	/* =======================================================
	* 	ソーシャルボタン
	* ======================================================= */
	
	/* =======================================================
	* 	スライダー
	* ======================================================= */
	
	/* =======================================================
	* 	Header
	* ======================================================= */
	#fh5co-header .navbar .nav > li:nth-child(1) {
		width:100px;
	}
	#fh5co-header .navbar .nav > li:nth-child(2) {
		width:140px;
	}
	#fh5co-header .navbar .nav > li:nth-child(3) {
		width:80px;
	}
	#fh5co-header .navbar .nav > li:nth-child(4) {
		width:130px;
	}
	#fh5co-header .navbar .nav > li:nth-child(5) {
		width:170px;
	}
	#fh5co-header .nav {
		text-align: center;
	}
	#fh5co-header .nav.text-right {
		text-align:right;
	}
	#fh5co-header .nav > li.active a {
		color: #000;
	}
	#fh5co-header .nav > li a {
		font-size:15px;
	}
	#fh5co-header .navbar .main-nav {
		margin-top:40px;
	}
	#fh5co-header .fh5co-navbar-brand {
		width: 100%;
		height: 100px;
	}
	
	/* =======================================================
	* 	intro
	* ======================================================= */
	#fh5co-intro-section .fh5co-inner.philosophy h3 {
		font-size:24px;
		margin-top:8%;
		margin-bottom:0px;
	}
	#fh5co-intro-section .fh5co-inner.philosophy h4 {
		font-size: 18px;
		margin-top: 10px;
	}
	#fh5co-intro-section .fh5co-inner.stella h3 {
		font-size:24px;
		margin-top:8%;
		margin-bottom:0px;
	}
	#fh5co-intro-section .fh5co-inner.stella h4 {
		font-size: 18px;
		margin-top: 10px;
	}
	#fh5co-intro-section .fh5co-inner.stella h4 small {
		
	}
	
	/* =======================================================
	* 	news
	* ======================================================= */
	#fh5co-news-section .news_list p .detail {
		font-size:12px;
		letter-spacing:0.12em;
	}
	
	/* =======================================================
	* 	recommended
	* ======================================================= */
	
	/* =======================================================
	* 	Instagram
	* ======================================================= */
	
	/* =======================================================
	* 	パンくず
	* ======================================================= */
	
	/* =======================================================
	* 	Footer
	* ======================================================= */
	
}

@media screen and (max-width:1024px) {
	/* =======================================================
	* 	Default Style 
	* ======================================================= */
	
	/* =======================================================
	* 	オープニング
	* ======================================================= */
	
	/* =======================================================
	* 	ソーシャルボタン
	* ======================================================= */
	
	/* =======================================================
	* 	スライダー
	* ======================================================= */
	
	/* =======================================================
	* 	Header
	* ======================================================= */
	
	/* =======================================================
	* 	intro
	* ======================================================= */
	
	/* =======================================================
	* 	news
	* ======================================================= */
	
	/* =======================================================
	* 	recommended
	* ======================================================= */
	#fh5co-recommended-section > .container {
		width:100%;
		padding-left:0px;
		padding-right:0px;
	}
	
	/* =======================================================
	* 	Instagram
	* ======================================================= */
	
	/* =======================================================
	* 	パンくず
	* ======================================================= */
	
	/* =======================================================
	* 	Footer
	* ======================================================= */

}
@media screen and (min-width:1025px) {
	/* =======================================================
	* 	Default Style 
	* ======================================================= */
	
	/* =======================================================
	* 	オープニング
	* ======================================================= */
	
	/* =======================================================
	* 	ソーシャルボタン
	* ======================================================= */
	
	/* =======================================================
	* 	スライダー
	* ======================================================= */
	
	/* =======================================================
	* 	Header
	* ======================================================= */
	
	/* =======================================================
	* 	intro
	* ======================================================= */
	#fh5co-intro-section .fh5co-inner.philosophy h3 {
		font-size:38px;
		margin-top:9%;
		margin-bottom:0px;
	}
	#fh5co-intro-section .fh5co-inner.philosophy h3 small {
		font-size:38px;
	}
	#fh5co-intro-section .fh5co-inner.philosophy h4 {
		font-size: 26px;
		margin-top: 18px;
	}
	#fh5co-intro-section .fh5co-inner.stella h3 {
		font-size:38px;
		margin-top:9%;
		margin-bottom:0px;
	}
	#fh5co-intro-section .fh5co-inner.stella h4 {
		font-size: 26px;
		margin-top: 10px;
	}
	#fh5co-intro-section .fh5co-inner.stella h4 small {
		
	}
	
	/* =======================================================
	* 	news
	* ======================================================= */
	#fh5co-news-section .news_list p .detail {
		font-size:16px;
		letter-spacing:0.12em;
	}
	
	/* =======================================================
	* 	recommended
	* ======================================================= */
	
	/* =======================================================
	* 	Instagram
	* ======================================================= */
	
	/* =======================================================
	* 	パンくず
	* ======================================================= */
	
	/* =======================================================
	* 	Footer
	* ======================================================= */
	
}
@media screen and (min-width:1920px) {
	/* =======================================================
	* 	Default Style 
	* ======================================================= */
	
	/* =======================================================
	* 	オープニング
	* ======================================================= */
	
	/* =======================================================
	* 	ソーシャルボタン
	* ======================================================= */
	
	/* =======================================================
	* 	スライダー
	* ======================================================= */
	
	/* =======================================================
	* 	Header
	* ======================================================= */
	
	/* =======================================================
	* 	intro
	* ======================================================= */
	#fh5co-intro-section .fh5co-inner.philosophy h3 {
		font-size:38px;
		margin-top:7%;
		margin-bottom:0px;
	}
	#fh5co-intro-section .fh5co-inner.philosophy h3 small {
		font-size:38px;
	}
	#fh5co-intro-section .fh5co-inner.philosophy h4 {
		font-size: 26px;
		margin-top: 18px;
	}
	#fh5co-intro-section .fh5co-inner.stella h3 {
		font-size:38px;
		margin-top:7%;
		margin-bottom:0px;
	}
	#fh5co-intro-section .fh5co-inner.stella h4 {
		font-size: 26px;
		margin-top: 10px;
	}
	#fh5co-intro-section .fh5co-inner.stella h4 small {
		
	}
	
	/* =======================================================
	* 	news
	* ======================================================= */
	
	/* =======================================================
	* 	recommended
	* ======================================================= */
	
	/* =======================================================
	* 	Instagram
	* ======================================================= */
	
	/* =======================================================
	* 	パンくず
	* ======================================================= */
	
	/* =======================================================
	* 	Footer
	* ======================================================= */
	
}
@media screen and (max-width: 767px) {/* SP */
	.pc {
		display:none;
	}
	/* =======================================================
	* 	Default Style 
	* ======================================================= */
	.box-wrap .inner {
		padding: 10px;
		overflow-x: hidden;
	}
	#fh5co-media-section, #fh5co-intro-section, #fh5co-contact-section,
	#fh5co-product-section, .about-section {
		padding-bottom: 3em;
	}
	.fh5co-intro-cover a.btn {
		padding: 15px 25px;
		font-size: 16px;
	}
	
	.container h3 {
		margin: 0 0 10px 0;
	}
	.contact-info {
		margin-bottom: 4em;
	}
	#back-top a {
		display:none;
	}
	
	.cart .mainArea p.alert {
		text-align:left;
	}
	.cart .mainArea .table02 .tanka {
		float:left;
		clear:left;
	}
	.cart .mainArea .table02 .suuryou {
		float:left;
		clear:left;
	}
	.cart .mainArea .table02 .shoukei {
		float:left;
		clear:left;
	}

	/* =======================================================
	* 	オープニング
	* ======================================================= */
	.start {
		/*background-image: url(../images/start_img01_sp.png);*/
	}
	.start .logo {
		margin-top: 50%;
	}
	
	/* =======================================================
	* 	ソーシャルボタン
	* ======================================================= */
	
	/* =======================================================
	* 	スライダー
	* ======================================================= */
	.slider {
		padding-top:0px;
	}
	.slider a {
		float:left;
		width:100%;
	}
	#top_slider .slick-list .slick-track a {
		min-height:238px;
	}
	
	/* =======================================================
	* 	Header
	* ======================================================= */
	#fh5co-header {
		top: 0;
		left: 0;
		width: 100%;
		height: 40px;
		padding-top: 0px;
		padding-bottom: 0;
		margin-bottom: 0px;
		background: #ffffff;
		z-index: 100;
	}
	#fh5co-header .nav > li.active a:before {
		top: 0;
	}
	#fh5co-header .nav > li {
		width: 100%;
		margin-left: 0;
	}
	
  /* menu toggle */
	#toggle {
		display: block;
		width: 28px;
		height: 8px;
		margin: 24px 10px 10px;
	}
	
	#toggle span:after,
	#toggle span:before {
		content: "";
		position: absolute;
		left: 0;
		top: -9px;
	}
	#toggle span:after{
		top: 9px;
	}
	#toggle span {
		position: relative;
		display: block;
	}
	
	#toggle span,
	#toggle span:after,
	#toggle span:before {
		width: 100%;
		height: 2px;
		background-color: #888;
		transition: all 0.3s;
		backface-visibility: hidden;
		border-radius: 2px;
	}
	
	/* menu appearance*/
	#sp_menu {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 1000;
		overflow:hidden;
		-webkit-transition: max-height .0s;
		-o-transition: max-height .0s;
		-moz-transition-delay: max-height .0s;
		-ms-transition-delay: max-height .0s;
		transition: max-height .0s;
		transition-delay: 1.0s;
		max-height: 44px;
	}
	#sp_menu.on {
		-webkit-transition: max-height .0s;
		-o-transition: max-height .0s;
		-moz-transition-delay: max-height .0s;
		-ms-transition-delay: max-height .0s;
		transition: max-height .0s;
		transition-delay: .0s;
		max-height: 1000px;
	}
	#sp_menu > #menu {
		position: relative;
		color: #999;
		width: 100%;
		padding: 10px;
		margin: auto;
		font-family: Helvetica, Arial, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
		text-align: center;
		background: white;
		-webkit-transition: opacity 0.8s, transform 0.8s;
		-o-transition: opacity 0.8s, transform 0.8s;
		-moz-transition-delay: opacity 0.8s, transform 0.8s;
		-ms-transition-delay: opacity 0.8s, transform 0.8s;
		transition: opacity 0.8s, transform 0.8s;
		transform: translate(767px,0px);
		opacity: 0;
	}
	#menu ul, #menu li, #menu li a {
		list-style: none;
		display: block;
		margin: 0;
		padding: 0;
	}
	
	#menu > ul > li.head {
		margin-bottom:10px;
		height:40px;
	}
	
	#menu > ul > li.head > .regist, #menu > ul > li.head > .login_logout {
		font-size:0.9em;
		float:left;
		width:50%;
		border: 1px solid #CCC;
	}
	#menu > ul > li.head > .login_logout {
		border-left:none;
	}
	
	/* on activation */
	#toggle.on span {
		background-color: transparent;
	}
	#toggle.on span:before {
		transform: rotate(45deg) translate(5px, 5px);
	}
	#toggle.on span:after {
		transform: rotate(-45deg) translate(7px, -8px);
	}
	#sp_menu.on > #menu {
		opacity: 1;
		transform: translate(0px,0px);
	}
	
	/* styles */
	#sp_menu p, #sp_menu p a { font-size: 12px;text-align: center; color: #888; }
	#sp_menu ul {
		list-style-type: none;
	}
	
	#sp_menu_header {
		width:100%;
		height:44px;
		overflow:visible;
	}
	#sp_menu {
		float:left;
		
	}
	#sp_menu a#toggle {
		float:right;
		width:30px;
		color: #5B4222;
		text-decoration: none;
	}
	#sp_menu_header #toggle {
		float:left;
	}
	#sp_menu_header #icon {
		position:absolute;
		width:38px;
		height:38px;
		margin-top:4px;
		margin-left:10px;
		left:0px;
		background-image: url(../images/baraka_logo.png);
		background-repeat: no-repeat;
		background-size: contain;
		text-indent: 100%;
		overflow: hidden;
	}
	#sp_menu_header #icon_regist {
		position:absolute;
		width:30px;
		height:30px;
		margin-top:8px;
		margin-right:104px;
		font-size:24px;
		color:#999;
		right:0px;
	}
	#sp_menu_header #icon_log-out {
		position:absolute;
		width:30px;
		height:30px;
		margin-top:8px;
		margin-right:74px;
		font-size:24px;
		color:#999;
		right:0px;
	}
	#sp_menu_header #icon_login {
		position:absolute;
		width:30px;
		height:30px;
		margin-top:8px;
		margin-right:74px;
		font-size:24px;
		color:#999;
		right:0px;
	}
	#sp_menu_header #icon_cart {
		position:absolute;
		width:30px;
		height:30px;
		margin-top:8px;
		margin-right:44px;
		font-size:24px;
		color:#999;
		right:0px;
	}
	#sp_menu h1 {
		color: #FFF;
		font-size: 24px;
		font-weight: 400;
		text-align: center;
		margin-top: 80px;
	}
	
	#sp_menu h1 a {
		color: #c12c42;
		font-size: 16px;
	}
	
	#sp_menu .accordion {
		width: 100%;
		margin: 10px auto 20px;
		background: #FFF;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
	}
	
	#sp_menu .accordion .link {
		cursor: pointer;
		display: block;
		padding: 15px 15px 15px 15px;
		color: #4D4D4D;
		font-size: 14px;
		font-weight: 700;
		border-bottom: 1px solid #CCC;
		position: relative;
		-webkit-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		transition: all 0.4s ease;
	}
	
	#sp_menu .accordion li:last-child .link {
		border-bottom: 0;
	}
	
	#sp_menu .accordion li i {
		position: absolute;
		top: 16px;
		left: 12px;
		font-size: 18px;
		color: #595959;
		-webkit-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		transition: all 0.4s ease;
	}
	
	#sp_menu .accordion li i.fa-chevron-down {
		right: 12px;
		left: auto;
		font-size: 16px;
	}
	
	#sp_menu .accordion li.open .link {
		/*color: #b63b4d;*/
		color:#930;
	}
	
	#sp_menu .accordion li.open i {
		color: #b63b4d;
	}
	#sp_menu .accordion li.open i.fa-chevron-down {
		-webkit-transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	
	#sp_menu .accordion li.default .submenu {display: block;}
	
	
	#sp_menu .submenu {
		display: none;
		background: #444359;
		font-size: 14px;
	}
	
	#sp_menu .submenu li {
		border-bottom: 1px solid #4b4a5e;
	}
	
	#sp_menu .submenu a {
		display: block;
		text-decoration: none;
		color:#FFF;
		padding: 12px;
		-webkit-transition: all 0.25s ease;
		-o-transition: all 0.25s ease;
		transition: all 0.25s ease;
	}
	
	#sp_menu .submenu a:hover {
		background: #b63b4d;
		color: #FFF;
	}
	
	/* =======================================================
	* 	intro
	* ======================================================= */
	#fh5co-intro-section .row .col-md-12 {
		margin-top: 30px;	
	}
	#fh5co-intro-section .row {
		margin-left:0px;
		margin-right:0px;
	}
	#fh5co-intro-section .fh5co-inner {
		height: 278px;
		clear:left;
	}
	#fh5co-intro-section .fh5co-services {
		margin-bottom:0px;
		
	}
	#fh5co-intro-section .fh5co-inner .photo {
		position:relative;
		float:left;
		width:100%;
	}
	#fh5co-intro-section .fh5co-inner .photo h3, #fh5co-intro-section .fh5co-inner .photo h4 {
		color:#333;
		text-shadow:none;
	}
	#fh5co-intro-section .fh5co-inner .photo h4 {
		font-size:16px;
		margin-bottom:30px;
	}
	#fh5co-intro-section .fh5co-inner .photo h4 small {
		font-size:14px;
		color:#717171;
	}
	#fh5co-intro-section .fh5co-inner.philosophy h3 small {
		font-size: 20px;
		color:#333;
		text-shadow:none;
	}
	#fh5co-intro-section .fh5co-inner.philosophy {
		width:100%;
		height:50%;
	}
	#fh5co-intro-section .fh5co-inner.philosophy:before {
		position: static;
		padding-bottom: 50%;
	}
	#fh5co-intro-section .fh5co-inner.philosophy .photo {
		background-image: url(../images/services01_sp.jpg);
		background-repeat: no-repeat;
		background-position: left top;
		background-size:contain;
		position:relative;
		display:block;
		top: 0;
		left: 0;
		width:100%;
		height:100%;
		padding-bottom:0px;
		text-align:center;
	}
	#fh5co-intro-section .fh5co-inner.philosophy h3 {
		position:relative;
		float:left;
		clear:left;
		top:auto;
		left:auto;
		font-size:20px;
		line-height:22px;
		width:100%;
		text-align:center;
		margin-top:54%;
		margin-bottom:10px;
		display:block;
	}
	#fh5co-intro-section .fh5co-inner.teiki {
		width:100%;
		height:50%;
	}
	#fh5co-intro-section .fh5co-inner.teiki .photo {
		background-image: url(../images/services02_sp.jpg);
		background-repeat: no-repeat;
		background-position: left top;
		background-size:contain;
		position:relative;
		display:block;
		top: 0;
		left: 0;
		width:100%;
		height:100%;
		padding-bottom:0px;
		text-align:center;
	}
	#fh5co-intro-section .fh5co-inner.teiki h3 {
		position:relative;
		float:left;
		clear:left;
		top:auto;
		left:auto;
		font-size:20px;
		line-height:22px;
		width:100%;
		text-align:center;
		margin-top:54%;
		margin-bottom:10px;
		display:block;
	}
	#fh5co-intro-section .fh5co-inner.concept {
		width:100%;
		height:50%;
	}
	#fh5co-intro-section .fh5co-inner.concept .photo {
		background-image: url(../images/services03_sp.jpg);
		background-repeat: no-repeat;
		background-position: left top;
		background-size:contain;
		position:relative;
		display:block;
		top: 0;
		left: 0;
		width:100%;
		height:100%;
		padding-bottom:0px;
		text-align:center;
	}
	#fh5co-intro-section .fh5co-inner.concept h3 {
		position:relative;
		float:left;
		clear:left;
		top:auto;
		left:auto;
		font-size:20px;
		line-height:22px;
		width:100%;
		text-align:center;
		margin-top:54%;
		margin-bottom:10px;
		display:block;
	}
	#fh5co-intro-section .fh5co-inner.concept h4 {
		position:relative;
		float:left;
		top:auto;
		left:auto;
		font-size:18px;
		width:100%;
		text-align:center;
		margin-bottom:10px;
	}
	#fh5co-intro-section .fh5co-inner.stella {
		width:100%;
		height:50%;
	}
	#fh5co-intro-section .fh5co-inner.stella .photo {
		background-image: url(../images/services04_sp.jpg);
		background-repeat: no-repeat;
		background-position: left top;
		background-size:contain;
		position:relative;
		display:block;
		top: 0;
		left: 0;
		width:100%;

		height:100%;
		padding-bottom:0px;
		text-align:center;
	}
	#fh5co-intro-section .fh5co-inner.stella h3 {
		position:relative;
		float:left;
		clear:left;
		top:auto;
		left:auto;
		font-size:20px;
		line-height:22px;
		width:100%;
		text-align:center;
		margin-top:54%;
		margin-bottom:10px;
		display:block;
	}
	#fh5co-intro-section {
		margin-top:0px;
		padding-bottom:0px;
	}
	#fh5co-intro-section .col-md-12 .col-md-6 {
		    padding-left: 0px;
			padding-right:0px;
	}
	#fh5co-intro-section > div.row > div > div:nth-child(2) {
		margin-top:40px;
	}
	
	/* =======================================================
	* 	news
	* ======================================================= */
	#fh5co-news-section h3 {
		margin-top:10px;
		margin-bottom:20px;
		width:100%;
		text-align:center;
	}
	#fh5co-news-section ul.news_list {
		padding-left:0px;
		padding-right:0px;
	}
	#fh5co-news-section ul.news_list li {
		width:100%;
		height:auto;
		margin-left:0px;
		margin-bottom:10px;
		padding-left:0px;
		padding-right:0px;
	}
	#fh5co-news-section ul.news_list li .photo {
		width:28vw;
		height:auto;
		float:left;
		border: thin solid #CCC;
		padding:4px;
	}
	#fh5co-news-section ul.news_list li .photo img {
		width:100%;
		height:auto;
	}
	#fh5co-news-section .news_list p {
		width:64vw;
		height:auto;
		margin-bottom:0px;
		margin-left:4px;
		line-height:1.05;
	}
	#fh5co-news-section .news_list p .date {
		width:100%;
		font-size:0.85em;
		color:#999;
		border-bottom: thin dotted #CCC;
	}
	#fh5co-news-section .news_list p .detail {
		font-size:0.8em;
		letter-spacing:0.12em;
	}
	#fh5co-news-section .row.news div:nth-child(2) {
		margin-top:20px;
	}
	#fh5co-news-section .row.column {
		margin-top:20px;
	}
	
	/* =======================================================
	* 	recommended
	* ======================================================= */
	#fh5co-recommended-section {
		margin-top:40px;
		margin-bottom:20px;
	}
	#fh5co-recommended-section ul.recommended_list {
		margin-left:2%;
	}
	#fh5co-recommended-section ul.recommended_list li {
		width:46%;
		margin-left:2%;
		margin-bottom:2%;
	}
	#fh5co-recommended-section ul.recommended_list li:nth-child(odd){
		clear:left;
	}
	#fh5co-recommended-section .recommended_list .photo {
		/*width:100%;
		height:100%;*/
	}
	#fh5co-recommended-section .recommended_list .photo h3 {
		clear:both;
		margin-top:10px;
		margin-bottom:6px;
		font-size:14px;
	}
	#fh5co-recommended-section .recommended_list .photo h4 {
		clear:both;
		font-size:12px;
	}
	#fh5co-recommended-section .recommended_list .photo img {
		width:100%;
		height:100%;
	}
	
	/* =======================================================
	* 	Instagram
	* ======================================================= */
	#fh5co-insta-section ul.insta_list {
		margin-left:2%;
	}
	#fh5co-insta-section ul.insta_list li {
		width:46%;
		margin-left:2%;
		margin-bottom:2%;
	}
	#fh5co-insta-section ul.insta_list li:nth-child(odd){
		clear:left;
	}
	#fh5co-insta-section .insta_list .photo {
		width:100%;
		height:100%;
		margin-top:0px;
	}
	#fh5co-insta-section .insta_list .photo img {
		width:100%;
		height:100%;
	}
	
	/* =======================================================
	* 	パンくず
	* ======================================================= */
	#breadcrumbsList ul {
		list-style-type:none;
		margin-top:8px;
		margin-bottom:4px;
		margin-left:0px;
		height:22px;
	}
	
	/* =======================================================
	* 	Footer
	* ======================================================= */
	#footer {
		padding-top:0px!important;
	}
	
	footer .to_top {
		margin-top:20px;
		margin-bottom:0px;
		margin-left:0px;
		margin-right:0px;
		width: 100%;
		height:100px!important;
		text-align: center;
	
	}
	footer .to_top a {
		background-image:url(../images/baraka_logo.png);
		background-repeat:no-repeat;
		background-size:contain;
		text-indent:1000%;
		white-space:nowrap;
		overflow:hidden;
		background-position: 0px;
		opacity:1.0;
		width: 60px;
		width: 60px;
		margin: 0 auto;
		display: block;
		float:none;
	}
	
	#footer ul.footer_top_nav {
		width:100%;
		text-align:center;
		padding-left:0px;
	}
	#footer ul.footer_top_nav li:nth-child(n + 2) {
		font-size:10px;
		margin-left:10px;
		
	}
	#footer ul.footer_top_nav li {
		float:none;
	}
	
}
@media screen and (max-width: 480px) {
	#fh5co-header .nav > li.active a {
		border-bottom: 2px solid transparent;
		color: #a980cd;
	}
}