@charset "utf-8";

#dirPathBlock,
#anchorLinkBlock {color: #222;}
#dirPathBlock a,
#anchorLinkBlock a {color: #0065d6;}
h1{color: #222;}

section.bg16a4a0 div li:last-child{border-bottom:none;}
.copyright{text-align: right;}

/*759px以下*/
@media screen and (max-width: 759.9px) {
.txt_wrap {margin-bottom: 8%;}
.txt_wrap p {
	font-size:15px;
	line-height: 1.5;
}
.txt_wrap p strong {
	font-size:16px;
	font-weight:bold;
}

/*#title*/
/*.wave {
  position: absolute;
  height: 40px;
  width: 100%;
  background: #FFF;
  overflow-x: clip;
}
.wave::before, .wave::after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 100% 50%;
}
.wave::before {
  width: 55%;
  height: 109%;
  background-color: #16a4a0;
  right: -1.5%;
  top: 60%;
}
.wave::after {
  width: 55%;
  height: 100%;
  background-color: #fff;
  left: -1.5%;
  top: 40%;
}*/
#title {
	width:100%;
    margin: 0 0 5%;
	background: #16a4a0;
}
#title img {
    width: 96%;
    z-index: 1;
    position: relative;
    margin: auto;
    display: block;
    padding: 5px 0;
}

/*step*/
.step dt{
    font-size: 16px;
    line-height: 1.6;
	font-weight: bold;
}
.step dd{
    font-size: 14px;
    margin-bottom: 10px;
}

/*map*/
#link02 h2 {
    width: 96%;
    border-top: 3px solid #fff;
    border-bottom: 4px dotted #fff;
    color: #fff;
    margin: 0 auto 10px;
}
section.bg16a4a0 h3{color: #222;}
section.bg16a4a0 section ul {
    width: 96%;
    margin: 0 auto;
    background: #FFF;
    border-radius: 20px;
    padding: 15px;
    box-sizing: border-box;
}
section.bg16a4a0 section li{
	font-size: 14px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #000;
}
section.bg16a4a0 sectionli button{color: #0065d6;}
section.bg16a4a0 section li:last-child {border-bottom: none;}
.map {
    top: 12%;
    width: 100%;
    z-index: 9502;
    position: fixed;
    display: none;
}
.map .mapbox{
	width: 100%;
    height: auto;
    position: relative;
}
.map iframe {
	width: 100%;
    margin: 0;
    padding: 10px;
    background-color: #fff;
    box-sizing: border-box;
    display: block;
}
.map .close {
	color: #fff;
    cursor: pointer;
    background: #222;
    -webkit-appearance: none;
    width: 28px;
    height: 28px;
    line-height: 0;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 21px;
}
.bg16a4a0 li span{
    background: #000;
    width: 20px;
    height: 20px;
    display: inline-block;
    color: #FFF;
    text-align: center;
    border-radius: 12px;
    margin-right: 5px;
}
.bg16a4a0 li button {
	width: 100px;
    background: #16a4a0;
    color: #FFF!important;
    padding: 0 0 2px;
    margin-left: calc(96% - 100px);
    border-radius: 2px;
}

/*step*/
.step{margin-bottom:25px;}

/*高雄パス*/
#about_takao_pass nav li {
	width: calc(96% / 2);
	background: #FFF;
	color:#16a4a0;
	display: block;
	line-height: 1.4;
	font-size: 10px;
	padding: 10px 0;
	cursor: pointer;
}
#about_takao_pass nav li.select {
	background: #16a4a0;
	color:#FFF;
}
#about_takao_pass dl{width:100%;}
#about_takao_pass dd{
	font-size: 15px;
	line-height: 1.4;
}
#about_takao_pass dd > ul,
#about_takao_pass dd > p{margin-bottom: 5%;}
#about_takao_pass dd > ul.slick-slide-js {margin-bottom: 12%;}
#about_takao_pass dd > ul.slick-slide-js li {margin: 0 5px;}
#about_takao_pass .card-image img {
	width: 200px;
    height: auto;
    display: block;
    margin: 0 auto 15px;
}

#link04 h2 {
	color:#FFF;
}

}

