@charset "UTF-8";
/* --------------------------------------------

変数、関数定義

--------------------------------------------*/
/* ----------------------------------------------


/* ----------------------------------------------

基本設定

------------------------------------------------*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.5em;
  font-size: 16px;
  font-family: 'Shippori Mincho', -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: normal;
}

body {
  border-left: 10px solid #7B2532;
  border-right: 10px solid #7B2532;
}

body::before {
  content: "";
  width: 100%;
  height: 10px;
  background: #7B2532;
  position: fixed;
  z-index: 10;
}

body::after {
  content: "";
  width: 100%;
  height: 10px;
  background: #7B2532;
  position: fixed;
  bottom: 0px;
  z-index: 10;
}

header, .kari-body {
  overflow: hidden;
}

.kari-body {
  width: calc(100% - 14.0625%);
}

.full-kari-body::before {
  content: url(../img/wakusen.svg);
  display: inline-block;
  position: absolute;
  top: 15%;
  left: -3%;
  width: 12%;
  z-index: -1;
}

h1 {
  font-size: 48px;
  font-family: 'Shippori Mincho B1';
}

h2 {
  font-size: 42px;
  margin-bottom: 1.5em;
  font-family: 'Shippori Mincho B1';
  display: inline-block;
  width: 100%;
  text-align: center;
}

h3 {
  font-size: 32px;
  font-family: 'Shippori Mincho B1';
}

p {
  text-align: justify;
}

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

a {
  text-decoration: none;
  color: black;
}

.kari-body section[id] {
  margin-bottom: 150px;
}

@media screen and (max-width: 850px) {
  .sp-only {
    display: inline;
  }
  .kari-body {
    padding-left: 5.3333%;
    padding-right: 5.3333%;
    margin-left: auto;
    margin-right: auto;
  }
  .full-kari-body::before {
    top: 30%;
    width: 20%;
  }
  h1 {
    font-size: 40px;
  }
  h2 {
    font-size: 32px;
  }
  h3 {
    font-size: 24px;
  }
}

@media screen and (min-width: 850px) and (max-width: 1280px) {
  .sp-only {
    display: none;
  }
  .kari-body {
    padding-left: 7.2727%;
    padding-right: 7.2727%;
  }
  .wrapper {
    margin-left: -7.2727%;
    margin-right: -7.2727%;
  }
}

@media screen and (min-width: 1280px) {
  .sp-only {
    display: none;
  }
  .kari-body {
    width: 1120px;
    padding-left: 80px;
    padding-right: 80px;
    margin-left: auto;
    margin-right: auto;
  }
  .wrapper {
    margin-left: -80px;
    margin-right: -80px;
  }
  .full-kari-body {
    width: calc(100% - 14.0625%);
  }
}

/* ----------------------------------------------

header nav

------------------------------------------------*/
header {
  width: 14.0625%;
  height: 100vh;
  position: fixed;
  right: 0;
  margin-right: 10px;
}

header nav {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

header nav #gnav-check {
  display: none;
}

header nav ul {
  width: 100%;
  font-size: 20px;
}

header nav ul li {
  margin-bottom: 1em;
  display: inline-block;
  text-align: center;
  width: 100%;
}

header nav figure {
  margin: 24px;
  display: inline-block;
}

header nav p {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  position: absolute;
  bottom: 3%;
  right: 15%;
}

@media screen and (max-width: 1000px) {
  header {
    z-index: 499;
    height: 80px;
    width: 80px;
  }
  header nav {
    height: 100%;
  }
  header nav #gnav-btn {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 10px;
    cursor: pointer;
    background: #7B2532;
  }
  header nav #gnav-btn span,
  header nav #gnav-btn span::before,
  header nav #gnav-btn span::after {
    content: "";
    display: inline-block;
    background-color: #fff;
    width: 40px;
    height: 4px;
    border-radius: 2px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: absolute;
    right: 20px;
    top: 30px;
  }
  header nav #gnav-btn span::before {
    right: 0px;
    top: -15px;
  }
  header nav #gnav-btn span::after {
    right: 0px;
    top: 15px;
  }
  header nav #gnav-menu {
    opacity: 0;
    z-index: -100;
  }
  header nav #gnav-menu ul li {
    font-size: 24px;
    margin-bottom: 1rem;
  }
  header nav #gnav-check:checked ~ #gnav-menu {
    opacity: 1;
    -webkit-transition: .5s;
    transition: .5s;
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    width: 95.5vw;
    height: 100vh;
    background: rgba(255, 255, 255, 0.95);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border: 10px solid  #7B2532;
  }
  header nav #gnav-check:checked ~ #gnav-menu p {
    right: 50%;
  }
  header nav #gnav-check:checked ~ #gnav-btn {
    z-index: 1500;
    right: 4px;
  }
  header nav #gnav-check:checked ~ #gnav-btn span::before {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateX(4px) translateY(11px) rotateZ(45deg);
            transform: translateX(4px) translateY(11px) rotateZ(45deg);
    width: 15px;
  }
  header nav #gnav-check:checked ~ #gnav-btn span::after {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateX(4px) translateY(-11px) rotateZ(-45deg);
            transform: translateX(4px) translateY(-11px) rotateZ(-45deg);
    width: 15px;
  }
  .kari-body {
    width: 100%;
  }
}

