/*!
Theme Name: mkyou2026
Description: Description
Version: 1.0.1
Text Domain: mkyou2026
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 {
	font-size: 2em;
	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: monospace, monospace;
	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: monospace, monospace;
	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: inherit;
	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
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

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

p {
	margin-bottom: 1.5em;
}

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

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

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

figure {
	margin: 1em 0;
}

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

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

a:visited {
	color: #800080;
}

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
--------------------------------------------------------------*/

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

.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: 99999;
}

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

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

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


/*////////////////////////////*/

nav#m-nav {
  display: block;
  position: fixed;
  top: 0;
  left: -78%;
  bottom: 0;
  width: 78%;
/*
  background: #ffffff;
*/

  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: all .5s;
  z-index: 3;
  opacity: 0;
}


.open nav#m-nav {
  left: 0;
  opacity: 1;
}

nav#m-nav .inner {
  padding: 25px 25px 0 25px;
   background: rgba(255,255,255,1);
}


nav#m-nav .inner ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

nav#m-nav .inner ul li.menu-item {
width: 100%;
}



nav#m-nav .inner ul li {
  position: relative;
/*
  margin: 0 0 1.5em 0;
*/
margin-bottom: 1.5em;

/*
  border-bottom: 1px solid #333;
*/

}
nav#m-nav .inner ul li a {
  display: block;
/*
  color: #95BBD3;
*/
  color: #333;
  font-size: 1.2em;
  padding: 0.3em;
  text-decoration: none;
  transition-duration: 0.2s;
}

nav#m-nav .inner ul li a:hover {
background: #95BBD3;
color: #fff;
font-weight: 600;
border-radius: 8px;
}


nav#m-nav .inner ul li.current-menu-item a {
color: #f4f4f4;
font-weight: 600;
background: #02253b;
}

/*
@media screen and (max-width: 767px) {
  nav #m-nav {
    left: -220px;
    width: 220px;
  }
}
*/


.toggle_btn {
  display: block;
  position: fixed;
  top: 32px;
  right: 32px;
  width: 50px;
  height: 45px;
  transition: all .5s;
  cursor: pointer;
  z-index: 3;
}


@media (max-width:600px) {
.toggle_btn {
  top: 16px;
  right: 16px;
}
}


.toggle_btn span {
  display: block;
  position: absolute;
  left: 0;
  width: 50px;
  height: 5px;
  background-color: #333;
  border-radius: 4px;
  transition: all .5s;
}
.toggle_btn span:nth-child(1) {
  top: 12%;
}
.toggle_btn span:nth-child(2) {
  top: 46%;
}
.toggle_btn span:nth-child(3) {
  bottom: 12%;
}

.toggle_btn span:nth-child(4) {
  bottom: 4%;
font-size: 0.8em;
text-align: center;
height: 0;
}

.open .toggle_btn span {
  background-color: #fff;
}
.open .toggle_btn span:nth-child(1) {
  -webkit-transform: translateY(10px) rotate(-315deg);
  transform: translateY(15px) rotate(-315deg);
}
.open .toggle_btn span:nth-child(2) {
  opacity: 0;
}
.open .toggle_btn span:nth-child(3) {
  -webkit-transform: translateY(-10px) rotate(315deg);
  transform: translateY(-15px) rotate(315deg);
}


#mask {
  display: none;
  transition: all .5s;
}

.open #mask {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(149, 187, 211,0.9);
  opacity: .8;
  z-index: 2;
  cursor: pointer;
}




#navArea {
/*
padding-top:1em;
*/
display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}


.m-nav-add {
margin-top: 2em;
font-size: 0.8em;
color: #351903;
}

.m-nav-add a {
color: #F2E935;
}

.m-nav-add ul {
margin: 0;
padding: 0;
}


.m-nav-footer {
margin-left: -25px;
margin-right: -25px;
margin-top: 2em;
padding-top: 1.5em;
padding-bottom: 1.5em;
font-size: 0.8em;
color: #fff;
background: #258BBE;
}


.m-nav-footer a {
color: #fff;
}



#m-logo {
height: auto;
width: 100%;
}

#m-logo img {
  max-width: 280px; 
}


