@charset "UTF-8";

.navbar {
  background-color: rgba(0,0,0,1);
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255,255,255,0.5);
}
/*---------------------------------
    Webフォント(東京倶楽部)
-----------------------------------*/
/* @font-face {
  font-family:'LogoFont';
  src: url('/fonts/logo.eot') format('eot');
  src: url('/fonts/logo.woff') format('woff'),
       url('/fonts/logo.ttf') format('truetype');
}
a.LogoFont {
  font-family: 'LogoFont';
  font-size: 26pt;
  letter-spacing:7px;
  color:#f5f5f5 !important;
}
a.LogoFont:hover {
  font-family: 'LogoFont';
  font-size: 26pt;
  letter-spacing:7px;
  color:#f5f5f5 !important;
  text-decoration: none;
} */
/* 全体
---------------------------------------------------- */
@font-face {
  font-family: "logo";
  src: url("logo.eot");
  src: url("logo.woff") format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.logo {
  font-family: "logo";
}
.instagram {
    color:transparent;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
    border-radius: 2px;/*角丸に*/
    height:90%;
}
html {
  position: relative;
  font-family: system-ui;
  line-height: 1.6;
}
body {
  background-color: #f5f5f5;
  color: #fff;
}
@media all and (max-width:575px) {
  .btn-block-xs-only {
    width: 100%;
    display: block;
  }
}
img {
  border:0;
}
.nowrap {
  white-space:nowrap;
}
.form-error {
  color: #a94442;
}
.modal {
  color: #000;
}
.subtitle {
  letter-spacing: 0.25rem;
  font-size: 1rem;
}
.border-left-red {
  border-left:8px solid #da2623;
}
.divider-border {
    margin: 0 auto;
    width: 8rem;
    height: 0.1rem;
    background-color: #F2252C;
}
.nav-tabs .nav-link.active {
  background-color: #D6D8D9;
  color: #495057 !important;
}
/*---------------------------------------
  Modal
-----------------------------------------*/
.modal .circles-list ol {
  list-style-type: none;
  counter-reset: li-counter;
}
.modal .circles-list ol > li {
  position: relative;
  clear: both;
}
.modal .circles-list ol > li:before {
  content: '';
  position: absolute;
  top: 0;
  left: -41.5px;
  height: 120%;
  border-left: 1px solid #CCC;
}
.modal .circles-list ol > li:last-child:before {
  border-left: 0;
}
.modal .circles-list ol > li:after {
  position: absolute;
  top: -0.4em;
  font-weight: 600;
  left: -3.65em;
  width: 2.25em;
  height: 2.3em;
  line-height: 2.2em;
  text-align: center;
  z-index: 9;
  color: #fff;
  /* border: 2px solid #4285F4; */
  border-radius: 50%;
  content: counter(li-counter);
  background-color: #4285F4;
  counter-increment: li-counter;
}

/*Form Wizard*/
.bs-wizard > .bs-wizard-step {padding: 0; position: relative;}
.bs-wizard > .bs-wizard-step + .bs-wizard-step {}
.bs-wizard > .bs-wizard-step {font-size: 16px; margin-bottom: 5px;}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot {position: absolute; width: 30px; height: 30px; display: block; background: #fbe8aa; top: 45px; left: 50%; margin-top: -15px; margin-left: -15px; border-radius: 50%;} 
.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {content: ' '; width: 14px; height: 14px; background: #fbbd19; border-radius: 50px; position: absolute; top: 8px; left: 8px; } 
.bs-wizard > .bs-wizard-step > .progress {position: relative; border-radius: 0px; height: 8px; box-shadow: none; margin: 18px 0;}
.bs-wizard > .bs-wizard-step > .progress > .progress-bar {width:0px; box-shadow: none; background: #fbe8aa;}
.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {width:100%;}
.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {width:50%;}
.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {width:0%;}
.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {width: 100%;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {background-color: #e0e0e0;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {opacity: 0;}
.bs-wizard > .bs-wizard-step:first-child  > .progress {left: 50%; width: 50%;}
.bs-wizard > .bs-wizard-step:last-child  > .progress {width: 50%;}
.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot{ pointer-events: none; }
/*END Form Wizard*/
/*---------------------------------------
  NAV
-----------------------------------------*/
#menuNav a.nav-link {
  letter-spacing: 0.08em;
}
.navbar-nav .nav-link.active {
  color: #fff !important;
}

/*---------------------------------------
  TOP
-----------------------------------------*/
.top-section {
  /* padding-top: 90px;
  padding-bottom: 90px; */
  background: #f5f5f5 url(/images/top.jpg) no-repeat center top;
  background-size: cover;
  background-color: gray;

}
/*---------------------------------------
  ABOUT
-----------------------------------------*/
.about-section {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: gray;

}
/*---------------------------------------
  MENU
-----------------------------------------*/
.menu-section {
  padding-top: 90px;
  padding-bottom: 90px;
  background: #f5f5f5 url(/images/menu_background.jpg) no-repeat center top;
  background-size: cover;
}
.menu-section .tab-content {
  background: #D6D8D9;
}
.menu-section h4 {
  font-size: 16px;
  margin-bottom: 5px;
  border-bottom: 1px dashed #bbb;
  padding-bottom: 5px;
}
.menu-section .submenu {
  font-size: 14px;
  margin-bottom: 5px;
  padding-bottom: 5px;
}

/*---------------------------------------
  SCHEDULE
-----------------------------------------*/
.schedule-section {
  padding-top: 90px;
  padding-bottom: 90px;
  background: #000;
}
.schedule-section article{
  border-radius: 5px;
}
/*---------------------------------------
  PROVERB
-----------------------------------------*/
.proverb-section {
  background: url(/images/para3.jpg) no-repeat;
  background-size: cover;
  padding: 100px 0;
  background-attachment: fixed;
  background-position: center center;
  position: relative;
}
.parallax-background {
    background-attachment: fixed !important;
    background-position: 50% 0;
}
@media (max-width: 767px) {
  .parallax-background {
    background-attachment: scroll !important;
    background-position: center center !important;
  }
}
.proverb-section .proverb {
  font-size: 2rem;
  margin-bottom: .5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}
/*---------------------------------------
  FAQ
-----------------------------------------*/
.faq-section {
  padding-top: 90px;
  padding-bottom: 90px;
  background: #f5f5f5 url(/images/background_faq.png) no-repeat center top;
  background-size: cover;
  background-color: gray;
}
.faq-section .tab-content {
  background: #D6D8D9;
}
.faq-section h5 {
  font-size:16px;
}
.faq-section a {
  text-decoration: none;
}

/*---------------------------------------
  CONTACT
-----------------------------------------*/
.contact-section {
  padding-top: 90px;
  padding-bottom: 90px;
  background: #f5f5f5;
}
.contact-section .section-title {
  font-size: 2.14286rem !important;
  text-transform: uppercase!important;
  font-weight: bold;
  margin-top: 0;
}
.contact-section .contact-content {
  padding: 30px;
  background: #fff;
  border-left:1px solid;
  border-right:1px solid;
  border-bottom:1px solid;
  border-color: #dee2e6;
}
.contact-section .map-container {
  border: 1px solid #eee;
  position: relative;
  padding-bottom: 70%;
  height: 0;
  overflow: hidden;
}
.contact-section .map-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  border:0;
}
/* .contact-section .general {
  padding: 15px;
  padding-top: 0;
  margin-bottom: 20px;
} */

/*---------------------------------------
  RECRUIT
-----------------------------------------*/
.recruit-section {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #f5f5f5;
}
.recruit-section .section-title {
  font-size: 2.14286rem !important;
  text-transform: uppercase!important;
  font-weight: bold;
  margin-top: 0;
}
.recruit-section .tab-content {
  background: #D6D8D9;
}
.recruit-section h3.faq {
  font-size: 1rem;
}
.recruit-section a {
  text-decoration: none;
}
.recruit-section .circles-list ol {
  list-style-type: none;
  counter-reset: li-counter;
}
.recruit-section .circles-list ol > li {
  position: relative;
  margin-bottom: 4rem;
  clear: both;
}
.recruit-section .circles-list ol > li:before {
  content: '';
  position: absolute;
  top: 0;
  left: -36px;
  height: 165%;
  border-left: 1px solid #CCC;
}
.recruit-section .circles-list ol > li:last-child:before {
  border-left: 0;
}
.recruit-section .circles-list ol > li:after {
  position: absolute;
  top: 0;
  font-weight: 600;
  font-size: 1rem;
  left: -3rem;
  width: 2.1rem;
  height: 2rem;
  line-height: 2rem;
  text-align: center;
  z-index: 9;
  color: #fff;
  /* border: 2px solid #4285F4; */
  border-radius: 50%;
  content: counter(li-counter);
  background-color: #4285F4;
  counter-increment: li-counter;
}

/*---------------------------------------
  PRIVACY
-----------------------------------------*/
.privacy-section .section-title {
  font-size: 2.14286rem !important;
  text-transform: uppercase!important;
}

/*---------------------------------------
  CLASSIFICATION
-----------------------------------------*/
.classification-section {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.classification-section .section-title {
  font-size: 2.14286rem !important;
  text-transform: uppercase!important;
  font-weight: bold;
  margin-top: 0;
}

/*---------------------------------------
  COMPARISON
-----------------------------------------*/
.comparison-section {
  padding-top: 5rem;
}
.comparison-section .section-title {
  font-size: 2rem !important;
  text-transform: uppercase !important;
  font-weight: bold;
  margin-top: 0;
}

/*---------------------------------------
  FOOTER
-----------------------------------------*/
#footer {
  width: 100%;
  background: #181818;
  border-top: 5px solid #f52020;
  font-size:15px;
}
#footer .supplementary_wrapper {
  background: #181818;
}
#footer .aboutus {
  margin: 0 auto;
  padding: 10px 0 10px;
  color:#ccc;
}
#footer h3 {
  color: #494949;
  background: transparent;
  border-bottom: solid 1px gray;
  color: #eee;  
  padding-bottom:3px;
}
#footer .shop-history {
    line-height:1.6;
}
#footer a.category {
  color: #fff;
}
#footer a.category:hover {
  color: #fff;
  text-decoration: none;
}
#footer a.menu {
  color: #ccc;
  line-height:2;
}
#footer a.menu:hover {
  color: #fff;
  text-decoration: none;
}
#footer td.tel {
  padding-right:10px;
}
#footer .copyright_wrapper {
    margin: 0 auto;
    height: 25px; /* Set the fixed height of the footer here */
    line-height: 25px; /* Vertically center the text there */
    background: #111;
}