/*
Theme Name: スタジオメディア証明写真サイト
Description:
Theme URI:
Author: スリーグッド鹿児島
Author URI:
Version:
License:
License URI:
*/

/* --------------------------
    variables
-------------------------- */
:root {
    --content-width: 1100px;
    --narrow-width: 800px;
    --wide-width: 1300px;
    --color: #333;
    --color-aqua: #29abe2;
    --color-aqua-dull: #289dd3;
    --color-aqua-light: #abe9ff;
    --color-aqua-pale: #abe9ff;
    --color-blue: #0071bc;
    --color-blue-light: #047ecf;
    --color-yellow: #ff0;
    --color-yellow-dark: #c2c202;
    --line-height: 1.75;
    --font-size: 16px;
    --font-size-sp: 14px;
    --letter-spacing: 0.1em;
    --font-family: 'Noto Sans JP', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック ProN W3', 'Hiragino Kaku Gothic ProN', 'Meiryo UI', 'ＭＳ Ｐゴシック', sans-serif;
    --display-font: 'Roboto', var(--font-family);
}

/* --------------------------
    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-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;
    font-feature-settings: 'pkna';
    min-height: 100vh;
}

main {
    display: block;
}

img,
input[type="image"],
video,
embed,
iframe,
marquee,
object,
table {
    display: block;
    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;
}

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

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

.clearfix {
    clear: both;
}

.mt2 {
	margin-top: 2rem;
}

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


/* --------------------------
    header
-------------------------- */
/* header */
header {
	width: 100%;
	height: 100px;
	position: fixed;
	left: 0;
	z-index: 255;
	transition: all 0.3s ease;
}

header.fixed {
	height: 50px;
	background-color: rgba(255, 255, 255, 0.5);
	backdrop-filter: blur(20px);
	transition: all 0.3s ease;
}

header > div {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;
	padding-left: 2em;
}

header.fixed > div {
	padding-left: 1em;
}

#header-logo {
	display: inline-block;
}

#header-logo > img {
	width: 256px;
	height: auto;
}

header.fixed #header-logo > img {
	width: 160px;
	height: auto;
}

#header-contact {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	padding: 0 1em;
	background-color: var(--color-aqua);
	font-family: var(--display-font);
	font-size: 2em;
	letter-spacing: 0;
	color: #fff;
	transition: all 0.3s ease;
}

#header-contact > i {
	font-size: 0.875em;
	margin-right: 0.25em;
}

header.fixed #header-contact {
	font-size: 1.25rem;
}

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

	header > div {
		padding-left: 1em;
	}

	#header-logo > img {
		width: 160px;
		height: auto;
	}

	#header-contact {
		font-size: 1.5em;
	}
}


/* --------------------------
    footer
-------------------------- */
footer {
	font-size: 0.75em;
}

footer > div:first-of-type {
	text-align: center;
}

#footer-access {
	display: flex;
	justify-content: space-between;
	margin-bottom: 2em;
}

#footer-access > figure {
	width: calc(100% / 3 - 1em);
	padding-top: calc((100% / 3 - 1em) / 3 * 2);
	background-color: #eee;
	position: relative;
}

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

#footer-access > div {
	width: calc(100% / 3 * 2 - 1em);
	background-color: #eee;
	position: relative;
}

#footer-access > div > iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

#footer-logo {
	display: inline-block;
	margin-bottom: 1em;
}

#footer-logo > img {
	width: 256px;
	height: auto;
}

#copyright {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 3em;
	text-align: center;
	font-family: var(--display-font);
	color: #888;
	background-color: #eee;
}

@media (max-width: 768px) {
	#footer-access {
		flex-flow: column;
	}
	
	#footer-access > figure {
		width: 100%;
		padding-top: calc(100% / 3 * 2);
	}
	
	#footer-access > div {
		width: 100%;
		margin-top: 1rem;
		padding-top: calc(100% / 3 * 2 );
	}
}

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


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

.single-content h1:not(.plain),
.single-content h2:not(.plain) {
	font-family: var(--display-font);
	color: var(--color-blue);
	border-bottom: 2px solid var(--color-blue);
	padding-bottom: 0.5em;
	margin-bottom: 1em;
}

