@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP');
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c&display=swap');
/* CSS Document */
html {
  scroll-behavior: smooth;
}
#wrapInner {
    width: 100%!important;
}
#inner950 {
    width: 100%;
	max-width:950px;
    margin: 0 auto;
    display: block;
}
#anchorLinkBlock {
    width: 100%;
	max-width:950px;
    margin: 0 auto !important;
    display: block;
}
#wrapper {
	width: 100%;
	/*max-width:950px;*/
	margin:0 auto 10px;
	padding-bottom:30px;
 	font-size:14px;
	line-height:1.6;
	overflow: hidden;
	/*font-family: 'Noto Serif JP', serif;*/
}
#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 (min-width:768px){
   .pc_none{
    	display: none;
  }
}
@media (max-width:767px){
   .sp_none{
    	display: none;
  }
	#wrapper h2,
  #wrapper h3,
  #wrapper h4,
  #wrapper h5{
    font-weight: bold;
  }
}
.disnon {
	display:none;
}
.text_red {
	color: #B20202;
	border-bottom: 1px solid #B20202;
}
.text_bold {
	font-weight: bold;
	font-size: 120%;
}
.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;
	margin-bottom: 5px;
  line-height: 1.5;
  text-align: left;
}
.marker {
	background: linear-gradient(transparent 80%, #ffd22c 80%);
	font-weight: bold;
}
.deco{
	font-weight: normal;
	padding: 0 20px;
	background: url("../images/deco_left.png") no-repeat center left,url("../images/deco_right.png") no-repeat center right ;
	background-size:12px;
}
@media (max-width:767px){
	.deco{
    display: inline-block;
		padding: 0 12px;
		background: url("../images/deco_left.png") no-repeat center left,url("../images/deco_right.png") no-repeat center right ;
		background-size:8px;
	}
}
a.godetail{
	width: 90%;
	max-width: 450px;
	display: flex;
  align-items: center;
  justify-content: center;
	margin:0 10px 15px;
  padding:10px 0  15px;
	text-align: center;
	text-decoration: none;
	background: url("../images/button.png") no-repeat center bottom;
	background-size: 100% ;
	color: #FFFFFF;
	font-family: 'Noto Sans JP', sans-serif;
	z-index: 10;
}
a.godetail.chubu{
	background: url("../images/button_chubu.png") no-repeat center bottom;
	background-size: 100% ;
}

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;
	background-size: 100% ;
	pointer-events: none;
}
@media (max-width:767px){
  a.godetail{
    width: 95%;
    font-size: 90% ;
  }
}
p.credit{
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 90%;
  color: #FFFFFF;
  background: rgba(0,0,0,0.8);
  padding: 2px 10px;
  border-radius: 10px;
}
/*--------.page_roof-------------*/
.page_roof {
	position: relative;
	width: 100%;
  background: url("../images/top.jpg") no-repeat;
	background-size: cover;
	background-position: center center;
	height: 450px;
}
.page_roof > .inner {
  position: absolute;
  top:0;
  left: 0;
  right: 0;
  bottom: 0;
	width: 100%;
}
.page_roof h2{
  width: 100%;
	max-width: 950px;
	margin: 0 auto;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page_roof h2 img{
  max-width:100%;
  max-height:90%;
}
@media (max-width:767px){
  .page_roof {
    height: 25vh;
  }
}
/*------------pageTopLead--------------*/
#pageTopLead {
	width: 100%;
  padding: 40px 0;
  margin-bottom: 40px;
  background: #FFFFFF;
}
#pageTopLead .inner {
	width: 95%;
	max-width: 950px;
	margin: 0 auto;
	text-align: center;
}
#pageTopLead .inner h2{
	width: 100%;
  margin-bottom: 40px;
}
#pageTopLead .inner h2 img{
  max-width: 100%;
}
#pageTopLead .inner .point_unit{
  max-width: 100%;
  display: flex;
  justify-content: center;
}
#pageTopLead .point{
  text-align: center;
  border: 3px solid #013180;
  background: #F2F2F2;
  border-radius: 10px;
  padding: 10px;
  margin: 0 10px;
  position: relative;
}
#pageTopLead .point .no{
  position: absolute;
  top:-60px;
  left: 0;
  right:0;
  text-align: center;
}
#pageTopLead .point .no img{
  width: 70px;
}
#pageTopLead .point dl dt img{
	height: 90px;
  width: auto;
  text-align: center;
}
#pageTopLead .point dl dd{
  font-size: 90%;
  text-align: left;
  padding-top: 10px;
}
@media (max-width:767px){
	#pageTopLead {
		width: 100%;
		padding: 20px 0;
		margin-bottom: 20px;
	}
  #pageTopLead .inner h2{
    margin-bottom: 20px;
  }
  #pageTopLead .inner .point_unit{
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #pageTopLead .point {
    width: 48%;
    margin: 0 1% 45px;
  }
  #pageTopLead .point .no{
    top:-40px;
  }
  #pageTopLead .point .no img{
    width: 50px;
  }
  #pageTopLead .point dl dt img{
    height: 70px;
  }

}
/*-------------ページコンテンツ   --------------*/
.pageContent {
  width: 100%;
}
.pageContent .inner{
  width: 95%;
	max-width: 950px;
	margin: 0 auto;
  padding-bottom: 20px;
}
.pageContent .inner > h2 {
	background: #013180;
	color: #FFFFFF;
	font-size: 200%;
	font-weight: bold;
	text-align: center;
	padding: 5px 0;
	line-height: 1.5;
	margin-bottom: 20px;
}
.pageContent .inner > h2.img {
  background: none;
  padding: 0;
  vertical-align: middle;
}
.pageContent .inner > h2.img img {
  width: 100%;
}
#recommend .inner {
	border: 2px solid #013180;
	background: #f0f5ff;
}
#recommend .box{
	width: 90%;
	margin: 0 auto 20px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#recommend .box > dt{
  width: 20%;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#recommend .box img{
  width: 100%;
}
#recommend .box > dd{
  width: 80%;
  padding: 10px 10px 10px 5px;
}
#recommend .box a{
	font-size: 160%;
	color: inherit;
}
#recommend .box a:hover{
	color: rgb(0,101,214);
}
#recommend .box .info{
	background: #ebeced;
	padding: 10px 20px 5px;
	border-radius: 20px;
  margin-top: 8px;
}
#recommend .box .info dl{
	width: 100%;
	display: flex;
  align-items: center;
  margin-bottom: 5px;
}
#recommend .box .info dl dt{
  font-size: 100%;
  font-weight: bold;
}
#recommend .box .info dl dd{
  font-size: 110%;
}

