@charset "utf-8";
@import url('https://www.nta.co.jp/akafu/east/common/css/common.css');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;400;500&family=Noto+Serif+JP:wght@400;700&display=swap');
@import url('https://use.fontawesome.com/releases/v5.6.3/css/all.css');
/* CSS Document */
html{scroll-behavior:smooth;}
#wrapper {
	width: 100%;
	/*max-width:950px;*/
	margin:0 auto 10px;
	padding:0;
 	font-size:14px;
	line-height:1.6;
	font-family: 'Noto Serif JP', serif;
	overflow: hidden;
}
#wrapper *{
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
#wrapper a{
   word-break: break-all;  
}
#wrapper img{
  vertical-align: bottom;
} 
#wrapper h2,
#wrapper h3,
#wrapper h4 {
	font-weight: bold;
}
@media screen and (min-width: 760px){
   .pc_none{
    	display: none;
  }
}
@media screen and (max-width: 759.9px){
   .sp_none{
    	display: none;
  }
}
.disnon {
  display: none;
}
.text_red {
	color: #B20202;
}
.text_bold {
	font-weight: bold;
}
.text_normal {
	font-weight: normal;
}
.text_center {
	text-align: center;
}
.center_left {
	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;*/
}
.mgn_btm20 {
	margin-bottom: 20px;
}	
.marker {
	background: linear-gradient(transparent 80%, #ffd22c 80%);
	font-weight: bold;
}
.deco span{
	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: auto 90%;
}
@media screen and (max-width: 759.9px){
	.deco span{
		padding: 0 15px;
		background: url("../images/deco_left.png") no-repeat center left,url("../images/deco_right.png") no-repeat center right ;
		background-size: auto 90%;
	}
  .center_left {
    text-align: left;
  }
}
a.godetail{
	width: 31.3%;
	display:flex;
	margin: 0 1% 20px;
  padding-bottom: 5px;
  height: 50px;
	justify-content: center;
	align-items: center;
	text-align: center;
	text-decoration: none;
	background: url("../images/button.png") no-repeat center bottom;
	background-size:100% ;
	font-family: 'Noto Sans JP', sans-serif;
	z-index: 100;
  color: #FFFFFF;
}
a.godetail.chubu{
	background: url("../images/button_chubu.png") no-repeat center bottom;
	background-size:100% ;
}
a.godetail.green{
	background: url("../images/button_green.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;
}
a.btn{
  display: block;
  margin: 30px auto;
  width: 80%;
  max-width: 800px;
  background: #FF6600;
  color: #FFFFFF;
  padding: 5px 0 8px;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 110%;
}

@media screen and (max-width: 759.9px){
  a.godetail{
    width: 48%;
		margin: 0 1% 15px;
  	height: 50px;
    padding-bottom: 3px;
    font-size: 90% ;
  }
  a.btn{
    width: 90%;
    font-size: 90%;
  }
}
/*--------.page_roof-------------*/
.page_roof {
	position: relative;
	width: 100%;
  background: url("../images/top.jpg") no-repeat;
	background-size: cover;
	background-position: center center;
	height: 450px;
  margin-bottom: 30px;
}
.page_roof > .inner {
  position: absolute;
  top:0;
  left: 0;
  bottom: 0;
	width: 50%;
	margin: 0 auto 0 0;
}
.page_roof h2{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page_roof h2 img{
  width:85%;
  height:auto;
}
@media screen and (max-width: 759.9px){
  .page_roof {
    position: relative;
    width: 100%;
    height: 25vh;
	  margin-bottom: 10px;
  }
}
/*-------------ナビ-   --------------*/
.fixed {
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 1000;
}
/*-------------トップリード   --------------*/
#pageTopLead {
	margin: 0;
}
#pageTopLead > .inner {
	width: 100%;
	max-width: 950px;
	margin: 0 auto;
	padding: 40px 0;
	text-align: center;
}
#pageTopLead .inner  > p{
	font-size: 120%;
	font-weight: bold;
	line-height: 1.8;
}
#pageTopLead .inner  > p.attention{
	font-size: 100%;
	line-height: 1.6;
}
#pageTopLead .info{
  width: 70%;
  margin: 20px auto 10px;
  padding: 15px 25px 20px;
  text-align: center;
  border: 1px solid #cf6c8b;
}
#pageTopLead .info dl{
  display: inline-block;
  border-bottom: 2px dashed #CCCCCC;
  padding: 0 20px 10px;
  margin-bottom: 10px;
}
#pageTopLead .info dl dt{
  font-weight: bold;
	font-size: 110%;
  margin-bottom: 10px;
}
#pageTopLead .info dl dd{
  font-size: 110%;
}
#pageTopLead .info p{
  font-weight: normal;
  font-size: 100%;
	margin-top: 5px;
}
#pageTopLead .info p.caution{
  font-size: 100%;
}
#pageTopLead .info p.attention{
  font-size: 90%;
}
@media screen and (max-width: 759.9px){
	#pageTopLead > .inner p{
		font-size: 110%;
	}
  #pageTopLead .info{
    width: 80%;
    margin: 20px auto 10px;
    padding: 20px 15px;
  }
	#pageTopLead .info p.attention,
	#pageTopLead .info p.caution{
		text-align: left;
	}
	#pageTopLead .inner  > p.attention{
		text-align: left;
		width: 70%;
		margin: 0 auto;
	}
}
/*-------------SDGsトップリード   --------------*/
#sdgsTopLead {
	margin-bottom: 20px;
}
#sdgsTopLead .inner {
	width: 80%;
	max-width: 900px;
	margin: 0 auto;
	padding: 20px 0;
}
#sdgsTopLead .inner h2{
	width: 100%;
	max-width: 750px;
	margin: 0 auto 2em;
}
#sdgsTopLead .inner img{
	width: 100%;
}
#sdgsTopLead .inner .lead{
  width: 100%;
  margin: 0 auto 25px;
	font-size: 110%;
}
#sdgsTopLead h3 {
  border-bottom: 1px solid #888;
  color: #158122;
  display: flex;
  align-items: center;
  font-size: 140%;
  font-weight: 700;
  margin-bottom: 1em;
  padding: 0 0 0.75em 2.5em;
  position: relative;
  font-family: 'Noto Sans JP', sans-serif;
}
#sdgsTopLead h3::before {
  background: url("../images/icon_earth.png") no-repeat;
  background-size: cover;
  content: '';
  display: block;
  height: 2em;
  width: 2em;
  position: absolute;
  left: 0;
}
#sdgsTopLead h3::after {
  background-color: #158122;
  content: '';
  display: block;
  height: 4px;
  width: 3em;
  position: absolute;
  left: 0;
  bottom: -3px;
}
#sdgsTopLead .note{
  background-color: #dbebdd;
  margin: 2em 0;
  padding: 1em 2em;
}
#sdgsTopLead .note p{
  font-size: 110%;
}
#sdgsTopLead .note p em {
  color: #158122;
  display: block;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 0.5em;
  text-align: center;
}
@media screen and (max-width: 759.9px){
  #sdgsTopLead .inner .lead{
    margin: 0 auto 20px;
    font-size: 100%;
  }
  #sdgsTopLead h3 {
    font-size: 120%;
  }
}

