@import "https://fonts.googleapis.com/css?family=Quicksand";
@charset "UTF-8";
/* ****************************************************
Title: sp_common.css
Created: 2011-01-24
Last Modified: 2012-10-12
***************************************************** */


/* Table Of Contents
----------------------------------------

# Smartphne Hide Content
# Visual
# Settings
# Layout
# Main
# GNav
# Sidebar
# Footer
# Clearfix
# Modules

----------------------------------------*/


/* # Smartphone Hide Content
---------------------------------------------------------------------------- */


/* # Visual
---------------------------------------------------------------------------- */
html,body{
	height: 100%;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, Helvetica, "Hiragino Kaku Gothic ProN","メイリオ", Meiryo, sans-serif;
}

#pageBody {
	background-color:#fff;
}


#visual {
	height: 340px;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
	width: 640px;
	zoom: 1;
}

#visual #visMainIn {
	/*height: 314px;
	overflow: hidden;
	zoom: 1;*/
}

#visual #visMainIn li {
	position: relative;
	height: 340px;
	padding-top: 10px;
	text-align: center;
	background-color:#fff;
}

#visual #visMainIn span.debug {
	color: #000;
	display: block;
	font-size: 72px;
	text-align: center;
	position: absolute;
	left: 0;
	top: 90px;
	width: 100%;
}

#visual .SAPager {
	bottom: 15px;
	position: absolute;
	right: 15px;
	text-align: right;
}

#visual .SAPager li:first-child {
	margin-left: 0;
}

#visual .SAPager li {
	display: inline-block;
	margin-left: 7px;
}

#visual .SAPager li a {
	background-color: #686767;
	display: inline-block;
	height: 14px;
	width: 14px;
}

#visual .SAPager li a.selected {
	background-color: #038d02;
}

#visual .SALRNav {
	left: 0;
	margin-top: -39px;
	position: absolute;
	top: 50%;
	width: 100%;
}

#visual .SALRNav a {
	display: block;
	height: 78px;
	width: 37px;
}

#visual .SALRNav .SALNav {
	left: 0;
	position: absolute;
}

#visual .SALRNav .SARNav {
	right: 0;
	position: absolute;
}

#visual .SALRNav .SALNav a { background: url(../img/sp/top/vis_btn_nav_l.png) no-repeat left center; }
#visual .SALRNav .SARNav a { background: url(../img/sp/top/vis_btn_nav_r.png) no-repeat left center; }


/* # Settings
---------------------------------------------------------------------------- */

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	position: relative;
	color: #333;
	font-size: 25px;
	line-height: 1.5;
	margin:0 auto;
	width: 640px;
	overflow-x:hidden;
}

h1,h2,h3,h4,h5,h6 {
	color: #000;
	font-weight: normal;
	line-height: 1.214;
}

a {
	color: #2c89d0;
	text-decoration: none;
}

table { width: 100%; }

input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
textarea {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

button {
	font-family: "ヒラギノ角ゴ Pro W6","HiraKakuPro-W6";
	font-weight: bold;
}


/* # Layout
---------------------------------------------------------------------------- */

#siteHd,
#gNav,
#visual,
#pageBody,
#siteFt {
	margin: 0;
	width: auto;
}

#gNav,
#topicPath,
#sidebar {
	display: none;
}

#content {
	position: relative;
}


/* # Header
---------------------------------------------------------------------------- */

#siteHd #siteHdAssist #siteHdNav2 {
	display: none;
}

#siteHd {
	padding: 20px 0 0 12px;
	position: relative;
}

#siteHd #siteId1 img{
	width: 292px;
	height: auto;
}

/*#siteHd #siteId2 {
	padding: 0 0 20px 18px;
}

#siteHd #siteId2 a {
	background: url(../img/pc/page/hd_bg_id.gif) no-repeat 0px top;
	background-size:contain;
	display: block;
	min-height: 58px;
}*/

