@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;}


/*759px以下*/
@media screen and (max-width: 759.9px) {
	small{
	font-size: 12px;
}
.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(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 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: 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;
}

}

/*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: 950px;
		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: 950px;
	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;
}

	
}


	/*------------利用方法-------------*/
#howto {
	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;
  }
}

#howto .step_unit {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin: 60px 0 20px;
}
#howto .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){
	#howto .step_box {
		width: 80%;
		margin: 0 auto 50px;
	}
}
#howto .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;
}
#howto .step_box img {
	max-width: 90%;
	margin: 10px auto;
}
img#qrcode {
	width: 70%;
}
#howto .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;
}

#howto 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;
}
#howto a.link_pdf img{
	width: 25px;
  margin-left: 5px;
}
@media screen and (max-width: 759.9px){
  #howto a.link_pdf {
    width: 60%;
    margin: -20px auto 60px;
    font-size: 120%;
    height: 50px;
    text-decoration: none;
  }
  #howto 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;
	}
