@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Kosugi+Maru&family=M+PLUS+Rounded+1c:wght@400;500;700&display=swap");
@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/NotoSansCJKjp-Light.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Light.woff") format("woff"), url("../fonts/NotoSansCJKjp-Light.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSansCJKjp-Regular.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Regular.woff") format("woff"), url("../fonts/NotoSansCJKjp-Regular.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/NotoSansCJKjp-Medium.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Medium.woff") format("woff"), url("../fonts/NotoSansCJKjp-Medium.ttf") format("truetype");
  font-display: swap;
  font-display: swap;
}

@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/NotoSansCJKjp-Bold.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Bold.woff") format("woff"), url("../fonts/NotoSansCJKjp-Bold.ttf") format("truetype");
  font-display: swap;
}

@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/NotoSansCJKjp-Black.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Black.woff") format("woff"), url("../fonts/NotoSansCJKjp-Black.ttf") format("truetype");
  font-display: swap;
}

/*--------------------------
 ブレークポイント設定
----------------------------*/
.uk-link-toggle:focus .uk-link, .uk-link-toggle:hover .uk-link, .uk-link:hover, a:hover {
  color: #000;
  text-decoration: none;
}

:focus {
  outline: none;
}

/* 変数 -----*/
/*--------------------------
 共通設定
----------------------------*/
body {
  font-family: "Inter", "NotoSansCJKjp", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Arial, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #333333;
  font-style: normal;
  font-weight: 400;
  font-feature-settings: "palt";
}

body img {
  width: 100%;
}

body .wrap {
  position: relative;
}

body .uk-container {
  max-width: 1150px;
  margin: 0 auto;
  box-sizing: border-box;
}

