@charset "UTF-8";
@import url("https://use.typekit.net/osz2chw.css");

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.4rem;
  font-weight: normal;
  /* line-height: 1.75; */
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(.focus-visible) {
  outline: 0 !important;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #3cc1c1;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #2a8787;
  text-decoration: underline;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #868e96;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role="button"] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

html {
  font-size: 62.5%;
}

html,
body {
  height: 100%;
}

ul,
ul li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

ol {
  padding-left: 1.4em;
  list-style: none;
}

dl {
  margin-bottom: 0;
}

dl dt {
  margin-bottom: 0;
}

dl dd {
  margin-bottom: 0;
}

a {
  transition: 0.3s all;
  color: #191919;
  opacity: 1;
  -webkit-transform: 0.3s all;
          transform: 0.3s all;
}

a:hover {
  text-decoration: none;
}

h2 {
  position: relative;
  margin-bottom: 0;
}

h2 > span {
  display: inline-block;
}

img {
  max-width: 100%;
  height: auto;
}

p {
  margin-bottom: 0;
}

iframe {
  width: 100%;
}

sup {
  font-size: 90%;
  top: -0.4em;
}

sup.s {
  font-size: 62.5%;
  top: -0.5em;
}

figcaption {
  padding-top: 4px;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

#header .header-fix-wrap {
  position: relative !important;
}

.fadein {
  opacity: 0;
  -webkit-transform: translate(0, 100px);
          transform: translate(0, 100px);
  transition: all 1.5s;
}

.fadein.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.fadein_kv {
    opacity: 0;
    animation: fadein 3s ease forwards;
}

@keyframes fadein {
    100% {  opacity: 1;}
}

.pc_none { display: none; }
	/* 230327修正 */
.sp_none { display: block; }











@media print, screen and (min-width: 768px) {
	.contents-wrap{
		width: 100%!important;
	}
}

.contents-wrap{
	max-width: 100%!important;
}
@media screen and (max-width: 767px) {
	.contents-wrap {
			width: auto;
			margin: 0 auto;
	}
}

/**電話リンクスマホのみ**/
@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}


/*------------------------------------------
専門店一覧
-------------------------------------------*/
#header .header-fix-wrap {
  _position: static;
}

@media screen and (max-width: 767px) {
  .HeaderBody.is-fixed {
    _position: static;
  }
}

.sp-none {
  display: block;
}
@media screen and (max-width: 767px) {
  .sp-none {
    display: none;
  }
}

.pc-none {
  display: none;
}
@media screen and (max-width: 767px) {
  .pc-none {
    display: block;
  }
}

.shoplist .fadein {
  transform: translateY(50px);
  opacity: 0;
  transition: transform 0.4s linear, opacity 0.4s linear;
}

.shoplist .fadein.is-scroll {
  transform: translateY(0);
  opacity: 1;
}

/*------------------------------------------
フェードの上がり方
-------------------------------------------*/
.shoplist .fadein {
  transform: translateY(50px);
  opacity: 0;
  transition: all 1.3s;
}

.shoplist .animeimg.is-Up.anime01 {
  opacity: 0;
  -webkit-animation: anime01 1s ease-in-out forwards;
  animation: anime01 1s ease-in-out forwards;
}

.shoplist .animeimg.is-Up.anime02 {
  opacity: 0;
  -webkit-animation: anime01 1.8s ease-in-out forwards;
  animation: anime01 1.8s ease-in-out forwards;
}

.shoplist .animeimg.is-Up.anime03 {
  opacity: 0;
  -webkit-animation: anime01 2.6s ease-in-out forwards;
  animation: anime01 2.6s ease-in-out forwards;
}

.shoplist .animein.is-Up {
  opacity: 0;
  -webkit-animation: anime01 3.6s ease-in-out forwards;
  animation: anime01 3.6s ease-in-out forwards;
}

