@charset "utf-8";
@import url('https://www.nta.co.jp/akafu/east/common/css/common.css');
@import url('https://fonts.googleapis.com/css?family=Sawarabi+Mincho');
@import url('https://use.fontawesome.com/releases/v5.6.3/css/all.css');

/* CSS Document */
html {
	scroll-behavior: smooth;
	scroll-padding-top: 70px;
}

#wrapper {
	width: 100%;
	color: #FFF;
	font-family: "Sawarabi Mincho", serif;
	font-size: 16px;
	line-height: 1.75;
	padding: 0 0 150px 0;
	/* background: url("../images/bg_wrapper.jpg") center top repeat; */
	background: linear-gradient(-225deg, #001569 0%, #380387 56%, #00516a 100%);
	overflow: hidden;
	position: relative;
}

div#particles-js {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 759.9px) {
	#wrapper {
		padding: 0 0 100px 0;
	}
}

#wrapper a {
	word-break: break-all;
}

#wrapper img {
	vertical-align: bottom;
}

#wrapper * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

/*--------common-------------*/
@media screen and (min-width: 760px) {
	.pc_none {
		display: none;
	}

	.slim {
		transform: scaleX(0.9);
	}
}

@media screen and (max-width: 759.9px) {
	.sp_none {
		display: none;
	}

	#wrapper h2,
	#wrapper h3,
	#wrapper h4,
	#wrapper h5 {
		font-weight: bold;
	}
}

.disnone {
	display: none;
}

.text_red {
	color: #B20202;
	border-bottom: 1px solid #B20202;
}

.text_bold {
	font-weight: bold;
}

.text_normal {
	font-weight: normal;
}

.text_center {
	text-align: center;
}

.text_font_sans {
	font-family: 'Noto Sans JP', sans-serif;
}

.attention {
	font-size: 90%;
	text-indent: -1em;
	margin-left: 1em;
}

.box {
	background: rgba(243, 243, 243, 1.00);
	padding: 20px 30px;
	margin-bottom: 10px;
	border-radius: 5px;
	text-align: left;
}

.mgn_top20 {
	margin-top: 20px;
}

.mgn_btm20 {
	margin-bottom: 20px;
}

.marker {
	background: linear-gradient(transparent 80%, #ffd22c 80%);
	font-weight: bold;
}

a.godetail {
	width: 80%;
	max-width: 350px;
	display: block;
	margin: 15px 2%;
	padding: 20px 0 25px;
	text-align: center;
	text-decoration: none;
	background: url("../images/button.png") no-repeat center bottom;
	background-size: auto 100%;
	color: #FFFFFF;
	z-index: 10;
}

a.godetail:hover {
	color: #FFFFFF !important;
	text-decoration: none !important;
	opacity: 0.8;
}

a.godetail.gray {
	background: url("../images/button_gray.png") no-repeat center bottom;
	pointer-events: none;
}

a.gotop {
	margin: 20px auto;
	text-align: center;
	text-decoration: none;
	color: #333333;
	font-family: 'Noto Sans JP', sans-serif;
}

a.gotop:hover {
	opacity: 0.8;
}

@media screen and (max-width: 759.9px) {
	a.godetail {
		width: 70%;
		padding: 15px 0 20px;
	}
}


/* reset
------------------------------------------------------------------------------------ */
/*div#wrapper h2,
div#wrapper h3,
div#wrapper h4,
div#wrapper h5,
div#wrapper h6,
div#wrapper p,
div#wrapper img,
div#wrapper ol,
div#wrapper ul,
div#wrapper li,
div#wrapper section {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-weight: normal;
	vertical-align: baseline;
	background: transparent;
}

div#wrapper img {
	width: auto;
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
	margin: 0;
	padding: 0;
	border: 0;
}
*/
div#wrapper ul li {
	list-style: none;
}

#wrapper a:link,
#wrapper a:visited {
	color: #FFF;
	text-decoration: none !important;
}

#wrapper a:hover,
#wrapper a:active,
#wrapper a:visited:hover {
	color: #FFF;
	text-decoration: none;
}

/*--------.page_roof-------------*/
.page_roof {
	width: 100%;
	background: url("../images/topbg_pc.jpg") no-repeat center;
	background-size: cover;
	padding: 30px 0;
	z-index: 100;
}

