@charset "UTF-8";



/* --------------------------------------------------------------------------------
	fs-l-main
-------------------------------------------------------------------------------- */
.fs-l-main {
    margin: 0 auto;
    padding: 0;
    max-width: none;
}

/* --------------------------------------------------------------------------------
	fs-l-pageMain
-------------------------------------------------------------------------------- */
.fs-l-pageMain {
   max-width: none;
}


.fs-c-heading--page{
	display:none;
}



/* compiled from /scss/about.scss */
/* ================================================== *
 *    compass
 * ================================================== */
@import url("//fonts.googleapis.com/css?family=Crimson+Text:400,600");
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, sup, 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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

html {
  font-size: 62.5%;
  height: 100%;
  min-width: 1160px;
}
@media (max-width: 1160px) {
  html {
    min-width: 0;
  }
}

body {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  color: #333;
  letter-spacing: 1px;
  font-family: 'Crimson Text', "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", sans-serif;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}


.ja body {
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", sans-serif;
}

strong {
  font-weight: bold;
}

label {
  cursor: pointer;
}

input, select, textarea, label, a {
  outline: none;
}

select:focus::-ms-value {
  background: transparent;
}

a {
  text-decoration: underline;
  outline: none;
  cursor: pointer;
  color: inherit;
}
a:hover {
  text-decoration: none;
  color: inherit;
}

.teramachi a:hover {
  text-decoration: none;
  color: inherit;
}

a:visited {
  color: inherit;
}

button {
  outline: none;
  cursor: pointer;
}

sup,
sub {
  height: 0;
  line-height: 1;
  vertical-align: baseline;
  position: relative;
  font-size: 0.75em;
}

sup {
  bottom: .75ex;
}

sub {
  top: .5ex;
}

@media (min-width: 740px), print {
  .hidden-pc {
    display: none;
  }
}

@media (max-width: 740px) {
  .hidden-sp {
    display: none;
  }
}

.container {
  margin-right: auto;
  margin-left: auto;
  width: 1060px;
}
@media (max-width: 1160px) {
  .container {
    margin-right: 15px;
    margin-left: 15px;
    width: auto;
  }
}

#wrapper {
  position: relative;
}

header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  border-bottom: 5px solid #991f1f;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  background-color: white;
}
@media (max-width: 1160px) {
  header {
    height: 62px;
  }
}
header .logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding: 20px 30px;
}
@media (max-width: 1160px) {
  header .logo {
    padding: 15px 15px;
  }
}
@media (max-width: 320px) {
  header .logo {
    padding-right: 0;
  }
}
header .logo h1 a {
  display: block;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  -webkit-backface-visibility: hidden;
  width: 175px;
  height: 32px;
  background-image: url('https://kazurasei.itembox.design/item/images/f/about/replace-s1d58248948.png');
  background-position: 0 -311px;
  background-repeat: no-repeat;
  -moz-background-size: 175px auto;
  -o-background-size: 175px auto;
  -webkit-background-size: 175px auto;
  background-size: 175px auto;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
header .logo h1 a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  text-decoration: inherit;
}
header .logo p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  margin-left: 20px;
}
@media (max-width: 740px) {
  header .logo p {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1;
    margin-left: 12px;
  }
}
@media (max-width: 320px) {
  header .logo p {
    font-size: 9px;
    font-size: 0.9rem;
    line-height: 1;
  }
}
header nav {
  padding: 27px 80px 30px 0;
}
@media (max-width: 1160px) {
  header nav {
    padding: 22px 20px 15px 0;
  }
}
@media (max-width: 740px) {
  header nav {
    display: none;
  }
  header nav.active {
    padding: 0;
    display: block;
    position: absolute;
    top: 67px;
    background-color: white;
    width: 100%;
  }
}
header nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 740px) {
  header nav ul {
    display: block;
  }
}
header nav ul li {
  margin-left: 60px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
  position: relative;
  padding-left: 18px;
}
.ja header nav ul li {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
}
@media (max-width: 1160px) {
  header nav ul li {
    margin-left: 25px;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1;
  }
  .ja header nav ul li {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1;
  }
}
@media (max-width: 740px) {
  header nav ul li {
    margin-left: 0;
    border-bottom: 1px solid #dedede;
  }
}
header nav ul li:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  border-color: #333333 transparent transparent transparent;
}
.ja header nav ul li:before {
  margin-top: -2px;
}
@media (max-width: 740px) {
  header nav ul li:before {
    left: 15px;
  }
}
header nav ul li a {
  text-decoration: none;
}
@media (max-width: 740px) {
  header nav ul li a {
    padding: 15px;
    display: block;
  }
}
header nav ul li a:hover {
  text-decoration: underline;
}
header #menu {
  display: none;
}
@media (max-width: 740px) {
  header #menu {
    display: block;
    margin: 15px;
    border: 1px solid #ccc;
    padding: 8px 12px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
  }
}
@media (max-width: 320px) {
  header #menu {
    margin: 15px 10px 15px 0;
    padding: 10px 4px;
    font-size: 9px;
    font-size: 0.9rem;
    line-height: 1;
  }
  .ja header #menu {
    margin: 15px;
    padding: 8px 12px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1;
  }
}

