<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/**
* 取扱店
*/
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c&amp;family=Shippori+Mincho&amp;display=swap");
html {
  margin: 0;
  padding: 0;
  font-size: 0.625em;
  font-family: sans-serif;
  color: #000000;
  background: #ffffff;
}

body {
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
}

#page_base {
  margin: 0;
  padding: 0;
  min-height: 100vh;
  min-width: 320px;
}

a {
  color: #2C4361;
}
a:active, a:focus, a:hover {
  color: #FF6B00;
}
a:active img, a:focus img, a:hover img {
  opacity: 0.4;
}

img {
  border-style: none;
  max-width: 100%;
}

figure {
  text-align: center;
}

table {
  border-collapse: collapse;
  width: 100%;
  margin: 0 auto;
}
table caption.unit {
  caption-side: bottom;
  text-align: right;
  font-size: 1.4rem;
}

textarea, select, input[type=text], input[type=email], input[type=password] {
  box-sizing: border-box;
  padding: 5px;
  border: 1px solid #968682;
  border-radius: 5px;
  width: 100%;
  font-family: sans-serif;
  font-size: 1.6rem;
}
textarea:focus, select:focus, input[type=text]:focus, input[type=email]:focus, input[type=password]:focus {
  background: #DAFFE8;
  border: 1px solid #968682;
  box-shadow: 0 0 0 3px rgba(150, 134, 130, 0.5);
}

input.tel, input.zip {
  width: 5em;
}

button, input[type=button], input[type=submit], input[type=reset] {
  width: 40%;
  min-width: 10em;
  padding: 5px;
  font-size: 1.6rem;
  border: none;
  border-radius: 5px;
  background: #E50011;
  color: #ffffff;
}
button.cancel, input.cancel[type=button], input.cancel[type=submit], input.cancel[type=reset] {
  background: #A3A3A3;
}

.error {
  color: #ff0000;
}

#page_header {
  position: fixed;
  display: table;
  top: 0;
  left: 0;
  z-index: 990;
  box-sizing: border-box;
  overflow: hidden;
  width: 100%;
  height: 60px;
  margin: 0;
  padding: 0;
  color: #ffffff;
  background: #E50011;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
#page_header &gt; * {
  display: table-cell;
  margin: 0;
  padding: 0 5px;
  text-align: left;
  vertical-align: middle;
}
#page_header img {
  max-height: 60px;
  max-width: 100%;
}
#page_header #header_menu {
  width: 50px;
}
#page_header #header_company {
  text-align: right;
}

#page_footer {
  width: 90%;
  margin: 0 auto;
  padding: 0;
  border-top: 1px solid #968682;
}
#page_footer a {
  text-decoration: none;
}
#page_footer ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  margin: 15px;
  padding: 0;
}
#page_footer ul li {
  display: inline-block;
  margin: 0;
  padding: 0 1em;
  border-right: 1px solid #968682;
}
#page_footer ul li:last-child {
  border-right: none;
}
#page_footer address {
  text-align: center;
  font-size: 1.4rem;
  font-style: normal;
  color: #666666;
  margin: 15px;
  padding: 0;
}

#button_top {
  display: none;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 970;
}
#button_top a {
  display: block;
  font-size: 35px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin: 0 15px 15px auto;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  background: #E50011;
  color: #ffffff;
  opacity: 0.4;
}
#button_top a:active, #button_top a:focus, #button_top a:hover {
  opacity: 1;
}

#page_menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 980;
  box-sizing: border-box;
  overflow: auto;
  width: 100%;
  height: 100vh;
  margin: 0;
  padding: 60px 0 0 0;
  background: rgba(34, 23, 20, 0.85);
  font-size: 2.5rem;
  color: #ffffff;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
#page_menu a {
  color: #ffffff;
  text-decoration: none;
  display: block;
  border-radius: 0.25em;
  padding: 2px;
}
#page_menu a:active, #page_menu a:focus, #page_menu a:hover {
  background: rgba(255, 255, 255, 0.3);
}
#page_menu &gt; div {
  width: 90%;
  margin: 0 auto;
  padding: 0;
}
#page_menu &gt; div ul {
  list-style: none;
}
#page_menu &gt; div &gt; ul {
  margin: 0;
  padding: 0;
}
#page_menu &gt; div &gt; ul &gt; li {
  margin: 0;
  padding: 30px 0;
}
#page_menu &gt; div &gt; ul &gt; li ul {
  margin: 0;
  padding: 15px 0;
}
#page_menu &gt; div &gt; ul &gt; li ul a {
  padding-left: 2em;
}
@media screen and (min-width: 769px) {
  #page_menu &gt; div {
    display: table;
  }
  #page_menu &gt; div &gt; ul {
    display: table-cell;
    width: 50%;
  }
}

#page_main article, #page_main section {
  margin: 30px auto;
  padding: 0;
}

#page_main .content_step, #page_main .content_table, #page_main .content {
  margin: 15px auto;
  padding: 0;
}
#page_main .content_step p, #page_main .content_table p, #page_main .content p {
  margin: 0 auto 0.5em auto;
}

