.html {
  font-family:  'Noto Sans','游ゴシック', '游ゴシック体', sans-serif;
}

.text-theme {
    color: #EF683B !important;
  }

.border-theme {
    border-color: #EF683B !important;
  }

.b-theme {
  background-color: #EF683B !important;
  }

.top-slider-img {
  border: 5px solid;
  border-radius: 30px; 
  border-color:  #EF683B !important;
  margin-bottom: 50px;
}


.top-slider {
  z-index: 10;
}

.top-bar {
  position: absolute;
  width: 12%;
  right: 9%;
  background-color: #EF683B !important;
  z-index: 20;
}


@media (min-width: 992px) {
  .top-bar {
    width: 9%;
  }
}
.prev-icon {
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-right: 20px solid black;
  border-bottom: 15px solid transparent;
}

.clearText {
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
  display: inline-block;
  _display: inline;
}

.next-icon {
  width: 0;
  height: 0;
  border-left: 20px solid black;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}


.prev-icon-white {
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-right: 20px solid white;
  border-bottom: 15px solid transparent;
}

.next-icon-white {
  width: 0;
  height: 0;
  border-left: 20px solid white;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

.carousel-indicators {
  bottom: -3.5rem;
  justify-content: flex-end;
  margin-right: 5%;
  margin-left: 5%;
}

.carousel-indicators li {
  background: black;
  height: 1px;
  width: 20px;
  border-radius: 10px;
}

.carousel-indicators .active {
  background: #EF683B;
}

.contents-space {
  width: 100%;
}

@media (min-width: 992px) {
  .contents-space {
    justify-content: center;
    width:600px;
  }
}

section.resume-section {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

@media (min-width: 768px) {
  section.resume-section {
    min-height: 0;
  }
}

@media (min-width: 992px) {
  section.resume-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.show-more {
  color: white;
  background: #EF683B;
  padding-right: 10px;
  padding-left: 10px;
  border-radius: 28px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 18px; 
}

.shop-tag {
  color: white;
  background: #EF683B;
  width: 100%;
  border-radius: 28px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 18px; 
}

.shop-tag.disabled {
  background:gray;
}

.shop-mark {
  background: #EF683B;
  font-size: 12px; 
  height: 20px;
  width: 20px;
  border-radius: 10px;
  text-align: center;
}

.shop-label {
  color: white;
  background: #EF683B;
  padding-right: 10px;
  padding-left: 10px;
  border-radius: 28px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 18px; 
}

.shop-detail-label {
  background: #EF683B;
  color: #fff;
  display: inline-block;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.bg-logo {
  background-color: #f4e2c6;
  background-image: url(../assets/img/back_ground.png);
  background-size:100%;
  background-repeat: repeat-y;
}

.copyright {
  background-color: black;
}

.footer-info {
  background-color: #f5ab6e
}

.footer-space {
  width: auto;
}

@media (min-width: 992px) {
  .footer-space {
    justify-content: center;
    width:800px;
  }
}


#pagetop {
  display:inline-block;
  position:fixed;
  bottom:0;
  right:3rem;
  z-index: 100;
 }
  
  
 #pagetop a {
  width: 4rem;
  height: 4rem;
  display:block;
  background:#EF683B;
  color:#fff;
  text-align:center;
 }

 .shop-owner-illustration {
  position: absolute;
  top: -100px;
 }

 .dummy-shop-owner-illustration {
  visibility:hidden;
 }

 .shop-sotial-icon {
   display: inline-flex;
   align-items: center;
   justify-content: center;
   color: #343a40;
   height: 3.5rem;
   width: 3.5rem;
   border-radius: 20%;
   font-size: 2.5rem;
 }

 .shop-card-style:hover {
  text-decoration: none;
 }

 .illust-right {
   position:absolute; 
   top:calc(50% - 100px); 
   left:calc(100% + 20px);
   height: 200px;

 }

 .illust-left {
   position:absolute; 
   top:calc(50% - 100px); 
   right:calc(100% + 20px);
   height: 200px;

 }

 .text-dark a {
   color: black;
 }

