/* =================================================================
   common
   ================================================================= */

p { margin-bottom: 3rem;}

p.mb0 { margin-bottom: 0; }

h1 {
	font-size: 2rem;
    background: /*#e8f0fa*/#f7fac8;
    padding: 6.5%;
    text-align: center;
    margin-bottom: 10%;
}

h2 {
	font-size: 2rem;
    line-height: 1.2;
	padding: 0 0 10px 12px;
	border-bottom: 1px solid #ffd70b;
	margin-bottom: 10px;
	position: relative;
}

h2:before {
	content: "";
    display: block;
    width: 5px;
    height: 70%;
    position: absolute;
    left: 1px;
    top: 0;
    background: #009fe8;
}

h3.sub {
    font-size: 1.6rem;
    line-height: 1.8;
    padding: 0 0 10px 12px;
    position: relative;
}

h3.sub:before {
    content: "";
    display: block;
    width: 5px;
    height: auto;
    position: absolute;
    left: 1px;
    top: .5rem;
    bottom: 1.5rem;
    background: #ffd70b;
}



@media screen and (min-width: 769px) {

/* navi該当ページ色付け */

#access #top-head #global-nav ul li.access,
#highway #top-head #global-nav ul li.highway {
    background:#e8f0fa;
    border-bottom: 5px solid #ffd70b;
}

#access #top-head #global-nav ul li.access:hover:after,
#highway #top-head #global-nav ul li.highway:hover:after {
    z-index: -1;
}



p { font-size: 1.8rem;}

h1 {
    font-size: 2.7rem;
    padding: 2%;
    text-align: center;
    margin-bottom: 5%;
}

h2 {
    font-size: 2.4rem;
    margin-bottom: 25px;
}

}




/* =================================================================
   アクセス・ターミナル案内
   ================================================================= */

.accessBox {
    margin-bottom: 20%;
}

.accessBox p {
    margin-bottom: 1rem;
}

.staBox1 {
    margin-bottom: 5%;
    position: relative;
}

.staBox1 .map1_inner {
    position: absolute;
    width: 69%;
    top: 2.5%;
    left: 2%;
    opacity:0;
}

.staBox1.in .map1_inner {
    opacity:1;
    animation: pulse .5s both;
    -ms-animation: pulse .5s both;
    -webkit-animation: pulse .5s both;
    animation-delay: 1.5s;
}
@keyframes pulse {
0% {
    opacity:0;
    transform: scale3d(1, 1, 1);
    }
50%{
    opacity:1;
    transform: scale3d(1.1, 1.1, 1.1);
    }
100% {
    opacity:1;
    transform: scale3d(1, 1, 1);
    }
}

.staBox2 p {
    margin-bottom: 10%;
}

.accessBox .map iframe {
    width: 100%;
}

.accessBox ul.time {
    display: flex;
    flex-wrap: wrap;
    margin: 5% 0 10%;
}

.accessBox ul.time li {
    width: 49%;
    margin: 0 2% 2% 0;
    opacity: 0;
}

.accessBox ul.time li:nth-child(even) {
    margin-right: 0;
}

.accessBox ul.time li.slideup {
    animation:slideup 1s ease forwards;
    -webkit-animation:slideup 1s ease forwards;
}

.accessBox ul.time li:nth-child(2).slideup {
    animation-delay: .2s;
}

.accessBox ul.time li:nth-child(3).slideup {
    animation-delay: .4s;
}

.accessBox ul.time li:nth-child(4).slideup {
    animation-delay: .6s;
}
@keyframes slideup {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.routemap {
    opacity: 0;
}

.pon3 {
    opacity:1;
    animation: pon3 .5s both;
    -ms-animation: pon3 .5s both;
    -webkit-animation: pon3 .5s both;
    animation-delay: 1.2s;
}
@keyframes pon3 {
0% {
    opacity:0;
    transform: scale3d(1, 1, 1);
    }
50%{
    opacity:1;
    transform: scale3d(1.1, 1.1, 1.1);
    }
100% {
    opacity:1;
    transform: scale3d(1, 1, 1);
    }
}

.accessBox ul.note {
    margin: 8% 0;
}

.accessBox ul.note li {
    font-size: 1rem;
    line-height: 2;
}

.accessBox ul.note li:before {
    content: '※';
}

.accessBox ul.season li {
    width: 49%;
    margin: 0 2% 2% 0;
    float: left;
}

.accessBox ul.season li:nth-child(even) {
    margin-right: 0;
}

#facility {
    padding-top: 80px;
    margin-top: -74px;
}



