/*
Theme Name: スタジオメディア セルフフォトスタジオ
Description:
Theme URI:
Author:
Author URI:
Version:
License:
License URI:
*/

/* --------------------------
    variables
-------------------------- */
:root {
    --content-width: 1100px;
    --middle-width: 960px;
    --narrow-width: 800px;
    --wide-width: 1200px;
    --color: #333;
	--color-beige: #d7d1ca;
	--color-beige-pale: #efece9;
	--color-green-pale: #deebe7;
	--color-pink: #ec7e79;
	--color-pink-light: #f2a8a5;
	--color-orange: #f18830;
	--color-orange-light: #ffd3b2;
	--color-orange-pale: #fff2e8;
	--color-green: #4dbebb;
	--color-blue: #55c3e9;
    --line-height: 1.75;
    --font-size: 16px;
    --font-size-sp: 14px;
    --letter-spacing: 0.1em;
    --font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック ProN W3', 'Hiragino Kaku Gothic ProN', 'Meiryo UI', 'ＭＳ Ｐゴシック', sans-serif;
	--serif-font: "GFS Didot", '游明朝', 'YuMincho', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
	--display-font: "Oooh Baby", var(--serif-font);
	--font-awesome: 'Font Awesome 6 Free';
	--header-height: 100px;
	--header-height-sp: 50px;
	--topbar-height: 30px;
	--ornament1: url(/wp-content/themes/self-photo/src/studiomedia-ornament1.svg);
	--ornament2: url(/wp-content/themes/self-photo/src/studiomedia-ornament2.svg);
}

/* --------------------------
    reset
-------------------------- */
* {
    margin: 0;
    padding: 0;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
    padding-inline-start: 0;
    box-sizing: border-box;
}

*:before,
*:after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-feature-settings: 'palt';
    overflow-wrap: anywhere;
    line-break: strict;
	-webkit-text-size-adjust: 100%;
    font-size: var(--font-size);
    line-height: var(--line-height);
    letter-spacing: var(--letter-spacing);
	color: var(--color);
    font-family: var(--font-family);
    font-weight: 500;
    min-height: 100vh;
	text-align: justify;
}

main {
    display: block;
}

img {
    display: block;
    max-width: 100%;
}

input[type="image"],
video,
embed,
iframe,
marquee,
object {
    display: block;
    max-width: 100%;
    aspect-ratio: attr(width) / attr(height);
}

table {
    max-width: 100%;
    aspect-ratio: attr(width) / attr(height);
}

a {
    color: inherit;
    text-decoration: none;
}

h1 {
    font-size: 2rem;
}

h2 {
    font-size: 1.5rem;
}

h3 {
    font-size: 1.25rem;
}

h4 {
    font-size: 1rem;
}

h5 {
    font-size: 0.75rem;
}

h6 {
    font-size: 0.75rem;
    font-weight: 500;
}

table {
    border-spacing: 0;
}

@media (max-width: 768px) {
    body {
        font-size: var(--font-size-sp);
    }
}

/* --------------------------
    common
-------------------------- */
.content-width {
    width: 100%;
    max-width: var(--content-width);
    margin: 0 auto;
}

.narrow-width {
    width: 100%;
    max-width: var(--narrow-width);
    margin: 0 auto;
}

.middle-width {
    width: 100%;
    max-width: var(--middle-width);
    margin: 0 auto;
}

.wide-width {
    width: 100%;
    max-width: var(--wide-width);
    margin: 0 auto;
}

.section-padding {
    padding: 4em 1em;
}

.section-padding-low {
    padding: 2em 1em;
}

.section-padding-full {
    padding: 6em 0;
}

.clearfix {
    clear: both;
}

.bg-gray {
	background-color: #fcfcfc;
}

.heading {
	font-family: var(--display-font);
	font-weight: 500;
	font-size: clamp(1.25em, 2.5vw, 1.5em);
	margin-bottom: 1em;
	display: flex;
	flex-flow: column;
}

.heading:before {
	content: attr(data-text);
	font-size: 0.5em;
	font-size: 2em;
}

.heading.center {
	text-align: center;
}

.heading.pink:before {
	color: var(--color-pink);
}

.heading.orange:before {
	color: var(--color-orange);
}

.heading.vertical {
	justify-content: center;
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
}

.button-wrap {
	margin-top: 2em;
}

.button-wrap.center {
	text-align: center;
}

.button {
	padding: 0.5lh 2.5lh 0.5lh 1.5lh;
	border-radius: 1.5lh;
	background-color: var(--color-beige-pale);
	font-weight: 700;
	position: relative;
	display: inline-block;
}

.button:before {
	content: '\f061';
	font-family: var(--font-awesome);
	font-size: 1.25em;
	font-weight: 600;
	position: absolute;
	bottom: 50%;
    right: 1em;
    transform: translate(-50%, 50%);
	transition: all 0.3s ease;
}

.button:hover:before {
	right: 0.75em;
	transition: all 0.3s ease;
}

.mt1 {
	margin-top: 1em;
}

.mt2 {
	margin-top: 2em;
}

.text-center {
	text-align: center;
	margin-bottom: 1em;
}

.lum-lightbox {
	z-index: 998;
}

.lum-lightbox-inner img.lum-img {
	margin: auto;
	width: auto;
	height: auto;
}

@media (max-width: 768px) {
    .section-padding {
        padding: 2em 1em;
    }

    .section-padding-low {
        padding: 1em;
    }
    
    .section-padding-full {
        padding: 2em 0;
    }
	
	.heading.vertical {
		writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
        align-items: center;
	}
	
	.text-center {
		text-align: left;
	}
	
	.lum-lightbox-inner img.lum-img {
		width: 100%;
	}
}


/* --------------------------
    header
-------------------------- */
/* header */
header {
	display: flex;
	width: 100%;
	height: var(--header-height);
	background-color: rgba(255, 255, 255, 0.5);
	position: fixed;
	left: 0;
	z-index: 255;
	transition: height 0.3s ease, background-color 0.3s ease;
}

header:hover {
    background-color: rgba(255, 255, 255, 0.9);
    transition: height 0.3s ease, background-color 0.3s ease;
}

#header-contact {
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	width: var(--header-height);
	aspect-ratio: 1 / 1;
	background-color: #444;
	color: #fff;
	transition: width 0.3s ease;
}

header.fixed #header-contact {
	width: var(--header-height-sp);
	transition: width 0.3s ease;
}

#header-contact > i {
	font-size: 2em;
	letter-spacing: 0;
	transition: all 0.3s ease;
}

header.fixed #header-contact > i {
	font-size: 1.5em;
	transition: all 0.3s ease;
}

#header-contact > span {
	font-size: 0.75em;
	font-weight: 700;
	letter-spacing: 0;
	white-space: nowrap;
}

header.fixed #header-contact > span {
	display: none;
}

header.fixed {
	height: var(--header-height-sp);
	transition: height 0.3s ease, background-color 0.3s ease;
}

header.fixed #header-content {
	height: 100%;
}

header > div {
	width: 100%;
	padding: 0 2em;
	transition: all 0.3s ease;
	margin-left: auto;
}

#header-content {
	display: flex;
	justify-content: space-between;
	height: 100%;
	position: relative;
	height: calc(100% - var(--topbar-height));
	transition: height 0.3s ease;
}

header.fixed #header-content {
	height: 100%;
	transition: height 0.3s ease;
}

#topbar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: var(--topbar-height);
}

header.fixed #topbar {
	display: none;
}

#topbar > h1 {
	font-size: 10px;
}

#header-content > div {
	display: flex;
	align-items: center;
	height: 100%;
}

#header-logo {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 120px;
	transition: height 0.3s ease;
}

#header-logo > img {
	height: 66px;
	transition: height 0.3s ease;
}

header.fixed #header-logo {
	width: 96px;
	transition: height 0.3s ease;
}

header.fixed #header-logo > img {
	height: 44px;
	transition: height 0.3s ease;
}

