@charset "utf-8";

/*PCSP共通設定*/
section:nth-of-type(odd){background-color:#fff;}
section:nth-of-type(even){background-color:#fff;}
html {scroll-behavior: smooth;}/*smooth scroll*/
main{
	margin-top: 0 !important;
}
main *{font-family: 'Noto Sans JP', sans-serif;}

strong{font-weight: bold;}

/*gadget*/
.disnone{display:none}
.fw-top .fw-mv-search {width: 100%;}

/*header/footer*/
#pc_header .HeadNav01,
#pc_header .HeadNav02,
#pc_header #Gnav,
#smp_header #headRMain li.area,
#smp_header #headRMain li.mycoupon,
#smp_header #headRMain li.menu {display:none!important;}

/*image100%*/
img {max-width: 100%;}

/*h1*/
h1{font-weight:bold;}


/* ------------------------------------------
	ex_select
------------------------------------------ */
#ex_select {
    border-bottom: 5px solid #0B318F!important;
    color: #000;
}
.fw-top .fw-btn-search-01,#ex_select li.select,.fw-top .fw-btn-detail-01, .fw-top .fw-btn-fix-flight, .fw-top .fw-btn-next-date, .fw-top .fw-btn-fix-train, .fw-top .fw-btn-detail-01-arr, .fw-top .fw-btn-fix-01, .fw-top .fw-btn-fix-01-arr,.difference a:before{
	background: #0B318F!important;
}
.fw-top .fw-checkbox--icon .fw-checkbox__input:checked + .fw-checkbox__label:before, .fw-top .fw-checkbox--normal .fw-checkbox__input:checked + .fw-checkbox__label:beforem,.difference a:before {
    background-color: #0B318F!important;
}
.fw-top .fw-checkbox--icon .fw-checkbox__label:before, .fw-top .fw-checkbox--normal .fw-checkbox__label:before {
    border: 1px solid #0B318F!important;
}
.fw-top .fw-search-top-accordion__trigger {
    border: 1px solid #0B318F!important;
}
.fw-top .fw-btn-search-01--hotel, .fw-top .fw-btn-search-01--air, .fw-top .fw-btn-search-01--jr {
    background: #0B318F!important;
}
.fw-top {color: #000!important;}

.fw-top .fw-btn-search-01.fw-is-disabled{
	 background: #ccc !important;
}

.plantxtarea p.space{
		margin-bottom: 10px;
	}


/*759px以下*/
@media screen and (max-width: 759.9px) {
	
.maparea{
		margin: 0 0 20px 0;
	}	
	
	.maptit{
		padding: 15px 0;
		margin: 0 0 10px 0;
		text-align: center;
		color: #ffffff;
		background-color:#9f9857;
		font-size: 16px;
		font-weight: bold;
	}

	.maptxt{
		font-size: 12px;
	}

/* =========================================================
◆photoswipe
========================================================= */
figure {
	position: relative;
	margin-top: 2%;
}

figure img {
	width: 100%;
	height: auto;
	padding: 0 2%;
}

figure:hover:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 60px;
	height: 60px;
	display: block;
	z-index: 99;
	background: url(../images/ic_zoom.png) no-repeat;
	background-size: 100% auto;
}

*, *:before, *:after {
	box-sizing: border-box;
}
	
#wrapper {line-height: 1.4;}
.spnone{display:none;}

/* CSS */
#dirPathBlock,
#anchorLinkBlock {
	font-size: 10px;
	margin: 1% 1% 0 1%;
}
#dirPathBlock p,
#anchorLinkBlock a{font-size: 12px;}
h1 {
	font-size: 12px;
	margin: 0 1%;
}
h2 {
	position: relative;
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 50px;
	padding: 0em 0 0.4em 1.8em;
	border-bottom: 2px solid #000;}
	
h2 span{
		font-size: 12px;
	}

h2:before{
	content: "■";
	font-size: 100%;
	position: absolute;
	color: #f9a4b5;
	top: -4px;
	left: 0px;
	width: 25px;
	height: 25px;
	}

h2:after{
	content: "■";
	font-size: 100%;
	position: absolute;
	color: #9e9756;
	top: 6px;
	left: 10px;
	width: 25px;
	height: 25px;
	}

.inner{
	width: 96%;
	margin: 0 2%;
	padding: 50px 0 0;
	box-sizing: border-box;
}

/*title*/
.maintitle{
		
	}
	
	.swiper-slide{
		position: relative;
	}
	
	.swiper-slide span{
		display: block;
		text-shadow: #000 1px 0 10px;
		color: #ffffff;
		position: absolute;
		bottom: 0;
		right: 0;
		font-size: 10px;
		text-align: right;
		background-color:  rgba(0, 0, 0, 0.2);
		padding: 5px;
		width: 100%;
	}
	.maincenter{
		max-width: 800px;
		width: 100%;
	}
	
	.maincenter img,
	.mainbottom img{
		width: 100%;
	}
	
	.mainbottom{
		max-width: 640px;
		width: 100%;
		margin: 0 auto;
	}
	
	
.navarea{
		background-color: #f9a4b5;
		margin: 0px 0px 0px !important;
		padding: 0px 0;
		
	}

	.navarea ul{
		display: flex;
		justify-content: center;
		list-style: none;
		flex-wrap: wrap;
		
		
	}
	
	.navarea ul li{
		border-right: dashed 1px #ffffff;
		border-bottom: dashed 1px #ffffff;
		font-size: 14px;
		text-align: center;
		width: 50%;
		display: flex;
        justify-content: center;
        align-items: center;
		
	}
	
	
	.navarea ul li:nth-of-type(2n){
		border-right:none !important;
	}
	.navarea ul li:nth-of-type(3){
		border-bottom:none !important;
	}
	/*
	.navarea ul li:nth-of-type(2){
		border-right:none !important;
	}*/
	
	.navarea ul li:last-of-type{
		border: none !important;
		/*width: 100%;*/
	}
	
	.navarea ul li a{
		display: block;
		font-weight: bold;
		color: #ffffff;
		padding: 10px 15px;
		text-decoration: none;
		
	}
	
	.navarea ul li a:hover{
		transition: 0.2s ;
	opacity: 0.6 ;
		background-color: #a09958;
	}
	
	.plantxtarea{
		margin: 0 0 50px 0;
	}
	
	.plantxtarea p{
		font-size: 14px;
		line-height: 1.8;
	}
	
	.btnarea{
	
		margin: 0px 0 50px 0;
	}
	
	.btnarea2{
		
		margin: 0px 0 0px 0;
	}
	
	.btnarea li{
		text-align: center;
		font-size: 12px;
	}
	
	.btnarea li,
	.btnarea2 li{
		margin: 0% auto 20px;
		position: relative;
	}
	
	.soon{
		text-align: center;
        background-color: rgba(0, 0, 0, 0.5);
        color: #ffffff;
        width: 100%;
        height: 100%;
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 18px;
        font-weight: bold;
        z-index: 1;
	}
	
	.btnarea li a,
	.btnarea2 li a{
		display: block;
		text-decoration: none;
		text-align: center;
		color: #ffffff;
		padding: 20px 10px;
		font-size: 14px;
		position: relative;
		
	}
	
	.btnarea li a:after,
	.btnarea2 li a:after{
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
	
	.btnarea li a:hover,
	.btnarea2 li a:hover{
		transition: 0.2s ;
	opacity: 0.6 ;
	}
	
	
	
	.detailarea{
		margin: 0 0 50px 0;
	}
	
	.detailarea p{
		font-size: 14px;
		line-height: 1.8;
	}
	
	.koutei{
		margin: 0 0 50px 0;
	}
	
	.kouteiin{
		position: relative;
	}
	
	
	.kouteibox1{
		margin: 0 0 30px 0;
	}
	.kouteibox1:last-of-type{
		margin: 0 !important;
	}
	
	.txt01{
		margin: 0 0 30px 0;
		font-size: 12px;
	}
	
	.tourtit{
		margin: 0 0 2rem 0;
        text-align: center;
        position: relative;
        padding: 0.5rem 0 1.5rem;
		background: linear-gradient(90deg, #efa0ae 0% 50%, #9c9556 50%);
    background-repeat: no-repeat;
    background-size: 4rem 0.2rem;
    background-position: bottom;
	}
	
	.subtit{
		font-size: 14px;
		margin: 0 0 20px 0;
	}
	
	.maintit{
		font-size: 18px;
		font-weight: bold;
	}
	
	
	.itineraryBox {
	border: 1px solid #9c9556;
	background: #FFF;
    margin: 0 10px 5px;
    padding: 10px 20px;
    font-size: 16px;
	line-height: 2.0;
} 

.itineraryBox img {
	vertical-align: middle;
	padding: 0 5px 3px;
}

.itineraryBox span {
	font-size: 14px;
}

	.itineraryBox strong{
		font-weight: bold;
	}

ul.infoList {
	font-size: 123.1%;
	    line-height: 1.8;
    margin: 15px 0 0 0;
}
ol.infoList2 {
	margin-top: 10px;
	font-size: 123.1%;
	line-height: 1.8;
}

	.nittei{
		 margin: 0 10px 10px;
    padding: 10px 20px;
		font-size: 14px;
		font-weight: bold;
		background-color: #9c9556;
		color: #ffffff;
	}
	
	.syuugou{
		font-size: 16px;
		border-bottom: 2px solid #9c9556;
		padding: 0 0 0px 0;
		margin: 0 0 15px 0;
		text-align: center;
		color: #FF0004;
		font-weight: bold;

	}
	
	.course{
		padding: 10px 10px;
        display: block;
		text-align: center;
        font-size: 16px;
        border-radius: 15px;
        margin: 0 0px 15px 0;
	}
	

/* =========================================================
◆ラジオ ON AIR
========================================================= */
.radioBox {
margin-bottom: 20px;
}

.radioBox .detail {
	width: 100%;
	text-align: center;
}

.radioBox .detail img {
	margin: 2% 0 1%;
	width: 100%;
}

.radioBox .photo {
	text-align: center;
	width: 70%!important;
	padding: 2% 0;
    margin: 0 15%;
}
	
	.radioBox .photo img{
		width: 100%;
	}

.radioBox .photo p {
	font-weight: bold;
    margin-top: 1%;
}

.radioCaption {
	text-align: center;
	font-size: 123.1%;
	font-weight: bold;
	margin-top: 2%;
}

.scheduleBox {

	line-height: 1.4;
	width: 100%;
	padding: 2% 0;
	margin-top: 1%;
	text-align: center;
	background: #FDD;
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */
}

.scheduleBox span {
    font-weight: bold;
	color: #F00;
}
	
	.syuzai_tit{
		font-size: 14px;
		text-align: center;
		margin: 30px 0 20px;
	}

/* =========================================================
◆slider
========================================================= */
.slider img {
	max-width: 100%;
	width: 100%;
	height: auto;
	padding: 0 1%;
}

.slider div p {
	font-size: 123.1%;
	padding: 2% 1%;
	text-align: left;
}

.slider div p img {
    float: left;
	max-width: 22px; 
    height: auto;
	padding: 0;
    margin-right: 1%;
}

.slider div p .lead {
	font-size: 110%;
}

.slide-arrow {
  position: absolute;
  top: 50%;
  margin-top: -15px;
}

.prev-arrow {
  left: -40px;
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 15px solid #113463;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  background: rgba(255,255,255,0); /*背景白を透過*/
}
.next-arrow {
  right: -40px;
  width: 0;
  height: 0;
  border-right: 0 solid transparent;
  border-left: 15px solid #113463;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  background: rgba(255,255,255,0); /*背景白を透過*/
}

.slick-slide {
	opacity: 0.5;
	background: rgba(255,255,255,0); /*背景白を透過*/
}

.slick-active {
	opacity: 0.5 ;
}
.slick-center {
	opacity: 1 !important;
}

.slide_selector{
	z-index: 1 !important;
	position: relative;
	overflow: hidden;
}


/* =========================================================
◆駅レンタカー
========================================================= */
.rentalcar {
    padding-bottom: 5%;
}

.rentalcar .photo {
	text-align: center;
	margin: 0 auto;
	padding-bottom: 2%;
}
    
.rentalcar .photo img {
	width: 100%;
}

.rentalcar .detail {
	font-size: 123.1%;
}

.rentalcar.detail dl {
    width: 100%;
}

.rentalcar .detail dt {
    width: 100%
}
    
.rentalcar .detail dd{
    width: 100%;
    margin-bottom: 5%;
}


.rentalcar .attention {
	
	margin: 2% 2% 5% 2%;
	border: 2px #F00 solid;
	padding: 2%;
	background: #FFF;
    font-size: 123.1%
}

.rentalcar .attention img {
    font-size: 120%; 
    width: 100%; 
    height: auto;
	padding: 0;
    margin-right: 1%;
    vertical-align: middle;
}

.rentalcar .attention .op img {
    max-width: 36px; 
    height: auto;
	padding: 0;
    margin-right: 1%;
    vertical-align: middle;
}

.rentalcar .attention strong {
	font-size: 120%;
	line-height: 1.5;
	text-align: center;
    font-weight: bold;
}

.rentalcar .attention .text01 {
	font-size: 110%;
    font-weight: bold;
    text-align: center;
}

.rentalcar .attention ul {
	line-height: 1.4;
	margin-top: 2%;
}

.rentalcar .attention ul li {
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -1em;
    margin-left: 1em;
    text-align: left;
}

.rentalcar .attention ul li:before {
	content: '◆';
}

.rentalcar .attention ul li.kome,
.rentalcar .attention ul li.komered {
	line-height: 1.4;
	padding-bottom: 8px;
	text-indent: -1em;
    margin-left: 1em;
}

.rentalcar .attention ul li.kome:before {
	content: '※';
}

.rentalcar .attention ul li.komered:before {
	content: '※';
    color: #FF0000;
}  
    
/*footer*/
footer {
	padding-bottom: 0px;
    background: #343474;}
	
footer #pagetop {
	text-align: right;
    position: fixed;
    bottom: 64px;
    right: 10px;
    z-index: 48;
	background: none;
}
footer #pagetop img {
	width: 32px;
	height: 33px;
}
footer p {
	font-size: 10px;
	background: #343474;
    text-align: center;
    color: #fff;
    margin: 25px 0 0;
    padding: 5px 0;
}


}

/*760px以上*/
@media screen and (min-width: 760px),print {
/* CSS */
	
	.maparea{
		margin: 0 0 20px 0;
	}	
	
	.maptit{
		padding: 15px 0;
		margin: 0 0 10px 0;
		text-align: center;
		color: #ffffff;
		background-color:#9f9857;
		font-size: 20px;
		font-weight: bold;
	}

	.maptxt{
		font-size: 14px;
	}

/* =========================================================
◆photoswipe
========================================================= */
figure {
	position: relative;
	margin-top: 20px;
}

figure img {
	width: 100%;
}

figure:hover:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 100px;
	height: 100px;
	display: block;
	z-index: 99;
	background: url(../images/ic_zoom.png) no-repeat;
	background-size: 100% auto;
}
	
#wrapper {line-height: 1.231;}
#dirPathBlock,
h1,
.iframe_end-content_gadget,
#anchorLinkBlock{
	width: 100%;
	max-width:970px;
	min-width:760px;
	margin: auto;
}

