@charset "UTF-8";
/*
Reset Stylesheet
URL: https://code.1pxeye.com/download/code/reset.css
Author: 1pxeye studio
Last Updated: 2017-07-04
This document has passed the test: W3C CSS Validator (Level 3)
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/* line 12, sass/style.scss */
* {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
  background: 0 0;
  vertical-align: baseline;
  font-size: 100%;
}

/* line 22, sass/style.scss */
*,
:after,
:before {
  box-sizing: border-box;
}

/* line 28, sass/style.scss */
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/* line 34, sass/style.scss */
body {
  overflow-x: hidden;
  font: normal normal normal 14px/1.8 'Noto Sans Japanese', "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

/* line 39, sass/style.scss */
address,
caption,
code,
figcaption,
pre,
th {
  font-weight: 400;
  font-style: normal;
  font-size: 1em;
}

/* line 50, sass/style.scss */
blockquote,
q {
  quotes: none;
}

/* line 55, sass/style.scss */
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: '';
  content: none;
}

/* line 63, sass/style.scss */
fieldset,
iframe,
img {
  border: 0;
}

/* line 69, sass/style.scss */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* line 75, sass/style.scss */
caption,
th {
  text-align: left;
}

/* line 80, sass/style.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 85, sass/style.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

/* line 99, sass/style.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

/* line 107, sass/style.scss */
sup {
  vertical-align: text-top;
}

/* line 111, sass/style.scss */
sub {
  vertical-align: text-bottom;
}

/* line 115, sass/style.scss */
hr {
  display: block;
  overflow: visible;
  box-sizing: content-box;
  margin: 1em 0;
  padding: 0;
  height: 0;
  border: 0;
  border-top: 1px solid #ccc;
}

/* line 126, sass/style.scss */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-size: 100%;
  font: normal normal normal 14px/1.8 'Noto Sans Japanese', "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

/* line 136, sass/style.scss */
textarea {
  overflow: auto;
}

