@charset "UTF-8";
/* line 5, ../../../../../private/var/folders/0c/5tnhm1jx1txb3llhlh3_whjr0000gn/T/AppTranslocation/2370D607-F51C-4AD2-8848-1505C1647162/d/Koala.app/Contents/Resources/app.nw/rubygems/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
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;
}

/* line 22, ../../../../../private/var/folders/0c/5tnhm1jx1txb3llhlh3_whjr0000gn/T/AppTranslocation/2370D607-F51C-4AD2-8848-1505C1647162/d/Koala.app/Contents/Resources/app.nw/rubygems/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../private/var/folders/0c/5tnhm1jx1txb3llhlh3_whjr0000gn/T/AppTranslocation/2370D607-F51C-4AD2-8848-1505C1647162/d/Koala.app/Contents/Resources/app.nw/rubygems/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../private/var/folders/0c/5tnhm1jx1txb3llhlh3_whjr0000gn/T/AppTranslocation/2370D607-F51C-4AD2-8848-1505C1647162/d/Koala.app/Contents/Resources/app.nw/rubygems/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../private/var/folders/0c/5tnhm1jx1txb3llhlh3_whjr0000gn/T/AppTranslocation/2370D607-F51C-4AD2-8848-1505C1647162/d/Koala.app/Contents/Resources/app.nw/rubygems/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../private/var/folders/0c/5tnhm1jx1txb3llhlh3_whjr0000gn/T/AppTranslocation/2370D607-F51C-4AD2-8848-1505C1647162/d/Koala.app/Contents/Resources/app.nw/rubygems/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../private/var/folders/0c/5tnhm1jx1txb3llhlh3_whjr0000gn/T/AppTranslocation/2370D607-F51C-4AD2-8848-1505C1647162/d/Koala.app/Contents/Resources/app.nw/rubygems/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../private/var/folders/0c/5tnhm1jx1txb3llhlh3_whjr0000gn/T/AppTranslocation/2370D607-F51C-4AD2-8848-1505C1647162/d/Koala.app/Contents/Resources/app.nw/rubygems/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../private/var/folders/0c/5tnhm1jx1txb3llhlh3_whjr0000gn/T/AppTranslocation/2370D607-F51C-4AD2-8848-1505C1647162/d/Koala.app/Contents/Resources/app.nw/rubygems/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 1, ../scss/_utility.scss */
.mb4em {
  margin-bottom: 4em;
}

/* Preload images */
/* line 2, ../scss/_lightbox.scss */
body:after {
  content: url(../img/common/lightbox/close.png) url(../img/common/lightbox/loading.gif) url(../img/common/lightbox/prev.png) url(../img/common/lightbox/next.png);
  display: none;
}

/* line 7, ../scss/_lightbox.scss */
body.lb-disable-scrolling {
  overflow: hidden;
}

/* line 11, ../scss/_lightbox.scss */
.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

/* line 22, ../scss/_lightbox.scss */
.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

/* line 32, ../scss/_lightbox.scss */
.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  border-radius: 3px;
}

/* line 39, ../scss/_lightbox.scss */
.lightbox a img {
  border: none;
}

/* line 43, ../scss/_lightbox.scss */
.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
}

/* line 53, ../scss/_lightbox.scss */
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 59, ../scss/_lightbox.scss */
.lb-container {
  padding: 4px;
}

/* line 63, ../scss/_lightbox.scss */
.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

/* line 73, ../scss/_lightbox.scss */
.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../img/common/lightbox/loading.gif) no-repeat;
}

/* line 81, ../scss/_lightbox.scss */
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

/* line 90, ../scss/_lightbox.scss */
.lb-container > .nav {
  left: 0;
}

/* line 94, ../scss/_lightbox.scss */
.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

/* line 99, ../scss/_lightbox.scss */
.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

/* line 105, ../scss/_lightbox.scss */
.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../img/common/lightbox/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

/* line 118, ../scss/_lightbox.scss */
.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* line 123, ../scss/_lightbox.scss */
.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../img/common/lightbox/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