@media (max-width: 640px) {
  body .uk-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

body h1, body h2, body h3, body h4, body h5, body h6 {
  font-family: "Inter", "NotoSansCJKjp", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Arial, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.5;
  color: #333333;
}

/*--------------------------
    フォントサイズ
----------------------------*/
html {
  font-size: 62.5%;
}

body {
  font-size: 16px !important;
  text-align: left !important;
  position: relative;
}

/* リンク img ------*/
a img {
  transition: all 0.5s ease 0s;
}

@media (min-width: 960px) and (min-width: 960px) {
  a:hover {
    text-decoration: none;
  }
}

@media (min-width: 960px) {
  a:hover img {
    transition: all 0.5s ease 0s;
  }
}

/* PC時tel無効 ------*/
@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

@media (max-width: 1180px) {
  .uk-hidden-xlarge {
    display: none !important;
  }
}

.uk-visible-xlarge {
  display: none;
}

@media (max-width: 1180px) {
  .uk-visible-xlarge {
    display: block !important;
  }
}

/* --- スマホ縦　非表示　--- */
@media (max-width: 640px) {
  .uk-hidden-xs {
    display: none !important;
  }
}

/* --- スマホ縦のみ表示　--- */
@media (min-width: 480px) {
  .uk-visible-xs {
    display: none !important;
  }
}

@media (max-width: 640px) {
  .uk-visible-xs {
    display: block !important;
  }
}

/*--------------------------
    中央配置
----------------------------*/
/* 上下左右中央配置 */
/* 上下のみ中央配置 */
/* 左右のみ中央配置 */
/* 中央配置解除 */
/* margin auto */
.svg-wrap {
  height: 0;
  position: relative;
}

.svg-wrap img {
  height: 100%;
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

a {
  transition: all 0.5s ease 0s;
  color: #333333;
}

a:hover {
  transition: all 0.5s ease 0s;
}

.wrap {
  overflow: clip;
}

@media (max-width: 767px) {
  .wrap {
    overflow: hidden;
  }
}

.wrap > p:first-of-type {
  margin: 0;
}

.att {
  position: relative;
  padding-left: 1.2em;
  font-size: 16px !important;
}

@media (max-width: 640px) {
  .att {
    font-size: 14px !important;
  }
}

.att::before {
  content: '※';
  position: absolute;
  left: 0;
  top: 0;
}

p {
  line-height: 1.65;
  text-align: justify;
}

@media (max-width: 640px) {
  p {
    line-height: 1.5;
  }
}

.f120 {
  font-size: 120% !important;
}

.f110 {
  font-size: 110% !important;
}

.f90 {
  font-size: 90% !important;
}

.f85 {
  font-size: 85% !important;
}

.f80 {
  font-size: 80% !important;
}

.f70 {
  font-size: 70% !important;
}

/*--------------------------
 ヘッダー
----------------------------*/
header {
  height: 100px;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  background: #fff;
  /*--------------------------
     ハンバーガーメニュー
    ----------------------------*/
  /* メニュー開 */
}

@media (max-width: 640px) {
  header {
    height: 70px;
  }
}

header h1 {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

header h1 a {
  display: block;
}

header h1 img {
  width: 275px;
  height: 55px;
}

@media (max-width: 640px) {
  header h1 img {
    height: 50px;
    width: auto !important;
  }
}

header.uk-sticky.uk-active {
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.2));
}

@media (max-width: 767px) {
  header.uk-sticky.uk-active {
    position: fixed !important;
  }
}

header .menu__toggle {
  position: absolute;
  right: 15px;
  top: 13px;
  width: 74px;
  height: 74px;
  padding: 0;
  z-index: 9999;
  text-align: center;
  background: #fff;
  border: 3px solid #E96081;
  box-sizing: border-box;
}

@media (max-width: 640px) {
  header .menu__toggle {
    top: calc(13px * .7);
    right: calc(13px * .7);
    width: calc(74px * .7);
    height: calc(74px * .7);
    border: 2px solid #E96081;
  }
}

header .menu__toggle__btn {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 3;
  width: 45px;
  height: 26px;
  cursor: pointer;
  text-align: center;
}

@media (max-width: 640px) {
  header .menu__toggle__btn {
    width: calc(45px * .7);
    height: calc(26px * .7);
  }
}

header .menu__toggle__btn span {
  position: absolute;
  display: block;
  width: 100%;
  height: 3px;
  border-radius: 1.5px;
  left: 0;
  background: #E96081;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media (max-width: 640px) {
  header .menu__toggle__btn span {
    height: 2px;
    border-radius: 1px;
  }
}

header .menu__toggle__btn span:nth-child(1) {
  top: -8px;
  animation: menu-bar01 .75s forwards;
}

header .menu__toggle__btn span:nth-child(2) {
  top: 4px;
  transition: all .25s .25s;
  opacity: 1;
}

header .menu__toggle__btn span:nth-child(3) {
  bottom: 8px;
  animation: menu-bar02 .75s forwards;
}

@media (max-width: 640px) {
  header .menu__toggle__btn span:nth-child(1) {
    top: calc(-8px * .7);
  }
  header .menu__toggle__btn span:nth-child(2) {
    top: calc(3.5px * .7);
  }
  header .menu__toggle__btn span:nth-child(3) {
    bottom: calc(8px * .7);
  }
}

@keyframes menu-bar01 {
  0% {
    transform: translateY(18px) rotate(45deg);
  }
  50% {
    transform: translateY(18px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}

@keyframes menu-bar02 {
  0% {
    transform: translateY(-18px) rotate(-45deg);
  }
  50% {
    transform: translateY(-18px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}

header .menu__toggle .toggle__text {
  font-size: 12px;
  color: #E96081;
  font-weight: 700;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: 5px;
  width: 100%;
  top: auto;
  margin: 0;
  text-align: center;
  letter-spacing: -1px;
}

@media (max-width: 640px) {
  header .menu__toggle .toggle__text {
    font-size: 10px;
    bottom: 1px;
  }
}

header .menu__toggle__btn[aria-expanded=true] span:nth-child(1) {
  animation: active-menu-bar01 .75s forwards;
}

header .menu__toggle__btn[aria-expanded=true] span:nth-child(2) {
  opacity: 0;
}

header .menu__toggle__btn[aria-expanded=true] span:nth-child(3) {
  animation: active-menu-bar03 .75s forwards;
}

@keyframes active-menu-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(11px) rotate(0);
  }
  100% {
    transform: translateY(11px) rotate(45deg);
  }
}

@keyframes active-menu-bar03 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-11px) rotate(0);
  }
  100% {
    transform: translateY(-11px) rotate(-45deg);
  }
}

