section h2:not(.title) {
  height: auto !important;
  background: none !important;
  border-bottom: none !important;
  padding: initial !important;
  /* margin: initial !important; */
}

/* 文字サイズを統一 */
p,
h2,
h3,
h4 {
  font-size: 16px;
}

.mv {
  background: url(images/shop/mv_bk.jpg) center top no-repeat;
}

.mv_content {
  text-align: center;
  padding: 20px 0 10px 0;
}

/************ shop_contact ***********/

.shop_contact {
  color: #fff;
  background-color: #fff;
}

.shop_contact_block {
  position: relative;
  width: 454px;
  margin: 0 auto;
}

.shop_content {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.shop_contact_text1 {
  position: absolute;
  top: 65px;
  left: 125px;
  font-size: 19px;
  font-weight: bold;
  color: #fff;
  font-family: serif;
}

.shop_contact_text2 {
  position: absolute;
  top: 90px;
  left: 100px;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  font-family: sans-serif;
}

.shop_contact_text3 {
  position: absolute;
  top: 130px;
  left: 123px;
  font-size: 19px;
  font-weight: bold;
  color: #fff;
  font-family: serif;
}

/************ shop_detail ***********/

.shop_detail {
  background: url("images/shop/shop_detail_bk.jpg") center top no-repeat;
  background-size: cover;
  padding-top: 50px;
  color: #000;
}

.shop_detail_inner {
  width: 650px;
  margin: 0 auto;
}

.shop_detail h2 {
  font-size: 36px;
  text-align: center;
}

.shop_detail_block {
  display: flex;
  margin-top: 40px;
  background-color: #fff;
}

.shop_detail_block_column {
  margin: 0 auto;
}

.shop_detail_block_column h3 {
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 25px;
}

.shop_detail_block_column_block {
  display: flex;
  margin-top: 20px;
}

.shop_detail_block_column_block_left {
  margin-right: 20px;
}

.shop_detail_area {
  text-align: center;
  margin-top: 50px;
}

.shop_detail_btn {
  text-align: center;
  margin-top: 20px;
}

.info-table table {
  border-spacing: 0 1em;
}

.shop_detail tr {
  padding-bottom: 20px;
}

/************ shop_reinforcement ***********/

.shop_reinforcement {
  padding-top: 50px;
  background-color: #fff;
  padding-bottom: 65px;
  color: #000;
}

.shop_reinforcement_inner {
  width: 650px;
  margin: 0 auto;
}

.shop_reinforcement h2 {
  text-align: center;
  font-size: 20px;
  font-family: serif;
}

.shop_reinforcement {
  text-align: center;
}

.h2_orange {
  font-size: 36px;
  color: #ff603d;
  font-weight: bold;
  position: relative;
}

.h2_orange::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  /* 親要素（行）高さの30%だけ覆う */
  height: 30%;
  background: yellow;
  opacity: 30%;
}

.shop_reinforcement_flex {
  display: flex;
}

.shop_reinforcement_flex {
  margin-top: 35px;
  align-items: center;
  margin-bottom: 50px;
}

.shop_reinforcement_text1 {
  width: 46%;
  margin: 0 auto;
  text-align: left;
}

.shop_reinforcement h3 {
  font-size: 30px;
  font-weight: bold;
  font-family: "Shippori Mincho B1";
  margin-bottom: 15px;
}

.h3_color {
  color: #ff603d;
  font-size: 34px;
}

.shop_reinforcement_block1 {
  display: flex;
  align-items: center;
  background: url("images/shop/shop_reinforcement_bk_img1.png") center top
    no-repeat;
  padding-bottom: 10px;
  margin-bottom: 40px;
}

.shop_reinforcement_block1_column {
  width: 40%;
  margin: 0 auto;
}

.shop_reinforcement h4 {
  margin-bottom: 15px;
}

.shop_reinforcement .h3_storng {
  font-size: 40px;
  font-weight: bold;
  letter-spacing: -0.18em;
  color: #000;
}

.h4_orange {
  color: #ff603d;
  font-size: 26px;
  font-weight: bold;
  font-family: "Shippori Mincho B1";
  position: relative;
}

.h4_orange::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  /* 親要素（行）高さの30%だけ覆う */
  height: 30%;
  background: yellow;
  opacity: 30%;
}