#siteHd #siteHdLang,
#siteHd #siteHdSearchForm #siteHDSearchFormCont,
#siteHd #siteHdSearchForm #fmSiteHdSearchBtn {
	display: none;
}

#siteHd #siteHdSearchForm dt {
	position: absolute;
	right: 78px;
	top: 20px;
}

#siteHd #siteHdSearchFormIn img{
	height: 44px;

}

#siteHd #siteHdSearchForm #siteHDSearchFormCont {
	background-color: #e7f0f8;
	margin-bottom: 15px;
	padding: 30px 15px;
}

#siteHd #siteHdSearchForm #siteHDSearchFormCont #fmSiteHdSearchTxt {
	padding: 21px;
	width: 100%;
}

#headerarea {
position: relative;
z-index:3;
height: 80px;
width: 640px;
background-color: #fff;
top: 0;
box-shadow: 0 1px 8px #ddd;
-moz-box-shadow: 0 1px 8px #ddd;
-webkit-box-shadow: 0 1px 8px #ddd;
}

#spGNav {
	position: relative;
	/*margin-top: 60px;*/
	padding-top: 10px;
	height:60px;
}

/* # Main
---------------------------------------------------------------------------- */

#content {
	padding-left: 0 !important;
	padding-right: 0 !important;
	padding-top: 1em;
}

#content .mH {
	background-color: #f3e3ca;
	color: #948b3c;
	font-family: "ヒラギノ角ゴ Pro W6","HiraKakuPro-W6";
	font-weight: bold;
	margin-bottom: 16px;
	padding: 12px 15px;
}

#content #spNewsBtnList {
	position: relative;
	/*background-color: #e7f0f8;*/
	background-image:url(../img/sp/top/sp_bg.gif);
	padding: 15px;
	text-align: center;
}


#spNewsBtnList2 {
	position: relative;
	/*	background-color: #a2dcf7;*/
	background-color: #5ebeeb;
	padding: 15px;
	margin-top: 15px;
}

#spNewsBtnList2 li {
}

#spNewsBtnList2 li a {
	background-color: #fff;
	background: #fff url(../img/sp/page/ico_arrow04.gif) no-repeat 10px center;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #464646;
	display: block;
	font-family: "ヒラギノ角ゴ Pro W6","HiraKakuPro-W6";
	font-size: 81%;
	line-height: 1.2;
	padding: 13px 10px 13px 24px;
}


#content #recommendArea {
	background-color: #e7f0f8;
	margin-bottom: 15px;
}

#content #recommendArea h2 {
	margin-bottom: 0;
}

#content #recommendArea #recommendAreaIn {
	padding: 15px 54px;
	position: relative;
}

#content #recommendArea .caroufredsel_wrapper {
	margin: 0 auto !important;
}

#content #recommendArea #raList li {
	float: left;
	display: inline-block;
	padding: 0 6px;
}

#content #recommendArea #raLRNav {
	position: absolute;
	left: 50%;
	margin: -17px 0 0 -305px;
	top: 50%;
	width: 610px;
}

#content #recommendArea #raLRNav li#raLNav {
	position: absolute;
	left: 0;
	top: 0;
}

#content #recommendArea #raLRNav li#raRNav {
	position: absolute;
	right: 0;
	top: 0;
}

#content #spNewsBtnList li {
	display: inline-block;
	width: 45%;
	height:70px;
	background: #fff;
	margin-right: 5px;
	text-align: left;
	vertical-align: bottom;
}

#content #spNewsBtnList li:last-child {
	margin-right: 0;
}

#content #spNewsBtnList li a {
	/*background: #f2f2f2 url(../img/sp/top/ico_arrow03.png) no-repeat 20px center;*/
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #333;
	display: block;
	font-size: 1.2rem;
	line-height: 1.4;
	padding: 0.5em 1em;
	vertical-align: middle;
}