@media (max-width:767px){
	.pageContent .inner > h2 {
		font-size: 120%;
	}
	#recommend .box{
		width: 90%;
		margin: 0 auto 20px;
		padding:10px;
    position: relative;
	}
  #recommend .box > dt{
    position: absolute;
    top:0;
    left:0;
		width:120px;
    height: 100px;
	}
  #recommend .box > dt img{
    object-fit: contain;
	}
  #recommend .box > dd{
    width: 100%;
	}
	#recommend .box a{
    display: block;
    min-height: 70px;
		font-size: 120%;
    margin-left: 105px;
    line-height: 1.5;
	}
	#recommend .box .info{
		padding: 10px;
		border-radius: 10px;
	}
  #recommend .box .info dl{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
	#recommend .box .info dt{
    width: 100%;
	}
	#recommend .box .info dd{
    width: 100%;
		font-size: 90%;
    padding-left: 10px;
	}
}
#fromairport .box_unit {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
  justify-content: center;
  font-size: 100%;
}
#fromairport .box_unit .box{
	width: 40%;
	margin: 0 1% 20px;
	border: 2px solid #013180;
	background: #FFFFFF;
  padding-bottom: 10px;
}
#zenkoku{
  margin-top: 50px;
  text-align: center;
}
#zenkoku a{
	width: 98%;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
	margin: 20px auto;
	text-align: center;
	color: #FFFFFF;
	background-image: linear-gradient(180deg, rgba(40,50,156, 0.8) 50%, rgba(40,50,156, 1)50%);
  border-radius: 10px;
  box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	padding: 7px 0 5px;
	font-size: 160%;
  font-weight: bold;
}
#zenkoku a img{
	width:35px;
  margin-left: 5px;
}
#zenkoku a:hover{
	opacity: 0.7;
  color: inherit;
  text-decoration: none !important;
}
@media (max-width:767px){
  #zenkoku a{
    width: 95%;
    height: 50px;
  }
  #zenkoku a img{
    width:25px;
  }
}
#fromairport .box_unit h3{
	background-position: center bottom;
	background-size: cover;
	padding:20px 0 60px;
	font-size: 240%;
  text-align: center;
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px #FFFFFF,2px 2px 4px #FFFFFF,2px 2px 4px #FFFFFF,2px 2px 4px #FFFFFF,2px 2px 4px #FFFFFF,-2px -2px 4px #FFFFFF,-2px -2px 4px #FFFFFF,-2px -2px 4px #FFFFFF,-2px -2px 4px #FFFFFF,-2px -2px 4px #FFFFFF;
}