/************ shop_flow ***********/

.shop_flow {
  background-color: #fff;
  color: #000;
}

.shop_flow h2 {
  text-align: center;
  font-weight: bold;
  font-size: 32px;
}

.shop_flow_inner {
  width: 650px;
  margin: 0 auto;
}

.shop_flow_number {
  text-align: center;
}

.shop_flow_block {
  width: 30%;
}

.shop_flow_block h3 {
  white-space: nowrap;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
}

.shop_flow_flex {
  display: flex;
  justify-content: space-between;
}

.shop_flow_img {
  margin-bottom: 10px;
}

.shop_flow_block_text {
  margin-top: 15px;
  margin-bottom: 55px;
}

/************ shop_note ***********/

.shop_note {
  background-color: #16171c;
  padding-top: 25px;
  padding-bottom: 55px;
  color: #000;
}

.shop_note h2 {
  color: #fff;
  text-align: center;
  margin-bottom: 10px !important;
}

.shop_note_inner {
  width: 650px;
  margin: 0 auto;
}

.shop_note_img1 {
  text-align: center;
  margin-bottom: 15px;
}

.shop_note .toggle-box {
  border: 1px solid #ccc;
  background: #fff;
}

.shop_note .toggle-header {
  padding: 12px;
  cursor: pointer;
  font-weight: bold;
  text-align: center;
  position: relative;
  font-size: 16px;
}

/* 閉じ時は▲ */
.shop_note .toggle-arrow {
  top: 20px;
  right: 20px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 8px solid #666;
  transition: transform 0.2s ease;
  position: absolute;
}

/* open クラスで▼に回転 */
.shop_note .toggle-header.open .toggle-arrow {
  transform: rotate(180deg);
}

.shop_note .toggle-body {
  display: none;
  padding: 0 24px 16px;
  /* border-top: 1px solid #eee; */
  background: #fff;
  padding-top: 10px;
}

.shop_note .h3_top {
  margin-left: 10px;
}

.shop_note .h3_box {
  background-color: #292b33;
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 10px;
}

.shop_note h3 {
  text-align: center;
}

.shop_id_box {
  border-left: 6px solid #292b33; /* 左 */
  border-right: 6px solid #292b33; /* 右 */
  border-bottom: 6px solid #292b33; /* 下 */
}

.shop_note .shop_id_box_flex {
  /*  display: flex;
    justify-content: space-around; */
}

.shop_note .refund_text1 {
  font-size: 18px;
  margin-bottom: 10px;
}

.shop_note .refund_text2 {
  margin-bottom: 23px;
}

/************ shop_promise ***********/

.shop_promise_inner {
  width: 650px;
  margin: 0 auto;
}

.shop_promise {
  background: url("images/shop/shop_promise_bk.png") center top no-repeat;
  padding-bottom: 15px;
  background-size: cover;
}

.shop_promise_hand {
  text-align: center;
  padding-top: 40px;
}

.shop_promise h2 {
  text-align: center;
  font-size: 22px;
  margin-bottom: 40px !important;
}

.shop_promise_img {
  text-align: center;
  margin-bottom: 20px;
}

.shop_promise_block {
  position: relative;
}

.shop_promise_text {
  position: absolute;
  top: 30px;
  left: 170px;
  font-weight: bold;
}

.shop_promise_orange {
  color: #ff603d;
  font-weight: normal;
}

/************ shop_item ***********/

.shop_item {
  background-color: #fff;
  padding-bottom: 15px;
  padding-top: 60px;
}

.shop_item_inner {
  width: 650px;
  margin: 0 auto;
}

.shop_item h2 {
  text-align: center;
  font-size: 32px;
  font-family: serif;
  color: #000;
}

.shop_item p {
  margin-top: 55px;
}

/************ shop_reason ***********/

.shop_reason {
  background-color: #16171c;
  padding-top: 60px;
  padding-bottom: 95px;
}

.shop_reason h2 {
  color: #fff;
  text-align: center;
  font-size: 30px;
  font-family: "Shippori Mincho B1";
}

.shop_reason_inner {
  width: 650px;
  margin: 0 auto;
}