/* line 136, ../scss/_lightbox.scss */
.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* line 141, ../scss/_lightbox.scss */
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* line 154, ../scss/_lightbox.scss */
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 160, ../scss/_lightbox.scss */
.lb-data {
  padding: 0 4px;
  color: #ccc;
}

/* line 165, ../scss/_lightbox.scss */
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

/* line 172, ../scss/_lightbox.scss */
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

/* line 178, ../scss/_lightbox.scss */
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

/* line 186, ../scss/_lightbox.scss */
.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../img/common/lightbox/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

/* line 202, ../scss/_lightbox.scss */
.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* line 60, ../scss/style.scss */
::selection {
  background: #ecbd4c;
}

/* line 63, ../scss/style.scss */
::-moz-selection {
  background: #ecbd4c;
}

@media (max-width: 639px) {
  /* line 66, ../scss/style.scss */
  .no-mq_s {
    display: none;
  }
}

/* line 71, ../scss/style.scss */
html {
  height: 100%;
}

/* line 74, ../scss/style.scss */
body {
  font-size: 16px;
  font-size: 1rem;
  font-family: “Times New Roman”, “游明朝”, YuMincho, “ヒラギノ明朝 ProN W3”, “Hiragino Mincho ProN”, “メイリオ”, Meiryo, serif;
  line-height: 1.618;
  letter-spacing: .1rem;
  height: 100%;
  background: url(../img/common/bg-shoji.jpg);
}

/* line 82, ../scss/style.scss */
div, img, iframe {
  box-sizing: border-box;
}

/* line 85, ../scss/style.scss */
img {
  width: 100%;
}

/* line 88, ../scss/style.scss */
a {
  text-decoration: none;
  color: #c03238;
}
/* line 18, ../../../../../private/var/folders/0c/5tnhm1jx1txb3llhlh3_whjr0000gn/T/AppTranslocation/2370D607-F51C-4AD2-8848-1505C1647162/d/Koala.app/Contents/Resources/app.nw/rubygems/gems/compass-core-1.0.3/stylesheets/compass/typography/links/_link-colors.scss */
a:visited {
  color: #c03238;
}
/* line 24, ../../../../../private/var/folders/0c/5tnhm1jx1txb3llhlh3_whjr0000gn/T/AppTranslocation/2370D607-F51C-4AD2-8848-1505C1647162/d/Koala.app/Contents/Resources/app.nw/rubygems/gems/compass-core-1.0.3/stylesheets/compass/typography/links/_link-colors.scss */
a:hover {
  color: #c03238 #c03238;
}
/* line 27, ../../../../../private/var/folders/0c/5tnhm1jx1txb3llhlh3_whjr0000gn/T/AppTranslocation/2370D607-F51C-4AD2-8848-1505C1647162/d/Koala.app/Contents/Resources/app.nw/rubygems/gems/compass-core-1.0.3/stylesheets/compass/typography/links/_link-colors.scss */
a:active {
  color: #c03238;
}

/* line 92, ../scss/style.scss */
a:hover {
  transition: .5s;
}

@media (min-width: 640px) {
  /* line 96, ../scss/style.scss */
  table,
  tr,
  th,
  td {
    text-align: center;
  }

  /* line 102, ../scss/style.scss */
  th,
  td {
    padding: .5em;
    border: 1px dotted #ddd;
  }

  /* line 107, ../scss/style.scss */
  table {
    margin-bottom: 1em;
    width: 100%;
  }

  /* line 111, ../scss/style.scss */
  tr {
    background-color: #fff;
  }

  /* line 114, ../scss/style.scss */
  th {
    font-family: Arial, Roboto, “Droid Sans”, “游ゴシック”, YuGothic, “ヒラギノ角ゴ ProN W3”, “Hiragino Kaku Gothic ProN”, “メイリオ”, Meiryo, sans-serif;
    background: url(../img/common/bg-ogi.jpg);
    color: #fff;
    border-top: none;
    border-bottom: none;
  }

  /* line 121, ../scss/style.scss */
  th:first-child {
    border-left: none;
    border-radius: 8px 0 0 0;
  }

  /* line 125, ../scss/style.scss */
  th:last-child {
    border-right: none;
    border-radius: 0 8px 0 0;
  }

  /* line 129, ../scss/style.scss */
  td[colspan] {
    text-align: left;
  }
}
@media (max-width: 639px) {
  /* line 133, ../scss/style.scss */
  .table-firstTd {
    margin-bottom: .4em;
    font-family: Arial, Roboto, “Droid Sans”, “游ゴシック”, YuGothic, “ヒラギノ角ゴ ProN W3”, “Hiragino Kaku Gothic ProN”, “メイリオ”, Meiryo, sans-serif;
    font-size: 1.1em;
  }
}
@media (min-width: 640px) {
  /* line 133, ../scss/style.scss */
  .table-firstTd {
    background-color: #f3f6f5;
  }
}