@media (max-width: 640px) {
  header .menu__toggle__btn[aria-expanded=true] span:nth-child(1) {
    top: -9px;
  }
  header .menu__toggle__btn[aria-expanded=true] span:nth-child(3) {
    top: 13px;
  }
}

/*--------------------------
 modal menu
----------------------------*/
.uk-modal {
  background: rgba(0, 0, 0, 0.7);
  padding: 0;
  top: 100px;
}

@media (max-width: 640px) {
  .uk-modal {
    top: 70px;
  }
}

.uk-modal .uk-modal-dialog {
  background: #EFEFEF;
  width: 300px;
  position: relative;
  z-index: 9998;
  margin-left: calc(100% - 300px);
  height: 100%;
  overflow-y: scroll;
  padding: 25px 25px;
  box-sizing: border-box;
}

.uk-modal .navi__list {
  padding: 20px 0 20px;
}

.uk-modal .navi__list ul li {
  border-bottom: 1px solid #ccc;
  margin-top: 0;
  position: relative;
  padding-left: 22px;
}

.uk-modal .navi__list ul li a {
  padding: 20px 10px;
  display: block;
  font-weight: 500;
  font-size: 18px;
  color: #333;
  position: relative;
  line-height: 1.0;
}

.uk-modal .navi__list ul li::before {
  content: '';
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 5px;
  background: url(../img/ico_arrow.svg) no-repeat center/contain;
}

.uk-modal .navi__list .contactBtn {
  margin-top: 30px;
}

.uk-modal .navi__list .contactBtn a {
  background: #64AADE;
  display: block;
  text-align: center;
  position: relative;
  border-radius: 10px;
  padding: 15px;
}

.uk-modal .navi__list .contactBtn a span {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  width: 100%;
  padding-left: 22px;
  position: relative;
}

.uk-modal .navi__list .contactBtn a span::before {
  content: '';
  width: 18px;
  height: 18px;
  background: url(../img/ico_tel.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 0;
}

/*--------------------------
 共通事項
----------------------------*/
/* figure ----*/
a {
  transition: all 0.5s ease 0s;
}

/* 見出し */
.ttl01 {
  font-size: 42px;
  font-weight: 700;
  text-align: center;
  color: #E96081;
  margin-bottom: 35px;
}

@media (max-width: 959px) {
  .ttl01 {
    font-size: 36px;
  }
}

@media (max-width: 640px) {
  .ttl01 {
    font-size: 28px;
    margin-bottom: 25px;
  }
}

/* ボタン */
.btn {
  margin: 0 auto;
}

.btn a {
  display: block;
  filter: drop-shadow(3px 3px 2px rgba(0, 0, 0, 0.35));
  transition: all 0.5s ease 0s;
}

@media (min-width: 960px) {
  .btn a:hover {
    filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 0));
    transform: translate(3px, 3px);
    transition: all 0.5s ease 0s;
  }
}

/*--------------------------
 各店舗一覧
----------------------------*/
.branch {
  background: #EFEFEF;
}

.branch__list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -50px;
  margin-bottom: 50px;
}

@media (max-width: 1180px) {
  .branch__list {
    margin-left: 0px;
    display: block;
  }
}

.branch__list > * {
  width: calc(50% - 50px);
  margin-left: 50px;
}

@media (max-width: 1180px) {
  .branch__list > * {
    width: 100%;
    max-width: 510px;
    margin: 0 auto;
  }
}

.branch__list h4 {
  background: #F3CED6;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.0;
  padding: 5px;
  border-bottom: 1.5px #E96081 solid;
  color: #E96081;
  margin-top: 10px;
  margin-bottom: 5px;
}

@media (max-width: 640px) {
  .branch__list h4 {
    margin-bottom: 10px;
    margin-top: 15px;
  }
}

.branch__list ul {
  margin: 0;
}

.branch__list ul li {
  display: flex;
  flex-wrap: wrap;
  text-align: left;
}

.branch__list ul li:nth-child(n+2) {
  margin-top: 3px;
}

@media (max-width: 640px) {
  .branch__list ul li:nth-child(n+2) {
    margin-top: 5px;
    padding-top: 5px;
    border-top: 1px dotted #ccc;
  }
}