.shop_reason_block {
  display: flex;
  align-items: flex-end;
  margin-top: 50px;
}

.shop_reason_block_column {
  width: 46%;
  margin: 0 auto;
}

.h3_kisuu {
  display: inline-block; /* あるいは display:inline; でも OK */
  background: #fff; /* 白いハイライト */
  color: #ff603d; /* 文字色 */
  padding: 3px; /* 文字と背景の余白を確保（お好みで） */
  margin: 0; /* 既定の余白が要らなければリセット */
  line-height: 1.4; /* 行間が気になる場合に調整 */
  font-family: "Shippori Mincho B1";
  margin-bottom: 5px;
  margin-top: 10px;
  font-weight: bolder;
}

.shop_reason_block_text {
  color: #fff;
}

.h3_guusuu {
  display: inline; /* インライン化で幅＝文字列だけ */
  background: #fff; /* 白背景 */
  color: #ff603d; /* 文字色 */
  padding: 3px; /* ← ここを 0 にするか、狭める */
  margin: 0; /* 既定の上下余白も不要ならリセット */
  line-height: 1.4;
  font-family: "Shippori Mincho B1";
  margin-bottom: 5px;
  margin-top: 10px;
  font-weight: bolder;
}

/************ shop_q&a ***********/
.shop_qa {
  background-color: #fff;
  padding-top: 60px;
  color: #000;
}

.shop_qa h2 {
  font-size: 30px;
  text-align: center;
}

.shop_qa_inner {
  width: 650px;
  margin: 0 auto;
}

/* ── Q&A ボックス全体 ── */
.faq-item {
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 16px;
  background: #fff;
}

.faq-item_first {
  margin-top: 38px;
}

.faq-item_last {
  margin-bottom: 0px;
}

/* ── 質問行 ── */
.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  cursor: pointer;
}

/* Qラベル */
.faq-q {
  font-weight: bold;
  margin-right: 8px;
}

/* 質問テキスト */
.faq-text {
  flex: 1;
}

/* トグルアイコン（＋）*/
.faq-toggle-icon::before {
  content: "+";
  font-size: 1.5em;
  color: #666;
  transition: transform 0.2s ease;
}

/* ── 回答（初期は非表示） ── */
.faq-answer {
  display: none;
  padding: 0 16px 16px;
  /* border-top: 1px solid #eee; */
  background: #fff;
  position: relative;
  line-height: 1.6;
}
/* 回答先頭に「A」をラベル表示 */
.faq-answer::before {
  content: "A";
  font-weight: bold;
  color: #e74c3c;
  position: absolute;
  top: 16px;
  left: 16px;
}

/* ── open 状態 ── */
.faq-item.open .faq-toggle-icon::before {
  content: "\2212"; /* − */
}
.faq-item.open .faq-answer {
  display: block;
}
/* ラベルぶんだけテキストを右へずらす */
.faq-item.open .faq-answer p {
  margin-left: 24px;
}

/************ trip_recommendation ***********/

.trip_recommendation {
  background-color: #fff;
  padding-top: 85px;
  color: #000;
}

.trip_recommendation_inner {
  width: 650px;
  margin: 0 auto;
}

.trip_recommendation h2 {
  font-size: 36px;
  text-align: center;
  margin-bottom: 40px;
  font-family: serif;
}

.trip_recommendation_flex {
  display: flex;
  margin-top: 35px;
  margin-bottom: 35px;
}

.trip_recommendation_flex_block2_flex {
  display: flex;
}

.trip_recommendation_flex_block2_cheak {
  margin-right: 10px;
}

.trip_recommendation_flex_block2_flex_text {
  font-weight: bold;
  font-size: 18px;
}

.trip_recommendation_flex_block2_box {
  position: absolute;
  top: 45px;
  left: 35px;
}

.trip_recommendation_flex_block2 {
  position: relative;
  width: 48%;
  margin: 0 auto;
}

.trip_recommendation h3 {
  text-align: center;
  font-size: 20px;
  color: #ff603d;
  font-weight: bolder;
}

