@charset "UTF-8";

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after {
	content: '';
	content: none;
}

q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

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

.clearfix {
	zoom: 1;
}

.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

html {
	font-size: 62.5%;
	box-sizing: border-box;
}

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

a,
a *,
span *,
a:before,
a *:before,
span *:before,
a:after,
a *:after,
span *:after {
	transition: 0.3s;
}

body {
	color: #1b1b1b;
	font-size: 15px;
	margin: 0 auto;
	line-height: 1.428;
	word-break: break-all;
	/* font-family: 'Hiragino Kaku Gothic ProN', Meiryo, 'メイリオ', 'Yu Gothic', sans-serif; */
	font-family: "Noto Sans JP","Hiragino Sans","Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
}

a {
	color: #0f649a;
	text-decoration: none;
}

/* a:hover {
	text-decoration: underline;
} */

img {
	vertical-align: bottom;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 24px;
}

b,
.bold {
	font-weight: bold;
}

.alC {
	text-align: center;
}

.alL {
	text-align: left;
}

.alR {
	text-align: right;
}

.flL {
	float: left;
}

.flL.flL-wid50 {
	width: 50%;
}

@media (max-width:767px) {
	.flL.flL.flL-wid50 {
		width: 100%;
	}
}

.flR {
	float: right;
}

.min {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.bg-blue {
	background: #0f649a;
}

.bg-pattern {
	background: url(../img/bg-pattern.png) center repeat;
}

.bg-light {
	background: #faf9f5;
}

.fc-accent {
	color: #548bad;
}

.fc-grey {
	color: #9b9b9b;
}

.fc-red {
	color: #FF0000;
}

.fc-blue {
	color: #0f649a;
}

.fs-12 {
	font-size: 12px;
}

.fs-13 {
	font-size: 13px;
}

.fs-16 {
	font-size: 16px;
}

.fs-18 {
	font-size: 18px;
}

.fs-20 {
	font-size: 20px;
}

.fs-22 {
	font-size: 22px;
}

.fs-30 {
	font-size: 30px;
}

.container {
	max-width: 840px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	zoom: 1;
}

.container:after {
	content: "";
	display: table;
	clear: both;
}

.site-wrap {
	padding-left: 10px;
	padding-right: 10px;
}

.site-wrap .wrap-over {
	margin-left: -10px;
	margin-right: -10px;
}

.inner {
	padding: 10px;
}

.mb10 {
	margin-bottom: 10px!important;
}

.mb20 {
	margin-bottom: 20px!important;
}

.mb30 {
	margin-bottom: 30px!important;
}

.mb40 {
	margin-bottom: 40px!important;
}

.mb50 {
	margin-bottom: 50px!important;
}

.pL-30 {
	padding-left: 27px;
}

.separator {
	display: block;
	height: 5px;
	background: url(../img/separator.png) center center no-repeat;
	border: none;
}

.separator_2 {
	background: url(../img/separator_2.png) center center no-repeat;
}

.btn {
	background: #0f649a;
	display: inline-block;
	text-align: center;
	padding: 2px 15px;
	border-radius: 14px;
	color: #fff;
	text-decoration: none;
	position: relative;
}

.btn-more {
	padding-right: 34px;
}

.btn-more:after {
	content: "";
	display: block;
	background: url(../img/ic-arrow.png) center center no-repeat;
	width: 6px;
	height: 100%;
	position: absolute;
	right: 10px;
	top: 0;
}

.label {
	background: #4e4e4e;
	display: inline-block;
	text-align: center;
	padding: 2px 15px;
	border-radius: 14px;
	color: #fff;
	text-decoration: none;
	vertical-align: middle;
}



header {
	background: #fff;
	border-bottom: 4px #c0e2eb solid;
}

.logo {
	display: block;
	margin: 18px 0 12px;
	padding: 1.5em 0;
	max-width: 320px;
}



@media(min-width:1000px){
	#global_navi ul li a {
		position: relative;
	}
	
	#global_navi ul li a::after {
		position: absolute;
		left: 0;
		content: '';
		width: 100%;
		height: 1px;
		background: #3b7492;
		bottom: -1px;
		transform: scale(0, 1);
		transform-origin: left top;
		transition: transform 0.3s;
	}
	
	#global_navi ul li a:hover::after {
		transform: scale(1, 1);
	}
}