#content #spNewsBtnList li:after {
font-family: "FontAwesome";
content: "\f105";
position: relative;
font-size: 1em;
top: -2.25em;
left:255px;
width:1em;
color: #4c4c4c;
font-weight: normal;
}



#content #searchArea {margin-top: 20px;}


#content #searchArea #saTab {
	border-bottom: 3px solid #f2f2f2;
	font-size: 90%;
	margin: 0;
}

#content #searchArea #saTab li a.selected {
	background-color: #f2f2f2;
	border: 3px solid #f2f2f2;
	color: #2c2c2c;
}

#content #searchArea #saTab li a span.sTxt {
	font-size: 16px;
	display: block;
}

#content #searchArea .saSecList li {
	border-bottom: 1px dotted #808080;
	line-height: 1.2;
	overflow: hidden;
	font-weight:bold;
	font-size: 120%;
}

#content #searchArea .saSecList a {
	background: url(../img/sp/page/ico_arrow01.png) no-repeat right center;
	color: #2c89d0;
	display: block;
	padding: 28px 42px 28px 15px;
}

#content #searchArea .saSecList li:last-child {
	border-bottom: 1px solid #bfbfbf;
}

/* mPageTop */
#content .mPageTop {
	margin: 30px 0 51px;
	text-align: right;
}

#content .mPageTop a {
	background-color: #e7f0f8;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #616161;
	display: inline-block;
	*display: inline;
	line-height: 1;
	padding: 29px 40px;
	*zoom: 1;
}

#content .mPageTop a span {
	background: url(../img/sp/top/bg_pagetop.gif) no-repeat left center;
	font-family: "ヒラギノ角ゴ Pro W6","HiraKakuPro-W6";
	font-weight: bold;
	display: inline-block;
	*display: inline;
	padding: 0 0 0 36px;
	vertical-align: baseline;
	*zoom: 1;
}

/* # GNav
---------------------------------------------------------------------------- */

#spGNav h2 {
	background-color: #ff7357;
	color: #fff;
	font-family: "ヒラギノ角ゴ Pro W6","HiraKakuPro-W6";
	font-size: 28px;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 16px;
	padding: 12px 15px;
}

#spGNav ul {
	display:flex;
	flex:1;
	justify-content:space-around;
	align-items: center;
	margin-bottom: 10px;
}

#spGNav ul li {
	width:25%;
	align-items: center;
	text-align:center;
	line-height:2;
	border-right: 1px solid #ddd;
	padding-top: 7px;
}

#spGNav ul a {
	font-family: "ヒラギノ角ゴ Pro W6","HiraKakuPro-W6";
	color: #333;
}

#spGNav .icon1 {
	color: #a9894a;
	font-size: 1.2rem;
	font-weight: normal;
}

#spGNav ul li:last-child {
	border-right:none;

}

#spGNav ul li a {
	display:block;
	font-size: 0.8rem;
	/*background: #fff;*/
	line-height: 1.6;
}


/* # Sidebar
---------------------------------------------------------------------------- */

#sidebar h2 {
	background-color: #ff7357;
	color: #fff;
	font-family: "ヒラギノ角ゴ Pro W6","HiraKakuPro-W6";
	font-size: 28px;
  font-weight: bold;
	padding: 8px 15px;
}


/* # Footer
---------------------------------------------------------------------------- */

#siteFt {
	padding-top: 17px;
	background:#fff;
}

#siteFt #siteFtNav {
	background-color: #e7f0f8;
	padding: 15px;
}

#siteFt #siteFtNav li {
	margin-bottom: 10px;
}

#siteFt #siteFtNav li:last-child {
	margin-bottom: 0;
}

#siteFt #siteFtNav a {
	background-color: #fff;
	background: #fff url(../img/sp/page/ico_arrow04.gif) no-repeat 10px center;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #464646;
	display: block;
	font-family: "ヒラギノ角ゴ Pro W6","HiraKakuPro-W6";
	font-size: 81%;
	line-height: 1.2;
	padding: 13px 10px 13px 24px;
}

