@import url('https://fonts.googleapis.com/css2?family=Libre+Franklin:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&display=swap');

// <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 100 to 900

.noto-sans-jp-<uniquifier> {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #555555;
	font-family: "Libre Franklin", sans-serif, "Noto Sans JP", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 1rem;
	line-height: 1.8;
	letter-spacing:.04em;
}

h1.entry-title,
h1.page-title,
h1.item-title {
	font-size:1.8em;
	font-weight: 700;
	line-height: 1.4;
}

h1.entry-title,
h1.page-title {
	margin-bottom:2.2em;
}

h1.item-title {
	margin-bottom:1.2em;
}

h2 {
	font-size:1.6em;
	font-weight: 700;
	margin-bottom:1em;
}

@media screen and (max-width: 576px) {
h1.entry-title {
	font-size:1em !important;
	line-height: 1.4;
}

h1.entry-title {
	margin-bottom:2.2em;
}

h2 {
	font-size:1em !important;
	margin-bottom:1em;
}
}

@media screen and (max-width: 1024px) {
h1.entry-title,
h1.page-title,
h1.item-title {
	font-size:1.4em;
	font-weight: 700;
	line-height: 1.4;
}

h1.entry-title,
h1.page-title {
	margin-bottom:1.4em;
}

h1.item-title {
	margin-bottom:1em;
}

h2 {
	font-size:1.2em;
	font-weight: 700;
	margin-bottom:1em;
	line-height: 1.4;
}
}

