@charset "UTF-8";

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

html {
  /* font-family: 'Noto Sans JP', sans-serif; */
  font-family: dnp-shuei-mgothic-std, sans-serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: var(--text-color);
  font-weight: bold;
  font-size: 15px;
}

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,
a,
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,
input[type=submit] {
  /* outline: 1px palevioletred solid; */
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1.5;
}

p {
  line-height: 2rem;
}

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

ul {
  list-style: none;
}

ul li {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  color: var(--main-color);
  text-decoration: none;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
  cursor: pointer;
}

/* iphoneデフォルトのボタンcssを無効にする */

input[type=submit],
button,
select,
textarea {
  -webkit-appearance: none;
}

input[type=radio],
input[name=birthday_day],
input[type=checkbox] {
  -webkit-appearance: auto;
}

img {
  vertical-align: middle;
}

h1 {
  font-size: 2rem;
}

h2 {
  font-size: 1.7rem;
}

h3 {
  font-size: 1.5rem;
}

/* change colours to suit your genre */

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your genre */

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;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

/* 月日ピッカーカレンダー */

select {
  border-color: -internal-light-dark(#DDD);
}

input::-webkit-input-placeholder {
  color: #DDD;
}

input::-moz-placeholder {
  color: #DDD;
}

input:-ms-input-placeholder {
  color: #DDD;
}

input::-ms-input-placeholder {
  color: #DDD;
}

input::placeholder {
  color: #DDD;
}

/* change border colour to suit your genre */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 300;
  src: url("../../fonts/Noto_Sans_JP/NotoSansJP-Light.otf") format("opentype");
}

@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("../../fonts/Noto_Sans_JP/NotoSansJP-Regular.otf") format("opentype");
}

@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  src: url("../../fonts/Noto_Sans_JP/NotoSansJP-Medium.otf") format("opentype");
}

@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url("../../fonts/Noto_Sans_JP/NotoSansJP-Bold.otf") format("opentype");
}

@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 900;
  src: url("../../fonts/Noto_Sans_JP/NotoSansJP-Black.otf") format("opentype");
}

:root {
  --text-color: #000;
  --main-color: #FF7200;
  --sub-color: #FFDABD;
}

/* --------------------------------------------------------------------------
/*	0. ヘルパークラス
/* -------------------------------------------------------------------------- */

.mg_a {
  margin: 0 auto;
}

.mgr1 {
  margin-right: 1rem;
}

.hp_check_disabled {
  color: #bababa;
}

.hp_gray {
  background-color: #bababa !important;
}

.hp_bd-b {
  border-bottom: 1px solid #DDD;
}

.hp_bd-blue {
  border-bottom: 1px solid #366A86;
}

.hp_large_font {
  font-size: 1.3rem;
}

.hp_r_arrow::after {
  content: url(./assets/img/common/arrow_r.png);
  margin-left: 0.3rem;
  margin-right: 0.5rem;
}

.hp_f_n {
  font-weight: normal;
}

.hp_fs_s {
  font-size: 0.7rem;
}

.hp_red {
  color: #EA7E7E;
}

.pc_disactive {
  display: none;
}

/* --------------------------------------------------------------------------
/*	1. プログラムクラス
/* -------------------------------------------------------------------------- */

.is_disactive {
  display: none !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* スライダー */

.bl_store_gallery_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 2.1rem;
}

.bl_slider {
  width: 63%;
}

.bl_slider img {
  width: 100%;
  height: auto;
}

.bl_thumbnail {
  width: 33%;
}

.store_slide_pc .bl_thumbnail .slick-track {
  width: 100% !important;
  -webkit-transform: unset !important;
  transform: unset !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 18px;
}

.bl_thumbnail .slick-track::before,
.bl_thumbnail .slick-track::after {
  display: none;
}

.bl_thumbnail li {
  width: calc(50% - 9px);
}

.bl_thumbnail li img {
  width: 100%;
  height: auto;
  cursor: pointer;
}

.store_slide_sp {
  display: none;
}

/* --------------------------------------------------------------------------
/*	2. 共通要素
/* -------------------------------------------------------------------------- */

body {
  color: var(--text-color);
}

.ly_main {
  padding: 4rem 2rem 6rem;
}

/* 一般的な緑枠レイアウト */

.bl_main {
  margin: auto;
  background-color: white;
  padding: 3rem;
  border-radius: 5px;
  position: relative;
}

.bl_flex_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 54px;
  margin: auto;
  max-width: 1044px;
  margin-bottom: 38px;
}

/* 吹き出し */

.el_fukidashi {
  padding: 50px 35px;
  margin-top: 2rem;
  position: relative;
  background: white;
  -webkit-box-shadow: 2px 3px 13px rgba(0, 0, 0, 0.12);
  box-shadow: 2px 3px 13px rgba(0, 0, 0, 0.12);
  font-size: 1.13rem;
  line-height: 2rem;
}