/*panlist&back*/
#dirPathBlock,
#anchorLinkBlock {
	width: 100%;
	margin: 0 auto;
	display: block;
	font-size: 12px;
}
#dirPathBlock p,
#anchorLinkBlock a{font-size: 12px;}
h1 {
	font-size: 14px;
    width: auto;
    max-width: 970px;
    margin: 0 auto 5px;
}
h2 {
	position: relative;
	font-size: 28px;
	font-weight: bold;
	margin: 0 0 50px;
	padding: 0em 0 0.4em 1.8em;
	border-bottom: 2px solid #000;}
	
	h2 span{
		font-size: 18px;
	}

h2:before{
	content: "■";
	font-size: 100%;
	position: absolute;
	color: #f9a4b5;
	top: -4px;
	left: 0px;
	width: 25px;
	height: 25px;
	}

h2:after{
	content: "■";
	font-size: 100%;
	position: absolute;
	color: #9e9756;
	top: 6px;
	left: 10px;
	width: 25px;
	height: 25px;
	}


.inner{
	width: 100%;
	max-width:970px;
	margin: 0 auto;
	padding:80px 0 0px;
	display: block;
}

/*title*/
	.maintitle{
		display: flex;
		justify-content: space-between;
	}
	
	.swiper-slide{
		position: relative;
	}
	
	.swiper-slide span{
		display: block;
		text-shadow: #000 1px 0 10px;
		color: #ffffff;
		position: absolute;
		bottom: 0;
		right: 0;
		font-size: 10px;
		text-align: right;
		background-color:  rgba(0, 0, 0, 0.2);
		padding: 5px;
		width: 100%;
	}
	.maincenter{
		max-width: 970px;
		width: 41%;
	}
	
	.maincenter img,
	.mainleft img,
	.mainright img{
		width: 100%;
	}
	
	.mainleft,
	.mainright{
		max-width: 640px;
		width: 29%;
	}
	
	
	.navarea{
		background-color: #f9a4b5;
		margin: 0px 0px 0px;
		padding: 20px 0;
		
	}

	.navarea ul{
		display: flex;
		justify-content: center;
		list-style: none;
		
	}
	
	.navarea ul li{
		border-right: dashed 1px #ffffff;
		font-size: 18px;
		text-align: center;
		
	}
	
	.navarea ul li:last-of-type{
		border: none !important;
	}
	
	.navarea ul li a{
		display: block;
		font-weight: bold;
		color: #ffffff;
		padding: 10px 20px;
		text-decoration: none;
		
	}
	
	.navarea ul li a:hover{
		transition: 0.2s ;
	opacity: 0.6 ;
		background-color: #a09958;
	}
	
	.plantxtarea{
		margin: 0 0 50px 0;
	}
	
	.plantxtarea p{
		font-size: 16px;
		line-height: 1.8;
	}
	
	.btnarea{
		display: flex;
		justify-content: center;
		align-items: end;
		margin: 0px 0 50px 0;
	}
	
	.btnarea2{
		
		margin: 0px 0 0px 0;
	}
	
	.btnarea li{
		width: 48%;
		margin: 0% 2% 0% 2%;
	}
	
	.btnarea2 li{
		width: 80%;
		margin: 0% auto 2%;
		position: relative;
	}
	
	.btnarea li{
		text-align: center;
		font-size: 14px;
		
	}
	
	.soon{
		text-align: center;
        background-color: rgba(0, 0, 0, 0.5);
        color: #ffffff;
        width: 100%;
        height: 100%;
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 24px;
        font-weight: bold;
        z-index: 1;
	}
	
	.btnarea li a,
	.btnarea2 li a{
		display: block;
		text-decoration: none;
		text-align: center;
		color: #ffffff;
		padding: 20px 10px;
		font-size: 18px;
		position: relative;
		
	}
	
	.btnarea li a:after,
	.btnarea2 li a:after{
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
	
	.btnarea li a:hover,
	.btnarea2 li a:hover{
		transition: 0.2s ;
	opacity: 0.6 ;
	}
	
	
	.detailarea{
		margin: 0 0 50px 0;
	}
	
	.detailarea p{
		font-size: 16px;
		line-height: 1.8;
	}
	
	.koutei{
		margin: 0 0 50px 0;
		
	}
	.kouteiin{
		position: relative;
	}
	
	.kouteibox1{
		margin: 0 0 30px 0;
	}
	
	.kouteibox1:last-of-type{
		margin: 0 !important;
	}
	
	.txt01{
		margin: 0 0 30px 0;
		font-size: 14px;
	}
	
	.tourtit{
		margin: 0 0 2rem 0;
        text-align: center;
        position: relative;
        padding: 0.5rem 0 1.5rem;
		background: linear-gradient(90deg, #efa0ae 0% 50%, #9c9556 50%);
    background-repeat: no-repeat;
    background-size: 4rem 0.2rem;
    background-position: bottom;
	}
	
	.subtit{
		font-size: 18px;
		margin: 0 0 20px 0;
	}
	
	.maintit{
		font-size: 24px;
		font-weight: bold;
	}
	
	
	.itineraryBox {
	border: 1px solid #9c9556;
	background: #FFF;
    margin: 0 10px 5px;
    padding: 10px 20px;
    font-size: 153.9%;
	line-height: 2.0;
} 

.itineraryBox img {
	vertical-align: middle;
	padding: 0 5px 3px;
}

.itineraryBox span {
	font-size: 80%;
}

ul.infoList {
	font-size: 123.1%;
	    line-height: 1.8;
    margin: 15px 0 0 0;
}
ol.infoList2 {
	margin-top: 10px;
	font-size: 123.1%;
	line-height: 1.8;
}

	.nittei{
		 margin: 0 10px 10px;
    padding: 10px 20px;
		font-size: 18px;
		font-weight: bold;
		background-color: #9c9556;
		color: #ffffff;
	}
	
	.syuugou{
		font-size: 18px;
		border-bottom: 2px solid #9c9556;
		padding: 0 0 0px 0;
		margin: 0 0 15px 0;
		text-align: center;
		color: #FF0004;
		font-weight: bold;

	}
	
	.course{
		padding: 10px 10px;
        display: inline-block;
        font-size: 18px;
        border-radius: 15px;
        margin: 0 15px 0 0;
	}
	
	
	
/* =========================================================
◆ラジオ ON AIR
========================================================= */
.radioBox {
    width: 970px;
	line-height: 1.2;
	overflow: hidden;
	margin: 0px auto 20px auto;
	font-size: 130%;
}

.radioBox .detail {
	float: left;
	width: 700px;
    margin-right: 10px;
}

.radioBox .detail img {
	width: 700px;
    margin-bottom: 5px;
}

.radioBox .photo {
	float: left;
	width: 230px;
	margin-bottom: 30px;
}

.radioBox .photo p {
	text-align: center;
	margin-top: 4px;
	font-weight: bold;
}

.radioBox .photo img {
	width: 230px;
	height: auto;
}

.radioCaption {
	text-align: center;
	font-size: 153.9%;
	font-weight: bold;
	margin-top: 30px;
}
	

.scheduleBox {
clear: both;
	line-height: 1.4;
	width: 80%;
	margin: 0 10% 10px;
	padding: 20px 0;
	margin-top: 10px;
	text-align: center;
	background: #FDD;
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */
}

.scheduleBox span {
	font-size: 120%;
    font-weight: bold;
	color: #F00;
}
	
	.syuzai_tit{
		font-size: 18px;
		text-align: center;
		margin: 0 0 30px 0;
	}


/* =========================================================
◆slider
========================================================= */
	
	.slidarea{
		margin: 50px 0 0 0;
	}	

.slider img {
	max-width: 100%;
	width: 100%;
	height: auto;
	padding: 0 10px;
}

.slider div p {
	font-size: 123.1%;
	padding: 0 10px 10px;
	text-align: left;
	line-height: 1.5;
}

.slider div p img {
    float: left;
	max-width: 32px; 
    height: auto;
	padding: 0;
    margin-right: 4px;
}

.slider div p .lead {
	font-size: 140%;
}

.slide-arrow {
  position: absolute;
  top: 50%;
  margin-top: -50px; /*矢印の高さ*/
  cursor: pointer;
}

.prev-arrow {
  left: -40px;
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 15px solid #113463;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  background: rgba(255,255,255,0); /*背景白を透過*/
}
.next-arrow {
  right: -40px;
  width: 0;
  height: 0;
  border-right: 0 solid transparent;
  border-left: 15px solid #113463;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  background: rgba(255,255,255,0); /*背景白を透過*/
}

.slick-slide {
	opacity: 0.5;
	background: rgba(255,255,255,0); /*背景白を透過*/
}

.slick-active {
	opacity: 0.5 ;
}

.slick-center {
	opacity: 1 !important;
}

.slide_selector {
	z-index: 1 !important;
	position: relative;
	overflow: hidden;
}


/* =========================================================
◆駅レンタカー
========================================================= */
.rentalcar {
    margin-bottom: 20px;
}

.rentalcar .photo {
	float: left;
	margin-right: 10px;
}

.rentalcar .photo img {
	width: 100%;
	height: auto;
}

.rentalcar .detail {
	width: 100%;
    font-size: 123.1%;
    font-weight: bold;
	line-height: 1.4;
    margin: 15px 0px;
}
    
.rentalcar .detail {
    font-size: 138.5%;
}

.rentalcar .detail dl {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
	padding: 3px 0;
}

.rentalcar .detail dt {
    width: 150px;
}
    
.rentalcar .detail dd {
    width: 700px;
}

.rentalcar .attention {
    
	font-size: 123.1%;
	line-height: 1.5;
	margin: 10px 0 30px;
	padding: 20px;
	border: 2px #F00 solid;
	text-align: left;
	background: #FFF;
}

.rentalcar .attention img {
    width: 100%;
    height: auto;
    display:inline-block;
    vertical-align: middle;
    margin-right: 3px;
}
    
.rentalcar .attention .op img {
    width: 40px;
    height: auto;
    display:inline-block;
    vertical-align: middle;
    margin-right: 3px;
}

.rentalcar .attention strong {
	font-size: 150%;
    font-weight: bold;
	line-height: 1.5;
	text-align: center;
}

.rentalcar .attention .text01 {
	font-size: 153.9%;
    font-weight: bold;
    text-align: center;
}

.rentalcar .attention ul{
	padding: 0;
	line-height: 1.5;
}

.rentalcar .attention ul li {
	list-style: none;
	line-height: 1.5;
	text-indent: -1em;
    margin-left: 1em;
    text-align: left;
}

.rentalcar .attention ul li:before {
	content: '◆';
}

.rentalcar .attention ul li.kome,
.rentalcar .attention ul.komered {
	list-style: none;
	line-height: 1.5;
	text-indent: -1em;
    margin-left: 1em;
}

.rentalcar .attention ul li.kome:before {
	content: '※';
}

.rentalcar .attention ul li.komered:before {
	content: '※';
    color: #FF0000;
}


/*footer*/
footer {
	padding-bottom: 0px;
    background: #343474;}
footer #pagetop {
    bottom: 10px;
    position: fixed;
    right: 20px;
    text-align: right;
    z-index: 50;
	background: none;
}
footer p {
	font-size: 12px;
	background: #343474;
    text-align: center;
    color: #fff;
    margin: 0;
    padding: 5px 0;
}



	
}


	/*------------利用方法-------------*/
/*{
	background: url("../images/bg_midokoro.png")repeat center;
	padding: 50px 0 0px;
	margin-bottom: 0px;
}*/
#howto > h3{
	width: 50%;
	background: #e2201b;
	font-size: 180%;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	line-height: 60px;
	margin:0 auto 30px;
}
@media screen and (max-width: 759.9px){
#howto > h3{
    width: 60%;
    font-size: 130%;
    line-height: 50px;
  }
}