@media (max-width: 639px) {
  /* line 143, ../scss/style.scss */
  .table-colspan_desc {
    margin: .5em 0 1.5em;
  }
}

/* line 148, ../scss/style.scss */
header {
  background: url(../img/common/bg-ogi.jpg);
  color: #fff;
  position: fixed;
  z-index: 9999;
}
/* line 153, ../scss/style.scss */
header a {
  color: #fff;
  line-height: 2;
}
/* line 18, ../../../../../private/var/folders/0c/5tnhm1jx1txb3llhlh3_whjr0000gn/T/AppTranslocation/2370D607-F51C-4AD2-8848-1505C1647162/d/Koala.app/Contents/Resources/app.nw/rubygems/gems/compass-core-1.0.3/stylesheets/compass/typography/links/_link-colors.scss */
header a:visited {
  color: #fff;
}
/* line 21, ../../../../../private/var/folders/0c/5tnhm1jx1txb3llhlh3_whjr0000gn/T/AppTranslocation/2370D607-F51C-4AD2-8848-1505C1647162/d/Koala.app/Contents/Resources/app.nw/rubygems/gems/compass-core-1.0.3/stylesheets/compass/typography/links/_link-colors.scss */
header a:focus {
  color: #fff;
}
/* line 24, ../../../../../private/var/folders/0c/5tnhm1jx1txb3llhlh3_whjr0000gn/T/AppTranslocation/2370D607-F51C-4AD2-8848-1505C1647162/d/Koala.app/Contents/Resources/app.nw/rubygems/gems/compass-core-1.0.3/stylesheets/compass/typography/links/_link-colors.scss */
header a:hover {
  color: #ecbd4c;
}
/* line 27, ../../../../../private/var/folders/0c/5tnhm1jx1txb3llhlh3_whjr0000gn/T/AppTranslocation/2370D607-F51C-4AD2-8848-1505C1647162/d/Koala.app/Contents/Resources/app.nw/rubygems/gems/compass-core-1.0.3/stylesheets/compass/typography/links/_link-colors.scss */
header a:active {
  color: #fff;
}
/* line 157, ../scss/style.scss */
header nav {
  font-size: 16px;
  font-size: 1rem;
}
/* line 160, ../scss/style.scss */
header .contactBox {
  font-size: 16px;
  font-size: 1rem;
  text-align: center;
}
/* line 163, ../scss/style.scss */
header .contactBox .icon-tel {
  margin-right: .3em;
  fill: #ecbd4c;
}
@media (max-width: 639px) {
  /* line 163, ../scss/style.scss */
  header .contactBox .icon-tel {
    height: 28px;
  }
}
@media (min-width: 640px) {
  /* line 163, ../scss/style.scss */
  header .contactBox .icon-tel {
    height: 21px;
  }
}
/* line 173, ../scss/style.scss */
header .contactBox .contactBox__num {
  color: #ecbd4c;
}
@media (max-width: 639px) {
  /* line 173, ../scss/style.scss */
  header .contactBox .contactBox__num {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media (min-width: 640px) {
  /* line 173, ../scss/style.scss */
  header .contactBox .contactBox__num {
    font-size: 23px;
    font-size: 1.4375rem;
  }
}
/* line 182, ../scss/style.scss */
header .contactBox .contactBox__desc {
  font-size: 14px;
  font-size: 0.875rem;
}
@media (min-width: 640px) {
  /* line 160, ../scss/style.scss */
  header .contactBox {
    width: 200px;
    margin-bottom: 1em;
  }
}
/* line 190, ../scss/style.scss */
header .paypayBox {
  background: #fff;
  color: #323834;
  text-align: center;
  padding: 1em 2em;
  font-size: 12px;
  font-size: 0.75rem;
  border-radius: 8px;
}
/* line 197, ../scss/style.scss */
header .paypayBox img {
  width: 60%;
}
@media (max-width: 639px) {
  /* line 190, ../scss/style.scss */
  header .paypayBox {
    background: none;
    color: #fff;
  }
}
@media (min-width: 640px) {
  /* line 190, ../scss/style.scss */
  header .paypayBox {
    width: 200px;
    margin-bottom: 4em;
  }
}
@media (max-width: 639px) {
  /* line 148, ../scss/style.scss */
  header {
    width: 100%;
    height: 4em;
  }
  /* line 213, ../scss/style.scss */
  header nav li {
    padding: .5em;
    border-bottom: 1px solid #777;
  }
  /* line 216, ../scss/style.scss */
  header nav li a {
    display: block;
  }
  /* line 221, ../scss/style.scss */
  header [id="menu"] {
    display: none;
    background: #323834;
    opacity: .9;
    width: 100%;
    position: absolute;
    top: 4em;
    right: 0;
    text-align: center;
    height: 100vh;
    overflow-y: scroll;
  }
  /* line 233, ../scss/style.scss */
  header [id="btn--openMenu"] {
    display: inline-block;
    position: absolute;
    top: 2em;
    right: 1em;
    width: 3em;
    height: 3em;
  }
  /* line 240, ../scss/style.scss */
  header [id="btn--openMenu"] span {
    display: block;
    margin-top: .6em;
    text-align: center;
    letter-spacing: 0;
    font-size: 10px;
    font-size: 0.625rem;
    font-family: Arial, Roboto, “Droid Sans”, “游ゴシック”, YuGothic, “ヒラギノ角ゴ ProN W3”, “Hiragino Kaku Gothic ProN”, “メイリオ”, Meiryo, sans-serif;
    font-weight: bold;
  }
  /* line 249, ../scss/style.scss */
  header [id="btn--openMenu"] > #btn--openMenu__icon, header [id="btn--openMenu"] > #btn--openMenu__icon:before, header [id="btn--openMenu"] > #btn--openMenu__icon:after {
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    display: block;
    position: absolute;
    left: 50%;
    width: 1.25em;
    height: 0.15em;
    margin-left: -0.625em;
    margin-top: -0.5em;
    background: #fff;
  }
  /* line 259, ../scss/style.scss */
  header [id="btn--openMenu"] > #btn--openMenu__icon:before {
    content: "";
    margin-top: .5em;
  }
  /* line 264, ../scss/style.scss */
  header [id="btn--openMenu"] > #btn--openMenu__icon:after {
    content: "";
    margin-top: -0.5em;
  }
  /* line 269, ../scss/style.scss */
  header [id="btn--openMenu"] > #btn--openMenu__icon.is_closeMenu, header [id="btn--openMenu"] > .is_closeMenu#btn--openMenu__icon:before, header [id="btn--openMenu"] > .is_closeMenu#btn--openMenu__icon:after {
    background: transparent;
  }
  /* line 272, ../scss/style.scss */
  header [id="btn--openMenu"] > .is_closeMenu#btn--openMenu__icon:before, header [id="btn--openMenu"] > .is_closeMenu#btn--openMenu__icon:after {
    margin-top: 0;
    background: #fff;
  }
  /* line 277, ../scss/style.scss */
  header [id="btn--openMenu"] > .is_closeMenu#btn--openMenu__icon:before {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  /* line 280, ../scss/style.scss */
  header [id="btn--openMenu"] > .is_closeMenu#btn--openMenu__icon:after {
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  /* line 285, ../scss/style.scss */
  header .headerBottom {
    padding: 2em 0;
    margin-bottom: 2em;
  }
  /* line 289, ../scss/style.scss */
  header .copyright {
    display: none;
  }
}
@media (min-width: 640px) {
  /* line 148, ../scss/style.scss */
  header {
    width: 200px;
    height: 100%;
    padding: 0 20px;
  }
  /* line 297, ../scss/style.scss */
  header #btn--openMenu {
    display: none;
  }
  /* line 300, ../scss/style.scss */
  header nav {
    writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    margin: 0 auto;
  }
  /* line 304, ../scss/style.scss */
  header .headerBottom {
    position: absolute;
    bottom: 2em;
  }
  /* line 308, ../scss/style.scss */
  header .copyright {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

/* line 314, ../scss/style.scss */
article section {
  margin-bottom: 3em;
}
/* line 317, ../scss/style.scss */
article p {
  margin-bottom: 1em;
  text-indent: 1em;
}
/* line 321, ../scss/style.scss */
article ul {
  margin-left: 1em;
  margin-bottom: 1em;
}
/* line 324, ../scss/style.scss */
article ul li {
  margin-bottom: .2em;
}
/* line 327, ../scss/style.scss */
article ul ul {
  font-size: .9em;
  margin-left: 2em;
  margin-bottom: 0;
}
/* line 333, ../scss/style.scss */
article .contactBox {
  background: #fff;
  padding: 2em 3em;
  -moz-box-shadow: 0 0 10px 0 #ddd;
  -webkit-box-shadow: 0 0 10px 0 #ddd;
  box-shadow: 0 0 10px 0 #ddd;
}
/* line 337, ../scss/style.scss */
article .contactBox p {
  text-indent: 0;
  margin: 0;
}
/* line 341, ../scss/style.scss */
article .contactBox .contactBox__catchTxt {
  line-height: 1.3;
  text-align: center;
}
/* line 345, ../scss/style.scss */
article .contactBox .contactBox__num {
  color: #c03238;
}
@media (max-width: 639px) {
  /* line 345, ../scss/style.scss */
  article .contactBox .contactBox__num {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
@media (min-width: 640px) {
  /* line 345, ../scss/style.scss */
  article .contactBox .contactBox__num {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
/* line 354, ../scss/style.scss */
article .contactBox .icon-tel {
  height: 32px;
  margin-right: .3em;
  fill: #c03238;
}
/* line 359, ../scss/style.scss */
article .contactBox .contactBox__tel {
  text-align: center;
  margin-bottom: .5em;
}
/* line 363, ../scss/style.scss */
article .contactBox .contactBox__telInner {
  display: inline-block;
}
@media (max-width: 639px) {
  /* line 333, ../scss/style.scss */
  article .contactBox {
    padding: 2em;
  }
}
@media (max-width: 639px) {
  /* line 313, ../scss/style.scss */
  article {
    margin: 0;
    padding: 5em 0.7em 0;
  }
}
@media (min-width: 640px) {
  /* line 313, ../scss/style.scss */
  article {
    max-width: 640px;
    margin-left: 240px;
    padding: 3em 5em 0;
  }
}

@media (max-width: 639px) {
  /* line 380, ../scss/style.scss */
  footer {
    padding: 2em 0 0;
  }
  /* line 383, ../scss/style.scss */
  footer li {
    padding: 1em;
    border: 1px solid #ddd;
    border-bottom: none;
    background-color: #fff;
  }
  /* line 388, ../scss/style.scss */
  footer li a {
    display: block;
  }
  /* line 392, ../scss/style.scss */
  footer small {
    color: #fff;
    text-align: center;
    font-size: 12px;
    font-size: 0.75rem;
    display: block;
    background-color: #323834;
    padding: 2em 0;
  }
}
@media (min-width: 640px) {
  /* line 380, ../scss/style.scss */
  footer {
    margin-left: 240px;
    margin-bottom: 2em;
  }
  /* line 404, ../scss/style.scss */
  footer nav {
    font-size: 14px;
    font-size: 0.875rem;
    width: 640px;
    margin-left: 80px;
  }
  /* line 409, ../scss/style.scss */
  footer ul {
    text-align: center;
  }
  /* line 412, ../scss/style.scss */
  footer li {
    display: inline-block;
    padding: 0 .5em;
    border-right: 1px solid #ddd;
  }
  /* line 416, ../scss/style.scss */
  footer li:last-child {
    border: none;
  }
  /* line 420, ../scss/style.scss */
  footer small {
    display: none;
  }
}

/* line 426, ../scss/style.scss */
.logoBox {
  text-align: center;
}
@media (max-width: 639px) {
  /* line 426, ../scss/style.scss */
  .logoBox {
    padding-top: .5em;
  }
}
@media (min-width: 640px) {
  /* line 426, ../scss/style.scss */
  .logoBox {
    margin: 2em 0 3em 0;
  }
}

@media (max-width: 639px) {
  /* line 435, ../scss/style.scss */
  .logo {
    width: 190px;
    vertical-align: text-top;
  }
}

@media (max-width: 639px) {
  /* line 441, ../scss/style.scss */
  .logo--sub {
    display: none;
  }
}

/* line 447, ../scss/style.scss */
.ttl-01,
.ttl-02,
.ttl-03 {
  font-family: Arial, Roboto, “Droid Sans”, “游ゴシック”, YuGothic, “ヒラギノ角ゴ ProN W3”, “Hiragino Kaku Gothic ProN”, “メイリオ”, Meiryo, sans-serif;
}

/* line 452, ../scss/style.scss */
.ttl-01 {
  font-size: 1.2em;
  margin-bottom: 1em;
  padding: .3em 0 .2em .9em;
  background: url(../img/common/bg-ogi.jpg);
  color: #fff;
  -moz-border-radius: 0.3em;
  -webkit-border-radius: 0.3em;
  border-radius: 0.3em;
}

/* line 460, ../scss/style.scss */
.ttl-02 {
  font-size: 1.1em;
  margin-bottom: .8em;
  padding-left: .8em;
  border-left: 2px solid #323834;
}

/* line 466, ../scss/style.scss */
.ttl-03 {
  font-size: 1.1em;
  margin-bottom: .4em;
}

/* line 471, ../scss/style.scss */
.txt-noIndent {
  text-indent: 0;
}

/* line 475, ../scss/style.scss */
.txt-strong {
  background: linear-gradient(rgba(0, 0, 0, 0) 85%, #ecbd4c 0%);
}

/* line 478, ../scss/style.scss */
.txt-weak, .list-caution {
  font-size: .8em;
  color: #777;
}

/* line 482, ../scss/style.scss */
.txt-starRate {
  color: #ecbd4c;
}

/* line 485, ../scss/style.scss */
.txt-price {
  color: #c03238;
  font-weight: bold;
}

/* line 490, ../scss/style.scss */
.iconStrong {
  color: #fff;
  background: #c03238;
  font-size: .9em;
  display: inline-block;
  margin-right: .5em;
  padding: .1em .4em;
  -moz-border-radius: 0.3em;
  -webkit-border-radius: 0.3em;
  border-radius: 0.3em;
}

/* line 500, ../scss/style.scss */
.photo {
  padding: .3em;
  background: #fff;
  box-shadow: 1px 1px 5px rgba(20, 20, 20, 0.2);
}

/* line 506, ../scss/style.scss */
.coverImgBox, .coverImgBox--price, .coverImgBox--tatami {
  height: 50%;
  position: relative;
}
/* line 509, ../scss/style.scss */
.coverImgBox .catchTxt, .coverImgBox--price .catchTxt, .coverImgBox--tatami .catchTxt {
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  font-size: 1.5rem;
  text-shadow: 0 0 0.3em black;
}
@media (max-width: 639px) {
  /* line 509, ../scss/style.scss */
  .coverImgBox .catchTxt, .coverImgBox--price .catchTxt, .coverImgBox--tatami .catchTxt {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
@media (min-width: 640px) {
  /* line 509, ../scss/style.scss */
  .coverImgBox .catchTxt, .coverImgBox--price .catchTxt, .coverImgBox--tatami .catchTxt {
    position: absolute;
    bottom: 2em;
    left: 10%;
    font-size: 28px;
    font-size: 1.75rem;
  }
}
@media (max-width: 639px) {
  /* line 506, ../scss/style.scss */
  .coverImgBox, .coverImgBox--price, .coverImgBox--tatami {
    background: url(../img/article/top/img-catch_top.jpg) no-repeat;
    background-size: cover;
    margin: 0 0 1em;
    padding: 50% 1em 0;
  }
}
@media (min-width: 640px) {
  /* line 506, ../scss/style.scss */
  .coverImgBox, .coverImgBox--price, .coverImgBox--tatami {
    background: url(../img/article/top/img-catch_top_l.jpg) no-repeat;
    background-size: cover;
    margin-left: 240px;
    margin-bottom: 2em;
  }
}

/* line 537, ../scss/style.scss */
.coverImgBox + article, .coverImgBox--price + article, .coverImgBox--tatami + article {
  padding-top: 0;
}

/* line 541, ../scss/style.scss */
.map {
  width: 100%;
  border: 1px solid #ddd;
}
@media (min-width: 640px) {
  /* line 541, ../scss/style.scss */
  .map {
    height: 400px;
  }
}
@media (max-width: 639px) {
  /* line 541, ../scss/style.scss */
  .map {
    height: 300px;
  }
}

/* line 552, ../scss/style.scss */
#page-top {
  position: fixed;
  bottom: 1em;
  font-size: .7em;
}
/* line 556, ../scss/style.scss */
#page-top a {
  background: #777;
  opacity: .9;
  color: #fff;
  width: 7em;
  padding: 1em 0;
  text-align: center;
  display: block;
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
}
/* line 566, ../scss/style.scss */
#page-top a:hover {
  opacity: .7;
}
@media (max-width: 639px) {
  /* line 552, ../scss/style.scss */
  #page-top {
    left: 1em;
  }
}
@media (min-width: 640px) {
  /* line 552, ../scss/style.scss */
  #page-top {
    right: 1em;
  }
}

/* line 577, ../scss/style.scss */
.list-caution {
  margin-left: 0;
  padding-left: 1em;
  text-indent: -1em;
}
/* line 582, ../scss/style.scss */
.list-caution li:before {
  content: '※';
}
/* line 585, ../scss/style.scss */
.list-caution li:after {
  display: none;
}

/* line 589, ../scss/style.scss */
.list-icon-lightbox {
  margin: 0;
}
/* line 591, ../scss/style.scss */
.list-icon-lightbox li {
  width: 18%;
  display: inline-block;
  position: none;
}
/* line 595, ../scss/style.scss */
.list-icon-lightbox li:after {
  display: none;
}

@media (min-width: 640px) {
  /* line 602, ../scss/style.scss */
  .l_column2Img, .l_column2Img--last {
    width: 49%;
    margin-right: 2%;
  }

  /* line 606, ../scss/style.scss */
  .l_column2Img--last {
    margin-right: 0;
  }
}
/* line 612, ../scss/style.scss */
.hide {
  display: none !important;
}

/* line 616, ../scss/style.scss */
.box-01 {
  font-size: .9em;
  padding: 1.2em 2.7em .3em 2.3em;
  background: #f3f6f5;
  border: 1px solid #777;
  display: inline-block;
}

/* line 629, ../scss/style.scss */
.coverImgBox--price {
  background: url(../img/article/price/img-catch_price.jpg) no-repeat;
  background-size: cover;
}

/* line 636, ../scss/style.scss */
.table-herinashiPrice th:first-child,
.table-fusumaPrice th:first-child {
  width: 25%;
}

/* line 641, ../scss/style.scss */
.table-heritsukiPrice th:first-child {
  width: 30%;
}

/* line 646, ../scss/style.scss */
.table-otherPrice th:first-child {
  width: 20%;
}

/* line 651, ../scss/style.scss */
.table-shojiPrice th:first-child {
  width: 20%;
}

@media (max-width: 639px) {
  /* line 658, ../scss/style.scss */
  .table-price td, .table-heritsukiPrice td, .table-herinashiPrice td, .table-otherPrice td, .table-fusumaPrice td, .table-shojiPrice td, .table-deff td {
    display: block;
  }
  /* line 661, ../scss/style.scss */
  .table-price th, .table-heritsukiPrice th, .table-herinashiPrice th, .table-otherPrice th, .table-fusumaPrice th, .table-shojiPrice th, .table-deff th {
    display: none;
  }
  /* line 664, ../scss/style.scss */
  .table-price .table-price__desc, .table-heritsukiPrice .table-price__desc, .table-herinashiPrice .table-price__desc, .table-otherPrice .table-price__desc, .table-fusumaPrice .table-price__desc, .table-shojiPrice .table-price__desc, .table-deff .table-price__desc {
    margin-top: .5em;
    margin-bottom: 1.5em;
  }

  /* line 671, ../scss/style.scss */
  .table-heritsukiPrice td:nth-of-type(2):before {
    content: "1帖料金： ";
  }
  /* line 674, ../scss/style.scss */
  .table-heritsukiPrice td:nth-of-type(3):before {
    content: "耐久性・美しさ： ";
  }
  /* line 677, ../scss/style.scss */
  .table-heritsukiPrice td:nth-of-type(4):before {
    content: "おすすめ度： ";
  }

  /* line 683, ../scss/style.scss */
  .table-herinashiPrice td:nth-of-type(2):before {
    content: "表替え 1帖料金： ";
  }
  /* line 686, ../scss/style.scss */
  .table-herinashiPrice td:nth-of-type(3):before {
    content: "新畳(ダイケン建材使用) 1帖料金： ";
  }

  /* line 692, ../scss/style.scss */
  .table-otherPrice td:nth-of-type(2):before {
    content: "1帖料金：";
  }

  /* line 698, ../scss/style.scss */
  .table-fusumaPrice td:nth-of-type(2):before {
    content: "片面張り料金： ";
  }
  /* line 701, ../scss/style.scss */
  .table-fusumaPrice td:nth-of-type(3):before {
    content: "天袋・地袋： ";
  }
  /* line 704, ../scss/style.scss */
  .table-fusumaPrice td:nth-of-type(4):before {
    content: "消臭抗菌機能： ";
  }
  /* line 707, ../scss/style.scss */
  .table-fusumaPrice tr td:last-child {
    margin-bottom: 1.5em;
  }

  /* line 713, ../scss/style.scss */
  .table-shojiPrice td:nth-of-type(2):before {
    content: "五八サイズ： ";
  }
  /* line 716, ../scss/style.scss */
  .table-shojiPrice td:nth-of-type(3):before {
    content: "四五サイズ： ";
  }
  /* line 719, ../scss/style.scss */
  .table-shojiPrice td:nth-of-type(4):before {
    content: "三尺サイズ： ";
  }
  /* line 722, ../scss/style.scss */
  .table-shojiPrice td:nth-of-type(5):before {
    content: "五八雪見： ";
  }
  /* line 725, ../scss/style.scss */
  .table-shojiPrice td:nth-of-type(6):before {
    content: "欄間： ";
  }
}
/* line 731, ../scss/style.scss */
.coverImgBox--tatami {
  background: url(../img/article/content/img-catch_tatami.jpg) no-repeat;
  background-size: cover;
}

/* line 737, ../scss/style.scss */
.table-deff th:first-child {
  width: 14%;
}
@media (max-width: 639px) {
  /* line 742, ../scss/style.scss */
  .table-deff td:nth-of-type(2):before {
    content: "長さ： ";
  }
  /* line 745, ../scss/style.scss */
  .table-deff td:nth-of-type(3):before {
    content: "種類： ";
  }
  /* line 748, ../scss/style.scss */
  .table-deff td:nth-of-type(4):before {
    content: "密度： ";
  }
  /* line 751, ../scss/style.scss */
  .table-deff td:nth-of-type(5):before {
    content: "色調： ";
  }
  /* line 754, ../scss/style.scss */
  .table-deff td:nth-of-type(6):before {
    content: "根白： ";
  }
  /* line 757, ../scss/style.scss */
  .table-deff td:nth-of-type(7):before {
    content: "変色い草： ";
  }
  /* line 760, ../scss/style.scss */
  .table-deff td:nth-of-type(8):before {
    content: "溝： ";
  }
}