.branch__list ul li span {
  display: block;
  font-size: 16px;
  text-align-last: justify;
}

.branch__list ul li span:nth-child(n+2) {
  margin-left: 8px;
}

.branch__list ul li span.name {
  color: #E96081;
  font-weight: 500;
  width: 5em;
}

.branch__list ul li span.address {
  width: 16em;
}

.branch__list ul li span.tel {
  width: calc(100% - 21em - 16px);
}

.branch__list ul li span.tel a {
  font-family: "all-round-gothic", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 20px;
  letter-spacing: 1px;
  width: 100%;
  display: block;
  line-height: 1.0;
}

.branch__list ul li span.tel a::before {
  content: '☎';
  display: inline-block;
  margin-right: 2px;
}

.branch__list ul li span.tel a.ls13 {
  letter-spacing: 1.3px;
}

.branch__list ul li span.tel a.ls15 {
  letter-spacing: 1.5px;
}

.branch__list ul li span.tel a.ls17 {
  letter-spacing: 1.7px;
}

.branch__list ul li span.tel a.ls2 {
  letter-spacing: 2px;
}

@media (max-width: 640px) {
  .branch__list ul li span.name {
    width: 100%;
    text-align: center;
    text-align-last: center;
  }
  .branch__list ul li span.address {
    width: 100%;
    text-align: center;
    text-align-last: center;
  }
  .branch__list ul li span.tel {
    width: 100%;
    text-align: center;
    text-align-last: center;
  }
}

.branch__list .openTime dl {
  display: flex;
  flex-wrap: wrap;
  border-radius: 10px;
  border: 2px solid #E96081;
  overflow: hidden;
  margin-top: 50px;
}

.branch__list .openTime dl dt, .branch__list .openTime dl dd {
  padding: 5px 8px;
  box-sizing: border-box;
  font-weight: 500;
}

.branch__list .openTime dl dt {
  width: 90px;
  background: #E96081;
  color: #F3CED6;
  text-align: center;
}

.branch__list .openTime dl dd {
  width: calc(100% - 90px);
  color: #E96081;
  text-align: center;
  font-weight: 700;
}

@media (max-width: 640px) {
  .branch__list .openTime dl {
    margin-top: 30px;
  }
  .branch__list .openTime dl dt, .branch__list .openTime dl dd {
    width: 100%;
  }
}

.branch .ld {
  font-size: 22px;
  text-align: center;
}

@media (max-width: 959px) {
  .branch .ld {
    font-size: 18px;
  }
}

@media (max-width: 640px) {
  .branch .ld {
    font-size: 16px;
    text-align: justify;
  }
}

/*--------------------------
 商品について詳しくはこちら
----------------------------*/
.about .btn {
  max-width: 600px;
  margin: 0 auto;
}

.about .btn .svg-wrap {
  padding-top: 15%;
}

/*--------------------------
 footer
----------------------------*/
footer {
  background: #2C893A;
  padding: 30px;
}

footer .uk-flex {
  justify-content: space-between;
  color: #fff;
  align-items: flex-end;
}

footer .uk-flex .ft__logo {
  display: flex;
  align-items: flex-end;
}

footer .uk-flex .ft__logo .logoimg {
  width: 270px;
}

footer .uk-flex .ft__logo .logoimg .svg-wrap {
  padding-top: 20%;
}

footer .uk-flex .ft__logo .logoimg p {
  margin: 0;
  line-height: 1.0;
}

footer .uk-flex .ft__logo .code {
  margin: 0;
  margin-left: 20px;
  line-height: 1.0;
}

@media (max-width: 959px) {
  footer .uk-flex {
    display: block !important;
    text-align: center;
  }
  footer .uk-flex .ft__logo {
    justify-content: center;
  }
  footer .uk-flex .ft__copy {
    text-align: center;
    margin-top: 15px;
  }
}

@media (max-width: 640px) {
  footer .uk-flex .ft__logo {
    display: block !important;
    text-align: center;
  }
  footer .uk-flex .ft__logo .code {
    margin-top: 15px;
    margin-left: 0;
    text-align: center;
    font-size: 14px;
  }
  footer .uk-flex .ft__copy {
    font-size: 12px;
  }
}