#header-menu {
	list-style-type: none;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	height: 100%;
	width: 100%;
	font-weight: 600;
	white-space: nowrap;
	font-family: var(--display-font);
	font-size: 0.875em;
}

#header-menu > li + li {
	margin-left: 1.5em;
}

#header-menu > li {
	display: flex;
	align-items: center;
	height: 100%;
}

#header-menu > li > a {
	position: relative;
	transition: all 0.2s ease;
}

#header-menu > li > a:hover {
	color: #777;
	transition: all 0.2s ease;
}

#header-menu > li > a:before {
	content: '';
	display: block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #333;
	opacity: 0;
	position: absolute;
	left: 50%;
	bottom: -1.5em;
	transform: translateX(-50%);
	transition: all 0.2s ease;
}

#header-menu > li > a:hover:before {
	opacity: 1;
	bottom: -0.75em;
	transition: all 0.2s ease;
}

header.fixed #header-menu > li > a:hover:before {
	bottom: -0.25em;
}

@media (max-width: 1100px) {
	header {
		height: var(--header-height-sp);
	}

	#topbar {
		display: none;
	}

	#header-content {
		height: 100%;
	}
	
	#header-logo {
		width: 80px;
	}

	#header-logo > img {
		height: 44px;
	}

	#header-menu {
		display: none;
	}
	
	#header-contact {
		width: var(--header-height-sp);
	}
	
	#header-contact > i {
		font-size: 1.5em;
		transition: all 0.3s ease;
	}
	
	#header-contact > span {
		display: none;
	}
}

/* drawer */
#drawer {
	display: none;
	height: var(--header-height-sp);
	pointer-events: none;
	aspect-ratio: 1 / 1;
	padding: 0;
}

#drawer-toggle {
	width: var(--header-height-sp);
	background-color: var(--color);
	aspect-ratio: 1 / 1;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	pointer-events: auto;
	transition: all 0.3s ease;
}

header.fixed #drawer-toggle {
	width: var(--header-height-sp);
	transition: all 0.3s ease;
}

#drawer-toggle:before {
	content: '';
	display: block;
	width: 50%;
	border-top: 1px solid #fff;
	position: absolute;
	top: 40%;
	left: 25%;
	transition: all 0.2s ease;
}

#drawer-toggle:after {
	content: '';
	display: block;
	width: 50%;
	border-top: 1px solid #fff;
	position: absolute;
	bottom: 40%;
	right: 25%;
	transition: all 0.2s ease;
}

#drawer-flag {
	display: none;
}

#drawer-flag:checked + #drawer-toggle:before {
	top: calc(50% - 0.5px);
	transform: rotate(30deg);
	transition: all 0.5s ease;
}

#drawer-flag:checked + #drawer-toggle:after {
	bottom: calc(50% - 0.5px);
	transform: rotate(-30deg);
	transition: all 0.5s ease;
}

#drawer-content {
	opacity: 0;
	pointer-events: none;
	height: 100vh;
	overflow: auto;
	position: relative;
	transition: all 0.5s ease;
}

#drawer-flag:checked ~ #drawer-content {
	opacity: 1;
	pointer-events: auto;
	transition: all 0.5s ease;
}

#drawer-content:before {
	content: '';
	display: block;
	width: 100%;
	background-color: #fff;
	height: 100svh;
	position: fixed;
	top: 0;
	left: 0;
	transition: all 0.5s ease;
}

#drawer-flag:checked ~ #drawer-content:before {
	transition: all 0.5s ease;
}

#drawer-content > div:first-of-type {
	width: 100%;
	height: 100vh;
	background-color: #fff;
	padding-top: var(--header-height-sp);
	overflow-y: scroll;
	position: fixed;
	left: 0;
}

#mobile-menu {
	list-style-type: none;
	color: var(--color);
	font-size: 1em;
}

#mobile-menu > li  > a {
	display: block;
	padding: 1em 3em 1em 2em;
	border-radius: 0.5em;
	font-size: clamp(1em, 2vw, 1.5em);
	position: relative;
}

#mobile-menu > li > a:hover {
	background-color: #f5f5f5;
}

#mobile-menu > li  > a:before {
	content: '';
	display: block;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 4px solid var(--color);
	position: absolute;
	right: 1.5em;
	top: 50%;
	transform: translateY(-50%);
}


@media (max-width: 1100px) {
	#drawer {
		display: block;
		height: var(--header-height-sp);
		width: var(--header-height-sp);
	}

	#drawer-toggle {
		width: var(--header-height-sp);
		transition: all 0.3s ease;
	}
}

/* --------------------------
    footer
-------------------------- */
#fixed-reservation {
	display: flex;
	position: fixed;
	width: 8rem;
	height: 8rem;
	bottom: 3rem;
	right: 3rem;
	flex-flow: column;
	align-items: center;
	justify-content: center;
	color: #fff;
	z-index: 2;
	font-weight: 700;
	transition: all 0.3s ease;
}

#fixed-reservation:hover {
	opacity: 0.9;
    transition: all 0.3s ease;
}

#fixed-reservation:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 8rem;
	height: 8rem;
	background-image: url(/wp-content/themes/self-photo/src/frame-circle.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	animation: spin 20s linear infinite;
	z-index: -1;
}

@keyframes spin{
  0%{
    transform: rotate(0deg);
  }

  100%{
    transform: rotate(360deg);
  }
}

#fixed-reservation > div {
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}

#fixed-reservation > div > i {
	font-size: 2rem;
	margin-bottom: 0.5rem;
}

#fixed-reservation > div > span {
	line-height: 1.25;
}

#fixed-line {
	display: flex;
	position: fixed;
	width: 2.75em;
	height: 12em;
	padding: 1em 0.5em;
	bottom: 50%;
	border-radius: 0.25em 0 0 0.25em;
	border: 1px solid #fff;
	border-right: none;
	right: 0rem;
	flex-flow: column;
	align-items: center;
	justify-content: center;
	color: #fff;
	z-index: 2;
	font-weight: 700;
	transition: all 0.3s ease;
	background-color: #06c656;
	writing-mode: vertical-rl;
	transform: translate(0, 50%);
}

#fixed-line > div > i {
	font-size: 1.75em;
	margin-bottom: 0.5rem;
}

@media (max-width: 768px) {
	#fixed-reservation {
		width: 50%;
		height: 3em;
		bottom: 0;
		right: 0;
		background-color:  #333;
		font-size: 1em;
		border: 1px solid #fff;
		border-bottom: none;
		border-left: none;
		border-right: none;
	}
	
	#fixed-reservation:before {
		display: none;
	}
	
	#fixed-reservation > div {
		flex-flow: row;
		align-items: center;
	}
	
	#fixed-reservation > div:after {
		content: '\f105';
		display: block;
		font-family: var(--font-awesome);
		font-weight: 700;
		margin-left: 1em;
	}
	
	#fixed-reservation > div > i {
		font-size: 1.5em;
		margin-bottom: 0;
		margin-right: 0.5em;
	}
	
	#fixed-reservation > div > span > br {
		display: none;
	}
	
	#fixed-line {
		width: 50%;
		height: 3em;
		padding: 0;
		bottom: 0;
		left: 0;
		background-color: #00B900;
		font-size: 1em;
		writing-mode: initial;
		transform: translate(0, 0);
		border-bottom: none;
		border-right: none;
		border-radius: 0;
	}
	
	#fixed-line > div {
		display: flex;
		align-items: center;
	}
	
	#fixed-line > div > i {
		margin-bottom: 0;
		margin-right: 0.5rem;
	}
}

footer {
	font-size: 0.875em;
	background-color: var(--color-beige-pale);
}

footer > div:first-of-type {
	display: flex;
	justify-content: space-between;
}

footer > div:first-of-type > div:first-of-type {
	width: calc(40% - 2em);
}

footer > div:first-of-type > div:first-of-type > a {
	display: block;
	aspect-ratio: 3 / 1;
	border: 1px solid #ddd;
	position: relative;
	background-color: #fff;
	margin-bottom: 2em;
	width: 240px;
}

