/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&family=PT+Serif:wght@400;700&display=swap');
html {
	font-size: 100%;
}

body,
button,
input,
select,
textarea {
	font-family: "Noto Serif JP", serif;
	line-height: 1.7;
	font-size: 1rem;
	font-weight: 400;
	font-style: normal;
	background-color: #fff;
	color: #4A4645;
	letter-spacing: 0.01em;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

html {
	box-sizing: border-box;
}

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

body {
	background: #fff;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

p {
	margin: 0;
	padding: 0;
}

ul,
li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

dl,
dt,
dd {
	margin: 0;
	padding: 0;
}

.pc {
	display: block;
}

.sp {
	display: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

/*--------------------------------------------------------------
# selection
--------------------------------------------------------------*/

::selection {
	color: #fff;
	background: #a3b3ae;
}

::-moz-selection {
	color: #fff;
	background-color: #a3b3ae;
}

input::selection,
textarea::selection {
	color: #fff;
	background: #a3b3ae;
}


/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a:link,
a:visited {
	color: #4A4645;
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	color: #4A4645;
}

a:focus {
	outline: none;
}

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

a img {
	opacity: 1;
	-webkit-transition: .3s;
	transition: .3s;
}

a img:hover {
	opacity: .4;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.clear:after,
.clearfix:after,
[class*='-inner']:after {
	content: "";
	display: table;
	clear: both;
}

/*--------------------------------------------------------------
# top btn
--------------------------------------------------------------*/

#page-top {
	position: fixed;
	bottom: 90px;
	right: 20px;
	font-size: 100%;
}

#page-top a {
	background: #666;
	text-decoration: none;
	color: #fff;
	width: 80px;
	height: 80px;
	padding: 15px 20px 10px;
	text-align: center;
	display: block;
	border-radius: 50%;
	font-size: 10px;
	-webkit-transition: .3s;
	transition: .3s;
}

#page-top i {
	display: block;
	font-style: normal;
}

#page-top a:hover {
	text-decoration: none;
	background: #999;
	color: #fff;
}

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

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

html,
body {
	height: 100%;
}

[class*='-inner'] {
	width: 1140px;
	margin: auto;
}

/*--------------------------------------------------------------
# slider
--------------------------------------------------------------*/

.swiper-slide > img {
	width: 100%;
}

#home .swiper-pagination-bullet {
	background-color: #fff;
	opacity: 1;
}

#home .swiper-slide {
	aspect-ratio: 16 / 9;
	height: auto !important;
}

#home .swiper-pagination-bullet-active {
	background-color: #581987;
}

/*--------------------------------------------------------------
# header
--------------------------------------------------------------*/

.site-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	background: #581987;
	z-index: 10010;
	border-bottom: 1px solid #ebebeb;
}

.header-inner {
	padding: 20px 0;
}

.header-inner .site-logo {
	width: 250px;
	margin-top: 9px;
}

.header-inner .site-logo a {
	display: block;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
}

/*--------------------------------------------------------------
# footer
--------------------------------------------------------------*/

.site-footer {
	background: #828f8b;
}

.footer-inner {
	padding: 25px 0;
}

.footer-inner ul li {
	float: left;
	border-right: 1px solid #fff;
	padding: 0 10px;
}

.footer-inner ul li a {
	position: relative;
	display: block;
	font-size: 13px;
	color: #fff;
	-webkit-transition: .3s;
	transition: .3s;
}

.footer-inner ul li a:hover {
	color: #4A4645;
}

.footer-inner .copy {
	text-align: right;
	color: #fff;
	font-size: 11px;
}

/*--------------------------------------------------------------
# main-navigation
--------------------------------------------------------------*/

.main-navigation li {
	float: left;
	margin-right: 45px;
}

.main-navigation li:last-child {
	margin-right: 0;
}

#menu a {
	display: block;
	color: #fff;
	font-size: 26px;
	-webkit-transition: .3s;
	transition: .3s;
}