.single-content h3:not(.plain) {
	font-family: var(--display-font);
	color: var(--color-blue);
	border-left: 2px solid var(--color-blue);
	padding-left: 0.5em;
	margin-bottom: 1em;
}

.single-content h4:not(.plain) {
	font-family: var(--display-font);
	color: var(--color-blue);
	border-left: 1px solid var(--color-blue);
	padding-left: 0.5em;
	margin-bottom: 1em;
}

.single-content h5:not(.plain) {
	font-family: var(--display-font);
	color: var(--color-blue);
	margin-bottom: 1em;
}

.single-content h6:not(.plain) {
	font-family: var(--display-font);
	color: var(--color-blue);
	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: var(--color-aqua-pale);
    padding: 2em 2em 2em 3em;
    margin-bottom: 3em;
}

.single-content ol:not(.plain) {
    background-color: var(--color-aqua-pale);
    padding: 2em 2em 2em 3em;
    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: var(--color-aqua-pale);
    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: 40%;
    border-bottom: 2px solid #eee;
    padding: 1em 2em;
    font-weight: 700;
}

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

.single-content img:not(.plain) {
    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
-------------------------- */
#page-header {
	min-height: 300px;
	padding-top: 100px;
	background-color: var(--color-aqua-light);
	color: var(--color-blue);
}

#page-header > div {
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	min-height: 200px;
	height: 100%;
}
#page-header > div > h2 {
	font-family: var(--display-font);
	font-size: clamp(1.25em, 3vw, 2em);
}

#breadcrumb {
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	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-bottom: 4px solid transparent;
	border-left: 4px solid var(--color-blue);
	border-right: 4px solid transparent;
	margin: 0 1em;
}

@media (max-width: 768px) {
	#page-header {
		min-height: 200px;
		padding-top: 50px;
	}

	#page-header > div {
		min-height: 150px;
		height: 100%;
	}
}


/* --------------------------
    top
-------------------------- */
#top-main-banner {
	width: 100vw;
	height: 100vh;
	background-color: #eee;
	position: relative;
}

#top-main-banner > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	position: absolute;
	top: 0;
	left: 0;
}

 #top-main-banner > h2 {
	width: 60vw;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#top-main-banner > h2 > img {
	width: 100%;
	height: auto;
}

@media (max-width: 768px) {
	#top-main-banner {
		height: 100vw;
	}

	#top-main-banner > h2 {
		width: 80vw;
	}
}

#top-contents > div {
	padding: 0 1em;
}

#top-link > div > ul {
	list-style-type: none;
	display: flex;
}

#top-link > div > ul > li {
	width: calc(100% / 3 - 1em );
}

#top-link > div > ul > li > a {
	text-decoration: none;
	padding: 1rem;
	color: var(--color-blue);
	background-color: var(--color-yellow);
	box-shadow: 0 5px 0 var(--color-yellow-dark);
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	font-size: clamp(1.25rem, 3vw,1.5em);
	border-radius: 0.5em
}

#top-link > div > ul > li + li {
	margin-left: calc(4em / 3);
}

#top-link > div > div {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#top-link > div > div + div {
	margin-top: 4em;
}

#top-link > div > div > figure {
	width: calc(50% - 1em);
	padding-top: calc((50% - 1em) / 3 * 2);
	background-color: #eee;
	overflow: hidden;
	position: relative;
}

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

#top-link > div > div > figure > h3 {
	width: calc(100% /3 * 2);
	padding: 0.5em 1em 0.5em 0;
	font-size: clamp(0.75em, 1.5vw, 1em);
	text-align: center;
	background-color: var(--color-aqua);
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	transform: rotate(-45deg) translate(-25%, -50%);
	transform-origin: center;
}

#top-link > div > div > div {
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	width: calc(50% - 1em);
}

