@charset "UTF-8";
/*!
Theme Name: hotalab
Theme URI: http://hotalab/
Author: hotalab
Author URI: http://hotalab/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: hotalab
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

hotalab is based on hotalab https://hotalab/, (C) 2012-2020 Automattic, Inc.
hotalab is distributed under the terms of the GNU GPL v2 or later.
*/
/*-----------------------------
変数読み込み
------------------------------*/
/*-----------------------------
ブレークポイント設定
@include mq(md) {  }
"sm": "screen and (max-width: 400px)",
"md": "screen and (max-width: 768px)",
"lg": "screen and (max-width: 1000px)",
"xl": "screen and (max-width: 1200px)",
------------------------------*/
/*-----------------------------
ベースフォントサイズ指定
------------------------------*/
/* =================================
フォントサイズ　ベースセッティング
================================== */
html {
  /* ベースのフォントサイズを10pxとする */
  font-size: 62.5%;
  font-feature-settings: "palt";
}

body {
  font-size: 1.8rem; /* calcサポート外をフォールバック */
  font-size: calc(1.8rem + (1vw - 0.48rem) * 0.5556); /* viewportが480px以上1200px以下可変 */
  min-height: 0vw; /* Safari用バグフィックス */
  line-height: 1.8;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #333333;
  background-color: #FFF;
}

h1 {
  font-size: 3.5rem; /* calcサポート外をフォールバック */
  font-size: calc(3.5rem + (1vw - 0.48rem) * 0.5556); /* viewportが480px以上1200px以下可変 */
  min-height: 0vw; /* Safari用バグフィックス */
  line-height: 1.8;
  font-weight: 500;
  color: #333333;
  margin-bottom: 2rem;
  transform: rotate(0.03deg);
}

h2 {
  font-size: 2.4rem; /* calcサポート外をフォールバック */
  font-size: calc(2.2rem + (1vw - 0.48rem) * 0.5556); /* viewportが480px以上1200px以下可変 */
  min-height: 0vw; /* Safari用バグフィックス */
  line-height: 1.6;
  font-weight: 500;
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 2rem;
  transform: rotate(0.03deg);
}

h3 {
  font-size: 2rem; /* calcサポート外をフォールバック */
  font-size: calc(2rem + (1vw - 0.48rem) * 0.5556); /* viewportが480px以上1200px以下可変 */
  min-height: 0vw; /* Safari用バグフィックス */
  line-height: 1.5;
  font-weight: 500;
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  transform: rotate(0.03deg);
}

h4 {
  font-size: 1.8rem; /* calcサポート外をフォールバック */
  font-size: calc(1.6rem + (1vw - 0.48rem) * 0.5556); /* viewportが480px以上1200px以下可変 */
  min-height: 0vw; /* Safari用バグフィックス */
  line-height: 2;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  transform: rotate(0.03deg);
  color: #333333;
}

/*------ メディアクエリ --------*/
/* デバイス幅が1200px以上 */
@media screen and (min-width: 1200px) {
  body {
    font-size: 1.8rem;
  }
  h1 {
    font-size: 3rem;
  }
  h2 {
    font-size: 2.4rem;
  }
  h3 {
    font-size: 2rem;
  }
  h4 {
    font-size: 2rem;
  }
}
/* デバイス幅が480px以下 */
@media screen and (max-width: 480px) {
  body {
    font-size: 1.6rem;
  }
  h1 {
    font-size: 2rem;
  }
  h2 {
    font-size: 1.8rem;
  }
  h3 {
    font-size: 1.6rem;
  }
  h4 {
    font-size: 1.2rem;
  }
}
/*-----------------------------
ベーススタイル
------------------------------*/
/*
Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
button,
input,
select,
optgroup,
textarea {
  color: #404040;
}

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

p {
  margin-bottom: 0;
}

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

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

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

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

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

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

figure {
  margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
  color: #4169e1;
}

a:hover,
a:focus,
a:active {
  color: #191970;
}

a:focus {
  outline: thin dotted;
}

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

/* 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
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* 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;
}

/*-----------------------------
レイアウト
------------------------------*/
/**レスポンシブにした時のナビの見せ方**/
header nav {
  position: fixed;
  width: 100%;
  top: 0;
  right: -100%;
  background-color: #fff;
  height: 60%;
  padding-top: 60px;
  transition: right 400ms; /* メニューのスライドアニメーション */
}

header nav.active {
  right: 0; /* メニューを表示 */
  z-index: 2;
}

header nav ul li {
  width: 100%;
}

header .btn-gnavi {
  position: fixed;
  top: 30px;
  right: 40px;
  width: 20px;
  height: 20px;
  /* z-index: 3; */
  cursor: pointer;
  transition: all 400ms;
  -webkit-transition: all 400ms;
}
/* @media screen and (min-width: 768px) {
  header .btn-gnavi {
    top: 50px;
  }
} */

header .btn-gnavi span {
  position: absolute;
  width: 20px;
  height: 2px;
  background: #666;
  border-radius: 10px;
  -webkit-transition: all 400ms;
  transition: all 400ms;
  margin-bottom: 0;
}

header .btn-gnavi span:nth-child(1) {
  top: 0;
}

header .btn-gnavi span:nth-child(2) {
  top: 8px;
}

header .btn-gnavi span:nth-child(3) {
  top: 16px;
}

header .btn-gnavi.hb-open span {
  background: #333;
}

header .btn-gnavi.hb-open span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
  -webkit-transform: translateY(8px) rotate(45deg);
}

header .btn-gnavi.hb-open span:nth-child(2) {
  opacity: 0;
}

header .btn-gnavi.hb-open span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
  -webkit-transform: translateY(-8px) rotate(-45deg);
}

/* デフォルトで非表示にする */
#global-navi {
  display: none; /* クリックされるまでは非表示 */
  background-color: #F5F5F5;
  flex-direction: column; /* 子要素を縦並びにする */
  align-items: center; /* 子要素を水平中央揃え */
  padding: 0;
  width: 100%;
  height: 100vh; /* ビューポートの高さに合わせる */
  z-index: 9998; /* 他のすべてのコンテンツより上 */
}