footer > div:first-of-type > div:first-of-type > a > img {
	position: absolute;
	object-position: center;
	width: 100%;
	height: 100%;
	transform: scale(0.8);
}

footer > div:first-of-type > div:first-of-type > p + p {
	margin-top: 1em;
}

footer > div:first-of-type > #footer-menu {
	width: calc(60% - 2em);
}

#footer-menu {
	list-style-type: none;
	display: flex;
	justify-content: space-between;
}

#footer-menu > li {
	width: calc(50% - 2em);
}

#footer-menu > li > ul {
	list-style-type: none;
}

#footer-menu > li > ul > li + li {
	margin-top: 0.5em;
}

#footer-menu > li > ul > li > a {
	display: flex;
	align-items: center;
	transition: all 0.3s ease;
}

#footer-menu > li > ul > li > a:before {
	content: '\f138';
    display: block;
    font-family: var(--font-awesome);
	font-weight: 700;
	margin-right: 1em;
}

#footer-menu > li > ul > li > a:hover {
	opacity: 0.7;
	transition: all 0.3s ease;
}

#copyright {
	display: flex;
	font-size: 10px;
	justify-content: center;
	align-items: center;
	height: 3em;
	background-color: #333;
	color: #fff;
	font-family: var(--serif-font);
}

@media (max-width: 768px) {
	footer > div:first-of-type {
		flex-flow: column;
	}
	
	footer > div:first-of-type > div:first-of-type {
		width: 100%;
		margin-bottom: 2em;
	}
	
	footer > div:first-of-type > div:first-of-type > a {
		margin: 0 auto 2em auto;
	}
	
	footer > div:first-of-type > div:first-of-type > p {
		text-align: center;
	}
	
	footer > div:first-of-type > #footer-menu {
		width: 100%;
		margin-top: 2em;
		flex-wrap: wrap;
		flex-flow: column;
		align-items: center;
		max-width: 240px;
        margin: 0 auto;
	}
	
	#footer-menu > li {
		width: 100%;
	}
	
	#footer-menu > li + li {
		margin-top: 0.5em;
	}
	
	#copyright {
		height: 7em;
		padding: 1em 1em 5em 1em;
	}
}

/* --------------------------
    archive
-------------------------- */
/* archive */
.archive-list {
    list-style-type: none;
}

.archive-list > li {
    padding: 1rem 0;
}

.archive-list > li:first-of-type {
    padding-top: 0;
}

.archive-list > li + li {
    border-top: 1px solid #ddd;
}

.archive-list > li > a {
    display: block;
}

.archive-list > li > a > article {
    display: flex;
    align-items: center;
}

.archive-list > li > a > article > .thumb {
    width: 30%;
    padding-top: 20%;
    background-color: #eee;
    margin-right: 2em;
    position: relative;
}

.archive-list > li > a > article > .thumb > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
}

.archive-list > li > a > article > .info {
    width: calc(70% - 2em);
}

.archive-list > li > a > article > .info > time {
    display: block;
    font-size: 1em;
    margin-bottom: 0.5em;
}

.archive-list > li > a > article > .info > .category {
    margin-bottom: 0.5em;
}

.archive-list > li > a > article > .info > .category > span {
    display: inline-block;
    font-size: 10px;
    padding: 0.25em 0.5em;
    margin: 0 0.5em 0.5em 0;
    background-color: var(--color);
    color: #fff;
}

.archive-list > li > a > article > .info > h3 {
    font-size: 1rem;
    margin-bottom: 0.5em;
}

.archive-list > li > a > article > .info > p {
    font-size: 0.75em;
    margin-top: 1em;
}

@media (max-width: 768px) {
    .archive-list > li > a > article {
        flex-flow: column;
    }
    
    .archive-list > li > a > article > .info {
        width: 100%;
    }
    
    .archive-list > li > a > article > .thumb {
        width: 100%;
        padding-top: calc(100% / 3 * 2);
        margin-right: 0;
        margin-bottom: 1em;
    }
}

/* archive pagination */
#pagination {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
}

#pagination > * {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    letter-spacing: 0;
    width: 3em;
    height: 3em;
    background: #eee;
    color: var(--color);
    margin: 0 0.5em;
    transition: all 0.3s ease;
}

#pagination > span,
#pagination > a:hover {
    background: var(--color);
    color: #fff;
    transition: all 0.3s ease;
}

/* --------------------------
    page
-------------------------- */
/* page header */
#page-header {
	width: 100%;
	min-height: 350px;
	position: relative;
	padding-top: var(--header-height);
}

#page-header:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(/wp-content/uploads/2025/05/studiomedia_gaikan.webp);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	z-index: -1;
	filter: brightness(0.75);
}

#page-header > div {
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	min-height: calc(400px - var(--header-height));
	padding: 1em 4em;
	margin: 0 auto;
}

#page-header > div > h2 {
	font-size: clamp(1em, 2vw, 1.5em);
	color: #fff;
	font-family: var(--display-font);
	font-weight: 500;
}

#breadcrumb {
	display: flex;
	flex-wrap: wrap;
	list-style-type: none;
	color: #fff;
	font-size: 0.875em;
	margin-top: 1em;
}

#breadcrumb > li {
	display: flex;
	align-items: center;
}

#breadcrumb > li + li:before {
	content: '';
	display: block;
	border-top: 4px solid transparent;
	border-left: 4px solid #fff;
	border-right: 4px solid transparent;
	border-bottom: 4px solid transparent;
	margin: 0 0.5em 0 1em;
	filter: drop-shadow(0 0 0.5em #000) drop-shadow(0 0 0.5em #000);
}

@media (max-width: 1200px) {
	#page-header {
		width: 100%;
	}

	#page-header > div {
		padding: calc(50px + 1em) 1em 1em 1em;
	}

	#page-header > div {
		align-items: center;
		text-align: center;
	}
}

@media (max-width: 768px) {
	#page-header {
		width: 100%;
		padding-top: 0;
		min-height: calc(100vw / 2);
	}
	
	#page-header:before {
		filter: brightness(0.8);
	}
}


/* --------------------------
    single
-------------------------- */
/* single */
#single-date {
    display: block;
    font-size: 1em;
    font-weight: 700;
    margin-bottom: 2em;
}

.single-content *:not(h1, h2, h3, h4, h5, h6) + *:not(.plain):is(h1, h2, h3, h4, h5, h6) {
	margin-top: 3em;
}

.single-content h1:not(.plain),
.single-content h2:not(.plain) {
	background-color: #333;
	color: #fff;
	padding: 0.5em 1em;
	margin-bottom: 1em;
}

.single-content h3:not(.plain) {
	border-left: 4px solid #333;
	background-color: var(--color-beige-pale);
	padding: 0.5em 1em;
    margin-bottom: 1em;
}

.single-content h4:not(.plain) {
	border-left: 2px solid #333;
	padding: 0 1em;
    margin-bottom: 1em;
}

.single-content h5:not(.plain) {
    margin-bottom: 1em;
}

.single-content h6:not(.plain) {
    margin-bottom: 1em;
}

.single-content hr:not(.plain) {
    display: block;
    border: none;
    border-top: 2px solid #bbb;
    margin: 4em 0;
}

.single-content ul:not(.plain) {
	background-color: #fff;
	padding: 2em 2em 2em 3em;
	box-shadow: 0 0 0.25em rgba(0, 0, 0, 0.3);
	margin-bottom: 3em;
}

.single-content ol:not(.plain) {
	background-color: #fff;
	padding: 2em 2em 2em 3em;
	box-shadow: 0 0 0.25em rgba(0, 0, 0, 0.3);
	margin-bottom: 3em;
}

.single-content ul:not(.plain) > li + li,
.single-content ol:not(.plain) > li + li {
    margin-top: 1em;
}

.single-content blockquote:not(.plain) {
    background-color: #f5f5f5;
    padding: 2em;
    margin-bottom: 2em;
}

.single-content p:not(.plain) {
    text-align: justify;
    margin-bottom: 1em;
}

.single-content dl:not(.plain) {
    display: flex;
    flex-wrap: wrap;
    border-top: 2px solid #ddd;
    margin-bottom: 3em;
}