/*-------------90th高山本線全線開通   --------------*/
.anniversary  {
  width: 100%;
  border: 4px solid #ED9A00;
  max-width:950px;
  margin: 0 auto 20px;
  border-radius: 10px;
}
.anniversary dl {
  width: 100%;
  display: flex;
  justify-content: center;
	align-items: center;
}
.anniversary dl dt {
  width: 20%;
  padding-left: 50px
  /*padding: 1.5em;*/
  /*background:red;*/
}
.anniversary dl dt img {
	width: 100%;
}
.anniversary dl dd {
  width: 80%;
	padding: 4em;
}
.anniversary dl dd .comment {
  font-size: 150%;
}
@media screen and (max-width: 759.9px) {
	.anniversary  {
     width: 90%;
     border: 3px solid #ED9A00;
     margin: 0 auto 40px;
     border-radius: 5px;
    }
	.anniversary dl {
		width: 100%;
		flex-direction: column;
	}
	.anniversary dl dt {
		width: 90%;
		padding: 1em;
	}
	.anniversary dl dd {
		width: 90%;
        padding: 1em;
	}
	.anniversary dl dd h2{
		font-size: 160%;
		margin-bottom: 20px;
	}
	.anniversary dl dd h2::before{
		width: 30px;
		height: 30px;
	}
}