#vi {
  background: url("https://kazurasei.itembox.design/item/images/f/about/about_vi.jpg") center center no-repeat;
  background-size: cover;
  /*margin-top: 78px;*/
}
@media (max-width: 1160px) {
  #vi {
    margin-top: 62px;
  }
}
#vi .container {
  height: 710px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
@media (max-width: 1160px) {
  #vi .container {
    height: 500px;
  }
}
@media (max-width: 740px) {
  #vi .container {
    height: 360px;
  }
}
#vi .container p {
  margin: 0 auto;
  color: white;
  font-size: 40px;
  font-size: 4rem;
  line-height: 1.375;
  text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.6);
}
@media (max-width: 1160px) {
  #vi .container p {
    font-size: 30px;
    font-size: 3rem;
    line-height: 1.5;
  }
}
@media (max-width: 740px) {
  #vi .container p {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.25;
  }
}

#message {
  background-color: #222222;
  padding: 60px 0 45px;
}
@media (max-width: 1160px) {
  #message {
    padding: 50px 0 35px;
  }
}
@media (max-width: 740px) {
  #message {
    padding: 50px 0 35px;
  }
}
#message .container {
  color: white;
}
#message .container h2 {
  font-size: 30px;
  font-size: 3rem;
  line-height: 1;
  position: relative;
  text-align: center;
  color: white;
  height: 45px;
  margin-bottom: 50px;
}
.ja #message .container h2 {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1;
}
@media (max-width: 1160px) {
  #message .container h2 {
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 1;
    height: 40px;
  }
  .ja #message .container h2 {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1;
  }
}
@media (max-width: 740px) {
  #message .container h2 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1;
    height: 35px;
  }
  .ja #message .container h2 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1;
  }
}
#message .container h2:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -4px;
  height: 2px;
  width: 8px;
  background-color: white;
}
@media (max-width: 740px) {
  #message .container h2:after {
    height: 1px;
    width: 6px;
    margin-left: -3px;
  }
}
@media (max-width: 740px) {
  #message .container h2 {
    margin-bottom: 30px;
  }
}
#message .container p {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.55556;
  padding: 0 140px 1em;
}
.ja #message .container p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.75;
}
@media (max-width: 740px) {
  #message .container p {
    padding: 0 0 1em;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.46667;
  }
  .ja #message .container p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.57143;
  }
}
#message .container p.sign {
  text-align: center;
}