/* line 140, sass/style.scss */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/* line 146, sass/style.scss */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/* line 151, sass/style.scss */
[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

/* line 156, sass/style.scss */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 161, sass/style.scss */
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

/* line 166, sass/style.scss */
details,
menu {
  display: block;
}

/* line 171, sass/style.scss */
summary {
  display: list-item;
}

/* line 175, sass/style.scss */
canvas {
  display: inline-block;
}

/* line 179, sass/style.scss */
[hidden],
template {
  display: none;
}

/* line 184, sass/style.scss */
input,
select {
  vertical-align: middle;
}

/* line 189, sass/style.scss */
button {
  overflow: visible;
  box-sizing: content-box;
  border: 0;
  background: 0 0;
  color: inherit;
  vertical-align: inherit;
  font: inherit;
  line-height: inherit;
  cursor: pointer;
}

/* line 201, sass/style.scss */
button:disabled {
  cursor: default;
}

/* line 205, sass/style.scss */
button,
select {
  text-transform: none;
}

/* line 210, sass/style.scss */
[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button;
}

/* line 217, sass/style.scss */
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/* line 225, sass/style.scss */
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/* line 232, sass/style.scss */
fieldset {
  padding: .35em .75em .625em;
}

/* line 236, sass/style.scss */
legend {
  display: table;
  max-width: 100%;
  color: inherit;
  white-space: normal;
}

/* line 243, sass/style.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 248, sass/style.scss */
:focus[data-focus-method=mouse]:not(input):not(textarea):not(select),
:focus[data-focus-method=touch]:not(input):not(textarea):not(select) {
  outline: 0;
}

/* line 253, sass/style.scss */
::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* line 258, sass/style.scss */
audio,
progress,
video {
  display: inline-block;
}

/* line 264, sass/style.scss */
progress {
  vertical-align: baseline;
}

/* line 268, sass/style.scss */
a,
a:link,
a:visited {
  background-color: transparent;
  text-decoration: none;
  -webkit-text-decoration-skip: objects;
}

/* line 276, sass/style.scss */
a:hover {
  text-decoration: underline;
}

/* line 280, sass/style.scss */
a:active {
  text-decoration: none;
}

/* line 284, sass/style.scss */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/* line 290, sass/style.scss */
b,
strong {
  font-weight: inherit;
  font-weight: bolder;
}

/* line 296, sass/style.scss */
code,
kbd,
pre,
samp {
  font-size: 1em;
  font-family: monospace;
}

/* line 304, sass/style.scss */
mark {
  background-color: #ff0;
  color: #000;
}

/* line 309, sass/style.scss */
small {
  font-size: 80%;
}

/* line 313, sass/style.scss */
sub,
sup {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}

/* line 321, sass/style.scss */
sub {
  bottom: -.25em;
}

/* line 325, sass/style.scss */
sup {
  top: -.5em;
}

/* line 329, sass/style.scss */
ul {
  list-style: none;
}

/* line 333, sass/style.scss */
img {
  display: block;
  height: auto;
  max-width: 100%;
  border-style: none;
}

/* line 340, sass/style.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 344, sass/style.scss */
.header-section {
  padding-top: 20px;
}

/* line 349, sass/style.scss */
.logo-container {
  display: flex;
  justify-content: space-between;
}

/* line 354, sass/style.scss */
.logo {
  display: flex;
  align-items: center;
}

/* line 359, sass/style.scss */
.logo a img {
  transition: 0.3s;
  width: 268px;
}

/* line 364, sass/style.scss */
.logo a:hover img {
  opacity: 0.7;
}

/* line 368, sass/style.scss */
.contact-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

/* line 374, sass/style.scss */
.wrapper {
  max-width: 1200px;
  margin: auto;
}

/* line 379, sass/style.scss */
.nav-container {
  margin-top: 20px;
}

/* line 383, sass/style.scss */
.menu {
  width: 100%;
  background: #eb610e;
  text-transform: uppercase;
  font-size: 22px;
  letter-spacing: .2em;
  text-align: center;
  padding: 2px 0;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  border-radius: 5px;
  display: none;
}

/* line 398, sass/style.scss */
.main-nav ul {
  display: flex;
  justify-content: space-between;
  border-right: 1px solid #e5e5e5;
}

/* line 404, sass/style.scss */
.main-nav li {
  width: 25%;
  border-left: 1px solid #e5e5e5;
}

/* line 410, sass/style.scss */
.main-nav a {
  display: block;
  text-align: center;
  font-size: 12px;
  color: #eb610e;
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.5s;
  line-height: 1.3;
  padding: 10px 5px 7px;
}

/* line 422, sass/style.scss */
.main-nav a:hover {
  background: #eb610e;
}

/* line 426, sass/style.scss */
.main-nav a:hover span {
  color: #fff !important;
}

/* line 430, sass/style.scss */
.main-nav span {
  transition: 0.3s;
}

/* line 434, sass/style.scss */
.main-nav span.ja {
  color: #323232;
  font-size: 16px;
  font-weight: bold;
  display: block;
  line-height: 1.2;
  margin-bottom: 0.2em;
}

/* line 443, sass/style.scss */
.header-cnt1,
.header-cnt2 {
  display: flex;
  justify-content: flex-end;
}

/* line 449, sass/style.scss */
.header-cnt1 {
  align-items: center;
}

/* line 453, sass/style.scss */
.header-cnt1 ul {
  display: flex;
}

/* line 463, sass/style.scss */
.header-cnt1 ul a {
  font-size: 12px;
  display: block;
  position: relative;
  margin: 0 10px;
  color: #fff;
  background: #eb610e;
  line-height: 1.1;
  padding: 5px 10px;
  border-radius: 10px;
}

/* line 487, sass/style.scss */
.header-cnt1 ul a:hover {
  text-decoration: underline;
}

/* line 496, sass/style.scss */
.header-cnt2 {
  margin: 15px 0 12px;
}

/* line 499, sass/style.scss */
.header-cnt2 > a {
  width: 150px;
  color: #fff;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  padding: 0.1em 0;
  align-items: center;
  transition: 0.3s;
  align-self: center;
  line-height: 2.8;
}

/* line 512, sass/style.scss */
.header-cnt2 > a:hover {
  text-decoration: none;
  opacity: 0.7;
}

/* line 517, sass/style.scss */
.header-cnt2 > a::before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 1em;
}

/* line 525, sass/style.scss */
.header-cnt2 .logout {
    margin-right: 10px;
}