.header-tel {
	font-size: 1.6em;
}

.header-tel:hover {
	font-size: 1.6em;
}

.header-button {
	background-color: #0a517e;
	padding: .6em 1.5em;
	/* border-radius: 50px; */
	color: #fff;
	display: block;
	margin-left: 20px;
	transition: all 0.3s;
	display: flex;
	align-items: center;
}
.header-button img{
	margin-right:9px;
	/* height:23px; */
	width: 25px;
  	margin-top: 1px;
}

.header-button:hover{
	background-color: #23a3c7;
}

.header-block {
	width: 65%;
}

.header-contents {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-bottom: 1rem;
	margin: 1rem 0 2rem 0;
}

#global_navi ul {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

#global_navi ul li {
	width: 18%;
	min-width: 100px;
	text-align: center;
	border-right: 1px solid #d9d8d8;
	margin: 0 0 10px 0;
}

#global_navi ul li:last-of-type {
	border-right: none;
}


/* リニューアル終わったら以下消す new_styleに記載済み */

#footer {
	background: url(../img/top/top_bg_bottom.webp) center bottom no-repeat;
	padding-bottom: 230px;
}

#fNav {
	font-size: 14px;
}

.footnav {
	background: url(../img/bg-pattern.png) repeat;
	padding: 20px 0;
	border-top: 4px #e5e5e5 solid;
	margin-bottom: 22px;
}

.nav-menu li {
	display: inline-block;
	margin-left: 30px;
}

.nav-menu li a {
	display: block;
	padding-left: 18px;
	background: url(../img/list-arrow.png) left center no-repeat;
	color: #767575;
}

.sec {
	position: relative;
	margin-bottom: 40px;
	width: 100%;
	zoom: 1;
}

.sec:after {
	content: "";
	display: table;
	clear: both;
}


.col2-sec>.sec {
	width: 400px;
}

#catch .top-catch {
	height: 485px;
	padding-top: 395px;
}

#mainstagecontents {
	background: url(../img/bg_maincontents.webp) center top no-repeat;
	padding-top: 30px;
}

.title-border {
	position: relative;
	padding-bottom: 5px;
	border-bottom: 3px #d9d8d8 solid;
}

.title-border:before {
	content: "";
	display: block;
	height: 3px;
	background: #548bad;
	position: absolute;
	left: 0;
	bottom: -3px;
	width: 60px;
}

.title-pattern {
	background: url(../img/title-pattern.png) center center no-repeat;
	height: 65px;
	padding-top: 14px;
}

#topPage #sec04 .contact-list .fs-22 {
	margin: auto 20px auto 5px;
	vertical-align: middle;
	display: inline-block;
}

#topPage #sec04 .contact-list .contact-contents {
	display: inline-block;
}

.catch-sub {
	background: url("../img/catch-sub-bg.jpg") no-repeat center top;
	margin: 0 auto;
	width: 100%;
	height: 226px;
	margin-bottom: -110px;
}

.catch-sub-inner {
	position: relative;
	padding-top: 45px;
	height: 100%;
}

.catch-sub-inner:after {
	display: block;
	content: url(../img/catch-sub.png);
	position: absolute;
	top: 35px;
	right: 35px;
	z-index: 5;
}

#companyPage #sec01 {
	line-height: 2;
}

@media screen and (min-width: 1000px) {
	#companyPage #sec02 iframe {
		margin-left: 8px;
	}
}

.company-table td {
	border-bottom: 1px dotted #999999;
	line-height: 1.8;
	vertical-align: top;
}

#kakoureiPage .contentleft {
	line-height: 1.5;
	text-align: left;
}