/*-------------マップ  --------------*/
#map {
	margin-bottom: 40px;
}
#map h2 {
	text-align: center;
}

#map .map_tab_wrap {
  width: 100%;
	display: flex;
	flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.map_tab_wrap .map_unit{
  width:60%;
}
.map_tab_wrap .map_unit img{
  width:100%;
}
.map_tab_wrap #tab{
	width: 40%;
}
.map_tab_wrap #tab li{
	width: 100%;
	border: 1px solid #CCCCCC;
	margin:0 0.5% 10px;
	padding: 10px 10px;
	cursor: pointer;
}
.map_tab_wrap #tab li p{
	border-bottom: 1px dotted #CCCCCC;
	margin-bottom: 5px;
	padding-bottom: 5px;
  background: url("../images/icon_yubi.png")no-repeat center right 10px;
  background-size: 15px;
	font-weight: bold;
}
.map_tab_wrap #tab li:first-child p{
	border-bottom: none;
	margin-bottom: 5px;
	padding-bottom: 0px;
}
.map_tab_wrap #tab li p:hover{
  background-color:rgba(252,240,245,1);
}

.map_tab_wrap #tab li p i{
	color: red;
	margin-right: 5px;

}
.map_tab_wrap #tab li a{
	background: url("../images/icon_coupon.png")no-repeat center right;
	background-size: 27px;
	padding-right: 30px;
}
@media screen and (max-width: 759.9px){
  .map_tab_wrap .map_unit{
    width:80%;
    order: 2;
  }
  .map_tab_wrap #tab{
    width: 90%;
    order: 1;
  }
}
/*-------------ページコンテンツ   --------------*/
.pageContent {
  width: 100%;
	margin-bottom: 40px;
}
.pageContent .inner{
	width: 95%;
	max-width: 950px;
	margin: 0 auto;
}
/*-------------エリアコンテンツ   --------------*/
.area .inner{
	background: url("../images/box_upper.png")no-repeat top center,
		url("../images/box_bottom.png")no-repeat bottom center;
	background-size: 100%;
	padding: 20px 20px;
  position: relative;
}
.area:nth-child(odd) .inner{
	background: url("../images/box_upper2.png")no-repeat top center,
		url("../images/box_bottom2.png")no-repeat bottom center;
	background-size: 100%;
}
.area .inner > h2{
	writing-mode:vertical-rl;
	position: absolute;
	top:20px;
	left: 30px;
	color:#cd1c3a;
	font-size: 350%;
  white-space: nowrap;
  line-height: 1.2;
  font-weight: bold;
}
.area:nth-child(odd) .inner > h2{
	position: absolute;
	top:20px;
	right: 30px;
  left:auto;
}
@media screen and (max-width: 759.9px){
  .area .inner > h2{
    top:15px;
    left: 15px;
    font-size: 240%;
  }
  .area:nth-child(odd) .inner > h2{
    top:15px;
    right: 15px;
  }
}
.area .intro_access_unit{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
  margin:20px 0 30px 10%;
  width: 90%;
}
.area .comment{
  width: 90%;
  border-radius: 20px;
  margin: 10px auto 15px;
  font-size: 110%;
}
.area .h2_access_unit{
	display: flex;
	justify-content: space-between;
  margin:20px auto 30px;
  width: 90%;
}
.area:nth-child(odd) .intro_access_unit{
  margin:20px 10% 20px 0;
}
.area:nth-child(odd) .h2_access_unit{
	flex-flow: row-reverse;
}
.area .intro_access_unit .intro{
  width: 45%;
  padding: 20px 20px;
  flex-grow: 1;
  background: rgba(255,255,2555,0.8);
  border-radius: 20px;
}
.area .h2_access_unit h2 {
  width: 60%;
	color:#cd1c3a;
	font-size: 450%;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 759.9px){
  .area .h2_access_unit{
    width: 100%;
  }
  .area .h2_access_unit h2 {
    width: 10%;
    font-size: 260%;
    writing-mode:vertical-rl;
  }
}
.area .access{
  width: 100%;
  background-color:rgba(185,235,206,0.5);
  padding: 15px 10px 10px;
  border-radius: 10px;
  margin-left:15px;
  margin-right:0;
}
.area:nth-child(odd) .access{
  margin-left:0;
  margin-right:15px;
}

