@charset "utf-8";
@import url('https://www.nta.co.jp/akafu/east/common/css/common.css');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;400;500&family=Noto+Serif+JP:wght@400;700&display=swap');
@import url('https://use.fontawesome.com/releases/v5.6.3/css/all.css');
/* CSS Document */
html {
  scroll-behavior: smooth;
}
#wrapper {
  width: 100%;
  font-size: 14px;
  line-height: 1.8;
  font-family: 'Noto Serif JP', serif;
  overflow: hidden;
  background: url("../images/bg.jpg") repeat center;
  color: #FFFFFF;
}
#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;
}
#wrapper a {
  word-break: break-all;
}
#wrapper h2, #wrapper h3, #wrapper h4 {
  font-weight: bold;
}
@media screen and (min-width: 760px) {
  .pc_none {
    display: none;
  }
}
@media screen and (max-width: 759.9px) {
  .sp_none {
    display: none;
  }
}
.disnon {
  display: none;
}
.color_red {
  color: #c8171e;
}
.color_blue {
  color: #0075c2;
}

.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;
}
.marker {
  background: linear-gradient(transparent 80%, #ffd22c 80%);
  font-weight: bold;
}
a.godetail {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  height: 60px;
	background: linear-gradient(90deg,#f1c976, #efb802 20%,#efb802 80%,#f1c976 100%);
  color: #FFFFFF;
  font-size: 120%;
  font-weight: bold;
  border-radius: 20px;
  box-shadow: 5px 5px 0 #683a14;
  transition: 0.3s;
}
a.godetail span {
  font-size: 120%;
  font-weight: bold;
}
a.godetail.chubu {
  background: url("../images/button_chubu.png") no-repeat center bottom;
  background-size: 100%;
}
a.godetail:hover {
  background: linear-gradient(90deg,#efb802, #f1c976 20%,#f1c976 80%,#efb802 100%);
  box-shadow: 0 0 0;
	opacity: 1 ;
}
a.godetail.gray {
  /*background: url("../images/button_gray.png") no-repeat center bottom;
  background-size: 100%;*/
	background: #7A7A7A;
	box-shadow: none;
  pointer-events: none;
}
.bookquickly {
  color: #E7180F;
  font-weight: 600;
  /* text-decoration: underline; */
}
.slash span {
  display: inline-block;
  padding: 0 20px;
  background: url("../images/slash_left.svg") no-repeat center left, url("../images/slash_right.svg") no-repeat center right;
  background-size: 12px;
}
@media screen and (max-width: 759.9px) {
  a.godetail {
    height: 50px;
    font-size: 100%;
  }
  .slash span {
    padding: 0 18px;
    background: url("../images/slash_left.svg") no-repeat center left, url("../images/slash_right.svg") no-repeat center right;
    background-size: 12px;
  }
}
/*--------.page_roof-------------*/
.page_roof {
  width: 100%;
	padding-top: 20px;
}
.page_roof .inner {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
}
.page_roof h2, .page_roof h2 img {
  width: 100%;
}
@media screen and (max-width: 759.9px) {
  .page_roof {
    margin-bottom: 20px;
  }
}
/*-------------トップリード   --------------*/
#pageTopLead {
  margin-bottom: 30px;
}
#pageTopLead .inner {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
}
#pageTopLead .title{
  width: 100%;
}
#pageTopLead .title img{
  max-width: 100%;
}
#pageTopLead .title .date{
  width: 50%;
  margin: -20px auto 20px;
	background: #FFFFFF;
	color: #b41d23;
	font-size: 250%;
	padding: 0 20px;
	border-radius: 5px;
	font-weight: bold;
  text-align: center;
}
#pageTopLead .comment {
	width: 90%;
	margin: 0 auto 20px;
}
#pageTopLead p {
  font-size: 180%;
}
@media screen and (max-width: 759.9px) {
	#pageTopLead .title img{
		width: 100%;
	}
	#pageTopLead .title .date{
    width: 80%;
		font-size: 150%;
		padding: 0 20px;
    margin: -10px auto 20px;
	}
  #pageTopLead p {
    font-size: 120%;
  }
}
/*-------------ページコンテンツ   --------------*/
.pageContent {
  width: 100%;
  margin: 0;
}
.pageContent .inner {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 0;
}
@media screen and (max-width: 759.9px) {
  .pageContent .inner {
    padding: 30px 0;
  }
}
/*-------OVERVIEW--概要------------*/
#overview  {
  width: 100%;
  margin-bottom: 20px;
}
#overview dl {
  width: 100%;
  display: flex;
  justify-content: center;
	align-items: center;
}
#overview dl dt {
  width: 45%;
}
#overview dl dt img {
	width: 100%;
}
#overview dl dt p.credit {
	font-size: 90%;
}
#overview dl dd {
  width: 55%;
	padding: 2em;
}
#overview dl dd h2{
	font-size: 260%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 30px;
}
#overview dl dd h2::before{
	content: "";
	background: url("../images/icon_camera.png") no-repeat center;
	background-size: contain;
	width: 50px;
	height: 50px;
	margin-right: 0.5em;
}
#overview dl dd .comment p{
  font-size: 130%;
}
@media screen and (max-width: 759.9px) {
	#overview dl {
		width: 100%;
		flex-direction: column;
	}
	#overview dl dt {
		width: 80%;
	}
	#overview dl dt p.credit {
		font-size: 12px;
		text-align: right;
	}
	#overview dl dd {
		width: 100%;
    padding: 1em;
	}
	#overview dl dd h2{
		font-size: 160%;
		margin-bottom: 20px;
	}
	#overview dl dd h2::before{
		width: 30px;
		height: 30px;
	}
}
/*------point-------------*/
#point  {
  width: 100%;
  margin-bottom: 20px;
}
#point h2{
	font-size: 300%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 30px;
	background: url("../images/title_line.png") no-repeat center bottom;
	background-size: auto 14px;
	padding-bottom: 10px;
}
#point h2::before{
	content: "";
	background: url("../images/icon_bus.png") no-repeat center;
	background-size: contain;
	width: 50px;
	height: 50px;
	margin-right: 0.5em;
}
#point ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#point ul li{
	width: 45%;
	margin: 0 2% 20px;
}
#point ul li h3{
	width: 80px;
}
#point ul li p{
	font-size: 130%;
}
#point ul li h3 img{
	width: 100%;
}
#point ul li.shirakobato{
	background: rgba(255,255,255,0.2);
	display: flex;
	justify-content: center;
	align-items: center;
	padding:10px;
	border: 2px solid #DAAF08;
	border-radius: 10px;
}
#point ul li.shirakobato .title{
}
#point ul li.shirakobato h3{
	font-size: 120%;
	color: #f1c976;
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	margin-bottom: 5px;
}
#point ul li.shirakobato h3::before{
	content: "";
	width: 40px;
	height: 30px;
	background: url("../images/deco_hane.png")no-repeat center;
	background-size: contain;
}
#point ul li.shirakobato h3::after{
	content: "";
	width: 40px;
	height: 30px;
	background: url("../images/deco_hane.png")no-repeat center;
	background-size: contain;
	transform: scale(-1,1);
}
#point ul li.shirakobato .illust{
	width: 30%;
	padding:0 10px;
}
#point ul li.shirakobato .illust img{
	width: 100%;
	vertical-align: bottom;
}
#point ul li.shirakobato .title p{
	font-size: 100%;
	text-align: left;
}
#point ul li.shirakobato .illust p.credit{
	font-size: 12px;
	text-align: center;
}
@media screen and (max-width: 759.9px) {
	#point h2{
		font-size: 160%;
		margin-bottom: 20px;
	}
	#point h2::before{
		width: 30px;
		height: 30px;
	}
	#point ul li{
		width: 100%;
		margin: 0 auto 20px;
		display: flex;
	}
	#point ul li h3{
		width: 15%;
	}
	#point ul li p{
		width: 85%;
		font-size: 120%;
		padding-left: 10px;
	}
  #point ul li.shirakobato .illust{
    width: 40%;
    padding:0;
  }
  #point ul li.shirakobato .illust p.credit{
    font-size: 10px;
  }
}
/*-------行程表------------*/
#tour  {
  width: 100%;
  margin-bottom: 20px;
}
#tour h2{
	font-size: 300%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 30px;
	background: url("../images/title_line.png") no-repeat center bottom;
	background-size: auto 14px;
	padding-bottom: 10px;
}
#tour h2::before{
	content: "";
	background: url("../images/icon_tour.png") no-repeat center;
	background-size: contain;
	width: 50px;
	height: 50px;
	margin-right: 0.5em;
}
@media screen and (max-width: 759.9px) {
	#tour h2{
		font-size: 160%;
		margin-bottom: 40px;
	}
	#tour h2::before{
		width: 30px;
		height: 30px;
	}
}