#kakoureiPage #sec01 .flR {
	position: absolute;
	right: 0;
}

#facilityPage #sec01 .flR {
	position: absolute;
	right: 0;
}

#facilityPage #sec01 p,
#facilityPage #sec02 p {
	line-height: 1.875;
}

#facilityPage #sec01 {
	min-height: 450px;
}

.facility-table table {
	width: 100%;
}

.facility-table td {
	vertical-align: text-top;
	padding: 6px;
}

.facility-table tbody tr:nth-child(odd) td {
	background: #e7eff4;
}

.facility-table tfoot td {
	border-top: 1px #075f97 solid;
}

.facility-table2 table {
	width: 100%;
}

.facility-table2 td {
	vertical-align: text-top;
	padding: 6px;
}

.facility-table2 tbody tr:nth-child(2n+1) {
	background: #e7eff4;
}

.facility-table2 tfoot td {
	border-top: 1px #075f97 solid;
}


a#pdf {
	display: block;
	width: 250px;
	padding: 10px;
	background: #0F649A;
	border-radius: 10px;
	border: splid 3px #F00;
	color: #FFF;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	margin: 20px auto 0;
}

@charset "UTF-8";

strong {
	font-weight: bold;
}

.container {
	max-width: 840px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	zoom: 1;
}

header {
	background: none;
}

.header_inner {
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: inherit;
	position: relative;
	max-width: 1000px;
	margin: auto;
}

.burger-btn {
	display: block;
	width: 39px;
	height: 39px;
	position: absolute;
	z-index: 3;
	border: none;
	top: 50%;
	transform: translateY(-50%);
	right: 10px;
}


.sp-tel-button {
	display: none;
}

@media (max-width:999px) {
	.header-contents {
		display: none;
	}
	.sp-tel-button {
		display: block;
		width: 27px;
		height: 27px;
		position: absolute;
		z-index: 3;
		top: 50%;
		transform: translateY(-50%);
		right: 55px;
	}
}

@media (max-width:400px){
	.sp-tel-button{
		right: 54px;
	}
}

@media screen and (max-width: 999px) {
	header {
		border-bottom: 0px;
	}

	.container {
		padding: 0 10px;
	}

	/* p {
		margin: 10px 0 0 0;
	} */

	h2 {
		font-size: 21px;
	}

	#topheaderlogo {
		float: left;
		background-image: url(../assets/img/top/20221129_1.png);
		width: 100%;
		text-align: left;
	}

	div#catch {

		margin-top: 54px!important;
	}



	div#catch.mainvisual .top-catch {
		height: auto;
		padding-top: 0px;
	}

	div#catch.mainvisual .top-catch h2 {
		font-size: 12px;
	}

	.vegas-wrapper {
		padding: 41% 0 0 0 !important;
	}

	#mainstagecontents {
		padding-top: 20px;
	}

	.catch-sub-inner::after {
		top: 0;
	}

	header {
		width: 100%;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 999;
		padding: 1.1em 0;
		background: #fff;
	}


	#topheaderbtn {
		bottom: none;
		position: absolute;
		right: 0;
		top: 57px;
		z-index: 99;
	}

	.sec {
		margin-bottom: 15px;

	}

	.logo {
		display: flex;
		align-items: center;
		padding: 0 20px;
		margin: 0;
		background-color: #fff;
		max-width: 280px;
	}

	#global_navi {
		position: absolute;
		visibility: hidden;
		/* opacity: 0; */
		margin: 0;
		width: 100%;
		height: 0;
		top: 44px;
		/* left: 0; */
		right: -100vw;
		transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
		transform-origin: top;
	}

	#global_navi.active {
		visibility: visible;
		/* opacity: 1; */
		height: auto;
		right: 0;
	}

	#global_navi ul {
		display: block;
		border-top: 1px solid #d9d8d8;
		/* スマホ版のみ：メニューを開いた際、先頭の「トップページ」とメールアドレス画像（.sp-mail-button）の重なりを解消するためリスト全体を下げる */
		margin-top: 30px;
	}

	#global_navi ul a {
		font-size: 1.6rem;
	}

	#global_navi ul li {
		display: block;
		border: none;
		margin-right: 0;
		width: 100%;
		background: #ffffff;
		margin-bottom: 0;
		padding-top: 1.3em;
	}

	#global_navi ul li:last-child {
		padding-bottom: 1.3em;
	}

	#global_navi li:last-child a {
		border-radius: 0;
	}

	.catch-sub-inner::after {
		right: 7px;
	}

	.fs-30 {
		font-size: 24px;
	}

	.mb50 {
		margin-bottom: 25px;
	}

	.flR,
	.flL,
	#contentleft,
	#contentright {
		float: none;
	}

	.flR figure,
	.flL figure {
		text-align: center;
	}

	#facilityPage #sec01 .flR,
	#kakoureiPage #sec01 .flR {
		position: static;
	}

	.col2-sec>.sec {
		width: 100%;
	}

	#topPage #sec04 .contact-list .contact-contents {
		display: block;
		margin-bottom: 10px;
	}

	#topPage #sec04 .contact-list .contact-contents:last-of-type {
		margin-bottom: 0px;
	}

	footer img.footer_logo {
		margin-bottom: 15px;
	}

	footer .nav-menu li {
		display: block;
		margin-left: 10px;
		margin-bottom: 15px;
	}

	div.company-table table {
		width: 100%;
	}

	.catch-sub-inner {
		padding-top: 30px;
	}

	.catch-sub-inner span {
		display: block;
	}
}