/* .active が追加されたら表示する */
#global-navi.active {
  display: flex;
  /* z-index: 9999;  */
}

.hamburger-logo-photo {
  margin: 20 auto;
}

.hamburger-logo-photo img {
  width: 160px;
  height: auto;
  margin: 30px auto;
}

.hamburger-menu {
  display: flex;
  flex-direction: column; /* 子要素を縦並びにする */
  align-items: center; /* 子要素を水平中央揃え */
  list-style: none; /* リストのデフォルトスタイルを削除 */
  padding: 0;
  margin: 0;
  width: 100%;
}

.hamburger-menu li {
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 0; /* 各リストアイテムの間にスペースを追加 */
  border-top: #333 solid 1px;
  width: 100%;
  transition: background-color 0.3s ease;
}

.hamburger-menu li:hover {
  background-color: #fff; /* hover時の背景色を設定 */
}

.hamburger-menu li a {
  font-size: 16px;
  text-decoration: none; /* リンクの下線を削除 */
  color: #333; /* リンクの色を設定 */
  display: block; /* リンクをブロック要素にする */
  width: 100%; /* リンクの横幅を100%に設定 */
  padding: 0 10px 0 100px;
}
@media screen and (min-width: 768px) {
  .hamburger-menu li a {
    text-align: center;
    padding: 0 10px;
  }
}

.hamburger-menu-last-list {
  border-bottom: #333 solid 1px;
  width: 100%;
}

.breadcrumb a {
  text-decoration: none;
  margin: auto 8px;
}

.breadcrumb a:hover {
  text-decoration: none;
}

.breadcrumb {
  margin: 36px 24px 0 24px;
  font-size: 14px;
  position: relative;
  z-index: 10;
}

