@charset "utf-8";

/*--------------------------------------------------------------
	Common
--------------------------------------------------------------*/
html {
  overflow-y: scroll;
  overflow-x: hidden;
  -ms-overflow-style: scrollbar;
}

body {
  background: #fff;
  font: 400 12px/1.8 "Open Sans", sans-serif;
  color: #666;
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
  height: auto;
}

iframe {
  border: 0;
}

/* Transition elsements */
a,
.btn {
  transition: all 0.125s ease-in-out 0s;
}

/* Reset box-shadow */
.btn,
.form-control,
.form-control:hover,
.form-control:focus {
  box-shadow: none;
}

/* Reset border-radius */
.form-control {
  border-radius: 2px;
}

/* Sections */

.main {
  position: relative;
  background-color: #fff;
  z-index: 1;
}

.module,
.module-small {
  position: relative;
  padding: 20px 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

/* Module header */
.module-small {
  padding: 30px 0;
}

.module-extra-small {
  padding: 25px 0px;
}

/* Sections dividers */
.divider-w {
  border-top: 1px solid #eaeaea;
  margin: 0;
}

/* Half-image */

/* Dark background */
.bg-dark,
.bg-dark-60,
.bg-dark-60 .module-title {
  margin-bottom: 30px;
  color: #fff;
  background: #333;
}
.bg-dark-60 .module-title a{
	color: #fff;
}
.bg-dark {
  background: #111;
}

.bg-dark-10:before {
  position: absolute;
  background: rgba(2, 2, 2, 0.2);
  content: " ";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.bg-dark-60:before {
  position: absolute;
  content: " ";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.bg-light {
  background: red;
}

.parallax-bg {
  background-attachment: fixed;
  background-size: cover;
}
.sbi_photo_wrap,.sbi_info{
	max-width: 230px!important;
}
#sb_instagram .sbi_caption{
  font-family: 'Meiryo UI',YuGothic,'Yu Gothic','ヒラギノ角ゴシック','Hiragino Sans',sans-serif!important;
 }
#sb_instagram .sbi_photo,#sb_instagram #sbi_images img{
	max-with: 230px!important; max-height: 230px!important; }
/* Vertical margin, padding */

.mt-50 {
  margin-top: 50px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

@media only screen and (max-width: 991px) {
  .mb-sm-20 {
    margin-bottom: 20px !important;
  }
  .mb-sm-40 {
    margin-bottom: 40px !important;
  }
}

/* Scroll to top */
.scroll-up {
  position: fixed;
  display: none;
  bottom: 7px;
  right: 7px;
  z-index: 999;
}

.scroll-up a {
  background: #fff;
  display: block;
  height: 28px;
  width: 28px;
  text-align: center;
  line-height: 28px;
  font-size: 14px;
  color: #000;
  opacity: 0.6;
  border-radius: 2px;
}

.scroll-up a:hover,
.scroll-up a:active {
  opacity: 1;
  color: #000;
}


/*--------------------------------------------------------------
	Buttons
--------------------------------------------------------------*/
.btn {
  border-radius: 0;
  font-family:'Open Sans', 'YuGothic_Family', 'YuGothic', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  /* font-family: "Roboto Condensed", sans-serif;  */
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 11px;
  padding: 8px 37px;
  color: #999;
}

.btn:active:focus,
.btn:focus {
  outline: 0;
}

.btn.btn-round {
  border-radius: 2px;
}

.btn.btn-circle {
  border-radius: 30px;
}

.btn.btn-g {
  background: #e5e5e5;
  color: #111;
}

.btn.btn-g:hover,
.btn.btn-g:focus {
  background: #d8d8d8;
  color: #111;
}

.btn.btn-border-w {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.75);
  color: #fff;
}

.btn.btn-border-w:hover,
.btn.btn-border-w:focus {
  background: #fff;
  border-color: transparent;
  color: #111;
}

.btn-border-d {
  background: transparent;
  border: 1px solid #111111;
  color: #111;
}

.btn.btn-border-d:hover,
.btn.btn-border-d:focus {
  background: #111111;
  color: #fff;
}

/* Buttons size */

/*--------------------------------------------------------------
	Forms
--------------------------------------------------------------*/
/* Selection */
::-moz-selection {
  background: #000;
  color: #fff;
}

::-webkit-selection {
  background: #000;
  color: #fff;
}

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

/* Forms common style */
.form-control {
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 11px;
  height: 33px;
  border: 1px solid #EAEAEA;
  border-radius: 2px;
  transition: all 0.4s ease-in-out 0s;
}

.form-control:focus {
  border-color: #CACACA;
}

/* Forms size */

/*--------------------------------------------------------------
	Typography
--------------------------------------------------------------*/
a {
  color: #111;
}

a:hover, a:focus {
  text-decoration: none;
  color: #aaa;
  outline: 0;
}

.bg-dark a {
  color: #aaa;
}

.bg-dark a:hover, .bg-dark a:focus {
  color: #fff;
}

h2, h4 {
  line-height: 1.4;
  font-weight: 400;
}

ul {
  margin: 0 0 20px;
}

.font-alt {
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.module-title ,.module-title a{
  margin: 0 0 30px;
  font-family: YuMincho, '游明朝', "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  font-weight: 500;
  font-size: 22px;
  color: #111;
  text-align: center;
  position: relative;
}
.module-title span,.module-title a span{
	display: block;
	font-size: 16px;
	font-weight: normal;
	color: #818181;
}
.module-title.insta{
	margin: 20px 0 30px;
}
.module-title.insta img{
	max-width: 18px;
	margin-right: 10px;
	vertical-align: initial;
}
.access-map .module-title {
  margin: 0 0 20px;
}


/*--------------------------------------------------------------
	Slider & Carousel
--------------------------------------------------------------*/
/* -------------------------------------------------------------------
General Styles - FlexSlider
------------------------------------------------------------------- */
.flex-direction-nav a,
.flex-control-nav > li > a {
  transition: all 0.3s ease-in-out 0s;
}

.flex-direction-nav a {
  position: absolute;
  display: block;
  height: 100%;
  width: 50%;
  top: 0;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  margin: 0;
}

.flex-direction-nav .flex-prev {
  opacity: 0;
  left: 0;
 /* cursor: url(../images/prev-light.png), e-resize;*/
}

.flex-direction-nav .flex-next {
  opacity: 0;
  right: 0;
  /*cursor: url(../images/next-light.png), e-resize;*/
}

.flex-control-nav {
  position: absolute;
  width: auto;
  left: 50%;
  bottom: 20px;
  z-index: 11;
  text-align: center;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.flex-control-nav > li {
  display: inline-block;
  margin: 5px 3px;
}

.flex-control-nav > li > a {
  background: transparent;
  border: 1px solid #fff;
  display: block;
  height: 6px;
  width: 6px;
  border-radius: 6px;
}

.flex-control-nav > li > a:hover,
.flex-control-nav > li > a.flex-active {
  background: #fff;
}

/* -------------------------------------------------------------------
Hero Slider
------------------------------------------------------------------- */
.hero-slider {
  margin: 0 !important;
}

.hero-slider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

.hero-slider,
.hero-slider .flex-viewport {
  height: 100% !important;
  width: 100%;
  padding: 0;
  margin: 0;
}

.hero-slider .slides {
  height: 100% !important;
  transition-delay: 1s;
}

.hero-slider .flex-direction-nav a {
  width: 15%;
}

.hero-slider .slides li {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100% !important;
  width: 100%;
  padding: 0;
  margin: 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

/* Caption */
.titan-caption {
  position: relative;
  display: table;
  height: 100%;
  width: 70%;
  margin: 0 auto;
}

.titan-caption {
  position: relative;
  display: table;
  height: 100%;
  width: 100%;
  margin: 0 auto;
}

.caption-content {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

/*
Photography Page Slider
*/
.photography-page .image-caption {
  bottom: 20px;
  position: absolute;
  width: 35%;
}

.photography-page .image-caption .caption-text {
  font-size: 24px;
  text-transform: capitalize;
  letter-spacing: 1px;
}

.photography-page .flex-control-nav {
  left: 80%;
  bottom: 20px;
  z-index: 11;
}

/* -------------------------------------------------------------------
General Styles - Owlcarousel
------------------------------------------------------------------- */
.owl-controls {
  margin-top: 40px;
}

.owl-pagination div {
  display: inline-block;
}

.owl-controls .owl-page span {
  background: transparent;
  border: 1px solid #111;
  display: block;
  height: 6px;
  width: 6px;
  margin: 0 3px 5px;
  border-radius: 6px;
  transition: all 0.3s ease-in-out 0s;
}

.owl-controls .owl-page.active span,
.owl-controls.clickable .owl-page:hover span {
  background: #111;
}

.owl-controls .owl-buttons > div {
  display: inline-block;
  margin: 5px;
  font-size: 14px;
  color: #111;
}


/*--------------------------------------------------------------
	Header
--------------------------------------------------------------*/
.home-section {
  max-height: 500px;
  position: relative;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  z-index: 0;
  background-size: cover;
}

.titan-title-size-1 {
  letter-spacing: 4px;
  font-size: 15px;
  color:#fff;
  font-family: YuMincho, '游明朝', "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

.titan-title-size-4 {
  font-family: YuMincho, '游明朝', "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  font-weight: 400;
  font-size: 48px;
  color:#fff;
  letter-spacing: 24px;
  text-indent: 24px;
}
.titan-title-size-4 span{
	letter-spacing: 12px;
}

/*--------------------------------------------------------------
	Team
--------------------------------------------------------------*/
.team-item {
  position: relative;
  text-align: center;
}

.team-descr {
  margin: 20px 0 0;
}

.team-name {
  font-size: 14px;
  color: #111;
  font-family: YuMincho, '游明朝', "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  margin: 0 0 10px 0;
}

.team-role {
  font-size: 11px;
  color: #333;
  font-family: 'Meiryo UI',YuGothic,'Yu Gothic','ヒラギノ角ゴシック','Hiragino Sans',sans-serif; 
}

.team-roleL-title {
  font-size: 13px;
  color: #222;
  text-align:left;
  font-family: YuMincho, '游明朝', "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  margin: 0 0 7px 0;
  font-weight: bold;
}

.team-roleDate {
  font-size: 11px;
  color: #666;
  margin: 0 0 5px 0;
}

.team-roleL {
  font-size: 11px;
  color: #333;
  text-align:left;
  font-family: 'Meiryo UI',YuGothic,'Yu Gothic','ヒラギノ角ゴシック','Hiragino Sans',sans-serif; 
}

.product-title {
  font-size: 14px;
  color: #222;
  text-align:left;
  font-family: YuMincho, '游明朝', "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  font-weight: bold;
  margin: 0 0 7px 0;

}
.price {
  font-size: 11px;
  color: gray;
  font-family: 'Meiryo UI',YuGothic,'Yu Gothic','ヒラギノ角ゴシック','Hiragino Sans',sans-serif; 
}

/*--------------------------------------------------------------
	Portfolio
--------------------------------------------------------------*/
/* Portfolio grid */

.work-item {
  width: 40%;
  float: left;
  margin: 0;
}

.work-item > a {
  position: relative;
  display: block;
  overflow: hidden;
}

.sliding-portfolio .work-item {
  width: 100%;
}

/*--------------------------------------------------------------
	Call to action
--------------------------------------------------------------*/
.callout-text {
  color: rgba(255, 255, 255, 0.6);
}
/*--------------------------------------------------------------
	Shop Items
--------------------------------------------------------------*/
.shop-item {
  text-align: center;
  margin: 0 0 40px;
  overflow: hidden;
}
@media (max-width: 1200px) {
.shop-item{ min-height: 340px; }	
}
@media (max-width: 992px) {
.shop-item{ min-height: 465px; }	
}
@media (max-width: 720px) {
.shop-item{min-height: auto;margin-bottom: 0;}	

}
.shop-item.font-alt {}

.shop-item-image {
  position: relative;
  overflow: hidden;
}

.shop-item-image img {
  width: 100%;
}


.shop-item-image:after {
  transition: all 0.4s ease-in-out 0s;
}

.shop-item-image:after {
  position: absolute;
  display: block;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.shop-item-title {
  margin: 8px 0 5px 0;
  font-size: 14px;
  color: #000;
  font-family: YuMincho, '游明朝', "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

.shop-item-title.date {
  margin: 8px 0 5px 0;
  font-size: 13px;
  color: #ccc;
}




a h4.shop-item-title,h4.shop-item-title a { color: #111; font-weight: 500; }
/* Shop item hover */
.shop-item:hover .shop-item-image:after {
  background: rgba(255, 255, 255, 0.7);
}


.access-map {max-height: 350px; }
.access-map iframe{
	width: 100%!important;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
}

#sb_instagram #sbi_load .sbi_follow_btn{ display: none!important;}


/*--------------------------------------------------------------
	トップページ3列新着
--------------------------------------------------------------*/

.top-news{
	width: 100%;
	max-width: 1140px;
	margin: 20px 0 40px;
}
.top-news li{
	float: left;
	display: block;
	width: 33%;
	padding: 0 3%;
	text-align: center;
	border-right: 1px solid #eaeaea;
	position: relative;
}
.top-news li:last-child{ border-right: none; }
.top-news li h2{
	margin-bottom: 40px;
	font-family: YuMincho, '游明朝', "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 18px;
	line-height: 1;
}
.top-news li a.post-cont{
	display: block;
	width: 100%;
	max-width: 330px;
	margin-bottom: 30px;
  font-family: 'Meiryo UI',YuGothic,'Yu Gothic','ヒラギノ角ゴシック','Hiragino Sans',sans-serif; 
	font-size: 11px;
	color: #000;
}
.top-news li a img{
	float: left;
	width: 40%;
	max-width: 130px;
}
.top-news li a div{
	float: right;
	width: 55%;
	max-width: 185px;
	text-align: left;
}
.top-news li a h3{
	margin-bottom: 5px;
	font-family: YuMincho, '游明朝', "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 18px;
	color: #000;
	line-height: 1;
}
.top-news li a h3 span{
	display: block;
	margin-top: 10px;
	font-size: 14px;
}
.top-news li a h3 span span{
	margin-top: 0;
}
.top-news li a span.session{
	display:block;
	margin-bottom: 15px;
	color: #818181;
	line-height: 1;
}
.top-news li a.more-btn{
	display: block;
	width: 100%;
	max-width: 330px;
	font-family: YuMincho, '游明朝', "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 11px;
	font-weight: bold;
	color: #818181;
	text-align: right;
}
.top-news li a.more-btn:after{
	content:">>";
	padding-left:1em
}
	
/*--------------------------------------------------------------
	Responsive Styles - Media Queries
--------------------------------------------------------------*/
@media (min-width: 768px) {
  /* Comments */
}

@media (max-width: 1200px) {
  /* Features */
}

@media (max-width: 1050px) {
  /* Navbar */
}

@media (max-width: 991px) {

.top-news{
	width: 80%;
	margin: 20px auto 40px;
}
.top-news li{
	float: none;
	width: 100%;
	padding: 0;
	margin-bottom: 30px;
	border-right: none;
	border-bottom: 1px solid #eaeaea;
}
.top-news li h2{
	margin-bottom: 40px;
	font-family: YuMincho, '游明朝', "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 18px;
	line-height: 1;
}
.top-news li a.post-cont{
	display: block;
	width: 100%;
	max-width: 100%;
	margin-bottom: 30px;
}
.top-news li a img{
	float: left;
	width: 40%;
	max-width: inherit;
	margin-right: 5%;
}
.top-news li a div{
	float: leftt;
	width: 75%;
	max-width: inherit;
	text-align: left;
}
.top-news li a h3{
	margin-bottom: 5px;
	font-family: YuMincho, '游明朝', "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 18px;
	color: #000;
	line-height: 1;
}
.top-news li a h3 span{
	display: block;
	margin-top: 10px;
	font-size: 14px;
}
.top-news li a h3 span span{
	margin-top: 0;
}
.top-news li a span.session{
	display:block;
	margin-bottom: 15px;
	color: #818181;
	line-height: 1;
}
.top-news li a.more-btn{
	display: block;
	width: 100%;
	max-width: inherit;
	margin: -20px 0 20px;
	font-family: YuMincho, '游明朝', "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 11px;
	font-weight: bold;
	color: #818181;
	text-align: right;
}
.top-news li a.more-btn:after{
	content:">>";
	padding-left:1em
}
	


  /* Headers */
  .titan-title-size-4 {
    letter-spacing: 12px;
    font-size: 38px;
  }
  .work-item {
    width: 50%;
  }
  /* Half-image */
}

@media (max-width: 767px) {
	.col-sm-6,#sb_instagram.sbi_col_5 #sbi_images .sbi_item{
		float: left;
		width: 50%!important;
	}
	.top-info .col-sm-6{min-height: 320px;}
	#team .col-sm-6,.bg-dark-60 .col-sm-6{
		float: none;
		width: inherit!important;
	}
	#sb_instagram.sbi_col_5 #sbi_images .sbi_item:last-child,#sb_instagram #sbi_load .sbi_load_btn{ display: none!important; }
	#sb_instagram #sbi_load .sbi_follow_btn{ display: block!important;}
  /* Navbar */
  /* Shop navbar */
  /* Headers */
  .titan-title-size-1 {
    letter-spacing: 2px;
    font-size: 14px;
  }
  .titan-title-size-4 {
    font-size: 28px;
    letter-spacing: 6px;
	text-indent: 6px;
  }
  /* Features */
  /* Callout */
  .callout-text {
    margin: 0 0 30px;
  }
  .callout-text {
    text-align: center;
  }
  /* Sidebar */
  /* Half-image */
  /* Restaurant menu */

  
  /*--------------------------------------------------------------
	トップページ3列新着
--------------------------------------------------------------*/

.top-news{
	width: 100%;
	max-width: 1140px;
	margin: 20px 0 40px;
}
.top-news li{
	width: 100%;
	padding: 0;
	border-right: none;
	min-height: inherit;
}
.top-news li:last-child{width: 100%;}

.top-news li a.post-cont{
	width: 100%;
}
.top-news li a img{
	max-width: inherit;
}
.top-news li a div{
	width: 55%;
	max-width: inherit;
	text-align: left;
}

.top-news li a.more-btn{
	margin: 0 auto 50px;
}
.bg-dark-60 .row{ margin: 0; }
#sb_instagram.sbi_col_5.sbi_disable_mobile #sbi_images .sbi_item{ min-height: 260px; }
}
@media only screen and (max-width: 320px) {
.top-info .col-sm-6{/* min-height: 0px; */}
#sb_instagram.sbi_col_5.sbi_disable_mobile #sbi_images .sbi_item{ min-height: 251px; }
}
@media only screen and (max-width: 480px) {
  .work-item {
    width: 100%;
  }
  .access-map iframe{
	  margin-bottom: -10px;
  }
}
