@charset "UTF-8";
/* ===================================================================
CSS default
=================================================================== */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 18px;
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core body defaults */
body {
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

a {
  transition: 0.4s;
}

a:hover {
  filter: Alpha(opacity=70);
  opacity: 0.7;
}

body {
  text-justify: inter-ideograph;
  -webkit-text-size-adjust: 100%;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Helvetica Neue", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  font-weight: 300;
  text-align: left;
  color: #333;
  line-height: 1.9;
  font-size: 16px;
  background: #fff;
}

/* ===================================================================
CSS マルチクラス
=================================================================== */
.b-totu {
  text-indent: -1em;
  padding-left: 1em;
}

/* cleafix */
.b-clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.b-clearfix {
  display: inline-block;
  min-height: 1%; /* for IE 7*/
}

/* Hides from IE-mac \*/
* html .b-clearfix {
  height: 1%;
}

.b-clearfix {
  display: block;
}

.b-txs {
  font-size: 0.9em;
}

.b-center {
  text-align: center;
}

.b-ib {
  display: inline-block;
}

main article.b-mb0 {
  margin-bottom: 0;
}

.b-sp {
  display: none;
}

/* ===================================================================
CSS シングルクラス
=================================================================== */
main {
  background-color: #2d2720;
  color: #fff;
  max-width: 1200px;
  margin: 0 auto;
  & .kimiya_about{
    text-align: center;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    padding-bottom: 80px;
    & h1{
      width: 50%;
      margin: 80px auto;
    }
  }

  & .rikichan_about{
    background-color: #000;
    & .flex{
      display: flex;
      align-items:flex-start;
      max-width: 960px;
      padding: 80px 20px;
      margin: 0 auto;
      & > div{
        width: 64%;
        & p{
          padding: 50px 0;
          &.tx_line{
            border-bottom: 1px solid #fff;
          }
          & sup{
            font-size: .6rem;
          }
        }
      }
      & > div:first-child{
        width: 36%;
        & img{
          width:75%;
        }
      }
    }
  }

  & .shop_info{
    padding: 80px 20px;
    & h2{
      text-align: center;
      padding-bottom: 60px;
      & img{
        width: 50%;
        max-width: 172px;
        margin: 0 auto;
      }
    }
    & .flex{
      max-width: 980px;
      display: flex;
      flex-wrap:wrap;
      color: #000;
      margin: 0 auto;
      & dt{
        width: 30%;
        background-color: #dbc7b4;
        border-bottom: 1px solid #756459;
        padding: 30px ;
        font-weight: bold;
      }
      & dd{
        width: 70%;
        background-color: #e5dad1;
        border-bottom: 1px solid #756459;
        padding: 30px ;
      }
    }
  }
  address{
    text-align: center;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  body {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .b-sp {
    display: block;
  }
  .b-pc {
    display: none;
  }
  body {
    font-size: 12px;
  }
  main {
    & .kimiya_about {
      & h1 {
        width: 86%;
        margin: 50px auto;
      }
    }
    & .rikichan_about {
      & .flex {
        padding: 50px 20px;
        flex-direction: column;
        & > div {
          width: 100%;
           &:first-child {
            width: 100%;
            text-align: center;
            & img{
              margin: 0 auto 50px;
              width: 60%;
            }
          }
          & p {
            padding: 30px 0;
          }
        }
      }
    }
    & .shop_info{
      padding: 50px 20px;
      & h2{
        text-align: center;
        padding-bottom: 40px;
        & img{
          width: 30%;
        }
      }
      & .flex{
        & dt{
          width: 100%;
          border-bottom: 0px solid #756459;
          padding: 20px;
        }
        & dd{
          width: 100%;
          border-bottom: 0px solid #756459;
          padding: 20px;
        }
      }
    }
  }

}