#top-link > div > div > div > a {
	display: block;
	width: 100%;
	padding: 1em 2em;
	color: var(--color-blue);
	font-weight: 700;
	font-size: 1.25em;
	text-align: center;
	background-color: var(--color-yellow);
	box-shadow: 0 5px 0 var(--color-yellow-dark);
	border-radius: 0.5em;
}

#top-link > div > div > div > a + a {
	margin-top: 1em;
}

@media (max-width: 768px) {
	#top-link > div > ul {
		flex-flow: column;
	}
	
	#top-link > div > ul > li {
		width: 100%;
	}
	
	#top-link > div > ul > li + li {
		margin-left: 0;
		margin-top: 1rem;
	}
	
	#top-link > div > ul > li > a {
		flex-flow: row;
		justify-content: center;
	}
}

.plan.blue {
	background-color: var(--color-aqua-pale);
}

.plan p {
	text-align: justify;
	text-justify: inter-character;
	margin-bottom: 1em;
}

.plan:not(.plain) > div > div:first-of-type {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.plan:not(.plain) > div > div:first-of-type > div:first-of-type {
	width: calc(40% - 2em);
}

.plan h2 {
	font-size: clamp(2em, 3vw, 2.5em);
	color: var(--color-blue);
	margin-bottom: 1em;
}

.plan h2.center {
	text-align: center;
}

.plan h2 > span {
	display: inline-flex;
	width: 1.5em;
	height: 1.5em;
	justify-content: center;
	align-items: center;
	background-color: var(--color-aqua-light);
	margin-right: 0.125em;
}

.plan.blue h2 > span {
	background-color: #fff;
}

.plan h2.center {
	margin-top: 2em;
}

.plan a {
	text-decoration: underline;
	color: var(--color-blue);
}

.plan:not(.plain) > div > div:first-of-type > div:last-of-type {
	display: flex;
	width: calc(60% - 2em);
}

.plan:not(.plain) > div > div:first-of-type > div:last-of-type > figure {
	width: calc(100% / 3 - 2em);
	aspect-ratio: 2 / 3;
	background-color: #eee;
	position: relative;
}

.plan:not(.plain) > div > div:first-of-type > div:last-of-type > figure + figure {
	margin-left: 3em;
}

.plan:not(.plain) > div > div:first-of-type > div:last-of-type > figure > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	position: absolute;
	top: 0;
	left: 0;
}

.plan:not(.plain) > div > div + div {
	margin-top: 2em;
}

.plan:not(.plain) > div > div:not(.plain):nth-of-type(2),
.plan:not(.plain) > div > div:not(.plain):nth-of-type(3) {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.plan:not(.plain) > div > div:not(.plain):nth-of-type(2) > div:first-of-type,
.plan:not(.plain) > div > div:not(.plain):nth-of-type(3) > div:first-of-type {
	width: calc(40% - 2em);
}

.plan:not(.plain) > div > div:not(.plain):nth-of-type(2) > div:first-of-type > h3,
.plan:not(.plain) > div > div:not(.plain):nth-of-type(3) > div:first-of-type > h3 {
	font-size: 1.75em;
	color: var(--color-blue);
	margin-bottom: 1em;
}

.plan:not(.plain) > div > div:not(.plain):nth-of-type(2) > div:first-of-type > h3 > span,
.plan:not(.plain) > div > div:not(.plain):nth-of-type(3) > div:first-of-type > h3 > span {
	background: linear-gradient(to top, var(--color-yellow) 50%, transparent 50%);
}

.plan:not(.plain) > div > div:not(.plain):nth-of-type(2) > div:last-of-type,
.plan:not(.plain) > div > div:not(.plain):nth-of-type(3) > div:last-of-type {
	width: calc(60% - 2em);
}

.plan-list-wrap {
	display: flex;
	margin-top: 4em;
}

.plan-list-wrap > dl {
	display: flex;
	align-self: stretch;
	width: calc(100% / 3);
	position: relative;
}

.plan-list-wrap.col1 > dl {
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
}

.plan-list-wrap > dl > span {
	display: block;
	width: calc(100% - 2em);
	max-width: 50%;
	padding: 1em;
	background-color: var(--color-yellow);
	color: var(--color-blue);
	font-size: 0.75em;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
}

.plan-list-wrap > dl > span:before {
	content: '';
	display: block;
	border-top: 0.5em solid var(--color-yellow);
	border-left: 0.5em solid transparent;
	border-right: 0.5em solid transparent;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 100%);
}