.single-content dl:not(.plain) > dt {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30%;
    background-color: #f5f5f5;
    border-bottom: 2px solid #ddd;
    padding: 1em 2em;
    font-weight: 700;
}

.single-content dl:not(.plain) > dd {
    width: 70%;
    background-color: #fff;
    border-bottom: 2px solid #ddd;
    padding: 1em 2em;
}

.single-content img:not(.plain) {
    height: auto;
    margin-bottom: 2em;
}

.single-content img:not(.plain).alignleft {
    float: left;
    margin: 0 2em 2em 0;
}

.single-content img:not(.plain).alignright {
    float: right;
    margin: 0 0 2em 2em;
}

.single-content img:not(.plain).aligncenter {
    margin: 0 auto 2em auto;
}

.single-content a:not(.plain) {
    text-decoration: underline;
    transition: all 0.3s ease;
}

.single-content a:not(.plain):hover {
    opacity: 0.7;
    transition: all 0.3s ease;
}

.single-content small:not(.plain) {
    font-size: 0.75em;
}

@media (max-width: 768px) {
	.single-content h1:not(.plain),
	.single-content h2:not(.plain) {
	}
	
	.single-content h3:not(.plain) {
	}
	
	.single-content hr:not(.plain) {
		margin: 2em 0;
	}

	.single-content ul:not(.plain) {
		padding: 1em 1em 1em 2em;
	}
	
	.single-content ol:not(.plain) {
		padding: 1em 1em 1em 3em;
	}
	
	.single-content blockquote:not(.plain) {
		padding: 1em;
	}
	
	.single-content dl:not(.plain) {
		flex-flow: column;
	}
	
	.single-content dl:not(.plain) > dt {
		width: 100%;
		padding: 1em;
	}
	
	.single-content dl:not(.plain) > dd {
		width: 100%;
		padding: 1em;
	}

	.single-content img.aligncenter:not(.plain),
	.single-content img.alignleft:not(.plain),
	.single-content img.alignright:not(.plain) {
		float: none;
		margin: 0 auto 2em auto;
	}
}

/* single pagination */
#single-pagination {
    list-style-type: none;
    display: flex;
    border-top: 2px solid #ddd;
    border-bottom: 2px solid #ddd;
    padding: 1rem 0;
    margin-top: 2rem;
}

#single-pagination > li {
    width: 50%;
}

#single-pagination > li + li {
    border-left: 2px solid #ddd;
}

#single-pagination > li > a {
    display: block;
    color: var(--main-color);
    padding: 1rem 3rem;
    position: relative;
}

#single-pagination > li:first-of-type > a:before {
    content: '';
    display: block;
    border-top: 0.3rem solid transparent;
    border-left: 0.3rem solid transparent;
    border-right: 0.3rem solid var(--color);
    border-bottom: 0.3rem solid transparent;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

#single-pagination > li:last-of-type > a:before {
    content: '';
    display: block;
    border-top: 0.3rem solid transparent;
    border-left: 0.3rem solid var(--color);
    border-right: 0.3rem solid transparent;
    border-bottom: 0.3rem solid transparent;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

@media (max-width: 768px) {
    #single-pagination {
        flex-flow: column;
        padding: 0;
    }

    #single-pagination > li {
        width: 100%;
    }

    #single-pagination > li + li {
        border-left: none;
    }

    #single-pagination > li:first-of-type:empty {
        border-top: 2px solid #ddd;
    }
}

/* --------------------------
    top
-------------------------- */
#top-main-banner {
	aspect-ratio: 16 / 9;
	position: relative;
}

#top-main-banner:before {
	content: '';
	display: block;
	width: 100%;
	height: 10vh;
	background: linear-gradient(to top, #fff 25%, transparent 100%);
	position: absolute;
	bottom: -1px;
	left: 0;
	z-index: 2;
}

#top-main-banner > h2 {
	color: #fff;
	font-size: 3vw;
	display: flex;
	flex-flow: column;
	align-items: center;
	position: absolute;
	bottom: 2em;
	left: 50%;
	z-index: 1;
	font-family: var(--serif-font);
	font-weight: 500;
	text-shadow: 0 0 0.2em rgba(0, 0, 0, 0.8);
	transform: translate(-50%, -50%);
}

#top-main-banner > h2:before {
	content: attr(data-text);
	font-family: var(--display-font);
	line-height: 1;
	font-size: 1.5em;
}

#top-main-slider .swiper-slide {
	aspect-ratio: 16 / 9;
	background-color: #eee;
	position: relative;
}

#top-main-slider .swiper-slide > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

@media (max-width: 768px) {
	#top-main-banner {
		aspect-ratio: 1 / 1;
	}
	
	#top-main-banner > h2 {
		font-size: 6vw;
		white-space: nowrap;
		bottom: 1.5em;
	}
	
	#top-main-slider .swiper-slide {
		aspect-ratio: 1 / 1;
	}
}

#top-concept:after {
	content: '';
}

#top-concept > div {
	display: flex;
	justify-content: space-between;
}

#top-concept > div > h2 {
	width: calc(40% - 1em);
}

#top-concept > div > div {
	width: calc(60% - 1em);
}

#top-concept p + p {
	margin-top: 1em;
}

@media (max-width: 768px) {
	#top-concept > div {
		flex-flow: column;
	}
	
	#top-concept > div > h2 {
		width: 100%;
	}
	
	#top-concept > div > div {
		width: 100%;
	}
}

.top-gallery-list {
	display: flex;
	flex-wrap: wrap;
	list-style-type: none;
}

.top-gallery-list > li {
	width: calc(100% / 3 - (1em / 3));
}

.top-gallery-list > li:not(.vertical) > figure {
	aspect-ratio: 1 / 1;
}

.top-gallery-list > li:not(:nth-of-type(3n)) {
	margin-right: 0.5em;
}

.top-gallery-list > li:nth-of-type(n + 4) {
	margin-top: 0.5em;
}

@media (max-width: 768px) {
	.top-gallery-list > li {
		width: calc(50% - 0.25em);
	}
	
	.top-gallery-list > li:not(:nth-of-type(3n)) {
		margin-right: 0;
	}
	
	.top-gallery-list > li:nth-of-type(odd) {
		margin-right: 0.5em;
	}
	
	.top-gallery-list > li:nth-of-type(n + 3) {
		margin-top: 0.5em;
	}
}

#top-melit {
	position: relative;
	width: 100vw;
	overflow-x: hidden;
}

#top-melit:before {
	content: '';
	display: block;
	position: absolute;
	aspect-ratio: 88 / 120;
	width: 35vw;
	height: auto;
    left: -5vw;
    top: 10vw;
	background-image: var(--ornament2);
	background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
	transform: rotate(-15deg);
}

#top-melit:after {
	content: '';
	display: block;
	position: absolute;
	aspect-ratio: 120 / 118;
	width: 40vw;
	height: auto;
    right: -15vw;
    bottom: 5vw;
	background-image: var(--ornament1);
	background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
}

#top-melit > div {
	display: flex;
	justify-content: space-between;
}

#top-melit > div > h2 {
	width: calc(20% - 1rem);
}

#top-melit > div > div {
	width: calc(80% - 1rem);
}

#top-melit .melit-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#top-melit .melit-wrap + .melit-wrap {
	margin-top: 3em;
}

#top-melit .melit-wrap > figure {
	width: calc(30% - 1rem);
	aspect-ratio: 1 / 1;
    border-radius: 50%;
    overflow: hidden;
    background-color: #f5f5f5;
}

#top-melit .melit-wrap > figure > img {
	object-fit: cover;
    width: 100%;
    height: 100%;
}

#top-melit .melit-wrap > div {
	width: calc(70% - 1rem);
}

#top-melit .melit-wrap > div > h3 {
	margin-bottom: 1em;
	font-family: var(--serif-font);
	font-weight: 500;
	position: relative;
    padding-left: 1.5em;
}