#page_main {
  margin: 0 auto;
  padding: 60px 0 0 0;
  line-height: 1.5em;
}
#page_main &gt; * {
  width: 90%;
}
#page_main .content_table table {
  width: 100%;
  margin: 0 auto;
  border-bottom: 1px solid #968682;
}
#page_main .content_table table thead {
  border-bottom: 2px solid #968682;
}
#page_main .content_table table thead td, #page_main .content_table table thead th {
  padding: 0.5em 1em;
}
#page_main .content_table table tbody {
  border-top: 1px solid #968682;
}
#page_main .content_table table tbody td, #page_main .content_table table tbody th {
  padding: 1em;
  border-bottom: 1px dotted #968682;
}
#page_main .content_table table th {
  font-weight: bold;
  text-align: left;
}
#page_main .content_table table td {
  text-align: left;
}
#page_main .content_step section {
  margin: 0 auto 2px auto;
  padding: 0;
}
#page_main .content_step section &gt; * {
  vertical-align: top;
  line-height: 1.5em;
}
#page_main .content_step section h6, #page_main .content_step section .value {
  padding: 0.5em 1em;
}
#page_main .content_step section h6 {
  border-bottom: 1px dotted #968682;
}
#page_main .content_step section h6.required:after {
  color: #ff0000;
  font-size: 1.4rem;
  content: "必須";
  margin-left: 2px;
}
#page_main .content_step section .value input, #page_main .content_step section .value select, #page_main .content_step section .value button {
  margin: 1em auto;
}
@media screen and (min-width: 769px) {
  #page_main .content_step {
    display: table;
    width: 100%;
    max-width: 100%;
  }
  #page_main .content_step section {
    display: table-row;
  }
  #page_main .content_step section &gt; * {
    display: table-cell;
    border-bottom: 1px solid #968682;
  }
  #page_main .content_step section h6 {
    width: 20em;
    white-space: nowrap;
    border-bottom-style: solid;
  }
}
#page_main .content_step section h6 {
  font-size: 2rem;
  border-style: none;
}
#page_main .content_step section .value {
  margin-left: 1.5em;
}
@media screen and (min-width: 769px) {
  #page_main .content_step section &gt; *, #page_main .content_step section h6 {
    border-style: none;
  }
}
#page_main .content_figure figure {
  text-align: center;
  padding: 15px 2px;
}
@media screen and (min-width: 769px) {
  #page_main .content_figure {
    display: table;
    width: 100%;
    margin: 0 auto;
  }
  #page_main .content_figure &gt; * {
    vertical-align: top;
    display: table-cell;
  }
  #page_main .content_figure .content {
    padding: 15px 0;
  }
  #page_main .content_figure figure {
    width: 50%;
    max-width: 600px;
  }
}
#page_main #main_header {
  width: 100%;
  margin: 0 auto;
  padding: 125px 0;
  font-size: 1px;
  line-height: 1px;
  font-weight: normal;
  background: #660008 url("../images/title/shop_s.jpg") no-repeat 50% 50%;
}
#page_main #main_header h2 {
  margin: 0;
  padding: 60px 0;
  white-space: nowrap;
  font-size: 30px;
  line-height: 30px;
  font-family: "Shippori Mincho", serif;
  text-align: center;
  color: #ffffff;
  background: rgba(34, 23, 20, 0.5);
}
@media screen and (min-width: 769px) {
  #page_main #main_header {
    background-image: url("../images/title/shop_l.jpg");
  }
  #page_main #main_header h2 {
    padding: 55px 0;
    font-size: 40px;
    line-height: 40px;
  }
}
#page_main h3 {
  font-size: 4rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #000000;
  font-weight: normal;
  line-height: 1.5em;
  margin: 0 auto 15px auto;
  padding: 0;
}
#page_main h3::first-letter {
  font-weight: bold;
  color: #E50011;
}
#page_main h4 {
  font-size: 2.5rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #000000;
  font-weight: normal;
  line-height: 1.5em;
  margin: 0 auto 15px auto;
  padding: 2px;
  border-bottom: 1px solid #E50011;
}
#page_main h5, #page_main h6 {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5em;
  margin: 0 auto;
  padding: 0 auto;
}
#page_main .nav_contact {
  margin: 15px auto;
  text-align: center;
}
#page_main .nav_contact button {
  box-sizing: border-box;
  width: 100%;
  padding: 0.5em;
  font-size: 2rem;
  color: #ffffff;
  background-color: #E50011;
  border: none;
}
#page_main .nav_contact button:active, #page_main .nav_contact button:focus, #page_main .nav_contact button:hover {
  background: #ffb2b8;
}
#page_main .page_list {
  margin: 30px auto;
  padding: 0;
  text-align: center;
}
#page_main .page_list a {
  display: inline-block;
  margin: 0 2px;
  padding: 2px 1em;
}

#page_main #nav_group {
  margin: 30px auto;
  text-align: center;
}
#page_main #nav_group ul {
  list-style: none;
  display: block;
  margin: 0 auto;
  padding: 0;
}
#page_main #nav_group li {
  display: inline-block;
  margin: 0 auto;
  padding: 0;
}
#page_main #nav_group a {
  display: block;
  margin: 2px;
  padding: 1em;
  text-decoration: none;
  font-size: 2rem;
  min-width: 10em;
  max-width: 90%;
  color: #E50011;
  border: 1px solid #E50011;
}
#page_main #nav_group a:active, #page_main #nav_group a:hover, #page_main #nav_group a:focus {
  opacity: 0.4;
}</pre></body></html>