@media screen and (min-width: 1000px) {
	.burger-btn {
		display: none;
	}

	#topPage #sec04 .contact-list {
		vertical-align: middle;
		align-items: center;
		display: flex;
	}
}

.bar {
	width: 20px;
	height: 2px;
	display: block;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	background-color: #0a517e;
}

.bar_top {
	top: 10px;
	transition: transform 0.3s;
}

.bar_mid {
	top: 50%;
	transform: translate(-50%, -50%);
	transition: opacity 0.3s;
}

.bar_bottom {
	bottom: 10px;
	transition: transform 0.3s;
}

.burger-btn.close .bar_top {
	transform: translate(-50%, 9px) rotate(45deg);
	transition: transform 0.3s;
}

.burger-btn.close .bar_mid {
	opacity: 0;
	transition: opacity 0.3s;
}

.burger-btn.close .bar_bottom {
	transform: translate(-50%, -8px) rotate(-45deg);
	transition: transform 0.3s;
}

@media screen and (min-width:500px) and (max-width:999px) {
	div#catch.mainvisual {
		height: auto !important;
		padding: 24% !important;
		/* margin-top: 59px !important; */
	}
}



@media screen and (max-width: 499px) {
	div#catch.mainvisual {
		height: auto !important;
		padding: 28% !important;
		/* margin-top: 59px !important; */
	}

	div#catch.mainvisual .top-catch {
		height: auto;
		padding-top: 0px;
		position: absolute;
		bottom: 0;
	}

	.vegas-wrapper {
		padding: 0 !important;

	}

	.vegas-wrapper .container {
		height: 100%;
		position: relative;
	}

	/* .vegas-wrapper {
	padding: 41% 0 0 0 !important;
  } */

}

/* gridタイル */
.row-grid {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	grid-gap: 10px;
	margin-bottom: 1%;
}

@media screen and (max-width: 999px) {
	.row-grid {
		display: block;
		padding: 0 10px;
	}
}

.row-grid .grid_center {
	display: grid;
	vertical-align: middle;
	align-items: center;
}

@media screen and (max-width: 999px) {
	.row-grid .cols {
		margin-bottom: 2%;
	}
}

.row-grid .cols:last-child {
	margin-bottom: 0;
}

.row-grid .span-2 {
	grid-column: 2 span;
}

.row-grid .span-3 {
	grid-column: 3 span;
}