#fromairport .box_unit .destination{
  background-position: center bottom;
	background-size: cover;
 	padding:20px 0;
  margin-bottom: 20px;
  text-align: center;
}
#fromairport .box_unit .destination h3{
	padding:0;
	font-size: 240%;
  margin-bottom: 10px;
}
#fromairport .box_unit .destination h4{
  width: 80%;
  margin: 0 auto;
  background:rgba(255,255,255,0.8);
  border: 1px solid #CCCCCC;
  font-size: 120%;
  padding: 5px 0 3px;
}
.box_unit .box ul{
	width: 90%;
	margin: 0 auto;
}
.box_unit .box ul li{
	width: 100%;
	margin-bottom: 15px;
	text-align: center;
	padding: 8px 0;
	font-size: 130%;
  border: 1px solid #DFDFDF;
  background-image: linear-gradient(180deg, rgba(250,250,250, 0.2) 50%, rgba(250,250,250, 1)50%);
  background-color: #FFFFFF;
  border-radius: 5px;
  box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}
.box_unit .box ul li img{
	width: 20px;
	margin: 0 5px;
}
.box_unit .box ul a:hover li{
  background-image: linear-gradient(180deg, rgba(240,210,84,0.8) 50%, rgba(240,210,84, 1)50%);
}
.box_unit .box ul a:hover{
  text-decoration: none !important;
}
@media (max-width:767px){
	#fromairport .box_unit {
		width: 98%;
		margin: 0 auto;
		justify-content: space-between;
    font-size: 85%;
	}
	#fromairport .box_unit .box{
		width: 48%;
		margin: 0 1% 20px;
		border: 2px solid #013180;
		background: #FFFFFF;
	}
  .box_unit .box ul li img{
    width: 15px;
    margin: 4px 0 0 5px;
  }
  #fromairport .box_unit a.zenkoku img{
    width:30px;
    margin-left: 3px;
    vertical-align:-5px;
  }
  #fromairport .box_unit h3{
    padding:10px 0 40px;
    font-size: 160%;
    text-align: center;
    margin-bottom: 20px
  }
}
#tookinawa,
#okinawa,
#conditions {
  background: #FFFFF0;
}
#tookinawa .box_unit {
	width: 100%;
  font-size: 100%;
	display: flex;
	flex-wrap: wrap;
  justify-content: center;
}
#tookinawa .box_unit .box{
	width: 100%;
  margin-bottom: 40px;
}
#tookinawa .box_unit .box h4{
  text-align: center;
  font-size: 150%;
  margin-bottom: 10px;
}
#tookinawa .box_unit .box ul{
	width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#tookinawa .box_unit .box ul a{
	width: 30.3%;
  margin: 0 1.5%;
}
@media (max-width:767px){
  #tookinawa .box_unit .box ul a{
    width: 48%;
    margin: 0 1% 15px;
    font-size: 90%;
  }
}