.step_unit {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin: 60px 0 20px;
}
.step_box {
	width: 26.8%;
	margin: 0 1.5%;
	background: #FFFFFF;
	border: 2px solid rgba(236,109,109,0.6);
	border-radius: 20px;
	text-align: center;
	padding: 55px 15px 10px;
	position: relative;
}
@media screen and (max-width: 759.9px){
	.step_box {
		width: 80%;
		margin: 0 auto 50px;
	}
}
.step_box h4 {
	position: absolute;
	top:-30px;
	left: 0;
	right: 0;
	width: 100%;
	background: url("../images/bg_title_step.svg")no-repeat center center;
  background-size: contain;
	font-size: 160%;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	padding: 10px 0 20px;
}
.step_box img {
	max-width: 90%;
	margin: 10px auto;
}
img#qrcode {
	width: 70%;
}
.step_box .fukidashi {
	background: url("../images/fukidashi.png")no-repeat center center;
  background-size: contain;
	padding:30px 0 20px;
	margin-top: -10px;
}
.access_site {
	background: url("../images/icon_access.jpg")no-repeat left center;
  background-size: 40px;
	padding-left: 45px;
	text-align: left;
}
.entry_site {
	text-align: left;
	margin: 10px 0 15px;
}
.entry_site li{
	margin-bottom: 15px;
	text-indent: -1em;
	margin-left: 1em;
}
.entry_site li p.attention{
	margin-left: 1em;
}