#menu a span {
	display: block;
	font-weight: bold;
	font-size: 12px;
	padding-right: .5em;
	line-height: .5;
	text-align: center;
	transition: .3s;
}

#menu .current,
#menu a:hover,
#menu a:hover > span {
	color: #d08f3f;
}

/*--------------------------------------------------------------
# site-catch
--------------------------------------------------------------*/

.site-catch {
	padding: 50px 0;
	background: #777;
	color: #ebebeb;
}

.site-catch h2 {
	margin-bottom: 50px;
	padding: 5px 14px;
	text-align: center;
	font-weight: bold;
	font-size: 34px;
}

.site-catch ul.catch-txt {
	margin-bottom: 50px;
}

.site-catch ul.catch-txt li {
	display: inline-block;
	margin-bottom: 5px;
	padding: 5px 14px;
	font-size: 22px;
}

.catch-img-list {
	display: flex;
	flex-wrap: wrap;
	column-gap: 18px;
}

.catch-img-list li {
	width: 175px;
	border-radius: 50%;
	border: 3px solid #828f8b;
	overflow: hidden;
}

.catch-img-list li img {
	display: block;
	width: 100%;
}

/*--------------------------------------------------------------
# page-ttl
--------------------------------------------------------------*/

.page-ttl {
	height: 280px;
	padding: 50px 0 15px;
	background: rgb(255, 255, 255);
}

.page-ttl-inner {
	position: relative;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	top: 50%;
}

.page-ttl .ttl {
	position: relative;
	color: #828f8b;
	font-size: 34px;
	font-family: 'PT Serif', serif;
	text-align: center;
}

.page-ttl .ttl:before,
.page-ttl .ttl:after {
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	margin: auto;
	background: #e4dfd6;
	height: 1px;
	width: 36%;
}

.page-ttl .ttl:before {
	left: 0;
}

.page-ttl .ttl:after {
	right: 0;
}

.page-ttl .ttl > span {
	font-size: 18px;
	line-height: .9;
	font-weight: bold;
	display: block;
}

.table {
	width: 100%;
}

.table tr th,
.table tr td {
	padding: 1em;
	vertical-align: top;
}

.table tr th {
	width: 30%;
	text-align: right;
}

/*--------------------------------------------------------------
# company
--------------------------------------------------------------*/

.company-inner {
	padding: 25px 0;
}

.company-inner .table tr th,
.company-inner .table tr td {
	border-bottom: 1px solid #e4dfd6;
}

/*--------------------------------------------------------------
# company
--------------------------------------------------------------*/

#business .page-ttl {
	background: url(../images/business-ttl-bg.jpg) no-repeat 50% 50% / cover !important;
	width: 100%;
	margin: 25px auto 50px;
}

#business .page-ttl .ttl {
	color: #ebebeb;
}

#business .page-ttl .ttl:before,
#business .page-ttl .ttl:after {
	background: #ebebeb;
}

.business-inner {
	padding: 25px 0;
}

.business-inner ul {
	display: flex;
	flex-wrap: wrap;
	gap: 50px 5%;
}

.business-inner ul li {
	width: 30%;
}

.business-inner ul li a {
	display: block;
}

.business-inner ul li img {
	display: block;
	margin-bottom: 5px;
}

.business-inner table {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
}

.business-inner table caption {
	margin-bottom: 5px;
}

.business-inner table caption small {
	font-size: 14px;
}

.business-inner table th,
.business-inner table td {
	padding: 5px;
	border: 1px solid #4a4645;
	font-size: 14px;
}

.business-inner table th {
	width: 70px;
}

.business-slide {
	display: none;
}

.business-slidelist {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	row-gap: 18px;
	margin: 0;
}

.business-slidelist .slick-list {
	width: 100%;
}

.business-slidelist button {
	display: flex;
	justify-content: center;
	align-items: center;
	order: 1;
	width: 30px;
	aspect-ratio: 1;
	padding: 0;
	border: 2px solid #000;
	border-radius: 50%;
}

.business-slidelist button img {
	width: 10px;
}