.page_roof .inner {
	width: 100%;
	max-width: 950px;
	height: 100%;
	margin: 0 auto;
}

.page_roof h2 {
	width: 80%;
	margin: 0 auto 20px;
}

.page_roof h2 img {
	width: 100%;
}

.page_roof .comment {
	width: 100%;
	text-align: center;
	background: rgba(0, 0, 0, 0.6);
	padding: 5px;
}

.page_roof .comment p {
	font-size: 120%;
}

@media screen and (max-width: 759.9px) {
	.page_roof {
		background: url("../images/topbg_sp.jpg")no-repeat center;
		background-size: cover;
	}

	.page_roof .comment p {
		font-size: 90%;
	}
}

.heading {
	width: 100%;
	max-width: 950px;
	margin: 0 auto 60px;
	padding: 0;
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
}

.heading_h {
	margin: 0 20px;
	font-size: 180%;
	font-weight: 600;
}

.heading img {
	height: 70px;
}

@media screen and (max-width: 759.9px) {
	.heading {
		width: 100%;
		margin: 0 auto 60px;
		padding: 0;
		display: flex;
		flex-wrap: nowrap;
		justify-content: center;
		align-items: center;
	}

	.heading_h {
		margin: 0 10px;
		font-size: 120%;
	}

}

/*-------------fix--------------*/
.fixed {
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 20;
}

/*-------------ナビPC--------------*/
@media screen and (min-width: 760px) {
	#headNav {
		background: #2E3059;
		width: 100%;
		z-index: 20;
		box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.3);
		margin-bottom: 30px;
	}

	#headNav ul a,
	#headNav ul a:hover {
		color: #FFFFFF !important;
		text-decoration: none !important;
	}

	#headNav ul {
		width: 100%;
		max-width: 950px;
		margin: 0 auto;
		padding: 0;
		display: flex;
		flex-wrap: nowrap;
		justify-content: center;
		align-items: center;
	}

	#headNav ul a {
		flex-grow: 1;
		height: 60px;
		background: url("../images/menu_line.svg") no-repeat center right;
		background-size: 1px;
		width: 100%;
	}

	#headNav ul a:first-child {
		background: url("../images/menu_line.svg") no-repeat center left,
			url("../images/menu_line.svg") no-repeat center right;
		background-size: 1px;
	}

	#headNav ul a li {
		width: 100%;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		position: relative;
		font-size: 110%;
	}

	#headNav ul a.selected {
		background-color: #0ACDBD;
	}
}

/*--スマホ--*/
@media screen and (max-width: 759.9px) {
	#headNav {
		width: 100%;
		margin-bottom: 20px;
	}

	.nav_btn.open {
		width: 100%;
		margin: 0;
		text-align: center;
		cursor: pointer;
		position: relative;
		padding: 15px 0;
		background: #2E3059;
		color: #FFFFFF;
	}

	.nav_btn.open:after {
		content: "MENU";
		background: url("../images/arrow_down.svg")no-repeat center left, url("../images/arrow_down.svg")no-repeat center right;
		background-size: contain;
		padding: 0 20px;
	}

	.nav_btn.close:after {
		content: "閉じる";
		background: url("../images/arrow_up.svg")no-repeat center left, url("../images/arrow_up.svg")no-repeat center right;
		background-size: contain;
		padding: 0 20px;
	}

	#headNav ul {
		display: none;
		width: 100%;
		z-index: 100;
		margin: 0;
		padding: 0;
		background: #2E3059;
		color: #FFFFFF;
	}

	#headNav ul a,
	#headNav ul a:hover {
		color: inherit;
		text-decoration: none !important;
	}

	#headNav ul a {
		width: 100%;
	}

	#headNav ul a li {
		font-size: 100%;
		width: 100%;
		padding: 10px 0;
		text-align: center;
		border-bottom: 1px solid #FFFFFF;
	}
}


/* 共通パーツ
------------------------------------------------------------------------------------ */
div.title01 {
	text-align: center;
	margin: 80px 0;
}

div#wrapper div.title01 h3 {
	font-size: 24px;
	line-height: 120%;
	letter-spacing: 0.15em;
	margin-bottom: 15px;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #fff;
	padding: 20px 10px;
}