.plan-list-wrap > dl + dl {
	border-left: 1px solid #fff;
}

.plan-list-wrap > dl  > div {
	width: 100%;
	height: 100%;
}

.plan-list-wrap > dl  > div > h3 {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 7rem;
	padding: 2em 1em 1em 1em;
	background-color: var(--color-blue);
	font-weight: 700;
	text-align: center;
	color: #fff;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	overflow: hidden;
}

.plan-list-wrap > dl  > div > div {
	height: calc(100% - 7rem);
	color: #fff;
	padding: 2em;
	background-color: var(--color-blue);
}

.plan-list-wrap > dl  > div > div > .price {
	color: var(--color-yellow);
	font-family: var(--display-font);
	font-weight: 700;
	font-size: 2em;
	line-height: 1.5;
	text-align: center;
}

.plan-list-wrap > dl  > div > div > .price > small {
	font-family: var(--font-family);
	font-size: 0.5em;
}

.plan-list-wrap > dl  > div > div > p {
	color: #fff;
	font-size: 0.875em;
	font-weight: 700;
	text-align: left;
	margin-top: 1em;
}

.plan-list-wrap > dl  > div > div > ul {
	list-style-type: none;
	color: #fff;
	font-size: 0.875em;
	font-weight: 700;
	margin-top: 1em;
}

.plan-list-wrap > dl  > div > div > ul > li {
	text-align: center;
}

@media (max-width: 768px) {
	.plan h2 {
		font-size: clamp(1.75em, 3vw, 2.5em);
	}
	
	.plan-list-wrap {
		flex-flow: column;
	}
	
	.plan-list-wrap > dl {
		width: 100%;
	}
	
	.plan-list-wrap > dl > span {
		font-size: 0.875em;
	}
	
	.plan-list-wrap > dl + dl {
		border-left: none;
		margin-top: 4em;
	}
}

#recruit-catch {
	display: flex;
	align-items: center;
	flex-flow: column;
}

#recruit-catch > div {
	color: var(--color-blue);
	font-weight: 700;
}

#recruit-catch > div:first-of-type {
	font-size: 1.75rem;
}

#recruit-catch > div:first-of-type::before {
	content: "\005C";
	margin-right: 0.25rem;
}

#recruit-catch > div:first-of-type::after {
	content: "/";
	margin-left: 0.25rem;
}

#recruit-catch > div:last-of-type {
	font-size: 2.25rem;
	margin-top: 0.5rem;
}

#recruit-catch > div:last-of-type > span {
	font-size: 3rem;
	margin: 0 0.25rem;
}

#recruit-catch > div:last-of-type > span > span {
	position: relative;
}

#recruit-catch > div:last-of-type > span > span::before {
	content: '';
	border-radius: 50%;
	position: absolute;
	display: block;
	width: 0.5rem;
	height: 0.5rem;
	background-color: var(--color-blue);
	top: -0.5rem;
	left: 50%;
	transform: translate(-50%, 50%);
}

#top-recruit-photo > div > *:not(h2) + h3 {
	margin-top: 2.5rem;
}

#top-recruit-photo h3 {
	font-size: 1.75em;
	color: var(--color-blue);
	margin-bottom: 1em
}

#top-recruit-photo > div > h3 > span {
	background: linear-gradient(to top, var(--color-yellow) 50%, transparent 50%);
}

#top-recruit-photo .alignright {
	float: right;
	margin-left: 2em;
	margin-bottom: 2em;
}

#top-recruit-photo .recruit-studio {
	width: 40%;
}

#top-recruit-photo .personality {
	width: 60%;
	display: flex;
}

#top-recruit-photo .personality > figure {
	width: calc(100% / 3 - 1em);
	aspect-ratio: 3 / 4;
	background-color: rgb(238, 238, 238);
	position: relative;
}