@-webkit-keyframes fadeinUp {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeinUp {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes anime01 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes anime01 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes move01 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes move01 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.shoplist .sliderightIn {
  transform: translateX(30px);
  opacity: 0;
  transition: cubic-bezier(0.22, 0.61, 0.36, 1), 0.8s;
}

.shoplist .sliderightIn.is-scroll {
  transform: translateX(0);
  opacity: 1;
}

.shoplist .slideleftIn {
  transform: translateX(-30px);
  opacity: 0;
  transition: cubic-bezier(0.22, 0.61, 0.36, 1), 0.8s;
}

.shoplist .slideleftIn.is-scroll {
  transform: translateX(0);
  opacity: 1;
}

@media screen and (min-width: 768px) {
  body {
    min-width: 1200px;
  }
}

.shoplist img {
  width: 100%;
}

.contents {
  overflow-x: clip !important;
}

.shoplist {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
	line-height: 1.6;
}

.shoplist a {
	text-decoration: none;
}

/* .shoplist .shoplist-contents + .shoplist-contents{
	margin-top: 70px;
} */
.shoplist .shoplist-contents {
	margin-bottom: 70px;
}


.shoplist .shoplist-contents-inner {
  margin: 0 auto;
  max-width: 1040px;
}
@media screen and (max-width: 767px) {
	.shoplist .shoplist-contents-inner {
		padding: 0 5%;
	}
}




.shoplist .mv-contents {
  margin: 0 auto 60px;
  background: #044093;
  /* max-width: 1200px; */
}
@media screen and (max-width: 767px) {
	.shoplist .mv-contents {
		margin: 0 auto 30px;
	}
}
.shoplist .mv-contents .mv {
  margin: 0 auto;
  max-width: 1200px;
}


.shoplist .shoplist-contents {
  position: relative;
}
.shoplist .shoplist-contents .shoplist-inner {
  position: relative;
}



.shoplist .shoplist-contents .floor-ttl {
  margin-bottom: 0;
	padding-right: 2px;
  padding-bottom: 10px;
  width: 130px;
  font-size: 6.2rem;
  border-bottom: solid 4px;
	font-weight: normal;
  line-height: 1;
}
.shoplist .shoplist-contents .floor-ttl span.txt-s {
  font-size: 4.2rem;
}
@media screen and (max-width: 767px) {
	.shoplist .shoplist-contents .floor-ttl {
		margin-bottom: 0;
		/* padding-right: 2px;
		padding-bottom: 10px; */
		width: 100%;
		font-size: 5.2rem !important;
		/* border-bottom: solid 4px;
		font-weight: normal; */
    order: 1;
    text-align: center;
	}
	.shoplist .shoplist-contents .floor-ttl span.txt-s {
		font-size: 3.2rem;
	}
} 


.shoplist .shop-list{
}
.shoplist .shop-list li {
  padding: 20px;
	border: solid 1px;
}
.shoplist .shop-list li:not(:last-of-type) {
	margin-bottom: 45px;
}

@media screen and (max-width: 767px) {
	.shoplist .shop-list li {
		padding: 20px 5%;
		/* border: solid 1px; */
	}
	.shoplist .shop-list li:not(:last-of-type) {
		margin-bottom: 30px;
	}
}


.shop-list-infobox{
	/* display: grid; */
}

.detail{
	display: flex;
	justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
}
/*.shop-list-infobox {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	/* grid-template-rows: repeat(2, 1fr); */
	/* grid-template-rows:120px 1fr;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	} */
	
/* .no1 { grid-area: 1 / 1 / 3 / 2; }
.no2 { grid-area: 1 / 2 / 2 / 4; }
.no3 { grid-area: 2 / 2 / 3 / 4; } */

@media screen and (max-width: 767px) {
	/* .shop-list-infobox {
		display: grid; */
		/* grid-template-rows: 120px 1fr!important; */
		/* grid-template-columns: repeat(3, 1fr); */
		/* grid-template-rows:135px 1fr!important; */
		/* grid-template-columns: repeat(3, 1fr);
		grid-template-rows: repeat(2, 1fr); */
		/* grid-column-gap: 15px;
		grid-row-gap: 0;
		}
		
	.no1 { grid-area: 1 / 1 / 2 / 2; }
	.no2 { grid-area: 1 / 2 / 2 / 4; }
	.no3 { grid-area: 2 / 1 / 3 / 4; }*/
} 

.shop-list-logo{
	width: 140px;
  flex-shrink: 0;
}
/* .shop-list-logo.img-border img{
	border: solid 1px;
} */

.shop-list-info{
	margin-bottom:16px;
	width: 830px;
}
.shop-list-info h3{
	margin-bottom:10px;
  font-size: 2.4rem;
}
.shop-list-info p{
  font-size: 1.6rem;
}
.shop-list-info p a {
	color: #000;
	text-decoration: none;
}

.shop-list-txt{
	margin: -40px 0 0 auto;
	width: 830px;
}
.shop-list-txt h4{
	font-size: 2.2rem;
	font-weight: bold;
}
.shop-list-txt p{
	font-size: 1.8rem;
}

.shop-list-imgbox{
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
  align-items: center;
	flex-wrap: wrap;
  gap: 32px;
}

.shopimg{
  width: calc(70%  - 16px);
}
.shopmap{
  width: calc(30%  - 16px);
}

@media screen and (max-width: 767px) {
	.shop-list-logo{
		width: 35%;
    order: 2;
	}
	.shop-list-info{
		margin-bottom: 16px;
		width: 57%;
    order: 3;
	}
	.shop-list-info h3{
		margin-bottom:10px;
		font-size: 2.2rem;
	}
	.shop-list-info p{
		font-size: 1.4rem;
	}
	
	.shop-list-txt{
		margin: auto;
		width: 100%;
	}
	.shop-list-txt h4{
		margin-bottom:15px;
		font-size: 2.0rem;
	}
	.shop-list-txt p{
		font-size: 1.8rem;
	}
	
	.shop-list-imgbox{
		/* display: flex;
		justify-content: space-between;
		flex-wrap: wrap; */
	}
	
	.shopimg{
		margin-bottom:15px;
		width: 100%;
	}
	.shopmap{
		width: 100%;
	}

  .detail{
    flex-flow: wrap;
  }
}