div#wrapper div.title01 h4 {}

div#wrapper div.title01 h4 img {
	height: 10px;
}

div.title02 {
	display: flex;
	justify-content: center;
	margin: 100px 0 50px 0;
	padding: 25px;
	border-top: solid 1px #FFF;
	border-bottom: solid 1px #FFF;
}

div#wrapper div.title02 h3 {
	font-size: 24px;
	line-height: 120%;
	letter-spacing: 0.15em;
	margin-right: 15px;
}

.linkBtn {
	width: 100%;
	line-height: 150%;
}

.linkBtn a {
	display: block;
	position: relative;
	width: 100%;
	color: #FFF;
	margin: 0 auto;
	padding: 30px 0;
	border-bottom: solid 1px #7f8498;
	transition: all 0.3s ease;
}

.linkBtn a:hover {
	color: #bf9113 !important;
	text-decoration: none !important;
}

.linkBtn a:before {
	position: absolute;
	top: 50%;
	right: 0px;
	content: '\f061';
	font-family: fontAwesome;
	color: #FFF;
	font-size: 14px;
	font-weight: 400;
	transform: translateY(-50%);
	transition: all 0.3s ease;
}

.linkBtn a:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -1px;
	display: inline-block;
	width: 40px;
	height: 1px;
	background-color: #bf9113;
	transition: all 0.3s ease;
}

.linkBtn a:hover:after {
	width: 100%;
}

.linkBtn a span {
	font-size: 12px;
}

.linkBtn02 a {
	display: inline-block;
	position: relative;
	width: 100%;
	color: #333 !important;
	line-height: 120%;
	margin: 0 auto;
	padding: 25px 0 25px 20px;
	background-color: #FFF;
	overflow: hidden;
	border-radius: 5px;
	transition: all 0.5s ease;
}

div#wrapper .linkBtn02 a:hover {
	color: #FFF !important;
}

.linkBtn02 a:before {
	position: absolute;
	top: 50%;
	right: 20px;
	content: '\f061';
	font-family: fontAwesome;
	color: #bf9113;
	font-size: 14px;
	font-weight: 400;
	z-index: 3;
	transform: translateY(-50%);
	transition: all 0.5s ease;
}

.linkBtn02 a:hover:before {
	color: #FFF;
}

/*== 背景が流れる（斜め） */
.linkBtn02 a:after {
	content: '';
	/*絶対配置で位置を指定*/
	position: absolute;
	top: 0;
	left: -130%;
	/*色や形状*/
	background: #bf9113;
	width: 120%;
	height: 100%;
	transform: skewX(-25deg);
}

/*hoverした時のアニメーション*/
.linkBtn02 a:hover:after {
	animation: skewanime 0.75s forwards;
	/*アニメーションの名前と速度を定義*/
}

@keyframes skewanime {
	100% {
		left: -10%;
		/*画面の見えていない左から右へ移動する終了地点*/
	}
}

.linkBtn02 a span {
	position: relative;
	z-index: 3;
}

@media screen and (max-width: 759.9px) {
	div#wrapper div.title01 h3 {
		font-size: 24px;
		line-height: 120%;
		margin-bottom: 10px;
	}

	div#wrapper div.title01 h4 img {
		height: 8px;
	}

	div.title02 {
		margin: 80px 0 30px 0;
		padding: 15px;
	}

	div#wrapper div.title02 h3 {
		font-size: 18px;
		line-height: 120%;
		margin-right: 10px;
	}

	div#wrapper div.title02 div {
		width: 20px;
		height: 20px;
	}

	div#wrapper div.title02 div p {
		font-size: 14px;
		line-height: 120%;
	}

	.linkBtn a {
		padding: 20px 0;
	}

	.linkBtn a:after {
		width: 30px;
	}

	.linkBtn a span {
		font-size: 80%;
	}

	.linkBtn02 a {
		padding: 15px 0 15px 15px;
	}

	.linkBtn02 a:before {
		right: 10px;
	}
}




/* メインコンテンツ
------------------------------------------------------------------------------------ */
div#wrapper section#contents {
	padding: 30px 0 0;
}

section#contents div.sectionInner {
	width: auto;
	max-width: 1010px;
	margin: 0 auto 70px;
	padding: 0 30px;
}

