/*--------------------------------------------------------------
	Common
--------------------------------------------------------------*/
input,textarea {-webkit-appearance: none;}

img{
-webkit-backface-visibility: hidden;
}

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

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

img {
  max-width: 100%;
	width: 100%;
  height: auto;
}
img[src$=".svg"] {
    width: 100%;
}

iframe {
  border: 0;
}

.align-center {
  text-align: center;
}

.align-left {
  text-align: left !important;
}

.position-relative {
  position: relative;
}

.leftauto {
  right: 0 !important;
  left: auto !important;
}

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

.client-logo,
.gallery-caption,
.gallery-image:after,
.gallery-image img,
.price-table,
.team-detail,
.team-image:after,
.work-caption,
.work-image > img,
.work-image:after,
.post-thumbnail,
.post-video,
.post-images-slider {
  transition: all 0.3s ease-in-out 0s;
}

/* Reset box-shadow */
.btn,
.well,
.panel,
.progress,
.form-control,
.form-control:hover,
.form-control:focus,
.navbar-custom .dropdown-menu {
  box-shadow: none;
}

/* Reset border-radius */
.well,
.label,
.alert,
.progress,
.form-control,
.modal-content,
.panel-heading,
.panel-group .panel,
.nav-tabs > li > a,
.nav-pills > li > a {
  border-radius: 2px;
}

.pr-remove {
  /*vertical-align: middle !important;*/
  text-align: center;
}

.examples {
  border-radius: 2px;
  padding: 7px 5px;
  margin: 0 0 40px;
}

.examples.bg-dark {
  background: #333;
  border: 0;
}

.et-icons .box1 {
  border: 1px solid #e5e5e5;
  display: block;
  width: 25%;
  float: left;
  padding: 0;
  font-size: 13px;
  margin: -1px 0 0 -1px;
}

.et-icons .box1 > span {
  display: inline-block;
  border-right: 1px solid #e5e5e5;
  min-width: 60px;
  min-height: 60px;
  text-align: center;
  line-height: 60px;
  font-size: 28px;
  margin-right: 5px;
}

.fa-icons > div {
  padding: 0;
  border: 1px solid #e5e5e5;
  margin: -1px 0 0 -1px;
  font-size: 13px;
}

.fa-icons > div > i {
  display: inline-block;
  margin-right: 5px;
  min-width: 40px;
  min-height: 40px;
  border-right: 1px solid #f1f1f1;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
}

.help-block ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* Sections */
.navbar-custom + .main {
  margin-top: 50px;
}