#top-melit .melit-wrap > div > h3:before {
	content: '';
	display: block;
	position: absolute;
    top: 0.5lh;
    left: 0;
	transform: translateY(-50%);
	width: 1em;
	height: 1em;
	border: 6px solid var(--color-green);
	border-radius: 50%;
}

@media (max-width: 768px) {
	#top-melit:before {
		width: 120vw;
		top: 50vw;
        left: -35vw;
	}
	
	#top-melit:after {
		width: 240vw;
		right: 0;
		left: -5vw;
		bottom: 20vw;
	}
	
	#top-melit > div {
		flex-flow: column;
	}
	
	#top-melit > div > h2 {
		width: 100%;
	}
	
	#top-melit > div > div {
		width: 100%;
	}
	
	#top-melit .melit-wrap {
		flex-flow: column;
	}
	
	#top-melit .melit-wrap > figure {
		width: 100%;
		margin-bottom: 2em;
	}
	
	#top-melit .melit-wrap > div {
		width: 100%;
	}
}

#top-studio > div {
	counter-reset: count;
}

#top-studio .studio-wrap {
	display: flex;
	align-items: center;
	flex-flow: row-reverse;
}

#top-studio .studio-wrap:nth-of-type(even) {
	flex-flow: row;
}

#top-studio .studio-wrap > figure {
	width: 50%;
	aspect-ratio: 3 / 2;
	overflow: hidden;
}

#top-studio .studio-wrap > figure > img {
	object-fit: cover;
	width: 100%;
	height: 100%;
}

#top-studio .studio-wrap > div {
	width: 50%;
	padding: 0 4em;
	counter-increment: count;
}

#top-studio .studio-wrap > div:before {
	content: "#0"counter(count);
    font-size: 3em;
	color: var(--color-beige);
	font-family: var(--display-font);
}

#top-studio .studio-wrap > div > p {
	font-size: 1.125em;
	font-family: var(--serif-font);
}

#top-studio .studio-wrap > div > p + p {
	margin-top: 0.5em;
}

@media (max-width: 768px) {
	#top-studio .studio-wrap {
		flex-flow: column-reverse;
	}
	
	#top-studio .studio-wrap + .studio-wrap {
		margin-top: 2em;
	}
	
	#top-studio .studio-wrap > figure {
		width: 100%;
	}
	
	#top-studio .studio-wrap > div {
		width: 100%;
		padding: 2em 1em;
	}
	
	#top-studio .studio-wrap:nth-of-type(even) {
		flex-flow: column-reverse;
	}
}

#top-plan .top-plan-list {
	display: flex;
	justify-content: space-between;
	list-style-type: none;
	margin-bottom: 3em;
	flex-wrap: wrap;
}

#top-plan .top-plan-list > li {
	width: calc(50% - 0.5em);
	padding: 2em 1em;
	background-color: #fff;
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: space-between;
	box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.1);
}

#top-plan .top-plan-list > li:nth-of-type(n + 3) {
	margin-top: 1em;
}

#top-plan .top-plan-list > li > div.plan {
	font-size: clamp(1.25em, 2.5vw, 1.5em);
	font-family: var(--display-font);
	font-weight: 600;
	margin-bottom: 1rem;
	display: flex;
	flex-flow: column;
	align-items: center;
}

#top-plan .top-plan-list > li > div.plan:before {
	content: attr(data-text);
	font-size: 0.875em;
	font-weight: 400;
}

#top-plan .top-plan-list > li > div.fee {
	font-size: 2.5em;

	font-family: var(--serif-font);
}

#top-plan .top-plan-list > li > div.fee > span {
	font-size: 1rem;
	margin-left: 0.25rem;
}

#top-plan .top-plan-list > li > ul {
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 0.5em;
}

#top-plan .top-plan-list > li > ul > li {
	margin: 0.25em;
	padding: 0.25em 1em;
	background-color: var(--color-beige-pale);
}

#top-plan .option-list {
	display: flex;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
}

#top-plan .option-list > dt {
	width: 40%;
	padding: 1em 2em;
	background-color: var(--color-beige-pale);
}

#top-plan .option-list > dd {
	width: 60%;
	padding: 1em 2em;
	background-color: #fff;
}

@media (max-width: 768px) {
	#top-plan .top-plan-list {
		flex-wrap: wrap;
	}
	
	#top-plan .top-plan-list > li {
		width: 100%;
	}
	
	#top-plan .top-plan-list > li + li {
		margin-top: 0.5em;
	}
	
	#top-plan .top-plan-list > li:nth-of-type(n + 3) {
		margin-top: 0.5em;
	}
	
	#top-plan .option-list {
		flex-wrap: wrap;
	}
	
	#top-plan .option-list > dt {
		width: 100%;
		text-align: center;
		padding: 1em;
	}
	
	#top-plan .option-list > dd {
		width: 100%;
		padding: 1em;
	}
}

#top-flow #flow-list {
	list-style-type: none;
	counter-reset: count;
}

#top-flow #flow-list > li {
	padding: 2em 2em 2em 8em;
	background-color: var(--color-beige-pale);
	font-family: var(--serif-font);
	position: relative;
}

#top-flow #flow-list > li:before {
	counter-increment: count;
	content: counter(count);
	display: flex;
	justify-content: center;
	align-items: center;
	width: 3em;
	height: calc(100% - 2em);
	font-size: 2em;
	font-weight: 500;
	border-right: 1px solid #333;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

#top-flow #flow-list > li:not(:last-of-type):after {
	content: '';
	display: block;
	border-top: 0.5em solid #333;
	border-left: 0.5em solid transparent;
	border-right: 0.5em solid transparent;
	position: absolute;
	bottom:-1.25em;
	left: 50%;
	transform: translate(-50%, 100%);
}

#top-flow #flow-list > li + li {
	margin-top: 3em;
}

#top-flow #flow-list > li > div {
	font-size: 1.25em;
}

#top-flow #flow-list > li > div > a {
	text-decoration: underline;
}

/* #top-flow #flow-list > li > div > a:after {
	content: '\f35d';
	font-size: 0.75em;
	font-family: var(--font-awesome);
	font-weight: 700;
	margin: 0 0.25em;
} */

@media (max-width: 768px) {
	#top-flow #flow-list > li {
		display: flex;
		flex-flow: column;
		padding: 1em 1em 1em 1em;
	}
	
	#top-flow #flow-list > li:before {
		width: 100%;
		height: auto;
		padding-bottom: 0.25em;
		border-right: none;
		border-bottom: 1px solid #333;
		position: static;
		transform: unset;
		margin-bottom: 1em;
		font-size: 1.75em;
	}
	
	#top-flow #flow-list > li > div {
		font-size: 1em;
	}
	
}

.accordion-list-wrap {
	counter-reset: count;
}

.accordion-list-wrap > dl {
	border: 1px solid #ccc;
}

.accordion-list-wrap > dl + dl {
	margin-top: 0.5em;
}

.accordion-list-wrap > dl > dt > input {
	display: none;
}

.accordion-list-wrap > dl > dt > label {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1em 4em;
    background-color: #fff;
    position: relative;
    transition: all 0.3s ease;
}

.accordion-list-wrap > dl > dt:has(input:checked) > label,
.accordion-list-wrap > dl > dt > label:hover {
	background-color: var(--color-beige-pale);
	cursor: pointer;
    transition: all 0.3s ease;
}

.accordion-list-wrap > dl > dt > label:before {
	counter-increment: count;
	content: 'Q'counter(count);
	font-family: var(--serif-font);
	display: block;
	position: absolute;
	left: 1em;
	top: 50%;
	transform: translateY(-50%);
}

.accordion-list-wrap > dl > dt > label:after {
	content: '\f13a';
	display: block;
	font-family: var(--font-awesome);
	font-weight: 700;
	position: absolute;
	right: 1em;
	top: 50%;
	transform: translateY(-50%);
}

.accordion-list-wrap > dl > dt:has(input:checked) > label:after {
	content: '\f139';
	transform: translateY(-50%);
	color: var(--color-orange);
}

.accordion-list-wrap > dl > dt:has(input:not(:checked)) + dd {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.3s ease;
}