#siteFt #siteFtCopy {
	font-size: 16px;
	font-family: "ヒラギノ角ゴ Pro W6","HiraKakuPro-W6";
	line-height: 1.214;
	padding: 60px 27px 20px;
	text-align: left;
	background-color: #fff;
	position:relative;
}


#siteFt #siteFtCopy:after {
	background-image: url(../img/pc/page/footer_logo.png);
	background-size: contain;
	width: 150px;
	height: 60px;
	background-repeat: no-repeat;
	content: '';
	display: inline-block;
	visibility: visible;
	background-position: 0px 0px;
	position: absolute;
	bottom: 20px;
	right: 15px;
}

#siteFt #siteFtCopy small{padding-right: 120px;}


/* # Clearfix
---------------------------------------------------------------------------- */

#content .mCaseList li {
	zoom: 1;
}

#content .mCaseList li:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}


/* # Modules
---------------------------------------------------------------------------- */

.mSPHide,
.mHide { display: none; }

.mText,
.mUL,
.mOL {
	margin-bottom: 15px;
}

/* tab */
.uiTabArea .uiTabTit {
	display: none;
}

.uiTabArea .uiTab {
	border-bottom: 3px solid #ff7357;
	text-align: left;
	/*font-size: 75%;*/
}

.uiTabArea .uiTab li {
	display: inline-block;
	*display: inline;
	margin-left: 2px;
	margin-right: 5px;
	vertical-align: bottom;
	*zoom: 1;
}

.uiTabArea .uiTab li.last,
.uiTabArea .uiTab li:last-child {
	margin-right: 0;
}

.uiTabArea .uiTab li a {
	background-color: #e7f0f8;
	border: 3px solid #ccc;
	border-bottom: none !important;
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
	color: #000;
	*display: inline;
	display: inline-block;
	font-family: "ヒラギノ角ゴ Pro W6","HiraKakuPro-W6";
	font-weight: bold;
	line-height: 1.2;
	padding: 15px 12px;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	width: 176px;
	*zoom: 1;
}

.uiTabArea .uiTab li a.selected {
	background-color: #ff7357;
	border: 3px solid #ff7357;
	color: #fff;
}

.uiTabArea .uiTabTop,
.uiTabArea .uiTabTopLast {
	margin: 27px 15px 50px;
}

.uiTabArea .uiTabTopLast {
}

.uiTabArea .uiTabTop a,
.uiTabArea .uiTabTopLast a {
	background: #e7f0f8 url(../img/sp/page/bg_tabtop.gif) no-repeat 31px center;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #616161;
	display: inline-block;
	*display: inline;
	font-family: "ヒラギノ角ゴ Pro W6","HiraKakuPro-W6";
	font-weight: bold;
	line-height: 1.214;
	padding: 18px 31px 18px 68px;
	vertical-align: baseline;
	*zoom: 1;
}

/*------------------------------------------------------------------ */

.mCatIndexAreaSecItemThumb {
	display: none;
}


/* drawer menu */
/*------------------------------------------------------------------ */
.drawer-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 640px;
  height: 100%;
  padding-top: 150px;
  text-align: left;
  z-index: 1;
}
/* layout */
#layout {
  position: relative;
  width: 100%;
  height: 100%;
  background: #fff;
  /*-webkit-transition: all .5s ease;
  transition: all .5s ease;*/
  z-index: 2;
}
/* drawer menu button */
.drawer-menu-btn {
  position: fixed;
  top: 20px;
  left: 20px;
  width: 40px;
  height: 40px;
  padding: 5px;
  /*background: #ccc;*/
  cursor: pointer;
  z-index: 4;
}