.main {
  position: relative;
  background-color: #000;
  z-index: 1;
    color:#fff;
}
.main a,.main a:hover { color:#fff; }
.main a:hover { opacity: .5; }

.module,
.module-small {
  position: relative;
  padding: 140px 0;
  background-repeat: no-repeat!important;
  background-position: 50% 50%!important;
  background-size: cover!important;
}
.module-small.bg-top { background-position: center top!important; }

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

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

.module-medium {
  padding: 75px 0px;
}

.holder-w {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  height: 1px;
  width: 50%;
}

.holder-w:before {
  border-top: 1px solid #eaeaea;
  position: relative;
  display: block;
  content: "";
  top: 1px;
  height: 1px;
  width: 100%;
}

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

.divider-d {
  border-top: 1px solid #202020;
  margin: 0;
}

/* Half-image */
.side-image {
  position: absolute;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.side-image-text {
  background: #fff;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 140px 60px 140px;
}

/* Dark background */
.bg-dark,
.bg-dark-30,
.bg-dark-60,
.bg-dark-90,
.bg-dark .module-title,
.bg-dark-30 .module-title,
.bg-dark-60 .module-title,
.bg-dark-90 .module-title,
.bg-dark .module-subtitle,
.bg-dark-30 .module-subtitle,
.bg-dark-60 .module-subtitle,
.bg-dark-90 .module-subtitle,
.bg-dark .alt-module-subtitle h5,
.bg-dark-30 .alt-module-subtitle h5,
.bg-dark-60 .alt-module-subtitle h5,
.bg-dark-90 .alt-module-subtitle h5 {
  color: #fff;
}

.bg-dark {
  background: #000;
}

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

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

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

.bg-gradient:before {
  position: absolute;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk1JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjk1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(40, 115, 113, 0.57) 25%, rgba(115, 54, 31, 0.67) 75%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#000000',GradientType=0 );
  /* IE6-8 */
  content: " ";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.bg-light {
  background: #f6f6f6;
}

.parallax-bg {
  background-attachment: fixed;
  background-size: cover;
}

/* Vertical margin, padding */
.p-0 {
  padding: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-140 {
  padding-top: 140px !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-140 {
  padding-bottom: 140px !important;
}

.m-0 {
  margin: 0 !important;
}

.mt--10 {
  margin-top: -10px !important;
}
.mt--5 {
  margin-top: -5px !important;
}
.mt-0 {
  margin-top: 0 !important;
}

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

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

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

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

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

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

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

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

.mb-0 {
  margin-bottom: 0 !important;
}

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

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

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

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

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

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

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

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

@media only screen and (max-width: 991px) {
  .pt-sm-0 {
  padding-top: 0 !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-10 {
    margin-top: 10px !important;
  }
  .mt-sm-20 {
    margin-top: 20px !important;
  }
  .mt-sm-30 {
    margin-top: 30px !important;
  }
  .mt-sm-40 {
    margin-top: 40px !important;
  }
  .mt-sm-50 {
    margin-top: 50px !important;
  }
  .mt-sm-60 {
    margin-top: 60px !important;
  }
  .mt-sm-70 {
    margin-top: 70px !important;
  }
  .mt-sm-80 {
    margin-top: 80px !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-10 {
    margin-bottom: 10px !important;
  }
  .mb-sm-20 {
    margin-bottom: 20px !important;
  }
  .mb-sm-30 {
    margin-bottom: 30px !important;
  }
  .mb-sm-40 {
    margin-bottom: 40px !important;
  }
  .mb-sm-50 {
    margin-bottom: 50px !important;
  }
  .mb-sm-60 {
    margin-bottom: 60px !important;
  }
  .mb-sm-70 {
    margin-bottom: 70px !important;
  }
  .mb-sm-80 {
    margin-bottom: 80px !important;
  }
}

@media only screen and (max-width: 767px) {
  .mt-xs-0 {
    margin-top: 0 !important;
  }
  .mt-xs-10 {
    margin-top: 10px !important;
  }
  .mt-xs-20 {
    margin-top: 20px !important;
  }
  .mt-xs-30 {
    margin-top: 30px !important;
  }
  .mt-xs-40 {
    margin-top: 40px !important;
  }
  .mt-xs-50 {
    margin-top: 50px !important;
  }
  .mt-xs-60 {
    margin-top: 60px !important;
  }
  .mt-xs-70 {
    margin-top: 70px !important;
  }
  .mt-xs-80 {
    margin-top: 80px !important;
  }
  .mb-xs-0 {
    margin-bottom: 0 !important;
  }
  .mb-xs-10 {
    margin-bottom: 10px !important;
  }
  .mb-xs-20 {
    margin-bottom: 20px !important;
  }
  .mb-xs-30 {
    margin-bottom: 30px !important;
  }
  .mb-xs-40 {
    margin-bottom: 40px !important;
  }
  .mb-xs-50 {
    margin-bottom: 50px !important;
  }
  .mb-xs-60 {
    margin-bottom: 60px !important;
  }
  .mb-xs-70 {
    margin-bottom: 70px !important;
  }
  .mb-xs-80 {
    margin-bottom: 80px !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;
}

/* Video */
.video-controls-box {
  position: absolute !important;
  bottom: 40px;
  left: 0;
  width: 100%;
  z-index: 1;
}

.video-controls-box a {
  display: inline-block;
  color: #fff;
  margin: 0 5px 0 0;
}

/* Landing Page */
.landing-reason:before {
  position: absolute;
  content: " ";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(66, 26, 107, 0.9);
}

.landing-reason {
  color: #fff;
  font-size: 13px;
}

.landing-image-text {
  padding-top: 70px;
  padding-bottom: 0px;
}

.landing-image-text h2 {
  margin-top: 100px;
  margin-bottom: 15px;
}

.landing-screenshot:before {
  position: absolute;
  content: " ";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(66, 60, 130, 0.5);
}

.alert i {
  margin-right: 5px;
}

/*--------------------------------------------------------------
	Buttons
--------------------------------------------------------------*/
.btn {
  border-radius: 0;
  font-family: "Noto Sans Japanese", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 11px;
  padding: 8px 37px;
}

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

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

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

.btn.btn-w {
  background: rgba(255, 255, 255, 1);
  color: #111;
}

/*.btn.btn-w:hover,
.btn.btn-w:focus {
  background: white;
  color: #111;
}*/

.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, 1);
  color: #fff;
}

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

.btn.btn-d {
  background: rgba(17, 17, 17, 0.8);
  color: #fff;
}

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

.btn.btn-b {
  background: #000;
  color: #fff;
}

/*.btn.btn-b:hover,
.btn.btn-b:focus {
  background: rgba(17, 17, 17, 0.8);
}*/

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

.btn.btn-font-w {
  background: rgba(255, 255, 255, 0.8);
  color: #fff;
}

.btn.btn-font-w:hover {
  background: #fff;
  color: #111;
}

/* Buttons size */
.btn.btn-lg {
  padding: 12px 45px;
  font-size: 13px;
}

.btn.btn-sm {
  padding: 6px 25px;
  font-size: 10px;
  letter-spacing: 1px;
}

.btn.btn-xs {
  padding: 4px 19px;
  font-size: 10px;
  letter-spacing: 0;
}

.btn-list .btn {
  margin: 5px 0;
}

.search-btn {
  position: absolute;
  background: transparent;
  border: none;
  overflow: hidden;
  top: 50%;
  right: 1px;
  width: 42px;
  height: 40px;
  line-height: 38px;
  font-size: 14px;
  outline: none;
  color: #999;
  margin-top: -20px;
}

.image-button {
  margin: 0px 5px;
}

/*--------------------------------------------------------------
	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: "Noto Sans Japanese", 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 */
.input-lg,
.form-horizontal .form-group-lg .form-control {
  height: 43px;
  font-size: 13px;
}

.input-sm, .form-horizontal .form-group-sm .form-control {
  height: 29px;
  font-size: 10px;
}

.rqst-form {
  margin-top: 27px;
}

.rqst-form .btn {
  margin-top: 5px;
}

.input-group-addon {
  border: 1px solid #e4e4e4 !important;
}

/*--------------------------------------------------------------
	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;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.4;
  font-weight: 400;
}

p, ol, ul, blockquote {
  margin: 0 0 20px;
}

blockquote {
  border: 0;
  font-style: italic;
  font-size: 15px;
  padding: 0;
}

.font-alt {
  font-family: "Noto Sans Japanese", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.font-serif {
  font-family: "Noto Sans Japanese", sans-serif;
  /*font-style: italic;*/
}

.large-text {
  font-size: 24px !important;
}

.rotate {
  text-shadow: none !important;
}

.module-title {
  position: relative;
  letter-spacing: 4px;
  text-align: center;
  font-weight: 400;
  font-size: 30px;
  color: #111;
  margin: 0 0 70px;
}

.module-subtitle {
  text-align: center;
  font-size: 16px;
  color: #111;
  margin-bottom: 70px;
}

.module-icon {
  text-align: center;
  font-size: 32px;
  margin-bottom: 20px;
}

.module-title + .module-subtitle {
  margin-top: -35px;
}

/* Restaurant module header */
.alt-module-subtitle {
  display: table;
}

.alt-module-subtitle h5 {
  display: table-cell;
  white-space: pre;
  padding: 0 8px;
  color: #111;
}

/* Finance case study header */
.finance-image-content {
  border: 1px solid #e5e5e5;
  padding: 60px 0px;
}

.finance-image-content .module-title {
  margin-bottom: 20px;
}

.finance-image-content .alt-features-item {
  margin-top: 40px;
}

/* Landing Page */
.landing-reason .module-title {
  color: #e6af4b;
}

.landing-reason .module-title + .module-subtitle {
  margin-top: -60px;
  margin-bottom: 40px;
}

.free-trial {
  background-color: rgba(88, 20, 158, 0.9);
  color: #FFFFFF;
}

.free-trial .color-golden {
  color: #e6af4b;
}

/*  Special Portfolio Page  */
.special-portfolio-header-title {
  border: 1px solid rgba(255, 255, 255, 0.7);
  font-size: 50px;
  padding: 40px 0px;
  letter-spacing: 8px;
}

/*--------------------------------------------------------------
	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;
}
.titan-caption.half {
  position: relative;
  display: table;
  height: 100%;
  width: 50%;
  margin: 0 auto;
    float: left;
}

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

/*--------------------------------------------------------------
	Preloader
--------------------------------------------------------------*/
.page-loader {
  position: fixed;
  background: #000;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  z-index: 9998;
}

.loader {
  position: absolute;
  border-left: 2px solid #ffffff;
  border-top: 2px solid rgba(255, 255, 255, 0.2);
  border-right: 2px solid rgba(255, 255, 255, 0.2);
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  height: 46px;
  width: 46px;
  left: 50%;
  top: 50%;
  margin: -23px 0 0 -23px;
  text-indent: -9999em;
  font-size: 10px;
  z-index: 9999;
  -webkit-animation: load 0.8s infinite linear;
  -moz-animation: load 0.8s infinite linear;
  ms-animation: load 0.8s infinite linear;
  o-animation: load 0.8s infinite linear;
  animation: load 0.8s infinite linear;
}

.loader,
.loader:after {
  border-radius: 50%;
  width: 46px;
  height: 46px;
}

@-webkit-keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
	Navbar
--------------------------------------------------------------*/
.navbar-custom .logo { width:80px;margin:0;padding: 5px 0 15px; }
.navbar-custom {
  /*background-color: rgba(10, 10, 10, 0.9);*/
  border: 0;
  border-radius: 0;
  z-index: 1000;
  /*font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
  /*text-transform: uppercase;*/
  letter-spacing: 3px;
  font-size: 12px;
  font-weight: 500;
  transition: background, padding 0.4s ease-in-out 0s;
    
}
.navbar-custom .navbar-nav { -ms-writing-mode: tb-rl;writing-mode: vertical-rl;padding-top: 10px; }
.navbar-custom .navbar-nav > * { float: none; }

.header-logo { display: none; position: absolute;width:45px;height:45px;top:0;left:15px;margin:0;padding: 0; }
.navbar-custom.fixed .header-logo {  }
body.sec .header-logo { top:11px; }

.navbar a {
  transition: color 0.125s ease-in-out 0s;
}

.navbar-custom .dropdown-menu {
  background: rgba(26, 26, 26, 0.9);
  border-radius: 0;
  border: 0;
  padding: 0;
  box-shadow: none;
}

.navbar-custom .navbar-brand {
  letter-spacing: 4px;
  font-weight: 400;
  font-size: 22px;
  color: #fff;
}
.navbar-custom .nav li > a {
  position: relative;
  color: #fff;
  line-height: 1;
   margin:0 30px; 
    background: none;padding:10px 5px;
}
.navbar-custom .nav li > a span { background: rgba(0,0,0,.95);  border-radius: 5px;padding:10px 8px; }

.navbar-custom .dropdown-menu > li > a {
  border-bottom: 1px solid rgba(73, 71, 71, 0.15) !important;
  padding: 11px 15px;
  letter-spacing: 2px;
  color: #999;
}

.navbar-custom .dropdown-menu .dropdown-menu {
  border-left: 1px solid rgba(73, 71, 71, 0.15);
  left: 100%;
  right: auto;
  top: 0;
  margin-top: 0;
}

.navbar-custom .dropdown-menu.left-side .dropdown-menu {
  border: 0;
  border-right: 1px solid rgba(73, 71, 71, 0.15);
  right: 100%;
  left: auto;
}

.navbar-custom .nav > li > a:focus,
.navbar-custom .nav > li > a:hover,
.navbar-custom .nav .open > a,
.navbar-custom .nav .open > a:focus,
.navbar-custom .nav .open > a:hover,
.navbar-custom .dropdown-menu > li > a:focus,
.navbar-custom .dropdown-menu > li > a:hover {
  /*background: none;*/
  color: #fff;
    opacity: .7;
}

.navbar-custom .dropdown-menu > li > a:hover {
  background: rgba(255, 255, 255, 0.1) !important;
}

.navbar-custom .dropdown-toggle:after {
  position: absolute;
  display: block;
  right: 0;
  top: 50%;
  margin-top: -6px;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 9px;
  content: "\f107";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.navbar-custom .navbar-toggle { border-radius: 0;top:-8px;right:-15px;padding:20px 15px;margin-bottom: 0;line-height: 0; }
.navbar-custom .navbar-toggle .icon-bar {
  background: #fff;
}

.dropdown-menu {
  min-width: 180px;
  font-size: 11px;
}

.navbar-custom.fixed { background-color: rgba(0, 0, 0, .95);z-index: 1001; /*font-family: "Noto Sans Japanese", sans-serif;font-weight: 500;*/ }
/*.navbar-custom.fixed .navbar-nav { -ms-writing-mode: lr-tb;writing-mode: horizontal-tb; }
.navbar-custom.fixed .navbar-nav > * { float: left; }
.navbar-custom.fixed .logo { display: none; }
.navbar-custom.fixed .nav li > a { margin: 0;padding: 0;margin-left: 20px; }*/

@media (min-width: 768px){
    .navbar-custom .navbar-collapse { max-width:556px;margin: 0 auto!important; }
    .navbar-custom .navbar-nav {
    margin: 0 auto;
    float:none;
    display: table;
    table-layout: fixed;
    }
    .navbar-custom.fixed .nav li > a { text-indent:100%;white-space:nowrap;overflow:hidden;height: 0;opacity: 0;background: none; }
    .navbar-custom.fixed .nav .logo > a {opacity: 1;}
    .navbar-custom.fixed:hover .nav li > a { opacity: 1;text-indent:0;height: auto; }
    .navbar-custom.fixed:hover .nav li > a span { background: none; }
    .navbar-custom.fixed:hover { cursor: pointer; }
    .navbar-custom.fixed .logo { width:50px;padding-bottom: 10px; }
    .navbar-custom.fixed .navbar-collapse { max-width:572px; }
}
@media only screen and (max-width: 767px) {
    .header-logo { display: block; }
    .navbar-custom .navbar-collapse { max-width:none; }
    .navbar-custom.fixed { background: none; }
	.navbar-collapse { background-color: #000;font-family: "Noto Sans Japanese", sans-serif; }
    .navbar-custom { /*background-color: rgba(0, 0, 0, 1);*/padding:0;margin:0; }
    .navbar-custom .navbar-nav { -ms-writing-mode: lr-tb;writing-mode: horizontal-tb;padding-top:0; }
    .navbar-custom .logo { display: none; }
    .navbar-custom .nav li > a { font-size:14px;line-height: 1.6;background: none; border-radius: 0;margin:0; padding:12px 10px; }
    .navbar-custom .nav li > a span { background: none; }
    .navbar-custom .nav li { border-bottom: 0!important; }
}


/* Navbar search

.dropdown-search {
	position: relative;
	padding: 5px;
}

.dropdown-search .form-control {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 11px;
}

.search-btn {
	position: absolute;
	background: transparent;
	border: none;
	overflow: hidden;
	top: 50%;
	right: 1px;
	width: 42px;
	height: 40px;
	line-height: 38px;
	font-size: 14px;
	outline: none;
	color: #999;
	margin-top: -20px;
}*/
/*--------------------------------------------------------------
	Header
--------------------------------------------------------------*/
.head-social-links { position: fixed;right:0;z-index: 1000;top:50%;margin-top: -80px; }
.head-social-links a { padding:10px;background: #000;display: block; }
.head-social-links img { width:20px;height:20px; }

@media only screen and (max-width: 767px) {
	.head-social-links,.head-social-links a { display: none; }
	body.top .head-social-links { display: block;position: absolute;top:auto;right:0;bottom:20px; }
	body.top .head-social-links a { display: block;padding:5px 10px; }
	body.top .head-social-links img { width:20px;height:20px; }
	body.sec .head-social-links,body.sec .head-social-links a { display: block; }
	body.sec .head-social-links { position: static;text-align: center;max-width:300px;margin:0 auto;margin-top: 20px; overflow: hidden; }
	body.sec .head-social-links > * { float: left;width:25%; }
	body.sec .head-social-links img { width:30px;height:30px; }
}

.home-section-content {display: table;width:100%; position: relative; }
.home-section {
  position: relative;
  background-color:transparent;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  z-index: 0;
  background-size: cover;
  overflow: hidden;
}
.home-section.home-half { width:50%;display: table-cell;vertical-align: middle; }
.home-section-content .home-logo { display: none; position: absolute;top:50%;left:50%;width:80px;z-index: 999;margin:0;margin-top:-40px;margin-left:-40px; }

.home-section-content .home-section { background-size: 1854px auto;background-position: center 70%; }
.home-section.home-half.clip-left { /*background-color:rgba(0,5,28,.2);*/ }
.home-section.home-half.clip-right { /*background-color:rgba(0,27,24,.2);*/ }
.home-section-content .titan-caption {
}
.home-section-content .caption-content {
  vertical-align: bottom;
}

.home-section-content .group { padding:50px 10px 50px;
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 20%, rgba(0,0,0,1) 100%);
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 20%,rgba(0,0,0,1) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 20%,rgba(0,0,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
}


.home-section-content .text-title-img { z-index: 1;max-width: 700px;margin-left: auto;margin-right: auto;filter: drop-shadow(5px 5px 30px #000); }
.home-section-content .text-title-img.sp { display: none; }
.home-section-content .text-caption { position: relative;z-index: 2;max-width: 700px;margin-left: auto;margin-right: auto; }
/*@media only screen and (min-width: 1024px) {
	.home-section-content { height: 1080px!important; }
	.home-section { height: 100%!important; }
}*/
@media only screen and (min-width: 1900px) {
    .home-section-content .home-section { background-size: 1854px auto; }
}
@media only screen and (min-height: 1200px) {
	.home-section-content,.home-section-content { height: 1080px!important; }
	.home-section { height: 100%!important; }
}
@media only screen and (max-height: 568px) {
	.home-section-content,.home-section-content { height: 568px!important; }
	.home-section { height: 100%!important; }
}
@media only screen and (max-width: 1400px) {
    .home-section-content .home-section { background-size: cover; }
}
@media only screen and (max-width: 1139px) {
}
@media only screen and (max-width: 1024px) {
    .home-section-content .home-section {  }
    .home-section-content .text-caption { text-align: left; }
    .home-section-content .sp-none { display: none; }
}
@media only screen and (max-width: 767px) {
    .home-section-content .group { min-height:0;padding:20px 10px 20px; }
	.head-social-links { display: none; }
}
@media only screen and (max-width: 767px)  {
	
    .home-section-content .home-section { background-size: auto 90%;background-position: center; }
    .home-section.home-half.clip-left { width: 100%;display: block;-webkit-clip-path: polygon(0 0, 0 100%, 100% 100%);clip-path: polygon(0 0, 0 100%, 100% 100%);background-position: 60% 90%; }
    .home-section.home-half.clip-right { width: 101%;display: block;-webkit-clip-path: polygon(0 0, 100% 100%, 100% 0);clip-path: polygon(0 0, 100% 100%, 100% 0);position: absolute;bottom:0;right:0;top:0;left:-1%;background-position: 40% -50px; }
    .home-section-content .clip-left .caption-content { vertical-align: bottom; }
    .home-section-content .clip-right .caption-content { vertical-align: top; }
    .home-section-content .clip-right .group { padding-top: 50px;
background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 90%, rgba(0,0,0,0) 100%);
background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 90%,rgba(0,0,0,0) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 90%,rgba(0,0,0,0) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 );
    }
    .home-section-content .clip-left .text-title-img { display: none;margin-right: 15%;position: absolute;bottom:0;left:0; }
    .home-section-content .clip-right .text-title-img { display: none; margin-left: 15%;position: absolute;top:0;right:0; }
	.home-section-content .clip-right .text-title-img.sp,.home-section-content .clip-left .text-title-img.sp { display: block; }
    .home-section-content .clip-right .text-caption { display: none; }
    .home-section-content .clip-left .text-caption { display: none; }
	.home-section-content .home-logo { display: block; }
	.head-social-links { display: block; }
    .header-logo { display: none; }
    .header-logo.sp-block { display: block; }
    body.fixed .header-logo { display: block; }
    body.fixed .home-logo { opacity: 0; }
}
@media only screen and (max-width: 480px) {
    .home-section-content .text-caption { font-size:12px; }
    .home-section-content .clip-right .text-title-img { margin-left: 20%; }
    .home-section-content .clip-left .text-title-img { margin-right: 20%; }
    .home-section-content .clip-right .text-caption { margin-left: 30%; }
    .home-section-content .clip-left .text-caption { margin-right: 20%; }
}
@media only screen and (max-width: 360px) {
    .home-section-content .clip-right .text-caption { margin-left: 35%; }
}
@media screen and (min-width: 0\0) and (min-resolution: +72dpi) and (max-width: 767px) {
    .home-section.home-half.clip-left,.home-section.home-half.clip-right { width:50%;display: table-cell;vertical-align: middle;background-size: cover;background-position: center -30px;position: static; }
    .home-section-content .clip-right .group,.home-section-content .clip-left .group {  min-height: 200px; }
    .home-section-content .clip-right .group { 
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 20%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 20%,rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 20%,rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
    }
    .home-section-content .clip-left .caption-content,.home-section-content .clip-right .caption-content { vertical-align: bottom; }
    .home-section-content .clip-right .text-title-img { margin-left: 0; }
    .home-section-content .clip-left .text-title-img { margin-right: 0; }
    .home-section-content .clip-right .text-caption { margin-left: 0; }
    .home-section-content .clip-left .text-caption { margin-right: 0; }
}
@media only screen and (max-width: 767px){
    @supports (-ms-ime-align: auto) {
    .home-section.home-half.clip-left,.home-section.home-half.clip-right { width:50%;display: table-cell;vertical-align: middle;background-size: cover;background-position: center -30px;position: static; }
    .home-section-content .clip-right .group,.home-section-content .clip-left .group {  min-height: 200px; }
    .home-section-content .clip-right .group { 
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 20%, rgba(0,0,0,1) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 20%,rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 20%,rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
    }
    .home-section-content .clip-left .caption-content,.home-section-content .clip-right .caption-content { vertical-align: bottom; }
    .home-section-content .clip-right .text-title-img { margin-left: 0; }
    .home-section-content .clip-left .text-title-img { margin-right: 0; }
    .home-section-content .clip-right .text-caption { margin-left: 0; }
    .home-section-content .clip-left .text-caption { margin-right: 0; }
	.home-section-content .clip-right .text-title-img.sp,.home-section-content .clip-left .text-title-img.sp { display: none; }
    }
}
@media screen and (orientation: landscape) {
	.home-section-content,.home-section-content { height: 800px!important; }
	.home-section { height: 100%!important; }
	body.top .head-social-links { position: fixed; }
}


.titan-title-size-1 {
  letter-spacing: 4px;
  font-size: 15px;
}

.titan-title-size-2 {
  line-height: 1.3;
  letter-spacing: 3px;
  font-size: 18px;
  opacity: .8;
}

.titan-title-size-3 {
  letter-spacing: 16px;
  font-size: 46px;
}

.titan-title-size-4 {
  letter-spacing: 24px;
  font-weight: 400;
  font-size: 48px;
}

/* Agency Page Header */
.agency-page-header:before {
  background: transparent;
}

/* About us Page Header */
.about-page-header:before {
  background: rgba(2, 2, 2, 0.2);
}

/* Service Page Header */
.service-page-header:before {
  background: rgba(2, 2, 2, 0.1);
}

/* Pricing Page Header */
.pricing-page-header {
  background-position: 40% 14%;
  background-repeat: no-repeat;
}

.pricing-page-header:before {
  background: rgba(2, 2, 2, 0.6);
}

/* Gallery Page Header */
.gallery-page-header {
  background-position: 50% 0%;
  background-repeat: no-repeat;
}

.gallery-page-header:before {
  background: rgba(2, 2, 2, 0.2);
}

/* Contact Page Header */
.contact-page-header {
  background-position: 13% 45%;
  background-repeat: no-repeat;
}

.contact-page-header:before {
  background: rgba(2, 2, 2, 0.5);
}

/* FAQ Page Header */
.faq-page-header:before {
  background: rgba(2, 2, 2, 0.15);
}

/* Blog Page Header */
.blog-page-header {
  background-position: 50% 24%;
  background-repeat: no-repeat;
}

.blog-page-header:before {
  background: rgba(2, 2, 2, 0.3);
}

/* Restaurant menu Page Header */
.restaurant-menu-bg:before {
  background: rgba(2, 2, 2, 0.4);
}

.restaurant-page-header:before {
  background: rgba(0, 0, 0, 0.45);
}

.restaurant-image-overlay:before {
  background-color: rgba(2, 2, 2, 0.25);
}

/* Portfolio Page Header */
.portfolio-page-header {
  background-position: 50% 50%;
}

.portfolio-page-header:before {
  background: rgba(45, 45, 45, 0.45);
}

/* Landing Page Header */
.landing-header:before {
  position: absolute;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(119, 47, 109, 0.52) 95%, rgba(115, 35, 105, 0.58) 100%);
  content: " ";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.banner-img {
  margin-top: -145px;
}

.shop-page-header:before {
  background: rgba(34, 34, 34, 0.3);
}

/*--------------------------------------------------------------
	Footer
--------------------------------------------------------------*/
.footer {
  padding: 50px 0;
	font-size: 12px;
	text-align: center;
}

.footer .copyright {
  margin: 0;
}

.footer .footer-social-links {
  text-align: right;
}

.footer .footer-social-links a {
  display: inline-block;
  padding: 0 6px;
}

/* -------------------------------------------------------------
Google map
------------------------------------------------------------- */
#map-section {
  position: relative;
  height: 450px;
  width: 100%;
}

#map {
  height: 100%;
  width: 100%;
}

#map img {
  max-width: none;
}

/*--------------------------------------------------------------
	Services & Features
--------------------------------------------------------------*/
.features-item {
  margin: 20px 0;
  text-align: center;
}

.features-icon,
.alt-features-icon {
  line-height: 1.2;
  font-size: 42px;
  color: #111;
}

.features-title,
.alt-features-title {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 400;
  font-size: 14px;
  color: #111;
  margin: 16px 0 15px;
}

.alt-features-item {
  position: relative;
  padding-left: 55px;
  margin: 65px 0 0 0;
}

.alt-features-icon {
  position: absolute;
  height: 40px;
  width: 40px;
  left: 0;
  top: 0;
  text-align: center;
  line-height: 40px;
  font-size: 28px;
}

.alt-features-title {
  font-size: 13px;
  margin: 0 0 10px;
}

/* Content box */
.content-box {
  margin: 20px 0;
  text-align: center;
}

.content-box-title {
  font-weight: 400;
  font-size: 18px;
  color: #111;
  margin: 16px 0 15px;
}

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

.team-image {
  position: relative;
  overflow: hidden;
}

.team-image img {
  width: 100%;
}

.team-image:after {
  position: absolute;
  background: transparent;
  content: " ";
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.team-detail {
  position: absolute;
  width: 100%;
  opacity: 0;
  bottom: 100%;
  left: 0;
  z-index: 2;
  text-align: center;
  font-size: 12px;
  color: #aaa;
  padding: 20px;
}

.team-detail h5 {
  font-size: 16px;
}

.team-detail p {
  font-size: 14px;
}

.team-social a {
  display: inline-block;
  color: #aaa;
  padding: 5px 6px;
}

.team-social a:hover {
  color: #FFF;
}

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

.team-name {
  font-size: 14px;
  color: #111;
}

.team-role {
  font-size: 11px;
  color: #aaa;
}

.team-item:hover .team-image:after {
  background: rgba(0, 0, 0, 0.6);
}

.team-item:hover .team-detail {
  opacity: 1;
  bottom: 50%;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}

/*--------------------------------------------------------------
	Restaurant Menu
--------------------------------------------------------------*/
.menu {
  border-bottom: 1px dotted #e5e5e5;
  padding: 0 0 10px;
  margin: 0 0 20px;
}

.menu-title,
.menu-price {
  margin: 0 0 10px;
  font-size: 14px;
  color: #111;
}

.menu-price-detail {
  position: relative;
  text-align: right;
}

/*--------------------------------------------------------------
	Price Table
--------------------------------------------------------------*/
.price-table {
  background: #fff;
  border: 1px solid #eaeaea;
  padding: 25px 20px;
  margin: 15px 0 30px;
  border-radius: 2px;
  text-align: center;
}

.price-table:hover {
  border-color: #CACACA;
}

.price-table.best {
  margin: 0 0 30px;
}

.price-table .small {
  margin: 0;
}

.borderline {
  position: relative;
  background: #eaeaea;
  display: block;
  height: 1px;
  width: 100%;
  margin: 20px 0 15px;
}

.borderline:before {
  position: absolute;
  background: #eaeaea;
  content: "";
  bottom: -7px;
  left: 50%;
  height: 14px;
  width: 14px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  margin-left: -7px;
}

.borderline:after {
  position: absolute;
  background: #fff;
  content: "";
  bottom: -5px;
  left: 50%;
  height: 16px;
  width: 16px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  margin-left: -8px;
}

.price-table h4 {
  color: #111;
  margin: 0;
}

.price-table p.price {
  font-size: 60px;
  color: #111;
  padding: 0;
  margin: 0 0 0 -10px;
}

.price-table p.price span {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  padding-top: 25px;
}

.price-details {
  list-style: none;
  padding: 0;
  margin: 0 0 23px;
}

.price-details li {
  padding: 7px 0;
}

.price-details li > span {
  text-decoration: line-through;
  color: #aaa;
}

/*--------------------------------------------------------------
	Fun fact
--------------------------------------------------------------*/
.count-item {
  text-align: center;
}

.count-icon {
  line-height: 1.2;
  font-size: 42px;
}

/*--------------------------------------------------------------
	Video Box
--------------------------------------------------------------*/
.video-box {
  text-align: center;
  padding: 40px 0;
}

.video-box-icon > a > i,
.video-box-icon > a > span {
  line-height: 1.8;
  font-size: 40px;
  color: #fff;
}

.video-title {
  letter-spacing: 4px;
  font-size: 30px;
  margin: 10px 0 0;
}

.video-subtitle {
  color: rgba(255, 255, 255, 0.5);
}

/*--------------------------------------------------------------
	Portfolio
--------------------------------------------------------------*/
/* Portfolio filter */
.filter {
  text-align: center;
  list-style: none;
  padding: 0;
  margin: 0 0 70px;
}

.filter > li {
  display: inline-block;
  padding: 0 0 10px;
  margin: 0 25px;
}

/* Portfolio grid */
.works-grid {
  list-style: none;
  padding: 0;
  margin: 0;
}

.works-grid.works-grid-gut {
  margin: 0 0 0 -10px;
}

.works-grid.works-grid-gut .work-item {
  padding: 0 0 10px 10px;
}

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

.works-grid-3 .work-item {
  width: 33.3333%;
}

.container .works-grid-3 .work-item {
  width: 33.2%;
}

.works-grid-4 .work-item {
  width: 25%;
}

.works-grid-5 .work-item {
  width: 20%;
}

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

.work-image {
  position: relative;
  overflow: hidden;
}

.work-image img {
  display: block;
  overflow: hidden;
  width: 100%;
}

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

.work-caption {
  width: 100%;
  padding: 0 20px;
  opacity: 0;
  position: absolute;
  bottom: 100%;
  left: 0;
  text-align: center;
  overflow: hidden;
}

.work-title {
  font-size: 14px;
  color: #fff;
  margin: 0 0 6px;
}

.work-descr {
  color: #aaa;
}

.work-item:hover .work-image:after {
  background: rgba(0, 0, 0, 0.6);
}

.work-item:hover .work-image > img {
  -webkit-transform: scale(1.1) rotate(2deg);
  -ms-transform: scale(1.1) rotate(2deg);
  transform: scale(1.1) rotate(2deg);
}

.work-item:hover .work-caption {
  bottom: 50%;
  opacity: 1;
  z-index: 3;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}

/* Work item white background*/
.works-grid.works-hover-w .work-title {
  color: #111;
}

.works-grid.works-hover-w .work-item:hover .work-image:after {
  background: rgba(255, 255, 255, 0.8);
}

/* Work item gradien background*/
.works-grid.works-hover-g .work-image:after {
  opacity: 0;
}

.works-grid.works-hover-g .work-descr {
  color: #fff;
}

.works-grid.works-hover-g .work-item:hover .work-image:after {
  background: #6fe29e;
  background: linear-gradient(135deg, rgba(111, 226, 158, 0.8) 0%, rgba(91, 218, 209, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6fe29e', endColorstr='#5bdad1',GradientType=1 );
  opacity: 1;
}

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

/*--------------------------------------------------------------
	Single Portfolio
--------------------------------------------------------------*/
.work-details {
  margin: 0 0 20px;
}

.work-details-title {
  color: #111;
  margin: 0 0 20px;
}

.work-details ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.work-details ul > li {
  border-bottom: 1px dotted #c2c2c2;
  padding: 0 0 5px;
  margin: 0 0 5px;
}

/*--------------------------------------------------------------
	Call to action
--------------------------------------------------------------*/
.callout-text {
  color: rgba(255, 255, 255, 0.6);
}

.callout-title {
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  margin: 0;
}

.callout-btn-box {
  text-align: right;
  padding-top: 4px;
}

.request-cta {
  padding: 50px 0px;
}

/*--------------------------------------------------------------
	Testimonial
--------------------------------------------------------------*/
.testimonial:before {
  background: rgba(2, 2, 2, 0.4);
}

.testimonials-slider {
  position: relative;
}

.testimonial-text {
  text-align: center;
  font-style: normal;
  font-size: 18px;
}

.testimonial-caption {
  text-align: center;
  padding: 10px 0 0;
}

.testimonial-title {
  font-size: 14px;
}

.testimonial-descr {
  color: rgba(255, 255, 255, 0.5);
  font-size: 11px;
}

/*--------------------------------------------------------------
	Gallery
--------------------------------------------------------------*/
.gallery-item {
  position: relative;
  text-align: center;
  margin: 0 0 20px;
}

.gallery-image {
  position: relative;
  overflow: hidden;
}

.gallery-image a.gallery {
  position: relative;
  display: block;
}

.gallery-image img {
  display: block;
  overflow: hidden;
  width: 100%;
}

.gallery-image:after {
  position: absolute;
  background: transparent;
  content: " ";
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.gallery-caption {
  position: absolute;
  width: 100%;
  opacity: 0;
  bottom: 100%;
  left: 0;
  z-index: 2;
  text-align: center;
  font-size: 28px;
  color: #fff;
  padding: 20px;
}

.gallery-icon {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  height: 50px;
  width: 50px;
  font-size: 24px;
  margin: 0 auto;
}

.gallery-icon i,
.gallery-icon span {
  line-height: 50px;
}

/* Gallery hover */
.gallery-item:hover .gallery-image:after {
  background: rgba(0, 0, 0, 0.6);
}

.gallery-item:hover .gallery-caption {
  opacity: 1;
  bottom: 50%;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}

/*--------------------------------------------------------------
	Blog Post
--------------------------------------------------------------*/
.post {
  margin: 0 0 80px;
}

.post-title {
  line-height: 1.4;
  font-size: 22px;
  color: #111;
  margin: 0;
}

.post-header {
  margin: 0 0 15px;
}

.post-meta {
  font-size: 11px;
  color: #aaa;
}

.post-entry {
  border-top: 1px dotted #c2c2c2;
  padding-top: 20px;
  margin-top: 10px;
}

.post-images-slider {
  position: relative;
}

.post-images-slider .flex-control-nav {
  bottom: 0;
}

.post-thumbnail,
.post-images-slider,
.post-video {
  margin: 0 0 20px;
}

.post-quote {
  background: #f5f5f5;
  text-align: center;
  padding: 20px;
}

/* Post columns */
.post-columns .post {
  margin: 0 0 60px;
}

.post-columns .post-header {
  margin: 0 0 10px;
}

.post-columns .post-title {
  line-height: 1.8;
  font-size: 14px;
}

.post-columns .post-entry {
  padding: 10px 0 0;
  margin: 0 0 10px;
}

.post-columns.wo-border .post-entry {
  border: 0;
  padding: 0;
}

.post-columns .post-entry p:last-child {
  margin: 0;
}

.more-link:after {
  content: "\00BB";
  color: #666666;
  padding-left: 5px;
}

.pagination a {
  border: 1px solid #eaeaea;
  display: inline-block;
  text-transform: uppercase;
  text-align: center;
  color: #999;
  padding: 4px 12px;
}

.pagination a.active {
  border-color: #CACACA;
}

/*--------------------------------------------------------------
	Widgets
--------------------------------------------------------------*/
/* Progress bars */
.progress {
  overflow: visible;
  height: 4px;
}

.progress-bar {
  position: relative;
}

.progress-bar.pb-dark {
  background: #111;
}

.progress-bar span {
  position: absolute;
  display: block;
  right: -0px;
  top: -24px;
  opacity: 0;
  line-height: 12px;
  font-size: 12px;
  color: #111;
  padding: 4px 0px;
}

.progress-bar span:after {
  display: inline-block;
  content: "%";
}

/* Tabs */
.tab-content .tab-pane {
  padding: 20px 0;
}

/* Accordion */
.panel-title {
  font-size: 14px;
}

.panel-heading a {
  position: relative;
  display: block;
}

.panel-heading a:after {
  position: absolute;
  content: "\f106";
  top: 50%;
  right: 0px;
  font-family: "FontAwesome";
  line-height: 1;
  font-size: 14px;
  margin-top: -7px;
}

.panel-heading a.collapsed:after {
  content: "\f107";
}

/* Tables */
.table-border > tbody > tr > td,
.table-border > tbody > tr > th,
.table-border > tfoot > tr > td,
.table-border > tfoot > tr > th,
.table-border > thead > tr > td,
.table-border > thead > tr > th {
  border-color: #e5e5e5;
}

.ds-table > tbody > tr > td,
.ds-table > tbody > tr > th,
.ds-table > tfoot > tr > td,
.ds-table > tfoot > tr > th,
.ds-table > thead > tr > td,
.ds-table > thead > tr > th {
  border-top: 0;
}

.checkout-table {
  border: 1px solid #e5e5e5;
}

.checkout-table > tbody > tr > td,
.checkout-table > tbody > tr > th,
.checkout-table > tfoot > tr > td,
.checkout-table > tfoot > tr > th,
.checkout-table > thead > tr > td,
.checkout-table > thead > tr > th {
  padding: 12px;
}

.checkout-table tr td,
.checkout-table tr th {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
}

.checkout-table tbody tr td:first-child,
.checkout-table tbody tr th:first-child {
  max-width: 36px;
}

/* Sidebar / Widget common*/
.sidebar .widget {
  margin-bottom: 60px;
}

.sidebar .widget-title {
  color: #111;
}

.widget .widget-title {
  border-bottom: 1px dotted #c2c2c2;
  font-size: 14px;
  padding: 0 0 10px;
  margin: 0 0 15px;
}

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

/* Icon List */
.widget .icon-list li {
  padding: 5px 0;
}

.widget .icon-list li a:before {
  content: "\00BB";
  color: #666666;
  padding-right: 5px;
}

/* Posts */
.widget-posts li {
  margin: 0 0 15px;
}

.widget-posts li:last-child {
  margin: 0;
}

.widget-posts-image {
  float: left;
  width: 64px;
}

.widget-posts-body {
  margin-left: 74px;
}

/* Search */
.search-box {
  position: relative;
}

/* Tags */
.tags a {
  background: #111;
  display: inline-block;
  font-size: 10px;
  color: #fff;
  padding: 4px 10px 4px 12px;
  margin: 0 1px 4px;
  border-radius: 2px;
}

.tags a:hover {
  background: rgba(17, 17, 17, 0.8);
}

/*--------------------------------------------------------------
	Comment Box in Blog
--------------------------------------------------------------*/
.comments,
.comment-form {
  margin: 80px 0 0;
}

.comments .comment-title,
.comment-form .comment-form-title {
  border-bottom: 1px dotted #c2c2c2;
  font-size: 16px;
  color: #111;
  padding-bottom: 15px;
  margin: 0 0 20px;
}

.comment-author {
  font-size: 14px;
  margin: 0 0 10px;
}

.comment-avatar {
  width: 55px;
  float: left;
  margin-top: 10px;
}

.comment-avatar img {
  border-radius: 50%;
}

.comment-content {
  padding-top: 5px;
  margin-left: 75px;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .comment .comment {
    margin-left: 75px;
  }
}

/*--------------------------------------------------------------
	Client
--------------------------------------------------------------*/
.client-logo {
  opacity: .5;
}

.client-logo:hover {
  opacity: 1;
}

/*--------------------------------------------------------------
	Shop Items
--------------------------------------------------------------*/
.shop-item {
  text-align: center;
  margin: 0 0 40px;
}

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

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

.shop-item-detail,
.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-detail {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 100%;
  padding: 20px;
  opacity: 0;
  z-index: 2;
  text-align: center;
  font-size: 12px;
  color: #aaa;
}

.shop-item-title {
  font-weight: 400;
  font-size: 14px;
  color: #111;
  margin: 15px 0 5px;
}

/* Shop item hover */
.shop-item:hover .shop-item-image:after {
  background: rgba(255, 255, 255, 0.7);
}

.shop-item:hover .shop-item-detail {
  opacity: 1;
  bottom: 50%;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}

/* -------------------------------------------------------------------
	Exclusive products
------------------------------------------------------------------- */
.ex-product {
  opacity: .7;
  transition: all 0.4s ease-in-out 0s;
}

.ex-product:hover {
  opacity: 1;
}

/*--------------------------------------------------------------
	Shop Single Product
--------------------------------------------------------------*/
.product-gallery {
  list-style: none;
  padding: 0;
  width: 100%;
  margin: 10px 0 0;
}

.product-gallery li {
  display: inline-block;
  width: 15%;
  margin: 0 5px;
}

.product-gallery li:first-child {
  margin-left: 0;
}

.product-title {
  margin: 0 0 20px;
  color: #111;
}

.star,
.star-off {
  margin-bottom: 5px;
  color: #f1c40f;
}

.star-off {
  color: #e5e5e5;
}

.amount {
  font-size: 32px;
  color: #111;
}

.reviews {
  margin: 0;
}

/*--------------------------------------------------------------
	Showcase Page
--------------------------------------------------------------*/
.showcase-page .showcase-page-header {
  background-color: rgba(2, 2, 2, 0.7);
}

.showcase-page .content-box {
  display: block;
  margin-bottom: 45px;
}

.showcase-page .content-box .content-box-image {
  border-radius: 6px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  box-shadow: 1px 2px 10px rgba(0, 0, 0, 0.15);
  margin-bottom: 15px;
  transition: 0.35s ease-out;
  -webkit-transition: 0.35s ease-out;
  -moz-transition: 0.35s ease-out;
}

.showcase-page .content-box .content-box-image:hover {
  transform: translate3d(0, -10px, 0);
  -webkit-transform: translate3d(0, -10px, 0);
  box-shadow: 0 23px 40px rgba(0, 0, 0, 0.2);
}

/*--------------------------------------------------------------
	Documentation Page
--------------------------------------------------------------*/
.documentation-page {
  font-size: 14px;
}

.documentation-page .pln {
  color: #000;
}

.documentation-page pre.prettyprint {
  border: 1px solid #888;
  padding: 15px;
}

.documentation-page ol.linenums {
  margin-top: 0;
  margin-bottom: 0;
}

.documentation-page li.L0, .documentation-page li.L1, .documentation-page li.L2, .documentation-page li.L3, .documentation-page li.L5, .documentation-page li.L6, .documentation-page li.L7, .documentation-page li.L8 {
  list-style-type: none;
}

.documentation-page li.L1, .documentation-page li.L3, .documentation-page li.L5, .documentation-page li.L7, .documentation-page li.L9 {
  background: #eee;
}

.documentation-page .com {
  color: #800;
}

.documentation-page .lit {
  color: #066;
}

.documentation-page .pun, .documentation-page .opn, .documentation-page .clo {
  color: #660;
}

.documentation-page .fun {
  color: red;
}

.documentation-page .str, .documentation-page .atv {
  color: #080;
}

.documentation-page .kwd, .documentation-page .tag {
  color: #008;
}

.documentation-page .typ, .documentation-page .atn, .documentation-page .dec, .documentation-page .var {
  color: #606;
}

.documentation-page a {
  color: #19B5FE;
}

.documentation-page a:hover {
  color: #1C92C9;
}

/*--------------------------------------------------------------
	Responsive Styles - Media Queries
--------------------------------------------------------------*/
@media (min-width: 768px) {
  .navbar-transparent {
    background: transparent;
    padding-bottom: 15px;
    padding-top: 15px;
  }
  .navbar-custom .dropdown-menu {
    position: absolute;
    display: block;
    visibility: hidden;
    opacity: 0;
  }
  .navbar-custom .open > .dropdown-menu {
    visibility: visible;
    opacity: 1;
  }
  .navbar-custom .dropdown-menu .dropdown-toggle:after {
    position: absolute;
    display: block;
    right: 9px;
    top: 50%;
    margin-top: -6px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 9px;
    content: "\f105";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .navbar-right .dropdown-menu {
    right: auto;
    left: 0;
  }
  /* Comments */
  .comment .comment {
    margin-left: 75px;
  }
}

@media (max-width: 1200px) {
  /* Features */
  .alt-features-item {
    margin: 20px 0 0;
  }
}

@media (max-width: 1050px) {
  /* Navbar */
  .navbar-custom {
    letter-spacing: 1px;
  }
}

@media (max-width: 991px) {
  /* Navbar */
  .navbar-custom {
    letter-spacing: 0;
  }
  /* Headers */
  .titan-title-size-3 {
    letter-spacing: 8px;
    font-size: 36px;
  }
  .titan-title-size-4 {
    letter-spacing: 12px;
    font-size: 38px;
  }
  .work-item,
  .works-grid-3 .work-item,
  .container .works-grid-3 .work-item,
  .works-grid-4 .work-item,
  .works-grid-5 .work-item {
    width: 50%;
  }
  /* Half-image */
  .side-image {
    position: relative;
    height: 300px;
  }
}

@media (max-width: 767px) {
  /* Navbar */
  .navbar-custom {  }
  .navbar-custom .navbar-nav {
    letter-spacing: 3px;
    margin-top: 1px;
    margin-bottom: 0;
  }
  .navbar-custom li > a:hover {
    background: rgba(255, 255, 255, 0.1) !important;
  }
  .navbar-custom .navbar-nav .open .dropdown-menu .dropdown-header,
  .navbar-custom .navbar-nav .open .dropdown-menu > li > a {
    padding: 10px 25px;
  }
  .navbar-custom .navbar-nav .open .dropdown-menu .dropdown-menu .dropdown-header,
  .navbar-custom .navbar-nav .open .dropdown-menu .dropdown-menu > li > a {
    padding: 10px 35px;
  }
  .navbar-custom li a,
  .navbar-custom .dropdown-search {
    border-bottom: 1px solid rgba(73, 71, 71, 0.15) !important;
  }
  .navbar-custom .dropdown-toggle:after,
  .navbar-custom .dropdown-menu .dropdown-toggle:after {
    right: 7px;
    content: "\f107";
  }
  .navbar-custom .nav > .open > .dropdown-toggle:after,
  .navbar-custom .dropdown-menu .dropdown.open .dropdown-toggle:after {
    right: 7px;
    content: "\f106";
  }
  /* Shop navbar */
  .navbar-custom .navbar-nav > li:last-child.navbar-cart > a {
    padding-left: 15px;
  }
  .navbar-custom .cart-item-number {
    display: none;
  }
  .navbar-custom .navbar-cart > a:after {
    content: "\f107";
  }
  .navbar-custom .navbar-cart-item a {
    border: 0 !important;
  }
  .dropdown-menu.cart-list {
    text-align: left;
    border-bottom: 1px solid rgba(73, 71, 71, 0.15) !important;
  }
  .navbar-cart-item {
    border: none;
    border-bottom: 1px solid rgba(73, 71, 71, 0.15) !important;
    padding-bottom: 10px;
  }
  .navbar-cart-img {
    display: none;
  }
  .navbar-cart-title {
    white-space: normal;
    padding: 0;
    margin-left: 0;
  }
  /* Headers */
  .titan-title-size-1 {
    letter-spacing: 2px;
    font-size: 14px;
  }
  .titan-title-size-2 {
    line-height: 1.3;
    letter-spacing: 2px;
    font-size: 16px;
    opacity: .8;
  }
  .titan-title-size-3 {
    letter-spacing: 4px;
    font-size: 26px;
  }
  .titan-title-size-4 {
    letter-spacing: 6px;
    font-size: 28px;
  }
  /* Features */
  .features-item {
    margin: 0 0 30px;
  }
  .alt-features-item {
    padding-left: 0;
    margin: 0 0 30px;
    text-align: center;
  }
  .alt-features-icon {
    position: static;
    width: auto;
    margin: 0 auto 8px;
  }
  /* Callout */
  .callout-text {
    margin: 0 0 30px;
  }
  .callout-text,
  .callout-btn-box {
    text-align: center;
  }
  /* Sidebar */
  .sidebar {
    margin-top: 50px;
  }
  .widget {
    margin-bottom: 60px;
  }
  .post.mb-0 {
    margin-bottom: 40px !important;
  }
  .footer {
    text-align: center;
  }
  .copyright,
  .footer-social-links {
    text-align: center;
    margin: 10px 0;
  }
  /* Half-image */
  .side-image-text {
    padding-left: 15px;
    padding-right: 15px;
  }
  /* Restaurant menu */
  .menu-title,
  .menu-detail,
  .menu-price-detail {
    text-align: center;
  }
  .align-center-sm {
    text-align: center;
  }
  .align-left-sm {
    text-align: left;
  }
}


@media only screen and (max-width: 480px) {
  .work-item,
  .works-grid-3 .work-item,
  .works-grid-4 .work-item,
  .works-grid-5 .work-item {
    width: 100%;
  }
}



/* Bootstrapのガター幅を調整するための汎用CSS */
.row-0 {
    margin-left:0px;
    margin-right:0px;
}
.row-0>div {
    padding-right:0px;
    padding-left:0px;
}
.row-10 {
    margin-left:-5px;
    margin-right:-5px;
}	
.row-10>div {
    padding-right:5px;
    padding-left:5px;
}
.row-20 {
    margin-left:-10px;
    margin-right:-10px;
}
.row-20>div {
        padding-right:10px;
        padding-left:10px;
}
.row-30{
    margin-left:-15px;
    margin-right:-15px;
 }
.row-30>div {
    padding-right:15px;
    padding-left:15px;
}
.row-40{
    margin-left:-20px;
    margin-right:-20px;
}
.row-40>div{
        padding-right:20px;
        padding-left:20px;
}
.row-50{
    margin-left:-25px;
    margin-right:-25px;
}
.row-50>div{
        padding-right:25px;
        padding-left:25px;
}
.row-60{
    margin-left:-30px;
    margin-right:-30px;
}
.row-60>div{
        padding-right:30px;
        padding-left:30px;
}


@media only screen and (max-width: 991px) {
	.sm-text-center { text-align: center!important; }
	.sm-center-block { margin-left:auto;margin-right:auto!important; }
	
}

@media only screen and (max-width: 767px) {
	.item-xs-block { display: block; }
	.xs-text-center { text-align: center!important; }
}


hr.half { width:5em; }
.beta,.beta-bk { background:#fff;color:#000;padding:2px 3px; }
.beta-bk { background:#000;color:#fff; }
.h3 .beta { line-height: 1.8; }
p .beta-bk { line-height: 2; }

.list-disc,.list-disc > * { padding: 0;margin: 0;list-style: none;text-align: left!important;}
.list-disc > * { list-style: disc outside;margin-left: 1.5em; }

h1 { font-size:40px; }
h2,.h2 { font-size:35px;letter-spacing: 4px;margin-bottom: 30px; }
h3,.h3 { font-size:26px;letter-spacing: 4px;margin-bottom: 30px;line-height: 1.6; }
h4,.h4 { font-size:20px;letter-spacing: 2px;margin-bottom: 20px; }
h5,.h5 { font-size:18px;letter-spacing: 2px; }
h6,.h6 { font-size:14px;letter-spacing: 2px; }

.h2 .en { display: block;font-size:12px;margin-bottom: 10px; }
.h3 .border-tb { border-bottom:2px solid #fff;padding:10px 0; }
h1.page-title { font-size:48px;margin:30px auto 50px;text-shadow: 0 0 20px #000,0 0 20px #000,0 0 20px #000; }

@media only screen and (max-width: 480px) {
h2,.h2 { font-size:28px;letter-spacing: 2px; }
h3,.h3 { font-size:20px;letter-spacing: 2px; }
}

.font-size-lageMax { font-size:60px; }
.font-size-lage { font-size:40px; }
.font-size-medium { font-size:20px; }
.notes { font-size:14px; }

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

.font-min { font-family: "游明朝","Yu Mincho",YuMincho,"Hiragino Mincho ProN","HGS明朝E","メイリオ",Meiryo,serif;font-weight: bold; letter-spacing: 5px; }
.font-robot { font-family: 'Roboto Condensed', "Noto Sans Japanese", sans-serif; }


.btn-1-list.sizeSS { max-width: 150px; }
.btn-1-list.sizeS { max-width: 200px; }
.btn-1-list.sizeM { max-width: 300px; }
.btn-1-list { display: table;width:100%;margin-left: auto;margin-right: auto;margin-top: 20px; }
.btn-1-list > * { display: table-cell;vertical-align: middle;width:100%; }
.btn-1-list .btn { display: block;width:100%;padding-left:10px;padding-right:10px;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box; }

.btn-2-list.sizeM { max-width: 400px;margin-left: auto;margin-right: auto; }
.btn-2-list.sizeL { max-width: 600px;margin-left: auto;margin-right: auto; }
.btn-2-list.m-rl0 { margin-left: 0;margin-right: 0; }
.btn-2-list { display: table;width:100%; }
.btn-2-list > * { display: table-cell;vertical-align: middle;width:49%; }
.btn-2-list > :first-child { padding-right:1%; }
.btn-2-list > :last-child { padding-left:1%; }
.btn-2-list a { display: block;padding-right: 0; }
@media only screen and (max-width: 767px) {
	.btn-2-list.sizeL > * { display: block;width:100%;margin-bottom: 20px;padding-right:0!important;padding-left:0!important; }
	.btn-2-list.sizeL { max-width: 300px; }
}
@media only screen and (max-width: 480px) {
	.btn-2-list > * { display: block;width:100%;margin-bottom: 20px;padding-right:0!important;padding-left:0!important; }
	.btn-2-list.sizeM { max-width: 300px; }
	.btn-2-list.xs-m-auto { margin-left: auto;margin-right: auto; }
	.btn-2-list.size-xs-12 { max-width:100%; }
}

.btn.btn-lg-font { font-size: 16px; }
.btn.btn-md-font { font-size: 13px; }
.btn-shadow { box-shadow:0px 5px 12px 5px rgba(0,0,0,.3); }

.btn { position: relative;font-size:14px; }
.btn i { position:absolute;top:50%;margin-top: -5px;left:20px; }
.btn i.fa-angle-right { right:15px;left:auto; }
.btn.btn-md-font i { margin-top: -7px; }
.btn.btn-lg i,.btn.btn-lg-font i { margin-top: -8px; }
.btn.btn-lg.btn-lg-font i { margin-top: -9px; }
.btn.btn-icon { padding-left:55px; }
.btn.btn-arrow { padding-right:15px; }
.btn.btn-svg-l { padding-left: 40px; }

.btn.btn-svg-l .svg { position: absolute;width:18px;left:8px;top:50%;margin-top:-12px; }

.row-box::after { content:"";display: block;width:0;height:0;clear: both; }
.row-box > * { float: left; }
.row-box .box-50 { width:50%; }

.row-box-bg-left { background-position: -200px center;background-size:auto 100%;padding-left:30%;background-repeat: no-repeat; }
.row-box-bg-left .box-area { position: relative;padding:50px 50px 20px 20px; z-index: 2; }
.row-box-bg-left .box-area::after { content:"";display: block;position: absolute;left:-10%;top:0;bottom:0;right:0;z-index: -1;/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+1,000000+100&0+0,0+0,1+53 */
background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0.02) 1%, rgba(0,0,0,1) 53%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(0,0,0,0.02) 1%,rgba(0,0,0,1) 53%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,0.02) 1%,rgba(0,0,0,1) 53%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=1 ); /* IE6-9 */
}
.row-box-bg-left .text-area { padding-left: 30%; }

@media only screen and (max-width: 1024px) {
	.row-box-bg-left { padding-left:0;background-position:center;background-size:cover; }
	.row-box-bg-left .box-area::after { background:rgba(0,0,0,.7);left:0; }
	.row-box-bg-left .text-area { padding-left: 0; }
	.row-box-bg-left.box-lunch-copy .text-area { padding-left: 130px; }
}
@media only screen and (max-width: 767px) {
	.row-box-bg-left.box-lunch-copy .text-area { padding-left:0; }
	.row-box-bg-left .box-area { padding:80px 20px 20px 20px; }
	.row-box-bg-left .box-area { padding:80px 20px 20px 20px; }
}


.box-lunch-copy { /*background:url(../../menu/img/img-copy-bg.jpg) no-repeat center/cover;*/ }
.box-lunch-copy article { position: relative;margin-bottom: 80px;z-index: 2;padding-left: 130px; }
.box-lunch-copy .num { width:180px;position: absolute;left:0;top:-60px;z-index: -1; }
.box-lunch-copy .inner-level-1 { padding:10px;margin-left: 3em;max-width:560px; }
@media only screen and (max-width: 767px) {
	.box-lunch-copy article { margin-bottom: 120px;padding-left: 0; }
	.box-lunch-copy .num { left:-10px;top:-100px; }
	.box-lunch-copy .inner-level-1 { padding:10px 0;margin-left: 0; }
}
@media only screen and (max-width: 480px) {
.box-lunch-copy { /*background:url(../../menu/img/img-copy-bg_sp.jpg) no-repeat center/cover;*/ }
}

.top-menu-content .bg { background-position: center;background-size: cover;background-repeat: no-repeat; }
.top-menu-content .main-img { width:60%;height:700px;position: relative; }
.top-menu-content .menu-list { width:40%; }
.top-menu-content .menu-list > * { height:350px;display: table;width:100%;text-align: center;position: relative; }
.top-menu-content .menu-list > ::after { position: absolute;top:0;bottom:0;right:0;left:0; content:"";background: rgba(0,0,0,.1); }
.top-menu-content .group-content { display: table;width:100%;height:100%;text-align: center; }
.top-menu-content .menu-list a,
.top-menu-content .group { display: table-cell;width:100%;height:100%;vertical-align: middle;position: relative;z-index: 2;position: relative; }
.top-menu-content .main-img .title { margin:0;font-size:50px;-ms-writing-mode: tb-rl;writing-mode: vertical-rl;position: absolute;top:50%;left:50%;margin-left:-.5em;margin-top:-2em; }
.top-menu-content .main-img .title span { text-shadow: 0 0 10px #000,0 0 10px #000,0 0 30px #000; }
.top-menu-content .menu-list .title { margin:0;font-size:26px;text-shadow: 0 0 10px #000; }
.top-menu-content .menu-list .title .en { font-size:11px;display: block;margin-bottom: 5px; }
.top-menu-content .menu-list .btn { margin-top: 5px; }
@media only screen and (max-width: 798px) {
	.top-menu-content .main-img .title { font-size:40px; }
    .top-menu-content .main-img { width:100%;height:500px; }
    .top-menu-content .menu-list { width:100%;overflow: hidden; }
    .top-menu-content .menu-list > * { height:250px;width:50%;float: left; }
}
@media only screen and (max-width: 480px) {
	.top-menu-content .main-img .title { font-size:30px; }
    .top-menu-content .main-img { height:300px; }
    .top-menu-content .menu-list > * { height:180px; }
}

.grid-images * {-webkit-transition:none;
	   -moz-transition:none;
	     -o-transition:none;
	        transition:none;
}
.grid-images *:not(.btn) { padding:0;margin:0; }
.grid-images { overflow: hidden; }
.grid-images > * { }
.grid-images .width_25 { 
  width : 33.33333%;
  width : -webkit-calc(100% / 3);
  width : calc(100% / 3); }
.grid-images .width_50 { 
  width : 66.66666%;
  width : -webkit-calc(100% / 1.5);
  width : calc(100% / 1.5); }
.grid-images .width_100 { width:100%; }
@media only screen and (max-width: 768px) {
    .grid-images .width_25,.grid-images .width_50 { width:100%!important; }
}

@media only screen and (max-width: 480px) {
    .grid-images .width_25,.grid-images .width_50 { width:100%!important; }
}

.top-main-content a { display: block;width:100%;height:100%; }
.top-main-content a:hover { opacity: 1; }
.top-main-content .img-contents-1 { background:url(../images/top/img-contents-1.jpg) no-repeat center/cover; }
.top-main-content .img-contents-2 { background:url(../images/top/img-contents-2.jpg) no-repeat center/cover; }
.top-main-content .img-contents-3 { background:url(../images/top/img-contents-3.jpg) no-repeat center/cover; }
.top-main-content .img-contents-4 { background:url(../images/top/img-contents-4.jpg) no-repeat center/cover; }
.top-main-content .img-contents-5 { background:url(../images/top/img-contents-5.jpg) no-repeat center/cover; }
.top-main-content .img-contents-6 { background:url(../images/top/img-contents-6.jpg) no-repeat center/cover; }

.top-main-content .img-bg { position: relative; }
.top-main-content .img-bg img { width:100%; }
.top-main-content .text-area { position: absolute;top:0;right:0;left:0;bottom:0; }
.top-main-content .text-area > div { display: table;width:100%;height:100%; }
.top-main-content .text-area > div > div { display: table-cell;vertical-align: middle;width:100%;height:100%;text-align: center; }
.top-main-content .text-area .title { margin:0;font-size:26px;text-shadow: 0 0 10px #000,0 0 10px #000,0 0 10px #000; }
.top-main-content .text-area .title .en { font-size:11px;display: block;margin-bottom: 5px; }
.top-main-content .text-area .btn { margin-top: 15px; }

.top-tb-neobox { display: none; }
.top-main-content .top-tb-neobox .img-contents-3 { background:url(../images/top/img-contents-3-sp.jpg) no-repeat center/cover; }

@media only screen and (max-width: 768px) {
	.top-main-content,.top-main-content .container,.top-main-content .row,.top-main-content .row > * { margin:0;padding:0;width: 100%; }
    .top-main-content .img-bg { height:280px; }
	.top-main-content .img-contents-1 { background-position: center 30%; }
	.top-main-content .tb-none { display: none; }
	.top-tb-neobox { display: block;position: relative; }
    .top-tb-neobox .img-bg { height:360px; }
    .top-tb-neobox .title { max-width: 85%;margin-left: auto;margin-right: auto; }
	.top-tb-neobox .btn { margin-top: -10px!important; }
	.top-main-content .img-bg:after { content:"";position: absolute;top:0;right:0;left:0;bottom:0;background:rgba(0,0,0,.3);display: block; }
	.top-tb-neobox .img-bg:after,.top-tb-neobox a:hover .img-bg:after { display: none; }
}

@media only screen and (max-width: 480px) {
	.top-main-content .img-bg { height:230px; }
    .top-tb-neobox .img-bg { height:260px; }
    .top-tb-neobox .title { max-width: 95%; }
}

.news-content { display: table;width:100%;max-width:800px;text-align: left;margin-left: auto;margin-right: auto;margin-bottom: 20px; }
/*.news-content > * { display: table-cell;vertical-align: top; }
.news-content .day { width:140px; }
.news-content a { color:#fff;text-decoration: underline; }
.news-content a:hover { text-decoration: none; }
.news-content + .btn { margin-top: 30px; }
@media only screen and (max-width: 480px) {
	.news-content > * { display: block; }
	.news-content .day{ width:100%; }
}*/

.top-shop-list { overflow: hidden; }
.top-shop-list *:not(.btn) { margin:0;padding:0; }
.top-shop-list .slide { text-align: center; }
.top-shop-list .img { margin-bottom: 25px; }
.top-shop-list .item { margin:40px 20px 40px; }
.top-shop-list .unit { text-shadow: 0 0 20px #000,0 0 20px #000;text-align: center; }
.top-shop-list .title { font-size:16px;font-weight: 500; margin-bottom: 5px;letter-spacing: 0; }
.top-shop-list .tel-number i,.top-shop-list .btn { display: none; }
.top-shop-list .social-links { margin-top: 30px; }
.top-shop-list .social-links > * { width:25px;display: inline-block;margin:0 8px;text-align: center; }
@media only screen and (max-width: 480px) {
	.top-shop-content { background: #000!important;padding-top:30px;padding-bottom:30px; }
	body.sec .top-shop-content { background: #151515!important; }
	.top-shop-list .item { margin:40px 10px 40px; }
	.top-shop-list .img-rounded {  }
	.top-shop-list .title { font-size:18px; }
	.top-shop-list .tel-number { font-size:24px; }
	.top-shop-list .tel-number i { font-size:18px;display: inline;padding-right: 5px; }
    .top-shop-list .sp-none { display: none; }
    .top-shop-list .btn { margin-top: 20px;display: inline-block; }
	.top-shop-list .social-links { display: table;width: 100%;max-width:150px;margin-left: auto;margin-right: auto; }
	.top-shop-list .social-links > * { width:50%;display: table-cell;vertical-align: middle;text-align: center; }
	.top-shop-list .social-links img { width:25px;margin-left: auto;margin-right: auto; }
	.top-shop-list .slick-slide:not(.slick-center) {
  -webkit-filter: blur(2px);
  -moz-filter:blur(2px);
  -o-filter: blur(2px);
  -ms-filter: blur(2px);
  filter: blur(2px);
  transition: 0.2s linear;
}
	
}



.sec-header-content { text-align: left;padding: 180px 0 50px; }
.bg-menu-lunch { padding-bottom:0;margin-bottom: 0;background-color:#252628; }
@media only screen and (max-width: 767px) {
	.sec-header-content { padding-top:50px; }
}

.sec-menu-button { width:100%;display: table;margin-left: auto;margin-right: auto;margin-bottom: 0;padding-bottom: 0; position: relative;z-index: 999;max-width: 800px; }
.sec-menu-button > * { display: table-cell;vertical-align: middle;width:50%; }
.sec-menu-button .title { font-size:16px;text-align: center;padding: 0!important;margin: 0!important;border:10px solid transparent; }
.sec-menu-button .title.on { border:15px solid #000; }
.sec-menu-button .title a { padding:20px 0;background:#fff;display: block;opacity: 1;font-weight: 600;color:#111; }
.sec-menu-button .title a i { display: block;opacity: 0;margin-top: 5px; }
.sec-menu-button .title.on a { padding:5px 0;background:rgba(0,0,0,1);opacity: 1;color:#fff; }
.sec-menu-button .title.on a i { opacity: 1; }

.box-menu-list { text-align: center;margin-bottom: 40px;margin-left:auto;margin-right:auto; }
.box-menu-list.text-left { text-align: left!important; }
.box-menu-list.full { max-width: none; }
.box-menu-list.small { margin-bottom: 30px; }
.box-menu-list > * { margin-bottom: 0; }
.box-menu-list .img { margin-bottom: 30px;position: relative; }
.box-menu-list .img.small { margin-bottom: 20px; }
.box-menu-list .img img { width:100%; }
.box-menu-list .name { font-size:20px;position: relative;margin-top: -5px!important;letter-spacing: 0;font-family: "游明朝","Yu Mincho",YuMincho,"Hiragino Mincho ProN","HGS明朝E","メイリオ",Meiryo,serif;line-height: 1.2; }
.box-menu-list .name.small { font-size:16px; }
.box-menu-list .price { font-size:14px;font-family: "Noto Sans Japanese", sans-serif;font-weight: 500; }
.box-menu-list .price strong { font-size:20px;font-weight: normal;padding-right: 2px; }
.box-menu-list .price.small { font-weight: 300; }

.box-menu-list hr { width:98%;border:0;border-bottom:1px solid #222;margin-bottom: 40px;margin-top: 60px; }
.box-menu-list hr.full { width:100%; }
.box-menu-list h3 .size-absolute { position: absolute;font-size:14px;right: 0;top:3px;letter-spacing: 0; }
.box-menu-list .detail { font-size: 14px;margin-top: 10px;text-align: left;max-width:400px;margin-left:auto;margin-right:auto; }
.box-menu-list .notes-read { font-size: 14px;margin-top: 10px; }
.box-menu-list .notes-detail { margin-top: 5px;font-size:12px;color:#999; }
/*.box-menu-list .notes-detail > * { display: inline-block; }
.box-menu-list .notes-detail > :after { content:"\2b";padding:0 5px; }
.box-menu-list .notes-detail > :last-child:after { display: none; }*/
.box-menu-list .notes-detail-list { margin-top: 5px; }
.box-menu-list .notes-detail-list,
.box-menu-list .notes-detail-list > * { padding:0;margin:0;list-style:none;text-align: center;font-size:12px;color:#999; }
.box-menu-list .notes-detail-list.text-left > * { text-align: left; }
.box-menu-list .price .notes-detail { margin-top: 0; }


.box-menu-list .list-disc { font-size: 14px; margin-top: 25px;border-top:1px solid #222;padding-top: 20px; }

@media only screen and (max-width: 767px) {
	.max-width-S { margin-left:auto;margin-right:auto;}
}
.menu-sub-image  { display: table;width:100%;max-width:400px;margin-left:auto;margin-right:auto; }
.menu-sub-image > * { display: table-cell; vertical-align: middle; }
.menu-sub-image .img { width:150px;border-right:20px solid transparent; }

@media only screen and (max-width: 991px) {
}
@media only screen and (max-width: 767px) {
}
@media only screen and (max-width: 480px) {
}


/*.row-other-30 { margin-right:-30px;margin-left:-30px; }
.row-other-30 .col-md-6,.row-other-30 .col-md-4 { padding: 0 30px; }
@media only screen and (max-width: 767px) {
	.row-other-30 { margin-right:0;margin-left:0; }
	.row-other-30 .col-md-6,.row-other-30 .col-md-4 { padding: 0; }
}*/
@media only screen and (min-width: 992px) {
	.row-other-30 { margin-right:-30px;margin-left:-30px; }
	.row-other-30 .col-md-6,.row-other-30 .col-md-4 { padding: 0 30px; }
}


.img-responsive-max { width:100%!important; }
body.sec {  }
@media only screen and (max-width: 480px) {
	body.sec br.sp-none { display: none; }
}

.foot-nav-link { text-align: left;font-size:14px; }
.foot-nav-link > * { display: inline-block;padding-left:20px;position: relative; }
.foot-nav-link > :after { content:"";display: inline-block;color:#fff;width:1px;height:14px;background:#fff;position: absolute;right:-10px;top:50%;margin-top:-6px; }
.foot-nav-link > :last-child:after { display: none; }
.foot-nav-link > :first-child { padding-left: 0; }
footer .copyright { text-align: right;font-size:14px; }
@media only screen and (max-width: 767px) {
	.foot-nav-link { margin-bottom: 5px; }
	.foot-nav-link,footer .copyright { text-align: center; }
}

.sec-header-content { position: relative; }
.bg-qualities-1,.bg-history-1 { background-repeat: no-repeat;background-position: center top;background-size: cover;position: absolute;bottom:0;left:0;right:0;top:25%; }

.sec-main-area.sec-main-area.neo { margin-bottom:60px; }
.sec-main-area.history,.sec-main-area.shop,.sec-main-area.staff,.sec-main-area.cms,.sec-main-area.contact { margin-bottom:0; }
.sec-main-area.lunch,.sec-main-area.dinner { margin-bottom:20px; }
.sec-main-area .cover { position: relative; }
.sec-main-area .title { position: absolute;right:5%;top:30%;width:20%; }
@media only screen and (max-width: 480px) {
	.sec-main-area .title { width:30%; }
	.sec-main-area { margin-bottom:30px; }
	.sec-main-area.sec-main-area.neo { margin-bottom:180px; }
	.sec-main-area.history,.sec-main-area.shop,.sec-main-area.staff,.sec-main-area.cms,.sec-main-area.contact { margin-bottom:0; }
	.sec-main-area.shop { margin-bottom: -30px; }
}

.inlin-block-list > * { display: inline-block; }
.title-block > span { display: inline-block; }
.title-level-1,.title-level-2,.title-level-3 { font-family:"Cardo","游明朝","Yu Mincho",YuMincho,"Hiragino Mincho ProN","HGS明朝E","メイリオ",Meiryo,serif;letter-spacing: 5px;text-align: left;font-weight:500; }
.title-level-1 { line-height: 1.3; }
.title-level-1 .sub { font-size:30px; }
.title-level-1 strong { font-size:48px;font-weight: normal; }
.title-level-1.text-center { text-align: center; }

.title-level-2 { line-height: 1.3; }
.title-level-2 .sub { font-size:24px; }
.title-level-2 strong { font-size:40px;font-weight: normal; }
.title-level-2.text-center { text-align: center; }

.title-level-3 { font-size:24px;line-height: 1.3;margin-bottom: 15px; }
.title-level-3.sans-serif { font-family:"Noto Sans Japanese", sans-serif; }
.title-level-3.photos { display: table;width:100%; }
.title-level-3.photos > * { display: table-cell;vertical-align: bottom; }
.title-level-3.photos.middle > * { vertical-align: middle; } 
.title-level-3.photos .img { width:150px; }
.title-level-3.photos .img img {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.title-level-3.photos .font-up { font-size:32px; }
.title-level-3.photos .font-down { font-size:18px;letter-spacing: 0; }
.title-level-3.text-center { text-align: center; }

.title-level-5 { font-size:16px;margin-bottom: 5px; }

@media only screen and (max-width: 1024px) {
	.title-level-3.photos .font-up { letter-spacing: 0; }
}
@media only screen and (max-width: 991px) {
	.title-level-3.photos,.title-level-3.photos > * { display: block;width:100%!important;text-align: center; }
	.title-level-3.photos .img { margin-top: 15px; }
	.title-level-3.photos .img img { max-width:200px;border:0; }
}
@media only screen and (max-width: 480px) {
	.title-level-1  strong { font-size:42px;letter-spacing: 0; }
	.title-level-1,.title-level-2,.title-level-3 { letter-spacing: 0!important; }
	.title-level-2.sx-small strong { font-size:30px; }
}
@media only screen and (max-width: 320px) {
}

.word-area { line-height: 2;overflow: hidden; }
.word-area .img-right,.word-area .img-left { width:28%; }
.word-area .img-right { float: right;margin-left: 50px;margin-bottom: 20px; }
.word-area .img-left { float: left;margin-right: 50px;margin-bottom: 20px; }
.word-area .img-list-3,.word-area .img-list-4 { overflow: hidden;margin-right:auto;margin-left:auto;text-align: center; }
.word-area .img-list-3 > * { width:28%;float: left;margin-right: 8%; }
.word-area .img-list-3 > :nth-child(3n) { margin-right: 0; }
.word-area .img-list-4 > * { width:23%;float: left;margin-right: 2%; }
.word-area .img-list-4 > :nth-child(4n) { margin-right: 0; }
.box-area { margin-bottom: 40px;width:100%; }
@media only screen and (max-width: 991px) {
.word-area .img-right,.word-area .img-left { width:32%; }
.word-area .img-list-3 > * { width:32%;margin-right: 2%; }
.word-area .img-list-3 > :nth-child(3n) { margin-right: 0; }
}
@media only screen and (max-width: 767px) {
	.masonry-box .col-md-6 { width:100%; }
	.word-area .img-right,.word-area .img-left { width:100%;max-width:300px;float: none; margin:20px auto 50px!important; }
	.word-area .img-list-3 > * { width:100%;max-width:300px;margin: 0 auto 50px!important;float: none; }
}
@media only screen and (max-width: 480px) {
	.word-area .img-right,.word-area .img-left,.word-area .img-list-3 > * { max-width:none; }
}
.img-caption { font-size:14px;margin-top: 10px;line-height: 1.4;text-align: left; }

.message-sign { text-align: right;line-height: 1.3;margin-top: 50px; }
.message-sign > * { display: inline-block;vertical-align: middle;margin-left: 10px; }
.message-sign .img img { width:180px; }
@media only screen and (max-width: 480px) {
	.message-sign .img img { width:150px; }
}

.word-area.shop { position: relative; }
.word-area.shop .shop-image { position: absolute;right:15px;top:35px;width:38%; }
.word-area.shop .box-area { padding-right: 45%; }
.word-area.shop .map {
  position:relative;overflow: hidden;width:100%;padding-top:30%;
}
.word-area.shop .map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.shop-detail > * { margin-bottom: 20px; }
.shop-detail .group { display: table;line-height: 1.5; }
.shop-detail .group > * { display:table-cell;vertical-align: top; }
.shop-detail .group > .title { width:100px;font-weight: 500; }
.shop-detail .time,.shop-detail .time > * { margin: 0;padding: 0;list-style: none; }
.shop-detail .time { margin-bottom: 10px; }
.shop-detail .time i { color:#777;padding-right: 10px; }
.shop-detail .time { display: table; }
.shop-detail .time > * { display: table-cell;vertical-align: top; }
.shop-detail .time .title { width:150px; }
.word-area.shop .tel-number { font-size:24px;color:#fff;margin-bottom: 30px;display: inline-block;border:1px solid #fff;line-height:45px;text-align: center;border-radius: 45px;max-width: 280px;margin-left:auto;margin-right:auto; }
.word-area.shop .tel-number i { font-size:18px;display: inline;padding-right: 5px; }
.word-area.shop .social-links { position: absolute;right:45%;top:35px; }
.word-area.shop .social-links a { display: inline-block;width:30px;margin-left: 15px; }
@media only screen and (max-width: 991px) {
	.shop-detail .group.sp-long > * { display:block; }
	.shop-detail .group.sp-long > .title { width:100%;margin-bottom: 10px; }
}
@media only screen and (max-width: 767px) {
	.word-area.shop { max-width: 480px;margin-left: auto;margin-right: auto; }
	.word-area.shop .shop-image { position: static;width:100%;margin-bottom: 25px; }
	.word-area.shop .box-area { padding-right: 0; }
	.word-area.shop .map { padding-top:75%; }
	.word-area.shop .social-links { right:15px; }
}
.service-copy-box { margin-top: 50px;position: relative; }
.service-copy-box .center-block { width:200px;margin:0 auto; }
.service-copy-box .group { overflow: hidden;position: relative; }
.service-copy-box .group > * { float: right; }
.service-copy-box .title { width:120px;margin:0 auto;padding:0 10px;display: block; }
.service-copy-box .text { width:80px;padding-top: 50px;margin:0 auto;max-height:600px; }
.service-copy-box .text .tate { -ms-writing-mode: tb-rl;writing-mode: vertical-rl;white-space: nowrap; }

@media only screen and (max-width: 767px) {
	.service-copy-box .center-block { width:100px; }
	.service-copy-box .title { width:100px; }
	.service-copy-box .group > * { float: none; }
	.service-copy-box .text { margin-left:20px; }
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items:center;
  float: none;
}
.row-eq-height.start { align-items:start; }
.row-eq-height.start-2 { justify-content: start;align-items:start; }

@media only screen and (max-width: 767px) {
.row-eq-height > .col-sm-6 { width: 100%; }
}

.img-clip-circle,.img-clip-square { border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%;
  position: relative;
  width: 200px;
  padding-top: 200px;
  overflow: hidden;
  margin: 0 auto; }
.img-clip-square { border-radius:0;-moz-border-radius:0;-webkit-border-radius:0; }
.img-clip-circle img,.img-clip-square img { 
  width:auto!important;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  /* 画像の最大サイズは枠の1.5倍まで */
  max-width: 150%;
  max-height: 150%;
 }
@media only screen and (max-width: 480px) {
	.img-clip-circle,.img-clip-square { width:150px;padding-top:150px; }
}

.staff-list .namae { text-align: center;font-size:20px;margin-top: 15px;padding-bottom: 20px; }
.gridder,.gridder li { margin: 0;padding: 0;list-style: none;overflow: hidden; }
.gridder-list {
	width:24.5%;
	display: inline-block;
	vertical-align: top;
}
.gridder-show {
	display: block;
	float: left;
	width: 100%;
	position: relative
}
.gridder-content {
	display: none;
}
.gridder-list {
	cursor: pointer
}
.gridder-list:hover {
	opacity: 0.8
}
.hasSelectedItem .gridder-list {
	opacity: .5
}
.hasSelectedItem .gridder-list.selectedItem {
	opacity: 1
}
.gridder-navigation { position: relative;height: 55px; }
.gridder-nav { font-size:40px; }
.gridder-nav.next { position: absolute;left:50px;top:-20px; }
.gridder-nav.prev { position: absolute;left:2px;top:-20px; }
.gridder-close { font-size:40px;position: absolute;right:2px;top:-20px; }
@media only screen and (max-width: 991px) {
	.gridder-list { width:32%; }
}
@media only screen and (max-width: 767px) {
	.gridder-list { width:49%; }
}


.staff-detail .box-area { margin-bottom: 20px; }
.staff-detail { line-height:1.5;padding-bottom: 50px; }
.staff-detail .title-level-5,.title-level-5.line-left { margin-bottom: 10px;position: relative;padding-left:40px; }
.staff-detail .title-level-5:after,.title-level-5.line-left:after { content:"";display: block;position: absolute;width:30px;height:1px;left: 0; top:50%;background:#444; }
.staff-detail .img { margin-bottom: 30px; }
@media only screen and (max-width: 767px) {
}

.menu-list-nav { margin-bottom: 50px; }
.menu-list-nav .img { position: relative;height:100px;overflow: hidden;border:1px solid #666; }
.menu-list-nav .img img { position: absolute;top:0;bottom:0;right:0;left:0; }
.menu-list-nav .img:after { position: absolute;top:0;bottom:0;right:0;left:0;background:rgba(0,0,0,.4);content:""; }
.menu-list-nav a { position: relative;display: block; }
.menu-list-nav .namae { position: absolute;top:50%;right:0;left:0;margin-top: -30px;text-align: center;font-size:30px; }
.menu-list-nav .namae span { display: block;font-size:10px; }

@media only screen and (max-width: 480px) {
	.menu-list-nav .namae { font-size:24px; }
	.menu-list-nav { margin-bottom: 30px; }
}

.menu-list-time { font-size:18px;position: relative;z-index: 2; }
.menu-list-time > * { display: inline-block;margin-right: 10px; }

.mark-list-taste,.mark-list-taste > * { margin: 0;padding: 0;list-style: none; }
.mark-list-taste { overflow: hidden;max-width: 400px; }
.mark-list-taste > * { width:25%; float: left; }
.mark-list-taste img { padding: 10px; }
@media only screen and (max-width: 991px) {
	.mark-list-taste { margin-left: auto;margin-right: auto; }
}
.menu-label > * { position: absolute;bottom: -20px;width:80px; }
.menu-label.type-2 > * { bottom:10px; }
.menu-label > :nth-child(1) { left:0; }
.menu-label > :nth-child(2) { left:70px; }

.neo-title-area { margin-bottom:50px;position: relative; }
.title-neo-logo { margin-top: -150px;width:23%;position: absolute; }
.title-neo {  }
.title-neo > * { position: absolute; }
.title-neo .title-1,.title-neo .title-2 { width:33%;bottom:-20px; }
.title-neo .title-1{left:25%;}
.title-neo .title-2{left:53%;}
@media only screen and (max-width: 600px) {
	.title-neo-logo { width:30%; }
	.title-neo .title-1,.title-neo .title-2 {  }
}
@media only screen and (max-width: 480px) {
.neo-title-area { margin-bottom:0; }
	.title-neo-logo { width:40%;margin-top: -230px; }
.title-neo .title-1,.title-neo .title-2 { width:45%;bottom:40px; }
.title-neo .title-1{left:5%;}
.title-neo .title-2{left:40%;}
}
@media only screen and (max-width: 320px) {
	.title-neo-logo { margin-top: -180px; }
}

.contact-box .img img { width:100%; }
.contact-box .tel-number { font-size:34px;font-family: 'Roboto', sans-serif;white-space: nowrap;font-weight: 400; }
.contact-box .tel-number i { font-size:25px; }
.contact-box .tel-number a:hover { opacity: 1; }
@media only screen and (max-width: 320px) {
	
}