/* line 527, sass/style.scss */
.header-cnt2 .logout a {
    color: #333;
    white-space: normal;
    display: inline-block;
    word-break: keep-all;
    font-size: 10px;
}

/* line 534, sass/style.scss */
.header-cnt2 .logout a svg {
    display: block;
    width: 27px;
    height: 27px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5px;
}

/* line 542, sass/style.scss */
.header-cnt2 .logout a span {
    display: block;
    text-align: center;
}

/* line 547, sass/style.scss */
.header-cnt2 .logout a:hover {
    text-decoration: none;
}

/* line 556, sass/style.scss */
.star-amount a {
  color: #333;
  white-space: normal;
  display: inline-block;
  word-break: keep-all;
}

/* line 562, sass/style.scss */
.star-amount a:hover {
  color: #eb610e;
  text-decoration: none;
}

/* line 569, sass/style.scss */
a.email {
  background: #000;
  margin: 0 10px;
}

/* line 572, sass/style.scss */
a.email::before {
  background: url(../images/email.svg) center center/contain no-repeat;
}

/* line 577, sass/style.scss */
a.site {
  background: #eb610e;
  margin-right: 10px;
}

/* line 580, sass/style.scss */
a.site::before {
  background: url(../images/site.svg) center center/contain no-repeat;
  margin-right: 0.6em;
}

/* line 586, sass/style.scss */
a.loan {
  background: #2385c5;
}

/* line 589, sass/style.scss */
a.loan::before {
  background: url(../images/house.svg) center center/contain no-repeat;
}

/* line 594, sass/style.scss */
a.sale {
  background: #eb610e;
  margin-right: 10px;
}

/* line 597, sass/style.scss */
a.sale::before {
  background: url(../images/sale.svg) center center/contain no-repeat;
}

/* line 602, sass/style.scss */
a.reform {
  background: #eb610e;
  width: 180px;
}

/* line 605, sass/style.scss */
a.reform::before {
  background: url(../images/design.svg) center center/contain no-repeat;
}

/* line 610, sass/style.scss */
a.tel {
  color: #333;
  user-select: none;
  -webkit-user-select: none;
}

/* line 616, sass/style.scss */
a.tel:hover {
  text-decoration: none;
}

/* line 620, sass/style.scss */
.tel {
  font-size: 35px;
  font-weight: bold;
  margin-left: 30px;
  display: flex;
  align-items: center;
  line-height: 35px;
  padding: 7px 0 3px;
}

/* line 630, sass/style.scss */
.tel::before {
  content: '';
  margin-right: 0.2em;
  display: block;
  width: 40px;
  height: 36px;
  background: url(../images/tel.svg) center center/contain no-repeat;
}

/* line 639, sass/style.scss */
.star-amount {
  font-size: 10px;
  position: relative;
}

/* line 643, sass/style.scss */
.star-amount span {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 7px;
  top: -1px;
  width: 19px;
  height: 19px;
  background: #eb610e;
  border-radius: 100%;
  line-height: 16px;
  font-size: 12px;
  color: #fff;
  font-weight: normal;
}

/* line 660, sass/style.scss */
.star-amount img {
  width: 27px;
  margin: auto;
}

/* line 669, sass/style.scss */
.footer-section {
  background: #333333;
}

/* line 673, sass/style.scss */
.footer-logo {
  display: flex;
  justify-content: flex-start;
}

/* line 678, sass/style.scss */
.footer-logo a {
  display: block;
  width: 265px;
  padding: 15px 10px;
  background: #fff;
}

/* line 685, sass/style.scss */
.footer-logo a svg {
  width: 100%;
}

/* line 689, sass/style.scss */
.copyright {
  font-size: 12px;
  color: #fff;
  text-align: center;
  background: #000;
  padding: 20px;
}

/* line 697, sass/style.scss */
.footer-content {
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
  color: #e0e0e0;
  text-align: left;
  font-size: 14px;
  flex-wrap: wrap;
}

/* line 707, sass/style.scss */
.footer-content span {
  display: block;
}

/* line 711, sass/style.scss */
.stoers-addr {
  width: 60%;
  display: flex;
  justify-content: flex-start;
}