#products {
  padding: 40px 0 0;
}
@media (max-width: 740px) {
  #products {
    padding-top: 40px;
  }
}
#products .container h2 {
  font-size: 30px;
  font-size: 3rem;
  line-height: 1;
  position: relative;
  text-align: center;
  color: #222;
  height: 45px;
  margin-bottom: 30px;
}
.ja #products .container h2 {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1;
}
@media (max-width: 1160px) {
  #products .container h2 {
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 1;
    height: 40px;
  }
  .ja #products .container h2 {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1;
  }
}
@media (max-width: 740px) {
  #products .container h2 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1;
    height: 35px;
  }
  .ja #products .container h2 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1;
  }
}
#products .container h2:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -4px;
  height: 2px;
  width: 8px;
  background-color: #222;
}
@media (max-width: 740px) {
  #products .container h2:after {
    height: 1px;
    width: 6px;
    margin-left: -3px;
  }
}
#products .unit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 740px) {
  #products .unit {
    display: block;
  }
}
#products .unit.reverse {
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media (max-width: 740px) {
  #products .unit.reverse {
    display: block;
  }
}
#products .unit.unit01 {
  background-color: #996600;
  color: white;
}
#products .unit.unit01 figure {
  background-image: url("https://kazurasei.itembox.design/item/images/f/about/about_products_01.jpg");
}
#products .unit.unit02 {
  color: #996600;
}
#products .unit.unit02 figure {
  background-image: url("https://kazurasei.itembox.design/item/images/f/about/about_products_02.jpg");
}
#products .unit.unit03 {
  background-color: #991f1f;
  color: white;
}
#products .unit.unit03 figure {
  background-image: url("https://kazurasei.itembox.design/item/images/f/about/about_products_03.jpg");
}
#products .unit.unit04 {
  color: #991f1f;
}
#products .unit.unit04 figure {
  background-image: url("https://kazurasei.itembox.design/item/images/f/about/about_products_04.jpg");
}
#products .unit.unit05 {
  background-color: #222222;
  color: white;
}
#products .unit.unit05 figure {
  background-image: url("https://kazurasei.itembox.design/item/images/f/about/about_products_05.jpg");
}
#products .unit.unit06 {
  color: #222222;
}
#products .unit.unit06 figure {
  background-image: url("https://kazurasei.itembox.design/item/images/f/about/about_products_06.jpg");
}
#products .unit.unit07 {
  background-color: #316c2a;
  color: white;
}
#products .unit.unit07 figure {
  background-image: url("https://kazurasei.itembox.design/item/images/f/about/about_products_07.jpg");
}
#products .unit.unit08 {
  color: #316c2a;
}
#products .unit.unit08 figure {
  background-image: url("https://kazurasei.itembox.design/item/images/f/about/about_products_08.jpg");
}
#products .unit.unit09 {
  background-color: #530f01;
  color: white;
}
#products .unit.unit09 figure {
  background-image: url("https://kazurasei.itembox.design/item/images/f/about/about_products_09.jpg");
}
#products .unit.unit10 {
  color: #530f01;
}
#products .unit.unit10 figure {
  background-image: url("https://kazurasei.itembox.design/item/images/f/about/about_products_10.jpg");
}
#products .unit figure {
  height: 520px;
  width: 520px;
  background-position: center center;
  background-size: cover;
}
@media (max-width: 1160px) {
  #products .unit figure {
    height: auto;
    width: 250px;
  }
}
@media (max-width: 740px) {
  #products .unit figure {
    height: 200px;
    width: 100%;
  }
}
#products .unit figcaption {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-align-self: center;
  -moz-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  padding: 40px 100px 20px;
}
@media (max-width: 1160px) {
  #products .unit figcaption {
    padding: 30px 70px 15px;
  }
}
@media (max-width: 740px) {
  #products .unit figcaption {
    padding: 15px 15px 10px;
  }
}
#products .unit figcaption h3 {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1.38462;
  padding-bottom: .75em;
}
.ja #products .unit figcaption h3 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.5;
}
@media (max-width: 1160px) {
  #products .unit figcaption h3 {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.45455;
  }
  .ja #products .unit figcaption h3 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.6;
  }
}
@media (max-width: 740px) {
  #products .unit figcaption h3 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.55556;
  }
  .ja #products .unit figcaption h3 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.75;
  }
}
#products .unit figcaption p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  padding-bottom: 1.25em;
}
.ja #products .unit figcaption p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2;
}
@media (max-width: 740px) {
  #products .unit figcaption p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .ja #products .unit figcaption p {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 2;
  }
}
#products .unit figcaption p.link {
  text-align: right;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.33333;
}
.ja #products .unit figcaption p.link {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
}
@media (max-width: 740px) {
  #products .unit figcaption p.link {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .ja #products .unit figcaption p.link {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.75;
  }
}