h5 {
	font-weight:700;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p.cat-title {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1.2rem;
	font-weight:700;
	line-height: 1.35;
}

@media screen and (max-width: 1024px) {
p {
	font-size: 0.8rem !important;
	line-height: 1.7 !important;
}
}

@media screen and (min-width: 577px) and (max-width: 1024px) {
p.cat-title {
	font-size: 1.1rem !important;
	line-height: 1.35 !important;
}
}

@media screen and (max-width: 576px) {
p.item-title {
	font-size: 0.75rem !important;
	line-height: 1.7 !important;
}

p.cat-title {
	font-size: 0.95rem !important;
	line-height: 1.35 !important;
}
}

@media screen and (max-width: 576px) {
.archive p {
	font-size: 0.75rem;
	letter-spacing:.02em;
	line-height: 1.6;
}
}

.entry-meta {
	font-size:0.8rem;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
dl {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

dt, dd {
  display: flex;
  margin: 0;
  box-sizing: border-box;
}

dt {
  width: 18%;
}

dd {
  width: 82%;
}

.main-navigation ul {
	font-weight:700;
}

.main-navigation ul li {
	margin-right:20px;
}

@media screen and (max-width: 1024px) {
dt,dd,table {
	font-size: 0.8rem !important;
	line-height: 1.7 !important;
}
}

body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

table th,table td {
	color: #555555 !important;
	padding: 0.8em !important;
}

table th {
	white-space: nowrap;
}

table td p:last-child {
	margin: 0 !important;
}

table td table th {
	width: 20% !important;
	white-space: normal;
}

@media screen and (max-width: 768px) {
table th {
	white-space: normal;
	border-bottom:1px solid #dfe2e6 !important;
	background:#f7f7f7 !important;
}

table td,table th {
	display: block;
    width: 100%;
}
}

/* Links
--------------------------------------------- */
a {
	color: #555555;/*new*/
	text-decoration:none;
}

a:visited {
	color: #555555;/*new*/
}

a:hover,
a:focus,
a:active {
	color: #555555;/*new*/
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

.main-navigation a {
	color: #545454;/*new*/
}

.main-navigation a:visited {
	color: #545454;/*new*/
}

.main-navigation a:hover,
.main-navigation a:focus,
.main-navigation a:active {
	color: #545454;/*new*/
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/* archives onlinestore
--------------------------------------------- */
.hover-overlay {
    position: relative;
    overflow: hidden;
}
.hover-overlay img {
    transition: transform 0.3s ease;
}
.hover-overlay:hover img {
    transform: scale(1.1);
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	padding:10px;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hover-overlay:hover .overlay {
    opacity: 1;
}
.overlay-text {
    color: #fff;
    /*font-size: 1.5rem;*/
    text-align: center;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
	margin-top:40px;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 9998;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
		justify-content: center; /* 修正箇所：メニュー項目を中央寄せ */
	}
}


.nav-small {
	font-size:0.75rem;
}


#masthead {
  position: relative;
  text-align: center; /* 修正箇所：ロゴ等を中央寄せ */
}

/* Instagramアイコン：スマホ時のみ表示 */
.instagram-icon {
  display: none; /* デフォルトは非表示 */
}

.instagram-icon a {
  pointer-events: auto;
}

/* スマホ表示時のみ表示する例（画面幅1024px以下） */
@media screen and (max-width: 1024px) {
  .instagram-icon {
    display: block;
    position: fixed;
    top: 65px;    /* 画面上部からの距離 */
    right: 12px; /* 画面右端からの距離 */
    z-index: 9999; /* ほかの要素よりも上に表示 */
    pointer-events: auto; /* クリックを有効に */
  }
  .instagram-icon a svg {
    width: 27px;
    height: 27px;
    fill: #545454;
    display: inline-block;
  }
}

@media screen and (max-width: 1024px) {
  .instagram-icon,
  .instagram-icon a,
  .instagram-icon a svg {
    pointer-events: auto !important;
  }
}

.container {
	margin-top:50px;
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

.l-nav {
	font-size:1.4rem !important;
	top:-6px;
}

.menu-item-cart a svg {
    width: 27px;
    height: 24px;
    fill: #545454;
    display: inline-block;
    transform: translateY(-6px);
	margin-left:4px;
	margin-right:4px;
}

.menu-item-instagram a svg {
    width: 27px;
    height: 24px;
    fill: #545454;
    display: inline-block;
    transform: translateY(-6px);
	margin-left:4px;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/* BootStrap
--------------------------------------------- */

.site-header {
	margin-top:3em;
	margin-bottom:4.5em;
}

/* サブメニューの基本スタイル */
#site-navigation .sub-menu {
    list-style: none;
    padding: 10px 0;
    margin: 0;
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    background-color: #fff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 10;
    min-width: 310px;
    max-width: 1000px !important;
    box-sizing: border-box;
}

/* サブメニューの項目 */
#site-navigation .sub-menu li {
    padding: 0 20px 10px;
    white-space: normal;
    word-wrap: break-word;
    overflow: hidden;
}

#site-navigation .sub-menu li:first-child {
    padding: 10px 20px;
}

#site-navigation .sub-menu li:last-child {
    padding: 0 20px 10px;
}

/* サブメニューのリンク */
#site-navigation .sub-menu li a {
    text-decoration: none;
    color: #333;
    display: block;
    width: 100%;
    box-sizing: border-box;
}

/* ホバー時にサブメニューを表示 */
#site-navigation .menu-item-has-children:hover > .sub-menu {
    display: block;
}

/* サブメニューのホバー時のスタイル */
#site-navigation .sub-menu li:hover > a {
    color: #555555;
}

/* カルーセルのサムネイル */
.carousel-thumbnails .thumbnail {
    cursor: pointer;
    border-radius: 0;
    border: 2px solid transparent;
    transition: border-color 0.3s ease;
}

.carousel-thumbnails .thumbnail.active,
.carousel-thumbnails .thumbnail:hover {
    border-color: #000;
}

/* カスタムナビゲーションボタンの共通スタイル */
.custom-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
    border: none;
    cursor: pointer;
    transition: box-shadow 0.3s ease, background-color 0.3s ease;
}

.item .custom-nav {
    top: 40%;
    transform: translateY(-40%);
}

/* 768px以下のビューポートで中央縦並びに */
@media (max-width: 767.98px) {
.custom-nav {
    top: 40%;
    transform: translateY(-40%);
}
.item .custom-nav {
    top: 40%;
    transform: translateY(-40%);
}
}