.fixed-footer {
  border-top: 1px solid #333;
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #FFF;
  z-index: 1000;
}
.copyright-area {
  padding-top: 24px;
  padding-bottom: 24px;
}
.copyright-area-2 {
  padding: 28px 0;
}
.copy-right {
  font-size: 12px;
  letter-spacing: 1.2px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .copy-right {
    font-size: 10px;
  }
  .copyright-area {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
.footer-btn {
  font-size: 16px;
  height: 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 64px;
}

.footer-btn img {
  width: 25px;
}
.footer-btn:nth-child(2) {
  background-color: #333333;
  color: #FFF;
}
.footer-btn:nth-child(2) {
  background-color: #333333;
  color: #FFF;
}
.icon-list {
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  margin-top: 1.5rem;
}
.icon-list li {
  display: block;
  margin-left: 1.2rem;
}
.icon-list li:first-child {
  margin-left: 0;
}
.icon-list li img {
  width: 90%;
}
@media screen and (min-width: 768px) {
  .icon-list {
    justify-content: end;
    margin-top: 0;
  }
}

.site-info {
  background: #FFF;
  color: #111;
}
.site-info h4 {
  font-size: 1.6rem;
}
.site-info ul, .site-info li {
  margin: 0;
  padding: 0;
  font-size: 1.2rem;
}
.site-info .data {
  max-width: 400px;
  margin-left: 2rem;
}
@media screen and (min-width: 768px) {
  .site-info .data {
    margin-left: auto;
  }
}

.sitemap-text-m {
  font-weight: bold;
}

.pagination div {
  margin: 3rem auto;
}

.pagination ul {
  display: flex;
  list-style: none;
  font-size: 1.6rem;
  margin: 0;
}
.pagination ul li {
  display: flex;
  margin-right: 5px;
}
.pagination ul li .page-numbers {
  display: block;
  padding: 3px 12px;
  color: #111;
}
.pagination ul li span {
  background: #F2F2F2;
  border-radius: 50vh;
  display: block;
}
.pagination ul li a {
  border-radius: 50vh;
  display: block;
  padding: 3px 10px;
  color: #111;
}
.pagination ul li a:hover {
  background-color: #F2F2F2;
  color: #111;
}
.pagination ul li:last-child {
  margin-right: 0;
}

/*----------------------------
サイトごとのオリジナルのスタイル
------------------------------*/
/*=============================
TOP
=============================*/
.hota-main {
  position: fixed;
  bottom: 15%;
  left: 5%;
  width: 600px;
  max-width: 30vw;
  height: auto;
  object-fit: contain;
  z-index: 1;
}
@media screen and (max-width: 600px) {
  .hota-main {
    max-width: 60vw;
  }
}
.bubble {
  position: absolute;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  animation: pulse 3s infinite ease-in-out;
  transition: transform 0.6s ease, font-size 0.6s ease;
  z-index: 5;
}
/* hoverでちょっと大きく */
.bubble:hover {
  transform: scale(1.3);
  font-size: 20px;
}

/* ホバー時の色保持 */
.pink:hover { color: white; }
.green:hover { color: white; }
.yellow:hover { color: white; }
.blue:hover { color: white; }
.purple:hover { color: white; }
.orange:hover { color: white; }
/* 色 */
.pink { background: #ff4fa1; }
.green { background: #16af02; }
.yellow { background: #f1c40f;}
.blue { background: #4faaff; }
.purple { background: #b84fff; }
.orange { background: #ff7f00; }
/* 大きさ＆配置（6つのバブル用に最適化） */
.pink {
  width: 110px;
  height: 110px;
  top: 15%;
  left: 20%;
  animation-delay: 0s;
}
.purple {
  width: 95px;
  height: 95px;
  top: 55%;
  left: 30%;
  animation-delay: 0.5s;
}
.yellow {
  width: 130px;
  height: 130px;
  top: 35%;
  left: 45%;
  animation-delay: 1.0s;
}
.blue {
  width: 85px;
  height: 85px;
  top: 45%;
  left: 75%;
  animation-delay: 1.5s;
}
.green {
  width: 140px;
  height: 140px;
  top: 10%;
  left: 65%;
  animation-delay: 2.0s;
}
.orange {
  width: 100px;
  height: 100px;
  top: 65%;
  left: 55%;
  animation-delay: 2.5s;
}

@media screen and (max-width: 600px) {
  .pink {
    width: 90px;
    height: 90px;
    top: 25%;
    left: 8%;
  }
  .purple {
    width: 100px;
    height: 100px;
    top: 45%;
    left: 25%;
  }
  .yellow {
    width: 110px;
    height: 110px;
    top: 26%;
    left: 52%;
  }
  .blue {
    width: 75px;
    height: 75px;
    top: 45%;
    left: 65%;
  }
  .green {
    width: 120px;
    height: 120px;
    top: 8%;
    left: 30%;
  }
  .orange {
    width: 85px;
    height: 85px;
    top: 60%;
    left: 55%;
  }
}

/* アニメーション */
@keyframes pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
}

/* headerのスタイル */
.btn-gnavi {
    position: relative;
    width: 40px;
    height: 40px;
    cursor: pointer;
    border: none;
    background: none;
    padding: 0;
    z-index: 10001;
}

.menu-icon {
  width: 40px;
  height: auto;
  position: absolute;
  top: 0;
  left: 10px;
  transform: translate(-20%, -20%);
  transition: opacity 0.3s ease;
  z-index: 1;
}
/* ハンバーガーメニューが開いた時の「×」マーク */
.btn-gnavi.hb-open .menu-icon {
    opacity: 0;
}

.btn-gnavi::after {
  content: '×';
  position: fixed;
  top: 20px;
  right: 20px;
  transform: none;
  font-size: 32px;
  font-weight: bold;
  color: #333;
  opacity: 0;
  transition: all 0.3s ease;
  z-index: 99999 !important;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  pointer-events: none;
}

@media screen and (min-width: 768px) {
  .btn-gnavi::after {
    top: 20px;
  }
}

.btn-gnavi.hb-open::after {
  opacity: 1;
  pointer-events: auto;
}
/* footerのスタイル */
.invert {
  filter: invert(1);
}
/* footer を下部に固定 */
.site-footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 9000;
}
/*=============================
プロフィール
=============================*/
/* プロフィールページのmain要素をfooterより下に配置 */
.page-template-profile #primary.site-main {
  position: relative;
  z-index: 100;
  padding-bottom: 120px; /* フッターの高さ分の余白を追加 */
}

/* プロフィールページのコンテナセクション */
.page-template-profile .container01 {
  padding-bottom: 100px; /* フッターとの余白を確保 */
}

/* プロフィールページのコンテナ */
.profile-container {
  display: flex;
  align-items: flex-end;
  min-height: 70vh;
  padding: 2rem;
  position: relative;
  z-index: 200;
  margin-bottom: 60px;
}

/* メインタイトル */
.main-title-area {
  color: #333;
  font-size: 2.5rem;
  font-weight: 600;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  padding: 2rem 0;
  margin-top: 1rem;
}

/* 画像エリア（左側） */
.profile-image-area {
  flex: 0 0 auto;
  margin-right: 3rem;
}

.hota-profile-img {
  width: 400px;
  max-width: 35vw;
  height: auto;
  object-fit: contain;
  display: block;
}

/* テキストボックス（右側） */
.profile-text-box {
  flex: 1;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 3rem;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  margin-top: 2rem;
}

.profile-text-box .sub-title {
  color: #333;
  margin-bottom: 2.5rem;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 600;
}

.profile-text {
  max-width: 100%;
}

.profile-text p {
  margin-bottom: 1.5rem;
  line-height: 1.9;
  color: #555;
  font-size: 1.6rem;
  padding: 0.8rem 1.2rem;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 12px;
  transition: all 0.3s ease;
}

.profile-text p:hover {
  background: rgba(255, 255, 255, 0.9);
  transform: translateX(5px);
  box-shadow: 0 5px 15px rgba(255, 79, 161, 0.1);
}

/* 背景の円 */
.profile-background-circles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}

.circle-pink {
  position: absolute;
  border-radius: 50%;
  background: #ff4fa1;
  opacity: 0.7;
  animation: float 6s ease-in-out infinite;
}
.circle-green {
  position: absolute;
  border-radius: 50%;
  background: #16af02;
  opacity: 0.7;
  animation: float 6s ease-in-out infinite;
}

.circle1 {
  width: 100px;
  height: 100px;
  top: 10%;
  right: 20%;
  animation-delay: 0s;
}

.circle2 {
  width: 80px;
  height: 80px;
  top: 50%;
  right: 60%;
  animation-delay: 1s;
}

.circle3 {
  width: 120px;
  height: 120px;
  top: 60%;
  right: 15%;
  animation-delay: 2s;
}

.circle4 {
  width: 90px;
  height: 90px;
  top: 80%;
  right: 45%;
  animation-delay: 3s;
}

.circle5 {
  width: 110px;
  height: 110px;
  top: 20%;
  right: 80%;
  animation-delay: 4s;
}

.circle6 {
  width: 70px;
  height: 70px;
  top: 50%;
  right: 35%;
  animation-delay: 5s;
}

/* フローティングアニメーション */
@keyframes float {
  0%, 100% {
    transform: scale(1);
    opacity: 0.7;
  }
  33% {
    transform: scale(1.2);
    opacity: 0.8;
  }
  66% {
    transform: scale(0.9);
    opacity: 0.6;
  }
}

/* タブレット・スマートフォン対応 */
@media screen and (max-width: 768px) {
  .main-title-area {
    font-size: 2rem;
    padding: 1.5rem 0;
    margin-top: 1.5rem;
  }
  
  .profile-container {
    flex-direction: column;
    padding: 1.5rem;
    align-items: center;
  }
  
  .profile-image-area {
    margin-right: 0;
    /* margin-bottom: 2.5rem; */
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  
  .hota-profile-img {
    width: 280px;
    max-width: 75vw;
    margin: 0 auto;
  }
  
  .profile-text-box {
    padding: 2.5rem 2rem;
    margin-top: 0;
    width: 100%;
    max-width: 500px;
  }
  
  .profile-text-box .sub-title {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
  
  .profile-text p {
    font-size: 1.5rem;
    padding: 0.7rem 1rem;
    margin-bottom: 1.2rem;
  }
  
  /* スマホでの円の配置調整 */
  .circle1 {
    width: 80px;
    height: 80px;
    top: 5%;
    right: 10%;
  }
  
  .circle2 {
    width: 60px;
    height: 60px;
    top: 53%;
    right: 70%;
  }
  
  .circle3 {
    width: 90px;
    height: 90px;
    top: 70%;
    right: 5%;
  }
  
  .circle4 {
    width: 70px;
    height: 70px;
    top: 85%;
    right: 40%;
  }
  
  .circle5 {
    width: 85px;
    height: 85px;
    top: 15%;
    right: 80%;
  }
  
  .circle6 {
    width: 50px;
    height: 50px;
    top: 45%;
    right: 20%;
  }
}
@media screen and (max-width: 400px) {
  .profile-text p {
    font-size: 1.4rem;
  }
}
/*=============================
SNS
=============================*/
.sns-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 2rem;
  position: relative;
  z-index: 2;
  /* margin-bottom: 60px; */
}
@media screen and (max-width: 380px) {
  .sns-container {
    margin-bottom: 10px;
  }
}
/* SNSページのmain要素をfooterより下に配置 */
.page-template-sns #primary.site-main {
  position: relative;
  z-index: 100;
  padding-bottom: 120px; /* フッターの高さ分の余白を追加 */
}
/* SNSページのコンテナセクション */
.page-template-sns .container01 {
  padding-bottom: 100px; /* フッターとの余白を確保 */
}
/* 画像エリア */
.sns-image-area {
  position: relative;
  flex: 0 0 auto;
  margin-bottom: 3rem;
}
/* ホバー時の画像切り替え用疑似要素 */
.sns-image-area::after {
  content: '';
  position: absolute;
  top: 43%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 450px;
  max-width: 65vw;
  height: auto;
  aspect-ratio: 1;
  background-image: url('./images/hota-sns-02.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  transition: opacity 1.2s ease;
  pointer-events: none;
  z-index: 1;
}

.sns-image-area:hover .hota-sns-img {
  opacity: 0;
}

.sns-image-area:hover::after {
  opacity: 1;
}

/* ベース画像（ノートパソコン） */
.hota-laptop-img {
  width: 600px;
  max-width: 80vw;
  height: auto;
  display: block;
  position: relative;
  z-index: 2;
}

/* 上に重ねる画像（ほたて） */
.hota-sns-img {
  position: absolute;
  top: 48%;
  left: 51%;
  transform: translate(-50%, -50%);
  width: 450px;
  max-width: 65vw;
  height: auto;
  z-index: 1;
  cursor: pointer;
  transition: opacity 1.2s ease;
}

/* SNSリンク - キーボード風デザイン */
.sns-links {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  z-index: 3;
  position: relative;
  padding: 0 2rem 1.5rem 2rem;
  border-radius: 15px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px; /* フッターとの余白を確保 */
}

/* キーボードキー風のボタン */
.sns-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.5rem;
  padding: 1.2rem 1.5rem;
  background: linear-gradient(145deg, #ffffff, #f5f5f5);
  border-radius: 8px;
  text-decoration: none;
  color: #333;
  font-size: 0.9rem;
  font-weight: 600;
  font-family: 'Courier New', monospace;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  min-width: 80px;
  box-shadow: 
    0 4px 8px rgba(0, 0, 0, 0.1),
    inset 0 1px 2px rgba(255, 255, 255, 0.8),
    inset 0 -1px 2px rgba(0, 0, 0, 0.1);
  border: 1px solid #ccc;
  border-top-color: #e0e0e0;
  border-bottom-color: #bbb;
  transition: all 0.1s ease;
  position: relative;
}

/* キーが押される効果 */
.sns-links a:hover {
  transform: translateY(2px);
  box-shadow: 
    0 2px 4px rgba(0, 0, 0, 0.15),
    inset 0 1px 2px rgba(255, 255, 255, 0.6),
    inset 0 -1px 1px rgba(0, 0, 0, 0.15);
  background: linear-gradient(145deg, #f8f8f8, #eeeeee);
}

/* キーが押されたときの効果 */
.sns-links a:active {
  transform: translateY(4px);
  box-shadow: 
    0 1px 2px rgba(0, 0, 0, 0.2),
    inset 0 2px 4px rgba(0, 0, 0, 0.1);
  background: linear-gradient(145deg, #e8e8e8, #f0f0f0);
}

.sns-icon {
  width: 20px;
  height: 20px;
  object-fit: contain;
  filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.2));
}
@media screen and (max-width: 500px) {
  /* .sns-links {
    padding: 2rem 1.5rem;
    gap: 1.5rem;
    flex-direction: column;
    align-items: center;
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
  } */
  
  .sns-links a {
    padding: 2.5rem 2rem;
    font-size: 1rem;
    min-width: 120px;
    min-height: 120px;
    gap: 0.6rem;
    width: 100%;
    max-width: 120px;
    flex-direction: column;
    justify-content: center;
  }
  
  .sns-links a::before {
    font-size: 0.65rem;
    top: -10px;
    left: 8px;
    padding: 2px 6px;
  }
  
  .sns-icon {
    width: 22px;
    height: 22px;
  }
}
@media screen and (max-width: 380px) {
  .sns-links {
    padding: 0.5rem 1.5rem;
  }

  /* .sns-links a {
    padding: 2.5rem 2rem;
    font-size: 1rem;
    min-width: 60px;
    min-height: 60px;
    gap: 0.6rem;
    width: 100%;
    max-width: 70px;
    max-height: 70px;
    flex-direction: column;
    justify-content: center;
  } */
}
/*=============================
ブログ
=============================*/
.entry-date img {
  width: 24px;
  height: 24px;
}

/*=============================
プライバシーポリシー
=============================*/
.privacy-policy-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .privacy-policy-box {
    width: 60%;
  }
}

.privacy-first-text {
  font-size: 16px;
  letter-spacing: 1.6px;
  margin-bottom: 77px;
}

.privacy-policy-title {
  font-size: 18px;
  letter-spacing: 1.8px;
  font-weight: bold;
  margin-bottom: 32px;
}

.privacy-sub-title-btm {
  font-size: 16px;
  letter-spacing: 1.6px;
  margin-bottom: 32px;
}

.privacy-sub-title {
  font-size: 16px;
  letter-spacing: 1.6px;
  margin-top: 32px;
  margin-bottom: 32px;
}

.privacy-policy-text-btm {
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 1.6px;
  margin-bottom: 32px;
}

.privacy-policy-text-btm {
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 1.6px;
  margin-bottom: 32px;
}

.privacy-policy-text-nogap {
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 1.6px;
}

.privacy-policy-info {
  font-size: 16px;
  letter-spacing: 1.6px;
  margin-bottom: 4px;
}

.privacy-policy-info-last {
  font-size: 16px;
  letter-spacing: 1.6px;
  margin-top: 32px;
  margin-bottom: 60px;
}

/*=============================
ページネーション
=============================*/
.pagination {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .pagination {
    margin-bottom: 80px;
  }
}

.pagination a,
.pagination span {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 38px;
  margin: 0 5px;
  text-align: center;
  text-decoration: none;
  color: #333;
  border: 1px solid #333;
  border-radius: 50%;
  font-size: 18px;
}

.pagination .current {
  background-color: #333;
  color: #fff;
}

.pagination a:hover {
  background-color: #f0f0f0;
}

a {
  text-decoration: none;
  color: #333;
}
a:hover {
  color: #4d4d4d;
}

/*=============================
カテゴリ別ページ
=============================*/
.page-title {
  font-size: 28px;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  text-align: center;
}

.post-thumbnail {
  width: 300px;
  height: 140px;
}
@media screen and (min-width: 768px) {
  .post-thumbnail {
    width: 540px;
    height: 200px;
  }
}

.post-thumbnail img {
  width: 300px;
  height: 140px;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .post-thumbnail img {
    width: 540px;
    height: 200px;
    object-fit: cover;
  }
}

.posted-on {
  font-size: 12px;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .posted-on {
    font-size: 16px;
  }
}

.posted-on .clock-img {
  width: 18px;
  height: 18px;
}

.no-content {
  display: flex;
  justify-content: center; /* 水平方向に中央揃え */
  align-items: center; /* 垂直方向に中央揃え */
  font-size: 18px;
  color: #333;
  margin-top: 40px;
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .no-content {
    font-size: 20px;
  }
}

/*=============================
投稿の各ページ
=============================*/
.post, .page {
  margin: 0;
}

.single .site-main, .page-wrap .site-main {
  background-color: #fff;
  padding-bottom: 3rem;
}

/* 個別投稿ページのコンテナ */
.single article {
  max-width: 800px;
  margin: 4rem auto 10rem auto;
  padding: 2rem;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

/* 投稿ヘッダー */
.single .entry-header {
  text-align: center;
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #eee;
}

/* 投稿タイトル */
.single .entry-title {
  font-size: 2.8rem;
  color: #333;
  margin-bottom: 1rem;
  line-height: 1.4;
  font-weight: 600;
}

/* 投稿メタ情報（日付など） */
.single .entry-meta {
  margin-bottom: 1rem;
}

.single .posted-on {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #666;
  font-size: 1.4rem;
  font-weight: 500;
}

.single .clock-img {
  width: 18px;
  height: 18px;
  opacity: 0.7;
}

/* アイキャッチ画像コンテナ */
.shingle-post-thumbnail-container {
  margin-bottom: 2rem;
  text-align: center;
}

.shingle-post-thumbnail-container img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

/* 投稿コンテンツ */
.single .entry-content {
  font-size: 1.6rem;
  line-height: 1.8;
  color: #333;
  margin-bottom: 2rem;
}

.single .entry-content p {
  margin-bottom: 1.5rem;
}

.single .entry-content h2 {
  font-size: 2.2rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  color: #333;
  border-left: 4px solid #ff4fa1;
  padding-left: 1rem;
}

.single .entry-content h3 {
  font-size: 2rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  color: #333;
}

.single .entry-content img {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
  margin: 1rem 0;
}

.single .entry-content ul,
.single .entry-content ol {
  margin-bottom: 1.5rem;
  padding-left: 2rem;
}

.single .entry-content li {
  margin-bottom: 0.5rem;
  line-height: 1.6;
}

/* エントリーフッター */
.single .entry-footer {
  border-top: 1px solid #eee;
  padding-top: 1.5rem;
  margin-top: 2rem;
}

/* レスポンシブ対応 */
@media screen and (max-width: 768px) {
  .single article {
    padding: 1.5rem;
    margin: 2rem 1rem 8rem 1rem;
    max-width: calc(100% - 2rem);
  }
  
  .single .entry-title {
    font-size: 2.2rem;
  }
  
  .single .entry-content {
    font-size: 1.5rem;
  }
  
  .single .entry-content h2 {
    font-size: 2rem;
  }
  
  .single .entry-content h3 {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 480px) {
  .single article {
    padding: 1rem;
    margin: 1.5rem 0.5rem 10rem 0.5rem;
    max-width: calc(100% - 1rem);
  }
  
  .single .entry-title {
    font-size: 2rem;
  }
  
  .single .entry-content {
    font-size: 1.4rem;
  }
}

/*=============================
どのテンプレファイルか確認するためのもの
=============================*/
.post, .page {
  margin: 0;
}

.blog .site-main, .search .site-main {
  max-width: 1200px;
  margin: auto;
}

.page-wrap {
  padding-bottom: 5rem;
}

/*=============================
POSTページ
=============================*/
.category-list {
  max-width: 300px;
  border-radius: 8px;
  border: solid 1px #333;
  background: #F4F4F4;
  padding: 24px;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .category-list {
    max-width: 600px;
    height: auto;
  }
}

.content-category-list ul {
  margin: 0 !important;
}

.content-category-list {
  max-width: 300px;
  border-radius: 8px;
  border: solid 1px #333;
  background: #F4F4F4;
  padding: 24px;
  margin: 10px auto 0 auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .content-category-list {
    max-width: 540px;
    height: auto;
  }
}
.entry-header {
  max-width: 300px;
  margin: 0 auto;
  padding: 0 2rem;
}
@media screen and (min-width: 768px) {
  .entry-header {
    max-width: 540px;
  }
}
.faq-text-s {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #333;
  margin-top: -20px;
  margin-bottom: 40px;
}

.entry-content {
  max-width: 300px;
  margin: 0 auto 40px auto;
}
@media screen and (min-width: 768px) {
  .entry-content {
    max-width: 540px;
  }
}

.nav-links {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 2rem;
}
.nav-links div {
  border: solid 1px #ccc;
  background: #EFEFEF;
  padding: 5px 10px;
  border-radius: 5px;
}
.nav-links div a {
  text-decoration: none;
  color: #000;
}
.nav-links div a:hover {
  color: #000;
}

.card-body h4 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.card-body .card-text {
  font-size: 1.4rem;
}
.card-body span {
  font-size: 1.4rem;
}

.liststyle {
  list-style: none;
  margin: 0;
}
.liststyle li {
  margin-bottom: 2rem;
}

/*=========================
お問い合わせフォーム
=========================*/
.contact-box {
  margin: 0 auto;
  padding: 1rem;
  width: 85%;
}
@media screen and (max-width: 768px) {
  .contact-box {
    width: 60%;
  }
}
.contact-form-title {
  font-size: 2.5rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .contact-form-title {
    font-size: 2rem;
  }
}
.contact-title {
  text-align: center;
}

/* 送信完了ページのスタイル ここから*/
.thanks-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 6rem auto 2rem auto;
  text-align: center;
}

.thanks-image {
  max-width: 300px;
  width: 100%;
  height: auto;
  margin-bottom: 2rem;
}

.btn-return-top {
  background-color: #007cba;
  color: white;
  padding: 1rem 2rem;
  border: none;
  border-radius: 8px;
  font-size: 1.1rem;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
  display: inline-block;
}

.btn-return-top:hover {
  background-color: #005a87;
  color: white;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .thanks-image {
    max-width: 250px;
  }
  
  .btn-return-top {
    padding: 0.8rem 1.5rem;
    font-size: 1rem;
  }
}
/* 送信完了ページのスタイル ここまで*/
.contact-box label {
  width: 100%;
}

.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 input[type=tel],
.wpcf7 textarea {
  background-color: #fff;
  color: #000;
  width: 100%;
  padding: 10px;
}

.send-btn {
  text-align: center;
  margin-top: 4rem;
}
.send-btn .wpcf7-submit {
  border-radius: 50vh !important;
  border: solid 1px #F1FF82 !important;
  color: #F1FF82 !important;
  font-weight: bold;
  font-size: 1.6rem;
  background-color: #FFF !important;
  padding: 14px !important;
  margin: 0 auto;
  display: block;
  width: 50%;
}
.send-btn .send-btn-inner {
  width: 70%;
  display: inline-block;
  position: relative;
}
.send-btn .send-btn-inner::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  display: block;
  color: #F03886;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.send-btn .send-btn-inner .wpcf7-spinner {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .send-btn .send-btn-inner {
    width: 40%;
  }
}

.wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 1em;
  font-weight: normal;
  display: block;
}

/*=============================
Works（ほたての作品集）
=============================*/
/* Worksページ全体の背景設定 */
body.page-template-works,
body.page-template-template-pages-works,
body.single-works {
  background-color: #2a2a2a;
}

.page-template-works .site-main,
.page-template-template-pages-works .site-main,
.single-works .site-main {
  background-color: #2a2a2a;
  min-height: 100vh;
}

/* Worksページのパンくずを白文字に */
.page-template-works .breadcrumb,
.page-template-template-pages-works .breadcrumb,
.single-works .breadcrumb {
  color: #ffffff;
}

.page-template-works .breadcrumb a,
.page-template-template-pages-works .breadcrumb a,
.single-works .breadcrumb a {
  color: #ffffff;
  text-decoration: none;
  margin: auto 8px;
}

.page-template-works .breadcrumb a:hover,
.page-template-template-pages-works .breadcrumb a:hover,
.single-works .breadcrumb a:hover,
.single-post-type-works .breadcrumb a:hover {
  color: #b1b1b1;
  text-decoration: none;
}

.page-template-works .breadcrumb span,
.page-template-template-pages-works .breadcrumb span,
.single-works .breadcrumb span {
  color: #ffffff;
}

/* Worksコンテナ */
.works-container {
  background-color: #ffffff;
  min-height: 80vh;
  padding: 2rem;
}

/* Works タイトル */
.works-title-m {
  font-size: 3.5rem;
  font-weight: 600;
  text-align: center;
  color: #333333;
  margin-top: 15px;
  margin-bottom: 1rem;
  position: relative;
}

.works-title-s {
  font-size: 1.6rem;
  color: #666666;
  text-align: center;
  margin-bottom: 3rem;
  font-weight: 300;
  letter-spacing: 0.5px;
}

/* SUZURIリンクテキストのスタイル */
.suzuri-link-text {
  font-size: 16px;
  text-align: center;
  margin: 0 auto 1rem auto;
  color: #666666;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .suzuri-link-text {
    font-size: 14px;
  }
}

.suzuri-link-text a {
  font-weight: bold;
  color: #4faaff;
  text-decoration: none;
}

.suzuri-link-text a:hover {
  text-decoration: underline;
}

/* 投稿画面と同じレイアウト（1列） */
.works-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  margin-bottom: 4rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.work-item-link {
  display: block;
  text-decoration: none;
  color: inherit;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.work-item-link:hover {
  text-decoration: none;
  color: inherit;
}

.work-item {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  text-decoration: none;
  color: inherit;
}

.work-item-link:hover .work-item {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.work-thumbnail {
  position: relative;
  overflow: hidden;
  height: 220px;
  background: #f8f9fa;
}

.work-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  image-rendering: -webkit-optimize-contrast;
  image-rendering: auto;
  -ms-interpolation-mode: bicubic;
  backface-visibility: hidden;
  transform: translateZ(0);
  filter: contrast(1.05) saturate(1.05);
}

.work-item-link:hover .work-image {
  transform: scale(1.05);
}

.no-image {
  width: 100%;
  height: 100%;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
  font-size: 1.4rem;
}

.work-content {
  padding: 2rem;
  position: relative;
}

.work-title {
  font-size: 1.4rem;
  font-weight: 600;
  color: #333;
  margin: 0 0 1rem 0;
  line-height: 1.4;
  transition: color 0.3s ease;
  text-decoration: none;
}

.work-item-link:hover .work-title {
  color: #4faaff;
}

.work-excerpt {
  color: #666;
  font-size: 1.3rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  min-height: 2.4rem;
}

.work-meta {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #999;
  font-size: 1.2rem;
  font-weight: 500;
}

.work-date {
  color: #999;
  font-size: 1.2rem;
}

.no-works {
  text-align: center;
  padding: 3rem;
  color: #666666;
  font-size: 1.6rem;
  background: #f8f9fa;
  border-radius: 16px;
  max-width: 600px;
  margin: 0 auto;
}

/* レスポンシブ対応 */
@media screen and (max-width: 768px) {
  .works-container {
    padding: 1.5rem;
  }
  
  .works-title-m {
    font-size: 2.8rem;
  }
  
  .works-title-s {
    font-size: 1.4rem;
    margin-bottom: 2rem;
  }
  
  .works-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  
  .work-item {
    border-radius: 12px;
  }
  
  .work-thumbnail {
    height: 200px;
  }
  
  .work-content {
    padding: 1.5rem;
  }
  
  .work-title {
    font-size: 1.3rem;
  }
  
  .work-excerpt {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 480px) {
  .works-container {
    padding: 1rem;
  }
  
  .works-title-m {
    font-size: 2.4rem;
  }
  
  .work-thumbnail {
    height: 180px;
  }
  
  .work-content {
    padding: 1.2rem;
  }
}

/* 個別Works ページ */
.single-work {
  max-width: 800px;
  margin: 0 auto 8rem auto;
  padding: 3rem;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
}

.single-work .entry-header {
  text-align: center;
  margin-bottom: 3rem;
  border-bottom: 1px solid #eee;
  padding-bottom: 2rem;
}

.single-work .entry-title {
  font-size: 2.8rem;
  margin-bottom: 1rem;
  color: #333;
  font-weight: 600;
}

.single-work .entry-meta {
  color: #666;
  font-size: 1.4rem;
}

.single-work .featured-image {
  margin-bottom: 2rem;
  text-align: center;
}

.single-work .featured-image img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.single-work .entry-content {
  font-size: 1.7rem;
  line-height: 1.8;
  margin-bottom: 3rem;
  color: #333;
}

.single-work .entry-content h2 {
  color: #333;
  border-left: 4px solid #ff4fa1;
  padding-left: 1.5rem;
  margin-top: 2.5rem;
  margin-bottom: 1.5rem;
}

.single-work .entry-content h3 {
  color: #333;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.single-work .entry-content p {
  margin-bottom: 1.5rem;
}

.single-work .entry-content a {
  color: #ff4fa1;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease;
}

.single-work .entry-content a:hover {
  border-bottom-color: #ff4fa1;
  color: #e03d8a;
}

.back-to-works,
.back-to-blog {
  text-align: center;
  margin-top: 3rem;
  margin-bottom: 2rem;
}

.btn-back {
  display: inline-block;
  padding: 1.2rem 2.5rem;
  background: #4faaff;
  color: white;
  text-decoration: none;
  border-radius: 50px;
  transition: all 0.3s ease;
  font-weight: 600;
}

.btn-back:hover {
  background: #4faaff;
  color: white;
  transform: translateY(-3px);
}

.btn-back-blog {
  display: inline-block;
  padding: 1.2rem 2.5rem;
  background: #f1c40f;
  color: white;
  text-decoration: none;
  border-radius: 50px;
  transition: all 0.3s ease;
  font-weight: 600;
}

.btn-back-blog:hover {
  background: #f1c40f;
  color: white;
  transform: translateY(-3px);
}

/* レスポンシブ対応（個別Worksページ） */
@media screen and (max-width: 768px) {
  .single-work {
    padding: 2rem;
    margin: 1rem 1rem 8rem 1rem;
  }
  
  .single-work .entry-title {
    font-size: 2.4rem;
  }
  
  .single-work .entry-content {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 480px) {
  .single-work {
    padding: 1.5rem;
    margin: 0.5rem 0.5rem 8rem 0.5rem;
  }
  
  .single-work .entry-title {
    font-size: 2rem;
  }
  
  .single-work .entry-content {
    font-size: 1.4rem;
  }
}

/*=============================
Blog（ブログ）
=============================*/
.blog-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem;
  width: 100%;
}

.blog-title-m {
  font-size: 3.5rem;
  font-weight: 600;
  text-align: center;
  color: #333;
  margin-top: 15px;
  margin-bottom: 1rem;
  position: relative;
}

.blog-title-s {
  font-size: 1.6rem;
  color: #666;
  text-align: center;
  margin-bottom: 2rem;
  font-weight: 300;
  letter-spacing: 0.5px;
}

.post-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  margin-bottom: 6rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.blog-items {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  text-decoration: none;
  color: inherit;
}

.blog-items:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
  text-decoration: none;
  color: inherit;
}

.entry-thumbnail {
  position: relative;
  overflow: hidden;
  height: 220px;
  background: #f8f9fa;
}

.entry-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
}

.blog-items:hover .entry-thumbnail img {
  transform: scale(1.05);
}

.entry-thumbnail::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.1) 100%);
  pointer-events: none;
}

