@charset "UTF-8";

/*---------- ページ全体の指定 ----------*/

html, body, header, section, article, nav, footer,
div, span, p, h1, h2, h3, h4,
ul, ol, li, dl, dt, dd,
table, tr, th, td, tbody, thead, tfoot {
  margin: 0;
  padding: 0;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
}

body {
  width: 100%;
  background-color: #ffffff;
  font-size: 14px;
  line-height: 1.6;
  font-family: 'ヒラギノ角ゴ pro W3', "Hiragino KaKu Gothic Pro", Osaka, sans-serif;
  -webkit-text-size-adjust: 100%;
}

body.has_fixed_header {
  margin-top: 56px;
}

a {
  color: #ec6d71;
  text-decoration: none;
}

a:visited {
  color: #ec6d71;
}

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

header {
  width: 100%;
}

h1 {
  padding: 8px 0 0 5px;
  text-align: left;
  color: #333333;
  font-size: 12px;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
}

header img.main_photo {
  width: 100%;
  height: auto;
}

.fixed_header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 56px;
  background-color: #ffffff;
  z-index: 9999;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 12px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.08);
}

.fixed_header .logo img {
  height: 40px;
  width: auto;
}

.page_visual img.main_photo {
  width: 100%;
  height: auto;
  display: block;
}

#menu_btn {
  background: none;
  border: none;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  padding: 6px 10px;
  margin-right: 10px;
  white-space: nowrap;
}

#page_top {
  margin: 0;
  padding: 0;
}

.scroll_anchor {
  position: relative;
  top: -56px;
  margin: 0;
  padding: 0;
}

/*---------- ハンバーガーMENU ----------*/

/* ドロップダウンナビ本体 */
#dropdown_nav {
  display: none;
  position: fixed;
  top: 56px; /* fixedヘッダーの下から */
  right: 6px;
  width: 220px;
  background-color: #ffffff;
  border: 1px solid #ccc;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  z-index: 9999;
}

#dropdown_nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#dropdown_nav li a {
  display: block;
  padding: 12px 14px;
  border-bottom: 1px solid #eee;
  font-size: 14px;
  font-weight: bold;
  color: #333;
  text-decoration: none;
}

#dropdown_nav li:last-child a {
  border-bottom: none;
}

/* 表示切替用 */
#dropdown_nav.nav_show {
  display: block;
}

/*---------- パンクズとh1 ----------*/

.breadcrumb{
 width: 100%;
 margin: 60px 0 10px 0;
 padding: 0 10px;
 font-size: 12px;
 line-height: 1.5;
 box-sizing: border-box;
}

.page_title{
 width: 100%;
 margin: 0 0 10px 0;
 padding: 0 10px;
 font-size: 16px;
 line-height: 1.4;
 box-sizing: border-box;
}

/*---------- コンテンツ ----------*/

#content {
  padding: 6px;
}

section {
  margin: 0 0 8px 0;
}