/* line 718, sass/style.scss */
.stoers-addr span {
  margin-top: 0.3em;
}

/* line 729, sass/style.scss */
.footer-nav ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

/* line 737, sass/style.scss */
.footer-nav ul li {
  display: flex;
  margin-bottom: 10px;
}

/* line 741, sass/style.scss */
.footer-nav ul li::before {
  content: '>';
  display: inline-block;
  left: 0;
}

/* line 750, sass/style.scss */
.footer-nav a {
  color: #fff;
}

/* line 758, sass/style.scss */
.footer-nav:not(:last-child) {
  margin-bottom: 20px;
}

/* line 765, sass/style.scss */
.store-name {
  font-size: 20px;
  margin-bottom: 0.5em;
  color: #fff;
}

/* line 771, sass/style.scss */
.sotre-addr::before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(../images/location.svg) center center/contain no-repeat;
  margin-right: 0.5em;
}

/* line 780, sass/style.scss */
.strore-tel::before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(../images/tel04.svg) center center/contain no-repeat;
  margin-right: 0.5em;
  color: #fff;
  vertical-align: -2px;
}

/* line 791, sass/style.scss */
.strore-fax::before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(../images/fax.svg) center center/contain no-repeat;
  margin-right: 0.5em;
  color: #fff;
  vertical-align: -2px;
}

/* line 802, sass/style.scss */
.store-right {
  display: flex;
  flex-direction: column;
  margin-left: 30px;
}

/* line 808, sass/style.scss */
.store-right .store:first-child {
  margin-bottom: 10px;
}

/* line 813, sass/style.scss */
span.footer-tel {
  margin-top: 0.5em;
}

/* line 817, sass/style.scss */
.footer-tel > .bumon {
  background: #616161;
  display: inline-block;
  position: relative;
  margin-right: 2em;
  text-align: center;
  width: 70px;
}

/* line 826, sass/style.scss */
.footer-tel > .bumon::after {
  content: '';
  display: block;
  right: -11.5px;
  top: 0;
  bottom: 0;
  position: absolute;
  border: 12.5px solid #616161;
  border-right: 0;
  border-top: 12.5px solid transparent;
  border-bottom: 12.5px solid transparent;
}

/* line 839, sass/style.scss */
.tel1 {
  display: inline-block !important;
  color: #fff;
}

/* line 844, sass/style.scss */
.main-container {
  background: #f5f5f5;
}

/* line 848, sass/style.scss */
.main-content {
  display: flex;
  justify-content: space-between;
  padding: 50px 0;
}

/* line 854, sass/style.scss */
.left {
  width: 260px;
}

/* line 858, sass/style.scss */
.right {
  width: calc(100% - 260px);
  padding-left: 30px;
}

/* line 863, sass/style.scss */
.breadcrumbs {
  margin: 20px 0;
}

/* line 867, sass/style.scss */
.breadcrumbs li {
  display: inline-block;
}

/* line 871, sass/style.scss */
.breadcrumbs li a {
  display: inline-block;
  color: #000;
  margin-right: 5px;
}

/* line 877, sass/style.scss */
.breadcrumbs li a.current {
  cursor: default;
  text-decoration: none;
}

/* line 882, sass/style.scss */
.breadcrumbs li::before {
  content: '>';
  margin-right: 5px;
  display: inline-block;
}

/* line 888, sass/style.scss */
.breadcrumbs li:first-child::before {
  content: none;
}

/* line 895, sass/style.scss */
.totop {
  background: #000;
  color: #fff;
  font-size: 20px;
  position: fixed;
  z-index: 99;
  bottom: 50px;
  right: 50px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  display: none;
}

/* line 911, sass/style.scss */
.totop:hover {
  background: #D4B72D;
}

/* line 915, sass/style.scss */
.addOrange {
  color: #D4B72D !important;
}

/* line 919, sass/style.scss */
.addBgColor {
  background: #D4B72D;
  color: #fff;
}

/* line 924, sass/style.scss */
.banner {
  position: relative;
}

/* line 928, sass/style.scss */
.banner img {
  margin: auto;
}

/* line 932, sass/style.scss */
.page-title {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 34px;
  text-align: center;
  color: #fff;
  font-weight: bold;
}

