html,
body {
  overflow-x: hidden;
}

body {
  color: #000000;
  font-family: 'Noto Sans JP', sans-serif;
  padding-bottom: 0;

}

p {
  line-height: 2.0em;
  font-weight: 100;
  font-style: normal;
  font-size: 14px;

}

.navbar_brand_logo {
  width: 32px;
  height: 32px;
  display: inline-block;
  margin-right: 15px;
}

.my_navbar_brand,
.my_nav_link {
  font-size: 16px;
  font-family: 'Lora', serif;
  color: #000000 !important;
}

.navbar-toggler {
  padding: 0 !important;
  border: none;
}


#hamburger_btn_check:checked~.hamburger_btn .btn_close {
  display: block;
}

#hamburger_btn_check:checked~.hamburger_btn .btn_open {
  display: none;
}

.btn_close {
  display: none;
}

#hamburger_btn_check {
  display: none;
}

.my_carousel_caption {
  font-size: 52px;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
  font-family: 'Lora', serif;
  line-height: 1.5em;
}

.my_carousel_caption::before {
  content: url(../img/logoSymbol_White.png);
  display: block;
}

@media screen and (max-width:375px) {
  .my_carousel_caption {
    font-size: 27px;
  }
}

.carousel-item {
  height: 32rem;
}

.carousel-item>img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 32rem;
}

.section_title {
  font-size: 36px;
  font-weight: 600;
}

.section_title::after {
  display: block;
  font-size: 14px;
  font-weight: 400;
  padding: 16px 0 16px;
  width: 100px;
  border-bottom: solid 1px #000000;
}


.about::after {
  content: "私たちについて"
}

.about_us_bg {
  background-color: #FAFAFA;
}



#footer {
  background-color: #FAFAFA;
}

.copy_right {
  font-size: 14px;
  position: absolute;
  bottom: 1rem;
  left: 12px;
  display: flex;
}

.copy_right>p {
  margin-right: 5rem;
  margin-bottom: 0;
}

.copy_right>img.sns_img {
  height: 24px;
  width: 24px;
  margin-right: 10px;
  margin-top: 0;
}

.restaurant_info p {
  font-weight: 400;
  line-height: 1.5;
  font-size: 16px;
}

.restaurant_info img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  line-height: 1.5;
  margin-top: auto;
}

.footer_brand_logo {
  width: 64px;
  height: 64px;
  display: inline-block;
  margin-right: 15px;
}

.footer_text {
  font-size: 24px;
  font-family: 'Lora', serif;
  text-decoration: center;
}

@media screen and (max-width: 991px) {
  #footer {
    height: 5rem;
  }

  .footer_text,
  .copy_right {
    margin-top: 2rem;
    text-align: center;
    position: relative;
    flex-direction: column-reverse;
  }

  .copy_right>p,
  img {
    margin-right: 1rem;
    font-size: 14px;
    margin: 0;
    line-height: 35px;
  }
}


/*オリジナル*/
.main-title {
  font-weight: bold;
  font-size: 3em;
}

@media screen and (max-width:768px) {
  .main-title {
    font-weight: bold;
    font-size: 1em;
  }
}

.main-caption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #fff;
}

.carousel-caption {
  padding-bottom: 0 !important;
}

.main-img {
  width: 100%;
  height: auto;
}


table.company {
  width: 500px;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 0px 15px;
  font-size: 12px;
}

table.company th,
table.company td {
  padding: 10px;
}

table.company th {
  background: rgb(68, 174, 234, 0.7);
  vertical-align: middle;
  text-align: left;
  width: 100px;
  overflow: visible;
  position: relative;
  color: #fff;
  font-weight: normal;
  font-size: 15px;
}

table.company th:after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(47, 21, 161, 0);
  border-left-color: rgb(68, 174, 234, 0.7);
  border-width: 10px;
  margin-top: -10px;
}

/* firefox */
@-moz-document url-prefix() {
  table.company th::after {
    float: right;
    padding: 0;
    left: 30px;
    top: 10px;
    content: " ";
    height: 0;
    width: 0;
    position: relative;
    pointer-events: none;
    border: 10px solid transparent;
    border-left: rgb(68, 174, 234, 0.2) 10px solid;
    margin-top: -10px;
  }
}

table.company td {
  background: #f8f8f8;
  width: 360px;
  padding-left: 20px;
}


#footer {
  text-align: center;
}

h2 {
  text-align: center;
}

/*事業内容*/
.about-content {
  padding: 0 5%;
}

.hitokoto {
  background: rgba(68, 174, 234, 0.2);
  margin: 2em 0;
  padding: 25px;
  border-radius: 10px;
}

.hitokoto-circle1 {
  font-size: 16px;
  line-height: 1.5;
  position: absolute;
  margin-top: -37px;
  font-weight: bold;
  color: #fff;
  background-color: #44aeea;
  border-radius: 50%;
  text-align: center;
  width: 24px;
  height: 24px;
}

.hitokoto-circle1:after {
  content: "業";
  position: absolute;
  margin-top: .2em;
  font-weight: bold;
  color: #fff;
  background-color: #44aeea;
  border-radius: 50%;
  text-align: center;
  width: 24px;
  height: 24px;
}

.hitokoto-circle2:before {
  content: "";
  position: absolute;
  top: 100%;
  margin-left: -12px;
  border: 5px solid transparent;
  border-top: 10px solid #44aeea;
  -ms-transform: rotate(-20deg);
  -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg);
}

.hitokoto-circle2 {
  position: absolute;
  font-size: 16px;
  line-height: 1.5;
  margin-top: -37px;
  margin-left: 40px;
  font-weight: bold;
  color: #fff;
  background-color: #44aeea;
  border-radius: 50%;
  text-align: center;
  width: 24px;
  height: 24px;
}

.hitokoto-circle2:after {
  content: "容";
  position: absolute;
  margin-top: .2em;
  font-weight: bold;
  color: #fff;
  background-color: #44aeea;
  border-radius: 50%;
  text-align: center;
  width: 24px;
  height: 24px;
}

.hitokoto p {
  margin: 0;
  padding: 0;
}

.carousel-inner {
  height: auto;
}