.accordion-list-wrap > dl > dt:has(input:checked) + dd {
    display: grid;
    grid-template-rows: 1fr;
    transition: grid-template-rows 0.3s ease;
}

.accordion-list-wrap > dl > dd > div {
	overflow: hidden;
	padding: 0 3em;
	background-color: #fff;
	transition: all 0.3s ease;
}

.accordion-list-wrap > dl > dt:has(input:checked) + dd > div {
	padding: 2em 3em;
	transition: all 0.2s ease;
}

@media (max-width: 768px) {
	.accordion-list-wrap > dl > dt:has(input:checked) + dd > div {
		padding: 1em 3em;
	}
}

#top-review {
	width: 100vw;
	overflow-x: hidden;
}

#top-review > div > div {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 1em;
}

#top-review > div > div + div {
	margin-top: 2em;
}

#top-review > div > div > h2 {
	margin-bottom: 0;
}

#top-review .swiper-button-wrap {
	display: flex;
	width: 7em;
	height: 3em;
	position: relative;
}

#top-review .swiper-button-wrap > div {
	width: 3em;
	height: 3em;
	border-radius: 50%;
	border: 1px solid #ddd;
	transition: all 0.3s ease;
	background-color: #fff;
}

#top-review .swiper-button-wrap > div:after {
	font-size: 1em;
	color: #333;
}

#top-review .swiper-button-wrap > div:hover {
	background-color: #eee;
	transition: all 0.3s ease;
}

#top-review .swiper-button-wrap > .swiper-button-next {
	right: 0;
	z-index: 1;
}

#top-review .swiper-button-wrap > .swiper-button-prev {
	left: 0;
	z-index: 1;
}

#top-review-slider {
	position: relative;
	max-width: 100vw;
}

#top-review-slider .swiper-slide {
	padding: 2em;
	display: flex;
	flex-direction: column;
	box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.1);
	height: auto;
}

#top-review-slider .swiper-slide > figure {
	width: 90%;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto 2em auto;
}

#top-review-slider .swiper-slide > figure > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#top-review-slider .swiper-slide > div {
	flex-grow: 1;
	display: flex;
	flex-flow: column;
}

#top-review-slider .swiper-slide > div p + p {
	margin-top: 1em;
}

#top-review-slider .swiper-slide > div p:last-of-type {
	margin-bottom: 1em;
}

#top-review-slider .swiper-slide > div > .clientele {
	font-size: 0.875em;
	margin-top: auto;
	text-align: right;
	font-weight: 600;
}

#top-review-slider .swiper-button-wrap {
	display: flex;
	width: 6em;
	height: 3em;
	position: absolute;
	right: 0;
	bottom: 0;
}

#top-news-list {
	list-style-type: none;
}

#top-news-list > li + li {
	border-top: 1px solid #aaa;
}

#top-news-list > li > a {
	display: block;
	padding: 0.75em 4em 0.75em 1em;
	position: relative;
}

#top-news-list > li > a:before {
	content: '\f138';
	position: absolute;
	right: 1em;
	top: 50%;
	transform: translateY(-50%);
	font-weight: 700;
	font-family: var(--font-awesome);
	font-size: 1.25em;
}

#top-news-list > li > a > article {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#top-news-list > li > a > article > time {
	width: 10rem;
	font-family: var(--serif-font);
	color: #555;
}

#top-news-list > li > a > article > time > span {
	font-size: 1.5em;
}

#top-news-list > li > a > article > h3 {
	width: calc(100% - 10rem);
	font-size: 1em;
	font-weight: 500;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

@media (max-width: 768px) {
	#top-news > div {
		flex-flow: column;
	}

	#top-news > div > div:first-of-type {
		width: 100%;
	}

	#top-news > div > div:first-of-type > .heading {
		align-items: center;
	}

	#top-news > div > div:first-of-type > .button-wrap {
		display: none;
	}

	#top-news > div > div:last-of-type {
		width: 100%;
		margin-top: 2em;
	}

	#top-news > div > div:last-of-type > .button-wrap {
		display: block;
	}

	#top-news-list > li > a {
		display: block;
		padding: 0.75em 3em 0.75em 0;
		position: relative;
	}

	#top-news-list > li > a:before {
		right: 0;
	}

	#top-news-list > li > a > article {
		flex-flow: column;
	}

	#top-news-list > li > a > article > time {
		width: 100%;
		font-size: 0.75em;
	}

	#top-news-list > li > a > article > h3 {
		width: 100%;
	}
}

#reservation-wrap {
	width: 100%;	
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(2, 1fr);
}

#reservation-wrap > a {
	padding: 3em 3em;
	background-color: #fff;
	display: flex;
	flex-flow: column;
	align-items: center;
	box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease;
	gap: 0.5em;
	position: relative;
	overflow: hidden;
}

#reservation-wrap > a:hover {
	background-color: var(--color-orange-pale);
	transition: all 0.3s ease;
}

#reservation-wrap > a:before {
	content: '';
	position: absolute;
	display: block;
	width: 6em;
	height: 6em;
	background-color: var(--color-orange);
	bottom: -2em;
	right: -2em;
	border-radius: 50%;
}

#reservation-wrap > a:after {
	content: '\f061';
	font-family: var(--font-awesome);
	font-size: 1.25em;
	font-weight: 600;
	position: absolute;
	bottom: 0.5em;
	right: 0.5em;
	color: #fff;
	transform: translate(-50%, 0%);
	transition: all 0.3s ease;
}

#reservation-wrap > a:hover:after {
	transform: translate(-25%, 0%);
	transition: all 0.3s ease;
}

#reservation-wrap > a > i {
	font-size: 2.5em;
	margin-bottom: 0.5em;
}

#reservation-wrap > a > div {
	display: flex;
	flex-flow: column;
	align-items: center;
	font-weight: 600;
	font-size: 1.25em;
}

#reservation-wrap > a.reservation-tel > div:last-of-type {
	font-size: 1.75em;
	transition: all 0.3s ease;
}

#reservation-wrap > a.reservation-tel:hover > div:last-of-type {
	transition: all 0.3s ease;
	color: var(--color-orange);
}

#reservation-wrap > a.reservation-mail > div:last-of-type {
	padding: 1em 3em 1em 2em;
	background-color: #333;
	color: #fff;
	font-size: 1rem;
	border-radius: 2em;
	transition: all 0.3s ease;
}

#reservation-wrap > a.reservation-mail:hover > div:last-of-type {
	background-color: var(--color-orange);
	transition: all 0.3s ease;
}

@media (max-width: 768px) {
	#reservation-wrap {
	grid-template-columns: 1fr;
	}
}

#top-access > div > figure {
	aspect-ratio: 3 / 1;
    overflow: hidden;
	margin-bottom: 3em;
}

#top-access > div > figure > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

#top-access .access-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#top-access .access-wrap > div:first-of-type {
	width: calc(50% - 1em);
	aspect-ratio: 3 / 2;
	overflow: hidden;
}

#top-access .access-wrap > div:last-of-type {
	width: calc(50% - 1em);
}

#top-access .access-wrap > div > iframe {
	width: 100%;
	height: 100%;
}

#top-access .access-wrap > div:last-of-type > div {
	font-size: 1.5em;
	font-family: var(--serif-font);
	margin-bottom: 1em;
}

#top-access .access-wrap > div:last-of-type > p {
	padding-left: 3em;
	position: relative;
}

#top-access .access-wrap > div:last-of-type > p + p {
	margin-top: 3em;
}

#top-access .access-wrap > div:last-of-type > p + p:before {
	content: '';
	position: absolute;
	border-top: 1px dashed #aaa;
	width: 100%;
	left: 0;
	top: -1.5em;
}

#top-access .access-wrap > div:last-of-type > p > i {
	position: absolute;
	left: 0;
	top: 1lh;
	transform: translateY(-50%);
}

#top-access .access-wrap > figure {
	width: calc(50% - 1em);
	aspect-ratio: 16 / 9;
}