@media screen and (min-width: 760px){
	.area .intro_access_unit .access{
		width: 54%;
	}
	.area:nth-child(odd) .intro_access_unit.wide{
    margin:20px 15% 30px 0;
    width: 85%;
  }
	.area:nth-child(even) .intro_access_unit.wide{
    margin:20px 0 30px 15%;
    width: 85%;
  }
  .area .intro_access_unit.wide .intro{
    width: 100%;
    margin-bottom: 10px;
  }
  .area .intro_access_unit.wide .access,
	.area .intro_access_unit.wide .imagephoto{
    width: 100%;
  }
}
.area .intro_access_unit.wide .imagephoto{
    text-align: center;
}
.area .intro_access_unit.wide .imagephoto img{
	width: 100%;
}
.area .intro_access_unit.wide .imagephoto.width70 img{
	width: 70%;
}

.area .access h3{
  width: 100%;
	font-size: 110%;
	font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}
.area .access h4{
	font-size: 100%;
	font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}

.area .access h3 img{
  vertical-align: middle;
}
.area .access ul{
	width: 100%;
	margin:0 auto 10px;
	display: flex;
	align-items: center;
  justify-content: center;
  font-size: 90%;
  font-weight: bold;
}
.area .access .box{
	border: 1px solid #333333;
  background: #FFFFFF;
}
.area .access ul li p{
	padding: 20px 5px;
	text-align: center;
	width: 100%;
}
.area .access ul li.tatenaga p {
	padding: 50px 5px;
}

.area .access ul li p:nth-child(n + 2){
	margin-top: 10px;
}
.area .access ul li .arrow{
	padding:10px 10px 5px;
	border-bottom: 1px solid #333333;
	margin-bottom: 25px;
  position: relative;
}
.area .access ul li .arrow_dot{
	padding:10px 10px 5px;
	border-bottom: 1px dotted #333333;
	margin-bottom: 25px;
  position: relative;
}

@media screen and (min-width: 760px){
  .area .access ul li .arrow span{
    position: absolute;
    bottom: -22px;
    font-size: 90%;
    left:0;
    right:0;
    white-space: nowrap;
  }
}
.area .access ul li .arrow img{
  width: 20px;
  margin-right: 5px;
}
.area .access ul li .arrow_dot img{
  height: 20px;
}
@media screen and (max-width: 759.9px){
	.area .access .box.vertical{
		width: 30px;
	}
	.area .access ul li .arrow{
		padding:10px 5px 5px;
		font-size: 90%;
	}
	.area .access ul li .arrow_dot{
		padding:10px 5px 5px;
	}
	.area .access ul li .arrow img{
		width: 15px;
		margin-right:3px;
	}
}
.area .access .attention{
  text-align: right;
  margin-right: 20px;
}

@media screen and (max-width: 759.9px){
  .area .intro_access_unit{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding:0;
    margin:0 0 20px 0;
    width: 100%;
  }
  .area .intro_access_unit .intro {
    width: 90%;
  	padding: 15px;
    margin: 0 0 10px 10%;
  }
  .area:nth-child(odd) .intro_access_unit .intro {
    margin: 0 10% 10px 0;
  }
	.area:nth-child(odd) .intro_access_unit.wide .intro{
    margin: 0 20% 10px 0;
    width: 80%;
  }
	.area:nth-child(even) .intro_access_unit.wide .intro{
    margin: 0 0 10px 22%;
    width: 78%;
  }
  .area .access {
    width: 100%;
  }
}