section#contents div.sectionInner ul#pageNav {
	width: 100%;
	max-width: 950px;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto 40px;
}

section#contents div.sectionInner ul#pageNav li {
	width: 32%;
	font-size: 16px;
	line-height: 120%;
	margin: 15px 2% 0 0;
}

section#contents div.sectionInner ul#pageNav li:first-child,
section#contents div.sectionInner ul#pageNav li:nth-child(2),
section#contents div.sectionInner ul#pageNav li:nth-child(3) {
	margin-top: 0;
}

section#contents div.sectionInner ul#pageNav li:nth-child(3n) {
	margin-right: 0;
}

section#contents div.sectionInner ul#pageNav li.linkBtn02 a:before {
	content: '\f063';
}

#pageNav p {
	color: #ffff00;
	text-align: center;
	margin: 10px auto;
}

@media screen and (max-width: 759.9px) {
	div#wrapper section#contents {
		padding: 30px 0 0 0;
	}

	section#contents div.sectionInner {
		padding: 0 20px;
	}

	section#contents div.sectionInner ul#pageNav li {
		width: 48.5%;
		font-size: 14px;
		line-height: 100%;
		margin: 10px 3% 0 0;
	}

	section#contents div.sectionInner ul#pageNav li:nth-child(3) {
		margin-top: 10px;
	}

	section#contents div.sectionInner ul#pageNav li:nth-child(3n) {
		margin-right: 3%;
	}

	section#contents div.sectionInner ul#pageNav li:nth-child(even) {
		margin-right: 0;
	}
}


/* 施設情報
------------------------------------------------------------------------------------ */
ul.spotlist {}

div#wrapper ul.spotlist li.spotlistBlock {
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	margin-top: 100px;
}

div#wrapper ul.spotlist li.spotlistBlock:first-child {
	margin-top: 0;
}

ul.spotlist li.spotlistBlock div.spotlistBlockPhoto {
	position: relative;
	width: 65%;
}

ul.spotlist li.spotlistBlock div.spotlistBlockPhoto div {
	position: relative;
}

div#wrapper ul.spotlist li.spotlistBlock div.spotlistBlockPhoto h4 {
	position: absolute;
	top: 30px;
	left: -20px;
	z-index: 1;
	font-size: 140%;
}

div#wrapper ul.spotlist li.spotlistBlock div.spotlistBlockPhoto h4 span {
	display: inline-block;
	color: #FFF;
	/* font-size: 24px; */
	line-height: 120%;
	margin-bottom: 5px;
	padding: 8px 15px;
	background-color: rgba(0, 10, 50, 0.85);
}

div#wrapper ul.spotlist li.spotlistBlock div.spotlistBlockPhoto iframe {
	margin-top: 50px;
}

ul.spotlist li.spotlistBlock div.spotlistBlockText {
	width: 30%;
}

ul.spotlist li:nth-child(even).spotlistBlock div.spotlistBlockText {
	order: -1;
}

div#wrapper ul.spotlist li.spotlistBlock div.spotlistBlockText h5 {
	line-height: 100%;
	margin: 30px 0 10px 0;
	padding-left: 10px;
	border-left: solid 5px #bf9113;
}

div#wrapper ul.spotlist li.spotlistBlock div.spotlistBlockText h5.noMargin {
	margin-top: 0;
}

.planname {
	font-size: 150%;
	font-weight: 700;
	text-align: center;
	margin-bottom: 10px;
	text-decoration-line: underline;
}

.akarenga_event {
	margin-top: 30px;
	font-size: 120%;
	font-weight: 600;
}

/* ul.spotlist li.spotlistBlock div.spotlistBlockText p {} */

ul.spotlist li.spotlistBlock div.spotlistBlockText p a {
	transition: all 0.3s ease;
	color: #fff;
}

ul.spotlist li.spotlistBlock div.spotlistBlockText p a:hover {
	color: #bf9113 !important;
	text-decoration: none !important;
}

div#wrapper ul.spotlist li.spotlistBlock div.spotlistBlockText ul {
	margin-top: 15px;
}

div#wrapper ul.spotlist li.spotlistBlock div.spotlistBlockText p.linkBtn02 {
	margin-top: 30px;
}

