@charset "UTF-8";
/*!
Thema Name: OKAYAMA NINAITE
Author: MANABU
Description: CSS for Oyama Wagyu Beef Project
Version:1.1
*/
body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 16px;
  letter-spacing: .05rem;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

.section_inner {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  margin-bottom: 120px;
}

.section_inner.box {
  padding: 0 20px;
}

@media screen and (max-width: 768px) {
  .section_inner {
    width: 100%;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 768px) {
  .sp-t-center {
    text-align: center !important;
  }
}

img {
  width: 100%;
  height: auto;
}

/* 全体共用CSS
------------------------*/
.Usually__map__button {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .Usually__map__button {
    margin-bottom: 30px;
  }
}

.Usually__map__button ul {
  list-style-type: none;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .Usually__map__button ul {
    margin-bottom: 20px;
  }
}

.Usually__map__button ul:last-of-type {
  margin-bottom: 0;
}

.Usually__map__button ul li {
  width: 30%;
}

.Usually__map__button ul li a {
  display: block;
  width: 100%;
  line-height: 40px;
  height: 40px;
  box-sizing: border-box;
  border-radius: 5px;
  text-align: center;
  background-color: #FFF;
  text-decoration: none;
  transition: all, 0.6s;
}

.Usually__map__button ul li a:hover {
  text-decoration: none;
  opacity: 0.6;
}

.Usually__map__button ul li.okayama a {
  background-color: #30a0d2;
}

.Usually__map__button ul li.tobi a {
  background-color: #b4ddd9;
}

.Usually__map__button ul li.kurashiki a {
  background-color: #86bc43;
}

.Usually__map__button ul li.ikasa a {
  background-color: #cfd631;
}

.Usually__map__button ul li.takahashi a {
  background-color: #eee93a;
}

.Usually__map__button ul li.niimi a {
  background-color: #f2a2a3;
}

.Usually__map__button ul li.tsuyama a {
  background-color: #f0aa3f;
}

.Usually__map__button ul li.maniwa a {
  background-color: #e45827;
}

.Usually__map__button ul li.shoei a {
  background-color: #aa539a;
}

.BottomNavi {
  padding-bottom: 20px;
  height: 90px;
}

/* 各ページ用CSS
------------------------*/
/*# sourceMappingURL=extend.css.map */