a.link_pdf {
	width: 50%;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 30px auto;
	background: #e2201b;
	font-size: 180%;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.link_pdf img{
	width: 25px;
  margin-left: 5px;
}
@media screen and (max-width: 759.9px){
  a.link_pdf {
    width: 60%;
    margin: -20px auto 60px;
    font-size: 120%;
    height: 50px;
    text-decoration: none;
  }
  a.link_pdf img{
    width: 20px;
    margin-left: 5px;
  }
}
	
	
.marker {
  background: linear-gradient(transparent 75%, #fff799 75%);
font-weight: bold; 
}


.db{
	color: #0D16B3;
}


.courseA{
		background-color: #ff88af;
	    border: 2px solid #ffffff;
	}
	
	.courseB{
		background-color: #5bb557;
		    border: 2px solid #ffffff;
	}

.yadobtn a{
		background-color: #ff88af;
	}
	
	.jrbtn a{
		background-color: #5bb557;
	}

	.otherbtn a{
		background-color: #f4b335;
	}


/*760px以上*/
@media screen and (min-width: 760px),print {
/* --------------202410追記----------------------------
	jrsetInfo
------------------------------------------ */
#jrsetInfo.artcleWrap{
padding: 0;
}
.jrsetImg{
text-align: center;
    width: 70%;
    margin: auto;
}
	
.jrsetpoint li img{
	min-width: 175px;
}	
	
.jrsetTit{
display: flex;
justify-content: center;
align-items: center;
    margin: 6rem 0 2rem 0;
text-align: center;
}
.jrsetTit::before,
.jrsetTit::after {
	content: '';
	width: 110px;
	height: 6px;
	background-color: #FF73A0;
	margin: 0 13px;
}
.jrsetTit img{
		width: 85%;
}	
	
.jrsetpoint{
    display:flex;
    justify-content: space-between;
    margin: 2rem 0;	
}

.jrsetatt{
    text-align: center;	
    font-size: 1.1rem;
    font-weight: 600;
}

/* ------------------------------------------
	flow
------------------------------------------ */

/* stepBox
------------------------------------------ */
.stepContainer .slider_ex{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
}
.stepBox{
width: 260px;
margin: 15px 0 ;
padding: 0 70px 0 0;
background: #fff url("../images/arrow.png") no-repeat 293px 55%;
text-align: center;
}
.stepBox:nth-child(3){
padding: 0;
background: #fff;
}
.stepBox .stepTit{
padding: 0 0 10px 0;
}
.stepBox dl{
width: 230px;
margin: 0 ;
padding: 15px;
background: #FFCEDE;
border-radius: 20px;
}
.stepBox dl dt{
}
.stepBox dl dd{
display: flex;
justify-content: center;
flex-direction: column;
align-items: center;
height: 6em;
padding-top: 10px;
font-size: 18px;
font-weight: 600;
line-height: 1.3;
}
.stepBox dl dd .sizeS{
display: block;
font-size: 0.95rem;
}
.stepArrow{
padding:40px 0 0 2px;
}
.paypayatt{
    font-size: 1rem;
	font-weight: 600;
}

/* information
------------------------------------------ */
dd.icimg {
    display: flex;
    align-items: center;
    padding: 0!important;
}
dd.icimg img {
    width: 5%;
    flex: 1;
    margin: 0 1rem 0 0;
}	
dd.icimg p {
    flex: 17;
    font-size: 18px;
    font-weight: 600;
    color: #FF73A0;
}	
	
.information{
padding:20px 0;
}
.information dl{
padding-top: 20px;
}
.information dt{
font-size: 16px;
font-weight: 600;
}
.information dt::before{
content:"■";
padding-right: 3px;
}
.information dd{
padding: 2px 0 20px 0;
}
.information dd li::before{
content:"・";
font-size: 16px;
padding-right: 3px;
}
.icoMail{
position: relative;
padding: 0 5px 0 22px;
}
.icoMail a{
text-decoration: underline;
}
.icoMail::before{
position: absolute;
top:-5px;
left: 0;
font-family: 'Material Icons Outlined';
content: 'mail';
color: #666;
font-size: 1.1rem;
}
sup{
vertical-align: top;
}
.att{
font-size: 0.8rem;
}

.accordion-box {
    position: relative;
}
.accordion-box label {
    height: 80px; /* グラデーションの高さ */
    cursor: pointer;
    text-align: center;
    font-size: 12px;
    position: absolute;
    bottom: 0;
    width: 100%;

    /* 以下グラデーションは「背景が白」に併せて設定しています */ 
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
}
.accordion-box input:checked + label {
    background: inherit; /* 開いた時には背景グラデーションを消す */
}
.accordion-box label:after {
    content: "続きをよむ"; /* ラベルの文字 */
    letter-spacing: .05em;
    line-height: 2.5rem;
    position: absolute;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    color: #000;
    background-color: #ccc;
    width: 18.75rem;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.accordion-box label:before {
    content: "↓";
    font-weight: 700;
    position: absolute;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    background-color: #fff;
    z-index: 1;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    line-height: 20px;
}
.accordion-box input {
    display: none;
}
.accordion-box .accordion-container {
    overflow: hidden;
    height: 200px; /* 開く前に見えている部分の高さ */
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
}

.accordion-box input:checked + label {
    /* display: none ; 閉じるボタンは要らないとき */
}
.accordion-box input:checked + label:after {
    content: "閉じる";
}
.accordion-box input:checked + label:before {
    content: "↑";
}
.accordion-box input:checked ~ .accordion-container {
    height: auto;
    padding-bottom: 80px; /* 閉じるボタンのbottomからの位置 */
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
}

/* ------------------------------------------
	artcleWrap
------------------------------------------ */
.artcleWrap{
	width:970px;
	display:block;
	margin:0 auto 0;
	padding:60px 0 0 0;
	position:relative;
}


.inner02{
	background:#fff;
	width:970px;
	margin:40px auto 0 auto;
  padding: 70px 20px;
    border: 3px solid #ccc;
    border-radius: 20px;
    box-sizing: border-box;
}

.commonTit{
	text-align:center;
	margin-bottom:50px;
	font-family: "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

.commonTit span{
padding: 0 3px 20px 3px;
font-weight:600;
font-size:40px;
color:#000;
background: url(../images/tit_ptt.png) repeat-x 50% bottom;
letter-spacing: 1px;
}

.divlink{
position:relative;
}
.divlink a{
position: absolute;
top:0;
left: 0;
width: 100%;
height: 100%;
}
.divlink:hover{
	opacity: 0.8 ;
	transition: 0.2s ;
}

p.campaigntxt {
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    margin: 0 auto 20px;
}
    
.stepbox {
	position: relative;
	margin-bottom: 60px;
	padding: 42px 0;
	background: #fff;
	border-radius: 25px;
    border: 3px solid #ccc;
    box-sizing: border-box;
}
.stepbox h3 {
	position: absolute;
	top: -26px;
	left: 34px;
}
.stepbox p {
	font-size: 2.0rem;
}
.stepbox p span {
	font-size: 2.7rem;
	color: #0993b2;
}

.stepbox_li {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
}
    
.stepbox.stepbox03 ul {
	width: 680px;
	margin: 30px auto 0;
}
.stepbox.stepbox03 ul li {
	position: relative;
	width: 180px;
	font-size: 1.9rem;
}
.stepbox.stepbox03 ul li::after {
	content: '';
	display: block;
	position: absolute;
	top: 185px;
	right: -45px;
	width: 15px;
	height: 24px;
	background: url("../images/icon04.png") no-repeat center top;
	background-size: contain;
}
/*.stepbox.stepbox03 ul li:first-child::after {
	display: none;
}*/
.stepbox.stepbox03 ul li.last::after {
	display: none;
}
.stepbox.stepbox03 ul li p {
	min-height: 3.5em;
	font-size: 1.8rem;
	line-height: 1.3;
	font-weight: normal;
	text-align: left;
}
.stepbox.stepbox03 ul li img {
	width: 100%;
	margin-top: 10px;
    border: 1px solid #ccc;
}
.stepbox.stepbox03 ul li span {
	display: block;
	margin-top: 15px;
	text-align: left;
    font-size: 16px;
}
    .txt_rentacar {
        padding: 20px;
        font-size: 18px;
        text-align: center;
    }
    .bannerarea {
        text-align: center;
        padding: 0 0 60px;
    }
    .space_top{
        margin-top: 30px;
    }
    
}

/*759px以下*/
@media screen and (max-width: 759.9px) {
    
/* ------------------------------------------
	artcleWrap
------------------------------------------ */
.artcleWrap{
	width:100%;
	display:block;
	margin:0 auto;
	padding:30px 0 0 0;
	position:relative;
}

.inner02{
	margin:10px 15px ;
  padding: 20px 0;
	background:#fff;
}

.commonTit{
	text-align:center;
	margin-bottom:20px;
}

.commonTit span{
position: relative;
display:inline-block;
padding: 10px 2px 20px 2px;
font-size:1.5rem;
font-weight: 600;
line-height: 1.5;
color:#000;
background: url(../images/tit_ptt.png) repeat-x 50% bottom;
}
	
p.campaigntxt {
        text-align: center;
        font-size: 18px;
        font-weight: bold;
        margin: 0 auto 20px;
        padding: 0 20px;
}
    
/* ------------------------------------------
	flow
------------------------------------------ */

/* stepBox
------------------------------------------ */
.stepContainer{
padding-bottom :60px;
}

/*slider*/
#flow .slider_ex {
  margin: 0 auto;
  width: 100%;
}
.slick-dots{
position: absolute;
bottom: -35px;
display: block;
width: 100%;
padding: 0;
margin: 0;
list-style: none;
text-align: center;
}
.slick-dots li{
position: relative;
display: inline-block;
width: 30px;
height: 30px;
margin: 0 10px;
padding: 0;
cursor: pointer;
}
.slick-dots li button{
width:100%;
height:100%;
background:gray;
border-radius:50%;
color:#fff;
}
.slick-dots li.slick-active button{
background:#FF73A0;
}

.stepBox{
width: 86%;
margin: 10px auto ;
padding: 0;
background: #fff;
text-align: center;
}
.stepBox .stepTit{
padding: 0 0 5px 0;
}
.stepBox .stepTit img{
margin: 0 auto;
}
.stepBox dl{
width: 90%;
margin: 0 auto;
padding: 15px;
background: #FFCEDE;
border-radius: 20px;
}
.stepBox dl dt img{
height: 140px;
max-width: 220px;
margin: 0 auto;
}
.stepBox dl dd{
display: flex;
justify-content: center;
flex-direction: column;
align-items: center;
padding-top: 10px;
font-size: 1.1rem;
font-weight: 600;
line-height: 1.3;
height: 4em;
}
.stepBox dl dd .sizeS{
display: block;
font-size: 0.95rem;
}

.paypayatt{
padding: 0 10px 20px 10px;
font-size: 0.8rem;
text-align: center;
}


/* information
------------------------------------------ */
dd.icimg {
    display: flex;
    padding: 0.5rem 0!important;
}
dd.icimg img {
    width: 20%;
    flex: 1;
    margin: 0 1rem 0 0;
}	
dd.icimg p {
    flex: 4;
    font-size: 1.1rem;
    font-weight: 600;
    color: #FF73A0;
    line-height: 1.5;
}		
	
.information{
padding:10px 15px;
border-top:dashed 1px #ccc;
}
.information dl{
padding-top: 20px;
}
.information dt{
font-size: 1.1rem;
font-weight: 600;
}
.information dt::before{
content:"■";
padding-right: 3px;
}
.information dd{
padding: 2px 0 20px 0;
}
.information dd li::before{
content:"・";
font-size: 1.1rem;
padding-right: 3px;
}
.icoMail{
display: block;
position: relative;
padding: 0 5px 0 26px;
}
.icoMail a{
text-decoration: underline;
}
.icoMail::before{
position: absolute;
top:0;
left: 4px;
font-family: 'Material Icons Outlined';
content: 'mail';
color: #666;
font-size: 1.1rem;
}
sup{
vertical-align: top;
}
.att{
font-size: 0.8rem;
}

.accordion-box {
    position: relative;
}
.accordion-box label {
    height: 140px; /* グラデーションの高さ */
    cursor: pointer;
    text-align: center;
    font-size: 12px;
    position: absolute;
    bottom: 0;
    width: 100%;

    /* 以下グラデーションは「背景が白」に併せて設定しています */ 
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
}
.accordion-box input:checked + label {
    background: inherit; /* 開いた時には背景グラデーションを消す */
}
.accordion-box label:after {
    content: "続きをよむ"; /* ラベルの文字 */
    letter-spacing: .05em;
    line-height: 2.5rem;
    position: absolute;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    color: #000;
    background-color: #ccc;
    width: 18.75rem;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.accordion-box label:before {
    content: "↓";
    font-weight: 700;
    position: absolute;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
    background-color: #fff;
    z-index: 1;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    line-height: 20px;
}
.accordion-box input {
    display: none;
}
.accordion-box .accordion-container {
    overflow: hidden;
    height: 200px; /* 開く前に見えている部分の高さ */
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
}

.accordion-box input:checked + label {
    /* display: none ; 閉じるボタンは要らないとき */
}
.accordion-box input:checked + label:after {
    content: "閉じる";
}
.accordion-box input:checked + label:before {
    content: "↑";
}
.accordion-box input:checked ~ .accordion-container {
    height: auto;
    overflow: visible;
    padding-bottom: 80px; /* 閉じるボタンのbottomからの位置 */
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
}
    
/* ------------------------------------------
	jrsetInfo
------------------------------------------ */
#jrsetInfo.artcleWrap{
padding-top: 0;
    width:100%;
}
.jrsetImg{
text-align: center;
padding: 0 1.5rem;
}
.jrsetTit{
display: flex;
justify-content: center;
align-items: center;
margin: 40px 0 20px 0;
padding: 0 1.5rem;
text-align: center;
}
    .jrsetTit img {
        width:100%;
    }
.jrsetpoint{
display:flex;
flex-wrap:wrap;
justify-content: center;
gap:10px;
}
.jrsetpoint li{
width: 28%;
}
	
.jrsetatt{
    padding: 2rem 1rem 0rem;
    font-size: 0.8rem;
}

.stepbox {
	position: relative;
	margin-bottom: 60px;
	padding: 42px auto 20px;
	background: #fff;
	border-radius: 25px;
    text-align: center;
}
.stepbox h3 {
	position: absolute;
	width: 200px;
	top: -26px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.stepbox h3 img {
	width: 100%;
}
.stepbox p {
	font-size: 1.6rem;
    margin-bottom: 10px;
}
.stepbox p span {
	font-size: 2.0rem;
	color: #0993b2;
}
.stepbox_li {
	margin: 20px 0;
}
    
.stepbox.stepbox03 ul  {
	margin-top: 25px;
}
.stepbox.stepbox03 ul li {
	margin-bottom: 20px;
	padding-bottom: 35px;
	font-weight: normal;
	background: url("../images/smp_icon04.png") no-repeat center bottom;
}
.stepbox.stepbox03 ul li.last {
	padding-bottom: 0;
	background: none;
}
.stepbox.stepbox03 ul li p {
	font-weight: normal;
}
.stepbox.stepbox03 ul li img {
	width: 80%;
    border: 1px solid #ccc;
}
.stepbox.stepbox03 ul li span {
	display: block;
	font-size: 1.4rem;
	font-weight: bold;
	text-align: center;
    padding-top: 10px;
}
.txt_rentacar {
        padding: 20px;
        font-size: 18px;
        text-align: center;
    }
    .bannerarea {
        text-align: center;
        padding: 0 0 60px;
    }
    .bannerarea img {
        width:100%;
        padding: 0 0 50px;
    }
    .space_top{
        margin-top: 30px;
    }
    
    
}