/* drawer menu open */
.drawer-open #layout{
  /*
  -webkit-transform: translate3d(300px, 0, 0);
  transform: translate3d(300px, 0, 0);
	width: calc(100% - 300px);
 */
 z-index: -1;
}
.drawer-menu:after {
    content: "";
    background-color: rgba(5,5,5, 0.6);
    height: 100%;
    position: absolute;
    /*width: 1000px;*/
    width: 140px;
	top: 0;
    left: 100%;
    display: hidden;
      -webkit-transition: all 1s;
      -moz-transition: all 1s;
      -ms-transition: all 1s;
      -o-transition: all 1s;
      transition: all 1s;
      opacity: 0;
}
.drawer-open .drawer-menu:after {
    display: block;
    opacity: 1;
}
/* --------------------------------------------------- btn */
.btn__box {
	position: relative;
	text-align: center;
	z-index: 1;
}

.btn__box a {
	display: block;
	width: 198px;
	height: 38px;
	margin: 0 auto;
	line-height: 40px;
	font-size: 13px;
	color: #1a1e24;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	border: 1px solid #1a1e24;
}

.btn__box a:hover {
	color: #fff !important;
	background: #1a1e24;
}

.btn__box--svg {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 214px;
	height: 54px;
	margin: auto;
	z-index: -1;
}

.btn__box--svg rect {
	fill: transparent;
	stroke: #1a1e24;
	stroke-width: 1px;
	stroke-dasharray: 242px;
	stroke-dashoffset: 256px;
	-webkit-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}

.btn__box a:hover + .btn__box--svg rect {
	stroke-width: 2px;
	stroke-dasharray: 600px;
	stroke-dashoffset: 0;
}

/* --------------------------------------------------- side menu */
.drawer-menu {
	position: fixed;
	top: 0;
	right: 0;
	box-sizing: border-box;
	/*width: 300px;*/
	width: 80%;
	height:100%;
	padding-top: 150px;
	text-align: left;
	background: #E6CBA0;
	z-index: 1;
	display: none;
}

.drawer-menu ul li a {
	display: block;
	padding: 8px 0 8px 2px;
	margin: 2px 20px 2px 10px;
	color: #333;
	border-bottom: 1px dotted #999;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.drawer-menu ul > li a:hover {
	background: #EACFA4;
	color: #000;
	text-decoration: none;
}

.drawer-open .drawer-menu {
	display: block;
}

.drawer-open .drawer-menu ul li a {
	margin-left: 25px;
	-webkit-transition: all .6s;
	transition: all .6s;
	display: block;
}
/* --------------------------------------------------- ellipsis btn */
.drawer-menu-btn {
	position: absolute;
	/*background:#f3e3ca url(../img/all/menu.gif) 11px 11px no-repeat;*/
	background:#f3e3ca;
	float: right;
	top: 0;
	right: 0;
	left:auto;
	/*margin-top: -6px;
	margin-right: 22px;*/
	width: 52px;
	height: 70px;
	padding: 5px;
	cursor: pointer;
	z-index: 4;
}

.ellipsis-v {
	position: relative;
	display: block;
	cursor: pointer;
	width: 55px;
	height: 30px;
	top:29px;
}

.ellipsis-v:before{
	content:"MENU";
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	position:absolute;
	top:-28px;
	left: 2px;
	color:#a79b5e;
}

.ellipsis-v .point {
	position: absolute;
	left: 0;
	right: 0;
	display: block;
	width: 40px;
	height: 3px;
	margin: auto;
	background: #948b3c;
	/*box-shadow: 0 0 2px 0 #999;*/
	-webkit-transition: all .3s;
	transition: all .3s;
}

.drawer-open div.ellipsis-v .point.top,
.drawer-open div.ellipsis-v .point.bot{
	left:14px;
}

.ellipsis-v .point.top {
	top: 0;
}

.ellipsis-v .point.mid {
	top: 0;
	bottom: 0;
}

.ellipsis-v .point.bot {
	bottom: 0;
}

.drawer-menu-btn:hover .top {
	-webkit-transform: translateY(2px);
	-ms-transform: translateY(2px);
	transform: translateY(2px);
}