.el_fukidashi:after {
  content: url(./assets/img/common/fukidashi.png);
  position: absolute;
  left: calc(100% - 8px);
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* ボタン共通 */

.el_btn_search a,
.el_telBtn a,
.el_resvBtn a,
#bl_caution .el_telbtn a,
.bl_card__circle li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* 検索ボタン */

.el_btn_search {
  max-width: 262px;
  padding: 15px 0;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  text-align: center;
  position: relative;
}

.el_btn_search p {
  color: white;
  font-size: 1.2rem;
  position: relative;
  right: 20px;
}

/* 有効時 */

.el_btn_search__true {
  background-color: #FF9300;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* 非活性時 */

.el_btn_search__false {
  background-color: #F7F7F7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.el_btn_search__false input {
  color: #767676;
  font-size: 1.13rem;
  font-weight: normal;
  position: relative;
  right: 10px;
}

.el_btn_search__true input {
  color: white;
  font-size: 1.13rem;
  font-weight: normal;
  position: relative;
  right: 10px;
}

.el_btn_search__true p::after {
  content: url(./assets/img/common/search.png);
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.el_btn_search__false::after {
  content: url(./assets/img/common/search_false.png);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* 歯のキャラクター */

.el_kawaii_ha {
  position: relative;
  padding-left: 35px;
}

.el_kawaii_ha::before {
  content: url(./assets/img/common/ha.svg);
  position: absolute;
  top: 5px;
  left: 0px;
}

/* 大きめボタン */

.el_btn_lg {
  width: 210px;
  padding: 12px;
  border-radius: 30px;
  text-align: center;
  font-size: 17px;
  cursor: pointer;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  position: relative;
}

.el_btn_lg > p {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 1.4rem;
  padding-left: 20px;
}

/* TELボタン */

.el_telBtn {
  background-color: var(--main-color);
  color: #fff;
  position: relative;
}

.el_telBtn > p {
  pointer-events: none;
}

.el_telBtn > p::before {
  content: url(./assets/img/common/icon_tel_w.svg);
  position: absolute;
  top: 0;
  left: 15px;
}

.el_telBtn a {
  color: white;
}

/* ネットで予約ボタン */

.el_resvBtn {
  color: #FF9300;
  background-color: white;
  border: 1px solid #FF9300;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.el_resvBtn p::before {
  content: url(./assets/img/common/icon_resv.svg);
  position: absolute;
  top: 0;
  left: 25px;
}

.el_resvBtn a {
  color: #FF9300;
}

/* 電話ボタンの吹き出し */

.bl_telFukidashi {
  width: 335px;
  height: 122px;
  background: url(./assets/img/common/fukidashi_2.png) no-repeat;
  background-size: 100% auto;
  padding: 20px;
  padding-top: 35px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  z-index: 10;
  top: 0;
}

.bl_telFukidashi.list-page {
  top: 55px;
}

.bl_telFukidashi::after {
  content: url(./assets/img/common/icon_close.png);
  position: absolute;
  right: 0;
  top: 8px;
}

.bl_telFukidashi_label {
  background-color: #FF9300;
  padding: 10px 15px;
  border-radius: 9px;
  color: white;
  margin-right: 10px;
}

.bl_telFukidashi_tel {
  font-size: 24px;
  color: #535353;
  margin-bottom: 10px;
}

.bl_telFukidashi_tel::before {
  content: url(./assets/img/common/icon_tel.png);
}

.bl_telFukidashi_ttl {
  font-size: 12px;
  position: relative;
  left: 30px;
  color: #004674;
}

.bl_telFukidashi_txt {
  position: relative;
  top: 7px;
}

/* ボタンエリア 横並び*/

.bl_storeCard .bl_btnArea,
.bl_information .bl_btnArea {
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 18px;
}

.bl_storeCard .bl_btnArea {
  max-width: 443px;
}

.bl_information .bl_information_cont .bl_btnArea {
  margin-top: 0;
  /* max-height: 63px; */
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}

.bl_information .bl_information_cont .bl_btnArea .el_btn_lg:nth-child(2) {
  margin-top: 0;
}

.bl_information .el_btn_lg {
  width: 268px;
}

/* javascriptでのクリックイベントのため */

.bl_telFukidashi > div {
  pointer-events: none;
}

/* タグクラウド */

.bl_tagCloud {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 4px;
}

/* 未登録地域 */

.el_unset {
  margin: auto;
  text-align: center;
  padding-top: 80px;
}

/* --------------------------------------------------------------------------
/*	その他ページ
/* -------------------------------------------------------------------------- */

.ly_single {
  padding: 2rem;
  background-color: white;
}

.bl_single_wrapper {
  margin: 0 auto;
  width: 80%;
}

.ly_page {
  background-color: white;
  padding-top: 4rem;
  padding-bottom: 57px;
}

.bl_page {
  max-width: 834px;
  margin: auto;
}

.bl_page p,
.bl_page li {
  font-size: 15px;
}

.bl_page ol li {
  margin-left: 3rem;
}

.bl_page th {
  color: black;
}

.bl_page_cont {
  color: #535353;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
}

.ly_page .bl_information h3 {
  margin-bottom: 52px;
}

/* =============================================
追加クラス
============================================= */

.el_boldTtl,
.bl_page .el_boldTtl {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 30px;
}

.bl_page ul {
  margin-top: 15px;
  margin-bottom: 15px;
  padding-left: 30px;
}

.bl_page li {
  line-height: 2;
}

.bl_page p {
  margin: 10px 0;
}

.primary-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 6.7px 22.8px 8.8px 25.8px;
  background-color: var(--main-color);
  color: #fff;
  border-radius: 9999px;
  gap: 13.3px;
}

.primary-button::after {
  content: "";
  display: block;
  width: 12px;
  height: 20px;
  background-image: url(../../images/arrow-right.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.secondary-button {
  display: block;
  padding: 5.7px 24.8px 8.3px 24.8px;
  color: var(--main-color);
  border: 1px solid var(--main-color);
  border-radius: 9999px;
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */

.pc {
  display: block !important;
}

.pc_inline {
  display: inline;
}

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

.pc_inline_block {
  display: inline-block;
}

.sp {
  display: none !important;
}

.sp_inline {
  display: none !important;
}

.sp_fx {
  display: none !important;
}

.sp_inline_block {
  display: none !important;
}

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */

.container {
  max-width: 1366px;
  margin: 0 auto;
}

/* -------------------------------------------------------------------------- 
/*	フッター
/* -------------------------------------------------------------------------- */

.footer {
  background-color: #FF7200;
  padding: 14px 0 38px 0;
  text-align: center;
}

.footer__contents-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: 2px double #fff;
  padding-top: 34px;
  gap: 32px;
}

.footer__contents-wrapper a {
  display: block;
  width: 30px;
}

.contact-page {
  padding: 73.9px 0 125.4px 0;
}

.contact-page__title {
  text-align: center;
  font-size: 35px;
  color: var(--main-color);
}

.contact-page__form-wrapper {
  width: 1000px;
  margin: 0 auto;
  margin-top: 64.6px;
  border: 1px solid var(--main-color);
  -webkit-box-shadow: 5.74px 8.19px 0 0 #FFDABD;
  box-shadow: 5.74px 8.19px 0 0 #FFDABD;
  border-radius: 5px;
  padding: 72.5px 125px 76.6px 125px;
  font-family: "Noto Sans JP";
  font-weight: 400;
}

.contact-page__form-wrapper .wpcf7-not-valid-tip {
  margin-top: 10px;
  margin-left: 16px;
}

.contact-page__form-wrapper.contact-thanks {
  padding: 57.6px 0 54.9px 0;
}

.contact-page__input-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 15px 26px 15px;
  border-bottom: 0.2px solid #B0B0B0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 26px;
  gap: 85px;
  font-size: 20px;
}

.contact-page__input-wrapper label {
  width: 190px;
}

.contact-page__input-wrapper:first-of-type {
  margin-top: 0;
}

.contact-page__input-wrapper.flex-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-bottom: none;
  padding-bottom: 0;
}

.contact-page__input-wrapper label {
  font-size: 20px;
}

.contact-page__input-wrapper label .required {
  color: var(--main-color);
  margin-left: 10px;
}

.contact-page__select,
.contact-page__input {
  width: 450px;
  height: 55px;
  border: 1px solid #B0B0B0;
  border-radius: 9999px;
  padding: 0 36px;
  font-size: 20px;
  font-family: "Noto Sans JP";
}

.contact-page__select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("../../images/form-triangle.svg");
  background-repeat: no-repeat;
  background-position: right 23px center;
  background-size: 12.13px;
}

.contact-page__input.textarea {
  height: 260.39px;
  border-radius: 10px;
  resize: none;
  padding: 12px 36px;
}

.contact-page__submit-button-wrapper {
  text-align: center;
  margin-top: 88.5px;
  position: relative;
}

.contact-page__submit-button-wrapper .wpcf7-spinner {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 100px;
}

.contact-page__submit-button {
  font-size: 20px;
  color: #fff;
  background: var(--main-color) !important;
  border: none;
  border-radius: 9999px;
  width: 300px;
  height: 50px;
  cursor: pointer;
}

.contact-page__submit-button.top-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  margin-top: 82.3px;
}

.contact-page__thanks-text {
  margin-left: 236px;
  font-size: 20px;
}

.area-choice {
  padding: 86px 0 162px 0;
}

.area-choice__contents-inner {
  width: 1000px;
  margin: 0 auto;
  height: 530px;
  border: 1px solid var(--main-color);
  -webkit-box-shadow: 5.74px 8.19px 0 0 #FFDABD;
  box-shadow: 5.74px 8.19px 0 0 #FFDABD;
  border-radius: 5px;
  padding: 26.8px 41.4px;
}

.area-choice__contents-inner:has(.bl_search) {
  width: 1120px;
}

.area-choice__contents-inner--store-list {
  height: auto;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.area-choice__result-inner {
  width: 1100px;
  margin: 0 auto;
}

.area-choice__contents-wrapper {
  width: 744px;
  margin: 0 auto;
  margin-top: 80px;
}

.area-choice__contents-wrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 86.3px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 34px 11px;
}

.area-choice__contents-wrapper ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 140px;
  height: 50px;
  background: var(--sub-color);
  border-radius: 9999px;
  font-size: 25px;
}

.area-choice__contents-title {
  text-align: center;
  color: var(--main-color);
  font-size: 25px;
}

/* -------------------------------------------------------------------------- 
/*	ヘッダー
/* -------------------------------------------------------------------------- */

.header {
  width: 1366px;
  height: 125px;
  margin: 0 auto;
  padding: 0 34px 0 39px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header h1 {
  width: 183px;
}

.header h1 img {
  width: 100%;
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  font-family: "Noto Sans JP";
  font-weight: 400;
  height: 125px;
}

.header__nav-hover-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  cursor: pointer;
}

.header__nav-hover-item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 7px;
}