#history {
  background-color: #d1c0a5;
  padding: 70px 0 100px;
}
@media (max-width: 1160px) {
  #history {
    padding: 50px 0 80px;
  }
}
@media (max-width: 740px) {
  #history {
    padding: 50px 0 50px;
  }
}
#history .container h2 {
  font-size: 30px;
  font-size: 3rem;
  line-height: 1;
  position: relative;
  text-align: center;
  color: #222;
  height: 45px;
  margin-bottom: 40px;
}
.ja #history .container h2 {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1;
}
@media (max-width: 1160px) {
  #history .container h2 {
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 1;
    height: 40px;
  }
  .ja #history .container h2 {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1;
  }
}
@media (max-width: 740px) {
  #history .container h2 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1;
    height: 35px;
  }
  .ja #history .container h2 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1;
  }
}
#history .container h2:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -4px;
  height: 2px;
  width: 8px;
  background-color: #222;
}
@media (max-width: 740px) {
  #history .container h2:after {
    height: 1px;
    width: 6px;
    margin-left: -3px;
  }
}
@media (max-width: 1160px) {
  #history .container h2 {
    margin-bottom: 30px;
  }
}
@media (max-width: 740px) {
  #history .container h2 {
    margin-bottom: 20px;
  }
}
#history .container .lead {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.55556;
  padding: 0 190px 80px;
}
.ja #history .container .lead {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.75;
  text-align: center;
}
@media (max-width: 1160px) {
  #history .container .lead {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.625;
    padding: 0 100px 60px;
  }
  .ja #history .container .lead {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.85714;
  }
}
@media (max-width: 740px) {
  #history .container .lead {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.46667;
    padding: 0 15px 30px;
  }
  .ja #history .container .lead {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.69231;
  }
}
#history .container ul {
  color: #4c4c4c;
  margin: 0 190px;
}
@media (max-width: 1160px) {
  #history .container ul {
    margin: 0 100px;
  }
}
@media (max-width: 740px) {
  #history .container ul {
    margin: 0 15px;
  }
}
#history .container ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  padding-bottom: 20px;
  position: relative;
}
#history .container ul li:before, #history .container ul li:after {
  content: '';
  display: block;
  position: absolute;
  width: 1px;
  height: 100%;
  top: 15px;
  left: 0;
  background-color: black;
}
#history .container ul li:after {
  width: 30px;
  height: 1px;
}
@media (max-width: 740px) {
  #history .container ul li:after {
    width: 15px;
  }
}
#history .container ul li:last-child:before {
  content: none;
}
#history .container ul li figure {
  width: 80px;
}
#history .container ul li figcaption {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  padding: 0 25px 0 50px;
}
@media (max-width: 740px) {
  #history .container ul li figcaption {
    padding: 0 15px 0 25px;
  }
}
#history .container ul li figcaption h3 {
  font-size: 26px;
  font-size: 2.6rem;
  line-height: 1;
  padding-bottom: .75em;
  font-weight: 600;
}
.ja #history .container ul li figcaption h3 {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1;
}
@media (max-width: 740px) {
  #history .container ul li figcaption h3 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1;
  }
  .ja #history .container ul li figcaption h3 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1;
  }
}
#history .container ul li figcaption p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
  padding-bottom: 1.25em;
}
.ja #history .container ul li figcaption p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2;
}
@media (max-width: 740px) {
  #history .container ul li figcaption p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .ja #history .container ul li figcaption p {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 2;
  }
}

#shop {
  padding: 100px 0 135px;
}
@media (max-width: 1160px) {
  #shop {
    padding: 80px 0 100px;
  }
}
@media (max-width: 740px) {
  #shop {
    padding: 50px 0 50px;
  }
}
@media (max-width: 740px) {
  #shop .container {
    margin-left: 0;
    margin-right: 0;
  }
}
#shop .container h2 {
  font-size: 30px;
  font-size: 3rem;
  line-height: 1;
  position: relative;
  text-align: center;
  color: #222;
  height: 45px;
  margin-bottom: 55px;
}
.ja #shop .container h2 {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1;
}
@media (max-width: 1160px) {
  #shop .container h2 {
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 1;
    height: 40px;
  }
  .ja #shop .container h2 {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1;
  }
}
@media (max-width: 740px) {
  #shop .container h2 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1;
    height: 35px;
  }
  .ja #shop .container h2 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1;
  }
}
#shop .container h2:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -4px;
  height: 2px;
  width: 8px;
  background-color: #222;
}
@media (max-width: 740px) {
  #shop .container h2:after {
    height: 1px;
    width: 6px;
    margin-left: -3px;
  }
}
@media (max-width: 1160px) {
  #shop .container h2 {
    margin-bottom: 45px;
  }
}
@media (max-width: 740px) {
  #shop .container h2 {
    margin-bottom: 35px;
  }
}
#shop .container .unit {
  margin-bottom: 60px;
  padding: 65px 60px 60px;
  color: white;
  position: relative;
}
@media (max-width: 1160px) {
  #shop .container .unit {
    margin-bottom: 50px;
    padding: 45px 40px 40px;
  }
}
@media (max-width: 740px) {
  #shop .container .unit {
    margin-bottom: 30px;
    padding: 35px 30px 30px;
  }
}
#shop .container .unit.gion {
  background-color: #105779;
}
#shop .container .unit.rokkaku {
  background-color: #a33535;
}
#shop .container .unit.teramachi {
  background-color: #ad8533;
}
#shop .container .unit:before, #shop .container .unit:after {
  content: '';
  display: block;
  position: absolute;
  left: 5px;
  top: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 0;
  border-color: #ffffff transparent transparent transparent;
}
#shop .container .unit:after {
  left: auto;
  right: 5px;
  border-width: 0 15px 15px 0;
  border-color: transparent #ffffff transparent transparent;
}
#shop .container .unit h3 {
  text-align: center;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.2;
  margin-bottom: 40px;
}
@media (max-width: 1160px) {
  #shop .container .unit h3 {
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 1.2;
    margin-bottom: 30px;
  }
}
@media (max-width: 740px) {
  #shop .container .unit h3 {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.25;
    margin-bottom: 10px;
  }
}
#shop .container .unit h3 span {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.4;
}
#shop .container .unit dl {
  margin: 0 130px 35px;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.44444;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.ja #shop .container .unit dl {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media (max-width: 1160px) {
  #shop .container .unit dl {
    margin: 0 100px 35px;
  }
}
@media (max-width: 740px) {
  #shop .container .unit dl {
    margin: 0 0 35px;
    display: block;
  }
}
#shop .container .unit dl dt {
  width: 130px;
  padding: 15px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