img.logo-img {
height: auto;
width: 100%;
max-width: 280px;
padding:  1em;
}

#m-inn-logo {
width: 33%;
max-width: 33%;
height: auto;
padding:  1em;
}

@media (max-width:600px) {
#m-inn-logo {
max-width: 180px;
}

}





html {
  font-size: 16px;
  color: #222;
  line-height: 1.6;
  margin: 0 auto;
}


body {
 font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "HGS明朝E", "メイリオ", Meiryo, serif!important;
}

.sticky-inn {
  position: -webkit-sticky;
  position: sticky;
  top: 10px;
}

@media screen and (max-width: 768px) {
  .sticky-inn {
    position: relative !important; /* sticky を完全解除 */
    top: auto !important;
    width: 100%;
    margin-bottom: 20px;
    z-index: auto; /* 重なり優先度を解除 */
  }
}


a {
text-decoration: none;
}


#top-image {
position: relative; 
/*
margin-top: 30px;
*/

    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: contain;
    display: block;
}

#top-image .vegas-slide-inner {
	-o-object-fit: contain;
	object-fit: contain;
}


#top-image .vegas-slide-inner p {
padding-left: 1.5em;
padding-right: 1.5em;
position: absolute;
bottom: 0%;
right: 0%;
color: #fff;
background: rgba(0,0,0,0.5);
font-size: 0.7em;
}



#top-text {
    position: absolute;
    width: 100%;
/*
    top: 50%;
*/

    bottom: 0;
    left: 50%;
/*
    transform: translate(-50%, -50%);
*/
transform: translateX(-50%);
    color: #fff;
    font-size: 32px;
   text-shadow:
        0 0 6px rgba(0,0,0,0.45),
        0 0 14px rgba(0,0,0,0.25);
/*
    background: rgba(0,0,0,0.3);
*/
    padding: 0.5em 1.5em;
    text-align: center;
    z-index: 10; 
}


#top-text .since {
    display: block;
    margin-top: 0.4em;
    font-size: 0.65em;
    letter-spacing: 0.25em;
    opacity: 0.8;
}

#top-text .trademark {
    display: block;
    margin-top: 0.6em;
    font-size: 0.45em;
    letter-spacing: 0.15em;
    opacity: 0.5;
}


@media (max-width:700px) {
	#top-image {
		position: relative;
		margin-top: 0;
		width: 100%;
		max-width: 100%;
		max-height: 67vmax;
		-o-object-fit: cover;
		object-fit: cover;
		aspect-ratio: 3 / 2;
	}
   .type-area {
      display: none;
}
#top-text {
font-size:1rem;
}
}



.button a {
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 240px;
    padding: 8px 0px 8px 22px;
    font-family: "Noto Sans Japanese";
    line-height: 1.6;
    text-decoration: none;
    color: #2e2e2e;
    font-size: 0.9rem;
    transition: 0.3s ease-in-out;
    font-weight: 500;
    letter-spacing: 0.035em;
}

.button a:hover {
    color: #fff;
}

.button a:before,
.button a:after {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
}

/* ＞ 矢印：常に同じ位置・同じサイズ */
.button a:before {
    width: 0.4rem;
    height: 0.4rem;
    left: 1rem;                    /* ★固定 */
    border-top: solid 1.8px #fff;
    border-right: solid 1.8px #fff;
    z-index: 2;
    transform: translateY(-50%) rotate(45deg);
    transition: border-color 0.3s;
}

/* 通常時の● */
.button a:after {
    left: 0;
    background: #1f1f1f;
    z-index: 1;
    width: 2.6rem;
    height: 2.6rem;
    border-radius: 4rem;
    transform: translateY(-50%);
    transition: width 0.5s ease;
}

.button a span {
    position: relative;
    transition: all 0.3s;
    z-index: 3;
}

.button a:hover span {
    color: #fff;
}

/* hover時：背景だけ伸びる（形状は元のまま） */
.button a:hover:after {
    right: 0;
    width: 100%;
    background: #121212;
}





.dl-info-list {
width: 100%;
}

.dl-info-list  dt {
font-size: 0.8rem;
}


.dl-info-list  dd {
margin: 0;
font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}