.company-inner .table {
	margin-bottom: 50px;
}

.company-list-ttl {
	font-weight: bold;
	text-align: center;
	margin-bottom: 25px;
}

.company-list {
	padding: 15px 0;
	border-top: 1px solid #e4dfd6;
	border-bottom: 1px solid #e4dfd6;
}

.company-list li {
	float: left;
	width: 30%;
	margin: 0 auto 10px;
	text-align: center;
}

.company-list li:nth-child(3n+2) {
	margin: 0 5%;
}

/*--------------------------------------------------------------
# access
--------------------------------------------------------------*/

.access-inner {
	padding: 25px 0;
}

.map-area {
	margin: 0 auto 25px;
	text-align: center;
}

.map-area iframe {
	display: block;
	width: 100%;
	aspect-ratio: 1.9;
	border: none;
}

.map-info ul {
	float: right;
	text-align: right;
}

/*--------------------------------------------------------------
# contact
--------------------------------------------------------------*/

.home-page #contact {
	height: auto;
}

#contact {
	min-height: 100%;
}

.contact-inner {
	padding: 25px 0;
}

.contact-info {
	margin-bottom: 25px;
	font-size: 15px;
}

.contact-detail {
	background-color: #f2f2f2;
	padding: 20px;
	overflow: scroll;
	overflow-x: hidden;
	font-size: 12px;
	line-height: 1.8;
	margin-bottom: 20px;
}

.contact-inner .table {
	width: 850px;
	margin: 0 auto;
}

.contact-inner .table tr th {
	width: 200px;
}

.contact-inner .table tr th strong {
	display: inline-block;
	margin-left: 5px;
	padding: 0 5px;
	border-radius: 5px;
	vertical-align: text-top;
	background-color: #ff1a1a;
	font-size: 14px;
	color: #fff;
}

.contact-inner input[type="text"],
.contact-inner textarea {
	width: 500px;
	padding-left: 3px;
}

.form-btn a {
	padding: 14px 64px;
	background: #d08f3f;
	color: #fff;
	display: block;
}

.contact-inner input[type="submit"] {
	border: none;
	box-shadow: none;
	padding: 14px 64px;
	background: #d08f3f;
	color: #fff;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
}

.contact-inner .form-btn {
	display: table;
	margin: 0 auto 50px;
	text-align: center;
}

.contact-inner .form-btn li {
	display: table-cell;
	vertical-align: top;
	padding: 0 20px;
}

.form-page,
.form-page #contact {
	height: 100%;
}

.form-page .table {
	margin: 0 auto 50px;
}

.form-page .table tr th,
.form-page .table tr td {
	border-bottom: 1px solid #ccc;
}

/*--------------------------------------------------------------
# works
--------------------------------------------------------------*/

.works-inner h2.works-name {
	margin-bottom: 15px;
	font-size: 20px;
	color: #333;
	font-weight: bold;
}