@media screen and (min-width: 769px) {

.accessBox {
    margin-bottom: 15%;
}

.accessBox p {
    margin-bottom: 5%;
}

.staBox1 {
    float: left;
    width: 50%;
    margin-right: 5%;
}

.staBox2 {
    float: right;
    width: 45%;
}

.staBox2 p {
    margin-bottom: 10%;
}

.accessBox .map2 {
    width: 57%;
    margin: 0 auto;
}

.accessBox .map3 {
    width: 78%;
    margin: 0 auto;
}

.accessBox ul.time {
    margin: 0 0 5%;
    justify-content: space-between;
}

.accessBox ul.time li {
    width: 24%;
    margin: 0;
}

.imgBox1 {
    float: left;
    width: 72%;
}

.imgBox2 {
    float: right;
    width: 24%;
}

.accessBox ul.season li {
    width: 100%;
    margin: 0 0 2% 0;
    float: none;
}

.accessBox ul.note li {
    font-size: 1.6rem;
    line-height: 1.8;
}

#facility {
    padding-top: 200px;
    margin-top: -185px;
}

}





/* =================================================================
   高速路線バス
   ================================================================= */

.field {
    margin: 10% 0 0;
}

.field dl {
    margin-bottom: 10%;
}

.field dt {
    font-size: 1.7rem;
    position: relative;
    padding-left: 2rem;
}

.field dt:before {
    content: '';
    width: 10px;
    height: 10px;
    border-top: solid 2px;
    border-right: solid 2px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    color: #09f;
}

.field dd {
    font-size: 1.7rem;
    padding-left: 2rem;
}

.field dd a {
    color: #09f;
    display: inline;
}

.field dd a:hover {
    color: #ffd70b;
}

.networkMap {
    position: relative;
}

.networkMap .main_inner2 {
    position: absolute;
    width: 92%;
    top: 30.5%;
    right: 0;
    opacity: 0;
}

.networkMap .main_inner1 {
    position: absolute;
    width: 14.5%;
    top: 64.7%;
    right: 27.8%;
    opacity: 0;
}

.pon {
    opacity:1;
    animation: pon .5s both;
    -ms-animation: pon .5s both;
    -webkit-animation: pon .5s both;
    animation-delay: .5s;
}
.pon2 {
    opacity:1;
    animation: pon .5s both;
    -ms-animation: pon .5s both;
    -webkit-animation: pon .5s both;
    animation-delay: 1s;
}
@keyframes pon {
0% {
    opacity:0;
    transform: scale3d(1, 1, 1);
    }
50%{
    opacity:1;
    transform: scale3d(1.1, 1.1, 1.1);
    }
100% {
    opacity:1;
    transform: scale3d(1, 1, 1);
    }
}





@media screen and (min-width: 769px) {

.field {
    margin: 5% 0 0;
}

.field dl {
    display: flex;
    line-height: 2;
    margin-bottom: 1%;
}

.field dt {
    width: 22%;
    font-size: 1.8rem;
}

.field dt:after {
    content: "";
    display: block;
    width: 1px;
    height: 60%;
    position: absolute;
    right: 12%;
    top: 15%;
    background: #333;
}

.field dd {
    width: 78%;
    font-size: 1.8rem;
    padding-left: 0;
}

.field img {
    display: block;
    margin: 10% auto 0;
    width: 72%;
}

.networkMap {
    width: 72%;
    margin: 5% auto 0;
}

}



@media screen and (min-width: 980px) {

.field dt {
    width: 16%;
}

.field dd {
    width: 84%;
}

}



/* =================================================================
   よくあるご質問
   ================================================================= */

.accordionbox {
    margin-bottom: 5%;
}

.accordionbox:last-child {
    margin-bottom: 15%;
}

.accordionbox h3 {
    font-size: 1.8rem;
    color: #fff;
    background: #ffd70b;
    padding: 1% 1% 1% 3%;
    margin-bottom: 3%;
}

.accordionlist {
    margin-bottom: 5%;
    padding-bottom: 5%;
    border-bottom: 1px solid #ffd70b;
}

.accordionlist:first-of-type {
    margin-top: 5%;
}

.accordionlist p {
    margin-bottom: 0;
}

.accordionlist dt {
    display: block;
    padding: 0 10% 0 10%;
    position: relative;
    overflow: hidden;
}

.accordionlist dt:after {
    content: 'Q.';
    color: #ffd70b;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 3%;
    font-size: 1.5rem;
    height: 100vw;
    font-weight: bold;
}

.accordionlist dt .title {
    font-size: 1.5rem;

}

.accordionlist dd {
    display: none;
    padding: 20px 10% 2% 10%;
    font-size: 1.5rem;
    position: relative;
    line-height: 1.6;
}