.dl-info-list {
    background-color: #fff;
    transition: background-color 0.4s ease, box-shadow 0.4s ease;
}

.dl-info-list:hover {
    background-color: #f5f7fa;
    box-shadow: 0 6px 16px rgba(0,0,0,0.08);
}




.content-inn-3 {
padding: 1rem;
  display: flex;
  gap: 20px; 
 align-items: flex-start;
}


.item-1 {
  flex: 2;
margin-top: 1rem;
padding-bottom: 1rem;
align-self: flex-start;
}


.item-2 {
  flex: 3;
margin-top: 1rem;
padding-bottom: 1rem;
align-self: flex-start;
}


.cards__item {
box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}

.card__title {
font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif!important;
}


/* カード基本 */
.cards__item .card {
    background-color: #fff;
    color: #222;
    transition:
        background-color 0.4s ease,
        color 0.4s ease,
        transform 0.4s ease;
}

/* hover時：背景＋文字を同時に変更 */
.cards__item .card:hover {
    background-color: #222;
    color: #f5f5f5;
    transform: translateY(-4px);
}

/* hover時はすべての文字をライトカラーに */
.cards__item .card:hover * {
    color: inherit;
}

/* 画像だけ少し暗く */
.cards__item .card img {
    transition: filter 0.4s ease;
}

.cards__item .card:hover img {
    filter: brightness(0.85);
}


.cards__item .card__title,
.cards__item .out-t-line,
.cards__item .top-exp,
.cards__item .note {
    padding-inline: clamp(0.5rem, 3vw, 0.8rem);
}




.top-info-list {
padding-left: 0.5rem;
padding-right: 0.5rem;
box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

@media screen and (max-width: 768px) {
  .content-inn-3 {
    flex-direction: column;
  }
}

.content-inn {
width: 100%;
position: relative;
}

#content-exp {
padding: 1.5rem;
}



.top-exp {
font-size: 0.9rem;
}

.card__image {
	width: 100%;
}

.card__image img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}



.home .card__image {
  position: relative;
  width: 100%;
  aspect-ratio: 3 / 2; 
  overflow: hidden;
}

.home .card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;  
  object-position: center;
  display: block;
}


.note {
font-size: 0.7rem;
}



.site-footer {
margin-top: 5rem;
}


h1, h2, h3, h4 {
  font-weight: 400;
  line-height: 1.3;
}


a {
  color: #4a4f55;
}

a:hover {
  color: #222;
}


.sect-area {
width: calc(100vw);                 
    margin-left: calc(-1 * var(--parent-padding));
    margin-right: calc(-1 * var(--parent-padding));
}


#sect-info {
}


@media screen and (min-width: 768px) {
  .container {
    padding: 0 60px;
  }
}

@media screen and (max-width: 767px) {
  .container {
    padding: 0 15px;
  }
}


.two-line-title {
  text-align: center;         
  font-family: 'Noto Serif JP', serif; 
  font-weight: 500;           
  color: #333;                
  line-height: 1;   
  margin-bottom: 2rem;        
}

.two-line-title .en,
.two-line-title .jp {
  display: block;  
  line-height: 1;       
  margin: 0;            
}

.two-line-title .en {
  font-size: 2rem;           
  letter-spacing: 0.1em;     
}

.two-line-title .jp {
  font-size: 1rem;         
  font-weight: 400;
  color: #555;               
  margin-top: 0.7rem;   
}




.site-main {
  padding: 0;
}


.site-main > article,
.content-inn {
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}



@media (min-width: 768px) {


  .site-main {
    padding-bottom: 120px;
  }


  .site-main > article,
  .content-inn {
    padding-left: 64px;
    padding-right: 64px;
  }


  .single .content-inn {
    padding-top: 48px;
  }


  .page .site-main > article {
    padding-top: 24px;
  }
}



@media (max-width: 767px) {

  .site-main {
    padding-top: 40px;
    padding-bottom: 72px;
  }

  .site-main > article,
  .content-inn {
    padding-left: 20px;
    padding-right: 20px;
  }


  .single .content-inn {
    padding-top: 32px;
  }


  .page .site-main > article {
    padding-top: 16px;
  }
}