@media screen and (max-width: 767px) {
	/*--------------------------------------------------------------
	# Typography
	--------------------------------------------------------------*/
	html {
		font-size: 87.5%;
		-webkit-font-smoothing: antialiased;
		/*font-smoothing: antialiased;*/
	}

	body {
		-webkit-text-size-adjust: 100%;
	}

	/*--------------------------------------------------------------
	# Elements
	--------------------------------------------------------------*/

	.pc {
		display: none;
	}

	.sp {
		display: block;
	}

	.fl,
	.fr {
		float: none;
	}

	/*--------------------------------------------------------------
	# ham
	--------------------------------------------------------------*/
	.hamburger {
		position: absolute;
		top: 0;
		right: 0;
		padding: 15px 15px;
		display: inline-block;
		cursor: pointer;
		transition-property: opacity, filter;
		transition-duration: 0.15s;
		transition-timing-function: linear;
		font: inherit;
		color: inherit;
		text-transform: none;
		background-color: transparent;
		border: 0;
		margin: 0;
		overflow: visible;
		width: 20%;
		height: 60px;
	}

	.hamburger-box {
		width: 30px;
		height: 24px;
		display: inline-block;
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		bottom: 0;
		margin: auto;
	}

	.hamburger-inner {
		display: block;
		top: 50%;
		margin-top: -2px;
	}

	.hamburger-inner,
	.hamburger-inner::before,
	.hamburger-inner::after {
		width: 30px;
		height: 3px;
		background-color: #FFFC9E;
		border-radius: 4px;
		position: absolute;
		transition-property: transform;
		transition-duration: 0.15s;
		transition-timing-function: ease;
	}

	.hamburger-inner::before,
	.hamburger-inner::after {
		content: "";
		display: block;
	}

	.hamburger-inner::before {
		top: -10px;
	}

	.hamburger-inner::after {
		bottom: -10px;
	}
	/*
	* Spin
	*/

	.hamburger--spin .hamburger-inner {
		transition-duration: 0.3s;
		transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}

	.hamburger--spin .hamburger-inner::before {
		transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in;
	}

	.hamburger--spin .hamburger-inner::after {
		transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	}

	.is-active .hamburger--spin .hamburger-inner {
		transform: rotate(225deg);
		transition-delay: 0.14s;
		transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	.is-active .hamburger--spin .hamburger-inner::before {
		top: 0;
		opacity: 0;
		transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out;
	}

	.is-active .hamburger--spin .hamburger-inner::after {
		bottom: 0;
		transform: rotate(-90deg);
		transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	/*--------------------------------------------------------------
	# top btn
	--------------------------------------------------------------*/

	#page-top a {
		background: #666;
		text-decoration: none;
		color: #fff;
		width: 44px;
		height: 44px;
		line-height: 44px;
		padding: 0;
		text-align: center;
		display: block;
		border-radius: 50%;
		font-size: 9px;
	}

	#page-top i {
		display: block;
		font-style: normal;
	}

	#page-top a:hover {
		text-decoration: none;
		background: #999;
		color: #fff;
	}

	/*--------------------------------------------------------------
	# Content
	--------------------------------------------------------------*/

	html,
	body {
		height: 100%;
	}

	[class*='-inner'] {
		width: 95%;
		margin: auto;
	}

	/*--------------------------------------------------------------
	# header
	--------------------------------------------------------------*/

	.site-header {
		position: fixed;
		top: 0;
		left: 0;
		height: 60px;
		width: 100%;
		z-index: 10020;
	}

	.header-inner {
		width: 100%;
		padding: 0;
	}

	.header-inner .site-logo {
		width: 180px;
		position: absolute;
		top: 17px;
		left: 14px;
		margin-top: 0;
	}

	.header-inner .site-logo a {
		font-size: 16px;
	}

	/*--------------------------------------------------------------
	# slider
	--------------------------------------------------------------*/
	/*
	.swiper-container {
		height: 300px!important;
	}
	*/

	.swiper-wrapper {
		margin: 60px auto 0;
		/*height: 470px!important;*/
	}

	/*
	.swiper-slide {
		height: 470px!important;
	}
		*/
	.swiper-button-next,
	.swiper-button-prev {
		top: 60%;
	}

	.swiper-button-next,
	.swiper-container-rtl .swiper-button-prev,
	.swiper-button-prev,
	.swiper-container-rtl .swiper-button-next {
		width: 20px;
		height: 20px;
	}

	/*--------------------------------------------------------------
	# footer
	--------------------------------------------------------------*/

	.footer-inner {
		width: 100%;
		padding: 0;
	}

	.footer-inner ul li {
		float: left;
		width: 100%;
		text-align: center;
		border-right: 0;
		border-bottom: 1px solid #ccc;
		padding: 8px;
	}

	.footer-inner ul li a {
		display: block;
		font-size: 13px;
	}

	.footer-inner .copy {
		text-align: center;
		font-size: 11px;
		padding: 15px 0;
	}

	/*--------------------------------------------------------------
	# main-navigation
	--------------------------------------------------------------*/

	.main-navigation {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		margin: 60px auto 0;
		background: #fff;
		visibility: hidden;
		opacity: 0;
		z-index: -1;
		-webkit-transition: .3s;
		transition: .3s;
	}

	.is-active .main-navigation {
		visibility: visible;
		opacity: 1;
		z-index: 10010;
	}

	.main-navigation li {
		float: none;
		width: 100%;
		background: #fff;
		border-bottom: 1px solid #ccc;
		text-align: center;
		margin: 0 auto;
	}

	.main-navigation li:last-child {
		margin-right: 0;
	}

	#menu a {
		display: block;
		padding: 8px 0;
		font-size: 22px;
		-webkit-transition: .3s;
		transition: .3s;
		color: #4a4645;
	}

	#menu a span {
		display: block;
		font-size: 12px;
		line-height: .8;
		text-align: center;
		transition: .3s;
		color: inherit;
	}

	/*--------------------------------------------------------------
	# site-catch
	--------------------------------------------------------------*/
	.site-catch {
		padding: 25px 0;
		text-align: center;
	}

	.site-catch h2 {
		display: inline-block;
		margin-bottom: 25px;
		padding: 6px 10px;
		font-size: 16px;
	}

	.site-catch ul.catch-txt {
		margin-bottom: 25px;
	}

	.site-catch ul.catch-txt li {
		display: inline-block;
		margin-bottom: 10px;
		padding: 6px 10px;
		font-size: 14px;
	}

	.catch-img-list {
		gap: 10px 5%;
	}

	.catch-img-list li {
		width: 30%;
	}

	/*--------------------------------------------------------------
	# page-ttl
	--------------------------------------------------------------*/

	.page-ttl {
		padding: 10px 0;
		height: 125px;
	}

	.page-ttl .ttl {
		font-weight: bold;
		font-size: 22px;
	}

	.page-ttl .ttl:before,
	.page-ttl .ttl:after {
		width: 30%;
	}

	.page-ttl .ttl > span {
		font-size: 14px;
	}

	.table {
		width: 100%;
	}

	.table tr th,
	.table tr td {
		padding: 0.25em .5em;
		vertical-align: top;
	}

	.table tr th {
		width: 35%;
		text-align: right;
	}

	/*--------------------------------------------------------------
	# company
	--------------------------------------------------------------*/

	.company-inner {
		padding: 10px 0;
	}

	.company-inner .fl,
	.company-inner .fr {
		width: 100%;
		margin: 0 auto;
	}

	/*--------------------------------------------------------------
	# company
	--------------------------------------------------------------*/

	.business-inner {
		padding: 10px 0;
	}

	#business .page-ttl {
		margin-bottom: 15px;
	}

	.business-inner ul {
		gap: 25px 3%;
	}

	.business-inner ul li {
		width: 100%;
	}

	.business-inner table caption small,
	.business-inner table th,
	.business-inner table td {
		font-size: 12px;
	}

	.business-inner table th {
		width: 60px;
	}

	.business-slidelist {
		row-gap: 8px;
	}

	.company-inner .table {
		margin-bottom: 25px;
	}
	.company-list-ttl {
		font-weight: bold;
		text-align: center;
		margin-bottom: 15px;
	}
	.company-list {
		padding: 10px 0;
		border-top: 1px solid #e4dfd6;
		border-bottom: 1px solid #e4dfd6;
	}
	.company-list li {
		float: left;
		width: 48.5%;
		margin: 0 2.5% 10px 0;
		text-align: center;
	}
	.company-list li:nth-child(2),
	.company-list li:nth-child(5) {
		margin: 0 2.5% 10px 0;
	}
	.company-list li:nth-child(2n) {
		margin-right: 0;
	}
	/*--------------------------------------------------------------
	# access
	--------------------------------------------------------------*/
	.access-inner {
		padding: 10px 0;
	}
	.map-area {
		margin-bottom: 10px;
	}
	.map-area iframe {
		width: 100%;
		height: 320px;
		margin: 0 auto;
	}
	.map-info ul {
		float: right;
		text-align: right;
	}
	/*--------------------------------------------------------------
	# contact
	--------------------------------------------------------------*/
	.contact-inner {
		padding: 10px 0;
	}
	.contact-info {
		margin-bottom: 25px;
		font-size: 15px;
	}
	.contact-detail {
		background-color: #f2f2f2;
		padding: 20px;
		overflow: scroll;
		overflow-x: hidden;
		font-size: 12px;
		line-height: 1.8;
		margin-bottom: 20px;
	}
	.contact-inner .table {
		width: 100%;
		margin: 0 auto;
	}
	.contact-inner .table tr th {
		width: 30%;
	}
	.contact-inner input[type="text"],
	.contact-inner textarea {
		width: 100%;
		margin-bottom: 10px;
		padding-left: 3px;
	}
	.contact-inner textarea {
		height: 250px;
	}
	.form-btn a {
		padding: 10px 20px;
		display: block;
	}
	.contact-inner input[type="submit"] {
		border: none;
		box-shadow: none;
		padding: 10px 20px;
	}
	.contact-inner .form-btn {
		display: table;
		margin: 10px auto 25px;
		text-align: center;
	}
	.contact-inner .form-btn li {
		display: table-cell;
		vertical-align: top;
		padding: 0 20px;
	}
	.form-page,
	.form-page #contact {
		margin: 60px auto 0;
	}
	/*--------------------------------------------------------------
	# works
	--------------------------------------------------------------*/
	.works-page {
		margin: 60px auto 0;
	}
	.works-inner .table tr th {
		float: left;
		width: 100%;
		margin: 0 auto 10px;
		text-align: center;
	}
	.works-inner .table tr th img {
		width: 190px;
	}
	.works-inner .table tr td {
		float: left;
		width: 100%;
		margin: 0 auto 10px;
	}
	.works-inner h2.works-name {
		margin-bottom: 10px;
		font-size: 16px;
		color: #333;
		font-weight: bold;
	}
	/* end sp */
}