.blog-list-content {
  padding: 2rem;
  position: relative;
}

.blog-title {
  font-size: 1.4rem;
  font-weight: 600;
  color: #333;
  margin: 0 0 1rem 0;
  line-height: 1.4;
  transition: color 0.3s ease;
  text-decoration: none;
}

.blog-items:hover .blog-title {
  color: #ddaa03;
}

.entry-content {
  color: #666;
  font-size: 1.3rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
  min-height: 2.4rem;
}

.entry-date {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #999;
  font-size: 1.2rem;
  font-weight: 500;
}

.clock-img {
  width: 16px;
  height: 16px;
  opacity: 0.7;
}

/* レスポンシブ対応 */
@media screen and (max-width: 768px) {
  .blog-container {
    padding: 1.5rem;
    width: 100%;
  }
  
  .blog-title-m {
    font-size: 2.8rem;
  }
  
  .blog-title-s {
    font-size: 1.4rem;
    margin-bottom: 1rem;
  }
  
  .post-list {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
  
  .blog-items {
    border-radius: 12px;
  }
  
  .entry-thumbnail {
    height: 200px;
  }
  
  .blog-list-content {
    padding: 1.5rem;
  }
  
  .blog-title {
    font-size: 1.3rem;
  }
  
  .entry-content {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 480px) {
  .blog-container {
    padding: 1rem;
    width: 100%;
  }
  
  .blog-title-m {
    font-size: 2.4rem;
  }
  
  .entry-thumbnail {
    height: 180px;
  }
  
  .blog-list-content {
    padding: 1.2rem;
  }
}/*# sourceMappingURL=style.css.map */

/* Works Archive Page Styles */
.works-items {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  text-decoration: none;
  color: inherit;
}

.works-items:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
  text-decoration: none;
  color: inherit;
}

.works-items:hover .entry-thumbnail img {
  transform: scale(1.05);
}

.works-list-content {
  padding: 2rem;
  position: relative;
}

.works-title {
  font-size: 1.4rem;
  font-weight: 600;
  color: #333;
  margin: 0 0 1rem 0;
  line-height: 1.4;
  transition: color 0.3s ease;
  text-decoration: none;
}

.works-items:hover .works-title {
  color: #4faaff;
}

/* レスポンシブ対応 */
@media screen and (max-width: 768px) {
  .works-items {
    border-radius: 12px;
  }
  
  .works-list-content {
    padding: 1.5rem;
  }
  
  .works-title {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 480px) {
  .works-list-content {
    padding: 1.2rem;
  }
}

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

/*=============================
Contact Form 7 スタイル
=============================*/
/* フォーム全体の中央配置 */
.wpcf7 {
  max-width: 600px;
  margin: 0 auto;
  padding: 2rem;
}

/* フォーム要素の基本スタイル */
.wpcf7 form {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
}
.contact-form-sub-title {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .contact-form-sub-title {
    font-size: 1.4rem;
  }
  
}
/* 入力フィールドのコンテナ */
.wpcf7 p {
  width: 100%;
  max-width: 500px;
  margin: 0;
  text-align: center;
}

/* ラベルのスタイル */
.wpcf7 label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: bold;
  color: #333;
  text-align: left;
  width: 100%;
  font-size: 1.2rem;
}

/* 入力フィールドのスタイル */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
  width: 100%;
  padding: 0.8rem;
  border: 2px solid #ddd;
  border-radius: 4px;
  font-size: 1.6rem;
  transition: border-color 0.3s ease;
  box-sizing: border-box;
}