.row-grid .span-4 {
	grid-column: 4 span;
}

.row-grid .span-5 {
	grid-column: 5 span;
}

.row-grid .span-6 {
	grid-column: 6 span;
}

.row-grid .span-7 {
	grid-column: 7 span;
}

.row-grid .span-8 {
	grid-column: 8 span;
}

.row-grid .span-9 {
	grid-column: 9 span;
}

.row-grid .span-10 {
	grid-column: 10 span;
}

.row-grid .span-11 {
	grid-column: 11 span;
}

.row-grid .span-12 {
	grid-column: 12 span;
}

.row-grid .span_height1 {
	grid-row: 1 span;
}

.row-grid .span_height2 {
	grid-row: 2 span;
}

.row-grid .span_height3 {
	grid-row: 3 span;
}

.row-grid .span_height4 {
	grid-row: 3 span;
}

.row-grid.reverse {
	direction: rtl;
}

@media screen and (max-width: 999px) {
	.row-grid.sp_img {
		display: grid;
		grid-template-columns: repeat(12, 1fr);
		grid-gap: 10px;
	}

	.row-grid.sp_img.col2 .cols {
		grid-column: 6 span;
	}

	.row-grid.sp_img.col3 .cols {
		grid-column: 4 span;
	}

	.row-grid.sp_img.col4 .cols {
		grid-column: 3 span;
	}
}

div.video_contents {
	position: relative;
}

