body {
  margin: 0;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6rem;
  color: #3e3a39;
  text-align: left;
  background-color: #cce196;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
}

a {
  color: #4d660b;
}

a:hover {
  color: #8aa53e;
}

a img:hover {
  opacity: 0.8;
}

.navbar {
  background: #3e3a39;
  font-size: 0.9rem;
}

.navbar-collapse a {
  color: #ffffff !important;
  opacity: 0.8;
}

.navbar-collapse a.active {
  color: yellow !important;
  opacity: 1.0;
}

.navbar-collapse a:hover {
  color: #ffffff;
  opacity: 1.0;
}

.jumbotron {
  margin-top: 80px;
  border-radius: 0;
}

.top__title {
  margin-top: -50px;
  font-weight: 600;
  font-size: 3rem;
}

@media (min-width: 576px) {
  .top__title {
    margin-top: -90px;
    font-weight: 600;
    font-size: 4rem;
  }
}

.top__subtitle {
  color: #d44e4d;
  font-size: 1.2rem;
  font-weight: 600;
}

@media (min-width: 576px) {
  .top__subtitle {
    color: #d44e4d;
    font-size: 1.6rem;
    font-weight: 600;
  }
}

.btn__yellow, .btn__yellow.disabled, .btn__yellow:disabled {
  background-color: #fff100;
  color: #3e3a39;
  border-color: #fff100;
  font-weight: 600;
  font-size: 1.3rem;
  border-radius: 20px;
  margin-bottom: 10px;
}

.btn__yellow:hover {
  color: #3e3a39;
  background-color: #fcf592;
  border-color: #fcf592;
}

.about__osumi__midashi {
  padding: 0.2rem 0.5rem;
  border-left: solid 5px #3e3a39;
}

.menu__card__item .card-title {
  font-size: 1.4rem;
  font-weight: 600;
}

.menu__card__item .card-text {
  font-size: 0.9rem;
  font-weight: 400;
}

a.toppage__card {
  text-decoration: none;
  background-color: #ffffff;
  color: #3e3a39;
}

a.toppage__card:hover {
  text-decoration: none;
  color: #8fc31f;
}

.breadcrumb {
  margin-top: 80px;
  background-color: #cce196;
  font-size: 0.8rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: '>';
}

.h1__midashi {
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
}

.h1__midashi:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 5px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #3e3a39;
  border-radius: 2px;
}

.baloon__2 {
  position: relative;
  display: inline-block;
  margin: 1.2rem 0;
  padding: 10px 20px;
  min-width: 120px;
  max-width: 100%;
  color: #3e3a39;
  font-size: 1rem;
  background: #fff100;
  border: solid 3px #3e3a39;
  box-sizing: border-box;
  border-radius: 10px;
}

.baloon__2:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #fff100;
  z-index: 2;
}

.baloon__2:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #3e3a39;
  z-index: 1;
}

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

.baloon__3 {
  position: absolute;
  display: inline-block;
  margin: -35px 0;
  padding: 10px 20px;
  min-width: 120px;
  max-width: 100%;
  color: #3e3a39;
  font-size: 1rem;
  background: #fff100;
  border: solid 3px #3e3a39;
  box-sizing: border-box;
  border-radius: 10px;
  z-index: 10;
}

.baloon__3:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #fff100;
  z-index: 2;
}

.baloon__3:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #3e3a39;
  z-index: 1;
}

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

.shopdata p {
  background-image: linear-gradient(90deg, rgba(237, 119, 128, 0) 0%, rgba(237, 119, 128, 0) 50%, #cce196 0%, #cce196 100%), linear-gradient(180deg, rgba(100, 100, 100, 0) 0%, rgba(100, 100, 100, 0) 97.5%, #646464 100%);
  background-size: 8px 100%,100% 2em;
  line-height: 2rem;
  color: #3e3a39;
}

.common__card .flex__item {
  width: 100%;
}

@media (min-width: 768px) {
  .common__card .flex__item {
    width: 44%;
  }
}

@media (min-width: 992px) {
  .common__card .flex__item {
    width: 30%;
  }
}

.event__section .flex__item {
  width: 100%;
}

@media (min-width: 992px) {
  .event__section .flex__item {
    width: 50%;
  }
}

#page__top {
  width: 90px;
  height: 90px;
  position: fixed;
  right: 10px;
  bottom: 10px;
  background: #fff100;
  opacity: 0.8;
  border-radius: 50%;
}

#page__top a {
  position: relative;
  display: block;
  width: 90px;
  height: 90px;
  text-decoration: none;
}

#page__top a::before {
  font-family: FontAwesome;
  content: '\f102';
  font-size: 25px;
  color: #3e3a39;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -40px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

#page__top a::after {
  content: 'PAGE TOP';
  font-size: 13px;
  color: #3e3a39;
  position: absolute;
  top: 45px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

#step__a, #step__b, #step__c, #step__d, #step__e, #step__f, #step__g, #step__h, #step__i {
  padding-top: 80px;
  margin-top: -80px;
}

.shop__main__img {
  border: 8px #ffffff solid;
  box-shadow: 0 0 4px rgba(0,0,0,0.2);
  transform: rotate( -4deg );
}

.shop__sub__img {
  border: 8px #ffffff solid;
  box-shadow: 0 0 4px rgba(0,0,0,0.2);
}

.map {
  border: #d8c7a0 1px solid;
  position: relative;
  padding-bottom: 50%;
}

@media (min-width: 992px) {
  .map {
    border: #d8c7a0 1px solid;
    position: relative;
    padding-bottom: 35%;
    margin-left: 12px;
  }
}

.map iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