/* line 943, sass/style.scss */
.page-title span {
  display: block;
  text-align: center;
}

/* line 949, sass/style.scss */
.banner-img {
  position: relative;
}

/* line 953, sass/style.scss */
.index-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 43px;
  text-align: center;
  color: #fff;
  font-weight: bold;
}

/* line 964, sass/style.scss */
.en-title {
  font-size: 18px;
  font-weight: normal;
  text-transform: uppercase;
}

/* line 970, sass/style.scss */
.common-part-a > a svg {
  margin-right: 0.5em;
}

/* line 974, sass/style.scss */
.common-part-a > a {
  display: block;
  color: #fff;
  background: #eb610e;
  font-size: 18px;
  margin-bottom: 1em;
  padding: 10px 20px;
  cursor: default;
  text-decoration: none;
}

/* line 985, sass/style.scss */
.common-part-a > a svg {
  margin-right: 0.5em;
}

/* line 989, sass/style.scss */
.sidebar-title {
  font-size: 20px;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
  border-bottom: 1px dashed #0e0409;
}

/* line 996, sass/style.scss */
.sidebar-title svg {
  margin-right: 0.5em;
}

/* line 1000, sass/style.scss */
.common-part ul {
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 1px dashed #b3b3b3;
}

/* line 1006, sass/style.scss */
.common-part ul:last-child {
  border-bottom: none;
}

/* line 1010, sass/style.scss */
.common-part ul a::before {
  content: '>';
  display: inline-block;
  margin-right: 5px;
}

/* line 1016, sass/style.scss */
.common-part ul a {
  display: block;
  color: #000;
}

/* line 1021, sass/style.scss */
.part {
  background: #fff;
  padding: 20px;
}

/* line 1026, sass/style.scss */
.info-intr-part2 span {
  margin-bottom: 7px;
}

/* line 1031, sass/style.scss */
.info-intr > span span {
  font-size: 14px;
  margin-left: 4px;
}

@media (max-width: 1200px) {
    /* line 1037, sass/style.scss */
  .info-intr-part2 span {
    font-size: 12px;
  }

    /* line 1040, sass/style.scss */
  .info-intr > span {
    font-size: 20px;
  }

    /* line 1043, sass/style.scss */
  .info-intr > span::before {
    font-size: 14px;
  }
}

@media (max-width: 1000px) {
    /* line 1049, sass/style.scss */
  .ul-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

    /* line 1054, sass/style.scss */
  .ul-list ul {
    width: 25%;
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
  }

    /* line 1063, sass/style.scss */
  .new-info-list {
    padding-top: 0;
  }

    /* line 1066, sass/style.scss */
  .common-part-a {
    display: flex;
    justify-content: space-between;
  }

    /* line 1070, sass/style.scss */
  .common-part-a > a {
    width: 48%;
    text-align: center;
    padding: 5px 20px;
    font-size: 16px;
  }

    /* line 1076, sass/style.scss */
  .index-title {
    font-size: 32px;
  }
}

@media (max-width: 650px) {
    /* line 1082, sass/style.scss */
  .ul-list dl {
    width: 50%;
    margin-bottom: 14px;
    padding-left: 10px;
  }

    /* line 1088, sass/style.scss */
  .ul-list > ul {
    width: 100%;
  }
}

@media (max-width: 600px) {
    /* line 1095, sass/style.scss */
  .common-part-a {
    display: block;
  }

    /* line 1098, sass/style.scss */
  .common-part-a > a {
    width: 100%;
  }

    /* line 1107, sass/style.scss */
  .common-part ul:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 1400px) {
    /* line 1114, sass/style.scss */
  .totop {
    right: 20px;
  }
}

@media (max-width: 1280px) {
    /* line 1120, sass/style.scss */
  .logo-container {
    padding: 0 20px;
  }
}

@media (max-width: 1200px) {
    /* line 1126, sass/style.scss */
  .main-content {
    padding: 20px 20px 50px;
  }

    /* line 1129, sass/style.scss */
  .right {
    padding-left: 20px;
  }

    /* line 1132, sass/style.scss */
  footer,
  .breadcrumbs {
    padding: 0 20px;
  }

    /* line 1136, sass/style.scss */
  .stoers-addr {
    width: 65%;
  }
}