.accordionlist dd:after {
    content: 'A.';
    color: #09f;
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px 3% 2%;
    font-weight: bold;
    line-height: 1.6;
}

.accordionlist dd a {
    display: inline;
    color: #09f;
}

.accordion_icon,
.accordion_icon span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
}

.accordion_icon {
    position: absolute;
    width: 3%;
    height: auto;
    top: 0;
    bottom: 0;
    right: 5%;
    margin: 0 auto;
}

.accordion_icon span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #ffd70b;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
}

.accordion_icon span:nth-of-type(1) {
    top: 50%;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}

.accordion_icon span:nth-of-type(2) {
    top: 50%;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

/*＋、－切り替え*/
.accordion_icon.active span:nth-of-type(1) {
    display:none;
}

.accordion_icon.active span:nth-of-type(2) {
    top: 50%;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.faqBox p {
    margin-bottom: 0;
}

.faqBox p span {
    display: inline-block;
}

.faqBox h3.tit_bl {
    margin-bottom: 5%;
}



@media screen and (min-width: 769px) {

.accordionbox:last-child {
    margin-bottom: 10%;
}

.accordionbox h3 {
    font-size: 2.2rem;
    padding: .5% .5% .5% 1%;
}

.accordionlist {
    margin-bottom: 2%;
    padding-bottom: 1%;
}

.accordionlist:first-of-type {
    margin-top: 0;
}

.accordionlist p {
    font-size: 2rem;
}

.accordionlist dt:after {
    padding: 0 1%;
    font-size: 2rem;
}

.accordionlist dt {
    padding: 0 5% 0 4%;
}

.accordionlist dt .title:hover {
    cursor: pointer;
}

.accordionlist dd {
    padding: 1% 5% 1% 4%;
    font-size: 2rem;
}

.accordionlist dd:after {
    padding: 1% 1% 1%;
}

.accordionlist dd a:hover {
    color: #ffd70b;
}

.accordion_icon {
    width: 1.5%;
    right: 2%;
}

.faqBox h3.tit_bl {
    margin-bottom: 3%;
}

.faqBox p {
    font-size: 2rem;
}

}





/* =================================================================
   サイト利用規約
   ================================================================= */

.termsBox {
    margin-bottom: 30px;
}

h3.tit_bl {
    font-size: 1.6rem;
    line-height: 1;
    padding: 0 0 10px 12px;
    position: relative;
}

h3.tit_bl:before {
    content: "";
    display: block;
    width: 5px;
    height: 70%;
    position: absolute;
    left: 1px;
    top: 0;
    background: #009fe8;
}

.termsBox ol {
    counter-reset: coNumber;
}

.termsBox ol li {
    position: relative;
    padding-left: 2em;
    font-size: 1.5rem;
}

.termsBox ol li:before {
    position: absolute;
    top: 0;
    left: 0;
    counter-increment: coNumber;
    content: "(" counter(coNumber) ")";
    width: 2em;
}

.termsBox ul li {
    padding-left: 1em;
    font-size: 1.5rem;
    position: relative;
}

.termsBox ul li:before {
    position: absolute;
    content: "・";
    left: 0;
}



@media screen and (min-width: 769px) {

.termsBox {
    margin-bottom: 5%;
}

h3.tit_bl {
    font-size: 2rem;
}

.termsBox ol li {
    font-size: 1.8rem;
}

.termsBox ul li {
    font-size: 1.8rem;
}

}





/* =================================================================
   サイトマップ
   ================================================================= */

.sitemapBox ul li {
    position: relative;
    padding-left: 2rem;
    margin-bottom: 20px;
}

.sitemapBox ul li:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    height: 0;
    width: 0;
    border-style: solid;
    border-width: 6px 0 6px 9px;
    border-color: transparent transparent transparent #0095ff;
}

.sitemapBox ul li a {
    font-size: 1.8rem;
}



@media screen and (min-width: 769px) {

.sitemapBox ul li {
    padding-left: 2.5rem;
    margin-bottom: 20px;
}

.sitemapBox ul li:before {
    border-width: 9px 0 9px 12px;
    transition: .3s ease;
}

.sitemapBox ul li:hover:before {
    position: absolute;
    content: '';
    top: 0;
    left: 1rem;
    bottom: 0;
    margin: auto;
    height: 0;
    width: 0;
    border-style: solid;
    border-width: 9px 0 9px 12px;
    border-color: transparent transparent transparent #ffd70b;
}

.sitemapBox ul li a {
    font-size: 1.8rem;
}

.sitemapBox ul li a:hover {
    color: #ffd70b;
}

}