#top-recruit-photo .personality > figure + figure {
	margin-left: 1.5em;
}

#top-recruit-photo .personality > figure > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	position: absolute;
	top: 0px;
	left: 0px
}

#top-recruit-photo > div > .aligncenter {
	margin: 0 auto 2rem auto;
}

.personal-appearance h3 {
	font-size: 1.75em;
	color: var(--color-blue);
	margin-bottom: 1em;
}

.personal-appearance h3 > span {
	background: linear-gradient(to top, var(--color-yellow) 50%, transparent 50%);
}

.personal-appearance {
	margin-bottom: 4em;
}

.personal-appearance > div {
	display: flex;
	justify-content: space-between;
}

.personal-appearance > div > div {
	width: calc(50% - 1em);
}

.personal-appearance .check-list {
	background-color: #fcfcfc;
	padding: 2em 2em 2em 3em;
	list-style-type: none;
	position: relative;
}

.personal-appearance .check-list::before {
	content: '';
	position: absolute;
	display: block;
	bottom: 0;
	right: 0;
	z-index: 1;
	background: linear-gradient(-45deg, var(--color-aqua-pale) 50%, #ececec 50%);
	width: 2em;
	height: 2em;
}

.personal-appearance .check-list > li {
	position: relative;
	font-size: 0.875em;
}

.personal-appearance .check-list > li + li {
	margin-top: 1em;
}

.personal-appearance .check-list > li > i {
	color: #ed4d4d;
}

.personal-appearance .check-list > li > i:before {
    z-index: 3;
    position: absolute;
    top: 0;
    left: -0.5em;
    transform: translate(-1.5em, 8px);
}

.personal-appearance .check-list > li > i:after {
	content: '';
	display: block;
	width: 1em;
	height: 1em;
	position: absolute;
	top: 0;
	left: -0.5em;
	transform: translate(-1.5em, 0.5em);
	border: 1px solid #333;
	z-index: 1;
}

@media (max-width: 768px) {
	#recruit-catch > div:first-of-type {
		font-size: 1.25rem;
	}
	
	#recruit-catch > div:last-of-type {
		font-size: 1.25rem;
	}
	
	#recruit-catch > div:last-of-type > span {
		font-size: 1.75rem;
	}
	
	#recruit-catch > div:last-of-type > span > span::before {
		width: 6px;
		height: 6px;
	}
	
	#top-recruit-photo h3 {
		font-size: 1.25rem;
	}
	
	#top-recruit-photo .recruit-studio {
		float: none;
		margin: 0 auto 2rem auto;
		width: 100%;
	}
	
	#top-recruit-photo .personality {
		float: none;
		margin: 0 auto 2rem auto;
		width: 100%;
	}
	
	#top-recruit-photo .personality > figure {
		width: calc(100% / 3 - 0.5rem);
	}
	
	#top-recruit-photo .personality > figure + figure {
		margin-left: calc(1.5rem / 2);
	}
	
	.personal-appearance > div {
		flex-flow: column;
	}
	
	.personal-appearance > div > div {
		width: 100%;
	}
	
	.personal-appearance > div > div + div {
		margin-top: 2rem;
	}
}

#top-examination-photo .alignright {
	float: right;
	margin-left: 2em;
	margin-bottom: 2em;
}

#top-examination-photo .examination {
	width: 60%;
	display: flex;
}

#top-examination-photo .examination > figure {
	width: calc(100% / 3 - 1em);
	aspect-ratio: 3 / 4;
	background-color: rgb(238, 238, 238);
	position: relative;
}

#top-examination-photo .examination > figure + figure {
	margin-left: calc(3em / 2);
}

#top-examination-photo .examination > figure > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	position: absolute;
	top: 0px;
	left: 0px;
}

@media (max-width: 768px) {
	#top-examination-photo .examination {
		float: none;
		margin: 0 auto 2rem auto;
		width: 100%;
	}
	
	#top-examination-photo .examination > figure {
		width: calc(100% / 3 - 0.5rem);
	}
	
	#top-examination-photo .examination > figure + figure {
		margin-left: calc(1.5rem / 2);
	}
}