/*
#sect-info {
    background: url('./images/sect-info-bk.png') center center / cover no-repeat;
    min-height: 500px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px 0;

    filter: brightness(1.3) contrast(0.9);
}


#sect-info::before {
    content: "";
    position: absolute;
    top:0; left:0;
    width:100%; height:100%;
    background: rgba(255,255,255,0.3); 
    pointer-events: none;
}


*/


#sect-info {
    background: url('./images/sect-mid-bk.png') center center / cover no-repeat;
    padding: 0;
    
    /* 高さを確保する */
    min-height: 400px;   /* まずは400pxくらいから調整 */
    
    /* 表示の調整 */
    position: relative;
    display: flex;
    align-items: center;   /* 中央寄せ */
    justify-content: center;
}


#sect-mid {
    background: url('./images/cond-bk.jpg') center center / cover no-repeat;
    padding: 0;
    
    /* 高さを確保する */
    min-height: 400px;   /* まずは400pxくらいから調整 */
    
    /* 表示の調整 */
    position: relative;
    display: flex;
    align-items: center;   /* 中央寄せ */
    justify-content: center;
}






/* 共通設定：中央寄せ、上下左右の余白 */
.top-info-list {
    margin: 40px auto;         /* 上下に余白を作る */
    padding: 0 1rem;           /* モバイルの左右余白 */
    box-sizing: border-box;
}

/* 各アイテム */
.dl-info-list {
    padding: 1rem;             /* 内側の余白 */
    margin-bottom: 1.5rem;     /* アイテム間のスペース */
    border-radius: 8px;        /* 角丸で柔らかさ */
    background-color: #f9f9f9; /* 清楚な明るめ背景 */
    box-shadow: 0 2px 6px rgba(0,0,0,0.05); 
}

 .button {
margin-bottom: 3rem;
}


/* PC用（768px以上） */
@media screen and (min-width: 768px) {
    .top-info-list {
        max-width: 880px;       /* 幅を制限して左右に余白 */
        padding: 0 0px;        /* 左右に余裕を作る */
    }

    .dl-info-list {
        padding: 1.5rem 2rem;   /* PCではゆったり */
        margin-bottom: 2rem;    /* アイテム間隔も広め */
        font-size: 1,2rem;      /* 少し大きめで読みやすく */
    }

    .button {
        margin-top: 40px;       /* VIEW ALL ボタンも余裕を */
        text-align: center;
    }
}

/* モバイル用（767px以下） */
@media screen and (max-width: 767px) {
    .top-info-list {
        padding: 0 1rem;        /* 画面いっぱいに対応 */
        margin: 20px auto;      /* 上下の余白は少し控えめ */
    }

    .dl-info-list {
        padding: 1rem 1rem;     /* 内側の余白 */
        margin-bottom: 1rem;    /* アイテム間隔 */
        font-size: 0.8rem;      /* 少し小さめ */
    }

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



/* レコメンドリスト全体 */
.top-reco-list {
    margin: 40px auto;        /* 上下余白を少しコンパクトに */
    padding: 0 1rem;          /* モバイル左右余白 */
    max-width: 900px;         /* PC幅の制限で優雅さ */
    box-sizing: border-box;
}

/* 個別カード */
.dl-reco-list {
    background: #ffffff; /* 白背景で清楚に */
    border-radius: 12px; /* 柔らかい角丸 */
    padding: 1.2rem 2rem; /* 内側余白を少し減らす */
    margin-bottom: 1.5rem;  /* 下にスペースを少なめに */
    box-shadow: 0 4px 12px rgba(0,0,0,0.06); /* 軽い影で浮かせる */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* ホバーで少し浮き上がる */
.dl-reco-list:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0,0,0,0.08);
}

/* カテゴリー表示 */
.dl-reco-list dt .p-cat {
    display: inline-block;
    background-color: #f4f4f4; /* 控えめグレー */
    color: #333;
    font-size: 0.8rem;
    padding: 3px 10px;
    border-radius: 5px;
    margin-bottom: 0.4rem; /* ここも少し余白を減らす */
}

/* タイトル */
.dl-reco-list dd  {
margin: 0!important;
}