#top-access dl {
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid #333;
}

#top-access dl > dt {
	width: 50%;
	padding: 1em 2em;
	display: flex;
	align-items: center;
	background-color: #eee;
	border-top: 1px solid #333;
}

#top-access dl > dd {
	width: 50%;
	padding: 1em 2em;
	background-color: #fff;
	border-top: 1px solid #333;
}

@media (max-width: 768px) {
	#top-access > div > figure {
		margin-bottom: 2em;
	}
	
	#top-access .access-wrap {
		flex-flow: column;
	}
	
	#top-access .access-wrap > div:first-of-type {
		width: 100%;
		margin-bottom: 2em;
		aspect-ratio: 1 / 1;
	}
	
	#top-access .access-wrap > div:last-of-type {
		width: 100%;
	}
	
	#top-access .access-wrap > div:last-of-type > p {
		padding-left: 2.5em;
	}
}

/* --------------------------
    contact
-------------------------- */
.grecaptcha-badge {
	z-index: 254;
}

#reservation > dl > dt {
	display: inline-block;
	padding: 0.5em 2em;
	background-color: #555;
	color: #fff;
	font-weight: 700;
	border-radius: 0.5em 0.5em 0 0;
	position: relative;
}

#reservation > dl > dt.required {
	padding: 0.5em 5em 0.5em 2em;
}

#reservation > dl > dt.required:after {
	content: '必 須';
	display: block;
	font-size: 10px;
	line-height: 1;
	letter-spacing: 0px;
	color: var(--color);
	position: absolute;
	right: 1rem;
	top: 50%;
	transform: translateY(-50%);
	padding: 0.5em 1em;
	background-color: #fff;
	border-radius: 3px;
}

#reservation > dl > dd + dt {
	margin-top: 1em;
}

#reservation > dl > dd {
	background-color: #fff;
	padding: 1em;
	border: 1px solid #ddd;
}

#reservation > dl dl {
	display: flex;
	flex-wrap: wrap;
}

#reservation > dl dl > dt {
	width: 10em;
	padding: 1em;
}

#reservation > dl dl > dd {
	width: calc(100% - 10em);
	padding: 1em;
}

#reservation > dl dl > dt:nth-of-type(n+2),
#reservation > dl dl > dd:nth-of-type(n+2) {
	border-top: 2px solid #ddd;
}

#reservation > dl dl > dd .wpcf7-checkbox,
#reservation > dl dl > dd .wpcf7-radio {
	display: flex;
	flex-wrap: wrap;
}

#reservation select {
	padding: 0.5em 1em;
}

#reservation input[type=text],
#reservation input[type=number],
#reservation input[type=email] {
	padding: 0.5em 1em;
	width: 100%;
}

#reservation input[name=your-zip],
#reservation input[type=number],
#reservation input[name=plan-birthday-old],
#reservation input[name=plan-newborn-after-birth] {
	width: unset;
}

#reservation select {
	width: 100%;
}

#reservation textarea {
	width: 100%;
}

#reservation .zip-wrap:before {
	content: '〒';
	margin-right: 0.5em;
}

#reservation .number-wrap:after {
	content: '人';
	margin-left: 0.5em;
}

#reservation .sub-wrap > div {
	width: 100%;
	background-color: #ddd;
	padding: 0.5em 1em;
	text-align: center;
	font-weight: 700;
	margin-top: 1em;
}

#reservation .duration-wrap {
	padding: 1em 2em;
	border: 1px solid var(--color);
	border-radius: 0.5em;
	margin-top: 2em;
}

#reservation .duration-wrap > div:first-of-type {
	font-weight: 700;
}

#reservation .duration-wrap > div:first-of-type > span {
	font-size: 1.5em;
}

#reservation .notice {
	padding: 1em 2em;
	border: 1px solid var(--color);
	border-radius: 0.5em;
	margin-top: 2em;
}

#reservation .notice > div:first-of-type {
	font-weight: 700;
	font-size: 1.25em;
}

#reservation .notice > div + div {
	margin-top: 0.5em;
}

#reservation .agreement-wrap {
	text-align: center;
	margin-bottom: 1rem;
}

#reservation input[name=agreement] {
	appearance: none;
	-webkit-appearance: none;
	border: none;
}

#reservation input[name=agreement] + span {
	display: flex;
	justify-content: center;
	align-items: center;
}

#reservation input[name=agreement] + span:hover {
	cursor: pointer;
}

#reservation input[name=agreement] + span:before {
	content: '';
	display: inline-block;
	width: 3rem;
	height: 3rem;
	border: 1px solid #aaa;
	border-radius: 3px;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB2ZXJzaW9uPSIxLjEiIGZvY3VzYWJsZT0iZmFsc2UiCgkgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIgoJIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMiA1MTI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojQUFBQUFBO30KPC9zdHlsZT4KPHBhdGggY2xhc3M9InN0MCIgZD0iTTE3My45LDQzOS40TDcuNSwyNzNjLTEwLTEwLTEwLTI2LjIsMC0zNi4ybDM2LjItMzYuMmMxMC0xMCwyNi4yLTEwLDM2LjIsMEwxOTIsMzEyLjdMNDMyLjEsNzIuNgoJYzEwLTEwLDI2LjItMTAsMzYuMiwwbDM2LjIsMzYuMmMxMCwxMCwxMCwyNi4yLDAsMzYuMkwyMTAuMSw0MzkuNEMyMDAuMSw0NDkuNCwxODMuOSw0NDkuNCwxNzMuOSw0MzkuNEwxNzMuOSw0MzkuNHoiLz4KPC9zdmc+Cg==);
	background-size: 50%;
	background-position: center;
	background-repeat: no-repeat;
	margin-right: 1rem;
	background-color: #fff;
}

#reservation input[name=agreement]:checked + span:before {
	content: '';
	display: inline-block;
	width: 3rem;
	height: 3rem;
	border: 1px solid #333;
	border-radius: 3px;
	background-image: url(data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgZm9jdXNhYmxlPSJmYWxzZSIgZGF0YS1wcmVmaXg9ImZhcyIgZGF0YS1pY29uPSJjaGVjayIgY2xhc3M9InN2Zy1pbmxpbmUtLWZhIGZhLWNoZWNrIGZhLXctMTYiIHJvbGU9ImltZyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiI+PHBhdGggZmlsbD0iY3VycmVudENvbG9yIiBkPSJNMTczLjg5OCA0MzkuNDA0bC0xNjYuNC0xNjYuNGMtOS45OTctOS45OTctOS45OTctMjYuMjA2IDAtMzYuMjA0bDM2LjIwMy0zNi4yMDRjOS45OTctOS45OTggMjYuMjA3LTkuOTk4IDM2LjIwNCAwTDE5MiAzMTIuNjkgNDMyLjA5NSA3Mi41OTZjOS45OTctOS45OTcgMjYuMjA3LTkuOTk3IDM2LjIwNCAwbDM2LjIwMyAzNi4yMDRjOS45OTcgOS45OTcgOS45OTcgMjYuMjA2IDAgMzYuMjA0bC0yOTQuNCAyOTQuNDAxYy05Ljk5OCA5Ljk5Ny0yNi4yMDcgOS45OTctMzYuMjA0LS4wMDF6Ij48L3BhdGg+PC9zdmc+);
	background-size: 50%;
	background-position: center;
	background-repeat: no-repeat;
}

#reservation .submit-wrap {
	text-align: center;
}

#reservation .submit-wrap > input[type=submit] {
	width: 100%;
	max-width: 280px;
	border: none;
	color: #fff;
	background-color: #333;
	padding: 1rem 2rem;
	cursor: pointer;
	margin-left: 4.5rem;
	transition: all 0.3s ease;
}

#reservation .submit-wrap > input[type=submit]:hover {
	opacity: 0.7;
	transition: all 0.3s ease;
}

#reservation .submit-wrap > input[type=submit]:disabled {
	background-color: #ddd;
	cursor: not-allowed;
}

#reservation>dl:not(.plain)>dd>.zip-wrap>span {
	display: flex;
	align-items: center;
}