/* ----------------------------------------------

mv

------------------------------------------------*/
#mv {
  margin-top: 20px;
  position: relative;
}

#mv .mv-logo {
  max-width: 25%;
}

#mv .mv-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 32px;
  padding-bottom: 32px;
}

#mv .mv-flex .title-flex {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#mv .mv-flex .title-flex h1 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-top: 32px;
  padding-bottom: 5%;
  border-bottom: 1px solid #000;
}

#mv .mv-flex .title-flex figure {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

#mv .mv-flex .submv-flex {
  width: 40%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#mv .mv-flex .submv-flex .subimg {
  width: 40%;
}

#mv .mv-flex .submv-flex .subimg:hover .inner .front img, #mv .mv-flex .submv-flex .subimg .hoverFI {
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
  opacity: 0;
}

#mv .mv-flex .submv-flex .subimg:hover .inner .back img, #mv .mv-flex .submv-flex .subimg .hoverBI {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

#mv .mv-flex .submv-flex .subimg .inner {
  position: relative;
  height: 150px;
}

#mv .mv-flex .submv-flex .subimg .inner:nth-of-type(n+3) {
  margin-top: 32px;
}

#mv .mv-flex .submv-flex .subimg .inner .back img {
  z-index: -1;
}

#mv .mv-flex .submv-flex .subimg .inner figure img {
  -webkit-transition: all 1s;
  transition: all 1s;
  position: absolute;
}

#mv .mv-tel-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
}

#mv .mv-tel-flex > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#mv .mv-tel-flex > div > p:nth-of-type(1) {
  font-size: 24px;
  margin-right: 32px;
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  padding: 15px 0;
}

#mv .mv-tel-flex > div .mv-telsub-flex {
  margin-right: 32px;
  text-align: center;
}

#mv .mv-tel-flex > div .mv-telsub-flex p:nth-of-type(1) {
  font-size: 32px;
  display: inline-block;
}

#mv .mv-tel-flex > p {
  font-size: 20px;
  border: 1px solid #000;
  padding: 10px;
}

@media screen and (max-width: 850px) {
  #mv {
    height: auto;
  }
  #mv .mv-flex {
    display: block;
  }
  #mv .mv-flex .title-flex {
    width: 100%;
  }
  #mv .mv-flex .submv-flex {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  #mv .mv-flex .submv-flex .subimg {
    width: 30%;
  }
  #mv .mv-flex .submv-flex .subimg:nth-of-type(3) {
    margin-top: 0;
  }
  #mv .mv-tel-flex {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #mv .mv-tel-flex > div > p:nth-of-type(1) {
    font-size: 20px;
    margin-right: 16px;
    border: none;
  }
  #mv .mv-tel-flex > div .mv-telsub-flex {
    margin-right: 16px;
  }
  #mv .mv-tel-flex > div .mv-telsub-flex p:nth-of-type(1) {
    font-size: 24px;
  }
  #mv .mv-tel-flex > p {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
    position: fixed;
    bottom: 10%;
    right: 3%;
    background: #fff;
    z-index: 500;
    -webkit-transition: all 1s;
    transition: all 1s;
  }
}

/* ----------------------------------------------

about

------------------------------------------------*/
#about {
  text-align: center;
}

#about * {
  display: inline-block;
}

#about > figure:nth-of-type(1) {
  margin-bottom: 32px;
  width: 100%;
  position: relative;
}

#about > figure:nth-of-type(1)::before {
  content: url(../img/wakusen.svg);
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -5%;
  width: 15%;
  z-index: -1;
}

#about > figure:nth-of-type(1)::after {
  content: url(../img/wakusen.svg);
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -5%;
  width: 15%;
  z-index: -1;
}

#about div {
  position: relative;
  margin-bottom: 32px;
  z-index: -1;
}

#about div p {
  width: 70%;
  line-height: 2.5rem;
}

#about div figure:nth-of-type(1) {
  position: absolute;
  left: -5%;
  bottom: 5%;
  width: 17%;
}

#about div figure:nth-of-type(2) {
  position: absolute;
  width: 17%;
  right: -5%;
}

