@charset "UTF-8";
/*----------------------------------------
	RESET
-----------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700&family=Ubuntu:wght@300;400;500;700&display=swap");
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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul, li {
  list-style: none !important;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*----------------------------------------
初期設定
-----------------------------------------*/
.ubuntu {
  font-family: "Ubuntu", sans-serif;
}

.minimunWidth {
  width: 720px;
  margin-right: auto;
  margin-left: auto;
}

.inrWidth {
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.outerWidth {
  width: 1250px;
  margin-right: auto;
  margin-left: auto;
}

.fullWidth {
  margin-right: auto;
  margin-left: auto;
}

@media print, screen and (min-width: 1400px) {
  .fullWidth {
    width: 1400px;
  }
  .inrWidth {
    width: 1000px;
  }
  .minimumWidth {
    width: 720px;
  }
}
@media print, screen and (min-width: 1250px) and (max-width: 1400px) {
  .fullWidth {
    width: 100%;
  }
  .outerWidth {
    width: 1250px;
  }
  .inrWidth {
    width: 1000px;
  }
  .minimumWidth {
    width: 720px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1400px) {
  .fullWidth {
    width: 90% !important;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1250px) {
  .outerWidth {
    width: 95% !important;
  }
  .minimumWidth {
    width: 720px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1000px) {
  .inrWidth {
    width: 95% !important;
  }
}
@media screen and (max-width: 768px) {
  .minimumWidth {
    width: 90%;
  }
  .inrWidth {
    width: 90%;
  }
  .outerWidth {
    width: 90% !important;
  }
  .fullWidth {
    width: 90% !important;
  }
}
main,
header,
footer,
section {
  display: block;
}

label {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}

/*----------------------------------------
BODY
-----------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  background: #fff;
  position: relative;
  width: 100%;
  line-height: 1.75;
  font-weight: normal;
  letter-spacing: 0.075em;
  -webkit-text-size-adjust: 100%;
  line-break: strict;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: normal;
}

img {
  margin: 0;
  padding: 0;
  max-width: 100%;
  vertical-align: bottom;
}

* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

a {
  text-decoration: none;
  color: #333;
  -webkit-tap-highlight-color: transparent;
}

input[type=text],
input[type=password],
textarea,
select {
  outline: none;
}

.fw {
  font-weight: bold;
}

.udl {
  font-size: 18px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(0%, #000));
  background: linear-gradient(transparent 75%, #000 0%);
}

.abr {
  display: inline-block;
}

.df {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#pageTop {
  position: fixed;
  bottom: 20px;
  right: 0;
  font-size: 77%;
  text-align: right;
}
#pageTop a {
  text-decoration: none;
  color: #fff;
  text-align: center;
  display: block;
  border-radius: 5px;
}
#pageTop a:hover {
  text-decoration: none;
}

.imgFull img {
  width: 100%;
}

body .fadeInUpTrigger, body .fadeInDownTrigger, body .fadeInLeftTrigger, body .fadeInRightTrigger {
  opacity: 0;
}

@media print, screen and (min-width: 901px) {
  .tab {
    display: none !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 900px) {
  .tab {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .tab {
    display: none !important;
  }
}
@media print, screen and (min-width: 769px) {
  body {
    font-size: 1.6rem;
  }
  .spbr {
    display: none;
  }
  .sp {
    display: none !important;
  }
  .tab {
    display: none !important;
  }
  .pc {
    display: block;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
  a {
    text-decoration: none;
  }
  a:hover {
    opacity: 0.8;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  a img {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 1;
  }
  a:hover img {
    opacity: 0.7;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
  a.underbar_animate {
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
  a.underbar_animate--wh::after {
    background: #fff !important;
  }
  a.underbar_animate::after {
    position: absolute;
    bottom: -4px;
    left: 0;
    content: "";
    width: 100%;
    height: 2px;
    background: #111;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: center top;
            transform-origin: center top;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  a.underbar_animate:hover::after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.6rem;
  }
  .pcbr {
    display: none;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none !important;
  }
}
/*----------------------------------------
HEADER
-----------------------------------------*/
/*----------------------------------------
FOOTER
-----------------------------------------*/
@media print, screen and (min-width: 769px) {
  footer {
    text-align: center;
    padding: 200px 0 50px;
  }
}
@media screen and (max-width: 768px) {
  footer {
    font-size: 1.3rem;
    text-align: center;
    padding: 100px 0 50px;
  }
}
/*----------------------------------------
MAIN
-----------------------------------------*/
@media print, screen and (min-width: 769px) {
  #SHOPLIST {
    padding-top: 160px;
  }
  #SHOPLIST .slist {
    max-width: 680px;
    margin: 0 auto;
  }
  #SHOPLIST .slist__ttl {
    text-align: center;
  }
  #SHOPLIST .slist__ttl h1 {
    margin-bottom: 120px;
  }
  #SHOPLIST .slist__ttl h2 {
    margin-top: 160px;
    margin-bottom: 40px;
  }
  #SHOPLIST .slist__ttl span {
    font-size: 6rem;
    font-weight: lighter;
    letter-spacing: 0.1em;
  }
  #SHOPLIST .slist__ttl small {
    font-weight: bold;
    display: block;
    font-size: 1.4rem;
    margin-top: -14px;
  }
  #SHOPLIST .slist__area {
    margin-top: 70px;
  }
  #SHOPLIST .slist__area h3 {
    color: #787878;
    font-size: 1.8rem;
    letter-spacing: 0.2em;
    font-weight: bold;
    padding: 15px 0;
    border-bottom: 1px solid #000;
    cursor: pointer;
    position: relative;
  }
  #SHOPLIST .slist__area h3::after {
    content: "";
    width: 10px;
    height: 10px;
    border-top: solid 1px #000;
    border-right: solid 1px #000;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(135deg);
            transform: translateY(-50%) rotate(135deg);
  }
  #SHOPLIST .slist__area h3.-active::after {
    top: 57%;
    -webkit-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg);
  }
  #SHOPLIST .slist__area__blks {
    display: none;
  }
  #SHOPLIST .slist__area__blks__blk {
    margin-top: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #SHOPLIST .slist__area__blks__blk li {
    font-weight: bold;
  }
  #SHOPLIST .slist__area__blks__blk li:first-of-type {
    width: 285px;
    color: #787878;
  }
  #SHOPLIST .slist__area__blks__blk li:last-of-type {
    width: calc(100% - 285px);
  }
  #SHOPLIST .slist__area__blks__blk li:last-of-type p:not(:first-of-type) {
    margin-top: 18px;
  }
  #SHOPLIST .slist__linkarea ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #SHOPLIST .slist__linkarea ul li {
    margin: 0 20px;
  }
  #SHOPLIST .slist__linkarea ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 215px;
    height: 65px;
    border: 2px solid #000;
    line-height: 1.4;
    text-align: center;
    font-weight: bold;
    font-size: 1.4rem;
  }
  #SHOPLIST .slist__linkarea ul li a:hover {
    background: #000;
    color: #fff;
  }
}
@media screen and (max-width: 768px) {
  #SHOPLIST {
    padding-top: 60px;
  }
  #SHOPLIST .slist__ttl {
    text-align: center;
  }
  #SHOPLIST .slist__ttl h1 {
    margin-bottom: 35px;
  }
  #SHOPLIST .slist__ttl h2 {
    margin-top: 100px;
    margin-bottom: 35px;
  }
  #SHOPLIST .slist__ttl span {
    font-size: 4rem;
    font-weight: lighter;
    letter-spacing: 0.1em;
  }
  #SHOPLIST .slist__ttl small {
    font-weight: bold;
    display: block;
    font-size: 1.4rem;
    margin-top: -14px;
  }
  #SHOPLIST .slist__area h3 {
    color: #787878;
    letter-spacing: 0.2em;
    font-weight: bold;
    padding: 14px 0;
    border-bottom: 2px solid #000;
    cursor: pointer;
    position: relative;
  }
  #SHOPLIST .slist__area h3::after {
    content: "";
    width: 10px;
    height: 10px;
    border-top: solid 2px #000;
    border-right: solid 2px #000;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(135deg);
            transform: translateY(-50%) rotate(135deg);
  }
  #SHOPLIST .slist__area h3.-active::after {
    top: 57%;
    -webkit-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg);
  }
  #SHOPLIST .slist__area__blks {
    display: none;
    padding-bottom: 25px;
  }
  #SHOPLIST .slist__area__blks__blk {
    margin-top: 50px;
  }
  #SHOPLIST .slist__area__blks__blk:first-of-type {
    margin-top: 30px;
  }
  #SHOPLIST .slist__area__blks__blk li {
    font-weight: bold;
  }
  #SHOPLIST .slist__area__blks__blk li:first-of-type {
    color: #787878;
    margin-bottom: 25px;
  }
  #SHOPLIST .slist__area__blks__blk li:last-of-type p:not(:first-of-type) {
    margin-top: 18px;
  }
  #SHOPLIST .slist__linkarea ul li:last-of-type {
    margin-top: 25px;
  }
  #SHOPLIST .slist__linkarea ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 220px;
    height: 65px;
    border: 2px solid #000;
    line-height: 1.4;
    text-align: center;
    font-weight: bold;
    font-size: 1.4rem;
    margin: 0 auto;
  }
}