#top-passport-photo > div > *:not(h2) + h3 {
	margin-top: 2.5rem;
}

#top-passport-photo > div > h3,
#top-passport-photo > div > .web-application > h3 {
	font-size: 1.75em;
	color: var(--color-blue);
	margin-bottom: 1em;
}

#top-passport-photo > div > h3 > span,
#top-passport-photo > div > .web-application > h3 > span {
	background: linear-gradient(to top, var(--color-yellow) 50%, transparent 50%);
}

#top-passport-photo strong {
	color: var(--color-blue);
}

#top-passport-photo .alignright {
	float: right;
	margin-left: 2em;
	margin-bottom: 2em;
}

#top-passport-photo .passport {
	float: right;
	width: 40%;
	display: flex;
	margin-left: 2em;
	margin-bottom: 2em;
}

#top-passport-photo .passport > figure {
	width: calc(50% - 1em);
	aspect-ratio: 35 / 45;
	background-color: rgb(238, 238, 238);
	position: relative;
}

#top-passport-photo .passport > figure + figure {
	margin-left: 2em;
}

#top-passport-photo .passport > figure > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	position: absolute;
	top: 0px;
	left: 0px;
}

#top-passport-photo > div > img + img {
	margin-top: 2em;
}

#top-passport-photo a {
	margin-top: 0.5em;
	color: var(--color-blue);
	text-decoration: underline;
	display: inline-block;
	text-align: right;
}

#top-passport-photo .web-application {
	width: 40%;
}

#top-passport-photo > div > ul {
	padding: 2em 2em 2em 3em;
	background-color: #fcfcfc;
	position: relative;
	margin-bottom: 2em;
}

#top-passport-photo > div > ul::before {
	content: '';
	position: absolute;
	display: block;
	bottom: 0;
	right: 0;
	z-index: 1;
	background: linear-gradient(-45deg, var(--color-aqua-pale) 50%, #ececec 50%);
	width: 2em;
	height: 2em;
}

#top-passport-photo > div  > ul > li > span {
	background: linear-gradient(to top, var(--color-yellow) 50%, transparent 50%);
}

#top-passport-photo > div > ul > li + li {
	margin-top: 1em;
}

#passport-catch {
	color: var(--color-blue);
	display: flex;
	flex-flow: column;
	align-items: center;
	margin-bottom: 2rem;
	font-weight: 700;
}

#passport-catch > div:first-of-type {
	display: flex;
	flex-flow: column;
	align-items: center;
}

#passport-catch > div:first-of-type > div:first-of-type {
	font-size: 3rem;
	padding: 0.5rem 2rem;
	background-color: #fff;
	border-radius: 0.5rem;
	margin-bottom: 1rem;
	position: relative;
}

#passport-catch > div:first-of-type > div:first-of-type::before {
	content: '';
	position: absolute;
	border-top: 1rem solid #fff;
	border-left: 1rem solid transparent;
	border-right: 1rem solid transparent;
	border-bottom: 1rem solid transparent;
	top: 100%;
	left: 50%;
	transform: translate(-50%, 0);
}

#passport-catch > div:first-of-type > div + div {
	font-size: 2rem;
	margin-top: 1rem;
}

#passport-catch > div:first-of-type > div > span > span {
	margin: 0 0.25rem;
}

#passport-catch > div:first-of-type > div > span > span > span {
	position: relative;
}

#passport-catch > div:first-of-type > div > span > span > span::before {
	content: '';
	border-radius: 50%;
	position: absolute;
	display: block;
	width: 0.5rem;
	height: 0.5rem;
	background-color: var(--color-blue);
	top: -0.5rem;
	left: 50%;
	transform: translate(-50%, 0%);
}

#passport-catch > div + div > span {
	font-size: 1.5rem;
	margin-top: 1rem;
	background: linear-gradient(to top, var(--color-yellow) 50%, transparent 50%);
}

#web-application-catch {
	font-size: clamp(2em, 3vw, 2.5em);
	color: var(--color-blue);
	margin-bottom: 1em;
	font-weight: 700;
	display: flex;
	flex-flow: column;
	align-items: center;
	margin-top: 2.5rem;
}