.trip_recommendation span.marker {
  background: linear-gradient(transparent 70%, #fdf633 70%);
}

.trip_recommendation_h3_under {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  margin-top: 15px;
}

/************ shop_area ***********/

.shop_area {
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 30px;
  color: #000;
}

.shop_area_inner {
  width: 650px;
  margin: 0 auto;
}

.shop_area_h2_block {
  width: 80%;
  margin: 0 auto;
  background-color: #000;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}

.shop_area_h2_japan {
  position: absolute;
  right: 0;
  top: -40px;
}

.shop_area h2 {
  font-size: 30px;
  text-align: center;
  color: #fff;
}

.shop_area_textbox {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 25px;
  border-left: 3px solid #000; /* 左 */
  border-right: 3px solid #000; /* 右 */
  border-bottom: 3px solid #000; /* 下 */
}
.shop_area_textbox p {
  margin-left: 20px;
  margin-right: 20px;
}

/************ shop_list ***********/

.shop_list {
  background-color: #f6f6f6;
  color: #000;
  padding-top: 35px;
}

.shop_list_inner {
  width: 650px;
  margin: 0 auto;
  padding-bottom: 65px;
}

.shop_list h2 {
  font-size: 30px;
  text-align: center;
}

.shop_list .shop_liest_img1 {
  text-align: center;
  margin-top: 40px;
}

.shop_list h3 {
  font-size: 20px;
}

.shop_list .h3_flex {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 25px;
}

.shop_list .accordion {
  list-style: none;
  padding: 0;
  margin: 0;
}
.shop_list .accordion {
  width: 80%;
  margin: 0 auto;
}

.shop_list .accordion-header {
  /* display: flex;
  justify-content: space-between;   */
  align-items: center;
  cursor: pointer;
  padding: 12px;
  border: 1px solid #ccc;
  background: #fff;
  text-align: center;
  position: relative;
}

/* ▼ 下向き三角を描画 */
.shop_list .arrow {
  top: 20px;
  right: 20px;
  width: 0;
  height: 0;
  position: absolute;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 8px solid #333; /* ← これで「▲」上向き三角 */
  transition: transform 0.25s ease;
  transform: rotate(0deg); /* デフォルトは回転なし */
}

/* 開いたときに180°回転させて「▼」下向きに */
.shop_list .accordion-header.open .arrow {
  transform: rotate(180deg);
}

.shop_list .accordion-content {
  display: none;
  list-style: none;
  padding: 8px 24px;
  margin: 0;
  border-top: none;
}

.shop_list li {
  background-color: #383a46;
  text-align: center;
}

.shop_list .accordion-content li {
  color: #fff;
}

/* -----------------------店舗ページ ----------------- */

/************ mv_base ***********/
.mv_base {
  background: url(images/shop/mv_base_bk.png) center top no-repeat;
  background-size: cover;
}

.mv_base_inner {
  width: 1200px;
  margin: 0 auto;
}
/************ shop_flow_base ***********/
.shop_flow_base {
  padding-top: 40px;
}

.shop_flow_base .shop_flow_number {
  margin-top: 20px;
}

/************ shop_base_voice" ***********/
.shop_base_voice {
  padding-top: 40px;
  background-color: #fff;
}

.shop_base_voice_inner {
  width: 650px;
  margin: 0 auto;
}

.shop_base_voice h2 {
  text-align: center;
  font-size: 24px;
  font-family: serif;
  color: #000;
}

.shop_base_voice_h2_span {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.2rem;
}

.shop_base_voice_h2_color {
  font-size: 34px;
  color: #e74c3c;
}

.shop_base_voice_box {
  padding: 15px;
  border: 5px solid #333; /* 枠線 */
  border-radius: 1rem; /* 角丸（任意）*/
}

.shop_base_voice_box2 {
  display: flex;
}

.shop_base_voice_box h3 {
  background-color: #383a46;
  padding: 10px;
  color: #fff;
}

.shop_base_voice_box_left {
  width: 60%;
}

.shop_base_voice_box_name {
  margin-top: 20px;
  margin-bottom: 20px;
}

.shop_base_voice_box_name_span {
  background-color: #555555;
  color: #fff;
  display: inline-block;
  padding: 5px;
}

.shop_base_voice_box_name_span2 {
  display: inline-block;
  border: 1px solid #333;
  padding: 4px;
  padding-left: 19px;
}

.shop_base_voice_box_text {
  margin-top: 10px;
}