.spotlistBlockSlick {
	position: relative;
}

.photoname {
	position: absolute;
	bottom: 10px;
	right: 10px;
	width: 90%;
	color: #fff;
	text-align: right;
	text-shadow: #000 0 0 5px;
	font-size: 14px;
}

.spotlistBlockArea {
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	color: #FFF;
	font-size: 16px;
	line-height: 100%;
	background-color: #bf9113;
	padding: 5px 10px;
	z-index: 1;
}


@media screen and (max-width: 759.9px) {
	div#wrapper ul.spotlist li.spotlistBlock {
		display: block;
		justify-content: flex-start;
		margin-top: 80px;
	}

	ul.spotlist li.spotlistBlock div.spotlistBlockPhoto {
		width: 100%;
	}

	div#wrapper ul.spotlist li.spotlistBlock div.spotlistBlockPhoto div p.spotlistBlockArea {
		padding: 5px;
	}

	div#wrapper ul.spotlist li.spotlistBlock div.spotlistBlockPhoto h4 {
		top: 25px;
		left: -10px;
		font-size: 120%;
	}

	div#wrapper ul.spotlist li.spotlistBlock div.spotlistBlockPhoto h4 span {
		/* font-size: 125%; */
		line-height: 120%;
		margin-bottom: 3px;
		padding: 6px 10px;
	}

	.h4_small {
		font-size: 74%;
	}

	ul.spotlist li.spotlistBlock div.spotlistBlockText {
		width: 100%;
		margin-top: 30px;
	}

	ul.spotlist li:nth-child(even).spotlistBlock div.spotlistBlockText {
		order: 0;
	}

	div#wrapper ul.spotlist li.spotlistBlock div.spotlistBlockText h5 {
		margin: 25px 0 10px 0;
	}

	div#wrapper ul.spotlist li.spotlistBlock div.spotlistBlockPhoto iframe {
		width: 100%;
		height: 50.5vw;
	}

	.planname {
		font-size: 130%;
		font-weight: 700;
		text-align: center;
		margin-bottom: 10px;
		text-decoration-line: underline;
	}

	.photoname {
		position: absolute;
		bottom: 5px;
		right: 5px;
		width: 90%;
		font-size: 12px;
	}
}


/* フォトギャラリー
------------------------------------------------------------------------------------ */
div#wrapper section#photogallery {
	margin-top: 150px;
}

section#photogallery div.sectionInner {
	width: auto;
	max-width: 1010px;
	margin: 0 auto 70px;
	padding: 0 30px;
}

div#photogalleryBlock {
	display: flex;
	flex-wrap: nowrap;
}

div#photogalleryBlock01 {
	width: auto;
	max-width: 345px;
	margin-right: 5px;
}

div#photogalleryBlock01 div#photogalleryBlock01inner {
	display: flex;
	flex-wrap: nowrap;
	margin-top: 5px;
}

div#photogalleryBlock01 div#photogalleryBlock01inner p#photogalleryBlock01inner-1 {
	margin-right: 5px;
}

div#photogalleryBlock02 {
	width: auto;
	max-width: 425px;
	margin-right: 5px;
}

div#photogalleryBlock02 div#photogalleryBlock02inner01 {
	display: flex;
	flex-wrap: nowrap;
	margin-bottom: 5px;
}

div#photogalleryBlock02 div#photogalleryBlock02inner01 p#photogalleryBlock02inner01-1 {
	width: auto;
	max-width: 210px;
	margin-right: 5px;
}

div#photogalleryBlock02 div#photogalleryBlock02inner01 p#photogalleryBlock02inner01-2 {
	width: auto;
	max-width: 210px;
}

div#photogalleryBlock02 div#photogalleryBlock02inner02 {
	display: flex;
	flex-wrap: nowrap;
}

div#photogalleryBlock02 div#photogalleryBlock02inner02 div {
	margin-right: 5px;
}

div#photogalleryBlock02 div#photogalleryBlock02inner02 div p#photogalleryBlock02inner02-1 {
	margin-bottom: 5px;
}

div#photogalleryBlock02 div#photogalleryBlock02inner02 div p#photogalleryBlock02inner02-2 {}