#tour .itinerary_detail_unit{
	display: flex;
	width: 100%;
	flex-wrap: wrap;
}
#tour .itinerary{
	width: 50%;
}
#tour .itinerary .box{
	background:#FFFFFF;
	position: relative;
	padding: 50px 10px;
}
#tour .itinerary .box::before{
	content: "";
	position: absolute;
	top:-20px;
	left:0;
	ribht:0;
	width: 100%;
	height: 50px;
	background: url("../images/itinerary_frame.png") no-repeat top center;
	background-size: 100% 100%;
}
#tour .itinerary .box::after{
	content: "";
	position: absolute;
	bottom:-20px;
	left:0;
	ribht:0;
	width: 100%;
	height: 50px;
	background: url("../images/itinerary_frame.png") no-repeat top center;
	background-size: 100% 100%;
	transform: scale(1,-1);
}
#tour .itinerary .box dl{
	display: flex;
}
#tour .itinerary .box dl dt{
	width: 10%;
	position: relative;
}
#tour .itinerary .box dl dt::before{
	content: "";
	position: absolute;
	top:10%;
	left:49%;
	width: 1px;
	height: 90%;
	background:#e79b9e;
}
#tour .itinerary .box dl:last-of-type dt::before{
	content: "";
	position: absolute;
	top:10%;
	left:49%;
	width: 1px;
	height: 90%;
	background:none;
}
#tour .itinerary .box dl dt img{
	width: 100%;
	position: relative;
	z-index: 1;
}
#tour .itinerary .box dl dd{
	width: 90%;
	padding: 0 10px 5px;
}
.itinerary .box dl p{
	font-size: 160%;
	color: #000000;
	line-height: 1.1;
}
.itinerary .box p.color_red {
  color: #c8171e;
}
.itinerary .box p.color_blue {
  color: #0075c2;
}