@media (max-width: 1000px) {
    /* line 1146, sass/style.scss */
  .main-content {
    flex-direction: column-reverse;
    padding: 30px 20px;
  }

    /* line 1150, sass/style.scss */
  .left {
    width: 100%;
  }

    /* line 1153, sass/style.scss */
  .right {
    padding-left: 0px;
    padding-top: 30px;
    width: 100%;
  }

    /* line 1158, sass/style.scss */
  .stoers-addr {
    flex-wrap: wrap;
  }

    /* line 1161, sass/style.scss */
  .store-right {
    margin-left: 0;
  }

    /* line 1165, sass/style.scss */
  .store-right > .store {
    margin-top: 20px;
  }

    /* line 1172, sass/style.scss */
  .menu {
    display: block;
    border-radius: 0;
    font-size: 20px;
    line-height: 20px;
    padding: 10px 0;
    letter-spacing: 0;
  }

    /* line 1180, sass/style.scss */
  .main-nav {
    display: none;
  }

    /* line 1183, sass/style.scss */
  .main-nav ul {
    flex-wrap: wrap;
    border: none;
    justify-content: space-evenly;
  }

    /* line 1188, sass/style.scss */
  .main-nav ul li {
    width: 47%;
    border: none;
  }

    /* line 1192, sass/style.scss */
  .main-nav a {
    display: flex;
    justify-content: space-between;
    padding: 1em;
    border-bottom: 1px solid #ebebeb;
    line-height: 1.2;
  }

    /* line 1199, sass/style.scss */
  .store-name {
    margin-bottom: 0;
  }

    /* line 1202, sass/style.scss */
  .page-title {
    font-size: 25px;
  }

    /* line 1205, sass/style.scss */
  .en-title {
    font-size: 16px;
  }
}

@media (max-width: 1020px) {
    /* line 1211, sass/style.scss */
  .tel {
    font-size: 28px;
    line-height: 28px;
    margin-left: 0;
    margin-right: 0;
  }

    /* line 1218, sass/style.scss */
  .tel::before {
    width: 26px;
    height: 28px;
  }
}

@media (max-width: 940px) {
    /* line 1225, sass/style.scss */
  .header-cnt1 {
    flex-direction: column;
    align-items: flex-end;
  }
}

@media (max-width: 750px) {
    /* line 1232, sass/style.scss */
  .stoers-addr {
    flex-wrap: wrap;
  }

    /* line 1235, sass/style.scss */
  .stoers-addr > div {
    width: 100%;
  }

    /* line 1238, sass/style.scss */
  .footer-nav ul {
    height: 100%;
    width: 100px;
  }

    /* line 1242, sass/style.scss */
  .footer-nav li {
    height: 9%;
  }

    /* line 1245, sass/style.scss */
  .stoers-addr {
    width: 65%;
  }

    /* line 1248, sass/style.scss */
  .footer-nav {
    width: 35%;
  }

    /* line 1251, sass/style.scss */
  .logo-container {
    flex-direction: column;
    align-items: center;
  }

    /* line 1255, sass/style.scss */
  .contact-container {
    padding: 20px 0 10px;
    align-items: center;
  }

    /* line 1259, sass/style.scss */
  .header-cnt2 {
    margin-top: 20px;
  }

    /* line 1262, sass/style.scss */
  .header-cnt1 {
    align-items: center;
  }

    /* line 1265, sass/style.scss */
  .header-cnt1 ul li:first-child,
  .tel {
    margin-left: 0;
  }

    /* line 1270, sass/style.scss */
  .header-cnt1 ul {
    margin-bottom: 10px;
  }

    /* line 1276, sass/style.scss */
  .nav-container {
    margin-top: 0;
  }

    /* line 1279, sass/style.scss */
  .main-content {
    padding: 15px 20px;
  }
}

@media all and (max-width: 660px) {
    /* line 1285, sass/style.scss */
  .header-cnt2 {
    display: block;
  }

    /* line 1287, sass/style.scss */
  .header-cnt2 .star-amount {
    display: inline-flex;
    width: 96%;
    padding: 0.1em 0;
    margin: 5px;
  }

    /* line 1292, sass/style.scss */
  .header-cnt2 .star-amount a {
    display: block;
    position: relative;
    margin-left: auto;
    margin-right: auto;
  }

    /* line 1298, sass/style.scss */
  .header-cnt2 .star-amount a span {
    right: -5px;
  }

    /* line 1304, sass/style.scss */
  .header-cnt2 > a {
    width: 45%;
    display: inline-flex;
    margin: 5px !important;
  }
}