#web-application-catch > div {
	font-size: 1.75rem;
}

#web-application-catch > div:first-of-type::before {
	content: "\005C";
	margin-right:0.25rem;
}

#web-application-catch > div:first-of-type::after {
	content: "/";
	margin-left: 0.25rem;
}

#web-application-catch > div + div {
	font-size: 2.25rem;
}

@media (max-width: 768px) {
	#passport-catch > div:first-of-type > div:first-of-type {
		font-size: 2rem;
	}
	
	#passport-catch > div:first-of-type > div + div {
		font-size: 1.5rem;
		display: flex;
		flex-flow: column;
		align-items: center;
	}
	
	#passport-catch > div:first-of-type > div + div> span + span {
		margin-top: 0.5rem;
	}
	
	#passport-catch > div:first-of-type > div > span > span > span::before {
		width: 6px;
		height: 6px;
	}
	
	#passport-catch > div:last-of-type {
		display: flex;
		flex-flow: column;
		align-items: center;
	}
	
	#passport-catch > div + div > span {
		margin-top: 0.5rem;
		font-size: 1.25rem;
	}
	
	#top-passport-photo .passport {
		float: none;
		margin: 0 auto 2rem auto;
		width: 100%;
	}
	
	#top-passport-photo .passport > figure {
		width: calc(50% - 0.5rem);
	}
	
	#top-passport-photo .passport > figure + figure {
		margin-left: 1rem;
	}
	
	#top-passport-photo > div > h3,
	#top-passport-photo > div > .web-application > h3 {
		font-size: 1.25rem;
	}
	
	#web-application-catch > div {
		font-size: 1.25rem;
	}
	
	#web-application-catch > div + div {
		font-size: 1.75rem;
	}
	
	#top-passport-photo a {
		text-align: left;
	}
	
	#top-passport-photo .web-application {
		float: none;
		margin: 0 auto 2rem auto;
		width: 100%;
	}
}

#top-profile-photo > div > h3 {
	font-size: 1.75em;
    color: var(--color-blue);
    margin-bottom: 1em;
}

#top-profile-photo > div > *:not(h2) + h3 {
	margin-top: 2.5rem;
}

#top-profile-photo > div > h3 > span {
	background: linear-gradient(to top, var(--color-yellow) 50%, transparent 50%);
}

#top-profile-photo > div .audition-catch {
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	margin-bottom: 1rem;
	color: var(--color-blue);
	font-weight: 700;
	margin-bottom: 2.5rem;
}

#top-profile-photo > div .audition-catch > div:first-of-type {
	font-size: 1.5rem;
}

#top-profile-photo > div .audition-catch > div:first-of-type::before {
	content: "\005C";
	margin-right: 0.25rem;
}

#top-profile-photo > div .audition-catch > div:first-of-type::after {
	content: "/";
	margin-left: 0.25rem;
}

#top-profile-photo > div .audition-catch > div + div {
	font-size: 3rem;
}

#top-profile-photo .alignright {
	float: right;
	margin-left: 2em;
	margin-bottom: 2em;
}

#top-profile-photo .profile {
	width: 40%;
}

.audition-photo-list {
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	margin-top: 2rem;
}

.audition-photo-list > li {
	width: calc(100% / 4 - 2rem);
}

.audition-photo-list > li:not(:nth-of-type(4n)) {
	margin-right: calc(8rem / 3);
}

.audition-photo-list > li:nth-of-type(n + 5) {
	margin-top: calc(8rem / 3);
}

.profile-photo-list {
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	margin-top: 2rem;
}

.profile-photo-list > li {
	width: calc(100% / 4 - 2rem);
}

.profile-photo-list > li:not(:nth-of-type(4n)) {
	margin-right: calc(8rem / 3);
}

.profile-photo-list > li > figure > figcaption {
	margin-top: 0.5rem;
	text-align: center;
	font-weight: 700;
	color: var(--color-blue);
}

