@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: flex-start;
  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 500, 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 513, sass/style.scss */
.header-cnt2 > a:hover {
  text-decoration: none;
  opacity: 0.7;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 589, 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 599, 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 608, sass/style.scss */
.star-amount {
  font-size: 10px;
  position: relative;
}

/* line 613, 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 630, sass/style.scss */
.star-amount img {
  width: 27px;
  margin: auto;
}

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

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

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

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

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

/* line 663, 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 673, sass/style.scss */
.footer-content span {
  display: block;
}

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

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

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

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

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

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

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

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

/* line 737, 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 746, 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 757, 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 768, sass/style.scss */
.store-right {
  display: flex;
  flex-direction: column;
  margin-left: 30px;
}

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

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

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

/* line 792, 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 805, sass/style.scss */
.tel1 {
  display: inline-block !important;
  color: #fff;
}

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

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

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

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

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

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

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

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

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

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

/* line 861, 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 877, sass/style.scss */
.totop:hover {
  background: #ec6011;
}

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

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

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

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

/* line 898, 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 909, sass/style.scss */
.page-title span {
  display: block;
  text-align: center;
}

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

/* line 919, 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 930, sass/style.scss */
.en-title {
  font-size: 18px;
  font-weight: normal;
  text-transform: uppercase;
}

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

/* line 940, 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 951, sass/style.scss */
.common-part-a > a svg {
  margin-right: 0.5em;
}

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

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

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

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

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

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

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

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

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

@media (max-width: 1200px) {
  /* line 1003, sass/style.scss */
  .info-intr-part2 span {
    font-size: 12px;
  }
  /* line 1006, sass/style.scss */
  .info-intr > span {
    font-size: 20px;
  }
  /* line 1009, sass/style.scss */
  .info-intr > span::before {
    font-size: 14px;
  }
}

@media (max-width: 1000px) {
  /* line 1015, sass/style.scss */
  .ul-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  /* line 1020, sass/style.scss */
  .ul-list ul {
    width: 25%;
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
  }
  /* line 1029, sass/style.scss */
  .new-info-list {
    padding-top: 0;
  }
  /* line 1032, sass/style.scss */
  .common-part-a {
    display: flex;
    justify-content: space-between;
  }
  /* line 1036, sass/style.scss */
  .common-part-a > a {
    width: 48%;
    text-align: center;
    padding: 5px 20px;
    font-size: 16px;
  }
  /* line 1042, sass/style.scss */
  .index-title {
    font-size: 32px;
  }
}

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

@media (max-width: 600px) {
  /* line 1061, sass/style.scss */
  .common-part-a {
    display: block;
  }
  /* line 1064, sass/style.scss */
  .common-part-a > a {
    width: 100%;
  }
  /* line 1073, sass/style.scss */
  .common-part ul:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
  }
}

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

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

@media (max-width: 1200px) {
  /* line 1092, sass/style.scss */
  .main-content {
    padding: 20px 20px 50px;
  }
  /* line 1095, sass/style.scss */
  .right {
    padding-left: 20px;
  }
  /* line 1098, sass/style.scss */
  footer,
  .breadcrumbs {
    padding: 0 20px;
  }
  /* line 1102, sass/style.scss */
  .stoers-addr {
    width: 65%;
  }
}

@media (max-width: 1000px) {
  /* line 1112, sass/style.scss */
  .main-content {
    flex-direction: column-reverse;
    padding: 30px 20px;
  }
  /* line 1116, sass/style.scss */
  .left {
    width: 100%;
  }
  /* line 1119, sass/style.scss */
  .right {
    padding-left: 0px;
    padding-top: 30px;
    width: 100%;
  }
  /* line 1124, sass/style.scss */
  .stoers-addr {
    flex-wrap: wrap;
  }
  /* line 1127, sass/style.scss */
  .store-right {
    margin-left: 0;
  }
  /* line 1131, sass/style.scss */
  .store-right > .store {
    margin-top: 20px;
  }
  /* line 1138, sass/style.scss */
  .menu {
    display: block;
    border-radius: 0;
    font-size: 20px;
    line-height: 20px;
    padding: 10px 0;
    letter-spacing: 0;
  }
  /* line 1146, sass/style.scss */
  .main-nav {
    display: none;
  }
  /* line 1149, sass/style.scss */
  .main-nav ul {
    flex-wrap: wrap;
    border: none;
    justify-content: space-evenly;
  }
  /* line 1154, sass/style.scss */
  .main-nav ul li {
    width: 47%;
    border: none;
  }
  /* line 1158, sass/style.scss */
  .main-nav a {
    display: flex;
    justify-content: space-between;
    padding: 1em;
    border-bottom: 1px solid #ebebeb;
    line-height: 1.2;
  }
  /* line 1165, sass/style.scss */
  .store-name {
    margin-bottom: 0;
  }
  /* line 1168, sass/style.scss */
  .page-title {
    font-size: 25px;
  }
  /* line 1171, sass/style.scss */
  .en-title {
    font-size: 16px;
  }
}

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

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