/* --------------------------
    menu
-------------------------- */
.mark {
	background: linear-gradient(to top, transparent 20%, var(--color-orange-light) 20%, var(--color-orange-light) 40%, transparent 40%);
}

.bargain {
	display: flex;
	flex-flow: column;
	align-items: center;
	margin-bottom: 2em;
	margin-top: 2.5em;
}

.bargain > .pairing {
	font-size: 1.25em;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 1em;
}

.bargain > .pairing > span {
	padding: 0.25rem 1em;
	color: #fff;
	display: inline-block;
	border-radius: 2em;
	font-weight: 500;
}

.bargain > .pairing > span:first-of-type {
	background-color: var(--color-pink);
}

.bargain > .pairing > span + span {
	background-color: var(--color-orange);
	margin-left: 2em;
	position: relative;
}

.bargain > .pairing > span + span:before {
	content: '+';
	position: absolute;
	left: -1em;
	top: 50%;
	transform: translate(-50%, -50%);
	color: var(--color);
	font-weight: 600;
}

.bargain > .sub {
	font-size: 1.5em;
	font-weight: 600;
}

.bargain > .text {
	font-size: 1.5em;
	font-weight: 600;
	line-height: 1.5;
}

.bargain > .text > span {
	font-size: 2.25em;
	margin: 0 0.125em;
}

.contain {
	padding: 3em;
	background-color: #f5f5f5;
	border-radius: 0.5em;
	margin-bottom: 2em;
}

.price-list + .contain {
	margin-top: 3em;
}

.contain:not(:last-of-type) {
	margin-bottom: 3em;
}

.contain > dl {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.contain > dl > dt {
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
	width: 12em;
}

.contain > dl > dt > .rounded-corners {
	font-size: 0.875em;
}

.contain > dl > dt > span:not(.rounded-corners) {
	font-size: 2em;
	font-weight: 600;
}

.contain > dl > dd {
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
	width: calc(100% - 14em);
}

.contain > p {
	text-align: justify;
}

.rounded-corners {
	padding: 0.25em 1em;
	border-radius: 2em;
	color: #fff;
	margin-bottom: 1em;
}

.rounded-corners.orange {
	background-color: var(--color-orange);
}

.rounded-corners.pink {
	background-color: var(--color-pink);
}

.rounded-corners.gradation {
	background: linear-gradient(135deg, var(--color-orange-light), var(--color-pink-light));
}

.contain > dl > dd > .price {
	font-size: 1.25em;
	margin-bottom: 0.5em;
}

.contain > dl > dd > .price > span {
	font-size: 2em;
	margin: 0 0.125em;
	font-weight: 600;
}

.precautions-list {
	list-style-type: none;
	padding-left: 2em;
	font-size: 0.75em;
	width: 100%;
}

.precautions-list > li {
	position: relative;
}

.precautions-list > li:before {
	content: '※';
	position: absolute;
	top: 0;
    left: -1em;
    transform: translate(-50%, 0%);
}

.precautions-list > li + li {
	margin-top: 0.25em;
}

.contain > .contents-list {
	list-style-type: none;
	display: flex;
}

.contain > .contents-list > li {
	width: calc(100% / 3);
	padding: 0 1em;
	display: flex;
	justify-content: center;
}

.contain > .contents-list > li + li {
	border-left: 1px solid #333;
}

h3.sub {
	display: flex;
	justify-content: center;
	margin-bottom: 1em;
	font-size: clamp(1.25em, 3vw, 1.5em);
    font-weight: 600;
}

.single-content *:not(h1, h2, h3, h4, h5, h6) + h3.sub {
	margin-top: 2em;
}


h4.sub {
	display: flex;
	justify-content: center;
	margin-bottom: 1em;
	font-size: clamp(1em, 3vw, 1.25em);
    font-weight: 600;
}

.price-list {
	display: flex;
	flex-wrap: wrap;
	border-top: 2px solid #ddd;
	margin-bottom: 2em;
}

.price-list > dt {
	display: flex;
	justify-content: center;
	width: 45%;
	background-color: #f5f5f5;
	border-bottom: 2px solid #ddd;
	padding: 1em 2em;
	font-weight: 700;
	flex-flow: column;
}

.price-list > dd {
	width: 55%;
    background-color: #fff;
    border-bottom: 2px solid #ddd;
    padding: 1em 2em;
	display: flex;
	flex-flow: column;
	justify-content: center;
}

.price-list > dd.right {
	align-items: end;
}

.price-list > dd span {
	font-size: 1.25em;
	font-weight: 600;
}

.plan-list {
	display: flex;
	flex-wrap: wrap;
	border-top: 2px solid #ddd;
	margin-bottom: 2em;
}

.plan-list > dt {
	display: flex;
	justify-content: center;
	width: 35%;
	background-color: #f5f5f5;
	border-bottom: 2px solid #ddd;
	padding: 1em 2em;
	font-weight: 700;
	flex-flow: column;
}

.plan-list > dd {
	width: 65%;
    background-color: #fff;
    border-bottom: 2px solid #ddd;
    padding: 1em 2em;
	display: flex;
	flex-flow: column;
	justify-content: center;
}

.plan-list > dd > p {
	font-size: 0.875em;
	margin-top: 1em;
	justify-content: space-between;
}

@media (max-width: 768px) {
	.bargain > .text {
		font-size: 1em;
	}
	
	.bargain > .text > span {
		font-size: clamp(1.25em, 6vw, 1.75em);
	}
	
	.contain {
		padding: 2em 1em;
	}
	
	.contain > dl {
		flex-wrap: wrap;
		margin-bottom: 1em;
	}
	
	.contain > dl > dt {
		width: 100%;
		margin-bottom: 1em;
	}
	
	.contain > dl > dd {
		width: 100%;
	}
	
	.contain > dl > dd > .price {
		font-size: 1.125em;
	}
	
	.contain > dl > dd > .price > span {
		font-size: clamp(1.25em, 6vw, 1.75em);
	}
	
	.contain > .contents-list {
		flex-flow: column;
	}
	
	.contain > .contents-list > li {
		width: 100%;
		padding: 0.5em 0;
	}
	.contain > .contents-list > li + li {
		border-left: none;
		border-top: 1px solid #333;
	}
	
	.price-list {
		flex-wrap: wrap;
	}
	
	.price-list > dt {
		width: 100%;
		padding: 1em;
		align-items: center;
	}
	
	.price-list > dd {
		width: 100%;
		padding: 1em;
	}
	
	.plan-list {
		flex-wrap: wrap;
	}
	
	.plan-list > dt {
		width: 100%;
		padding: 1em;
		align-items: center;
	}
	
	.plan-list > dd {
		width: 100%;
		padding: 1em;
	}
}

/* --------------------------
    costume-list
-------------------------- */
.costume-list {
	display: flex;
	list-style-type: none;
	flex-wrap: wrap;
}

.costume-list > li {
	width: calc(100% / 4 - 1em);
}

.costume-list > li:not(:nth-of-type(4n)) {
	margin-right: calc(4em / 3);
}

.costume-list > li:nth-of-type(n-4) {
	margin-bottom: calc(4em / 3);
}

.costume-list > li > a {
	transition: all 0.3s ease;
}

.costume-list > li > a:hover {
	opacity: 0.7;
	transition: all 0.3s ease;
}

.costume-list > li > a > figure {
	aspect-ratio: 2 / 3;
	position: relative;
	border: 1px solid #ededed;
}

.costume-list > li > a > figure > img {
	position: absolute;
	object-fit: cover;
	object-position: center;
	width: 100%;
	height: 100%;
}

.costume-list > li > a > div {
	margin-top: 0.5em;
	font-size: 0.875em;
	font-weight: 600;
}

@media (max-width: 768px) {
	.costume-list > li {
		width: calc(50% - 0.5em);
	}
	
	.costume-list > li:not(:nth-of-type(4n)) {
		margin-right: 0;
	}
	
	.costume-list > li:not(:nth-of-type(even)) {
		margin-right: 1em;
	}
}