.itinerary .box dl dd p span{
	font-size: 80%;
}
.itinerary .box dl dd p.time{
	font-size: 12px;
}
.itinerary .bg{
	background: linear-gradient(45deg, #f1c976 0%, #DAAF08 25%, #FEE9A0 40%, #DAAF08 65%, #f1c976 90% 100%);
	padding: 5px;
	text-align: center;
	border-radius: 5px;
	margin: 10px 0;
}
.itinerary .bg p{
	font-size:110% !important;
	font-weight: bold;
}
.itinerary .caution{
	width: 95%;
	margin: 10px auto;
}
.itinerary .caution p{
	font-size: 12px;
	text-indent: -1em;
	margin-left: 1em;
	color: #000000;
}
#tour .bingo{
	width: 100%;
	margin: 0 auto 20px;
	background:url("../images/bingo_frame.png") no-repeat center;
	background-size: 100% 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 30px 0 30px;
}
#tour .bingo p{
	font-size: 130%;
	color: #000000;
}
#tour .bingo h3{
	font-size: 130%;
	color: #000000;
	line-height: 1.5;
}
#tour .bingo h3 span{
	font-size: 110%;
  color: #c8171e;
	text-decoration: underline;
}
#tour p.attention{
	font-size: 12px;
}
@media screen and (max-width: 759.9px) {
	#tour .itinerary{
		width: 100%;
		margin-bottom: 40px;
	}
	#tour .itinerary .box{
		padding: 40px 10px;
	}
	#tour .itinerary .box::before{
		content: "";
		position: absolute;
		top:-20px;
		left:0;
		ribht:0;
		width: 100%;
		height: 40px;
	}
	#tour .itinerary .box::after{
		content: "";
		position: absolute;
		bottom:-20px;
		left:0;
		ribht:0;
		width: 100%;
		height: 40px;
	}
	.itinerary .box dl p{
		font-size: 130%;
	}
	.itinerary .box dl dd p span{
		font-size: 80%;
	}
	.itinerary .box dl dd p.time{
		font-size: 12px;
	}
	.itinerary .bg{
		padding: 5px;
		text-align: center;
		border-radius: 5px;
		margin: 5px 0;
	}
	.itinerary .bg p{
		font-size:100% !important;
	}
	.itinerary .caution{
		width: 95%;
		margin: 5px auto;
	}
	#tour .bingo{
		width: 100%;
		margin: 0 auto;
		padding: 30px 0 35px;
	}
	#tour .bingo p{
		font-size: 110%;
	}
	#tour .bingo h3{
		font-size: 120%;
	}
	#tour .bingo h3 span{
		font-size: 120%;
	}

}
/*------------detail--------------*/
#tour .detail{
	width: 50%;
	padding: 0 20px;
}
.detail .price{
	text-align: center;
	margin-bottom: 20px;
}
.detail .price h3{
	font-size: 200%;
	text-align: center;
	line-height: 1.2;
}
.detail .price h3 span{
	color:#b41d23;
	font-size: 150%;
	text-shadow: 1px 1px 2px #FFFFFF,1px 1px 2px #FFFFFF,1px 1px 2px #FFFFFF,1px 1px 2px #FFFFFF,1px 1px 2px #FFFFFF, -1px -1px 2px #FFFFFF,-1px -1px 2px #FFFFFF,-1px -1px 2px #FFFFFF;
	margin: 0 5px;
	font-family:"Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
.detail .price p{
	font-size: 140%;
	font-weight: bold;
}
.detail .info{
}
.detail .info dl{
	display: flex;
  align-items: center;
	padding: 5px;
	border-bottom: 1px dotted #FFFFFF;
	margin-bottom: 5px;
}
.detail .info dl dt p{
	font-size: 100%;
	font-weight: bold;
	color:#b41d23;
	position: relative;
	display: flex;
	align-items: center;
	background: #FFFFFF;
	padding: 0 10px;
	border-radius: 10px;
  line-height: 1.4;
}
.detail .info dl dd{
	flex-grow: 1;
	font-size: 130%;
	padding-left: 10px;
}

@media screen and (max-width: 759.9px) {
	#tour .detail{
		width: 100%;
	}
	.detail .price h3{
		font-size: 180%;
	}
	.detail .price p{
		font-size: 120%;
	}
	.detail .info dl{
		padding: 5px;
		border-bottom: 1px dotted #FFFFFF;
		margin-bottom: 5px;
	}
	.detail .info dl dt{
		font-size: 90%;
	}
	.detail .info dl dd{
		font-size: 120%;
		padding-left: 10px;
	}
}