.header__nav-hover-item-title::after {
  content: "";
  display: block;
  width: 12px;
  height: 20px;
  background-image: url(../../images/down-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.header__nav-link {
  margin-left: 44px;
  margin-right: 42.2px;
  color: var(--text-color);
}

.header__nav-hover-item-contents {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  z-index: 1000;
  top: 125px;
  left: 0;
  padding-top: 15px;
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.header__nav-hover-item-contents.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.header__nav-hover-item-contents ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 405px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 19px;
  padding: 17px 18px 15px 22px;
  background: var(--sub-color);
}

.header__nav-hover-item-contents ul li {
  background: #fff;
  width: 173px;
  height: 51px;
  border-radius: 9999px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 20px;
  font-family: "Noto Sans JP";
  font-weight: 400;
}

.header__nav-hover-item-contents ul li a {
  color: var(--main-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 15px;
  line-height: 1;
}

.header__nav-button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24.1px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__nav-sns-icon-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 19px;
  margin-left: 25.1px;
}

.header__nav-sns-icon-wrapper .header__nav-sns-icon {
  width: 29px;
}

.header__hamburger-menu {
  display: none;
}

.header__hamburger-menu.active span {
  background-color: #fff;
}

.header__hamburger-menu.active span:nth-child(1) {
  -webkit-transform: translateY(10px) rotate(45deg);
  transform: translateY(10px) rotate(45deg);
}

.header__hamburger-menu.active span:nth-child(2) {
  opacity: 0;
}

.header__hamburger-menu.active span:nth-child(3) {
  -webkit-transform: translateY(-10px) rotate(-45deg);
  transform: translateY(-10px) rotate(-45deg);
}

.drawer-menu {
  position: fixed;
  width: 100%;
  height: calc(100vw / var(--vw) * 1065);
  background: #fff;
  z-index: 1000;
  top: -100%;
  left: 0;
  display: none;
  padding-top: calc(100vw / var(--vw) * 142);
  font-family: "Noto Sans JP";
  font-weight: 400;
  font-size: calc(100vw / var(--vw) * 35);
  -webkit-transition: top 0.5s ease-in-out;
  transition: top 0.5s ease-in-out;
}

.drawer-menu.active {
  top: 0;
  -webkit-transition: top 0.5s ease-in-out;
  transition: top 0.5s ease-in-out;
}

.drawer-menu::after {
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 114, 0, 0.55);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.drawer-menu__inner {
  width: calc(100vw / var(--vw) * 650);
  margin: 0 auto;
}

.drawer-menu__accordion-body {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  color: #fff;
}

.drawer-menu__accordion-body__contents {
  display: none;
}

.drawer-menu__accordion-body ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-bottom: calc(100vw / var(--vw) * 22);
  height: calc(100vw / var(--vw) * 275);
  gap: calc(100vw / var(--vw) * 20) calc(100vw / var(--vw) * 51);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.drawer-menu__accordion-body ul li {
  width: calc(100vw / var(--vw) * 250);
  height: calc(100vw / var(--vw) * 70);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 9999px;
  background: #fff;
  border: 1px solid var(--main-color);
}

.drawer-menu__accordion-body ul li a {
  font-size: calc(100vw / var(--vw) * 30);
  color: var(--main-color);
  line-height: 0.9;
}

.drawer-menu__accordion-body-title {
  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;
  gap: calc(100vw / var(--vw) * 75.1);
  padding: calc(100vw / var(--vw) * 33.2) calc(100vw / var(--vw) * 0) calc(100vw / var(--vw) * 35.8) calc(100vw / var(--vw) * 0);
}

.drawer-menu__accordion-body-title span {
  display: block;
  width: calc(100vw / var(--vw) * 37.7);
  height: calc(100vw / var(--vw) * 37.7);
  position: relative;
}

.drawer-menu__accordion-body-title span::after,
.drawer-menu__accordion-body-title span::before {
  position: absolute;
  content: "";
  display: block;
  width: calc(100vw / var(--vw) * 37.7);
  height: calc(100vw / var(--vw) * 1);
  background-color: #fff;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.drawer-menu__accordion-body-title span::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.drawer-menu__accordion-body-title.active span::after {
  -webkit-transform: translateY(-50%) rotate(0deg);
  transform: translateY(-50%) rotate(0deg);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.drawer-menu__link {
  display: block;
  text-align: center;
  border-bottom: 1px solid #fff;
  color: #fff;
  padding: calc(100vw / var(--vw) * 35.2) calc(100vw / var(--vw) * 0) calc(100vw / var(--vw) * 34.8) calc(100vw / var(--vw) * 0);
}

.drawer-menu__button {
  width: calc(100vw / var(--vw) * 400);
  height: calc(100vw / var(--vw) * 80);
  border: 1px solid var(--main-color);
  border-radius: 9999px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--main-color);
  margin: 0 auto;
  margin-top: calc(100vw / var(--vw) * 50);
}

.drawer-menu__button.bottom {
  background: transparent;
  border-color: #fff;
  color: #fff;
  margin-top: calc(100vw / var(--vw) * 32);
}

.drawer-menu__sns-icon-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: calc(100vw / var(--vw) * 66);
  margin-top: calc(100vw / var(--vw) * 63);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.drawer-menu__sns-icon {
  width: calc(100vw / var(--vw) * 60);
}

/* -------------------------------------------------------------------------- 
/*	地域検索画面
/* -------------------------------------------------------------------------- */

.ly_area {
  padding: 26px;
}

.bl_area {
  padding-top: 20px;
  padding-bottom: 220px;
  width: auto;
}

.bl_area_cont {
  margin: auto;
  max-width: 680px;
  padding-top: 100px;
}

.bl_area_cont ul {
  margin-left: auto;
  max-width: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  /* gap: 3rem 0; */
  font-size: 1.5rem;
}

.bl_area_cont li {
  width: 20%;
  margin-bottom: 3rem;
}

.bl_breadcrumb {
  font-family: "Noto Sans JP";
  font-weight: 400;
  font-size: 18px;
  position: absolute;
  color: #787878;
}

.bl_breadcrumb a,
.bl_breadcrumb span {
  color: #787878;
  text-decoration: none;
}

.bl_breadcrumb span:first-of-type a,
.bl_breadcrumb span:first-of-type span {
  color: #FF9300;
}

.bl_breadcrumb .current-item {
  color: #FF9300;
}

.bl_area_ttl {
  margin-bottom: 60px;
}

/* チェック検索画面 */

.bl_area_list {
  margin-bottom: 70px;
}

.bl_area_cont dl {
  width: 820px;
  font-size: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.bl_area_cont dt {
  width: 100%;
  margin-bottom: 20px;
}

.bl_area_cont dd {
  width: 25%;
  margin-bottom: 20px;
}

.bl_area_cont form a {
  color: #2380C4;
  -webkit-text-decoration: underline 1px solid #2380C4;
  text-decoration: underline 1px solid #2380C4;
}

/* 区がある市のチェック検索画面 */

.bl_hasChild {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.bl_hasChild .check_parent {
  background-color: #F7F7F7;
  width: 100%;
  padding: 10px;
}

.bl_hasChild dd {
  width: 20%;
}

/* -------------------------------------------------------------------------- *
/*	7. 検索結果一覧
/* -------------------------------------------------------------------------- */

.ly_search {
  padding: 2rem;
}

.bl_search {
  margin: auto;
  padding-top: 151.1px;
  max-width: 945px;
}

.bl_search_terms {
  padding: 31.6px 43.3px 41.3px;
  background-color: white;
  border: 3px solid var(--main-color);
  margin-bottom: 45px;
  border-radius: 5px;
}

.bl_search_terms p {
  font-size: 20px;
  font-family: "Noto Sans JP";
  font-weight: 400;
  margin-top: 17.9px;
  line-height: 1.2;
}

.bl_search_terms p:first-of-type {
  margin-top: 0;
}

.bl_search_area {
  color: #A2A2A2;
}

/* カード */

.bl_storeCard {
  padding: 55.7px 58px 31px 58px;
  background-color: white;
  margin-bottom: 58px;
  border: 1px solid var(--main-color);
  -webkit-box-shadow: 5.74px 8.19px 0 0 var(--sub-color);
  box-shadow: 5.74px 8.19px 0 0 var(--sub-color);
  border-radius: 5px;
}

.bl_storeCard p {
  font-size: 16px;
}

.el_station,
.el_address {
  color: #A8A8A8;
  position: relative;
  padding-left: 20px;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.el_station::before {
  content: url(../../images/icon_station.svg);
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 17px;
  display: inline-block;
  margin-right: 6px;
}

.el_station::before img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.el_address {
  margin-top: 8px;
}

.el_address::before {
  content: url(../../images/icon_map.svg);
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 17px;
  height: 17px;
  display: inline-block;
  margin-right: 6px;
}

.el_address::before img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.bl_storeCard h2 a {
  font-size: 25px;
  color: var(--main-color);
  text-decoration: none;
}

/* カードヘッダー */

.bl_storeCard_header {
  padding-bottom: 29px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid var(--main-color);
}

.bl_storeCard_header_l h2 {
  font-size: 25px;
  margin-bottom: 22.9px;
}

.bl_storeCard_header_r {
  max-width: 440px;
  padding: 7px 25px;
  background-color: #FFDABD;
  border-radius: 5px;
  color: #535353;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 10px;
}

.bl_storeCard_header_ttl {
  position: relative;
  margin: 0;
  white-space: nowrap;
}

.bl_storeCard_header_ttl::before {
  content: url(../../assets/img/common/icon_time.svg);
  position: absolute;
  left: 0;
  top: 2px;
}

.bl_storeCard_time_box {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 16px;
}

.bl_storeCard_time {
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 0 30px;
}

.bl_storeCard_time p {
  line-height: 1.4rem;
}

/* タイトル */

.bl_storeCard_ttl {
  margin-bottom: 10px;
}

.bl_storeCard_ttl h3 {
  margin-top: 26.7px;
  margin-bottom: 14px;
  font-size: 25px;
  color: var(--main-color);
}

.bl_storeCard_ttl h4 {
  color: #000;
  font-size: 16px;
}

/* カードボディ */

.bl_storeCard_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin-bottom: 52.6px;
}

/* 店舗カード内のボタンテキストを中央揃え */

.bl_storeCard .el_btn_lg > p {
  padding-left: 0;
  text-align: center;
}

.bl_storeCard .el_telBtn > p::before {
  display: none;
}

.bl_storeCard .el_resvBtn > p::before {
  display: none;
}

/* 一覧カード：店舗写真（3枚横並び） */

.bl_storeCard_photos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  min-width: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.bl_storeCard_photos li {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  aspect-ratio: 4/3;
  overflow: hidden;
}

.bl_storeCard_photos img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 5px;
}

.bl_genreList {
  width: 53%;
  background-color: #F6F8DB;
  padding: 7px 15px 11px;
}

.bl_genreList_ttl {
  font-size: 1rem;
  color: #C8D72F;
}

.bl_genreList_cont > li {
  background-color: white;
  border: 1px solid #C8D72F;
  border-radius: 3px;
  padding: 6px;
  color: #535353;
  font-size: 13px;
  font-weight: normal;
  line-height: 13px;
}

.bl_tagList {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background-color: #F7F7F7;
  padding: 14px 9px 14px 18px;
}

.bl_tagList_ttl {
  font-size: 13px;
  margin-bottom: 10px;
}

.bl_tagList_cont {
  color: #767676;
  font-size: 11px;
}

.bl_tagList_cont li + li::before {
  content: "/";
}

/* ページネーション*/

.bl_pagination {
  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;
}

.nav-links {
  margin: auto;
}

.page-numbers {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-numbers li {
  margin-right: 10px;
  background-color: white;
  border: 1px solid #D8D8D8;
  border-radius: 4px;
  width: 38px;
  height: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page_next,
.page_prev {
  background-color: transparent !important;
  border: none !important;
  position: relative;
  top: 5px;
}

.page_prev::after {
  content: url(../../assets/img/common/icon_prev.png);
}

.page_next::before {
  content: url(../../assets/img/common/icon_next.png);
}

/* 現在のページ */

.pagenation_current {
  background-color: #C8D72F !important;
  color: white;
}

.blog-single {
  padding: 155.9px 0 48px 0;
}

.blog-single__article {
  width: 950px;
  margin: 0 auto;
}

.blog-single__title {
  font-size: 35px;
  color: var(--main-color);
  border-bottom: 1px solid var(--main-color);
  padding-bottom: 23.6px;
}

.blog-single__meta,
.blog-single__date-line {
  margin-top: 25.1px;
  font-size: 18px;
  font-family: "Noto Sans JP";
  font-weight: 400;
  color: #777777;
}

.blog-single__date-line {
  margin-top: 10px;
}

.blog-single__thumbnail {
  margin-top: 36.3px;
}

.blog-single__img {
  width: 100%;
  height: auto;
}

.blog-single__img-placeholder {
  width: 100%;
  height: 560px;
  background: var(--sub-color);
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #777777;
  font-family: "Noto Sans JP";
  font-weight: 400;
}

.blog-single__toc {
  width: 700px;
  margin: 0 auto;
  margin-top: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 67px;
  border: 1px solid var(--main-color);
  border-radius: 5px;
  padding: 41.7px 66px 46.3px 66px;
  font-family: "Noto Sans JP";
  font-weight: 400;
  font-size: 20px;
  color: var(--main-color);
}

.blog-single__toc-item {
  list-style: none;
  margin-top: 13px;
}

.blog-single__toc-item:first-child {
  margin-top: 0;
}

.blog-single__toc-title {
  margin-left: 23px;
}

.blog-single__article-wrapper {
  margin-top: 83.9px;
}

.blog-single__article-wrapper h2 {
  color: var(--main-color);
  font-size: 25px;
  padding-bottom: 19.6px;
  margin-bottom: 32.7px;
  border-bottom: 1px solid var(--main-color);
}

.blog-single__article-wrapper p {
  font-family: "Noto Sans JP";
  font-weight: 300;
  font-size: 18px;
}

.blog-single__section {
  margin-top: 72px;
}

.blog-single__section-title {
  color: var(--main-color);
  font-size: 25px;
  padding-bottom: 19.6px;
  margin-bottom: 32.7px;
  border-bottom: 1px solid var(--main-color);
}

.blog-single__section-body {
  font-family: "Noto Sans JP";
  font-weight: 300;
  font-size: 18px;
}

.blog-single__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 12.7px;
  border-top: 0.3px solid #898989;
  font-family: "Noto Sans JP";
  font-weight: 300;
  font-size: 18px;
  color: #777777;
  margin-top: 86px;
}

.blog-single__nav a {
  color: #777777;
}

.blog-single__back {
  margin-top: 43.3px;
}

.blog-single__back-btn {
  color: var(--main-color);
  width: 200px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid var(--main-color);
  border-radius: 9999px;
  font-size: 20px;
  font-family: "Noto Sans JP";
  font-weight: 400;
  margin: 0 auto;
}

/* 
なお子先生監修サービス一覧
 */

.bl_spService {
  padding: 4rem;
  background-color: #C8D72F;
  text-align: center;
}

.ly_spService {
  background-color: white;
}

.bl_spService_cont {
  padding: 5rem;
}

.bl_spService_cont:nth-child(even) {
  background-color: #f7f6f6;
}

.bl_spService_main {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}

.bl_spService_left {
  width: 35%;
  min-width: 310px;
}

.bl_spService_left img {
  width: 100%;
}

.bl_spService_right h3 {
  margin-bottom: 1rem;
}

.bl_spService_desc p {
  font-size: 0.9rem;
  line-height: 1.6rem;
}

/* --------------------------------------------------------------------------
/*	クリニック詳細ページ
/* -------------------------------------------------------------------------- */

.ly_store {
  padding: 6rem 4rem;
  background-color: #fff;
}

.bl_store {
  margin: 0 auto;
  padding: 2rem 7.6rem;
  background-color: #fff;
  margin-bottom: 2rem;
  max-width: 1051px;
  border: 1px solid var(--main-color);
  -webkit-box-shadow: 5.74px 8.19px 0 0 var(--sub-color);
  box-shadow: 5.74px 8.19px 0 0 var(--sub-color);
  border-radius: 5px;
}

.bl_store_box {
  margin-bottom: 30px;
}

.bl_store_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

/* 見出し */

.bl_store h3 {
  background-color: #C8D72F;
  padding: 11px 18px;
  font-size: 1.3rem;
  margin-bottom: 14px;
}

.bl_store .bl_store_gallery_ttl {
  background: none;
  margin-bottom: 10px;
  padding: 0;
  color: var(--main-color);
}

.bl_store_gallery {
  border-top: 3px solid var(--main-color);
  padding-top: 20px;
}

.bl_store_photos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 25px;
}

.bl_store_photos li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc((100% - 50px) / 3);
  flex: 0 0 calc((100% - 50px) / 3);
}

.bl_store_photos img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 5px;
  -o-object-fit: contain;
  object-fit: contain;
  border-radius: 5px;
}

/* ヘッダー部分 */

.bl_store_header_l h2 {
  color: var(--main-color);
  font-size: 1.5rem;
  margin-bottom: 5px;
}

.bl_store_header_l > p {
  font-size: 0.9rem;
  padding-left: 24px;
  line-height: 1.5rem;
  margin-bottom: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bl_store_header_l > p::before {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.el_station,
.el_address {
  position: relative;
}

/* ボタン調整 */

.bl_store_header_r .bl_btnArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  margin-top: 0;
}

.bl_store_header_r .el_btn_lg {
  width: 140px;
  padding: 8px 12px;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.bl_store_header_r .el_btn_lg > p {
  position: static;
  top: auto;
  -webkit-transform: none;
  transform: none;
  padding-left: 0;
  margin: 0;
  text-align: center;
}

.bl_store_header_r .bl_btnArea .el_btn_lg:nth-child(2) {
  margin-top: 0;
}

/* メインビジュアル */

.el_mv {
  width: 100%;
}

.el_mv img {
  border-radius: 5px;
  width: 100%;
  height: auto;
}

/* タイトル */

.bl_store > h2.bl_store_catchcopy {
  margin-top: 30px;
  margin-bottom: 10px;
  padding: 0;
  text-align: left;
  background: none;
  font-size: 1.5rem;
  color: var(--main-color);
  border-top: 3px solid var(--main-color);
  padding-top: 20px;
}

.bl_store > p.bl_store_subtitle {
  font-size: 1.1rem;
  color: #000;
}

/* 営業時間・予約 */

.bl_store_contact {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
}

.bl_store_contact_l {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 5px 35px;
  background-color: #FFDABD;
  border-radius: 5px;
  -ms-flex-item-align: start;
  align-self: flex-start;
  gap: 10px;
}

.bl_store_contact_l h4 {
  font-size: 1rem;
  padding: 0;
  margin: 0;
  line-height: 1.5;
  position: relative;
  color: #535353;
  white-space: nowrap;
}

.bl_store_contact_l h4::before {
  display: none;
}

.bl_store_contact_r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}

.bl_store_contact_r .el_btn_lg {
  width: 150px;
  padding: 10px 15px;
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.bl_store_contact_r .el_btn_lg > p {
  text-align: center;
  padding-left: 0;
}

.bl_store_contact_r .bl_btnArea {
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}

.bl_store_contact_r .bl_btnArea .el_btn_lg:nth-child(2) {
  margin-top: 0;
}

.bl_store_openTime {
  font-size: 1rem;
  margin-bottom: 0;
  color: #535353;
}

.bl_store_openDay p {
  font-size: 1.1rem;
}

/* 診察項目 - 非表示 */

.bl_store .bl_tagList {
  display: none;
}

/* アクセス */

.bl_store_access {
  margin-top: 30px;
  border-top: 3px solid var(--main-color);
  padding-top: 20px;
}

.bl_store_access h3 {
  background: none;
  padding: 0;
  margin-bottom: 20px;
  color: var(--main-color);
}

.bl_access_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.bl_access_cont_l {
  margin-top: 10px;
  max-width: 409px;
  max-height: 283px;
}

.bl_access_cont_r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 24px;
}

.bl_access_cont_r h5 {
  font-size: 1rem;
  position: relative;
  margin: 0 0 8px;
  color: #000;
}

.bl_access_cont_r h5::before {
  position: absolute;
  left: 0;
  top: 3px;
}

.bl_access_station,
.bl_access_parking {
  width: 100%;
}

.el_access_station {
  padding-left: 24px;
}

.el_access_parking {
  padding-left: 24px;
}

.el_access_station::before {
  content: url(../../assets/img/common/icon_access.png);
}

.el_access_parking::before {
  content: url(../../assets/img/common/icon_parking.png);
}

.bl_access_cont_r p {
  color: #000;
  font-size: 1rem;
  margin: 0 0 4px;
  padding-left: 24px;
}

/* 基本情報 */

.bl_information {
  margin-bottom: 42px;
  border-top: 3px solid var(--main-color);
  padding-top: 20px;
}

.bl_information h3 {
  background: none;
  padding: 0;
  margin-bottom: 20px;
  color: var(--main-color);
}

.bl_information table,
.bl_information th,
.bl_information table td {
  border: 1px solid #DDDDDD;
}

.bl_information_cont {
  width: 100%;
  text-align: left;
  border-radius: 8px;
  border: 1px solid #DDDDDD;
  border-collapse: collapse;
}

.bl_information_cont tr:first-child th:first-child {
  border-top-left-radius: 8px;
}

.bl_information_cont tr:first-child td:last-child {
  border-top-right-radius: 8px;
}

.bl_information_cont tr:last-child th:first-child {
  border-bottom-left-radius: 8px;
}

.bl_information_cont tr:last-child td:last-child {
  border-bottom-right-radius: 8px;
}

.bl_information_cont th,
.bl_information_cont td {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  padding: 10px 5px 10px 20px;
  color: #000;
  border: 1px solid #DDDDDD;
}

.bl_information_cont th {
  width: 25%;
  background-color: #f9f9f9;
}

.bl_information_cont td {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

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

.bl_information_cont li + li::before {
  content: "|";
  margin-right: 5px;
  margin-left: 5px;
}

.bl_information_cont li {
  font-size: 1rem;
}

.bl_information_cont .hp_red {
  color: #8E8E8E;
}

.bl_information_contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 20px;
}

.bl_information_contact .bl_btnArea {
  margin-right: 0;
  gap: 10px;
}

.bl_information_contact .el_btn_lg {
  width: 140px;
  padding: 8px 12px;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.bl_information_contact .el_btn_lg > p {
  position: static;
  top: auto;
  -webkit-transform: none;
  transform: none;
  padding-left: 0;
  margin: 0;
}

.bl_information_contact_tel {
  white-space: nowrap;
}

.fv {
  padding-top: 23px;
}

.fv__search-form-wrapper {
  width: 850px;
  height: 95px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  border: 1px solid var(--main-color);
  -webkit-box-shadow: 5.74px 8.19px 0 0 #FFDABD;
  box-shadow: 5.74px 8.19px 0 0 #FFDABD;
  border-radius: 5px;
  gap: 26.5px;
  position: relative;
  z-index: 10;
  background: #fff;
}

.fv__search-form-wrapper form {
  position: relative;
}

.fv__search-form-title {
  font-size: 25px;
}

.fv__search-form-input {
  width: 581px;
  border-radius: 25px;
  border: 1px solid #626262;
  height: 50px;
  padding: 0 20px;
}

.fv__search-form-button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: none;
  background: none;
  cursor: pointer;
  width: 32px;
  right: 18px;
  padding: 0;
}

.fv__search-form-button img {
  width: 100%;
}

.fv__main-image {
  width: 100%;
  margin-top: -20px;
}

.fv__title {
  color: var(--main-color);
  font-size: 35px;
  text-align: center;
  height: 154px;
  margin-top: -63px;
  background-image: url(../../images/fv-bottom-obj.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 10;
  padding-top: 60.7px;
}

.fv__title::before {
  content: "";
  display: block;
  width: 1.89px;
  height: 50.19px;
  background: var(--main-color);
  position: absolute;
  top: -19px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.genre-search-section {
  padding: 32px 0 112.7px 0;
}

.genre-search-section__inner {
  width: 1000px;
  margin: 0 auto;
  border: 1px solid var(--main-color);
  -webkit-box-shadow: 5.74px 8.19px 0 0 #FFDABD;
  box-shadow: 5.74px 8.19px 0 0 #FFDABD;
  padding: 47.7px 0 50px 0;
  border-radius: 5px;
}

.genre-search-section__title {
  font-size: 25px;
  text-align: center;
  font-family: "Noto Sans JP";
  font-weight: 400;
}

.genre-search-section__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 663px;
  margin: 0 auto;
  margin-top: 36.3px;
  gap: 35.1px 51.2px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.genre-search-section__list-item {
  width: 186.84px;
  aspect-ratio: 1/1;
  border-radius: 9999px;
  overflow: hidden;
  position: relative;
}

.genre-search-section__list-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.genre-search-section__list-item-link {
  display: block;
}

.genre-search-section__list-item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.genre-search-section__list-item-title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 25px;
}

.genre-search-section__list-item-title.no-image {
  background: var(--sub-color);
}

.blog-section {
  padding: 0 0 105px 0;
  font-family: "Noto Sans JP";
  font-weight: 400;
}

.blog-section.blog-archive {
  padding: 87.9px 0 78.3px 0;
}

.blog-section__inner {
  width: 1000px;
  margin: 0 auto;
}

.blog-section__title {
  font-size: 25px;
  text-align: center;
  font-family: "Noto Sans JP";
  font-weight: 400;
}

.blog-section__title.blog-archive {
  font-size: 35px;
  color: var(--main-color);
}

.blog-section__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 38.3px;
}

.blog-section__list-item {
  border: 1px solid var(--main-color);
  padding: 27px 35px 35px 35px;
  width: 33.333333333%;
  margin-right: -1px;
  margin-bottom: -1px;
}

.blog-section__list-item:nth-child(1) {
  border-radius: 5px 0 0 0;
}

.blog-section__list-item:nth-child(3) {
  border-radius: 0 5px 0 0;
}

.blog-section__list-item:nth-child(4) {
  border-radius: 0 0 0 5px;
}

.blog-section__list-item:nth-child(6) {
  border-radius: 0 0 5px 0;
}

.blog-section__list-item-image img {
  width: 100%;
  height: auto;
}

.blog-section__list-item-image-placeholder {
  width: 100%;
  height: 160px;
  background: var(--sub-color);
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #7A7474;
}

.blog-section__list-item-meta {
  color: #6B6B6B;
  margin-top: 8px;
  font-size: 14px;
}

.blog-section__list-item-title {
  font-size: 16px;
  color: #000;
  font-weight: 500;
  margin-top: 11px;
}

.blog-section__button-wrapper {
  font-size: 25px;
  width: 220px;
  margin: 0 auto;
  margin-top: 69px;
}

.blog-section__button {
  gap: 27.1px;
}

.blog-section__terms {
  color: #777777;
  font-family: "Noto Sans JP";
  font-weight: 400;
  text-align: center;
  margin-top: 48px;
  margin-bottom: 90px;
  font-size: 20px;
}

.blog-section__terms a {
  color: #777777;
}

/* -------------------------------------------------------------------------- *
/*	ページネーション（ブログ・store共通）
/* -------------------------------------------------------------------------- */

.blog-section.blog-archive .bl_pagination,
.bl_search .bl_pagination {
  margin-top: 60px;
  text-align: center;
}

.blog-section.blog-archive .blog-pagination__inner,
.bl_search .blog-pagination__inner {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  color: #666;
}

.blog-section.blog-archive .blog-pagination__link,
.bl_search .blog-pagination__link {
  color: #666;
  text-decoration: none;
  padding: 0 4px;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}

.blog-section.blog-archive .blog-pagination__link:hover,
.bl_search .blog-pagination__link:hover {
  color: #333;
}

.blog-section.blog-archive .blog-pagination__link--current,
.bl_search .blog-pagination__link--current {
  color: #333;
  font-weight: 500;
  cursor: default;
}

.blog-section.blog-archive .blog-pagination__link--prev,
.bl_search .blog-pagination__link--prev {
  margin-right: 4px;
}

.blog-section.blog-archive .blog-pagination__link--next,
.bl_search .blog-pagination__link--next {
  margin-left: 4px;
}

.blog-section.blog-archive .blog-pagination__link--disabled,
.bl_search .blog-pagination__link--disabled {
  color: #ccc;
  cursor: not-allowed;
}

.blog-section.blog-archive .blog-pagination__ellipsis,
.bl_search .blog-pagination__ellipsis {
  color: #666;
  padding: 0 4px;
}

@media screen and (min-width: 768px) {
  :root {
    --vw: 1600;
  }
}

@media screen and (max-width: 1000px) {
  .bl_information .bl_information_cont .bl_btnArea .el_btn_lg:nth-child(2) {
    margin-top: 10px;
  }

  .ly_store {
    padding: 3rem;
  }

  .bl_store {
    padding: 2rem;
  }

  .bl_store_header,
  .bl_access_cont {
    display: block;
  }

  .bl_information_bikou ul {
    margin-bottom: 0.5rem;
  }

  .bl_information_bikou p {
    font-size: 0.8rem;
    line-height: 1rem;
  }
}

@media screen and (max-width: 1000px) and (max-width: 768px) {
  .bl_information .bl_information_cont .bl_btnArea .el_btn_lg:nth-child(2) {
    margin-top: calc(100vw / var(--vw) * 5);
  }
}

@media screen and (max-width: 800px) {
  .tab_disactive {
    display: none;
  }

  .pc_disactive {
    display: block;
  }

  .el_fukidashi:after {
    left: 50%;
    top: -30px;
    -webkit-transform: translateX(-50%) rotate(-90deg);
    transform: translateX(-50%) rotate(-90deg);
  }

  .el_fukidashi {
    margin-right: 0;
    padding: 30px;
  }

  .bl_area_cont li {
    width: 33%;
    text-align: center;
  }

  .bl_breadcrumb {
    font-size: calc(100vw / var(--vw) * 20);
  }
}

@media screen and (max-width: 768px) {
  :root {
    --vw: 750;
  }

  .bl_telFukidashi.list-page {
    top: calc(100vw / var(--vw) * 195);
  }

  .bl_information .bl_information_cont .bl_btnArea {
    margin-left: 0;
  }

  .el_unset {
    padding-top: calc(100vw / var(--vw) * 80);
  }

  .primary-button {
    font-size: calc(100vw / var(--vw) * 25);
    padding: calc(100vw / var(--vw) * 6.7) calc(100vw / var(--vw) * 23.6) calc(100vw / var(--vw) * 12.3) calc(100vw / var(--vw) * 24.8);
  }

  .pc {
    display: none !important;
    margin: 0;
    padding: 0;
  }

  .pc_fx {
    display: none !important;
  }

  .pc_inline {
    display: none !important;
  }

  .pc_inline_block {
    display: none !important;
  }

  .sp {
    display: block !important;
  }

  .sp_inline {
    display: inline !important;
  }

  .sp_fx {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .sp_inline_block {
    display: inline-block !important;
  }

  .footer {
    padding: calc(100vw / var(--vw) * 26) calc(100vw / var(--vw) * 0) calc(100vw / var(--vw) * 32) calc(100vw / var(--vw) * 0);
  }

  .footer__contents-wrapper {
    gap: calc(100vw / var(--vw) * 46);
    padding-top: calc(100vw / var(--vw) * 32);
  }

  .footer__contents-wrapper a {
    width: calc(100vw / var(--vw) * 42);
  }

  .contact-page {
    padding: calc(100vw / var(--vw) * 52.7) calc(100vw / var(--vw) * 0) calc(100vw / var(--vw) * 59.5) calc(100vw / var(--vw) * 0);
  }

  .contact-page.thanks-page {
    padding-bottom: calc(100vw / var(--vw) * 457);
  }

  .contact-page__title {
    font-size: calc(100vw / var(--vw) * 35);
  }

  .contact-page__form-wrapper {
    width: calc(100vw / var(--vw) * 700);
    border-radius: calc(100vw / var(--vw) * 5);
    -webkit-box-shadow: calc(100vw / var(--vw) * 5.74) calc(100vw / var(--vw) * 8.19) calc(100vw / var(--vw) * 0) calc(100vw / var(--vw) * 0) #FFDABD;
    box-shadow: calc(100vw / var(--vw) * 5.74) calc(100vw / var(--vw) * 8.19) calc(100vw / var(--vw) * 0) calc(100vw / var(--vw) * 0) #FFDABD;
    padding: calc(100vw / var(--vw) * 62.2) calc(100vw / var(--vw) * 25) calc(100vw / var(--vw) * 38.5) calc(100vw / var(--vw) * 25);
    margin-top: calc(100vw / var(--vw) * 50);
  }

  .contact-page__form-wrapper .wpcf7-not-valid-tip {
    margin-top: calc(100vw / var(--vw) * 10);
    margin-left: calc(100vw / var(--vw) * 16);
  }

  .contact-page__form-wrapper.contact-thanks {
    padding: calc(100vw / var(--vw) * 49.6) calc(100vw / var(--vw) * 0) calc(100vw / var(--vw) * 45.9) calc(100vw / var(--vw) * 0);
  }

  .contact-page__input-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: calc(100vw / var(--vw) * 15);
    padding: calc(100vw / var(--vw) * 0) calc(100vw / var(--vw) * 73) calc(100vw / var(--vw) * 25) calc(100vw / var(--vw) * 61);
    margin-top: calc(100vw / var(--vw) * 9);
    font-size: calc(100vw / var(--vw) * 25);
  }

  .contact-page__input-wrapper label {
    font-size: calc(100vw / var(--vw) * 25);
  }

  .contact-page__input-wrapper label .required {
    margin-left: calc(100vw / var(--vw) * 10);
  }

  .contact-page__select,
  .contact-page__input {
    width: calc(100vw / var(--vw) * 510);
    height: calc(100vw / var(--vw) * 60);
    padding: calc(100vw / var(--vw) * 0) calc(100vw / var(--vw) * 36);
    font-size: calc(100vw / var(--vw) * 25);
  }

  .contact-page__select {
    background-size: calc(100vw / var(--vw) * 12.13);
    background-position: right calc(100vw / var(--vw) * 23) center;
  }

  .contact-page__input.textarea {
    height: calc(100vw / var(--vw) * 200);
    border-radius: calc(100vw / var(--vw) * 10);
    padding: calc(100vw / var(--vw) * 12) calc(100vw / var(--vw) * 36);
  }

  .contact-page__submit-button-wrapper {
    margin-top: calc(100vw / var(--vw) * 48.6);
  }

  .contact-page__submit-button-wrapper .wpcf7-spinner {
    right: calc(100vw / var(--vw) * 50);
  }

  .contact-page__submit-button.top-button {
    margin-top: calc(100vw / var(--vw) * 79);
  }

  .contact-page__submit-button {
    width: calc(100vw / var(--vw) * 350);
    height: calc(100vw / var(--vw) * 70);
    font-size: calc(100vw / var(--vw) * 30);
  }

  .contact-page__thanks-text {
    margin-left: calc(100vw / var(--vw) * 95);
    font-size: calc(100vw / var(--vw) * 25);
    line-height: 1.2;
  }

  .area-choice {
    padding: calc(100vw / var(--vw) * 29.8) calc(100vw / var(--vw) * 0) calc(100vw / var(--vw) * 108.8) calc(100vw / var(--vw) * 0);
  }

  .area-choice__contents-inner {
    width: calc(100vw / var(--vw) * 700);
    height: calc(100vw / var(--vw) * 822.45);
    padding: calc(100vw / var(--vw) * 22) calc(100vw / var(--vw) * 31.6);
    border-radius: calc(100vw / var(--vw) * 5);
    -webkit-box-shadow: calc(100vw / var(--vw) * 5.74) calc(100vw / var(--vw) * 8.19) calc(100vw / var(--vw) * 0) calc(100vw / var(--vw) * 0) #FFDABD;
    box-shadow: calc(100vw / var(--vw) * 5.74) calc(100vw / var(--vw) * 8.19) calc(100vw / var(--vw) * 0) calc(100vw / var(--vw) * 0) #FFDABD;
  }

  .area-choice__result-inner {
    width: calc(100vw / var(--vw) * 700);
  }

  .area-choice__contents-wrapper {
    width: calc(100vw / var(--vw) * 427.91);
    margin-top: calc(100vw / var(--vw) * 48);
  }

  .area-choice__contents-wrapper ul {
    gap: calc(100vw / var(--vw) * 44) calc(100vw / var(--vw) * 27);
    margin-top: calc(100vw / var(--vw) * 67.3);
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .area-choice__contents-wrapper ul li {
    width: calc(100vw / var(--vw) * 200);
    height: calc(100vw / var(--vw) * 70);
    font-size: calc(100vw / var(--vw) * 30);
  }

  .area-choice__contents-title {
    font-size: calc(100vw / var(--vw) * 30);
  }

  .header {
    width: 100%;
    height: calc(100vw / var(--vw) * 120);
    padding: calc(100vw / var(--vw) * 0) calc(100vw / var(--vw) * 24) calc(100vw / var(--vw) * 0) calc(100vw / var(--vw) * 16);
  }

  .header h1 {
    width: calc(100vw / var(--vw) * 183);
  }

  .header__nav {
    height: 100%;
  }

  .header__hamburger-menu {
    display: block;
    width: calc(100vw / var(--vw) * 50);
    height: calc(100vw / var(--vw) * 43);
    position: relative;
    margin-left: calc(100vw / var(--vw) * 34);
    position: relative;
    z-index: 1001;
  }

  .header__hamburger-menu span {
    display: block;
    width: 100%;
    height: calc(100vw / var(--vw) * 3);
    background-color: var(--main-color);
    position: absolute;
    left: 0;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  }

  .header__hamburger-menu span:nth-child(1) {
    top: 0;
  }

  .header__hamburger-menu span:nth-child(2) {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .header__hamburger-menu span:nth-child(3) {
    bottom: 0;
  }

  .drawer-menu {
    display: block;
  }

  .bl_search {
    width: calc(100vw / var(--vw) * 700);
    padding-top: calc(100vw / var(--vw) * 85.5);
  }

  .bl_search_terms {
    border-radius: calc(100vw / var(--vw) * 5);
    padding: calc(100vw / var(--vw) * 28.2) calc(100vw / var(--vw) * 50.8) calc(100vw / var(--vw) * 36.9) calc(100vw / var(--vw) * 50.8);
  }

  .bl_search_terms p {
    font-size: calc(100vw / var(--vw) * 25);
    margin-top: calc(100vw / var(--vw) * 17.9);
  }

  .bl_storeCard {
    padding: calc(100vw / var(--vw) * 40) calc(100vw / var(--vw) * 50) calc(100vw / var(--vw) * 35.5) calc(100vw / var(--vw) * 50);
    -webkit-box-shadow: calc(100vw / var(--vw) * 5.74) calc(100vw / var(--vw) * 8.19) calc(100vw / var(--vw) * 0) calc(100vw / var(--vw) * 0) var(--sub-color);
    box-shadow: calc(100vw / var(--vw) * 5.74) calc(100vw / var(--vw) * 8.19) calc(100vw / var(--vw) * 0) calc(100vw / var(--vw) * 0) var(--sub-color);
  }

  .bl_storeCard p {
    font-size: calc(100vw / var(--vw) * 20);
  }

  .el_station,
  .el_address {
    padding-left: calc(100vw / var(--vw) * 40);
  }

  .el_station::before {
    width: calc(100vw / var(--vw) * 14);
  }

  .el_address {
    margin-top: calc(100vw / var(--vw) * 8);
  }

  .bl_storeCard h2 a {
    font-size: calc(100vw / var(--vw) * 35);
  }

  .bl_storeCard_header_l h2 {
    font-size: calc(100vw / var(--vw) * 35);
    margin-bottom: calc(100vw / var(--vw) * 22);
  }

  .bl_storeCard_header_r {
    margin-top: calc(100vw / var(--vw) * 17);
    padding: calc(100vw / var(--vw) * 11.6) calc(100vw / var(--vw) * 31);
    gap: calc(100vw / var(--vw) * 16);
  }

  .bl_storeCard_header_ttl {
    line-height: 1.8;
  }

  .bl_storeCard_time_box {
    font-size: calc(100vw / var(--vw) * 20);
  }

  .bl_storeCard_ttl h3 {
    font-size: calc(100vw / var(--vw) * 30);
    margin-top: calc(100vw / var(--vw) * 27.7);
    margin-bottom: calc(100vw / var(--vw) * 7);
  }

  .bl_storeCard_ttl h4 {
    font-size: calc(100vw / var(--vw) * 20);
  }

  .bl_storeCard_cont {
    margin-bottom: calc(100vw / var(--vw) * 63.6);
  }

  .blog-single {
    padding: calc(100vw / var(--vw) * 62.7) calc(100vw / var(--vw) * 0) calc(100vw / var(--vw) * 105) calc(100vw / var(--vw) * 0);
  }

  .blog-single__article {
    width: calc(100vw / var(--vw) * 620);
  }

  .blog-single__title {
    font-size: calc(100vw / var(--vw) * 35);
    padding-bottom: calc(100vw / var(--vw) * 18.8);
  }

  .blog-single__meta,
  .blog-single__date-line {
    margin-top: calc(100vw / var(--vw) * 20.2);
    font-size: calc(100vw / var(--vw) * 20);
  }

  .blog-single__date-line {
    margin-top: calc(100vw / var(--vw) * 3);
  }

  .blog-single__thumbnail {
    margin-top: calc(100vw / var(--vw) * 23.3);
  }

  .blog-single__img-placeholder {
    font-size: calc(100vw / var(--vw) * 20);
    height: calc(100vw / var(--vw) * 400);
  }

  .blog-single__toc {
    width: 100%;
    margin-top: calc(100vw / var(--vw) * 33);
    padding: calc(100vw / var(--vw) * 41.7) calc(100vw / var(--vw) * 42.8) calc(100vw / var(--vw) * 47.3) calc(100vw / var(--vw) * 42.8);
    font-size: calc(100vw / var(--vw) * 20);
    border-radius: calc(100vw / var(--vw) * 5);
    gap: calc(100vw / var(--vw) * 72);
  }

  .blog-single__toc-item {
    margin-top: calc(100vw / var(--vw) * 13);
  }

  .blog-single__toc-title {
    margin-left: calc(100vw / var(--vw) * 22);
  }

  .blog-single__article-wrapper {
    margin-top: calc(100vw / var(--vw) * 68.7);
  }

  .blog-single__article-wrapper h2 {
    font-size: calc(100vw / var(--vw) * 30);
    padding-bottom: calc(100vw / var(--vw) * 11.8);
    margin-bottom: calc(100vw / var(--vw) * 23.8);
  }

  .blog-single__article-wrapper p {
    font-size: calc(100vw / var(--vw) * 20);
    line-height: 1.6;
  }

  .blog-single__section {
    margin-top: calc(100vw / var(--vw) * 50);
  }

  .blog-single__section-title {
    font-size: calc(100vw / var(--vw) * 30);
    padding-bottom: calc(100vw / var(--vw) * 11.8);
    margin-bottom: calc(100vw / var(--vw) * 23.8);
  }

  .blog-single__section-body {
    font-size: calc(100vw / var(--vw) * 20);
    line-height: 1.6;
  }

  .blog-single__nav {
    margin-top: calc(100vw / var(--vw) * 80);
    font-size: calc(100vw / var(--vw) * 20);
    padding-top: calc(100vw / var(--vw) * 16.2);
  }

  .blog-single__back {
    margin-top: calc(100vw / var(--vw) * 78.3);
  }

  .blog-single__back-btn {
    width: calc(100vw / var(--vw) * 350);
    height: calc(100vw / var(--vw) * 70);
    font-size: calc(100vw / var(--vw) * 30);
  }

  .bl_store_box {
    margin-bottom: 15px;
  }

  .bl_store_header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .bl_store_gallery {
    padding-top: calc(100vw / var(--vw) * 20);
  }

  .bl_store_header_l h2 {
    font-size: calc(100vw / var(--vw) * 35);
    margin-bottom: 4px;
  }

  .bl_store_header_l > p {
    font-size: calc(100vw / var(--vw) * 20);
    line-height: 1.3rem;
    margin-bottom: 2px;
  }

  .bl_store_header_r {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .bl_store_header_r .bl_btnArea {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .bl_store > h2.bl_store_catchcopy {
    margin-top: calc(100vw / var(--vw) * 30);
    padding-top: calc(100vw / var(--vw) * 15);
    font-size: calc(100vw / var(--vw) * 35);
  }

  .bl_store > p.bl_store_subtitle {
    font-size: calc(100vw / var(--vw) * 25);
  }

  .bl_store_contact {
    margin-top: calc(100vw / var(--vw) * 20);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
  }

  .bl_store_contact_l {
    width: 100%;
    padding: 8px 20px;
    margin-bottom: 0;
  }

  .bl_store_contact_r {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .bl_store_contact_r .el_btn_lg {
    width: auto;
    padding: 8px 12px;
    font-size: 14px;
  }

  .bl_store_contact_r .bl_btnArea {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .bl_store_openTime {
    font-size: calc(100vw / var(--vw) * 20);
  }

  .bl_store_access {
    margin-top: calc(100vw / var(--vw) * 30);
    padding-top: calc(100vw / var(--vw) * 15);
  }

  .bl_store_access h3 {
    font-size: calc(100vw / var(--vw) * 35);
    margin-bottom: calc(100vw / var(--vw) * 20);
  }

  .bl_access_cont_l {
    width: 100%;
    max-width: 100%;
    max-height: none;
    aspect-ratio: 4/3;
    margin-top: calc(100vw / var(--vw) * 10);
  }

  .bl_access_cont_l iframe {
    width: 100%;
    height: 100%;
  }

  .bl_access_cont_r {
    gap: calc(100vw / var(--vw) * 0);
  }

  .el_access_station {
    padding-left: calc(100vw / var(--vw) * 0);
    font-size: calc(100vw / var(--vw) * 20);
    line-height: 1rem;
  }

  .el_access_parking {
    padding-left: calc(100vw / var(--vw) * 0);
    font-size: calc(100vw / var(--vw) * 20);
    line-height: 1rem;
  }

  .bl_access_cont_r p {
    padding-left: calc(100vw / var(--vw) * 0);
    font-size: calc(100vw / var(--vw) * 20);
    line-height: 1rem;
  }

  .bl_information {
    margin-bottom: calc(100vw / var(--vw) * 40);
    padding-top: calc(100vw / var(--vw) * 15);
  }

  .bl_information h3 {
    font-size: calc(100vw / var(--vw) * 35);
    margin-bottom: calc(100vw / var(--vw) * 20);
  }

  .bl_information_cont {
    display: table !important;
    border-collapse: collapse;
    border-radius: 0;
    border: 1px solid #DDDDDD;
  }

  .bl_information_cont tr:first-child th:first-child {
    border-top-left-radius: 0;
  }

  .bl_information_cont tr:first-child td:last-child {
    border-top-right-radius: 0;
  }

  .bl_information_cont tr:last-child th:first-child {
    border-bottom-left-radius: 0;
  }

  .bl_information_cont tr:last-child td:last-child {
    border-bottom-right-radius: 0;
  }

  .bl_information_cont tr {
    display: table-row !important;
  }

  .bl_information_cont th,
  .bl_information_cont td {
    padding: calc(100vw / var(--vw) * 12) calc(100vw / var(--vw) * 10) calc(100vw / var(--vw) * 12) calc(100vw / var(--vw) * 15);
    display: table-cell !important;
    border: 1px solid #DDDDDD !important;
    vertical-align: top;
    width: auto;
  }

  .bl_information_cont th {
    width: 35% !important;
    font-size: calc(100vw / var(--vw) * 20);
    background-color: #fff !important;
    font-weight: 500;
    display: table-cell !important;
    white-space: nowrap;
  }

  .bl_information_cont td {
    font-size: calc(100vw / var(--vw) * 20);
    width: 65% !important;
    display: table-cell !important;
    background-color: #fff;
  }

  .bl_information_cont ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .bl_information_cont li {
    font-size: calc(100vw / var(--vw) * 20);
  }

  .bl_information_contact {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: calc(100vw / var(--vw) * 8);
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .bl_information_contact .bl_btnArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: calc(100vw / var(--vw) * 8);
    width: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .bl_information_contact .el_btn_lg {
    width: auto;
    padding: calc(100vw / var(--vw) * 8) calc(100vw / var(--vw) * 12);
    font-size: calc(100vw / var(--vw) * 20);
  }

  .fv {
    padding-top: calc(100vw / var(--vw) * 11);
  }

  .fv__search-form-wrapper {
    width: calc(100vw / var(--vw) * 700);
    height: calc(100vw / var(--vw) * 95);
    gap: calc(100vw / var(--vw) * 24.5);
    border-radius: calc(100vw / var(--vw) * 5);
    -webkit-box-shadow: calc(100vw / var(--vw) * 5.74) calc(100vw / var(--vw) * 8.19) calc(100vw / var(--vw) * 0) calc(100vw / var(--vw) * 0) #FFDABD;
    box-shadow: calc(100vw / var(--vw) * 5.74) calc(100vw / var(--vw) * 8.19) calc(100vw / var(--vw) * 0) calc(100vw / var(--vw) * 0) #FFDABD;
  }

  .fv__search-form-title {
    font-size: calc(100vw / var(--vw) * 25);
  }

  .fv__search-form-input {
    width: calc(100vw / var(--vw) * 450);
    height: calc(100vw / var(--vw) * 50);
    padding: calc(100vw / var(--vw) * 0) calc(100vw / var(--vw) * 20);
    border-radius: calc(100vw / var(--vw) * 25);
  }

  .fv__search-form-button {
    width: calc(100vw / var(--vw) * 32);
    right: calc(100vw / var(--vw) * 17);
  }

  .fv__main-image {
    margin-top: calc(100vw / var(--vw) * -10);
  }

  .fv__title {
    font-size: calc(100vw / var(--vw) * 35);
    height: calc(100vw / var(--vw) * 154);
    margin-top: calc(100vw / var(--vw) * -63);
    background-image: url(../../images/fv-bottom-obj-sp.webp);
    padding-top: calc(100vw / var(--vw) * 85);
    padding-top: calc(100vw / var(--vw) * 60.7);
  }

  .fv__title::before {
    width: calc(100vw / var(--vw) * 1.89);
    height: calc(100vw / var(--vw) * 50.19);
    top: calc(100vw / var(--vw) * -19);
  }

  .genre-search-section {
    padding: calc(100vw / var(--vw) * 19.2) calc(100vw / var(--vw) * 0) calc(100vw / var(--vw) * 92.2) calc(100vw / var(--vw) * 0);
  }

  .genre-search-section__inner {
    width: calc(100vw / var(--vw) * 700);
    -webkit-box-shadow: calc(100vw / var(--vw) * 5.74) calc(100vw / var(--vw) * 8.19) calc(100vw / var(--vw) * 0) calc(100vw / var(--vw) * 0) #FFDABD;
    box-shadow: calc(100vw / var(--vw) * 5.74) calc(100vw / var(--vw) * 8.19) calc(100vw / var(--vw) * 0) calc(100vw / var(--vw) * 0) #FFDABD;
    padding: calc(100vw / var(--vw) * 37.2) calc(100vw / var(--vw) * 0) calc(100vw / var(--vw) * 33.5) calc(100vw / var(--vw) * 0);
    border-radius: calc(100vw / var(--vw) * 5);
  }

  .genre-search-section__title {
    font-size: calc(100vw / var(--vw) * 30);
  }

  .genre-search-section__list {
    width: calc(100vw / var(--vw) * 527.11);
    gap: calc(100vw / var(--vw) * 32.6) calc(100vw / var(--vw) * 52);
    margin-top: calc(100vw / var(--vw) * 55.2);
  }

  .genre-search-section__list-item {
    width: calc(100vw / var(--vw) * 237.52);
  }

  .genre-search-section__list-item-title {
    font-size: calc(100vw / var(--vw) * 31.75);
  }

  .blog-section {
    padding-bottom: calc(100vw / var(--vw) * 179);
  }

  .blog-section.blog-archive {
    padding: calc(100vw / var(--vw) * 58.7) calc(100vw / var(--vw) * 0) calc(100vw / var(--vw) * 123.3) calc(100vw / var(--vw) * 0);
  }

  .blog-section__inner {
    width: calc(100vw / var(--vw) * 700);
  }

  .blog-section__title {
    font-size: calc(100vw / var(--vw) * 30);
  }

  .blog-section__title.blog-archive {
    font-size: calc(100vw / var(--vw) * 35);
  }

  .blog-section__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: calc(100vw / var(--vw) * 48.3);
  }

  .blog-section__list-item {
    margin-right: 0;
    border-left: none;
    border-right: none;
    width: 100%;
    padding: calc(100vw / var(--vw) * 30) calc(100vw / var(--vw) * 36) calc(100vw / var(--vw) * 25) calc(100vw / var(--vw) * 36);
  }

  .blog-section__list-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: calc(100vw / var(--vw) * 34.5);
  }

  .blog-section__list-item:nth-child(1) {
    border-radius: 0;
  }

  .blog-section__list-item:nth-child(3) {
    border-radius: 0;
  }

  .blog-section__list-item:nth-child(4) {
    border-radius: 0;
  }

  .blog-section__list-item:nth-child(6) {
    border-radius: 0;
  }

  .blog-section__list-item-image {
    width: calc(100vw / var(--vw) * 280);
    border-radius: calc(100vw / var(--vw) * 5);
    overflow: hidden;
  }

  .blog-section__list-item-image-placeholder {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: calc(100vw / var(--vw) * 180);
    font-size: calc(100vw / var(--vw) * 20);
  }

  .blog-section__list-item-meta {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: calc(100vw / var(--vw) * 18);
  }

  .blog-section__list-item-title {
    font-size: calc(100vw / var(--vw) * 20);
    margin-top: calc(100vw / var(--vw) * 19);
  }

  .blog-section__button-wrapper {
    font-size: calc(100vw / var(--vw) * 30);
    width: calc(100vw / var(--vw) * 280);
    margin-top: calc(100vw / var(--vw) * 45);
  }

  .blog-section__button {
    height: calc(100vw / var(--vw) * 70);
    gap: calc(100vw / var(--vw) * 33.6);
  }

  .blog-section__button::after {
    width: calc(100vw / var(--vw) * 20);
    height: calc(100vw / var(--vw) * 30);
  }

  .blog-section__terms {
    margin-top: calc(100vw / var(--vw) * 42);
    margin-bottom: calc(100vw / var(--vw) * 85.3);
    font-size: calc(100vw / var(--vw) * 20);
  }

  .blog-section.blog-archive .bl_pagination,
  .bl_search .bl_pagination {
    margin-top: calc(100vw / var(--vw) * 80);
  }

  .blog-section.blog-archive .blog-pagination__inner,
  .bl_search .blog-pagination__inner {
    gap: calc(100vw / var(--vw) * 8);
    font-size: calc(100vw / var(--vw) * 16);
  }

  .blog-section.blog-archive .blog-pagination__link,
  .bl_search .blog-pagination__link {
    padding: calc(100vw / var(--vw) * 0) calc(100vw / var(--vw) * 4);
  }

  .blog-section.blog-archive .blog-pagination__link--prev,
  .bl_search .blog-pagination__link--prev {
    margin-right: calc(100vw / var(--vw) * 4);
  }

  .blog-section.blog-archive .blog-pagination__link--next,
  .bl_search .blog-pagination__link--next {
    margin-left: calc(100vw / var(--vw) * 4);
  }

  .blog-section.blog-archive .blog-pagination__ellipsis,
  .bl_search .blog-pagination__ellipsis {
    padding: calc(100vw / var(--vw) * 0) calc(100vw / var(--vw) * 4);
  }
}

@media screen and (max-width: 599px) {
  .sp_disactive {
    display: none;
  }

  .pc_disactive {
    display: block;
  }

  .store_slide_pc {
    display: none;
  }

  .store_slide_sp {
    display: block;
  }

  .ly_main {
    padding: 1rem;
    padding-bottom: 90px;
  }

  .bl_main {
    width: 100%;
    padding: 1rem;
  }

  h1,
  h2 {
    font-size: 1.6rem;
  }

  .el_kawaii_ha::before {
    top: 2px;
  }

  .el_kawaii_ha {
    padding-left: 28px;
  }

  .el_btn_lg {
    padding: 10px 3px;
    border-radius: 9px;
    height: 100%;
  }

  .el_telBtn > p {
    pointer-events: auto;
  }

  .bl_single_wrapper {
    width: 100%;
  }

  .ly_page {
    padding: 4rem 2rem;
  }

  .bl_information th,
  .bl_information table td {
    border: none;
  }

  .bl_page .bl_information h3 {
    margin-bottom: 2rem;
  }

  .ly_area {
    padding: 10px;
  }

  .bl_area {
    padding-bottom: 0;
  }

  .bl_area_cont {
    text-align: center;
    padding-top: 3rem;
  }

  .bl_area_ttl {
    display: inline-block;
  }

  .bl_area_cont h3 {
    font-size: 1.2rem;
  }

  .bl_area_cont li {
    width: 50%;
  }

  .ly_search {
    padding: 2rem 0;
  }

  .bl_storeCard {
    padding: 22px 31.6px;
    margin-bottom: 1rem;
    border-radius: 5px;
    -webkit-box-shadow: 5.74px 8.19px 0 0 #FFDABD;
    box-shadow: 5.74px 8.19px 0 0 #FFDABD;
  }

  .bl_storeCard_header {
    display: block;
  }

  .bl_storeCard_header_ttl {
    margin-bottom: 5px;
  }

  .bl_storeCard_cont {
    display: block;
  }

  .bl_storeCard_photos {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: calc(100vw / var(--vw) * 40);
  }

  .bl_storeCard_photos li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
  }

  .bl_genreList {
    width: 100%;
    margin-top: 12px;
    margin-bottom: 8px;
  }

  .bl_storeCard_time {
    display: block;
  }

  .bl_storeCard_header_ttl::after {
    content: url(../../assets/img/common/icon_arrow_bottom.png);
    margin-left: 6px;
  }

  .bl_search .bl_storeCard_header_ttl {
    margin-bottom: 0;
  }

  /* ボタンエリアのみ、タブレットでも二段に */

  .bl_storeCard .bl_btnArea {
    gap: 6px;
  }

  .bl_btnArea p {
    display: inline-block;
    top: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    line-height: 30px;
  }

  .el_btn_lg > p {
    padding-left: 25px;
    font-size: 15px;
  }

  .bl_storeCard .el_btn_lg > p {
    padding-left: 0;
    text-align: center;
  }

  .bl_storeCard .el_telBtn {
    margin-bottom: 1rem;
  }

  .el_telBtn p::before,
  .el_resvBtn p::before {
    top: 3px;
    left: 0;
  }

  .bl_spService {
    padding: 2rem;
  }

  .bl_spService_cont {
    padding: 4rem 1.5rem;
  }

  .bl_spService > h2 {
    font-size: 1.3rem;
  }

  .bl_spService_main {
    display: block;
    text-align: center;
  }

  .bl_spService_right h3 {
    margin-top: 2rem;
  }

  .bl_spService_left {
    width: 80%;
    min-width: auto;
    margin: auto;
  }

  .ly_store {
    padding-left: calc(100vw / var(--vw) * 30);
    padding-right: calc(100vw / var(--vw) * 30);
  }

  .bl_store {
    padding: calc(100vw / var(--vw) * 20);
    padding-left: calc(100vw / var(--vw) * 40);
    padding-right: calc(100vw / var(--vw) * 40);
  }

  .bl_store > p {
    line-height: 1.5rem;
  }

  .bl_store > h2 {
    font-size: 1.3rem;
    padding: 0.8rem;
    text-align: left;
    margin-bottom: 0.5rem;
  }

  .bl_store h4 {
    margin-right: 25px;
    margin-bottom: 10px;
  }

  .bl_store .bl_tagList {
    padding: 5px;
    padding-left: 15px;
    margin-bottom: 20px;
    gap: 0;
  }

  .bl_access_cont_r h5 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .bl_store .bl_btnArea {
    height: auto;
  }

  .bl_store .el_btn_lg {
    max-width: initial;
    width: 100%;
  }

  .bl_store_photos {
    gap: 15px;
  }

  .bl_store_photos li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }

  /* スライダー */

  .bl_store_gallery_cont {
    margin-bottom: 30px;
  }

  .bl_store_gallery_cont .bl_slider {
    width: 100%;
    margin-bottom: 10px;
  }

  .bl_thumbnail {
    width: auto;
    /* margin-right: -20px; */
  }

  .bl_thumbnail .slick-track {
    display: block;
  }

  .bl_thumbnail li {
    width: 33%;
    position: relative;
    z-index: -1;
  }

  .bl_thumbnail li + li {
    margin-left: 20px;
  }

  .bl_thumbnail li img {
    width: 100%;
    height: 100%;
  }

  /* スライダー矢印 */

  .store_slide_sp .bl_thumbnail .slick-arrow {
    z-index: 10 !important;
  }

  .store_slide_sp .bl_thumbnail .slick-arrow:before {
    /* content:""!important; */
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
  }

  .store_slide_sp .bl_thumbnail .slick-prev:before {
    content: url(../../assets/img/common/icon_slide_sp.png) !important;
    left: 10px;
  }

  .store_slide_sp .bl_thumbnail .slick-next:before {
    content: url(../../assets/img/common/icon_slide_sp.png) !important;
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
    left: -30px;
  }
}

@media screen and (max-width: 599px) and (max-width: 768px) {
  .bl_btnArea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: calc(100vw / var(--vw) * 16);
  }

  .bl_storeCard .el_telBtn {
    border-radius: 9999px;
    margin-bottom: 0;
  }

  .bl_storeCard .el_btn_lg {
    border-radius: 9999px;
    margin-bottom: 0;
  }

  .bl_store .el_btn_lg {
    width: 140px;
    padding: 1px 12px;
    font-size: calc(100vw / var(--vw) * 14);
    border-radius: 9999px;
  }

  .bl_store_contact_r .el_btn_lg {
    width: 140px;
  }

  .bl_access_cont_r h5 {
    margin-top: calc(100vw / var(--vw) * 30);
    margin-bottom: calc(100vw / var(--vw) * 30);
  }
}
/*# sourceMappingURL=styles.css.map */