/*-----from北海道-----*/
#fromHokkaido img {
	width: 100%;
	border: 1px solid #CCC;
}
#fromHokkaido img:hover {
	opacity: 0.7;
}
.caution{
	width: 90%;
  margin: 15px auto;
  text-align: left;
	background: rgba(255,255,255,0.8);
	padding: 10px 20px;
	border-radius: 10px;
  border: 3px solid #930003;
}
.caution h2{
	text-align: center;
	font-size: 120%;
	margin-bottom: 10px;
}
.caution p{
	font-size: 95%;
}
.caution ul{
  margin: 5px 0 0 10px;
}
.caution ul li{
  text-indent: -1.5em;
  margin-left: 1.5em;
}
@media (max-width:767px){
  .caution ul{
    margin: 5px 0 0 0;
  }
}
/*-----タイトル　センターライン-------------------*/
.title_line {
  font-size: 100%;
  text-align: center;
  position: relative;
  margin-bottom: 20px;
}
#pageTopLead .title_line {
  margin-bottom: 70px;
}
.title_line::before {
  content: "";
  position: absolute;
  top:50%;
  left:0;
  right:0;
  border-top:2px solid #013180;
  width: 100%;
}
.title_line h2{
  font-size: 200%;
  color:#013180;
  z-index: 2;
  position: relative;
}
.title_line h2 span.bg{
  background: #FFFFF0;
  padding: 0 0.5em;
}
#pageTopLead .title_line h2 span.bg{
  background: #FFFFFF;
}
.title_line h2 span.red{
  color: #ED1C24;
  margin-left: 0.1em;
  font-size: 140%;
}
.title_line ~ h3{
  color: #ED1C24;
  text-align: center;
  margin: -15px 0 20px;
}
@media (max-width:767px){
  .title_line {
    font-size: 80%;
  }
  #pageTopLead .title_line {
    margin-bottom: 40px;
  }
  .title_line h2 span.bg{
    padding: 2px 0 0;
  }
  .title_line h2 span.red{
    vertical-align: -2px;
  }
  #pageTopLead .title_line::before {
    top:45%;
  }
}
/*-----沖縄-------------------*/
#okinawa {
  padding-top: 20px;
}
#okinawa .inner{
  position: relative;
  font-size: 100%;
}
#okinawa .bg_campaign{
  background: url("../images/bg_campaign_pixta74646779.jpg")no-repeat center;
  background-size: cover;
  padding: 30px 0;
}
#okinawa .bg_campaign .inner{
  width: 95%;
  max-width: 950px;
  margin: 0 auto;
  background:rgba(255,255,255,0.6);
  padding: 20px 0;
}
@media (max-width:767px){
	#okinawa {
		margin-top: -30px;
	}
	#okinawa .bg_campaign{
		padding: 10px 0;
	}
	#okinawa .bg_campaign .inner{
		padding: 0 0 5px 0;
	}
}
#okinawa .title{
  font-size: 100%;
  margin-bottom: 20px;
}
#okinawa .title h2{
  font-size: 300%;
  text-align: center;
}
#okinawa .title h2 span{
  padding: 0 20px;
  background: url("../images/bg_title.png")repeat-x center bottom;
  background-size: auto 20px;
}
#okinawa .title .fukidashi{
  width: 50%;
  height: 100px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: url("../images/fukidashi.png")no-repeat center;
  background-size: contain;
  font-size: 140%;
  font-weight: bold;
}
#okinawa .lead{
  font-size: 160%;
  text-align: center;
  margin-bottom: 20px;
}
#okinawa .lead p span.tc_red{
  font-size: 120%;
  font-weight: bold;
  color:#FA2024;
}
#okinawa .lead p.kikan{
  font-size: 130%;
  color:#013180;
  font-weight: bold;
  margin-top: 10px;
}
#okinawa .inner > p.attention{
  width: 90%;
  font-size: 100%;
  display: flex;
  justify-content: center;
  margin: 10px auto 20px;;
}
@media (max-width:767px){
  #okinawa .inner{
    font-size: 70%;
  }
  #okinawa .title{
    margin-bottom: 0;
  }
  #okinawa .title h2{
    font-size: 280%;
    padding-bottom: 5px;
  }
  #okinawa .title h2 span{
    padding: 0 5px 10px;
    background: url("../images/bg_title.png")repeat-x center bottom;
    background-size: auto 15px;
  }
  #okinawa .title .fukidashi{
    height: 80px;
  }
	#okinawa .lead{
		margin-bottom: 5px;
	}
  #okinawa .lead p.kikan{
		margin-top: 0;
    font-size: 120%;
  }
  #okinawa .lead p.kikan .slim{
    transform: scaleX(0.9);
		display: block;
  }
	#okinawa .inner > p.attention{
		font-size: 110%;
	}
}
#obo{
  margin-bottom: 40px;
  fontt-size:100%;
}
.title_bar{
  font-size: 100%;
  width: 80%;
  margin: 0 auto 20px;
  padding: 5px 0;
  text-align: center;
}
.title_bar h3{
  display: inline-block;
  font-size: 220%;
  position: relative;
  border-bottom: 3px solid #666660;
  padding: 0 10px 3px 18px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  letter-spacing: 0.2em;
  line-height: 1.4;
  margin-bottom: 10px;
}
.title_bar h3::before{
  content: "";
  position: absolute;
  bottom: -7px;
  left:-17px;
  width: 15px;
  height: 10px;
  background: url("../images/diamond.png") no-repeat center;
  background-size: contain;
}
.title_bar h3::after{
  content: "";
  position: absolute;
  bottom: -7px;
  right:-17px;
  width: 15px;
  height: 10px;
  background: url("../images/diamond.png") no-repeat center;
  background-size: contain;
}
.title_bar p{
  font-size: 110%;
}
@media (max-width:767px){
  .title_bar{
    width: 90%;
  }
}
#okinawa .howto {
  width: 70%;
  margin: 0 auto 20px;
  padding: 15px 20px 20px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#okinawa .howto h4 {
  font-size: 130%;
  margin-bottom: 20px;
}
#okinawa .howto h4 img{
  vertical-align: middle;
  width: 40px;
  margin-right: 20px;
}
#okinawa .howto li{
  background-position: left top 3px;
  background-repeat: no-repeat;
  background-size: 70px auto;
  padding:0 0 0 80px;
  margin-bottom: 10px;
  font-size: 110%;
}
#okinawa .howto li:first-child{
  background-image: url("../images/step01.png");
}
#okinawa .howto li:last-child{
  background-image: url("../images/step02.png");
}
#okinawa .howto li img{
  width: 20px;
  margin-left: 5px;
}
#okinawa .bg_insta {
  background: rgba(247,38,6,0.1);
}
#okinawa .bg_twitter {
  background:  rgba(29,155,240,0.1);
}
@media (max-width:767px){
  #okinawa .howto {
    width: 80%;
    padding: 15px 5px;
  }
  #okinawa .howto h4 {
    font-size: 130%;
    padding-right: 20px;
  }
  #okinawa .howto h4 img{
    vertical-align: middle;
    width: 30px;
    margin-right: 10px;
  }
  #okinawa .howto li{
    background-position: left top;
    background-repeat: no-repeat;
    background-size:auto 15px;
    padding:18px 0 0 0;
    font-size: 130%;
  }
  #okinawa .howto li img{
    width: 20px;
    margin:10px 0 0 0;
  }
}
#conditions {
  padding-bottom: 30px;
  margin-bottom: 20px;
  font-size: 100%;
}
#conditions .inner{
  background: #F4F4F4;
  padding: 20px 20px 10px 20px;
  border-radius: 20px;
}
#conditions .inner ul{
  margin:0 0 20px 10px;
}
#conditions .inner ul li{
  text-indent: -1em;
  margin-left: 1em;
}
@media (max-width:767px){
  #conditions{
    font-size:90%;
  }
  #conditions .inner{
    padding: 15px 15px 10px 15px;
    border-radius: 20px;
  }
  #conditions .title_bar h3{
    font-size:180%;
  }
}
.hotel_unit {
  width: 100%;
  margin-bottom: 100px;
}
.hotelbox {
  width: 90%;
  position: relative;
  margin:0 auto 30px;
  background: #FFFFFF;
  box-shadow: 2px 2px 4px rgba(0,0,0,0.4);
}
@media (min-width:768px){
  .hotelbox > dt{
    width: 55%;
    margin: 0 auto 0 0;
  }
  .hotelbox > dd{
    position: absolute;
    top:0;
    right: 0;
    width: 50%;
    text-align: right;
    padding: 20px 0 0 0;
    z-index: 1;
  }
  .hotelbox:nth-child(even) > dt{
    margin: 0 0 0 auto;
  }
  .hotelbox:nth-child(even) > dd{
    position: absolute;
    top:0;
    left: 0;
    width: 50%;
    text-align: left;
  }
}
@media (max-width:767px){
  .hotelbox > dt{
    width: 100%;
    margin: 0 auto;
  }
  .hotelbox > dd{
    width: 100%;
    margin: 0 auto;
  }
  .hotelbox > dt{
    width: 100%;
  }
  .hotelbox > dd{
    width: 100%;
    padding: 15px 0 10px 0;
  }
}