/* 左ボタンの位置 */
.carousel-control-prev {
    left: 10px;
}

/* 右ボタンの位置 */
.carousel-control-next {
    right: 10px;
}

/* カスタム矢印アイコン */
.carousel-control-prev-icon,
.carousel-control-next-icon {
    display: block;
    width: 20px;
    height: 20px;
    background-image: none;
    border: solid white;
    border-width: 0 4px 4px 0;
    transform: rotate(45deg);
    box-sizing: border-box;
    opacity: 1;
}

/* 左矢印 */
.carousel-control-prev-icon {
    transform: rotate(135deg) scale(1);
}

/* 右矢印 */
.carousel-control-next-icon {
    transform: rotate(-45deg) scale(1);
}

/* ホバー効果 */
.custom-nav:hover {
    box-shadow: none;
    background-color: transparent;
}

/* カルーセルとh2の間の隙間を削除 */
.carousel {
  margin-bottom: 0;
}

/* iPhone Safari フェード対策用追加 */
.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-item.active {
    opacity: 1;
}

@media (max-width: 767px) {
/* 左ボタンの位置 */
.carousel-control-prev {
    left: 4px;
}

/* 右ボタンの位置 */
.carousel-control-next {
    right: 4px;
}

  /* スマホ時の矢印サイズを1/2に */
  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    width: 15px;
    height: 15px;
    border-width: 0 3px 3px 0;
  }

  /* 左矢印のサイズ調整 */
  .carousel-control-prev-icon {
    transform: rotate(135deg) scale(0.5);
  }

  /* 右矢印のサイズ調整 */
  .carousel-control-next-icon {
    transform: rotate(-45deg) scale(0.5);
  }
}



.text-center.h2 {
  margin-top: 0;
}

/* フッターメニューのスタイル */
.menu-footer-menu-container {
  text-align: center;
	margin-bottom:10px;
}

@media screen and (max-width: 1024px) {
.menu-footer-menu-container {
  display:none;
}
}

#menu-footer-menu {
  list-style: none !important; /* 修正：中黒ドットを消去 */
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  gap: 20px;
}

#menu-footer-menu li {
  display: inline;
}

#menu-footer-menu li a {
  text-decoration: none;
  color: #333;
  	font-size:0.75em;
  transition: color 0.3s ease;
}

#menu-footer-menu li a:hover {
  color: #007BFF;
}

/* 768px以下のビューポートで中央縦並びに */
@media (max-width: 767.98px) {
  #menu-footer-menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
  }

  #menu-footer-menu li {
    display: block;
    width: 100%;
    text-align: center;
  }

  #menu-footer-menu li a {

  }
}

.site-footer {
	margin-top:40px;
	margin-bottom:40px;
	border-top: none !important; /* 修正：境界線を消去 */
}

.home .site-footer {
	margin-top:80px;
	margin-bottom:40px;
}

.site-info {
	font-size:0.75em;
	text-align:center;
  color: #333;
}

@media screen and (max-width: 576px) {
.site-info {
	text-align:left;
	font-size:0.75em;
  color: #262626;
}
}

input[type="submit"] {
    width: 240px !important;
    height: 36px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    border: 1px solid #fff !important;
    background-color: #ab1b2c !important;
    font-size: 14px !important;
    color: #fff !important;
    cursor: pointer !important;
    padding: 0 !important;
    box-sizing: border-box !important;
}

.strong {
	font-weight:700;
}

p.backorder,
p.soldout {
	margin:0 !important;
	padding:5px 20px;
	background:#777;
	color:#fff;
	font-weight:500;
	display:inline-block;
	font-size:0.8rem;
}

p.cool {
	margin:0 0 20px 0 !important;
	padding:5px 20px;
	background:#c01734;
	color:#fff;
	font-weight:500;
	display:inline-block;
	font-size:0.8rem;
}

a.fa-custom-icon {
    color: #666666 !important;
}