@media (max-width: 1160px) {
  #shop .container .unit dl dt {
    width: 30%;
  }
}
@media (max-width: 740px) {
  #shop .container .unit dl dt {
    width: auto;
    border-bottom: none;
    padding-bottom: 0;
    font-weight: 600;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .ja #shop .container .unit dl dt {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.57143;
  }
}
#shop .container .unit dl dt:last-of-type {
  border: none;
}
#shop .container .unit dl dd {
  width: 550px;
  padding: 15px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
@media (max-width: 1160px) {
  #shop .container .unit dl dd {
    width: 70%;
  }
}
@media (max-width: 740px) {
  #shop .container .unit dl dd {
    width: auto;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .ja #shop .container .unit dl dd {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.83333;
  }
}
#shop .container .unit dl dd:last-of-type {
  border: none;
}
#shop .container .unit .map {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 740px) {
  #shop .container .unit .map {
    display: block;
  }
}
#shop .container .unit .map > div {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 240px;
}
@media (max-width: 1160px) {
  #shop .container .unit .map > div {
    height: auto;
  }
}
@media (max-width: 1160px) {
  #shop .container .unit .map > div.image {
    -webkit-align-self: center;
    -moz-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
}
@media (max-width: 740px) {
  #shop .container .unit .map > div.gmap {
    height: 200px;
  }
}
#shop .container .unit .map > div img {
  width: 100%;
  vertical-align: bottom;
}
#shop .container .unit .map:before, #shop .container .unit .map:after {
  content: '';
  display: block;
  position: absolute;
  left: 5px;
  bottom: 5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 0 15px;
  border-color: transparent transparent transparent #ffffff;
}
#shop .container .unit .map:after {
  left: auto;
  right: 5px;
  border-width: 0 0 15px 15px;
  border-color: transparent transparent #ffffff transparent;
}

footer {
  background-color: #333;
}
footer .container {
  text-align: center;
  color: white;
  position: relative;
  padding: 22px 0;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1;
}
@media (max-width: 1160px) {
  footer .container {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1;
  }
}
@media (max-width: 740px) {
  footer .container {
    padding: 15px 0;
    font-size: 10px;
    font-size: 1rem;
    line-height: 1;
  }
}
footer .container .pagetop {
  position: absolute;
  top: -145px;
  right: 0;
}
@media (max-width: 1160px) {
  footer .container .pagetop {
    top: -100px;
  }
}
@media (max-width: 740px) {
  footer .container .pagetop {
    top: -65px;
  }
}
footer .container .pagetop a {
  display: block;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  -webkit-backface-visibility: hidden;
  width: 94px;
  height: 94px;
  background-image: url('https://kazurasei.itembox.design/item/images/f/about/replace-s1d58248948.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  -moz-background-size: 175px auto;
  -o-background-size: 175px auto;
  -webkit-background-size: 175px auto;
  background-size: 175px auto;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
footer .container .pagetop a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  text-decoration: inherit;
}
@media (max-width: 1160px) {
  footer .container .pagetop a {
    width: 47px;
    height: 47px;
    background-image: url('https://kazurasei.itembox.design/item/images/f/about/replace-s1d58248948.png');
    background-position: 0 -144px;
    background-repeat: no-repeat;
    -moz-background-size: 175px auto;
    -o-background-size: 175px auto;
    -webkit-background-size: 175px auto;
    background-size: 175px auto;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
}
