@charset "utf-8";
html[lang="ja"] {
    margin: 0 !important;
}
body {
    font-size: 3.6vw;
    margin: 60px 0 0;
    counter-reset: number 0;
}
.inner {
    width: 90%;
    margin: auto;
}
.pc-only {
    display: none !important;
}
#wpadminbar {
    display: none !important;
}
@media all and (min-width:501px) {
    body {
        font-size: 18px;
    }
}
.ad-box {
    text-align: center;
    margin: 30px 0;
}
/* == parts ============================================== */
.title_center {
    font-size: 150%;
    font-weight: 400;
    text-align: center;
    margin: 0 0 4%;
    line-height: 1.5;
}
.title_center.icon-bus {
    background: url("../img/icon-bus.svg") no-repeat right 18% center;
    background-size: auto 80%;
}
.lead_center {
    text-align: center;
    line-height: 2.3;
    font-size: 110%;
    margin: 0 0 5%;
}
.lead_center-small {
    text-align: center;
    line-height: 2;
    font-size: 90%;
    margin: 0 0 5%;
}
.btn_back {
    width: 70%;
    max-width: 400px;
    margin: 40px auto;
    text-align: center;
}
.btn_back a {
    display: block;
    padding: 10px 0;
    border-radius: 6px;
    background: #0A4F8B;
    color: #fff;
    font-weight: 600;
    font-size: 115%;
}
.btn_base{
    width: 260px;
    margin: 50px auto 75px;
    border:solid 1px #999;
    box-sizing: border-box;
    text-align: center;
}
.btn_base a{
    display: block;
    font-weight: 600;
    padding: 15px 0;
    background: url(../img/icon-arrow) no-repeat right 10px center;
    background-size: 24px;
}
/* == header ============================================== */
header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1000;
    box-shadow: 0 -1px 3px 1px #999;
}
header .h-inner {
    padding: 12px;
    position: relative;
    overflow: hidden;
    background: #fff;
}
header .h-inner .h-title {
    font-size: 20px;
}
header .h-inner .icon-lang {
    position: absolute;
    top: 19px;
    right: 55px;
    width: 20px;
}
header .h-inner .icon-lang img {
    width: 100%;
}
header .h-inner .sp_nav-btn {
    position: absolute;
    right: 12px;
    top: 20px;
    width: 30px;
    height: 17px;
}
header .h-inner .sp_nav-btn span {
    display: inline-block;
    background: #333;
    width: 70%;
    height: 3px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    transition: all .5s;
}
header .h-inner .sp_nav-btn span:nth-child(1) {
    top: 0;
}
header .h-inner .sp_nav-btn span:nth-child(2) {
    top: 0;
    bottom: 0;
}
header .h-inner .sp_nav-btn span:nth-child(3) {
    bottom: 0;
}
body.nav__open header .h-inner .sp_nav-btn span:nth-child(1) {
    transform: translateY(7px) rotateZ(45deg);
}
body.nav__open header .h-inner .sp_nav-btn span:nth-child(2) {
    opacity: 0;
}
body.nav__open header .h-inner .sp_nav-btn span:nth-child(3) {
    transform: translateY(-7px) rotateZ(-45deg);
}
/* == footer ============================================== */
footer {
    background: #0B0852;
    padding: 5% 3%;
}
footer .f-logo {
    width: 40%;
    margin: 0 auto 5%;
    text-align: center
}
.list_sns {
    text-align: center;
    margin: 0 0 4%;
}
.list_sns li {
    display: inline-block;
    vertical-align: top;
    width: 25px;
    margin: 0 5px;
}
.list_sns li img {
    width: 100%;
}
footer .copyright {
    text-align: center;
    color: #fff;
    font-size: 88%;
}
/* == frontpage ==============================================*/
.block_front-top {
    height: 0;
    position: relative;
    padding: 80% 0 0;
    background: url(../img/main-bg.jpg) no-repeat center;
    background-size: contain;
    margin: 0 0 7%;
}
.search-box {
    width: 75%;
    margin: auto;
    position: relative;
}
.block_front-top .search-box {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 12%;
}
.search-box input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: solid 1px #999;
    vertical-align: middle;
}
.search-box input[type="text"] {
    width: 100%;
    padding: 10px 40px 10px 10px;
    background: rgba(255, 255, 255, .9);
}
.search-box input[type="submit"] {
    width: 40px;
    height: 40px;
    background: url("../img/icon-search.svg") no-repeat center;
    position: absolute;
    right: 0;
    top: 0;
}
/*----------*/
.block_front-about {
    margin: 0 auto 12%;
    width: 90%;
}
#page_category .lead_center-small {
    text-align: left;
}
/*----------*/
.block_bus-company {
    margin: 0 0 20%;
}
.list_bus-company {
    overflow: hidden;
}
.list_bus-company li {
    float: left;
    width: 49.5%;
    margin: 0 0 1% 1%;
}
.list_bus-company li:nth-child(2n + 1) {
    clear: both;
    margin: 0 0 1%;
}
.list_bus-company a {
    display: block;
    padding: 100% 0 0;
    width: 100%;
    height: 0;
    position: relative;
    z-index: 5;
}
.list_bus-company a::before {
    content: '';
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60%;
    position: absolute;
    z-index: 2;
    background: #e3e3e3;
    background: -moz-linear-gradient(top, rgba(227, 227, 227, 0) 0%, rgba(50, 50, 50, 0.7) 99%);
    background: -webkit-linear-gradient(top, rgba(227, 227, 227, 0) 0%, rgba(50, 50, 50, 0.7) 99%);
    background: linear-gradient(to bottom, rgba(227, 227, 227, 0) 0%, rgba(50, 50, 50, 0.8) 99%);
}
.list_bus-company li.soon a::before {
    height: 100%;
}
.list_bus-company .thumbnail {
    position: relative;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.list_bus-company .name {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    text-align: center;
    color: #fff;
    z-index: 6;
    padding: 8% 0;
}
/*----------*/
.block_recommend {
    margin: 0 0 10%;
}
.block_recommend .inner {
    width: 100%;
}
.list_recommend li {
    margin: 0 0 1px;
    background: #0A4F8B;
}
.list_recommend a {
    display: block;
}
.list_recommend .thumbnail {
    text-align: center;
    position: relative;
    height: 200px;
}
.list_recommend .thumbnail iframe{
    width: 100%;
    height: 100%;
}
.list_recommend .text-box {
    padding: 20px 35px 20px 15px;
    font-size: 14px;
    color: #fff;
    box-sizing: border-box;
    height: 100%;
    position: relative;
    background: url(../img/icon-pop.svg) no-repeat right 15px top 25px;
    background-size: 15px;
}
.list_recommend li:nth-child(6n + 2) {
    background: #0A8B63;
}
.list_recommend li:nth-child(6n + 3) {
    background: #d2691e;
}
.list_recommend li:nth-child(6n + 4) {
    background: #4b0082;
}
.list_recommend li:nth-child(6n + 5) {
    background: #800000;
}
.list_recommend li:nth-child(6n + 6) {
    background: #8d6449;
}
.list_recommend .text-box .name {
    font-size: 105%;
}
.list_recommend .text-box .lead {
    font-size: 80%;
}
/*====================
page
====================*/
.block_company-title {
    position: relative;
    padding: 32% 0 0;
    border-bottom: solid 4px #0A4F8B;
    margin: 0 0 5%;
}
.block_company-title .company-bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    text-align: center;
    overflow: hidden;
}
.block_company-title .company-bg::before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    position: absolute;
    z-index: 5;
    left: 0;
    top: 0;
}
.block_company-title .company-bg img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.block_company-title .company-title {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 150%;
    color: #fff;
    text-shadow: 0 0 2px #333, 0 0 2px #333;
    z-index: 10;
}
.block_keiro {
    margin: 0 0 10%;
}
.block_keiro .keiro-box {
    width: 100%;
    height: 360px;
    overflow: scroll;
}
.block_keiro .keiro-box iframe {
    width: 130%;
    height: 130%;
}
.list_bus-stop > li {
    margin: 0 0 10%;
}
.list_bus-stop .stop-number {
    position: relative;
    line-height: 60px;
    width: 60px;
    background: #9B0000;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    margin: auto;
    font-size: 150%;
}
.list_bus-stop .stop-number::before {
    counter-increment: number 1;
    content: counter(number) " ";
}
.list_bus-stop .stop-title {
    text-align: center;
    margin: 5% 0 3%;
    font-size: 150%;
    font-weight: 400;
}
.list_bus-stop .box-map {
    position: relative;
    overflow: hidden;
    height: 280px;
}
.list_bus-stop .box-map img, .list_bus-stop .box-map iframe {
    vertical-align: top;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.list_bus-stop .stop-box {
    background: #0A4F8B;
    padding: 3%;
    position: relative;
}
.list_bus-stop li:nth-child(even) .stop-box {
    background: #0A8B63;
}
.list_bus-stop .stop-box .other-links {
    position: absolute;
    right: 10px;
    top: 10px;
    text-align: right;
}
.list_bus-stop .stop-box button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: solid 1px #fff;
    padding: 8px 40px;
    background: none;
    border-radius: 6px;
    color: #fff;
    font-weight: 600;
    margin: 0 0 10px;
}
.list_bus-stop .stop-box .other-links p {
    line-height: 1;
}
.list_bus-stop .stop-box .other-links a {
    display: inline-block;
    text-decoration: underline;
    padding: 4px 25px 4px 0;
    background: url(../img/icon-blank.svg) no-repeat right center;
    background-size: 16px auto;
    color: #fff;
    font-size: 80%;
}
.list_bus-stop .stop-box .stop-neighbor {
    color: #fff;
    font-size: 105%;
    margin: 0 0 2px;
}
.list_bus-stop .stop-box .stop-shops {
    color: #fff;
    font-size: 80%;
    margin: 0 0 15px;
}
.list_bus-stop .stop-box .stop-images-wrap {
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.list_bus-stop .stop-box .stop-images-wrap .list_other-images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.list_bus-stop .stop-box .stop-images-wrap .list_other-images li {
    margin: 0 1% 0 0;
    display: inline;
    flex: 0 0 48%;
}
/*----------*/
.block_bus-stop, .block_bus-list {
    margin: 0 0 70px;
}
.block_bus-stop .inner {
    width: 100%;
}
.list_bus-rosen {
    overflow: hidden;
}
.list_bus-rosen li {
    margin: 0 0 6%;
}
.list_bus-rosen a {
    display: block;
    overflow: hidden;
}
.list_bus-rosen .rosen-thumbanil {
    overflow: hidden;
    height: 0;
    padding: 32% 0 0;
    position: relative;
    border-radius: 15px;
    float: left;
    width: 32%;
    margin: 0 3% 0 0;
}
.list_bus-rosen .rosen-thumbanil::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .3);
    z-index: 1;
}
.list_bus-rosen .rosen-thumbanil img {
    position: absolute;
    left: 0;
    top: 0;
}
.list_bus-rosen .text-box {
    float: left;
    width: 65%;
}
.list_bus-rosen .text-box .rosen-title {
    font-weight: 600;
    margin: 0 0 2px;
}
.list_bus-rosen .text-box .rosen-lead {
    font-size: 80%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
/*====================
page
====================*/
#page_single .lead_center-small {
    text-align: left;
}
.list_bread {
    padding: 6px 12px;
    border-bottom: solid 1px #ccc;
    margin: 0 0 25px;
}
.list_bread li {
    display: inline-block;
    vertical-align: middle;
    font-size: 84%;
}
.list_bread li + li::before {
    content: '>';
    margin: 0 6px;
}
.list_bread a {
    text-decoration: underline;
    transition: all .2s;
}
.list_bread a:hover {
    color: #0A4F8B;
}
/*====================
search
====================*/
.block_search {
    padding: 60px 0;
}
.block_search .no-search-title{
    text-align: center;
    margin: 0 0 20px;
}