iframe.video_main {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.text-right {
	text-align: right !important;
}

.mb2 {
	margin-bottom: 2%;
}


@media (min-width: 768px) {
	.sp-only {
		display: none !important;
	}

}

@media (min-width: 999px) {
	.sp-only999 {
		display: none !important;
	}

}

@media (max-width: 767px) {
	.pc-only {
		display: none !important;
	}

	figure {
		text-align: center !important;
	}
}

@keyframes lum-fade {
	0% {
	  opacity: 0;
	}
	100% {
	  opacity: 1;
	}
  }
  
  @keyframes lum-fadeZoom {
	0% {
	  transform: scale(0.5);
	  opacity: 0;
	}
	100% {
	  transform: scale(1);
	  opacity: 1;
	}
  }
  
  @keyframes lum-loader-rotate {
	0% {
	  transform: translate(-50%, -50%) rotate(0);
	}
	50% {
	  transform: translate(-50%, -50%) rotate(-180deg);
	}
	100% {
	  transform: translate(-50%, -50%) rotate(-360deg);
	}
  }
  
  @keyframes lum-loader-before {
	0% {
	  transform: scale(1);
	}
	10% {
	  transform: scale(1.2) translateX(6px);
	}
	25% {
	  transform: scale(1.3) translateX(8px);
	}
	40% {
	  transform: scale(1.2) translateX(6px);
	}
	50% {
	  transform: scale(1);
	}
	60% {
	  transform: scale(0.8) translateX(6px);
	}
	75% {
	  transform: scale(0.7) translateX(8px);
	}
	90% {
	  transform: scale(0.8) translateX(6px);
	}
	100% {
	  transform: scale(1);
	}
  }
  
  @keyframes lum-loader-after {
	0% {
	  transform: scale(1);
	}
	10% {
	  transform: scale(1.2) translateX(-6px);
	}
	25% {
	  transform: scale(1.3) translateX(-8px);
	}
	40% {
	  transform: scale(1.2) translateX(-6px);
	}
	50% {
	  transform: scale(1);
	}
	60% {
	  transform: scale(0.8) translateX(-6px);
	}
	75% {
	  transform: scale(0.7) translateX(-8px);
	}
	90% {
	  transform: scale(0.8) translateX(-6px);
	}
	100% {
	  transform: scale(1);
	}
  }
  
  .lum-lightbox {
	background: rgba(0, 0, 0, 0.6);
  }
  
  .lum-lightbox-inner {
	top: 2.5%;
	right: 2.5%;
	bottom: 2.5%;
	left: 2.5%;
  }
  
  .lum-lightbox-inner img {
	position: relative;
	max-width: fit-content!important;
  }
  
  .lum-lightbox-inner .lum-lightbox-caption {
	margin: 0 auto;
	color: #fff;
	max-width: 700px;
	text-align: center;
  }
  
  .lum-loading .lum-lightbox-loader {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 66px;
	height: 20px;
	animation: lum-loader-rotate 1800ms infinite linear;
  }
  
  .lum-lightbox-loader:before,
  .lum-lightbox-loader:after {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	margin-top: -10px;
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.9);
  }
  
  .lum-lightbox-loader:before {
	left: 0;
	animation: lum-loader-before 1800ms infinite linear;
  }
  
  .lum-lightbox-loader:after {
	right: 0;
	animation: lum-loader-after 1800ms infinite linear;
	animation-delay: -900ms;
  }
  
  .lum-lightbox.lum-opening {
	animation: lum-fade 180ms ease-out;
  }
  
  .lum-lightbox.lum-opening .lum-lightbox-inner {
	animation: lum-fadeZoom 180ms ease-out;
  }
  
  .lum-lightbox.lum-closing {
	animation: lum-fade 300ms ease-in;
	animation-direction: reverse;
  }
  
  .lum-lightbox.lum-closing .lum-lightbox-inner {
	animation: lum-fadeZoom 300ms ease-in;
	animation-direction: reverse;
  }
  
  .lum-img {
	transition: opacity 120ms ease-out;
  }
  
  .lum-loading .lum-img {
	opacity: 0;
  }
  
  .lum-gallery-button {
	overflow: hidden;
	text-indent: 150%;
	white-space: nowrap;
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	outline: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	height: 100px;
	max-height: 100%;
	width: 60px;
	cursor: pointer;
  }
  
  .lum-close-button {
	position: absolute;
	right: 5px;
	top: 5px;
	width: 32px;
	height: 32px;
	opacity: 0.3;
  }
  .lum-close-button:hover {
	opacity: 1;
  }
  .lum-close-button:before,
  .lum-close-button:after {
	position: absolute;
	left: 15px;
	content: " ";
	height: 33px;
	width: 2px;
	background-color: #fff;
  }
  .lum-close-button:before {
	transform: rotate(45deg);
  }
  .lum-close-button:after {
	transform: rotate(-45deg);
  }
  
  .lum-previous-button {
	left: 12px;
  }
  
  .lum-next-button {
	right: 12px;
  }
  
  .lum-gallery-button:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	width: 36px;
	height: 36px;
	border-top: 4px solid rgba(255, 255, 255, 0.8);
  }
  
  .lum-previous-button:after {
	transform: translateY(-50%) rotate(-45deg);
	border-left: 4px solid rgba(255, 255, 255, 0.8);
	box-shadow: -2px 0 rgba(0, 0, 0, 0.2);
	left: 12%;
	border-radius: 3px 0 0 0;
  }
  
  .lum-next-button:after {
	transform: translateY(-50%) rotate(45deg);
	border-right: 4px solid rgba(255, 255, 255, 0.8);
	box-shadow: 2px 0 rgba(0, 0, 0, 0.2);
	right: 12%;
	border-radius: 0 3px 0 0;
  }
  
  /* This media query makes screens less than 460px wide display in a "fullscreen"-esque mode. Users can then scroll around inside the lightbox to see the entire image. */
  @media (max-width: 460px) {
	.lum-lightbox-image-wrapper {
	  display: flex;
	  overflow: auto;
	  -webkit-overflow-scrolling: touch;
	}
  
	.lum-lightbox-caption {
	  width: 100%;
	  position: absolute;
	  bottom: 0;
	}
  
	/* Used to centre the image in the container, respecting overflow: https://stackoverflow.com/a/33455342/515634 */
	.lum-lightbox-position-helper {
	  margin: auto;
	}
  
	.lum-lightbox-inner img {
	  max-width: none;
	  max-height: none;
	}
  }
  