div#photogalleryBlock03 {
	width: auto;
	max-width: 170px;
}

div#photogalleryBlock03 div#photogalleryBlock03inner {
	margin-bottom: 5px;
}

div#photogalleryBlock03 div#photogalleryBlock03inner p {
	margin-bottom: 5px;
}

div#photogalleryBlock p {
	overflow: hidden;
}

div#photogalleryBlock p a img {
	transition: all 0.5s ease;
}

div#photogalleryBlock p a:hover img {
	filter: blur(1.5px);
	transform: scale(1.0625);
}

@media screen and (max-width: 759.9px) {
	div#wrapper section#photogallery {
		margin-top: 100px;
	}

	section#photogallery div.sectionInner {
		padding: 0 20px;
	}

	div#photogalleryBlock {
		display: block;
		justify-content: flex-start;
	}

	div#photogalleryBlock01 {
		max-width: 100%;
		margin-right: 0;
	}

	div#photogalleryBlock02 {
		max-width: 100%;
		margin: 5px 0 0 0;
	}

	div#photogalleryBlock03 {
		max-width: 100%;
		margin: 5px 0 0 0;
	}

	div#photogalleryBlock03 div#photogalleryBlock03inner {
		display: flex;
		flex-wrap: nowrap;
	}

	div#photogalleryBlock03 div#photogalleryBlock03inner p {
		margin-bottom: 0;
	}

	div#photogalleryBlock03 div#photogalleryBlock03inner p#photogalleryBlock03inner-1 {
		margin-right: 5px;
	}
}



/* 【アニメーション】アニメーションスタートの遅延時間を決めるCSS
------------------------------------------------------------------------------------ */
.delay-time03 {
	animation-delay: 0.3s;
}

.delay-time06 {
	animation-delay: 0.6s;
}

.delay-time09 {
	animation-delay: 0.9s;
}

.delay-time12 {
	animation-delay: 1.2s;
}

.delay-time15 {
	animation-delay: 1.5s;
}

.delay-time18 {
	animation-delay: 1.8s;
}

.delay-time21 {
	animation-delay: 2.1s;
}

.delay-time40 {
	animation-delay: 4.0s;
}

.delay-time60 {
	animation-delay: 6.0s;
}

.delay-time69 {
	animation-delay: 6.9s;
}


/* 【アニメーション】下からフェードイン
------------------------------------------------------------------------------------ */
.fadeInTrigger {
	opacity: 0;
}

.fadeIn {
	animation-name: fadeInAnime;
	animation-duration: 1s;
	animation-fill-mode: forwards;
	opacity: 0
}

@keyframes fadeInAnime {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.fadeInUpTrigger {
	opacity: 0;
}

.fadeUp {
	animation-name: fadeUpAnime;
	animation-duration: 0.9s;
	animation-fill-mode: forwards;
	opacity: 0;
}

@keyframes fadeUpAnime {
	from {
		opacity: 0;
		transform: translateY(100px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/*-----inboxswiper--------------------*/
.swiper-container.inbox {
	width: 100%;
	padding-bottom: 20px;
}

.swiper-container.inbox .swiper-wrapper img {
	width: 100%;
}

.swiper-pagination.inbox {
	bottom: 0;
}

.swiper-pagination.inbox .swiper-wrapper {
	height: auto;
}

.swiper-pagination.inbox .swiper-pagination-bullet {
	opacity: 0.6;
}

.swiper-pagination.inbox .swiper-pagination-bullet-active {
	background: #FFFFFF;
}

.swiper-button-prev.inbox::after,
.swiper-button-next.inbox::after {
	font-size: 20px;
	color: #FFF;
	font-weight: bold;
}

.swiper-button-prev.inbox {
	left: 5px;
	top: 48%;
	display: none;
}

.swiper-button-next.inbox {
	right: 5px;
	top: 48%;
	display: none;
}

@media screen and (max-width: 759.9px) {

	.swiper-button-prev.inbox::after,
	.swiper-button-next.inbox::after {
		font-size: 15px;
	}

	.swiper-pagination.inbox {
		bottom: 5px;
	}

	.swiper-button-prev.inbox {
		left: 3px;
		top: 46%;
	}

	.swiper-button-next.inbox {
		right: 3px;
		top: 46%;
	}
}