.hotelbox > dt img{
  width: 100%;
}
.hotelbox .info {
  margin: 0 20px 10px;
  font-size: 120%;
}
@media (min-width:768px){
  .hotelbox:nth-child(odd) .info dt{
    border-right: 8px solid #013180;
    padding-right: 5px;
    color:#013180;
    margin-bottom: 5px;
  }
  .hotelbox:nth-child(odd) .info dd{
    padding-right: 13px;
    margin-bottom: 20px;
  }
  .hotelbox:nth-child(even) .info dt{
    border-left: 8px solid #013180;
    padding-left: 5px;
  }
  .hotelbox:nth-child(even) .info dd{
    padding-left: 13px;
    margin-bottom: 20px;
  }
}
@media (max-width:767px){
  .hotelbox .info {
    font-size: 130%;
  }
  .hotelbox .info dt{
    border-left: 8px solid #013180;
    padding-left: 5px;
    color:#013180;
    margin-bottom: 5px;
  }
  .hotelbox .info dd{
    padding-left: 13px;
    margin-bottom: 20px;
  }
}
.hotelbox > dd h4{
  font-size: 180%;
  font-family: 'Noto Serif JP', serif;
  margin-bottom: 5px;
  color:#013180;
  padding: 0 20px;
}
.hotelbox > dd .region{
  font-size: 120%;
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 0.2em;
  margin-bottom: 20px;
  padding: 0 20px 1px;
  background:#013180;
  color: #FFFFFF;
}
@media (min-width:768px){
  .hotelbox > dd h4.slim{
    transform:scaleX(0.95);
    transform-origin: left;
  }
}
@media (max-width:767px){
  .hotelbox > dd h4{
    font-size: 180%;
    padding: 0 15px;
  }
  .hotelbox > dd .region{
    font-size: 130%;
    font-weight: bold;
  }
}
/*-----スライドswiper カスタマイズ-共通-------------------*/
.swiper-container{
	width: 100%;
}
.swiper-container .swiper-slide img{
	width: 100%;
}
.swiper-pagination {
  width: 100%;
}
.swiper-pagination .swiper-pagination-bullet {
  margin: 0 5px;
}
.swiper-button-prev:focus,
.swiper-button-next:focus{
  outline: none;
}
/*-----inboxswiper--------------------*/
.swiper-container.inbox{
	margin:0 auto;
}
.swiper-pagination.inbox {
	bottom: 15px;
}
.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%;
}
.swiper-button-next.inbox{
	right:5px;
	top:48%;
}
@media (max-width:767px){
	.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%;
	}
}