/*------------plan--------------*/
#spot  {
  width: 100%;
  margin-bottom: 20px;
}
#spot h2{
	font-size: 300%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 30px;
	background: url("../images/title_line.png") no-repeat center bottom;
	background-size: auto 14px;
	padding-bottom: 10px;
}
#spot dl {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
  align-items: center;
}
#spot dl dt{
  width: 50%;
  position: relative;
}
#spot dl:nth-of-type(odd) dt::before{
  content: "";
  position: absolute;
  top:-60px;
  left:60px;
  width: 60px;
  height: 60px;
  background: url("../images/pigeon_left.png")no-repeat bottom center;
  background-size: contain;
}
#spot dl:nth-of-type(odd) dt::after{
  content: "";
  position: absolute;
  bottom:-20px;
  left:-20px;
  width: 100%;
  height: 100%;
  background: url("../images/bg_photo.png")no-repeat center;
  background-size: cover;
}

#spot dl:nth-of-type(even) dt::before{
  content: "";
  position: absolute;
  top:-60px;
  right:60px;
  width: 60px;
  height: 60px;
  background: url("../images/pigeon_right.png")no-repeat bottom center;
  background-size: contain;
}
#spot dl:nth-of-type(even) dt::after{
  content: "";
  position: absolute;
  bottom:-20px;
  right:-20px;
  width: 100%;
  height: 100%;
  background: url("../images/bg_photo.png")no-repeat center;
  background-size: cover;
}
#spot dl.nophoto dd:nth-of-type(even) h3::before{
  content: "";
  width: 1.5em;
  height: 1.5em;
  background: url("../images/pigeon_left.png")no-repeat bottom center;
  background-size: contain;
  margin-right: 0.5em;
}