/*====================
pop
====================*/

.block_stop {
    padding: 8% 0 0 ;
}
.block_stop .inner{
    width: 100%;
}

.lity-active body{
    overflow: hidden;
}
.pop-base{
    width: 94%;
    height: 90vh;
    background: #fff;
    padding: 10px 10px 40px;
    box-sizing: border-box;
    overflow-y: scroll;
    margin: auto;
}
.pop-base .pop-title{
    text-align: center;
    font-size: 200%;
    margin: 0 0 15px;
    position: relative;
}
.pop-base .pop-title::before{
    content: '';
    width: 60px;
    height: 2px;
    background: #5d627b;
    position: absolute;
    left:0;
    right:0;
    bottom:0;
    margin: auto;
}
.other-images-wrap{
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin: 0 0 15px;
}
.list_pop-images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 0 0 4%;
}
.list_pop-images li {
    margin: 0 1% 0 0;
    display: inline;
    flex: 0 0 94%;
}
.pop-base .pop-lead{
    padding: 12px;
    border-top: solid 5px #5d627b;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
    margin: 0 0 30px;
}
.pop-base .pop-sec-title{
    padding: 0 0 0 10px;
    border-left: solid 5px #5d627b;
    line-height: 1.5;
    font-size: 135%;
    margin: 0 0 15px;
}
.pop-base .pop-area {
    margin: 0 0 20px;
}
.pop-base .pop-map {
    height: 199px;
}
.pop-base .pop-map iframe {
    width: 100%;
    height: 100%;
}

#wp-pager{
    padding: 50px 0;
    text-align: center;
}
#wp-pager a , #wp-pager span{
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border:solid 1px #999;
    margin: 0 3.5px;
    transition: all .3s;
}
#wp-pager span, #wp-pager a:hover{
    background: #00008b;
    color: #fff;
}
