@charset "UTF-8";
/*******************************
Reset CSS (exclude "sup")
*******************************/
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(//fonts.googleapis.com/earlyaccess/sawarabimincho.css);
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block; }

input, textarea {
  margin: 0;
  padding: 0; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th {
  text-align: left; }

img {
  vertical-align: middle; }

/*******************************
Default Style
*******************************/
html {
  font-size: 62.5%;
  /* sets the base font to 10px for easier math */ }

body {
  font-size: 1.8rem;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", "Hiragino Kaku Gothic ProN", meiryo, sans-serif;
  color: #402D20;
  line-height: 1.8;
  overflow-x: hidden;
  background: #F6F6F1; }
  @media only screen and (max-width: 768px) {
    body {
      font-size: 1.4rem; } }

body * {
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box; }

iframe[name=google_conversion_frame] {
  position: absolute;
  top: 0; }

input, button, textarea, select {
  color: #402D20;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", "Hiragino Kaku Gothic ProN", meiryo, sans-serif;
  font-size: 1.6rem; }

textarea {
  vertical-align: top; }

textarea,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
select {
  padding: 10px;
  border-radius: 5px;
  border: solid 1px #aaa; }

*:focus {
  outline: none; }

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

.clearfix:after {
  content: "";
  display: block;
  clear: both; }

.wrapper {
  max-width: 1200px;
  margin: 0 auto;
  position: relative; }
  @media only screen and (max-width: 1200px) {
    .wrapper {
      width: 100%;
      padding: 0 20px; } }

.wrap {
  width: 1200px;
  margin: 0 auto; }

.center {
  text-align: center; }

.imgCenter {
  display: block;
  margin: 0 auto; }

.hoverImg {
  transition: .3s; }
  @media only screen and (min-width: 769px) {
    .hoverImg:hover {
      opacity: 0.7; } }

.hoverTxt {
  text-decoration: none;
  color: inherit; }
  .hoverTxt:hover {
    text-decoration: underline; }

.require {
  display: inline-block;
  background-color: #FC912B;
  color: #fff;
  font-size: 1.4rem;
  padding: 3px 5px;
  border-radius: 4px;
  margin-left: 5px; }

@media only screen and (max-width: 1512px) {
  .mdHide {
    display: none; } }

.main {
  padding-bottom: 140px; }
  @media only screen and (max-width: 768px) {
    .main {
      padding-bottom: 70px; } }

.mB20 {
  margin-bottom: 20px !important; }

.mB40 {
  margin-bottom: 40px !important; }

.mB80 {
  margin-bottom: 80px !important; }

.mB120 {
  margin-bottom: 120px !important; }

.mB160 {
  margin-bottom: 160px !important; }

@media only screen and (max-width: 768px) {
  .mB20 {
    margin-bottom: 10px !important; }

  .mB40 {
    margin-bottom: 20px !important; }

  .mB80 {
    margin-bottom: 30px !important; }

  .mB120 {
    margin-bottom: 60px !important; }

  .mB160 {
    margin-bottom: 80px !important; } }
.h2 {
  font-size: 2.25em;
  font-weight: bold;
  color: #4dd1f9;
  padding-left: 70px;
  border: 3px solid #4dd1f9; }
  @media only screen and (max-width: 768px) {
    .h2 {
      padding-left: 15px;
      padding-right: 15px;
      font-size: 24px; } }

.btn_more {
  text-align: center; }
  .btn_more a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    max-width: 360px;
    padding: 10px 25px;
    color: #fff;
    transition: 0.3s ease-in-out;
    background: #6CBF5C;
    border-radius: 50px;
    border: 0.2rem solid #6CBF5C;
    box-shadow: 0.2rem 0.2rem 0px 0.1rem #3B6A4B;
    text-decoration: none; }
    @media only screen and (max-width: 768px) {
      .btn_more a {
        width: 60%;
        margin: 0 auto;
        display: block; } }
    .btn_more a:hover {
      transform: translate3d(0.2rem, 0.2rem, 0);
      box-shadow: none;
      opacity: 1;
      transition: all 0.2s; }
    .btn_more a::after {
      content: '';
      width: 5px;
      height: 5px;
      border-top: 3px solid #6CBF5C;
      border-right: 3px solid #6CBF5C;
      transform: rotate(45deg) translateY(-50%);
      position: absolute;
      top: 50%;
      right: 20px;
      border-radius: 1px;
      transition: 0.3s ease-in-out; }

.btn_center a {
  margin: 0 auto; }

.fadeIn {
  opacity: 0;
  transition: .6s; }

.is-fadeIn {
  opacity: 1; }

.fadeUpIn {
  opacity: 0;
  transform: translate(0, 50px);
  transition: .3s; }

.is-fadeUpIn {
  opacity: 1;
  transform: translate(0, 0); }

.fadeLeftIn {
  opacity: 0;
  transform: translate(50px, 0);
  transition: .3s; }

.is-fadeLeftIn {
  opacity: 1;
  transform: translate(0, 0); }

.delay_10 {
  transition-delay: .1s; }

.delay_20 {
  transition-delay: .2s; }

.delay_30 {
  transition-delay: .3s; }

/*---------------------------
HEADER
----------------------------*/
.headInner {
  display: flex;
  justify-content: space-between;
  height: 90px;
  background: #fff; }
  @media only screen and (max-width: 1360px) {
    .headInner {
      height: auto; } }
  @media only screen and (max-width: 768px) {
    .headInner {
      height: 50px; } }

.header {
  /*position: -webkit-sticky;*/
  /*position: sticky;*/
  top: 0;
  z-index: 1000;
  width: 100%; }

.logo {
  width: 400px;
  text-align: center;
  padding-top: 20px;
  position: relative; }
  .logo img {
    padding-left: 20px;
    width: 340px;
    height: auto;
    max-width: 340px; }
    @media only screen and (max-width: 768px) {
      .logo img {
        width: 260px; } }

.naviArea_pc {
  flex: 1; }
.naviArea__right {
  float: right;
  width: 1250px;
  margin: 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between; }
  @media only screen and (max-width: 1512px) {
    .naviArea__right {
      width: 1100px; } }
.naviArea__tel {
  margin: 20px 30px 0 0;
  text-align: center; }
  .naviArea__tel p {
    font-size: 13px; }
.naviArea__btn {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-top: 8px; }
  .naviArea__btn li {
    width: 120px;
    height: 75px;
    display: flex; }
    .naviArea__btn li img {
      display: block;
      margin: 0 auto; }
    .naviArea__btn li a {
      width: 100%;
      padding: 10px 0;
      color: #fff;
      text-align: center;
      text-decoration: none;
      align-items: stretch;
      border-radius: 5px; }
    .naviArea__btn li:first-child {
      margin-right: 10px; }
      .naviArea__btn li:first-child a {
        background: #6CBF5C;
        display: block; }
    .naviArea__btn li:last-child {
      margin-right: 10px; }
      .naviArea__btn li:last-child a {
        background: #FC912B;
        display: block; }

.gNavi {
  width: 800px;
  margin-top: 0;
  padding-left: 30px; }
  @media only screen and (max-width: 1512px) {
    .gNavi {
      width: 540px; } }
  .gNavi > ul {
    display: flex; }
    .gNavi > ul > li {
      position: relative;
      text-align: center; }
      .gNavi > ul > li > a {
        display: block;
        font-size: 18px;
        color: inherit;
        text-decoration: none;
        padding: 30px 20px; }
        @media only screen and (max-width: 1512px) {
          .gNavi > ul > li > a {
            padding: 30px 5px; } }
        .gNavi > ul > li > a:hover {
          color: #6CBF5C; }

.subNavi {
  width: 200px;
  position: absolute;
  z-index: 10;
  top: 100%;
  left: -20px;
  display: none; }
  .subNavi li {
    width: 100%;
    margin-bottom: 1px;
    background-color: rgba(255, 255, 255, 0.8); }
  .subNavi a {
    width: 100%;
    display: block;
    font-size: 18px;
    color: inherit;
    text-decoration: none;
    padding: 10px; }
    .subNavi a:hover {
      background: rgba(202, 234, 199, 0.5); }

.naviArea_sp {
  display: none; }

@media only screen and (max-width: 1360px) {
  .naviArea_pc {
    display: none; }

  .logo {
    flex: 1;
    display: flex;
    padding-top: 0px;
    align-items: center;
    justify-content: center; }
    .logo img {
      height: 50px; }
    .logo:after {
      display: none; }

  .naviArea_sp {
    display: flex; }
    .naviArea_sp div {
      height: 72px; } }
    @media only screen and (max-width: 1360px) and (max-width: 768px) {
      .naviArea_sp div {
        height: 50px; } }
@media only screen and (max-width: 1360px) {
      .naviArea_sp div img {
        height: 100%;
        width: auto; } }
.spNavi {
  display: none; }
  .spNavi a {
    padding: 10px 20px;
    display: block;
    text-decoration: none;
    color: inherit;
    border-bottom: 1px solid #fff;
    text-align: center;
    font-size: 18px;
    background: #F6F6F1; }
    .spNavi a:hover {
      background-color: #FC912B;
      color: #fff; }

/*---------------------------
FOOTER
----------------------------*/
.footer {
  position: relative; }

.footerMiddle {
  padding: 120px 0;
  background: url("../img/footer_bg.jpg") no-repeat center;
  background-size: cover; }
  @media only screen and (max-width: 768px) {
    .footerMiddle {
      padding: 30px 0; } }
  .footerMiddle__inner {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between; }
    @media only screen and (max-width: 768px) {
      .footerMiddle__inner {
        flex-wrap: wrap; } }
  .footerMiddle__info {
    width: 430px;
    font-weight: bold;
    text-align: center;
    color: #fff; }
    @media only screen and (max-width: 768px) {
      .footerMiddle__info {
        width: 80%;
        max-width: 430px;
        margin: 0 auto 20px; } }
    .footerMiddle__info img {
      display: block; }
  .footerMiddle__btn {
    width: 270px;
    max-width: 270px;
    margin-top: 8px; }
    @media only screen and (max-width: 768px) {
      .footerMiddle__btn {
        width: 100%;
        max-width: 100%; } }
    .footerMiddle__btn li {
      width: 100%;
      height: 75px; }
      @media only screen and (max-width: 768px) {
        .footerMiddle__btn li {
          height: 60px; } }
      .footerMiddle__btn li img {
        margin-right: 10px; }
      .footerMiddle__btn li a {
        width: 100%;
        display: block;
        padding: 10px 0;
        color: #fff;
        text-align: center;
        text-decoration: none;
        align-items: stretch;
        border-radius: 5px; }
        @media only screen and (max-width: 768px) {
          .footerMiddle__btn li a {
            width: 60%;
            margin: 0 auto; } }
      .footerMiddle__btn li:first-child {
        margin-right: 10px; }
        .footerMiddle__btn li:first-child a {
          background: #6CBF5C;
          display: block; }
      .footerMiddle__btn li:last-child {
        margin-right: 10px; }
        .footerMiddle__btn li:last-child a {
          background: #FC912B;
          display: block; }

.footerBottom {
  background-color: #FC912B;
  padding: 20px 0 10px;
  line-height: 1.2;
  color: #fff; }
  .footerBottom a {
    color: #fff;
    text-decoration: none; }
    .footerBottom a:hover {
      text-decoration: underline; }

.googlemap::before {
  content: url("../img/map.png");
  height: 23px;
  line-height: 23px;
  vertical-align: middle;
  margin: 0 10px 0 20px;
  display: inline-block; }

.copyRight {
  text-align: right;
  color: #C15D00;
  font-size: 14px;
  margin-top: 10px; }

.sideBtn {
  position: fixed;
  right: 10px;
  z-index: 1000;
  transform: translate(100px, 0);
  transition: transform .3s; }
  .sideBtn li {
    text-align: center;
    margin-bottom: 10px; }
  .sideBtn.is-show {
    transform: translate(0, 0); }
  @media only screen and (max-width: 768px) {
    .sideBtn {
      width: 12%;
      max-width: 61px; } }

/*---------------------------
TOP
----------------------------*/
h2.h2_color,
h2.h2_feature {
  width: 200px;
  text-align: center;
  margin-bottom: 40px;
  color: #7D6138;
  font-size: 21px; }
  @media only screen and (max-width: 768px) {
    h2.h2_color,
    h2.h2_feature {
      font-size: 16px; } }
  h2.h2_color span,
  h2.h2_feature span {
    font-family: "Times New Roman", "Hiragino Mincho ProN", "Yu Mincho medium", "Sawarabi Mincho", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    font-weight: bold;
    font-size: 48px; }
    @media only screen and (max-width: 768px) {
      h2.h2_color span,
      h2.h2_feature span {
        font-size: 24px; } }

h2.h2_feature {
  width: 100%; }

.scroll-down {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 2rem;
  color: #fff;
  text-decoration: none;
  animation: bounce 2s infinite;
  z-index: 10; }

@keyframes bounce {
  0%, 100% {
    transform: translateX(-50%) translateY(0); }
  50% {
    transform: translateX(-50%) translateY(10px); } }
.homeImage {
  width: 100%;
  height: 100vh;
  position: relative; }
  @media only screen and (max-width: 1200px) {
    .homeImage {
      width: 100%;
      height: 80vh; } }
  .homeImage__deco {
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    margin: auto;
    max-width: 735px; }
    @media only screen and (max-width: 1200px) {
      .homeImage__deco {
        width: 80%; } }
  .homeImage__img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.about__wrap {
  width: 100%;
  padding-top: 120px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start; }
  @media only screen and (max-width: 768px) {
    .about__wrap {
      flex-wrap: wrap;
      padding-top: 60px; }
      .about__wrap img {
        display: block;
        margin: 20px auto 0; } }
.about__txt {
  width: 680px; }
  .about__txt p {
    margin: 40px 10px 100px; }
    @media only screen and (max-width: 768px) {
      .about__txt p {
        margin: 20px 0 50px; } }
.about__ttl {
  color: #9B815B;
  font-family: "Times New Roman", "Hiragino Mincho ProN", "Yu Mincho medium", "Sawarabi Mincho", "HG明朝E", "ＭＳ Ｐ明朝", serif;
  font-size: 36px;
  font-weight: bold;
  line-height: 1; }
  @media only screen and (min-width: 769px) {
    .about__ttl {
      writing-mode: vertical-lr;
      letter-spacing: 10px; } }
  @media only screen and (max-width: 768px) {
    .about__ttl {
      width: 100%;
      font-size: 24px; } }

.homeNews {
  margin-top: 140px;
  padding: 80px 0 120px;
  background: url("../img/top/hews_bg.jpg") no-repeat center center;
  background-size: cover; }
  @media only screen and (min-width: 769px) {
    .homeNews {
      background-attachment: fixed; } }
  @media only screen and (max-width: 768px) {
    .homeNews {
      margin-top: 70px;
      padding: 30px 0 40px;
      background: #ebe7e0; } }

.newsList,
.newsList_page {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .newsList a,
  .newsList_page a {
    width: 100%;
    display: block;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    text-decoration: none;
    color: #402D20; }
  .newsList__thumb,
  .newsList_page__thumb {
    width: 140px;
    height: 140px;
    overflow: hidden; }
    @media only screen and (max-width: 768px) {
      .newsList__thumb,
      .newsList_page__thumb {
        width: 100px;
        height: 100px; } }
    .newsList__thumb img,
    .newsList_page__thumb img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: all 0.3s; }
  .newsList__cate,
  .newsList_page__cate {
    margin: 0 0 14px 30px;
    padding: 0 5px;
    font-size: 14px;
    border: 1px solid #54381D;
    position: relative; }
    .newsList__cate::before,
    .newsList_page__cate::before {
      content: '';
      width: 10px;
      height: 1px;
      background: #54381D;
      display: block;
      position: absolute;
      left: -20px;
      top: 0;
      bottom: 0;
      margin: auto; }

.newsList li {
  width: 47%;
  max-width: 570px;
  margin-bottom: 40px;
  padding: 10px;
  background: #FFFFFF; }
  @media only screen and (max-width: 768px) {
    .newsList li {
      width: 100%;
      max-width: 100%;
      margin-bottom: 24px; } }
.newsList__info {
  width: 380px; }
  @media only screen and (max-width: 768px) {
    .newsList__info {
      width: calc(100% - 120px); } }

.newsList_page li {
  width: 100%;
  margin-bottom: 40px;
  padding: 10px;
  background: #FFFFFF; }
  @media only screen and (max-width: 768px) {
    .newsList_page li {
      width: 100%;
      max-width: 100%;
      margin-bottom: 24px; } }
.newsList_page__info {
  width: calc(100% - 150px); }
  @media only screen and (max-width: 768px) {
    .newsList_page__info {
      width: calc(100% - 120px); } }

.newsList a:hover img,
.newsList_page a:hover img {
  transform: scale(1.1); }

.newsWrapper {
  position: relative; }

.viewmore {
  position: absolute;
  right: 0;
  top: -80px; }
  .viewmore a {
    color: #402D20;
    text-decoration: none;
    font-family: "Times New Roman", "Hiragino Mincho ProN", "Yu Mincho medium", "Sawarabi Mincho", "HG明朝E", "ＭＳ Ｐ明朝", serif; }
    .viewmore a img {
      margin-left: 10px; }

.noposi {
  position: relative;
  top: unset;
  right: unset;
  float: right; }

.feature {
  padding: 120px 0 140px; }
  @media only screen and (max-width: 768px) {
    .feature {
      padding: 60px 0 70px; } }

.featureList {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around; }
  .featureList li {
    width: 360px;
    margin-bottom: 80px; }
    @media only screen and (max-width: 768px) {
      .featureList li {
        width: 80%;
        max-width: 360px;
        margin: 0 auto 40px; } }
  .featureList__box {
    width: 100%;
    border-radius: 20px;
    position: relative; }
    .featureList__box::before {
      content: '';
      width: 95px;
      height: 95px;
      background: url("../img/top/feature_grn.png") no-repeat;
      display: block;
      background-size: contain;
      position: absolute;
      left: 0;
      top: 0;
      z-index: 1; }
    .featureList__box img {
      border-radius: 20px; }
  .featureList__no {
    color: #fff;
    position: absolute;
    z-index: 2;
    left: 10px;
    top: 10px;
    line-height: 1.2; }
    .featureList__no span {
      display: block;
      text-align: center; }
  .featureList__ttl {
    text-align: center;
    background: #F6F6F1;
    font-size: 16px;
    color: #54381D;
    border-radius: 20px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
    display: table;
    margin: auto !important;
    padding: 5px 20px;
    line-height: 1.4; }
    @media only screen and (max-width: 768px) {
      .featureList__ttl {
        font-size: 14px; } }
    .featureList__ttl span {
      font-size: 24px;
      font-weight: bold;
      display: block; }
      @media only screen and (max-width: 768px) {
        .featureList__ttl span {
          font-size: 18px; } }

.homeWorks {
  padding: 60px 0;
  background: url("../img/top/works_bg.jpg") no-repeat center;
  background-size: cover; }
  @media only screen and (max-width: 768px) {
    .homeWorks {
      padding: 30px 0; } }

.worksList,
.archive-worksList {
  width: 95%;
  margin: 0 auto 80px;
  display: flex;
  flex-wrap: nowrap; }
  @media only screen and (max-width: 768px) {
    .worksList,
    .archive-worksList {
      margin: 0 auto 40px;
      flex-wrap: wrap; } }
  .worksList__thumb,
  .archive-worksList__thumb {
    width: 100%;
    height: 400px;
    border-radius: 5px;
    filter: drop-shadow(5px 1px 4px rgba(0, 0, 0, 0.3));
    position: relative;
    overflow: hidden; }
    @media only screen and (max-width: 1200px) {
      .worksList__thumb,
      .archive-worksList__thumb {
        height: 200px; } }
    .worksList__thumb img,
    .archive-worksList__thumb img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: all 0.3s; }
  .worksList a:hover img,
  .archive-worksList a:hover img {
    transform: scale(1.1); }
  .worksList__ttl,
  .archive-worksList__ttl {
    padding: 0 10px;
    background: #6CBF5C;
    color: #fff;
    border-radius: 20px;
    position: absolute;
    left: 10px;
    bottom: 10px; }

.worksList li {
  width: calc(100% / 5 - 30px);
  max-width: 340px;
  margin: 0 15px; }
  @media only screen and (max-width: 768px) {
    .worksList li {
      width: 46%;
      max-width: 46%;
      margin: 0 2% 20px 2%; }
      .worksList li:last-child {
        display: none; } }

.archive-worksList {
  width: 100%;
  flex-wrap: wrap; }
  .archive-worksList li {
    width: 393px;
    max-width: 393px;
    margin-bottom: 30px; }
    .archive-worksList li:nth-child(2n-1) {
      margin-right: 30px; }
    @media only screen and (max-width: 1200px) {
      .archive-worksList li {
        width: 48%;
        max-width: 48%; } }
    .archive-worksList li:nth-child(2n-1) {
      margin-right: 4%; }

.homeArea {
  padding-top: 140px; }
  @media only screen and (max-width: 768px) {
    .homeArea {
      padding-top: 70px; } }

.area {
  width: 100%;
  padding: 30px 60px;
  border: 1px solid #9B815B; }
  @media only screen and (max-width: 768px) {
    .area {
      padding: 10px; } }
  .area__ttl {
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
    color: #9B815B; }
    @media only screen and (max-width: 768px) {
      .area__ttl {
        font-size: 18px; } }
  .area ul {
    width: 100%;
    max-width: 600px;
    margin: 0 auto 20px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between; }
    @media only screen and (max-width: 1200px) {
      .area ul {
        width: 100%;
        max-width: 100%; } }
    .area ul li {
      margin: 0 10px;
      padding: 0 5px;
      border: 1px solid #9B815B;
      background: #fff;
      border-radius: 5px;
      color: #9B815B; }
      @media only screen and (max-width: 768px) {
        .area ul li {
          margin: 0 2px;
          padding: 0 2px;
          font-size: 13px; } }

.side_area {
  width: 100%;
  padding: 10px;
  border: 1px solid #9B815B; }
  .side_area ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap; }
    .side_area ul li {
      margin: 0 2px 10px 2px;
      padding: 0 2px;
      border: 1px solid #9B815B;
      background: #fff;
      border-radius: 5px;
      color: #9B815B;
      font-size: 16px; }
      @media only screen and (max-width: 768px) {
        .side_area ul li {
          font-size: 13px; } }

/*# sourceMappingURL=style.css.map */