.area .coupon_photo_unit{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
  padding: 0 20px;
	margin-bottom: 20px;
}
.area .coupon_photo_unit h3,
.area .photo_unit h3{
  width: 100%;
  text-align: center;
	color:#cd1c3a;
	font-size: 200%;
	margin-bottom: 20px;
  line-height: 1.4;
  font-weight: bold;
}
.area .coupon_photo_unit .coupon{
  width: 42%;
  padding: 20px 0;
}
.area .coupon_photo_unit.nophoto .coupon{
  width: 100%;
	max-width: 450px;
	margin: 0 auto;
	padding: 0;
}

.area .coupon_photo_unit .photo_unit{
  width: 55%;
}
.area .coupon_photo_unit .coupon > ul{
  margin: 10px 0 20px;
  font-size: 90%;
  border-top: 1px dotted #CCCCCC;
  border-bottom: 1px dotted #CCCCCC;
  padding: 10px 10px;
}
@media screen and (min-width: 760px){
  .area:nth-child(odd) .coupon{
    order: 2;
  }
  .area:nth-child(odd) .photo_unit{
    order: 1;
  }
  .area .intro_access_unit.wide .intro{
    order: 1;
  }
  .area .intro_access_unit.wide .access,
	.area .intro_access_unit.wide .imagephoto{
    order: 2;
  }
	.area .coupon_photo_unit.nophoto{
		margin: 30px auto 0;
		width: 90%;
		display: block;
	}
}
.area .coupon_photo_unit .coupon > h4{
  font-size: 110%;
  color: #3B7A5B;
  text-decoration: underline;
  text-underline-offset:5px;
  margin-bottom: 10px;
}
.area .modelcourse{
  background: #F3F3F3;
  border-radius: 10px;
  padding: 10px;
  margin: 10px 0;
}
.area .modelcourse h4{
  font-size: 100%;
  color: #3B7A5B;
}
.area .modelcourse ul{
}
.area .modelcourse li{
  font-size: 100%;
  text-indent: -4em;
  margin-left: 4em;
  margin-bottom: 10px;
}
.area .modelcourse li span{
  margin: 0 5px;
  font-size: 90%;
  color: #3B7A5B;
 	font-family: 'Noto Sans JP', sans-serif;
}
.area .modelcourse li img{
  width: 20px;
  margin:0 3px;
  vertical-align: middle;
}
img.icon_pdf{
	width: 25px;
	margin-left: 5px;
	margin-bottom: 5px;
}
.pageContent .coupon_photo_unit .photo_unit {
	width: 55%;
}
.pageContent .coupon_photo_unit .photo_unit img{
	width: 100%;
}
@media screen and (max-width: 759.9px){
  img.icon_pdf{
		width: 20px;
		margin-left:3px;
		margin-bottom: 5px;
		vertical-align: -10px;
	}
  .pageContent .coupon_photo_unit{
    padding: 0 10px;
  }
	.pageContent .coupon_photo_unit.nophoto{
		margin-top: 30px;
	}
  .area .coupon_photo_unit h3,
  .area .photo_unit h3{
    font-size: 160%;
  }
	.pageContent .coupon_photo_unit .coupon {
		width: 100%;
    padding:0 0;
	}
	.pageContent .coupon_photo_unit .photo_unit {
		width: 100%;
	}
}
.pageContent .yoyaku{
	width: 100%;
  text-align: center;
  margin-bottom: 10px;
}
.pageContent .yoyaku > p{
	font-size: 110%;
	margin-bottom: 20px;
  text-align: center;
}
.pageContent .yoyaku_unit{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
@media screen and (max-width: 759.9px){
  .pageContent .yoyaku_unit {
  }
}
.area .shop_unit {
  width: 95%;
  margin: 10px auto 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.area .shop_unit > p{
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.area .shop_unit .shop{
  width: 32%;
  display: flex;
  flex-direction: column;
  border: 1px solid #3B7A5B;
  padding: 8px;
  border-radius: 5px;
  justify-content: space-between;
  margin-bottom: 10px;
}
.area .shop h4 {
  font-size: 120%;
  color: #3B7A5B;
  text-align: center;
  padding: 5px;
  margin-bottom: 10px;
  /*border-bottom: 2px solid #3B7A5B;*/
  background: url("../images/bg_slash.png")repeat center;
  background-size: auto 100%;
}
.area .shop ul {
  font-size: 90%;
  margin-bottom: 10px;
}
.area .shop ul li{
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px dotted #3B7A5B;
}

.area .shop_unit .shop img{
  width: 100%;
}
@media screen and (max-width: 759.9px){
  .area .shop_unit {
    width: 100%;
    justify-content:center;
  }
  .area .shop_unit .shop{
    width: 80%;
  }
  .area .shop_unit > p{
    width: 85%;
    margin-left: 10%;
    margin-right: 5%;
  }
}
/*----2023-------------------*/
.carbonzero_unit {
  width: 95%;
  margin: 0 auto 20px;
  background: rgba(242,252,112,0.3);
  padding: 30px 30px 20px;
  border-radius: 20px;
}
.carbonzero_unit dl{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0 auto 20px;
}
.carbonzero_unit dl dd{
  width: 50%;
  padding: 20px 20px;
}
.carbonzero_unit p{
	font-size: 120%;
	margin-bottom: 10px;
}
.carbonzero_unit .departure span{
	background: #FFE500;
	padding: 3px 20px 5px;
	border-radius: 10px;
	margin:0 5px;
	font-size: 90%;
}
.carbonzero_unit dl dt{
  width: 25%;
	padding: 0 20px;
}
.carbonzero_unit dl dt img{
  width: 100%;
}
@media screen and (max-width: 759.9px){
	.carbonzero_unit {
		width: 100%;
		margin: 0 auto 20px;
		padding: 20px 10px;
		border-radius: 20px;
	}
  .carbonzero_unit dl {
    flex-direction: column;
    padding: 10px;
  }
  .carbonzero_unit dl dd{
    width: 100%;
    padding:0;
		text-align: center;
  }
  .carbonzero_unit dl dt{
    width: 60%;
    padding-bottom: 15px;
  }
	.carbonzero_unit .departure span{
		padding: 1px 20px 3px;
	}
}
/*-----スライドswiper カスタマイズ--------------------*/
.swiper-container{
	width: 100%;
	margin:0 auto 10px;
  background: rgba(255,255,255,0.6);
  padding-bottom: 30px;
}
.swiper-container .swiper-slide{
	text-align: center;
}
.swiper-container .swiper-slide img{
	width: 100%;
	/*margin-bottom: 5px;*/
}
.swiper-container .swiper-slide p{
	/*margin-bottom: 20px;*/
}
.swiper-container .swiper-pagination {
	bottom: 15px;
}
.swiper-pagination-bullet-active{
	background: #B20202;
}
.swiper-button-prev:focus,
.swiper-button-next:focus{
  outline: none;
}
.swiper-button-prev::after,
.swiper-button-next::after{
	font-size:20px;
	color: #FFF;
	font-weight: bold;
	opacity: 0.5;
}
.swiper-button-prev:hover::after,
.swiper-button-next:hover::after{
	opacity: 1;
}
.swiper-button-prev{
	left:5px;
	top:48%;
}
.swiper-button-next{
	right:5px;
	top:48%;
}
@media screen and (max-width: 759.9px){
	.swiper-button-prev::after,
	.swiper-button-next::after{
		font-size:30px;
	}
	.swiper-button-prev{
		left:5px;
		top:46%;
	}
	.swiper-button-next{
		right:5px;
		top:46%;
	}
}
dl.slide-content{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
dl.slide-content dd{
  width: 45%;
  text-align: left;
  padding: 0 10px;
  font-size: 110%;
}
dl.slide-content dt{
  width: 55%;
}
dl.slide-content ul{
  margin: 0 auto;
}
dl.slide-content ul li{
  text-indent: -1em;
  margin: 0 0 10px 1em;
}
dl.slide-content ul li::before{
  content: "◆";
  color: #3B7A5B;
}
dl.slide-content h4{
  color: #3B7A5B;
  font-size: 120%;
  margin:0 auto 10px;
}
@media screen and (max-width: 759.9px){
  dl.slide-content dd,
  dl.slide-content dt{
    width: 100%;
    font-size: 100%;
  }
  dl.slide-content ul,
  dl.slide-content h4{
    width: 90%;
  }
}
