@charset "UTF-8";

* {
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #113866;
  font-family: "Noto Sans JP", 游ゴシック, "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
}

html {
  font-size: 62.5%;
  background-color: #fff;
}

.content {
  width: 90%;
  margin: 0 auto 80px;
}

/* .content p {
  font-size: 1.8rem;
  margin-bottom: 20px;
} */

@media (hover: hover) {
  a:hover, a:active {
    opacity: 0.7;
  }
}

.pc_appear {
  display: block;
}

.sp_appear {
  display: none;
}

img {
  max-width: 100%;
}

/* -------------------------------------
  .ttl 見出し1
------------------------------------- */
.ttl {
  background-image: url("/sc/common-multi-language/img/bg-h1.png");
  background-position: top center;
  background-size: cover;
  padding-top: 90px;
  display: block;
}

.ttl .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5% 0;
}

.ttl h1 {
  position: relative;
  font-size: 6.8rem;
  font-weight: bold;
  color: #ffffff;
  padding-bottom: 23px;
}

.ttl h1::after {
  position: absolute;
  bottom: 0;
  left: calc(50% - 52px);
  content: "";
  height: 8px;
  width: 104px;
  background-image: url("/sc/common-multi-language/img/icon-h1.svg");
}

/* -------------------------------------
  h2 見出し2
------------------------------------- */
h2 {
  position: relative;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: calc(28/22);
  letter-spacing: 0.88px;
  color: #E62311;
  padding-bottom: 30px;
  margin: 40px auto 30px;
}

h2::before {
  position: absolute;
  background-color: #E8E8E8;
  content: "";
  width: 100%;
  height: 6px;
  left: 0;
  bottom: 0;
}

h2::after {
  position: absolute;
  background-color: #E62311;
  content: "";
  width: 45px;
  height: 6px;
  left: 0;
  bottom: 0;
}

/* -------------------------------------
  h3 見出し3
------------------------------------- */
h3 {
  position: relative;
  font-size: 3rem;
  font-weight: bold;
  padding-left: 28px;
  margin: 60px auto 30px;
}

h3::before {
  position: absolute;
  background-color: #00A0E9;
  border-radius: 5px;
  content: "";
  width: 10px;
  height: 100%;
  left: 0;
  bottom: 0;
}

/* -------------------------------------
  h4 見出し4
------------------------------------- */
h4 {
  font-size: 2.6rem;
  font-weight: bold;
  margin: 40px auto 15px;
}

/* -------------------------------------
  .note 注釈
------------------------------------- */
p.note {
  font-size: 1.3rem;
  color: #717171;
}

/* -------------------------------------
  strong 強調テキスト
------------------------------------- */
strong {
  font-weight: bold;
  color: #00A0E9;
}

/* -------------------------------------
  ul, li 箇条書き
------------------------------------- */
ul li {
  position: relative;
  font-size: 1.8rem;
  margin-bottom: 16px;
  padding-left: 23px;

}

ul li::before {
  position: absolute;
  display: inline-block;
  content: "";
  margin-top: 5px;
  margin-right: 10px;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background: #00A0E9;
  top: 0.5rem;
  left: 0;
}

.wrapper {
  max-width: 720px;
  width: 100%;
  margin: 0 auto;
}

/* contents */
.kv-container {
  margin-bottom: 30px;
}
.lead-txt {
  font-size: 1.6rem;
  line-height: calc(24/16);
  letter-spacing: 0.64px;
  color: #707070;
}
.ico-floor-flex {
  display: flex;
  align-items: center;
  gap: 4px;
}
.ico-floor-flex img {
  width: 13px;
}
.ico-floor-flex span {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: calc(26/18);
  letter-spacing: 0.72px;
  color: #505050;
}

/* map */
.map-container {
  margin-bottom: 15px;
  overflow-x: scroll;
}
.map-container-inner {
  width: 648px;
  margin: 0 auto;
  padding-bottom: 10px;
}
.map-container-inner img {
  width: 100%;
}
.no-discount-ttl {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: calc(18/14);
  letter-spacing: 0.56px;
  color: #707070;
  margin-bottom: 5px;
}
.normal-txt {
  font-size: 1.2rem;
  line-height: calc(18/12);
  letter-spacing: 0.48px;
  color: #707070;
}
.stores-list-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
.store-logo {
  width: 150px;
  border: 1px solid #ededed;
}
.store-floor-txt {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: calc(21/14);
  letter-spacing: 0.56px;
  color: #505050;
  border-bottom: 1px dotted #000;
  margin-bottom: 5px;
}
.store-name {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: calc(22/18);
  letter-spacing: 0.72px;
  color: #505050;
}
.store-info {
  width: 50%;
}
.stores-list-flex {
  margin-bottom: 10px;
}

/* btn */
.btn {
  text-align: center;
  margin-top: 30px;
}
.btn a {
  font-size: min(5vw, 2rem);
  font-weight: bold;
  line-height: calc(28/20);
  letter-spacing: 0.8px;
  color: #FFF57C;

  display: flex;
  justify-content: center;
  align-items: center;
  width: min(100%, 335px);
  height: 88px;
  margin: 0 auto;
  background: #E62311;
  border-radius: 10px;
  border: 4px solid #FFF57C;
}
.btn a:before {
  right: 20px;
	width: 11px;
	height: 11px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.arrow{
	position: relative;
	display: inline-block;
	color: #000;
	vertical-align: middle;
	text-decoration: none;
	font-size: 15px;
}
.arrow::before,
.arrow::after{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}

/* footer */
.footer_copyright {
  background-color: #333333;
}
.footer_copyright p {
  font-size: 1.1rem;
  line-height: calc(20/11);
  letter-spacing: 0;
  color: #fff;
  padding: 10px 0 15px;
  text-align: center;
}

/* japanese-page */
.japanese-page {
  padding: 10px;
}
.japanese-page p {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: calc(18/14);
  letter-spacing: 0.56px;
  color: #000;
}
.japanese-page p span {
  font-size: 12px;
  font-weight: normal;
  line-height: calc(18/12);
  letter-spacing: 0.48px;
  color: #000;
}
.japanese-page p span a {
  color: blue;
  text-decoration: underline;
}

/* リダイレクトする際に一瞬ページが見えてしまう問題 */
body.redirect-source {
  opacity: 0;
  transition: 0.5s;
}
body.redirect-source.loaded {
  opacity: 1;
}