@media (max-width: 750px) {
  /* line 1198, sass/style.scss */
  .stoers-addr {
    flex-wrap: wrap;
  }
  /* line 1201, sass/style.scss */
  .stoers-addr > div {
    width: 100%;
  }
  /* line 1204, sass/style.scss */
  .footer-nav ul {
    height: 100%;
    width: 100px;
  }
  /* line 1208, sass/style.scss */
  .footer-nav li {
    height: 9%;
  }
  /* line 1211, sass/style.scss */
  .stoers-addr {
    width: 65%;
  }
  /* line 1214, sass/style.scss */
  .footer-nav {
    width: 35%;
  }
  /* line 1217, sass/style.scss */
  .logo-container {
    flex-direction: column;
    align-items: center;
  }
  /* line 1221, sass/style.scss */
  .contact-container {
    padding: 20px 0 10px;
    align-items: center;
  }
  /* line 1225, sass/style.scss */
  .header-cnt2 {
    margin-top: 20px;
  }
  /* line 1228, sass/style.scss */
  .header-cnt1 {
    align-items: center;
  }
  /* line 1231, sass/style.scss */
  .header-cnt1 ul li:first-child,
  .tel {
    margin-left: 0;
  }
  /* line 1236, sass/style.scss */
  .header-cnt1 ul {
    margin-bottom: 10px;
  }
  /* line 1242, sass/style.scss */
  .nav-container {
    margin-top: 0;
  }
  /* line 1245, sass/style.scss */
  .main-content {
    padding: 15px 20px;
  }
}

@media all and (max-width: 660px) {
  /* line 1251, sass/style.scss */
  .header-cnt2 {
    display: block;
  }
  /* line 1253, sass/style.scss */
  .header-cnt2 .star-amount {
    display: inline-flex;
    width: 96%;
    padding: 0.1em 0;
    margin: 5px;
  }
  /* line 1258, sass/style.scss */
  .header-cnt2 .star-amount a {
    display: block;
    position: relative;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 1264, sass/style.scss */
  .header-cnt2 .star-amount a span {
    right: -5px;
  }
  /* line 1270, sass/style.scss */
  .header-cnt2 > a {
    width: 45%;
    display: inline-flex;
    margin: 5px !important;
  }
}

@media (max-width: 650px) {
  /* line 1282, sass/style.scss */
  .main-nav ul li {
    width: 96%;
  }
  /* line 1285, sass/style.scss */
  .main-nav span.ja {
    font-size: 14px;
  }
  /* line 1288, sass/style.scss */
  .menu {
    font-size: 18px;
  }
  /* line 1291, sass/style.scss */
  .banner {
    min-height: 150px;
    height: 22vh;
  }
  /* line 1295, sass/style.scss */
  .banner img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
  }
  /* line 1302, sass/style.scss */
  .main-banner img {
    position: relative;
  }
  /* line 1305, sass/style.scss */
  .main-banner {
    height: auto;
    min-height: auto;
    margin-bottom: 20px;
  }
  /* line 1310, sass/style.scss */
  .index-title {
    font-size: 26px;
  }
}

@media (max-width: 570px) {
  /* line 1316, sass/style.scss */
  .stoers-addr {
    width: 320px;
    margin: auto;
    border: none;
  }
  /* line 1321, sass/style.scss */
  .footer-nav {
    border: none;
    width: 100%;
  }
  /* line 1326, sass/style.scss */
  .footer-nav ul {
    flex-direction: row;
    height: auto;
    width: 100%;
  }
  /* line 1331, sass/style.scss */
  .footer-nav li {
    height: auto;
    margin-right: 1.5em;
    margin-top: .5em;
    font-size: 12px;
  }
  /* line 1337, sass/style.scss */
  .stoers-addr span {
    font-size: 12px;
  }
  /* line 1340, 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 1347, sass/style.scss */
  .store-name {
    font-size: 16px;
    margin-bottom: 0;
  }
  /* line 1352, sass/style.scss */
  .store-right {
    margin-left: 0;
  }
  /* line 1355, sass/style.scss */
  .footer-nav {
    border: none;
    width: 100%;
  }
  /* line 1360, sass/style.scss */
  .footer-nav ul {
    flex-direction: row;
    margin: auto;
  }
  /* line 1365, sass/style.scss */
  .page-title {
    font-size: 20px;
  }
  /* line 1368, sass/style.scss */
  .en-title {
    font-size: 14px;
  }
}

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

@media (max-width: 480px) {
  /* line 1386, sass/style.scss */
  .logo-container {
    padding: 0 10px;
  }
  /* line 1389, sass/style.scss */
  .header-cnt2 {
    display: block;
  }
  /* line 1403, sass/style.scss */
  .header-cnt2 > a {
    font-size: 12px;
    width: 44%;
  }
}

@media (max-width: 450px) {
  /* line 1436, sass/style.scss */
  .header-cnt2 > a {
    margin: 0 10px;
  }
  /* line 1440, sass/style.scss */
  .header-cnt2 > a::before {
    margin-right: 0.6em;
  }
  /* line 1446, sass/style.scss */
  .header-cnt1 ul li:first-child,
  .tel {
    font-size: 18px;
  }
  /* line 1452, sass/style.scss */
  .header-cnt2 > a:not(.email) {
    margin-left: 0;
  }
  /* line 1456, sass/style.scss */
  .logo a img {
    width: 55vw;
    min-width: 200px;
  }
  /* line 1460, sass/style.scss */
  .store-name {
    font-size: 14px;
  }
  /* line 1463, sass/style.scss */
  .index-title {
    font-size: 18px;
  }
}