/* フォーカス時のスタイル */
.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="tel"]:focus,
.wpcf7 textarea:focus {
  outline: none;
  border-color: #b84fff;
  box-shadow: 0 0 0 3px rgba(0, 124, 186, 0.1);
}

/* テキストエリアのサイズ調整 */
.wpcf7 textarea {
  min-height: 120px;
  resize: vertical;
}

/* 送信ボタンのスタイル */
.wpcf7 input[type="submit"] {
  background-color: #b84fff;
  color: white;
  padding: 1.2rem;
  border: none;
  border-radius: 8px;
  font-size: 1.1rem;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s ease;
  margin-top: 1rem;
}

.wpcf7 input[type="submit"]:hover {
  background-color: #be72f0;
}

/* エラーメッセージのスタイル */
.wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 0.9rem;
  margin-top: 0.3rem;
  text-align: left;
}

/* 成功メッセージのスタイル */
.wpcf7-mail-sent-ok {
  color: #46b450;
  background-color: #f0f9f0;
  border: 1px solid #46b450;
  border-radius: 8px;
  padding: 1rem;
  text-align: center;
  margin-bottom: 1rem;
}

/* エラーメッセージのスタイル */
.wpcf7-mail-sent-ng,
.wpcf7-validation-errors {
  color: #dc3232;
  background-color: #fef7f7;
  border: 1px solid #dc3232;
  border-radius: 8px;
  padding: 1rem;
  text-align: center;
  margin-bottom: 1rem;
}