@media screen and (max-width: 850px) {
  #about {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #about h2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #about figure:nth-of-type(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #about div {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  #about div p {
    width: 70%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  #about div figure:nth-of-type(1) {
    position: static;
    margin-right: 30%;
  }
  #about div figure:nth-of-type(2) {
    position: static;
  }
  #about figure:last-child {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}

/* ----------------------------------------------

history

------------------------------------------------*/
#history {
  text-align: center;
}

#history figure {
  display: inline-block;
  width: 100%;
}

#history *:not(h2) {
  margin-bottom: 32px;
}

#history p {
  display: inline-block;
  width: 70%;
  line-height: 2.5rem;
}

@media screen and (max-width: 850px) {
  #history h2 * {
    margin: 0;
  }
}

/* ----------------------------------------------

kodawari

------------------------------------------------*/
#kodawari .kodawari-about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 32px;
}

#kodawari .kodawari-about figure {
  width: 50%;
  margin-right: 32px;
}

#kodawari .kodawari-about .kodawari-about-sub {
  width: calc(50% - 32px);
}

#kodawari .kodawari-about .kodawari-about-sub figure {
  width: 100%;
  margin-bottom: 32px;
  text-align: center;
}

#kodawari section {
  width: 90%;
  border: 1px solid #000;
  padding: 32px;
  margin: 0 auto 75px;
  text-align: center;
  background: #7B2532;
}

#kodawari section * {
  display: inline-block;
}

#kodawari section h3 {
  margin-bottom: 1.5em;
  color: #fff;
}

#kodawari section p {
  margin-bottom: 32px;
  color: #fff;
}

#kodawari section dl {
  padding: 16px;
  background: #fff;
}

#kodawari section dl div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #000;
  padding-bottom: 16px;
}

#kodawari section dl div:nth-of-type(n+2) {
  padding-top: 10px;
}

#kodawari section dl div dt {
  width: 20%;
  margin-right: 20px;
  font-size: 24px;
  white-space: nowrap;
}

#kodawari section dl div dd {
  width: calc(80% - 20px);
  text-align: justify;
}

#kodawari .screen-flame {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 75px;
}

#kodawari .screen-flame .screen-inner {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

#kodawari .screen-flame .screen-inner figure {
  display: inline-block;
  margin-right: 32px;
}

#kodawari .tentyo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 32px;
  border: 1px solid #000;
  margin-left: auto;
  margin-right: auto;
}

#kodawari .tentyo figure {
  width: 40%;
  margin-right: 32px;
}

#kodawari .tentyo div {
  width: calc(60% - 32px);
}

#kodawari .tentyo div p:nth-of-type(1) {
  padding-bottom: 16px;
  border-bottom: 1px solid #000;
}

#kodawari .tentyo div p:nth-of-type(2) {
  font-size: 24px;
  padding-top: 16px;
}

@media screen and (max-width: 850px) {
  #kodawari .kodawari-about {
    display: block;
  }
  #kodawari .kodawari-about figure {
    width: 75%;
    margin-right: 0;
  }
  #kodawari .kodawari-about .kodawari-about-sub {
    position: relative;
    width: 100%;
  }
  #kodawari .kodawari-about .kodawari-about-sub figure {
    width: 70%;
    margin-bottom: 0;
    display: inline-block;
    position: absolute;
    top: -80%;
    right: 0;
  }
  #kodawari .kodawari-about .kodawari-about-sub figure img {
    width: 90%;
  }
  #kodawari .kodawari-about .kodawari-about-sub p {
    width: 75%;
    margin-top: 10%;
    margin-left: auto;
    margin-right: auto;
  }
  #kodawari section dl div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #kodawari section dl div dt {
    width: 100%;
    margin-right: 0;
    text-align-last: left;
    font-size: 20px;
  }
  #kodawari section dl div dd {
    width: 100%;
    text-align: justify;
    padding-left: 16px;
  }
  #kodawari .tentyo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #kodawari .tentyo figure {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1rem;
    text-align: center;
  }
  #kodawari .tentyo div {
    width: 70%;
  }
  #kodawari .tentyo div p:nth-of-type(2) {
    font-size: 20px;
  }
}

@media screen and (max-width: 700px) {
  #kodawari .kodawari-about .kodawari-about-sub figure {
    top: -100px;
  }
}

@media screen and (max-width: 460px) {
  #kodawari .kodawari-about .kodawari-about-sub figure {
    top: -80px;
  }
}

/* ----------------------------------------------

product

------------------------------------------------*/
#product {
  text-align: center;
}

#product > p:nth-of-type(1) {
  width: 80%;
  display: inline-block;
  margin-bottom: 32px;
}