section h2 {
  margin: 24px 0 12px 0;
  padding: 6px 0 4px 14px;
  font-size: 16px;
  color: #ffffff;
  font-weight: bold;
  border-bottom: solid 2px #cccccc;
  background: url(https://www.4l-japan.com/images/sp/sp_japan_h2_bg.jpg) center repeat-x;
  border-radius: 8px;
  overflow: hidden;
}

section h2.long {
  font-size: 14px;
}

section h2.first_block {
  margin-top: 8px;
}

/* 共通スタイル（文字・余白） */
section h3 {
  font-size: 14px;
  line-height: 24px;
  font-weight: bold;
  color: #3366cc;
  padding: 1px 0 0 26px;
  margin: 16px 0 12px 0;
}

/* クラス別：各アイコン背景 */
section h3.clover {
  background-image: url(https://www.4l-japan.com/images/sp/japan_sp_main_h3_bg_150x24.jpg);
  background-repeat: no-repeat;
}

section h3.coin {
  background-image: url(https://www.4l-japan.com/images/sp/japan_sp_main_h3_coin_bg_150x24.jpg);
  background-repeat: no-repeat;
}

section h3.megane {
  background-image: url(https://www.4l-japan.com/images/sp/japan_sp_main_h3_megane_bg_150x24.jpg);
  background-repeat: no-repeat;
}

section h3.tokei {
  background-image: url(https://www.4l-japan.com/images/sp/japan_sp_main_h3_tokei_bg_150x24.jpg);
  background-repeat: no-repeat;
}

section h3.cart {
  background-image: url(https://www.4l-japan.com/images/sp/japan_sp_main_h3_cart_bg_150x24.jpg);
  background-repeat: no-repeat;
}

section h3.sagyou {
  background-image: url(https://www.4l-japan.com/images/sp/japan_sp_main_h3_sagyou_bg_150x24.jpg);
  background-repeat: no-repeat;
}

section h3.caution {
  background-image: url(https://www.4l-japan.com/images/sp/japan_sp_main_h3_caution_bg_150x24.jpg);
  background-repeat: no-repeat;
}

section h3.foot {
  background-image: url(https://www.4l-japan.com/images/sp/japan_sp_main_h3_foot_bg_150x24.jpg);
  background-repeat: no-repeat;
}

section h3.f {
  background-image: url(https://www.4l-japan.com/images/sp/japan_sp_main_h3_foot_bg_150x24.jpg);
  background-repeat: no-repeat;
}

section h3.kujira1 {
  background-image: url(https://www.4l-japan.com/images/sp/japan_sp_main_h3_kujira1_bg_150x24.jpg);
  background-repeat: no-repeat;
}

section h3.kujira2 {
  background-image: url(https://www.4l-japan.com/images/sp/japan_sp_main_h3_kujira2_bg_150x24.jpg);
  background-repeat: no-repeat;
}

section p {
  margin: 0 0 8px 0;
  padding: 0;
}

section p12 {
	font-size: 12px;
}

section span.p12 {
	font-size: 12px;
}

section span.bold {
    font-weight: bold;
}

section span.bold_big18 {
    font-weight: bold;
	font-size: 18px;
}

section span.bold_big24 {
    font-weight: bold;
	font-size: 24px;
}

section span.red {
  color: #e60033;
}

section span.red12 {
  color: #e60033;
  font-size: 12px;
}

section span.red_b {
  color: #e60033;
  font-weight: bold;
}

section span.red_b_big18 {
  color: #e60033;
  font-weight: bold;
  font-size: 18px;
}

section span.yen {
  color: #e60033;
  font-weight: bold;
  font-size: 24px;
}

section span.blue {
  color: #007bbb;
}

section span.blue_b {
  color: #007bbb;
  font-weight: bold;
}

section span.blue_b_big18 {
  color: #007bbb;
  font-weight: bold;
  font-size: 18px;
}

section span.brown {
  color: #993300;
}

section span.brown_b {
  color: #993300;
  font-weight: bold;
}

section span.brown_b_big18 {
  color: #993300;
  font-weight: bold;
  font-size: 18px;
}

section span.green {
  color: #00ae4f;
}

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

img.menu-thumb {
  width: 100%;
  height: auto;
  box-shadow: 0 2px 4px rgba(0,0,0,0.15);
  border-radius: 12px;
}

p.area_link_list {
  line-height: 1.8;
}

ul.sitemap {
  margin: 0 0 20px 0;
  padding-left: 1.5em;
  line-height: 1.8;
}

ul.sitemap li {
  margin-bottom: 4px;
}

a.tel_link {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  color: #0066cc;
  background-color: #e8f4ff;
  padding: 10px 14px;
  border: 1px solid #99ccee;
  border-radius: 8px;
  margin: 6px 0;
  text-decoration: none;
}

a.mail_link {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  background-color: #009900;
  padding: 10px 16px;
  border-radius: 8px;
  margin: 8px 0 16px;
  text-decoration: none;
}

section table.table_line {
  width: 100%;
  border-collapse: collapse;
  margin : 8px 0 8px 0;
}

section td.table_line {
  padding : 8px 10px 8px 10px;
}

.voice_scroll_box {
  max-height: 200px;
  overflow-y: auto;
  padding: 10px;
  background-color: #ffffff; /* h3と統一 */
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05); /* 控えめな立体感 */
}

/*---------- 単品メニューのカード ----------*/

div.menu_grid {
 width: 100%;
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
 align-items: flex-start;
 margin: 15px 0 20px;
}

div.menu_grid a.menu_item {
 display: block;
 width: 32%;
 margin: 0 0 10px 0;
 padding: 6px 2px;
 background-color: #ffffff;
 border: none;
 border-radius: 10px;
 text-align: center;
 text-decoration: none;
 box-sizing: border-box;
 box-shadow: none;
}

div.menu_grid a.menu_item img.menu-thumb {
 display: block;
 width: 100%;
 max-width: 100px;
 height: auto;
 margin: 0 auto 6px;
 border-radius: 8px;
}

div.menu_grid a.menu_item p {
 margin: 0;
 font-size: 11px;
 line-height: 1.4;
 color: #333333;
}

/*---------- 単品メニューの説明の折り畳み ----------*/

details.menu_more {
  margin-top: 5px;
  margin-bottom: 30px;
  border: 1px solid #dddddd;
  border-radius: 8px;
  background-color: #ffffff;
}

details.menu_more summary {
  padding: 12px 14px;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  list-style: none;
  position: relative;
}

details.menu_more summary::-webkit-details-marker {
  display: none;
}

details.menu_more summary::after {
  content: "＋";
  position: absolute;
  right: 14px;
  top: 12px;
  font-size: 16px;
}

details.menu_more[open] summary::after {
  content: "－";
}

.menu_more_block {
  border-top: 1px solid #eeeeee;
  padding: 12px 14px;
}

.menu_more_block h4 {
  margin: 0 0 8px 0;
  font-size: 14px;
  line-height: 1.5;
  color: #333333;
}

.menu_more_block p {
  margin: 0 0 8px 0;
  font-size: 13px;
  line-height: 1.7;
}

.menu_more_block p.menu_link {
  margin-bottom: 0;
}

.menu_more_block h4 {
  margin: 0 0 8px 0;
  padding: 4px 0 4px 8px;
  font-size: 14px;
  line-height: 1.5;
  font-weight: bold;
  color: #333333;
  border-left: 4px solid #8dc21f;
}

/*---------- 対応エリアの折り畳み ----------*/

details.area_more {
  margin-top: 10px;
  margin-bottom: 10px;
  border: 1px solid #dddddd;
  border-radius: 8px;
  background-color: #ffffff;
}

details.area_more summary {
  display: block;
  padding: 12px 14px;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  list-style: none;
  position: relative;
}

details.area_more summary::-webkit-details-marker {
  display: none;
}

details.area_more summary::marker {
  display: none;
  content: "";
}

details.area_more summary::after {
  content: "＋";
  position: absolute;
  right: 14px;
  top: 12px;
  font-size: 16px;
}

details.area_more[open] summary::after {
  content: "－";
}

.area_more_block {
  border-top: 1px solid #eeeeee;
  padding: 12px 14px;
}

.area_more_block p {
  margin: 0 0 8px 0;
  font-size: 13px;
  line-height: 1.7;
}

.area_more_block p:last-child {
  margin-bottom: 0;
}

/*---------- 対応エリアのtable ----------*/

table.area_table_sp {
  width: 100%;
  margin: 0 0 20px 0;
  border-collapse: collapse;
  table-layout: fixed;
  text-align: center;
}

table.area_table_sp th {
  background-color: #FFCCFF;
  color: #333333;
  font-size: 14px;
  line-height: 1.4;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  padding: 4px 4px;
  border: 1px solid #FFFFFF;
}

table.area_table_sp td {
  background-color: #FFEEFF;
  color: #333333;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
  vertical-align: middle;
  padding: 4px 2px;
  border: 1px solid #FFFFFF;
}

table.area_table_sp td a {
  color: #333333;
  text-decoration: none;
}

table.area_table_sp td a:hover {
  color: #333333;
  text-decoration: underline;
}

/*---------- お客様の声の折り畳み ----------*/

details.voice_more {
  margin-top: 10px;
  margin-bottom: 20px;
  border: 1px solid #dddddd;
  border-radius: 8px;
  background-color: #ffffff;
}

details.voice_more summary {
  display: block;
  padding: 12px 14px;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  list-style: none;
  position: relative;
}

details.voice_more summary::-webkit-details-marker {
  display: none;
}

details.voice_more summary::marker {
  content: "";
  font-size: 0;
}

details.voice_more summary::after {
  content: "＋";
  position: absolute;
  right: 14px;
  top: 12px;
  font-size: 16px;
}

details.voice_more[open] summary::after {
  content: "－";
}

.voice_more_block {
  border-top: 1px solid #eeeeee;
  padding: 12px 14px;
}

.voice_more_block p {
  margin: 0 0 8px 0;
  font-size: 13px;
  line-height: 1.7;
}

.voice_more_block p:last-child {
  margin-bottom: 0;
}

/*---------- 長文用の折り畳み ----------*/

details.text_more {
  margin-top: 5px;
  margin-bottom: 20px;
}

details.text_more summary {
  display: block;
  padding: 0;
  font-size: 14px;
  line-height: 1.6;
  font-weight: normal;
  color: #333333;
  cursor: pointer;
  list-style: none;
  position: relative;
}

details.text_more summary::-webkit-details-marker {
  display: none;
}

details.text_more summary::marker {
  display: none;
  content: "";
}

details.text_more summary::before {
  content: "▶";
  margin-right: 4px;
  font-size: 10px;
  vertical-align: 1px;
}

details.text_more[open] summary::before {
  content: "▼";
}

.text_more_block {
  margin-top: 8px;
}

.text_more_block p {
  margin: 0 0 10px 0;
  font-size: 14px;
  line-height: 1.6;
}

.text_more_block p:last-child {
  margin-bottom: 0;
}

/*---------- 会社概要ページ専用テーブル ----------*/

section table.company_table {
  width: 100%;
  border-collapse: collapse;
  margin: 12px 0 16px;
  font-size: 14px;
  background-color: #fdf6f7; /* table全体：極薄ピンク */
  border: 1px solid #e5c6ca; /* 上品なくすみピンクベージュ */
  box-shadow: 0 4px 8px rgba(0,0,0,0.05);
}

section th.company_td,
section td.company_td {
  padding: 10px;
  border: 1px solid #e5c6ca;
  text-align: left;
  vertical-align: top;
  color: #333333;
}

section th.company_td {
  background-color: #fbe3e8; /* th：少し濃いピンク */
  font-weight: bold;
  font-size: 15px;
  text-align: center;
}

section td.company_td:first-child {
  background-color: #fbe9eb; /* td左：明るめの落ち着いたピンク */
  font-weight: bold;
  width: 28%;
  text-align: center;
  vertical-align: middle;
}

section td.company_td:last-child {
  width: 72%;
  vertical-align: middle;
  min-height: 50px;
}

.philosophy_wrap {
  background: #f9f9f9;
  padding: 32px 16px;
  border-radius: 12px;
  margin: 24px 0;
}

.poetic {
  text-align: center;
  font-size: 15px;
  line-height: 2.2;
  font-family: 'ヒラギノ明朝 ProN', '游明朝', 'YuMincho', 'Times New Roman', serif;
  color: #333;
  margin: 8px 0;
  letter-spacing: 0.5px;
}

.l_display {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 24px auto;
  padding: 0 8px;
}

.l_card {
  background-color: #fff3f6;
  padding: 16px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  text-align: center;
  font-family: 'ヒラギノ明朝 ProN', '游明朝', serif;
  box-sizing: border-box;
  width: 48%;  /* ← ぴったり2列に収める */
  margin-bottom: 12px;
}

.l_big {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 4px;
  line-height: 1.4;
}

.l_note {
  font-size: 13px;
  color: #666;
  margin-bottom: 4px;
}

.l_mean {
  font-size: 14px;
  color: #333;
}

/*---------- ナビ ----------*/

nav {
  width: 100%;
  margin: 0 0 10px 0;
  background: url(https://www.4l-japan.com/images/sp/nav_bg.gif) repeat-x;
}

nav h2 {
  padding: 5px 0 3px 14px;
  font-size: 14px;
  color: #ffffff;
  border-bottom: solid 1px;
  border-bottom-color: #cccccc;
  background: url(https://www.4l-japan.com/images/sp/h_bg_gray.gif) center repeat-x;
}

nav ul {
  width: 100%;
  border-top: solid 1px;
  border-top-color: #cccccc;
}

nav li {
  width: 100%;
  list-style: none;
  text-align: center;
}

nav li a {
  padding: 10px;
  display: block;
  color: #ec6d71;
  font-weight: bold;
  text-decoration: none;
  border-bottom: solid 2px;
  border-bottom-color: #cccccc;
  background: url(https://www.4l-japan.com/images/sp/nav_bg.gif) repeat-x;
}

/*---------- アコーディオン ----------*/

.accordion-toggle {
  cursor: pointer;
  position: relative;
}

.accordion-toggle::after {
  content: "＋";
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  color: inherit;
}

.accordion-toggle.open::after {
  content: "－";
}

.accordion-body {
  display: none;
}

/*---------- トップに戻る ----------*/

#btn_top {
  position: fixed;
  bottom: 20px;
  right: 10px;
  z-index: 999;
}

#btn_top img {
  width: 50px;
  height: 50px;
  border-radius: 25px;
  box-shadow: 0 0 8px rgba(0,0,0,0.3);
}

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

footer {
  width: 100%;
  padding: 10px 0 10px 0;
  color: #333333;
  text-align: center;
  border-top: solid 1px;
  border-top-color: #cccccc;
  background-color: #eeeeee;
}

footer p {
	color: #555555;
	margin: 0 0 8px 0;
	line-height: 1.6;
}

footer a {
  color: #555555 !important;
}

footer a:visited {
  color: #555555;
}

footer p.copy {
  padding: 10px;
  font-size: 12px;
  color: #555555;
}

footer p.copy a {
  color: #ee827c !important;
  text-decoration: none;
}

footer p.copy a:visited {
  color: #ee827c;
  text-decoration: none;
}

.footer_title {
	font-weight: bold;
	margin-top: 15px;
}

.footer_subtitle {
	font-weight: bold;
	margin-top: 10px;
}

.footer_menu {
	margin-top: 15px;
	text-align: center;
}

.footer_contact {
	margin-top: 15px;
	text-align: center;
}

.footer_area {
	margin-top: 15px;
	text-align: center;
}

.footer_bottom {
	margin-top: 20px;
	text-align: center;
	font-size: 12px;
}