@charset "utf-8";

/* -----------------------------------------------------------
CSS Information

 Style Info:     リセット及び共通コンポーネント
 Used by:        ポータルページ, 店舗ページ
----------------------------------------------------------- */

/*
reset
--------------------------------------------------------- */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

/*
basic
--------------------------------------------------------- */
html,
html * {
  box-sizing: border-box;
}
html,
body {
  width: 100%;
  height: 100%;
  /**
  * font-size
  * 画面に対して13px分に設定
  * 子要素のfont-size基準
  *
  * 26px : 2rem
  * 24px : 1.84rem
  * 22px : 1.69rem
  * 20px : 1.53rem
  * 18px : 1.38rem
  * 16px : 1.23rem
  * 15px : 1.15rem
  * 14px : 1.07rem
  * 13px : 1rem
  * 12px : .92rem
  * 11px : .84rem
  * 10px : .76rem
  */
  font-size: 4.0625vw;
}
body {
  line-height: 1.5;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo,
    メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  color: #333333;
}

/* stop scroll */
.jsStopScroll {
  position: static;
}
.jsStopScrollStopped {
  position: fixed;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

/****アソボ（旧キテネ）ボタン
**************************************/
.asobo_noti {
  position: fixed;
  bottom: 4vw;
  left: 5%;
  z-index: 999;
}
.asobo_noti.bottom_change {
  bottom: 13vw;
}
.asobo_noti a {
  position: relative;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  width: 100px;
  height: 100px;
  box-sizing: border-box;
  border: 2px solid #fff;
}
.asobo_count {
  position: absolute;
  right: -10px;
  top: -5px;
  background: #ff7095;
  color: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}
.asobo_noti figure {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
  width: 80px;
}
.asobo_noti figure img {
  max-width: 75%;
}
.asobo_name {
  text-align: center;
  background: #ff7095;
  border-radius: 5px;
  color: #fff;
  width: 70%;
  border: 2px solid #fff;
  box-sizing: border-box;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 0px;
  font-size: 12px;
}
.asobo_noti.asobo_noti_shop {
  bottom: 23vw;
}
.ad_gss {
  position: relative;
  overflow: hidden;
  margin: 0 15px;
}

.ad_gss img {
  width: 100% !important;
  height: auto;
  transform: scale(0.93);
}
.ad_gss-footer {
  width: 98%;
  margin: 0 auto 20px;
  overflow: hidden;
}
.ad-swiper__item::before,
.cirqua_random > div::before,
.ad_gss::before {
  padding: 0 1vw;
  right: 0;
  top: 0;
  position: absolute;
  content: "PR";
  font-size: 3vw;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  z-index: 2;
}
.ad_gss::before {
  top: 10px;
}
.swiper-slide.ad-swiper__item.ad-swiper__item--nopr::before {
  content: none;
}
.swiper-button-next.--ver2,
.swiper-button-prev.--ver2 {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAMAAABg3Am1AAAAAXNSR0IB2cksfwAAAAlwSFlzAAALEwAACxMBAJqcGAAAATJQTFRFAAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////7+/vjIyM8/Pz////////6urqY2NjQ0NDampq////////////XFxc////5OTkWVlZ6+vr////////4eHhVlZWYWFh/Pz8////////3d3dUVFRSUlJzMzM////////1tbWTExMzs7O////////////TU1N////2dnZ////ycnJxcXFRkZG////u7u7////ubm5RERE////sbGx7e3t////qqqqZWVlpqam////////////////////////////////////////////GU07hwAAAGZ0Uk5TACNaksj/x48iB2HTYAULb+NuDHbrdS7g3ydL9vFOa/xwTf3///9Q9f/////wDtf/gP///yb4/////xyQ/////4gQ////7Qlo/9D/GP///4n/uP//3P//6P///1gg7h/Y1UxJakrysLZ89wAAAc1JREFUeJydlmtfAUEUxocMZd0KRTdKyW5uFelCIV2kklK60oXv/xXaZZedmbOr9bybZ/7Pz449e84gRMtknrLgvqw28zSzTWnGzmFCnMOpg7vcHszIM+vSwOe8PhaX5PPPQfz8AoxLCgRZfnFJm8d4eYXmV0N6PMYhN8mH9XFJYTW/tg4hkY1N1Wo9OuKDWxAf44VtdSI+PHkiCfIpQRD4iMpJJuRAGuJ3dgVJ/J7KSw/4TBbg93PCQAeHIzN71A8cA3y+IPMnp2q7KPEl4I2VFf6sQvjnF2LgEuCvZP6qTO1cioEqw1dOZL5wTW9VEaox/M2Qz7M/XkNR2rq9k/ncDsvjKKpTzr3CpyAe11GDNB4eFT4G8biBmsT6ScYF/hnkcRO11MsXhX+NwDxuIXVdvCk8UaWEssYDcaOPRPaKfxza8N9q+MW909a40vhgvDHFhzjG1ClvDu5h+h9Q6RxIaHyin/1GU2QDuk0AtYEA3GZwe7JGhlAHSrCt8mviZozQNxSg2j3+MThQfskR5B43slbpIdft6fG9Ls2LJw9o850My4uD3a812L3gYBfl8rZY3OPWujpIcjroy4ld73LS17TZZh3AFpvZxGz/ARC6cEkL9v8VAAAAAElFTkSuQmCC");
}
.swiper-container-denial .swiper-button-next.--ver2,
.swiper-container-denial .swiper-button-prev.--ver2 {
  background: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 1vw;
}
.swiper-button-next.--ver2,
.swiper-button-prev.--ver2 {
  top: 50%;
  transform: translateY(-50%);
  width: 7.5vw;
  height: 7.5vw;
  margin-top: 0;
  background-size: contain;
  opacity: 0.8;
}
.ad-swiper .swiper-button-next.--ver2,
.ad-swiper .swiper-button-prev.--ver2 {
  top: 45%;
}
.swiper-button-next.--ver2 {
  transform: translateY(-50%) rotateZ(180deg);
}

.widget-banner.widget-banner--img img {
  height: auto;
}
/*【アンダー見た】電話タップ後のモーダル改修*/
.jsModal.jsModal-call .jsModal_scroller_main {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  cursor: pointer;
  transform: translate(-50%, -50%);
}
.jsModal.jsModal-call .tel_modal_container {
  width: 90%;
  margin-inline: auto;
  text-align: center;
  background: #fff;
}
.jsModal.jsModal-call .tel_modal_container-top {
  padding: 20px 10px 10px;
}
.jsModal.jsModal-call .tel_modal_container-ttl {
  color: #c90037;
  font-size: 5vw;
  font-weight: bold;
  margin-bottom: 10px;
}
.jsModal.jsModal-call .tel_modal_container-st strong {
  color: #c90037;
}
.jsModal.jsModal-call .tel_modal_container-circle {
  width: 12vw;
  height: 12vw;
  display: flex;
  background: #c90037;
  border-radius: 50%;
  color: #fff;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.jsModal.jsModal-call .tel_modal_container-circle > span {
  display: flex;
  justify-content: center;
  font-weight: bold;
  align-items: baseline;
}
.jsModal.jsModal-call .tel_modal_container-bottom {
  background: #c90037;
  color: #fff;
  padding: 20px 10px;
}
.jsModal.jsModal-call .tel_modal_container-circle-ex {
  display: block;
  font-size: 3vw;
  font-weight: bold;
}
.jsModal.jsModal-call .tel_modal_container-bottom p {
  margin-bottom: 10px;
}
.jsModal.jsModal-call .tel_modal_container-circle span em {
  font-size: 3vw;
}
.jsModal.jsModal-call .tel_modal_container-watch {
  font-size: 4vw;
}
.jsModal.jsModal-call .tel_modal_container-watch span {
  color: #ff0;
}
.jsModal.jsModal-call .tel_modal_container-st {
  margin-bottom: 10px;
}
.jsModal.jsModal-call .tel_modal_container-bottom .call_btn {
  display: flex;
  background: #fff;
  padding: 20px;
  border-radius: 5px;
  font-weight: bold;
  color: #c90037;
  font-size: 4vw;
  justify-content: center;
  align-items: center;
}
.jsModal.jsModal-call .tel_modal_container-discount-inner em,
.jsModal.jsModal-call .tel_modal_container-price em {
  font-style: normal;
}
.jsModal.jsModal-call .tel_modal_container-discount-inner {
  display: flex;
  gap: 0 5px;
}
.jsModal.jsModal-call .normal-price {
  color: #8f8f8f;
  font-size: 3.2vw;
}
.jsModal.jsModal-call .deneal {
  text-decoration: line-through;
}
.jsModal.jsModal-call .tel_modal_container-price {
  text-align: left;
}
.jsModal.jsModal-call .special-price span {
  color: #c90037;
  font-size: 5.5vw;
  font-weight: bold;
}
.jsModal.jsModal-call .special-price em {
  font-weight: bold;
  font-size: 4vw;
}
.jsModal.jsModal-call .tel_modal_container-discount {
  position: relative;
  padding: 10px;
  border: solid 10px #c90037;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 5px;
  border-radius: 10px;
  width: 95%;
  margin: 0 auto 15px;
}
.jsModal.jsModal-call .tel_modal_container-discount::before {
  content: "";
  position: absolute;
  top: -13px;
  bottom: -13px;
  left: -13px;
  right: -13px;
  border: solid 2px #c90037;
  border-radius: 10px;
}
.jsModal.jsModal-call .tel_modal_container .close-icon {
  position: absolute;
  right: 10px;
  top: -40px;
  pointer-events: none;
}

.jsModal.jsModal-call .scroll-box {
  height: 5rem;
  overflow-y: scroll;
  margin-bottom: 10px;
  background: #eeeeee;
  text-align: left;
  line-height: initial;
  padding: 0.5rem;
}
.jsModal.jsModal-call .scroll-box-txt {
  line-height: initial;
  font-size: 3.4vw;
}
.jsModal.jsModal-call .scroll-box-ttl {
  font-weight: bold;
  font-size: 3.5vw;
}
.jsModal.jsModal-call .tel_modal_container-other {
  color: #c90037;
  font-weight: bold;
}
@media (orientation: landscape) {
  .jsModal.jsModal-call .tel_modal_container {
    overflow: scroll;
    height: 60vh;
  }
}

/* 
本Comment以降Globalの意味合いでG接頭辞を付ける。
例えばg-button, gButton, g_button等。
*/

.g-checkbox-set {
  display: flex;
  gap: 5px;
  align-items: center;
  font-size: 16px;
  &::before {
    content: "";
    width: 20px;
    height: 20px;
    border: 2px solid #3498db;
    border-radius: 50%;
    transition: 0.2s;
  }
  &:has(:checked)::before {
    background-color: #3498db;
    box-shadow: inset 0 0 0 5px #fff;
  }
  input {
    display: none;
  }
}

.g-label {
  --color: #c80037;
  display: block;
  width: max-content;
  font-size: 11px;
  color: var(--color);
  font-weight: bold;
  padding: 0.125em 0.25em;
  border: 1px solid var(--color);
  border-radius: 5px;
}
.g-label--stand-alone {
  margin-bottom: 5px !important;
}

.g-error-messages {
  --color: #f00;
  padding: 1rem;
  border: 1px solid var(--color);
  border-radius: 0.5rem;
  li {
    color: var(--color);
  }
}
.g-error-messages--stand-alone {
  margin: 10px 0;
}

/*  */