#product .product-catalog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#product .product-catalog section {
  width: calc(50% - 24px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 48px;
}

#product .product-catalog section:nth-child(odd) {
  margin-right: 48px;
}

#product .product-catalog section div {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 100%;
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#product .product-catalog section div p {
  font-size: 24px;
}

#product .product-catalog section > p {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  width: 100%;
}

#product .product-catalog section figure {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-bottom: 32px;
}

#product > a {
  display: inline-block;
  padding: 16px 20%;
  border: 1px solid #000;
  margin-bottom: 75px;
}

#product > a > p {
  font-size: 32px;
}

@media screen and (max-width: 850px) {
  #product .product-catalog {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #product .product-catalog section {
    width: 100%;
  }
  #product .product-catalog section:nth-child(odd) {
    margin-right: 0;
  }
  #product > a > p {
    font-size: 24px;
  }
}

/* ----------------------------------------------

shop

------------------------------------------------*/
#shop .shop-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 32px;
}

#shop .shop-category figure {
  width: 45%;
  margin-right: 32px;
  position: relative;
}

#shop .shop-category figure::after {
  content: url(../img/wakusen.svg);
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -10%;
  width: 40%;
  z-index: -1;
}

#shop .shop-category .shop-about {
  width: calc(55% - 32px);
}

#shop .shop-category .shop-about p {
  font-size: 20px;
  margin-bottom: 16px;
}

#shop .shop-category .shop-about .shop-about-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  margin-bottom: 16px;
}

#shop .shop-category .shop-about .shop-about-flex div {
  padding-right: 16px;
  border-right: 1px solid #000;
}

#shop .shop-category .shop-about .shop-about-flex div > p:nth-of-type(2) {
  margin-bottom: 0px;
}

#shop .shop-category .shop-about .shop-about-flex > p {
  padding-left: 16px;
  margin-bottom: 0px;
}

#shop .map iframe {
  width: 100%;
  height: 50vh;
}

@media screen and (max-width: 850px) {
  #shop .shop-category {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #shop .shop-category figure {
    width: 100%;
    margin-right: 0;
    margin-bottom: 32px;
    text-align: center;
  }
  #shop .shop-category figure::after {
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
            transform: translate(-50%, -50%) rotate(90deg);
    width: 70%;
    max-width: 350px;
    z-index: -1;
  }
  #shop .shop-category .shop-about {
    width: auto;
  }
  #shop .shop-category .shop-about p {
    font-size: 16px;
  }
}

/* ----------------------------------------------

inquiry

------------------------------------------------*/
#inquiry {
  text-align: center;
}

#inquiry h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
}

#inquiry h2::before, #inquiry h2::after {
  border-top: 1px solid;
  content: "";
  width: 30%;
  /* 線の長さ */
}

#inquiry h2::before {
  margin-right: 1em;
  /* 文字の右隣 */
}

#inquiry h2::after {
  margin-left: 1em;
  /* 文字の左隣 */
}

#inquiry .inquiry-about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#inquiry .inquiry-about p {
  width: 50%;
  font-size: 36px;
  display: inline-block;
  text-align: center;
  margin-bottom: 42px;
}

#inquiry > a {
  display: inline-block;
  padding: 16px 30%;
  border: 1px solid #000;
}

#inquiry > a p {
  font-size: 24px;
}

@media screen and (max-width: 850px) {
  #inquiry {
    text-align: center;
  }
  #inquiry .inquiry-about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #inquiry .inquiry-about p {
    width: 100%;
    font-size: 24px;
  }
  #inquiry > a {
    padding: 16px 15%;
  }
  #inquiry > a p {
    font-size: 20px;
  }
}

/* ----------------------------------------------

footer

------------------------------------------------*/
footer {
  text-align: center;
}

footer small {
  display: inline-block;
  font-size: 20px;
  padding-bottom: 20px;
}

/* ----------------------------------------------

js css

------------------------------------------------*/
.fade-in {
  opacity: 0;
  -webkit-transform: translate(0, 80px);
          transform: translate(0, 80px);
  -webkit-transition: all 1s;
  transition: all 1s;
}

.scroll-in {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

@-webkit-keyframes loop {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  to {
    -webkit-transform: translateX(-75%);
            transform: translateX(-75%);
  }
}

@keyframes loop {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  to {
    -webkit-transform: translateX(-75%);
            transform: translateX(-75%);
  }
}

.screen-inner {
  -webkit-animation: loop 20s infinite linear 1s both;
          animation: loop 20s infinite linear 1s both;
}

.opacity {
  opacity: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.telfade {
  position: fixed;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
  background: #7B2532;
  color: #fff;
  z-index: 300;
}
/*# sourceMappingURL=style.css.map */