.drawer-menu-btn:hover .bot {
	-webkit-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	transform: translateY(-2px);
}

.drawer-open .drawer-menu-btn:hover .top,
.drawer-open .top {
	width: 40px;
	height: 3px;
	background: #948b3c;
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.drawer-open .mid {
	opacity: 0;
}

.drawer-open .drawer-menu-btn:hover .bot,
.drawer-open .bot {
	width: 40px;
	height: 3px;
	background: #948b3c;
	-webkit-transform-origin: left bottom;
	-ms-transform-origin: left bottom;
	transform-origin: left bottom;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.drawer-open .drawer-menu-btn:hover .bot,
.drawer-open .drawer-menu-btn:hover .top {
	background: #948b3c;
}

.gfont_01{
	font-family: 'Quicksand', sans-serif;
	letter-spacing: .07em;
}

#siteFt #siteFtNav li.bn-column a{position: relative;}

/*#siteFt #siteFtNav li.bn-column a:after {
content: '';
position: absolute;
display: inline-block;
top: 0;
right: 0;
background: url("../img/sp/top/bn_colum_bg.jpg") right center no-repeat;
background-size: contain;
width: 100%;
height: 100%;
}*/

#visual_main {
	height:400px;
	width:640px;
	position: relative;
}

#visual_main img {max-width: 100%;}

/* swiper */

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 0px!important;
    position: relative;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    /*font-size: 15px!important; font-weight: 700; height: 30px!important;*/
}

.swiper-pagination-bullet-active {
    background-color: #e53936!important;
}

.swiper-backface-hidden .swiper-slide {
/*    padding: 4px;*/
}

.swiper-button-next::after,
.swiper-button-prev::after {
    color: #000;
    font-size: 14px;
    font-weight: bold;
}

.swiper-button-next,
.swiper-button-prev {
    width: 34px;
    height: 34px;
    background: #ccc;
    border-radius: 100%;
    border: 0;
    top: inherit;
	bottom: 0;
}

@media only screen and (max-width: 767px) {
    .swiper-button-next,
    .swiper-button-prev {
        width: 28px;
        height: 28px;
    }
}

.swiper-pagination-bullet {
    opacity: 1;
    background-color: #f3e3ca;
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 10px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 10px));
}

.swiper-slide {
/*padding: 2px;*/
}

/*
.swiper-slide img {
    transition: 0.75s;
    filter: brightness(50%);
}

.swiper-slide-active img {
    filter: brightness(100%);
}
*/

/*
.swiper-slide {
    overflow: hidden;
    transition: .75s;
}

.swiper-slide {
  transform: scale(.8);
  transition: 1s;
}

.swiper-slide-active {
    transform: scale(1);
}
*/

.swiper .stopbtn {
    cursor: pointer;
    z-index: 100;
    width: 1.4rem;
    height: 1.4rem;
    text-align: center;
    line-height: 1rem;
    color: #948b3c;
    margin-left: 20px;
    position: relative;
    font-size: 1.4rem;
    border: 0;
    background: none;
    top: 8px;
    outline: none;
	font-weight: 500;
}

.swiper .stopbtn:focus:not(:fous-visible) {
outline: none;
}

.swiper .stopbtn:focus-visible {
outline: solid;
}

.swiper .stopbtn:hover {
    opacity: 0.75;
}

.swiper .stopbtn.stop:before,
.swiper .stopbtn.start:before {
    position: absolute;
    top: 5px;
    left: -2px;
}

.swiper .stopbtn.stop:before {
    font-family: 'icomoon';
    content: "\ea16";
}

.swiper .stopbtn.start:before {
    font-family: 'icomoon';
    content: "\ea15";
}

.d-flex {display: flex;}
.justify-content-center {justify-content: center;}



/* # Media Queries
---------------------------------------------------------------------------- */

/* for iPhone4X images */
@media only screen and (-webkit-min-device-pixel-ratio : 2),
only screen and (min-device-pixel-ratio : 2) {

}