.profile-photo-list > li > figure > figcaption > span {
	background: linear-gradient(to top, var(--color-yellow) 50%, transparent 50%);
}

@media (max-width: 768px) {
	#top-profile-photo > div > h3 {
		font-size: 1.25rem;
	}
	
	#top-profile-photo > div .audition-catch > div:first-of-type {
		font-size: 1.25rem;
	}
	
	#top-profile-photo > div .audition-catch > div + div {
		font-size: 1.75rem;
	}
	
	#top-profile-photo .profile {
		float: none;
		margin: 0 auto 2rem auto;
		width: 100%;
	}
	
	.audition-photo-list > li {
		width: calc(50% - 0.5rem);
	}
	
	.audition-photo-list > li:not(:nth-of-type(4n)) {
		margin-right: 0;
	}
	
	.audition-photo-list > li:not(:nth-of-type(2n)) {
		margin-right: 1rem;
	}

	.audition-photo-list > li:nth-of-type(n + 5) {
		margin-top: 0;
	}
	
	.audition-photo-list > li:nth-of-type(n + 3) {
		margin-top: 1rem;
	}
	
	.profile-photo-list > li {
		width: calc(50% - 0.5rem);
	}
	
	.profile-photo-list > li:not(:nth-of-type(4n)) {
		margin-right: 0;
	}
	
	.profile-photo-list > li:not(:nth-of-type(2n)) {
		margin-right: 1rem;
	}
	
	.profile-photo-list > li:nth-of-type(n + 3) {
		margin-top: 2rem;
	}
}

.price-list {
	display: flex;
	flex-wrap: wrap;
	max-width: 800px;
	margin: 2em auto 0 auto;
}

.price-list > dt {
	display: flex;
	flex-flow: column;
	justify-content: center;
	width: 40%;
	padding: 1em 2em;
	background-color: var(--color-aqua);
	color: #fff;
	font-weight: 700;
}

.price-list > dt:nth-of-type(even) {
	background-color: var(--color-aqua-dull);
}

.price-list > dd {
	display: flex;
	flex-flow: column;
	justify-content: center;
	width: 60%;
	background-color: #f7f7f7;
	padding: 1em 2em;
}

.price-list > dd:nth-of-type(even) {
	background-color: #e8e8e8;
}

@media (max-width: 768px) {
	.price-list > dt {
		width: 100%;
		align-items: center;
	}
	
	.price-list > dd {
		width: 100%;
	}
}

.part-apply {
	background: repeating-linear-gradient(-45deg, var(--color-blue), var(--color-blue) 5px, var(--color-blue-light) 0, var(--color-blue-light) 10px);
}

.part-apply > div {
	display: flex;
	justify-content: space-between;
}

.part-apply > div > div {
	width: calc(50% - 1em);
}

.part-apply > div > div > p {
	font-size: 0.875em;
	color: #fff;
	text-align: center;
	margin-top: 1em;
}

.part-apply > div > div > a {
	display: block;
	text-decoration: none;
	width: 100%;
	padding: 1em 2em;
	color: var(--color-blue);
	font-weight: 700;
	font-size: 1.5em;
	text-align: center;
	background-color: var(--color-yellow);
	box-shadow: 0 5px 0 var(--color-yellow-dark);
	border-radius: 0.5em;
}

.part-apply > div > div > a > i {
	margin-right: 0.25em;
}

@media (max-width: 768px) {
	.part-apply > div {
		flex-flow: column;
	}
	
	.part-apply > div > div {
		width: 100%;
	}
	
	.part-apply > div > div + div {
		margin-top: 1em;
	}
}

.data-notice {
	background-color: #fff;
	padding: 2em;
	margin-top: 2em;
}

.data-notice.aqua {
	background-color: var(--color-aqua-pale);
}

/* --------------------------
    reservation
-------------------------- */
#reservation > dl > dt {
	display: inline-block;
	padding: 0.5em 2em;
	background-color: var(--color-blue);
	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-blue);
	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 textarea {
	width: 100%;
}

#reservation .zip-wrap:before {
	content: '〒';
	margin-right: 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: var(--color-blue);
	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;
}