/*760px以上*/
@media screen and (min-width: 760px),print {
.txt_wrap {margin-bottom: 5%;}
.txt_wrap p {
	font-size:16px;
	line-height: 1.8;
}
.txt_wrap p strong {
	font-size:20px;
	font-weight:bold;
}

/*#title*/
.wave {
  position: absolute;
  height: 40px;
  width: 100%;
  background: #FFF;
  overflow-x: clip;
}
.wave::before, .wave::after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 100% 50%;
}
.wave::before {
  width: 55%;
  height: 109%;
  background-color: #16a4a0;
  right: -1.5%;
  top: 60%;
}
.wave::after {
  width: 55%;
  height: 100%;
  background-color: #fff;
  left: -1.5%;
  top: 40%;
}
#title {
	margin-bottom:25px;
	background: #16a4a0;
	height: 300px;
}
#title img {
	width: 100%;
	max-width: 970px;
    max-height: 250px;
    margin: auto;
	padding-top:25px;
    display: block;
    z-index: 1;
    position: relative;
}
main article nav li {width: calc(94% / 3);}

/*plan_image*/
.plan_box_wrap01 .plan_box .plan_image{margin: 0 0 0 2%;}

/*step*/
.step dt{
    display: block;
    font-size: 20px;
    line-height: 2;
	font-weight: bold;
}
.step dd{
    display: block;
    font-size: 18px;
    line-height: 2;
	margin-bottom: 25px;
}

/*map*/
#link02 h2 {
    width: 96%;
    max-width: 970px;
    min-width: 760px;
    margin: 0 auto 15px;
    border-top: 3px solid #fff;
    border-bottom: 4px dotted #fff;
    color: #fff;
}
section.bg16a4a0 h3{color: #222;}
section.bg16a4a0 section ul{
	width: 100%;
    max-width: 970px;
    margin: 0 auto;
    background: #FFF;
    border-radius: 50px;
    padding: 50px;
    box-sizing: border-box;
}
section.bg16a4a0 section li{
    font-size: 18px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #000;
}
section.bg16a4a0 section li button{color: #0065d6;}
section.bg16a4a0 section li:last-child {border-bottom: none;}
.map {
    top: 12%;
	width: 100%;
    z-index: 9999;
    position: fixed;
    display: none;
}
.map .mapbox{
	width: 750px;
    height: 450px;
    position: relative;
    margin: auto;
}
.map iframe {
    margin: 0 auto;
    padding: 20px;
    background-color: #fff;
    box-sizing: border-box;
    display: block;
}
.map .close {
	color: #fff;
    cursor: pointer;
    background: #222;
    -webkit-appearance: none;
    width: 28px;
    height: 28px;
    line-height: 0;
    position: absolute;
    right: 75px;
    top: 0;
    font-size: 21px;
}
.bg16a4a0 li span{
    background: #000;
    width: 24px;
    height: 24px;
    display: inline-block;
    color: #FFF;
    text-align: center;
    font-weight: bold;
    border-radius: 12px;
    margin-right: 5px;
}
.bg16a4a0 li button {
	width: 150px;
    background: #16a4a0;
    color: #FFF!important;
    padding: 0 0 2px;
    margin-left: calc(100% - 150px);
    border-radius: 2px;
}
.bg16a4a0 li button:hover {opacity:0.8;}

/*step*/
.step{margin-bottom:25px;}

/*高雄パス*/
#about_takao_pass nav li {
	width: calc(96% / 2);
	background: #FFF;
	color:#16a4a0;
	display: block;
	line-height: 1.4;
	font-size: 16px;
	padding: 10px 0;
	cursor: pointer;
}
#about_takao_pass nav li.select {
	background: #16a4a0;
	color:#FFF;
}
#about_takao_pass dl{width:100%;}
#about_takao_pass dd{
	font-size: 18px;
	line-height: 1.5;
}
#about_takao_pass dd > ul,
#about_takao_pass dd > p{margin-bottom: 2%;}
#about_takao_pass dd > ul.slick-slide-js {margin-bottom: 5%;}
#about_takao_pass dd > ul.slick-slide-js li {margin: 0 10px;}
#about_takao_pass .card-image img {
	width: 300px;
	height: auto;
    display: block;
    margin: 0 auto 25px;
}

#link04 h2 {
	color:#FFF;
}

}