#spot dl.nophoto dd:nth-of-type(odd) h3::after{
  content: "";
  width: 1.5em;
  height: 1.5em;
  background: url("../images/pigeon_right.png")no-repeat bottom center;
  background-size: contain;
  margin-left: 0.5em;
}
#spot dl dt img{
  width: 100%;
  position: relative;
  vertical-align: bottom;
  z-index: 1;
}
#spot dl dd{
  width: 50%;
  padding: 0 1.5em;
}
#spot dl dd h3{
  font-size: 160%;
  margin-bottom: 1em;
  text-align: center;
  display: flex;
  justify-content: center;
}
#spot dl dd p{
  font-size: 120%;
}
@media screen and (min-width: 760px) {
  #spot dl:nth-of-type(even) {
    flex-direction: row-reverse;
  }
  /*#spot dl.nophoto dd:nth-of-type(odd){
    padding: 0 30px 0 0;
  }
  #spot dl.nophoto dd:nth-of-type(even){
    padding: 0 0 0 35px;
  }
  #spot dl.nophoto {
    background: url("../images/vline.png")no-repeat center;
    background-size: contain;
  }*/
	#spot dl.nophoto dd {
		margin: 0 auto;
  }

}
@media screen and (max-width: 759.9px) {
	#spot h2{
		font-size: 160%;
		margin-bottom: 30px;
	}
  #spot dl {
    background: url("../images/hline.png")no-repeat bottom center;
    background-size:auto 20px;
    padding-bottom: 35px;
    margin-bottom: 30px;
  }
  #spot dl dt{
    width: 100%;
    margin-bottom: 2em;
  }
  #spot dl:nth-of-type(odd) dt::before{
    top:-40px;
    left:40px;
    width: 40px;
    height: 40px;
  }
  #spot dl:nth-of-type(odd) dt::after{
    bottom:-10px;
    left:-10px;
  }
  #spot dl:nth-of-type(even) dt::before{
    top:-40px;
    right:40px;
    width: 40px;
    height: 40px;
  }
  #spot dl:nth-of-type(even) dt::after{
    bottom:-10px;
    right:-10px;
  }
  #spot dl dd{
    width: 100%;
    padding: 0 1.5em;
  }
  #spot dl dd h3{
    font-size: 140%;
    margin-bottom: 0.5em;
  }
  #spot dl dd p{
    font-size: 110%;
  }
}
/*--------お申込みは期日-------------*/
.deadline{
	text-align: center;
	margin-bottom: 40px;
}
.deadline h3{
	font-size: 200%;
	text-align: center;
	line-height: 1.4;
}
.deadline h3 span{
	color:#b41d23;
	font-size: 150%;
	text-shadow: 1px 1px 2px #FFFFFF,1px 1px 2px #FFFFFF,1px 1px 2px #FFFFFF,1px 1px 2px #FFFFFF,1px 1px 2px #FFFFFF, -1px -1px 2px #FFFFFF,-1px -1px 2px #FFFFFF,-1px -1px 2px #FFFFFF;
	margin: 0 5px;
	font-family:"Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
.deadline p{
	font-size: 160%;
	font-weight: bold;
}
@media screen and (max-width: 759.9px) {
  .deadline{
    margin-bottom: 30px;
  }
	.deadline h3{
		font-size: 180%;
	}
	.deadline p{
		font-size: 120%;
	}
}
/*--------予約--------------*/
.yoyaku_wrap {
  width: 100%;
}
.yoyaku_wrap h3 {
  font-size: 180%;
  color: #E5D55F;
  margin-bottom: 30px;
  text-align: center;
}
.yoyaku_wrap p.attention {
  font-size: 100%;
  display: flex;
  justify-content: center;
}
.yoyaku_unit {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.yoyaku_unit a.godetail {
  width: 80%;
  max-width: 400px;
  margin: 0 2% 20px;
}
@media screen and (max-width: 759.9px) {
  .yoyaku_wrap h3 {
    font-size: 120%;
  }
  .yoyaku_wrap p.attention {
    font-size: 90%;
  }
}
/*-----案内----*/
#guidance {
  font-size: 100%;
  background: radial-gradient(rgba(198,23,30,0.5), rgba(40,3,5,0.5));
}
#guidance h2 {
  font-size: 200%;
  margin-bottom: 10px;
  text-align: center;
}
#guidance ul {
  margin: 0 0 30px 10px;
}
#guidance ul li {
  font-size: 100%;
  margin-bottom: 5px;
  text-indent: -1em;
  margin-left: 1em;
}
#guidance ul li::before {
  content: "●";
  font-size: 90%;
  margin-right: 3px;
}
#guidance a {
  color: #E5D55F;
  text-decoration: underline;
  font-size: 110%;
}
@media screen and (max-width: 759.9px) {
  #guidance h2 {
    font-size: 160%;
  }
}
/*-----予告---------------*/
a.yokoku {
	display: block;
  width: 100%;
  max-width: 600px;
  margin:20px auto 20px;
  /*background: radial-gradient(rgba(34,54,112,0.5), rgba(34,54,112,0.8));*/
	background: linear-gradient(90deg,#f1c976, #efb802 20%,#efb802 80%,#f1c976 100%);
  color: #FFFFFF !important;
  text-align: center;
  padding: 10px 0;
  transform: rotate(-10deg);
	text-decoration: none !important;
}
a.yokoku:hover {
  background: linear-gradient(90deg,#efb802, #f1c976 20%,#f1c976 80%,#efb802 100%);
	opacity: 1 ;
}

a.yokoku p{
  font-size: 200%;
  font-weight: bold;
	text-decoration: none !important;
}
@media screen and (max-width: 759.9px) {
  a.yokoku p{
    font-size: 160%;
  }
}

/*-----スライドswiper カスタマイズ-共通-------------------*/
.swiper-container{
	width: 100%;
}
.swiper-container .swiper-slide img{
	width: 100%;
}
.swiper-button-prev:focus,
.swiper-button-next:focus{
  outline: none;
}
.swiper-slide p.credit{
	position: absolute;
	/*top:5px;*/
	bottom:5px;
	right:10px;
	font-size: 12px;
	color: #000000;
	z-index: 1;
}

/*-----inboxswiper--------------------*/
.swiper-container.inbox{
	margin:0 auto;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}
.swiper-pagination.inbox {
	bottom: 12px;
}
.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:15px;
	color: #FFF;
	font-weight: bold;
}
.swiper-button-prev.inbox{
	left:3px;
	top:48%;
}
.swiper-button-next.inbox{
	right:3px;
	top:48%;
}
@media screen and (max-width: 759.9px){
	.swiper-button-prev.inbox::after,
	.swiper-button-next.inbox::after{
		font-size:15px;
	}
	.swiper-button-prev.inbox{
		left:3px;
		top:46%;
	}
	.swiper-button-next.inbox{
		right:3px;
		top:46%;
	}
}