.dl-reco-list dd .top-reco-title .p-ttl {
    display: block;
    font-size: 1rem;
    font-weight: 500;
    color: #222;
    line-height: 1.5;
    text-decoration: none;
}

/* PC向け */
@media screen and (min-width: 768px) {
    .dl-reco-list {
        padding: 1.5rem 2.5rem;
        margin-bottom: 2rem;
    }
    .dl-reco-list dd .top-reco-title .p-ttl {
        font-size: 1.1rem;
    }
}

/* モバイル向け */
@media screen and (max-width: 767px) {
    .dl-reco-list {
        padding: 0.9rem 1rem;
        margin-bottom: 1rem;
    }
    .dl-reco-list dd .top-reco-title .p-ttl {
        font-size: 0.95rem;
    }
}


.latest-categories{
    display:flex;
    justify-content:flex-end;
    gap:20px;
    margin-bottom:15px;
    font-size:13px;
}

.latest-categories a{
    text-decoration:none;
    color:#777;
    display:flex;
    align-items:center;
    gap:6px;
}

.latest-categories a:hover{
    color:#333;
}

.latest-categories .dot{
    width:6px;
    height:6px;
    background:#d8d8d8;
    border-radius:50%;
    display:inline-block;
}


@media (max-width: 768px) {

  .latest-categories{
    display:none;
  }

}


a {
	color: #666;
}

a:visited {
	color: #666;
}

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


.element.style {
 padding-bottom: 0px!important;
}


ul..sns-list  {
}


.sns-list {
  display: flex;  
  justify-content: flex-end; 
  align-items: center;
  gap: 12px;   
  list-style: none;    
  padding-right: 1rem;   
  margin: 0;  
}


.sns-list2 {
  display: flex;  
  justify-content: flex-start; 
  align-items: center;
  gap: 12px;   
  list-style: none;    
  padding-right: 1rem;   
  margin: 0;  
}


.m-img {
max-width: 320px;
}


.site-branding ul {
margin: 0!important;
padding: 0!important;
}


.notice {
margin-bottom: 5rem;
padding: 0.5rem;
}

.g-ai-copyright {
  width: 100vw;
  margin-left: calc(50% - 50vw);
color: #666;
font-size: 0.6rem;
}


.g-copyright {
  width: 100vw;
  margin-left: calc(50% - 50vw);
background: #313131;
color: #FFF;
font-size: 0.8rem;
}

.g-copyright a {
color: #fff;
}

.site-info {
margin-bottom: 5rem;
}



.entry-content h1,
.entry-content h2,
.entry-content h3 {
  letter-spacing: 0.05em;
  line-height: 1.6;
}


.entry-content h1 {
  font-size: 2.2rem;
  text-align: center;
  margin: 70px 0 50px;
  position: relative;
  font-weight: 500;
}

.entry-content h1::after {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  background: #bbb;
  margin: 18px auto 0;
}


.entry-content h2 {
  font-size: 1.6rem;
  margin: 4rem 0 2rem;
  padding-left: 1.2rem;
  border-bottom: 1px dotted #0091ea;
  font-weight: 500;
  position: relative;
}

.entry-content h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 6px;
  height: 6px;
  background: #0091ea;
  border-radius: 50%;
}

.entry-content h3 {
  font-size: 1.3rem;
  margin: 35px 0 12px;
  color: #555;
  font-weight: 600;
}


.noimage {
padding: 0 2rem;
}

.card__title {
padding-top: 1rem;
}

.card__title a {
  color: #023a5c;
  position: relative;
  padding-left: 1.3rem;
  display: inline-block;
}

.card__title a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background: #023a5c;
  border-radius: 50%;
}


.top-exp a {
color: #0091ea;
}

.post-date {
text-align: right;
font-size: 0.8rem;
}


.spn-new {
color: red;
}

.top-info-title .p-ttl {
  position: relative;
  padding-left: 0.8rem;
  display: inline-block;
}

.top-info-title .p-ttl::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  background: #7393b3;
  border-radius: 50%;
}

.hentry .botan {
    border-radius: 80px;
    display: block;
    width: 340px;
    padding: 10px;
    box-sizing: border-box;
    background: #88acd5;
    color: #FFF;
    text-decoration: none;
    text-align: center;
    margin: 10px 0;
}