@media (max-width: 650px) {
    /* line 1316, sass/style.scss */
  .main-nav ul li {
    width: 96%;
  }

    /* line 1319, sass/style.scss */
  .main-nav span.ja {
    font-size: 14px;
  }

    /* line 1322, sass/style.scss */
  .menu {
    font-size: 18px;
  }

    /* line 1325, sass/style.scss */
  .banner {
    min-height: 150px;
    height: 22vh;
  }

    /* line 1329, sass/style.scss */
  .banner img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
  }

    /* line 1336, sass/style.scss */
  .main-banner img {
    position: relative;
  }

    /* line 1339, sass/style.scss */
  .main-banner {
    height: auto;
    min-height: auto;
    margin-bottom: 20px;
  }

    /* line 1344, sass/style.scss */
  .index-title {
    font-size: 26px;
  }
}

@media (max-width: 570px) {
    /* line 1350, sass/style.scss */
  .stoers-addr {
    width: 320px;
    margin: auto;
    border: none;
  }

    /* line 1355, sass/style.scss */
  .footer-nav {
    border: none;
    width: 100%;
  }

    /* line 1360, sass/style.scss */
  .footer-nav ul {
    flex-direction: row;
    height: auto;
    width: 100%;
  }

    /* line 1365, sass/style.scss */
  .footer-nav li {
    height: auto;
    margin-right: 1.5em;
    margin-top: .5em;
    font-size: 12px;
  }

    /* line 1371, sass/style.scss */
  .stoers-addr span {
    font-size: 12px;
  }

    /* line 1374, sass/style.scss */
  .footer-tel > span::after {
    right: -9.5px;
    border: 10.5px solid #616161;
    border-right: 0;
    border-top: 10.5px solid transparent;
    border-bottom: 10.5px solid transparent;
  }

    /* line 1381, sass/style.scss */
  .store-name {
    font-size: 16px;
    margin-bottom: 0;
  }

    /* line 1386, sass/style.scss */
  .store-right {
    margin-left: 0;
  }

    /* line 1389, sass/style.scss */
  .footer-nav {
    border: none;
    width: 100%;
  }

    /* line 1394, sass/style.scss */
  .footer-nav ul {
    flex-direction: row;
    margin: auto;
  }

    /* line 1399, sass/style.scss */
  .page-title {
    font-size: 20px;
  }

    /* line 1402, sass/style.scss */
  .en-title {
    font-size: 14px;
  }
}

@media (max-width: 550px) {
    /* line 1408, sass/style.scss */
  .main-content {
    margin-top: 0;
    padding-top: 0;
  }

    /* line 1413, sass/style.scss */
  .right {
    padding-top: 0;
  }
}

@media (max-width: 480px) {
    /* line 1420, sass/style.scss */
  .logo-container {
    padding: 0 10px;
  }

    /* line 1423, sass/style.scss */
  .header-cnt2 {
    display: block;
  }

    /* line 1437, sass/style.scss */
  .header-cnt2 > a {
    font-size: 12px;
    width: 44%;
  }
}

@media (max-width: 450px) {
    /* line 1470, sass/style.scss */
  .header-cnt2 > a {
    margin: 0 10px;
  }

    /* line 1474, sass/style.scss */
  .header-cnt2 > a::before {
    margin-right: 0.6em;
  }

    /* line 1480, sass/style.scss */
  .header-cnt1 ul li:first-child,
  .tel {
    font-size: 18px;
  }

    /* line 1486, sass/style.scss */
  .header-cnt2 > a:not(.email) {
    margin-left: 0;
  }

    /* line 1490, sass/style.scss */
  .logo a img {
    width: 55vw;
    min-width: 200px;
  }

    /* line 1494, sass/style.scss */
  .store-name {
    font-size: 14px;
  }

    /* line 1497, sass/style.scss */
  .index-title {
    font-size: 18px;
  }
}