.fa-custom-icon::before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32.6 30"><path fill="%23545454" d="M29,22.7H7.6L4.4,2.1H0V0h6.2l.4,2.7h26l-2.6,15.8H9.1l.3,2.2h19.6v2.1h0ZM8.8,16.3h19.4l1.9-11.6H6.9l1.8,11.6h.1Z"/><path fill="%23545454" d="M10.5,29.9c-1.6,0-2.9-1.3-2.9-2.9s1.3-2.9,2.9-2.9,2.9,1.3,2.9,2.9-1.3,2.9-2.9,2.9ZM10.5,25.9c-.6,0-1.1.5-1.1,1.1s.5,1.1,1.1,1.1,1.1-.5,1.1-1.1-.5-1.1-1.1-1.1Z"/><path fill="%23545454" d="M26.5,29.9c-1.6,0-2.9-1.3-2.9-2.9s1.3-2.9,2.9-2.9,2.9,1.3,2.9,2.9-1.3,2.9-2.9,2.9ZM26.5,25.9c-.6,0-1.1.5-1.1,1.1s.5,1.1,1.1,1.1,1.1-.5,1.1-1.1-.5-1.1-1.1-1.1Z"/></svg>');
    background-size: contain;
    background-repeat: no-repeat;
}


@media screen and (max-width: 576px) {
.mob-menu-logo-holder a img.mob-standard-logo,
.mob-menu-logo-holder a img.mob-retina-logo {
	height:20px !important;
	width:auto !important;
}
}

/* 修正箇所：Safariでのロゴの歪みを解消 */
.safari .custom-logo {
  max-width: 300px !important;
  /* width: auto !important; */
}

.map {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9の縦横比に固定 */
}
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Acorn Days Grid Style */
.acorn-container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px;
}

.acorn-header {
    text-align: center;
    margin-bottom: 40px;
}

.acorn-nav {
    display: flex;
    justify-content: center;
    gap: 20px;
    list-style: none;
    font-size: 0.9rem;
}

.acorn-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
}

.acorn-card {
    border: 1px solid #eee;
    background: #fff;
    transition: opacity 0.3s;
}

.acorn-card:hover {
    opacity: 0.8;
}

.acorn-thumbnail img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    display: block;
}

.acorn-grid .acorn-thumbnail img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    display: block;
}

.acorn-meta {
    padding: 15px;
}

.acorn-meta time {
    font-size: 0.8rem;
    color: #888;
}

.acorn-meta h3 {
    margin: 5px 0 0;
    font-size: 1rem;
}

/* Single Page Style */
.acorn-single-container {
    max-width: 800px;
    margin: 40px auto;
    padding: 0 20px;
}

.acorn-single-image img {
    width: 100%;
    height: auto;
    display: block;
}

.acorn-single-content {
    padding: 20px 0;
}

.acorn-footer-nav {
    /*margin-top: 40px;*/
    display: flex;
    justify-content: space-between;
    /*border-top: 1px solid #eee;*/
    /*padding-top: 20px;*/
}


/* デフォルト（モバイル）は100%表示 */
.img-80, .img-50 {
    width: 100%;
    height: auto;
}

/* PC・タブレット（768px以上）で幅を制限 */
@media (min-width: 768px) {
    .img-80 {
        width: 80% !important;
    }
    .img-50 {
        width: 50% !important;
    }
}


/* WPForms お問い合わせ完了画面（確認メッセージ）の色変更 */

/* 1. 背景色と外枠の色を変更 */
div.wpforms-confirmation-container-full {
    background-color: #f8f9fa !important; /* 新しい背景色（例：ごく薄いグレー） */
    border: 1px solid #ddd !important;     /* 新しい枠線の色（例：薄いグレー） */
    
    /* 以前の緑色の指定を打ち消すための設定 */
    color: #333 !important;                 /* 文字色を読みやすい色に固定 */
    padding: 20px !important;              /* 余白を整える（必要に応じて） */
    text-align: center !important;          /* 文字を中央揃えに（必要に応じて） */
    text-transform: lowercase !important; /* サイトのトーン（小文字）に合わせる */
}