/*--------------------------------------------------------------
# Colorbox (Core)
--------------------------------------------------------------*/
#colorbox, #cboxOverlay, #cboxWrapper {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10012;
	transform: translate3d(0, 0, 0);
}

#cboxWrapper {
	max-width: none;
}

#cboxOverlay {
	position: fixed;
	width: 100%;
	height: 100%;
}

#cboxTopLeft,
#cboxTopCenter,
#cboxTopRight,
#cboxMiddleLeft,
#cboxMiddleRight,
#cboxBottomLeft,
#cboxBottomCenter,
#cboxBottomRight {
	clear: left;
}

#cboxContent {
	position: relative;
}

#cboxLoadedContent {
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

#cboxTitle {
	margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
	cursor: pointer;
}

.cboxPhoto {
	display: block;
	margin: auto;
	border: 0;
	-ms-interpolation-mode: bicubic;
}

.cboxIframe {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
	box-sizing: content-box;
}

/*--------------------------------------------------------------
# Colorbox (Theme)
--------------------------------------------------------------*/

#cboxOverlay {
	background-color: #000;
	z-index: 10011;
}

#cboxContent {
	padding: 20px;
	border-radius: 10px;
	background-color: #fff;
}

#cboxClose {
	position: absolute;
	top: 0%;
	right: 0%;
	transform: translate(50%, -50%);
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	aspect-ratio: 1;
	border: 2px solid #000;
	border-radius: 50%;
	line-height: 1;
	font-family: inherit;
	font-weight: 700;
	font-size: 14px;
	color: #000;
}

@media screen and (max-width: 767px) {
	#cboxLoadedContent {
		width: calc(100dvw - 40px);
	}

	#cboxContent {
		padding: 10px;
	}

	#cboxClose {
		width: 20px;
		border-width: 1px;
		font-size: 10px;
	}

	.cboxPhoto {
		height: auto !important;
	}
}