/* スピナー（送信中）のスタイル - 非表示 */
.wpcf7-spinner {
  display: none !important;
}

/* 戻るボタンのスタイル */
.wpcf7 input[type="button"],
.wpcf7 .wpcf7-back {
  background-color: #6c757d;
  color: white;
  padding: 1.2rem;
  border: none;
  border-radius: 8px;
  font-size: 1.1rem;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s ease;
  margin-top: 1rem;
}

.wpcf7 input[type="button"]:hover,
.wpcf7 .wpcf7-back:hover {
  background-color: #5a6268;
}

.wpcf7-form p:last-child {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

/* ボタンが2つある場合の調整 */
.wpcf7 .button-container input[type="submit"],
.wpcf7 .button-container input[type="button"],
.wpcf7 .wpcf7-form-control-wrap.button-group input[type="submit"],
.wpcf7 .wpcf7-form-control-wrap.button-group input[type="button"] {
  margin-top: 0;
  flex: 0 0 auto;
  min-width: 140px;
}

/* レスポンシブ対応 */
@media screen and (max-width: 768px) {
  .wpcf7 {
    padding: 1rem;
  }
  
  .wpcf7 p {
    max-width: 100%;
  }
  /* モバイルでは縦並び */
  .wpcf7 .button-container,
  .wpcf7 .wpcf7-form-control-wrap.button-group {
    flex-direction: column;
    align-items: center;
  }

  .wpcf7 .button-container input,
  .wpcf7 .wpcf7-form-control-wrap.button-group input {
    width: 100%;
    max-width: 200px;
  }
}
.grecaptcha-badge {
  margin-bottom: 90px !important;
}
@media screen and (max-width: 768px) {
  .grecaptcha-badge {
    margin-bottom: 80px !important;
  }
}