@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after {
  content: "";
  content: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* --------------------------------
base
-------------------------------- */
/* breakPoint */
/* cont */
/* img */
/* color */
/* font */
@keyframes open {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* --------------------------------
html body
-------------------------------- */
html {
  width: 100%;
  height: 100%;
  margin: 0 !important;
  padding: 0;
}

body {
  width: 100%;
  height: 100%;
  margin: 0 !important;
  padding: 0;
  overflow-y: scroll;
  overflow-x: hidden;
  background-color: #fff;
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  color: #333;
  text-align: center;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
body img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
body a {
  color: #333;
  text-decoration: none;
  cursor: pointer;
}
body .ui-datepicker-calendar thead tr th .sunday {
  color: #ce0606;
}
body .ui-datepicker-calendar thead tr th .saturday {
  color: #2261e2;
}
body .ui-datepicker-calendar tbody td .ui-state-default {
  background-color: #fff;
}
body .ui-datepicker-calendar tbody td .ui-state-active {
  color: #333;
}
body .ui-datepicker-calendar tbody .sunday a, body .ui-datepicker-calendar tbody .holiday a {
  background-color: #ffefe5;
}
body .ui-datepicker-calendar tbody .saturday a {
  background-color: #e4edff;
}
body .ui-datepicker-calendar tbody .a-plan a.ui-state-default {
  background-color: #f0f9eb;
}
body .ui-datepicker-calendar tbody .b-plan a.ui-state-default {
  background-color: #e4eaff;
}
body .ui-datepicker-calendar tbody .c-plan a.ui-state-default {
  background-color: #fffcdf;
}
body .ui-datepicker-calendar tbody .d-plan a.ui-state-default {
  background-color: #ffdfed;
}
body .ui-datepicker-calendar .day-sunday > a, body .ui-datepicker-calendar .day-holiday > a {
  background: #ffc0c0;
}
body .ui-datepicker-calendar .day-saturday > a {
  background: #c0d0ff;
}

@media (min-width: 1025px) {
  body {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  body {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 766px) {
  body {
    font-size: 14px;
    line-height: 20px;
  }
}
/* --------------------------------
style
-------------------------------- */
#kotosan-bus {
  overflow-x: hidden;
}
@media (min-width: 1025px) {
  #kotosan-bus {
    padding-top: 70px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus {
    padding-top: 100px;
  }
}
@media (max-width: 766px) {
  #kotosan-bus {
    padding-top: 60px;
  }
}
#kotosan-bus .acms-container.acms-cont-header #adminBox {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-end;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000000;
}
#kotosan-bus .acms-container.acms-cont-header #adminBox .acms-admin-inline-btn {
  margin-right: 20px;
}
#kotosan-bus .acms-container.acms-cont-header #adminBox #loginUserStatus, #kotosan-bus .acms-container.acms-cont-header #adminBox div.acms-admin-inline-btn {
  display: none;
}
#kotosan-bus .mainHeader {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
}
@media (min-width: 1025px) {
  #kotosan-bus .mainHeader {
    background-color: #fff;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus .mainHeader {
    height: 100vh;
    pointer-events: none;
  }
}
@media (max-width: 766px) {
  #kotosan-bus .mainHeader {
    height: 100vh;
    pointer-events: none;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus .mainHeader .box {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus .mainHeader .box {
    height: 100px;
    padding: 0;
    background-color: #fff;
    pointer-events: auto;
  }
}
@media (max-width: 766px) {
  #kotosan-bus .mainHeader .box {
    height: 60px;
    padding: 0;
    background-color: #fff;
    pointer-events: auto;
  }
}
#kotosan-bus .mainHeader .box .boxHeader {
  display: flex;
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus .mainHeader .box .boxHeader {
    height: 100px;
    box-sizing: border-box;
    border-bottom: 1px solid #fff;
  }
}
@media (max-width: 766px) {
  #kotosan-bus .mainHeader .box .boxHeader {
    height: 60px;
    box-sizing: border-box;
    border-bottom: 1px solid #fff;
  }
}
#kotosan-bus .mainHeader .box .boxHeader .boxLogo {
  display: flex;
}
@media (min-width: 1025px) {
  #kotosan-bus .mainHeader .box .boxHeader .boxLogo {
    align-items: flex-end;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus .mainHeader .box .boxHeader .boxLogo {
    height: 100%;
    padding: 0 10px;
    flex: 1;
  }
}
@media (max-width: 766px) {
  #kotosan-bus .mainHeader .box .boxHeader .boxLogo {
    height: 100%;
    padding: 0 10px;
    flex: 1;
  }
}
@media (max-width: 766px) {
  #kotosan-bus .mainHeader .box .boxHeader .boxLogo .logo {
    width: 45%;
  }
}
#kotosan-bus .mainHeader .box .boxHeader .boxLogo .logo a {
  display: block;
  overflow: hidden;
  background-image: url("../images/primary/logo_kotosanBus.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -1000%;
}
@media (min-width: 1025px) {
  #kotosan-bus .mainHeader .box .boxHeader .boxLogo .logo a {
    width: 150px;
    height: 60px;
    margin: 5px 0;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus .mainHeader .box .boxHeader .boxLogo .logo a {
    width: 150px;
    height: 100%;
  }
}
@media (max-width: 766px) {
  #kotosan-bus .mainHeader .box .boxHeader .boxLogo .logo a {
    width: 100%;
    height: 80%;
    margin: 7px 0;
  }
}
#kotosan-bus .mainHeader .box .boxHeader .boxLogo .logoCompany {
  display: block;
  overflow: hidden;
  background-image: url("../images/primary/logo_company.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -1000%;
}
@media (min-width: 1025px) {
  #kotosan-bus .mainHeader .box .boxHeader .boxLogo .logoCompany {
    width: 200px;
    height: 60px;
    margin: 0 0 3px 10px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus .mainHeader .box .boxHeader .boxLogo .logoCompany {
    width: 150px;
    height: 100%;
    margin: 0 10px;
  }
}
@media (max-width: 766px) {
  #kotosan-bus .mainHeader .box .boxHeader .boxLogo .logoCompany {
    width: 45%;
    height: 85%;
    margin: 10px 0 0 10px;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus .mainHeader .box .boxHeader .menu {
    display: none;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus .mainHeader .box .boxHeader .menu {
    width: 140px;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    text-align: left;
    position: relative;
  }
}
@media (max-width: 766px) {
  #kotosan-bus .mainHeader .box .boxHeader .menu {
    width: 80px;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    text-align: left;
    position: relative;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus .mainHeader .box .boxHeader .menu:before {
    content: "メニュー";
    font-size: 14px;
    font-weight: bold;
    position: absolute;
    left: 0;
  }
}
@media (max-width: 766px) {
  #kotosan-bus .mainHeader .box .boxHeader .menu:before {
    content: "メニュー";
    font-size: 10px;
    font-weight: bold;
    position: absolute;
    left: 0;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus .mainHeader .box .boxHeader .menu i {
    width: 40px;
    height: 2px;
    display: block;
    background-color: #333;
    transition: all 0.3s 0s;
    position: absolute;
    top: calc(50% - 1px);
    right: 20px;
  }
}
@media (max-width: 766px) {
  #kotosan-bus .mainHeader .box .boxHeader .menu i {
    width: 16px;
    height: 1px;
    display: block;
    background-color: #333;
    transition: all 0.3s 0s;
    position: absolute;
    top: calc(50% - 1px);
    right: 20px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus .mainHeader .box .boxHeader .menu i:before, #kotosan-bus .mainHeader .box .boxHeader .menu i:after {
    content: "";
    width: 40px;
    height: 2px;
    display: block;
    background-color: #333;
    position: absolute;
    right: 0;
  }
}
@media (max-width: 766px) {
  #kotosan-bus .mainHeader .box .boxHeader .menu i:before, #kotosan-bus .mainHeader .box .boxHeader .menu i:after {
    content: "";
    width: 16px;
    height: 1px;
    display: block;
    background-color: #333;
    position: absolute;
    right: 0;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus .mainHeader .box .boxHeader .menu i:before {
    transition: all 0.3s 0s;
    top: -12px;
  }
}
@media (max-width: 766px) {
  #kotosan-bus .mainHeader .box .boxHeader .menu i:before {
    transition: all 0.3s 0s;
    top: -6px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus .mainHeader .box .boxHeader .menu i:after {
    opacity: 1;
    transition: all 0.3s 0s;
    bottom: -12px;
  }
}
@media (max-width: 766px) {
  #kotosan-bus .mainHeader .box .boxHeader .menu i:after {
    opacity: 1;
    transition: all 0.3s 0s;
    bottom: -6px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus .mainHeader .box .boxHeader .menu.close {
    padding-left: 2px;
  }
}
@media (max-width: 766px) {
  #kotosan-bus .mainHeader .box .boxHeader .menu.close {
    padding-left: 2px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus .mainHeader .box .boxHeader .menu.close:before {
    content: "閉じる";
  }
}
@media (max-width: 766px) {
  #kotosan-bus .mainHeader .box .boxHeader .menu.close:before {
    content: "閉じる";
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus .mainHeader .box .boxHeader .menu.close i {
    transform: rotate(45deg);
  }
}
@media (max-width: 766px) {
  #kotosan-bus .mainHeader .box .boxHeader .menu.close i {
    transform: rotate(45deg);
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus .mainHeader .box .boxHeader .menu.close i:before {
    transform: rotate(90deg);
    top: 0;
  }
}
@media (max-width: 766px) {
  #kotosan-bus .mainHeader .box .boxHeader .menu.close i:before {
    transform: rotate(90deg);
    top: 0;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus .mainHeader .box .boxHeader .menu.close i:after {
    opacity: 0;
  }
}
@media (max-width: 766px) {
  #kotosan-bus .mainHeader .box .boxHeader .menu.close i:after {
    opacity: 0;
  }
}
#kotosan-bus .mainHeader .box .navArea {
  border-bottom: none;
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus .mainHeader .box .navArea {
    width: 100%;
    height: 0;
    box-sizing: border-box;
    overflow-y: scroll;
    opacity: 1;
    transition: all 0.5s 0.1s;
    background-color: #fff;
    pointer-events: none;
  }
}
@media (max-width: 766px) {
  #kotosan-bus .mainHeader .box .navArea {
    width: 100%;
    height: 0;
    box-sizing: border-box;
    overflow-y: scroll;
    opacity: 0;
    transition: all 0.5s 0.1s;
    background-color: #fff;
    pointer-events: none;
  }
}
#kotosan-bus .mainHeader .box .navArea .listLang {
  display: flex;
}
@media (min-width: 1025px) {
  #kotosan-bus .mainHeader .box .navArea .listLang {
    overflow: hidden;
    border-radius: 6px;
    border: 1px solid #dadada;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus .mainHeader .box .navArea .listLang {
    padding: 30px 10px;
    justify-content: center;
    background-color: #eeeeee;
  }
}
@media (max-width: 766px) {
  #kotosan-bus .mainHeader .box .navArea .listLang {
    padding: 20px 10px;
    justify-content: center;
    background-color: #eeeeee;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus .mainHeader .box .navArea .listLang li {
    border-right: 1px solid #dadada;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus .mainHeader .box .navArea .listLang li {
    margin-right: 1px;
  }
}
#kotosan-bus .mainHeader .box .navArea .listLang li a {
  color: #565656;
  display: block;
}
@media (min-width: 1025px) {
  #kotosan-bus .mainHeader .box .navArea .listLang li a {
    padding: 10px 20px;
    background-color: #fff;
    font-size: 14px;
    line-height: 14px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus .mainHeader .box .navArea .listLang li a {
    padding: 10px 20px;
    background-color: #fff;
    font-size: 14px;
    line-height: 14px;
    overflow: hidden;
  }
}
@media (max-width: 766px) {
  #kotosan-bus .mainHeader .box .navArea .listLang li a {
    padding: 5px 10px;
    font-size: 13px;
    line-height: 13px;
  }
}
#kotosan-bus .mainHeader .box .navArea .listLang li:nth-child(1) a {
  color: #fff;
  font-weight: bold;
  background-color: #44c078;
}
@media (max-width: 766px) {
  #kotosan-bus .mainHeader .box .navArea .listLang li:nth-child(1) a {
    border-radius: 20px;
  }
}
#kotosan-bus .mainHeader .box .navArea .listLang.en li:nth-child(1) a {
  color: #565656;
  font-weight: normal;
}
#kotosan-bus .mainHeader .box .navArea .listLang.en li:nth-child(2) a {
  color: #fff;
  background-color: #44c078;
  font-weight: bold;
}
#kotosan-bus .mainHeader .box .navArea .listLang.tw li:nth-child(1) a {
  color: #565656;
  font-weight: normal;
}
#kotosan-bus .mainHeader .box .navArea .listLang.tw li:nth-child(3) a {
  color: #fff;
  background-color: #44c078;
  font-weight: bold;
}
#kotosan-bus .mainHeader .box .navArea .listLang.cn li:nth-child(1) a {
  color: #565656;
  font-weight: normal;
}
#kotosan-bus .mainHeader .box .navArea .listLang.cn li:nth-child(4) a {
  color: #fff;
  background-color: #44c078;
  font-weight: bold;
}
#kotosan-bus .mainHeader .box .navArea .listLang.ko li:nth-child(1) a {
  color: #565656;
  font-weight: normal;
}
#kotosan-bus .mainHeader .box .navArea .listLang.ko li:nth-child(5) a {
  color: #fff;
  background-color: #44c078;
  font-weight: bold;
}
@media (min-width: 1025px) {
  #kotosan-bus .mainHeader .box .navArea .listNav {
    display: none;
  }
}
@media (max-width: 766px) {
  #kotosan-bus .mainHeader .box .navArea .listNav {
    padding: 0;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus .mainHeader .box .navArea .listHeaderNav {
    padding: 30px 20px;
    box-sizing: border-box;
    background-color: #eeeeee;
  }
  #kotosan-bus .mainHeader .box .navArea .listHeaderNav li {
    margin-bottom: 1px;
  }
  #kotosan-bus .mainHeader .box .navArea .listHeaderNav li a {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    display: block;
    background-color: #fff;
    text-align: left;
    position: relative;
  }
  #kotosan-bus .mainHeader .box .navArea .listHeaderNav li a:after {
    content: "";
    width: 10px;
    height: 10px;
    display: block;
    overflow: hidden;
    background-image: url("../images/icon/arrow_b.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    text-indent: -1000%;
    position: absolute;
    top: calc(50% - 5px);
    right: 20px;
  }
}
@media (max-width: 766px) {
  #kotosan-bus .mainHeader .box .navArea .listHeaderNav {
    padding: 20px;
    box-sizing: border-box;
    background-color: #eeeeee;
  }
  #kotosan-bus .mainHeader .box .navArea .listHeaderNav li {
    margin-bottom: 1px;
  }
  #kotosan-bus .mainHeader .box .navArea .listHeaderNav li a {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    display: block;
    background-color: #fff;
    text-align: left;
    position: relative;
  }
  #kotosan-bus .mainHeader .box .navArea .listHeaderNav li a:after {
    content: "";
    width: 10px;
    height: 10px;
    display: block;
    overflow: hidden;
    background-image: url("../images/icon/arrow_b.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    text-indent: -1000%;
    position: absolute;
    top: calc(50% - 5px);
    right: 20px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus .mainHeader .box .navArea .listHeaderOtherNav {
    border-top: 1px solid #dadada;
    display: flex;
    flex-wrap: wrap;
  }
  #kotosan-bus .mainHeader .box .navArea .listHeaderOtherNav li {
    width: calc((100% - 1px) / 2);
    border-bottom: 1px solid #dadada;
  }
  #kotosan-bus .mainHeader .box .navArea .listHeaderOtherNav li a {
    width: 100%;
    padding: 20px 0;
    box-sizing: border-box;
    display: block;
    font-weight: bold;
  }
  #kotosan-bus .mainHeader .box .navArea .listHeaderOtherNav li:nth-child(odd) {
    border-right: 1px solid #dadada;
  }
}
@media (max-width: 766px) {
  #kotosan-bus .mainHeader .box .navArea .listHeaderOtherNav {
    border-top: 1px solid #dadada;
    display: flex;
    flex-wrap: wrap;
  }
  #kotosan-bus .mainHeader .box .navArea .listHeaderOtherNav li {
    width: calc((100% - 1px) / 2);
    border-bottom: 1px solid #dadada;
  }
  #kotosan-bus .mainHeader .box .navArea .listHeaderOtherNav li a {
    width: 100%;
    padding: 10px 0;
    box-sizing: border-box;
    display: block;
    font-weight: bold;
  }
  #kotosan-bus .mainHeader .box .navArea .listHeaderOtherNav li:nth-child(odd) {
    border-right: 1px solid #dadada;
  }
}
#kotosan-bus .mainHeader .box .snsArea {
  margin-left: auto;
  margin-right: 10px;
}
@media (max-width: 1024px) {
  #kotosan-bus .mainHeader .box .snsArea {
    margin: 20px auto;
  }
  #kotosan-bus .mainHeader .box .snsArea.pcv {
    display: none;
  }
}
#kotosan-bus .mainHeader .box .snsArea .listSns {
  margin-left: auto;
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  #kotosan-bus .mainHeader .box .snsArea .listSns {
    justify-content: center;
  }
}
#kotosan-bus .mainHeader .box .snsArea .listSns img {
  width: 30px;
}
#kotosan-bus .mainHeader .box .snsArea .listSns a {
  display: block;
  margin: 0 10px;
}
@media (min-width: 767px) {
  #kotosan-bus .mainHeader .box .snsArea .listSns a:hover {
    opacity: 0.7;
  }
}
#kotosan-bus .mainHeader .box .snsArea:after {
  display: none;
}
#kotosan-bus .mainHeader .box .btnClose {
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #44c078;
  cursor: pointer;
}
#kotosan-bus .mainHeader .box .btnClose span {
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
#kotosan-bus .mainHeader .box .btnClose span:after {
  content: "";
  width: 15px;
  height: 15px;
  margin-left: 20px;
  display: block;
  overflow: hidden;
  background-image: url("../images/icon/close_w.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -1000%;
}
#kotosan-bus .mainHeader.open .box .boxHeader {
  border-bottom: 1px solid #dadada;
}
#kotosan-bus .footerBannerArea {
  background-color: #edffd6;
}
#kotosan-bus .footerBannerArea .box .listBanner li a {
  display: block;
}
#kotosan-bus .heading {
  width: 100%;
  text-align: left;
  position: relative;
}
#kotosan-bus .heading .text {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  position: relative;
}
#kotosan-bus .heading .text .title {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
  z-index: 1000;
  color: #fff;
  font-weight: bold;
}
#kotosan-bus .heading .text .title .en {
  margin-top: 5px;
  display: block;
  font-size: 13px;
  line-height: 23px;
}
#kotosan-bus .heading .text:before {
  content: "";
  height: 100vw;
  display: block;
  position: absolute;
  transform: rotate(45deg);
  background-image: url("../images/lower/heading/bg_heading.png");
  background-size: 10px auto;
  z-index: 100;
}
#kotosan-bus .heading .text:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}
#kotosan-bus .heading .bus {
  height: auto;
  position: absolute;
  bottom: -50px;
  z-index: 1000;
}
@media (min-width: 767px) {
  #kotosan-bus footer .footerNavArea .box .boxListFooterNav .listFooterNav {
    max-height: 190px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }
}
#kotosan-bus footer .footerNavArea .box .boxListFooterNav .listFooterNav li {
  text-align: left;
  margin-bottom: 10px;
}
@media (min-width: 1025px) {
  #kotosan-bus footer .footerNavArea .box .boxListFooterNav .listFooterNav li {
    margin-right: 20px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus footer .footerNavArea .box .boxListFooterNav .listFooterNav li {
    margin-right: 20px;
  }
}
#kotosan-bus footer .footerNavArea .box .boxListFooterNav .listFooterNav li br {
  display: none;
}
#kotosan-bus footer .footerNavArea .box .boxSns {
  margin-left: auto;
  margin-right: 10px;
}
@media (min-width: 767px) {
  #kotosan-bus footer .footerNavArea .box .boxSns .listSns {
    margin-left: auto;
    display: flex;
    align-items: center;
  }
  #kotosan-bus footer .footerNavArea .box .boxSns .listSns img {
    width: 30px;
  }
}
#kotosan-bus footer .footerNavArea .box .boxSns .listSns a {
  display: block;
  margin: 0 10px;
}
@media (min-width: 767px) {
  #kotosan-bus footer .footerNavArea .box .boxSns .listSns a:hover {
    opacity: 0.7;
  }
}
#kotosan-bus footer .footerNavArea .box .boxSns:after {
  display: none;
}
#kotosan-bus footer .boxFooterBottom {
  position: relative;
  background-color: #33aa65;
}
#kotosan-bus footer .boxFooterBottom small {
  display: block;
  color: #fff;
  font-size: 10px;
}
#kotosan-bus footer .boxFooterBottom:before {
  content: "";
  width: 100%;
  height: 100px;
  display: block;
  background-image: url("../images/primary/bg_footer.png");
  background-repeat: repeat-x;
  background-position: center;
  background-size: auto 100px;
  position: absolute;
  top: -99px;
  left: 0;
}
#kotosan-bus .wrapper {
  overflow: hidden;
}
#kotosan-bus .box {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  box-sizing: border-box;
}
#kotosan-bus .navArea .listNav {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
}
#kotosan-bus .navArea .listNav li {
  position: relative;
  box-sizing: border-box;
}
#kotosan-bus .navArea .listNav li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
}
#kotosan-bus .navArea .listNav li a:before {
  content: "";
  height: 35px;
}
#kotosan-bus .navArea .listNav li a p {
  font-weight: bold;
  background-repeat: no-repeat;
}
#kotosan-bus .navArea .listNav li a p .en {
  display: block;
  font-size: 10px;
  color: #6f6f6f;
  font-weight: normal;
}
#kotosan-bus .navArea .listNav li.home a:before {
  background-image: url("../images/icon/home.svg");
}
#kotosan-bus .navArea .listNav li.scheduled a:before {
  background-image: url("../images/icon/scheduled.svg");
}
#kotosan-bus .navArea .listNav li.limousine a:before {
  background-image: url("../images/icon/limousine.svg");
}
#kotosan-bus .navArea .listNav li.sp a:before {
  background-image: url("../images/icon/sp.svg");
}
#kotosan-bus .navArea .listNav li.reserved a:before {
  background-image: url("../images/icon/reserved.svg");
}
#kotosan-bus .navArea .listNav li.useful a:before {
  background-image: url("../images/icon/useful.svg");
}
#kotosan-bus .btnPageTop {
  display: none;
}
#kotosan-bus .breadcrumb {
  width: calc(100% - 20px);
  max-width: 1080px;
  margin: 10px auto 0 auto;
  display: flex;
}
#kotosan-bus .breadcrumb li {
  display: flex;
  align-items: center;
  font-size: 13px;
  left: 23px;
}
#kotosan-bus .breadcrumb li a {
  margin-bottom: 1px;
  font-size: 13px;
  left: 23px;
  box-sizing: border-box;
}
#kotosan-bus .breadcrumb li:after {
  content: "";
  width: 10px;
  height: 10px;
  margin: 0 10px;
  display: block;
  overflow: hidden;
  background-image: url("../images/icon/arrow_b.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -1000%;
}
#kotosan-bus .breadcrumb li:first-child:before {
  content: "";
  width: 14px;
  height: 14px;
  margin-top: -2px;
  margin-right: 5px;
  display: block;
  overflow: hidden;
  background-image: url("../images/icon/home.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -1000%;
  display: inline-block;
}
#kotosan-bus .breadcrumb li:last-child {
  margin-right: 0;
  padding-right: 0;
}
#kotosan-bus .breadcrumb li:last-child:after {
  content: none;
}
#kotosan-bus .btn {
  padding: 7px 40px 9px 40px;
  box-sizing: border-box;
  display: inline-block;
  border: 2px solid #44c078;
  border-radius: 20px;
  background-color: #fff;
  font-size: 16px;
  line-height: 16px;
  color: #44c078;
  position: relative;
  transition: all 0.3s 0s;
}
#kotosan-bus .btn:after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #44c078;
  border-right: 2px solid #44c078;
  transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 3px);
  right: 10px;
}
#kotosan-bus .btn_pdf {
  padding: 10px 20px 10px 50px;
  box-sizing: border-box;
  display: inline-block;
  color: #fff;
  border-radius: 4px;
  cursor: pointer;
  background-color: #44c078;
  position: relative;
  text-align: center;
}
#kotosan-bus .btn_pdf:before {
  content: "";
  width: 30px;
  height: 30px;
  display: block;
  overflow: hidden;
  background-image: url("../images/icon/pdf.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -1000%;
  display: block;
  position: absolute;
  top: calc(50% - 15px);
  left: 10px;
}
#kotosan-bus .btn_print {
  padding: 10px 20px;
  display: inline-block;
  color: #fff;
  border-radius: 4px;
  cursor: pointer;
  background-color: #44c078;
}
#kotosan-bus .btn_print:before {
  content: "";
  width: 30px;
  height: 30px;
  margin-top: -3px;
  margin-right: 10px;
  vertical-align: middle;
  display: block;
  overflow: hidden;
  background-image: url("../images/icon/print_w.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -1000%;
  display: inline-block;
}
#kotosan-bus .boxContact .box dl dt {
  margin-bottom: 20px;
  font-weight: bold;
  text-align: center;
}
#kotosan-bus .boxContact .box dl dd .btnContact {
  padding: 10px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  border: none;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  color: #fff;
  text-align: left;
  font-weight: bold;
  transition: all 0.3s 0s;
}
#kotosan-bus .boxContact .box dl dd .btnContact:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
}
#kotosan-bus .boxContact .box dl dd .btnContact.tel {
  font-size: 14px;
  background-color: #44c078;
}
#kotosan-bus .boxContact .box dl dd .btnContact.tel:before {
  display: block;
  overflow: hidden;
  background-image: url("../images/icon/tel.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -1000%;
}
#kotosan-bus .boxContact .box dl dd .btnContact.tel .textBox .text {
  display: flex;
  align-items: center;
}
#kotosan-bus .boxContact .box dl dd .btnContact.tel .textBox .text .num {
  margin-right: 10px;
}
#kotosan-bus .boxContact .box dl dd .btnContact.mail {
  background-color: #ff9a2e;
}
#kotosan-bus .boxContact .box dl dd .btnContact.mail span {
  font-size: 12px;
  display: block;
}
#kotosan-bus .boxContact .box dl dd .btnContact.mail:before {
  display: block;
  overflow: hidden;
  background-image: url("../images/icon/mail.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -1000%;
}
#kotosan-bus .boxContact .box .address {
  margin: 40px 0;
}
#kotosan-bus .boxContact .box .address .logo {
  width: 180px;
  height: 55px;
  display: block;
  overflow: hidden;
  background-image: url("../images/primary/logo_kotosanBus.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -1000%;
}
#kotosan-bus .boxContact .box .address .logoCompany {
  width: 190px;
  height: 50px;
  display: block;
  overflow: hidden;
  background-image: url("../images/primary/logo_company.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -1000%;
}
#kotosan-bus .list_other_link {
  margin: 80px auto;
  display: flex;
  justify-content: center;
}
#kotosan-bus .list_other_link li a {
  width: 100%;
  padding: 20px 20px 20px 40px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  transition: all 0.3s 0s;
  font-weight: bold;
  position: relative;
  text-align: center;
}
#kotosan-bus .list_other_link li a:before {
  content: "";
  width: 40px;
  height: 40px;
  display: block;
  transition: all 0.3s 0s;
  position: absolute;
  top: calc(50% - 20px);
  left: 10px;
}
#kotosan-bus .list_other_link li.rosen a:hover:before {
  background-image: url("../images/icon/scheduled_w.svg") !important;
}
#kotosan-bus .list_other_link li.busStop a:hover:before {
  background-image: url("../images/icon/reserved_w.svg") !important;
}
#kotosan-bus .list_other_link li.faq a:hover:before {
  background-image: url("../images/icon/faq_w.svg") !important;
}
#kotosan-bus .list_other_link li.deals a:hover:before {
  background-image: url("../images/icon/deals_w.svg") !important;
}
#kotosan-bus .explanation {
  display: flex;
  justify-content: center;
  align-items: center;
}
#kotosan-bus .explanation.swipe {
  position: relative;
}
#kotosan-bus .explanation.swipe:before {
  content: "";
  width: 30px;
  height: 30px;
  display: block;
  overflow: hidden;
  background-image: url("../images/icon/swipe.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -1000%;
}
#kotosan-bus .pager {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#kotosan-bus .pager li {
  margin-right: 10px;
}
#kotosan-bus .pager li a span {
  width: 40px;
  height: 40px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #44c078;
  color: #44c078;
}
#kotosan-bus .pager li a:hover span {
  background-color: #44c078;
  color: #fff;
}
#kotosan-bus .pager li:last-child {
  margin: 0;
}
#kotosan-bus .pager li.cur span {
  width: 40px;
  height: 40px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #dadada;
}
#kotosan-bus .qa {
  margin-bottom: 30px;
  background-color: #edffd6;
}
#kotosan-bus .qa dt {
  padding: 30px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  font-size: 18px;
  line-height: 28px;
}
#kotosan-bus .qa dt:before {
  content: "";
  width: 26px;
  height: 26px;
  margin-right: 30px;
  display: inline-block;
  display: block;
  overflow: hidden;
  background-image: url("../images/icon/q.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -1000%;
}
#kotosan-bus .qa dd {
  padding: 0 30px 60px 30px;
  box-sizing: border-box;
  font-size: 15px;
  line-height: 25px;
}
#kotosan-bus .listNews li {
  border-bottom: 1px solid #dadada;
}
#kotosan-bus .listNews li a {
  box-sizing: border-box;
  display: block;
  text-align: left;
  transition: all 0.3s 0s;
}
#kotosan-bus .listNews li a time {
  margin-right: 20px;
}
#kotosan-bus .listNews li a .lab {
  width: 90px;
  margin-top: 4px;
  padding: 3px 0;
  box-sizing: border-box;
  display: inline-block;
  border-radius: 15px;
  font-size: 12px;
  line-height: 12px;
  color: #fff;
  text-align: center;
}
#kotosan-bus .listNews li a .lab.recruit {
  background-color: #ff1e63;
}
#kotosan-bus .listNews li a .lab.event, #kotosan-bus .listNews li a .lab.other {
  background-color: #ff9314;
}
#kotosan-bus .listNews li a .lab.sp {
  background-color: #c42a00;
}
#kotosan-bus .listNews li a .lab.limousine {
  background-color: #2261e2;
}
#kotosan-bus .listNews li a .lab.rosen {
  background-color: #cbce22;
}
#kotosan-bus .listNews li a .lab.reserved {
  background-color: #66B618;
}
#kotosan-bus .notice {
  font-size: 14px;
  line-height: 24px;
  color: #6f6f6f;
}
#kotosan-bus section.map {
  max-width: 1080px;
  margin: 0 auto;
}
#kotosan-bus section.map .box_map {
  position: relative;
}
#kotosan-bus section.map .box_map .box_map_btn {
  background-color: #fff;
}
#kotosan-bus section.map .box_map .box_map_btn .list_map_btn {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
#kotosan-bus section.map .box_map .box_map_btn .list_map_btn li {
  margin-bottom: 10px;
  box-sizing: border-box;
  height: 40px;
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  border: 1px solid #dadada;
  border-radius: 4px;
  text-align: left;
}
#kotosan-bus section.map .box_map .box_map_btn .list_map_btn li.target {
  color: #fff;
  border: none;
}
#kotosan-bus section.map .box_map .box_map_btn .note {
  margin-top: 10px;
  font-size: 11px;
  line-height: 16px;
  text-align: left;
}
#kotosan-bus section.map .box_map + p .btn_pdf {
  margin-top: 30px;
}
#kotosan-bus section.map .box_map + p .btn_pdf + .btn_pdf {
  margin-left: 10px;
}
#kotosan-bus section.map .box_map .box_img {
  position: relative;
  overflow: hidden;
}
#kotosan-bus section.map .box_map .box_img .map {
  position: relative;
}
#kotosan-bus section.map .box_map .box_img .rosen {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  opacity: 0;
}
#kotosan-bus section.map .box_map .box_img .rosen.red_box {
  z-index: 200;
}
#kotosan-bus section.map .box_map .box_img .rosen.target {
  opacity: 1;
}
#kotosan-bus section.map .box_map .box_img .viewport {
  height: 100% !important;
}
#kotosan-bus section.map .box_map .box_img .viewport .leaflet-pane {
  height: 100% !important;
}
#kotosan-bus section.map .box_map .leaflet-control-container {
  display: none;
}
#kotosan-bus section.map .box_map .leaflet-overlay-pane img {
  opacity: 0;
}
#kotosan-bus section.map .box_map .leaflet-overlay-pane img:first-child, #kotosan-bus section.map .box_map .leaflet-overlay-pane img.target {
  opacity: 1;
}
#kotosan-bus section.contact .message {
  margin-top: 40px;
  color: #ce0606;
}
#kotosan-bus section.contact p.red {
  color: #ce0606;
}
#kotosan-bus section.contact .box_calendar {
  margin-top: 20px;
}
#kotosan-bus section.contact .step {
  width: 100%;
  display: flex;
}
#kotosan-bus section.contact .step li {
  width: 33.3333333333%;
  position: relative;
  padding: 10px 0;
  text-align: center;
  color: #6f6f6f;
  background-color: #ecf9f1;
}
#kotosan-bus section.contact .step li:after {
  content: "";
  position: absolute;
  top: 0;
  z-index: 10;
}
#kotosan-bus section.contact .step li:last-child:after {
  content: none;
}
#kotosan-bus section.contact .step.input li:nth-child(1) {
  background-color: #44c078;
  color: #fff;
}
#kotosan-bus section.contact .step.input li:nth-child(1):after {
  border-left: 10px solid #44c078;
}
#kotosan-bus section.contact .step.input li:nth-child(2) {
  background-color: #daf2e4;
}
#kotosan-bus section.contact .step.input li:nth-child(2):after {
  border-left: 10px solid #daf2e4;
}
#kotosan-bus section.contact .step.confirm li:nth-child(2) {
  background-color: #44c078;
  color: #fff;
}
#kotosan-bus section.contact .step.confirm li:nth-child(2):after {
  border-left: 10px solid #44c078;
}
#kotosan-bus section.contact .step.result li:nth-child(1) {
  background-color: #daf2e4;
}
#kotosan-bus section.contact .step.result li:nth-child(1):after {
  border-left: 10px solid #daf2e4;
}
#kotosan-bus section.contact .step.result li:nth-child(3) {
  background-color: #44c078;
  color: #fff;
}
#kotosan-bus section.contact .step.result li:nth-child(3):after {
  border-left: 10px solid #44c078;
}
#kotosan-bus section.contact form input[type=submit], #kotosan-bus section.contact form input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  box-sizing: border-box;
}
#kotosan-bus section.contact form input[type=submit]::-webkit-search-decoration, #kotosan-bus section.contact form input[type=button]::-webkit-search-decoration {
  display: none;
}
#kotosan-bus section.contact form input[type=submit]::focus, #kotosan-bus section.contact form input[type=button]::focus {
  outline-offset: -2px;
}
#kotosan-bus section.contact form input[type=submit], #kotosan-bus section.contact form input[type=button] {
  min-width: 300px;
  background-color: #ff9a2e;
  border-radius: 4px;
  padding: 15px 10px;
  font-size: 20px;
  color: #fff;
  border: none;
  cursor: pointer;
}
#kotosan-bus section.contact form input[type=text], #kotosan-bus section.contact form input[type=email], #kotosan-bus section.contact form input[type=tel], #kotosan-bus section.contact form input[type=date] {
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #a2a2a2;
  border-radius: 0;
}
#kotosan-bus section.contact form .selectArea {
  position: relative;
}
#kotosan-bus section.contact form .selectArea select {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  cursor: pointer;
  border: 1px solid #a2a2a2;
  border-radius: 0;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
#kotosan-bus section.contact form .selectArea:after {
  content: "";
  width: 10px;
  height: 10px;
  margin-top: -8px;
  border-bottom: 2px solid #333;
  border-right: 2px solid #333;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 15px;
  z-index: 11;
  pointer-events: none;
}
#kotosan-bus section.contact form textarea {
  width: 100%;
  min-height: 100px;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #a2a2a2;
  border-radius: 0;
}
#kotosan-bus section.contact form .radioArea {
  padding-left: 30px;
  position: relative;
}
#kotosan-bus section.contact form .radioArea input[type=radio] {
  width: 100%;
  height: 100%;
  margin-top: -12.5px;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 100;
  cursor: pointer;
}
#kotosan-bus section.contact form .radioArea input[type=radio] + i {
  width: 25px;
  height: 25px;
  display: block;
  box-sizing: border-box;
  border-radius: 50%;
  border: 1px solid #dadada;
  background-color: #fff;
  position: absolute;
  top: calc(50% - 12.5px);
  left: 0;
}
#kotosan-bus section.contact form .radioArea input[type=radio] + i:after {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #dadada;
  position: absolute;
  top: 4px;
  left: 4px;
}
#kotosan-bus section.contact form .radioArea input[type=radio]:checked + i:after {
  background-color: #ff9a2e;
}
#kotosan-bus section.contact form a {
  border-bottom: 1px solid #333;
}
#kotosan-bus section.contact form .check {
  margin: 20px auto;
  padding: 15px 15px 15px 60px;
  display: inline-block;
  box-sizing: border-box;
  background-color: #eeeeee;
  position: relative;
}
#kotosan-bus section.contact form .check input[type=checkbox] {
  width: 100%;
  height: 100%;
  margin-top: -12.5px;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 100;
}
#kotosan-bus section.contact form .check input[type=checkbox] + i {
  width: 30px;
  height: 30px;
  display: block;
  box-sizing: border-box;
  border: 1px solid #dadada;
  background-color: #fff;
  position: absolute;
  top: calc(50% - 15px);
  left: 20px;
}
#kotosan-bus section.contact form .check input[type=checkbox]:checked + i {
  background-color: #ff9a2e;
  border: none;
}
#kotosan-bus section.contact form .check input[type=checkbox]:checked + i:after {
  content: "";
  width: 25px;
  height: 25px;
  position: absolute;
  top: calc(50% - 12.5px);
  left: 2.5px;
  display: block;
  overflow: hidden;
  background-image: url("../images/icon/check_w.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -1000%;
}
#kotosan-bus section.contact .note {
  font-size: 12px;
  margin-top: 5px;
  color: #6f6f6f;
}
#kotosan-bus section.contact dl {
  width: 100%;
  margin: 60px 0;
  border-top: 1px solid #dadada;
}
#kotosan-bus section.contact dl dt {
  text-align: left;
  box-sizing: border-box;
  font-weight: bold;
}
#kotosan-bus section.contact dl dt span {
  font-weight: normal;
  font-size: 12px;
}
#kotosan-bus section.contact dl dt span.red {
  color: #ce0606;
}
#kotosan-bus section.contact dl dt span.en {
  display: block;
}
#kotosan-bus section.contact dl dd {
  box-sizing: border-box;
  border-bottom: 1px solid #dadada;
  text-align: left;
}
#kotosan-bus section.contact dl dd p + .boxItem .item {
  display: flex;
  align-items: center;
}
#kotosan-bus section.contact dl dd p + .boxItem .item span {
  margin-right: 10px;
}
#kotosan-bus section.contact dl dd .boxItem {
  display: flex;
  align-items: flex-end;
}
#kotosan-bus section.contact dl dd .boxItem .item {
  padding-right: 10px;
  box-sizing: border-box;
}
#kotosan-bus section.contact dl dd .boxItem .item span {
  display: block;
  text-align: left;
}
#kotosan-bus section.contact dl dd .boxItem .item input[type=text] {
  width: calc(100% - 20px);
  max-width: 100px;
  display: inline-block;
  vertical-align: text-bottom;
}
#kotosan-bus section.contact dl dd .boxItem .item:last-child {
  margin-right: 0;
}
#kotosan-bus section.contact dl dd .boxItem .selectArea {
  width: 100%;
}
#kotosan-bus section.contact dl dd .boxItem .selectArea select {
  min-width: 180px;
}
#kotosan-bus section.contact dl dd .boxItem + p {
  margin-top: 10px;
}
#kotosan-bus section.contact dl dd .radioArea {
  margin-bottom: 10px;
  display: inline-block;
  margin-right: 60px;
}
#kotosan-bus section.contact dl dd .radioArea:first-child {
  margin-top: 10px;
}
#kotosan-bus section.contact .btnArea {
  margin-top: 40px;
}
#kotosan-bus section.contact .btnArea .btn-back {
  background-color: #c8c8c8;
  color: #333;
}
#kotosan-bus section.contact .boxText h2 {
  margin: 0;
  font-weight: bold;
  color: #44c078;
  font-size: 20px;
}
#kotosan-bus section.contact .boxText .btnArea {
  margin-top: 40px;
}
#kotosan-bus section.contact .boxText .text {
  text-align: left;
}
#kotosan-bus section.contact .boxText .text + .text {
  margin-top: 20px;
}
#kotosan-bus section.contact .disabled {
  pointer-events: none;
  opacity: 0.5;
}
#kotosan-bus article {
  width: 100%;
  margin-bottom: 120px;
  text-align: left;
}
#kotosan-bus article h1 {
  padding-bottom: 15px;
  margin: 50px 0 20px 0;
  border-bottom: 1px solid #44c078;
  font-size: 26px;
  line-height: 36px;
  text-align: left;
  color: #333;
  font-weight: bold;
}
#kotosan-bus article h1 + h2 {
  margin-top: 0 !important;
}
#kotosan-bus article h2 {
  margin: 50px 0 20px 0;
  font-size: 26px;
  line-height: 36px;
  text-align: left;
  color: #44c078;
  font-weight: bold;
}
#kotosan-bus article h2 + h3 {
  margin-top: 0 !important;
}
#kotosan-bus article h3 {
  margin: 50px 0 20px 0;
  font-size: 20px;
  line-height: 30px;
  text-align: left;
  color: #44c078;
  font-weight: bold;
}
#kotosan-bus article h3.center {
  text-align: center;
}
#kotosan-bus article h3 + h4 {
  margin-top: 0 !important;
}
#kotosan-bus article h4 {
  margin: 50px 0 20px 0;
  font-size: 20px;
  line-height: 30px;
  text-align: left;
  color: #333;
  font-weight: bold;
}
#kotosan-bus article h4 + h5 {
  margin-top: 0 !important;
}
#kotosan-bus article h5 {
  margin: 50px 0 20px 0;
  font-size: 16px;
  line-height: 30px;
  text-align: left;
  color: #333;
  font-weight: bold;
}
#kotosan-bus article p {
  text-align: left;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 30px;
}
#kotosan-bus article p.center {
  text-align: center;
}
#kotosan-bus article img {
  width: auto;
  max-width: 100%;
  height: auto;
}
#kotosan-bus article .box_img img {
  zoom: 0.5;
}
#kotosan-bus article .box_img.left {
  text-align: left;
}
#kotosan-bus article .box_img.center {
  text-align: center;
}
#kotosan-bus article .box_img.center img {
  margin: 0 auto;
}
#kotosan-bus article .box_img.right {
  text-align: right;
}
#kotosan-bus article blockquote {
  background-color: #fafafa;
  box-sizing: border-box;
  position: relative;
  border: none;
}
#kotosan-bus article blockquote:before {
  content: "";
  display: block;
  overflow: hidden;
  background-image: url("../images/icon/blockquote.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -1000%;
  position: absolute;
}
#kotosan-bus article table {
  width: 100%;
  border-top: 1px solid #44c078;
  border-bottom: 1px solid #44c078;
}
#kotosan-bus article table tbody th {
  padding: 20px;
  box-sizing: border-box;
  background-color: #f5fcf8;
  border-bottom: 1px solid #8bd8ab;
  text-align: center;
  font-weight: bold;
}
#kotosan-bus article table tbody th:first-child {
  border-right: 1px solid #8bd8ab;
}
#kotosan-bus article table tbody td {
  padding: 20px;
  box-sizing: border-box;
  border-bottom: 1px solid #c7ecd6;
  text-align: left;
}
#kotosan-bus article em {
  font-weight: bold;
}
#kotosan-bus article strong {
  color: #ce0606;
}
#kotosan-bus article a {
  border-bottom: 1px solid #333;
}
#kotosan-bus article a.btn {
  border: 2px solid #44c078;
}
#kotosan-bus article ul {
  margin-bottom: 20px;
}
#kotosan-bus article ul li {
  margin-bottom: 10px;
}
#kotosan-bus article ul li:before {
  content: "";
  width: 5px;
  height: 5px;
  margin-top: 5px;
  margin-right: 10px;
  display: inline-block;
  background-color: #44c078;
}
#kotosan-bus article ol {
  margin-bottom: 20px;
}
#kotosan-bus article ol li {
  margin-left: 20px;
  margin-bottom: 10px;
  list-style: decimal;
}
#kotosan-bus article ul.link li a {
  border-bottom: 1px solid #333;
}
#kotosan-bus article ul.link li:before {
  content: "";
  width: 6px;
  height: 6px;
  margin-top: 5px;
  margin-right: 10px;
  display: inline-block;
  border-top: 2px solid #44c078;
  border-right: 2px solid #44c078;
  transform: rotate(45deg);
  background-color: transparent;
}
#kotosan-bus article .acms-grid, #kotosan-bus article .entry-container {
  margin: 0;
}
#kotosan-bus article .column-media-auto {
  margin-bottom: 20px;
}
#kotosan-bus article .date {
  margin-top: 60px;
  display: block;
  text-align: right;
  color: #6f6f6f;
}
#kotosan-bus article .btn_pdf {
  min-width: 340px;
  border-bottom: none;
}
#kotosan-bus article .js-edit_inplace-title_trigger:hover {
  background-color: initial !important;
}
#kotosan-bus article .acms-page-header {
  border-bottom: none;
}
#kotosan-bus article .acms-page-header + .js-edit_inplace h2 {
  margin-top: 0;
}
#kotosan-bus article .js-edit_inplace + .js-edit_inplace h2, #kotosan-bus article .js-edit_inplace + .js-edit_inplace h3 {
  margin-top: 0;
}
#kotosan-bus article .entry-title:hover {
  opacity: 0.5;
}
#kotosan-bus article .acms-admin-box {
  margin-top: 40px;
}
#kotosan-bus article .acms-admin-system-topicpath-wrap {
  display: none;
}
#kotosan-bus article .acms-admin-btn-action-group {
  margin: 0;
}
#kotosan-bus article .acms-container {
  padding: 0;
}
#kotosan-bus article .ui-sortable-handle {
  margin-bottom: 0;
}
#kotosan-bus article .acms-admin-edit-info-heading {
  color: #fff;
}
#kotosan-bus article .acms-admin-edit-info {
  margin-top: 10px;
}
#kotosan-bus article .acms_fix_bg_index {
  display: none;
}
#kotosan-bus article .text_link {
  border-bottom: 1px solid #333;
}
#kotosan-bus article .column-video-auto {
  margin-bottom: 20px;
}
#kotosan-bus article .acms-admin-box-medium + article {
  margin-bottom: 10px;
}
#kotosan-bus header.acms-page-header {
  display: none;
}
#kotosan-bus .comingsoon {
  font-size: 20px;
}
#kotosan-bus .comingsoon + .btn {
  margin-top: 40px;
}
#kotosan-bus .modalArea .box_modal {
  display: none;
  width: 100vw;
  height: 100vh;
  padding: 50px 0;
  box-sizing: border-box;
  overflow-y: scroll;
  overflow-x: hidden;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
}
#kotosan-bus .modalArea .box_modal .cont {
  width: calc(100% - 40px);
  max-width: 1020px;
  margin: 50px auto;
  background-color: #fff;
  box-sizing: border-box;
  position: absolute;
  top: 0;
}
#kotosan-bus .modalArea .box_modal .cont .btnClose {
  width: 20px;
  height: 20px;
  display: inline-block;
  position: absolute;
  overflow: hidden;
  text-indent: -1000px;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
#kotosan-bus .modalArea .box_modal .cont .btnClose:before, #kotosan-bus .modalArea .box_modal .cont .btnClose:after {
  content: "";
  width: 20px;
  height: 2px;
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
}
#kotosan-bus .modalArea .box_modal .cont .btnClose:before {
  transform: rotate(45deg);
}
#kotosan-bus .modalArea .box_modal .cont .btnClose:after {
  transform: rotate(-45deg);
}
#kotosan-bus .modalArea .box_modal .cont .btnArea_close .close {
  font-size: 18px;
  cursor: pointer;
  display: inline-block;
}
#kotosan-bus .modalArea .box_modal .cont .btnArea_close .close .btnClose {
  margin-top: -7px;
  margin-right: 10px;
  position: relative;
  top: auto;
  right: auto;
  text-indent: 100%;
  vertical-align: middle;
}
#kotosan-bus.index {
  padding-top: 0;
}
#kotosan-bus.index .firstViewArea {
  position: relative;
}
#kotosan-bus.index .firstViewArea .mainTitleArea {
  width: 100%;
  overflow: hidden;
}
#kotosan-bus.index .firstViewArea .mainTitleArea .box {
  position: relative;
}
#kotosan-bus.index .firstViewArea .mainTitleArea .box .boxText {
  text-align: left;
  text-shadow: 0 0 10px white, 0 0 10px white, 0 0 10px white, 0 0 10px white;
  position: relative;
  width: 100%;
}
#kotosan-bus.index .firstViewArea .mainTitleArea .box .boxText .copy {
  font-family: a-otf-ud-reimin-pr6n, sans-serif;
  position: relative;
  z-index: 100;
}
#kotosan-bus.index .firstViewArea .mainTitleArea .box .boxText .text {
  width: 100%;
  text-shadow: 0 0 3px white, 0 0 3px white, 0 0 10px white, 0 0 10px white, 0 0 10px white, 0 0 10px white;
  position: relative;
  z-index: 100;
}
#kotosan-bus.index .firstViewArea .mainTitleArea .box .boxText .area {
  position: absolute;
  z-index: 10;
}
#kotosan-bus.index .firstViewArea .mainTitleArea .box .bus {
  width: 80%;
}
#kotosan-bus.index .firstViewArea .mainTitleArea .box .bus img {
  position: absolute;
}
#kotosan-bus.index .firstViewArea .importantArea {
  padding: 20px 0;
  box-sizing: border-box;
  background-color: #44c078;
}
#kotosan-bus.index .firstViewArea .importantArea .box {
  position: relative;
}
#kotosan-bus.index .firstViewArea .importantArea .box dt {
  position: relative;
  color: #fff;
  font-weight: bold;
  text-align: left;
}
#kotosan-bus.index .firstViewArea .importantArea .box dt:before {
  content: "";
  display: block;
  overflow: hidden;
  background-image: url("../images/icon/important.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -1000%;
  position: absolute;
  left: 0;
}
#kotosan-bus.index .firstViewArea .importantArea .box dd .text {
  flex: 1;
  text-align: left;
}
#kotosan-bus.index .firstViewArea .importantArea .box dd .text a {
  padding: 10px 20px;
  border-radius: 4px;
  background-color: #fff;
  display: block;
}
#kotosan-bus.index .firstViewArea .importantArea .box dd .text a time {
  margin-right: 20px;
}
#kotosan-bus.index .firstViewArea .importantArea .box dd .text a + a {
  margin-top: 10px;
}
#kotosan-bus.index .firstViewArea .importantArea .box dd .text span {
  padding: 10px 20px;
  display: block;
}
#kotosan-bus.index .firstViewArea .importantArea .box dd .btn {
  background-color: #fff;
  border-radius: 30px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  border: none;
  display: flex;
  align-items: center;
  font-weight: bold;
  color: #44c078;
}
#kotosan-bus.index .firstViewArea .importantArea .box dd .btn:after {
  content: "";
  position: absolute;
  transition: all 0.3s 0s;
}
#kotosan-bus.index .firstViewArea .importantArea .box dd .btn:hover:after {
  border-top: 2px solid #44c078;
  border-right: 2px solid #44c078;
}
#kotosan-bus.index .firstViewArea .sliderArea {
  box-sizing: border-box;
}
#kotosan-bus.index .firstViewArea .sliderArea .listSlider {
  overflow: hidden;
  position: relative;
  animation: open 1s linear 0s forwards;
}
#kotosan-bus.index .firstViewArea .sliderArea .listSlider li {
  width: 100%;
  position: absolute;
  left: 100%;
  top: 0;
}
#kotosan-bus.index .firstViewArea .sliderArea .listSlider li:nth-child(1) {
  left: -100%;
}
#kotosan-bus.index .firstViewArea .sliderArea .listSlider li:nth-child(2) {
  position: relative;
  left: 0;
}
#kotosan-bus.index .firstViewArea .sliderArea .listSlider li a {
  width: 100%;
  height: 100%;
  display: block;
}
#kotosan-bus.index .firstViewArea .sliderArea .arrow {
  position: absolute;
  top: calc(50% - 15px);
}
#kotosan-bus.index .firstViewArea .sliderArea .arrow .next, #kotosan-bus.index .firstViewArea .sliderArea .arrow .prev {
  width: 30px;
  height: 30px;
  display: block;
  overflow: hidden;
  background-image: url("../images/icon/arrow_w.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -1000%;
  background-color: #44c078;
  background-size: 20px auto;
  background-position: left 7px center;
  border-radius: 50%;
  position: absolute;
  top: 0;
  cursor: pointer;
}
#kotosan-bus.index .firstViewArea .sliderArea .arrow .next {
  right: -15px;
}
#kotosan-bus.index .firstViewArea .sliderArea .arrow .prev {
  left: -15px;
  transform: rotate(180deg);
}
#kotosan-bus.index .firstViewArea .sliderArea .listNum {
  display: flex;
  align-items: center;
  position: absolute;
}
#kotosan-bus.index .firstViewArea .sliderArea .listNum li {
  margin-right: 10px;
  display: block;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
}
#kotosan-bus.index .firstViewArea .sliderArea .listNum li:last-child {
  margin-right: 0;
}
#kotosan-bus.index .firstViewArea .sliderArea.animation .listSlider li {
  transition: all 1s 0s;
}
#kotosan-bus.index .firstViewArea .sliderArea.listSingle .listSlider li {
  position: relative;
  left: 0;
}
#kotosan-bus.index .navArea .listNav li.home p {
  color: #44c078;
}
#kotosan-bus.index .navArea .listNav li.home p .en {
  color: #44c078;
}
#kotosan-bus.index section.news h2 {
  padding-left: 50px;
  font-size: 28px;
  color: #44c078;
  text-align: left;
  font-weight: bold;
  position: relative;
}
#kotosan-bus.index section.news h2:before {
  content: "";
  display: block;
  overflow: hidden;
  background-image: url("../images/icon/news_lower.svg.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -1000%;
  position: absolute;
  left: 0;
}
#kotosan-bus.index section.news h2 .en {
  margin-left: 10px;
  font-size: 10px;
  font-weight: normal;
  color: #6f6f6f;
}
#kotosan-bus.index section.news .btnArea {
  text-align: right;
}
#kotosan-bus.index section.bus {
  background-color: #edffd6;
  box-sizing: border-box;
}
#kotosan-bus.index section.bus .box .listBus li {
  box-sizing: border-box;
  position: relative;
}
#kotosan-bus.index section.bus .box .listBus li .boxBus .bus {
  position: absolute;
}
#kotosan-bus.index section.bus .box .listBus li .boxBus dl {
  background-color: #fff;
  box-sizing: border-box;
}
#kotosan-bus.index section.bus .box .listBus li .boxBus dl dt {
  margin-bottom: 10px;
  font-weight: bold;
}
#kotosan-bus.index section.bus .box .listBus li .boxBus dl dt .en {
  font-size: 10px;
  display: block;
  font-weight: normal;
  color: #6f6f6f;
}
#kotosan-bus.index section.bus .box .listBus li .boxBus dl dd {
  margin-bottom: 10px;
  text-align: left;
  font-size: 14px;
}
#kotosan-bus.index section.bus .box .listBus li .btnArea {
  width: 100%;
}
#kotosan-bus.index section.bus .box .listBus li .btnArea .btn {
  padding: 7px 0;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
#kotosan-bus.index section.bus .box .listBus li .btnArea .btn:before {
  content: "";
  width: 20px;
  height: 20px;
  margin-right: 10px;
  transition: all 0.3s 0s;
}
#kotosan-bus.index section.bus .box .listBus li .btnArea .btn:after {
  content: none;
}
#kotosan-bus.index section.bus .box .listBus li .btnArea .btn.course:before {
  display: block;
  overflow: hidden;
  background-image: url("../images/icon/course.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -1000%;
}
#kotosan-bus.index section.bus .box .listBus li .btnArea .btn.course:hover:before {
  display: block;
  overflow: hidden;
  background-image: url("../images/icon/course_w.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -1000%;
}
#kotosan-bus.index section.bus .box .listBus li .btnArea .btn.reservation:before {
  display: block;
  overflow: hidden;
  background-image: url("../images/icon/reservation.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -1000%;
}
#kotosan-bus.index section.bus .box .listBus li .btnArea .btn.time:before {
  display: block;
  overflow: hidden;
  background-image: url("../images/icon/time.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -1000%;
}
#kotosan-bus.index section.bus .box .listBus li .btnArea .btn.price:before {
  display: block;
  overflow: hidden;
  background-image: url("../images/icon/price.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -1000%;
}
#kotosan-bus.index section.bus .box .listBus li .btnArea .btn.type:before {
  display: block;
  overflow: hidden;
  background-image: url("../images/icon/type.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -1000%;
}
#kotosan-bus.index section.bus .box .listBus li:last-child {
  margin: 0;
}
#kotosan-bus.index section.bus .box .listBus li.airport_limousine_bus dl dt {
  font-size: 19px;
}
@media (min-width: 1025px) {
  #kotosan-bus.index .bannerArea {
    padding: 80px 0;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus.index .bannerArea {
    padding: 40px 0;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.index .bannerArea {
    padding: 20px 0;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.index .bannerArea .box .listBanner {
    display: flex;
    margin-bottom: 40px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus.index .bannerArea .box .listBanner {
    display: flex;
    margin-bottom: 40px;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.index .bannerArea .box .listBanner li {
    width: calc((100% - 40px) / 2);
    margin-right: 40px;
  }
  #kotosan-bus.index .bannerArea .box .listBanner li:nth-child(even) {
    margin-right: 0;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus.index .bannerArea .box .listBanner li {
    width: calc((100% - 20px) / 2);
    margin-right: 20px;
  }
  #kotosan-bus.index .bannerArea .box .listBanner li:nth-child(even) {
    margin-right: 0;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.index .bannerArea .box .listBanner li {
    margin-bottom: 10px;
  }
}
#kotosan-bus.index .bannerArea .box .listBanner li a {
  display: block;
}
@media (min-width: 1025px) {
  #kotosan-bus.index .bannerArea .box .listBanner li a:hover {
    opacity: 0.7;
  }
}
#kotosan-bus.index .bannerArea .box .recruitBox a {
  box-sizing: border-box;
  display: block;
  border: 4px solid #44c078;
  background-color: #fff;
  margin-top: 40px;
}
@media (min-width: 1025px) {
  #kotosan-bus.index .bannerArea .box .recruitBox a {
    display: flex;
    align-items: center;
  }
  #kotosan-bus.index .bannerArea .box .recruitBox a:hover {
    opacity: 0.8;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus.index .bannerArea .box .recruitBox a {
    display: flex;
    align-items: center;
  }
}
#kotosan-bus.index .bannerArea .box .recruitBox a dl {
  width: 340px;
  box-sizing: border-box;
}
@media (min-width: 1025px) {
  #kotosan-bus.index .bannerArea .box .recruitBox a dl {
    padding: 0 10px;
    text-align: left;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus.index .bannerArea .box .recruitBox a dl {
    padding: 0 20px;
    text-align: left;
  }
}
@media (min-width: 767px) and (max-width: 890px) {
  #kotosan-bus.index .bannerArea .box .recruitBox a dl {
    padding: 20px 10px;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.index .bannerArea .box .recruitBox a dl {
    padding: 20px 10px;
  }
}
#kotosan-bus.index .bannerArea .box .recruitBox a dl dt {
  margin-bottom: 10px;
  color: #44c078;
  font-weight: bold;
}
@media (min-width: 1025px) {
  #kotosan-bus.index .bannerArea .box .recruitBox a dl dt {
    font-size: 34px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus.index .bannerArea .box .recruitBox a dl dt {
    font-size: 34px;
  }
}
@media (min-width: 767px) and (max-width: 890px) {
  #kotosan-bus.index .bannerArea .box .recruitBox a dl dt {
    font-size: 28px;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.index .bannerArea .box .recruitBox a dl dt {
    font-size: 28px;
  }
}
#kotosan-bus.index .bannerArea .box .recruitBox a dl dt .en {
  font-size: 12px;
  font-weight: normal;
  color: #6f6f6f;
}
@media (min-width: 1025px) {
  #kotosan-bus.index .bannerArea .box .recruitBox a dl dt .en {
    margin-left: 10px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus.index .bannerArea .box .recruitBox a dl dt .en {
    margin-left: 10px;
  }
}
@media (min-width: 767px) and (max-width: 890px) {
  #kotosan-bus.index .bannerArea .box .recruitBox a dl dt .en {
    margin-top: 5px;
    display: block;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.index .bannerArea .box .recruitBox a dl dt .en {
    margin-top: 5px;
    display: block;
  }
}
#kotosan-bus.index .bannerArea .box .recruitBox a img {
  width: calc(100% - 340px);
}
@media (max-width: 766px) {
  #kotosan-bus.index .bannerArea .box .recruitBox a img {
    width: 100%;
  }
}
#kotosan-bus.index .bannerArea .box .choisoko {
  margin-bottom: 40px;
}
@media (min-width: 767px) {
  #kotosan-bus.index .bannerArea .box .choisoko:hover {
    opacity: 0.7;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.index .bannerArea .box .choisoko {
    margin-bottom: 10px;
  }
}
#kotosan-bus.news .navArea .listNav .lower p {
  color: #44c078;
}
#kotosan-bus.news .navArea .listNav .lower p .en {
  color: #44c078;
}
#kotosan-bus.news .heading .text:before {
  background-color: #44c078;
}
#kotosan-bus.news .heading .text:after {
  background-image: url("../images/lower/heading/img_heading_lower.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#kotosan-bus.news section h2 {
  margin: 60px 0 30px 0;
  font-weight: bold;
  color: #44c078;
  text-align: left;
}
#kotosan-bus.news section h2 span {
  margin-left: 10px;
  font-size: 14px;
  color: #333;
  font-weight: normal;
}
#kotosan-bus.news section.news h2 {
  margin: 60px 0 10px 0;
  display: flex;
  align-items: center;
}
#kotosan-bus.news section.news h2:before {
  content: "";
  width: 25px;
  height: 25px;
  margin-right: 5px;
  display: block;
  overflow: hidden;
  background-image: url("../images/icon/news_lower.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -1000%;
  display: inline-block;
}
#kotosan-bus.news section.news .btnArea .btn {
  border: 2px solid #44c078;
  color: #44c078;
}
#kotosan-bus.news section.news .btnArea .btn:after {
  border-top: 2px solid #44c078;
  border-right: 2px solid #44c078;
}
#kotosan-bus.news section.news .btnArea .btn:hover {
  color: #fff;
}
#kotosan-bus.news .contents section.news {
  padding-bottom: 60px;
}
#kotosan-bus.news section.box .box_left {
  flex: 1;
}
#kotosan-bus.news section.box .box_right h3 {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 40px;
  color: #44c078;
  font-weight: bold;
  text-align: left;
  border-bottom: 1px solid #44c078;
}
#kotosan-bus.news section.box .box_right .news_recent_articles, #kotosan-bus.news section.box .box_right .news_back_number, #kotosan-bus.news section.box .box_right .news_category {
  margin-bottom: 20px;
}
#kotosan-bus.news section.box .box_right .news_recent_articles {
  margin-top: 60px;
}
#kotosan-bus.news section.box .box_right .news_back_number {
  margin-bottom: 120px;
}
#kotosan-bus.news section.box .box_right .listNews li {
  border-bottom: none;
}
#kotosan-bus.news section.box .box_right .listNews li a {
  padding: 10px 0;
  display: flex;
  align-items: flex-start;
}
#kotosan-bus.news section.box .box_right .listNews li a:before {
  content: "";
  width: 4px;
  height: 4px;
  margin: 10px 10px 0 0;
  border-top: 2px solid #44c078;
  border-right: 2px solid #44c078;
  transform: rotate(45deg);
}
#kotosan-bus.news .acms-form-group + .entry {
  margin-top: -120px;
}
#kotosan-bus.rosen .navArea .listNav .rosen p {
  color: #cbce22;
}
#kotosan-bus.rosen .navArea .listNav .rosen p .en {
  color: #cbce22;
}
#kotosan-bus.rosen .heading .text:before {
  background-color: #cbce22;
}
#kotosan-bus.rosen .heading .text:after {
  background-image: url("../images/lower/heading/img_heading_rosen.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#kotosan-bus.rosen section h2 {
  margin: 60px 0 30px 0;
  font-weight: bold;
  color: #cbce22;
  text-align: left;
}
#kotosan-bus.rosen section h2 span {
  margin-left: 10px;
  font-size: 14px;
  color: #333;
  font-weight: normal;
}
#kotosan-bus.rosen section.news h2 {
  margin: 60px 0 10px 0;
  display: flex;
  align-items: center;
}
#kotosan-bus.rosen section.news h2:before {
  content: "";
  width: 25px;
  height: 25px;
  margin-right: 5px;
  display: block;
  overflow: hidden;
  background-image: url("../images/icon/news_rosen.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -1000%;
  display: inline-block;
}
#kotosan-bus.rosen section.news .btnArea .btn {
  border: 2px solid #cbce22;
  color: #cbce22;
}
#kotosan-bus.rosen section.news .btnArea .btn:after {
  border-top: 2px solid #cbce22;
  border-right: 2px solid #cbce22;
}
#kotosan-bus.rosen section.news .btnArea .btn:hover {
  color: #fff;
}
#kotosan-bus.rosen .list_other_link li a {
  border: 1px solid #cbce22;
  color: #cbce22;
}
#kotosan-bus.rosen .list_other_link li.rosen a:before {
  display: block;
  overflow: hidden;
  background-image: url("../images/icon/scheduled_r.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -1000%;
}
#kotosan-bus.rosen .list_other_link li.busStop a:before {
  display: block;
  overflow: hidden;
  background-image: url("../images/icon/reserved_r.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -1000%;
}
#kotosan-bus.rosen .list_other_link li.faq a:before {
  display: block;
  overflow: hidden;
  background-image: url("../images/icon/faq_r.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -1000%;
}
#kotosan-bus.rosen .list_other_link li.deals a:before {
  display: block;
  overflow: hidden;
  background-image: url("../images/icon/deals_r.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -1000%;
}
#kotosan-bus.rosen section.map .box_map .box_map_btn .list_map_btn li {
  position: relative;
}
#kotosan-bus.rosen section.map .box_map .box_map_btn .list_map_btn li span {
  flex: 1;
  margin-top: -2px;
  display: inline-block;
}
#kotosan-bus.rosen section.map .box_map .box_map_btn .list_map_btn li:before {
  content: "";
  display: block;
  border-radius: 50%;
}
#kotosan-bus.rosen section.map .box_map .box_map_btn .list_map_btn li:after {
  position: absolute;
  border: 2px solid #fff;
  border-radius: 50%;
}
#kotosan-bus.rosen section.map .box_map .box_map_btn .list_map_btn li:last-child, #kotosan-bus.rosen section.map .box_map .box_map_btn .list_map_btn li:nth-last-child(2) {
  margin-bottom: 0;
}
#kotosan-bus.rosen section.map .box_map .box_map_btn .list_map_btn li.kotohira:before {
  background-color: #ec018c;
}
#kotosan-bus.rosen section.map .box_map .box_map_btn .list_map_btn li.kotohira.target {
  background-color: #ec018c;
}
#kotosan-bus.rosen section.map .box_map .box_map_btn .list_map_btn li.kotohira.target:before {
  background-color: #fff;
}
#kotosan-bus.rosen section.map .box_map .box_map_btn .list_map_btn li.miai:before {
  background-color: #8cc53e;
}
#kotosan-bus.rosen section.map .box_map .box_map_btn .list_map_btn li.miai.target {
  background-color: #8cc53e;
}
#kotosan-bus.rosen section.map .box_map .box_map_btn .list_map_btn li.miai.target:before {
  background-color: #fff;
}
#kotosan-bus.rosen section.map .box_map .box_map_btn .list_map_btn li.sumisyo:before {
  background-color: #343399;
}
#kotosan-bus.rosen section.map .box_map .box_map_btn .list_map_btn li.sumisyo.target {
  background-color: #343399;
}
#kotosan-bus.rosen section.map .box_map .box_map_btn .list_map_btn li.sumisyo.target:before {
  background-color: #fff;
}
#kotosan-bus.rosen section.map .box_map .box_map_btn .list_map_btn li.shimada_okada:before {
  background-color: #663300;
}
#kotosan-bus.rosen section.map .box_map .box_map_btn .list_map_btn li.shimada_okada.target {
  background-color: #663300;
}
#kotosan-bus.rosen section.map .box_map .box_map_btn .list_map_btn li.shimada_okada.target:before {
  background-color: #fff;
}
#kotosan-bus.rosen section.map .box_map .box_map_btn .list_map_btn li.sakaideayagawa:before {
  background-color: #98793e;
}
#kotosan-bus.rosen section.map .box_map .box_map_btn .list_map_btn li.sakaideayagawa.target {
  background-color: #98793e;
}
#kotosan-bus.rosen section.map .box_map .box_map_btn .list_map_btn li.sakaideayagawa.target:before {
  background-color: #fff;
}
#kotosan-bus.rosen section.map .box_map .box_map_btn .list_map_btn li.setooohashi:before {
  background-color: #03aeee;
}
#kotosan-bus.rosen section.map .box_map .box_map_btn .list_map_btn li.setooohashi.target {
  background-color: #03aeee;
}
#kotosan-bus.rosen section.map .box_map .box_map_btn .list_map_btn li.setooohashi.target:before {
  background-color: #fff;
}
#kotosan-bus.rosen section.map .box_map .box_map_btn .list_map_btn li.ougoshi:before {
  background-color: #ed1c24;
}
#kotosan-bus.rosen section.map .box_map .box_map_btn .list_map_btn li.ougoshi.target {
  background-color: #ed1c24;
}
#kotosan-bus.rosen section.map .box_map .box_map_btn .list_map_btn li.ougoshi.target:before {
  background-color: #fff;
}
#kotosan-bus.rosen section.map .box_map .box_map_btn .list_map_btn li.sakaidehigashi:before {
  background-color: #e970a5;
}
#kotosan-bus.rosen section.map .box_map .box_map_btn .list_map_btn li.sakaidehigashi.target {
  background-color: #e970a5;
}
#kotosan-bus.rosen section.map .box_map .box_map_btn .list_map_btn li.sakaidehigashi.target:before {
  background-color: #fff;
}
#kotosan-bus.rosen section.map .box_map .box_map_btn .list_map_btn li.sakaidenishi:before {
  background-color: #edaf1a;
}
#kotosan-bus.rosen section.map .box_map .box_map_btn .list_map_btn li.sakaidenishi.target {
  background-color: #edaf1a;
}
#kotosan-bus.rosen section.map .box_map .box_map_btn .list_map_btn li.sakaidenishi.target:before {
  background-color: #fff;
}
#kotosan-bus.rosen section.map .box_map .box_map_btn .list_map_btn li.sakaidenaka:before {
  background-color: #bccc05;
}
#kotosan-bus.rosen section.map .box_map .box_map_btn .list_map_btn li.sakaidenaka.target {
  background-color: #bccc05;
}
#kotosan-bus.rosen section.map .box_map .box_map_btn .list_map_btn li.sakaidenaka.target:before {
  background-color: #fff;
}
#kotosan-bus.rosen section.map .box_map .box_map_btn .list_map_btn li.sei:before {
  background-color: #0072ff;
}
#kotosan-bus.rosen section.map .box_map .box_map_btn .list_map_btn li.sei.target {
  background-color: #0072ff;
}
#kotosan-bus.rosen section.map .box_map .box_map_btn .list_map_btn li.sei.target:before {
  background-color: #fff;
}
#kotosan-bus.rosen section.map .box_map .box_map_btn .list_map_btn li.marugametarumi:before {
  border-radius: 0;
  display: block;
  overflow: hidden;
  background-image: url("../images/icon/line_marugametarumi.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -1000%;
}
#kotosan-bus.rosen section.map .box_map .box_map_btn .list_map_btn li.marugametarumi:after {
  content: none;
}
#kotosan-bus.rosen section.map .box_map .box_map_btn .list_map_btn li.marugametarumi.target {
  background-color: #01a64f;
}
#kotosan-bus.rosen section.map .box_map .box_map_btn .list_map_btn li.marugametarumi.target:before {
  display: block;
  overflow: hidden;
  background-image: url("../images/icon/line_w.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -1000%;
}
#kotosan-bus.rosen section.map .box_map .box_map_btn .list_map_btn li.marugamenishi:before {
  border-radius: 0;
  display: block;
  overflow: hidden;
  background-image: url("../images/icon/line_marugamenishi.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -1000%;
}
#kotosan-bus.rosen section.map .box_map .box_map_btn .list_map_btn li.marugamenishi:after {
  content: none;
}
#kotosan-bus.rosen section.map .box_map .box_map_btn .list_map_btn li.marugamenishi.target {
  background-color: #04abef;
}
#kotosan-bus.rosen section.map .box_map .box_map_btn .list_map_btn li.marugamenishi.target:before {
  display: block;
  overflow: hidden;
  background-image: url("../images/icon/line_w.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -1000%;
}
#kotosan-bus.rosen section.map .box_map .box_map_btn .list_map_btn li.marugamehigashi:before {
  border-radius: 0;
  display: block;
  overflow: hidden;
  background-image: url("../images/icon/line_marugamehigashi.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -1000%;
}
#kotosan-bus.rosen section.map .box_map .box_map_btn .list_map_btn li.marugamehigashi:after {
  content: none;
}
#kotosan-bus.rosen section.map .box_map .box_map_btn .list_map_btn li.marugamehigashi.target {
  background-color: #8f508c;
}
#kotosan-bus.rosen section.map .box_map .box_map_btn .list_map_btn li.marugamehigashi.target:before {
  display: block;
  overflow: hidden;
  background-image: url("../images/icon/line_w.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -1000%;
}
#kotosan-bus.rosen section.map .box_map .box_map_btn .list_map_btn li.reomautadu:before {
  border-radius: 0;
  display: block;
  overflow: hidden;
  background-image: url("../images/icon/line_reomautadu.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -1000%;
}
#kotosan-bus.rosen section.map .box_map .box_map_btn .list_map_btn li.reomautadu:after {
  content: none;
}
#kotosan-bus.rosen section.map .box_map .box_map_btn .list_map_btn li.reomautadu.target {
  background-color: #e07ac0;
}
#kotosan-bus.rosen section.map .box_map .box_map_btn .list_map_btn li.reomautadu.target:before {
  display: block;
  overflow: hidden;
  background-image: url("../images/icon/line_w.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -1000%;
}
#kotosan-bus.rosen section.map .box_map .box_map_btn .list_map_btn li.ayautautadu:before {
  border-radius: 0;
  display: block;
  overflow: hidden;
  background-image: url("../images/icon/line_ayautautadu.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -1000%;
}
#kotosan-bus.rosen section.map .box_map .box_map_btn .list_map_btn li.ayautautadu:after {
  content: none;
}
#kotosan-bus.rosen section.map .box_map .box_map_btn .list_map_btn li.ayautautadu.target {
  background-color: #ff9900;
}
#kotosan-bus.rosen section.map .box_map .box_map_btn .list_map_btn li.ayautautadu.target:before {
  display: block;
  overflow: hidden;
  background-image: url("../images/icon/line_w.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -1000%;
}
#kotosan-bus.rosen section.line h3 span .note {
  margin-left: 10px;
  display: inline-block;
}
#kotosan-bus.rosen section.line .list_line {
  display: flex;
  flex-wrap: wrap;
}
#kotosan-bus.rosen section.line .list_line li {
  padding: 3px 8px;
  margin-right: 5px;
  margin-bottom: 5px;
  border-radius: 20px;
  font-size: 11px;
  line-height: 12px;
  color: #fff;
  z-index: 11;
}
#kotosan-bus.rosen section.line .list_line li:last-child {
  margin-right: 0;
}
#kotosan-bus.rosen section.line .list_line li.kotohira {
  background-color: #ec018c;
}
#kotosan-bus.rosen section.line .list_line li.miai {
  background-color: #8cc53e;
}
#kotosan-bus.rosen section.line .list_line li.sumisyo {
  background-color: #343399;
}
#kotosan-bus.rosen section.line .list_line li.shimada_okada {
  background-color: #663300;
}
#kotosan-bus.rosen section.line .list_line li.sakaideayagawa {
  background-color: #98793e;
}
#kotosan-bus.rosen section.line .list_line li.setooohashi {
  background-color: #03aeee;
}
#kotosan-bus.rosen section.line .list_line li.ougoshi {
  background-color: #ed1c24;
}
#kotosan-bus.rosen section.line .list_line li.marugametarumi {
  background-color: #01a64f;
}
#kotosan-bus.rosen section.line .list_line li.marugamenishi {
  background-color: #04abef;
}
#kotosan-bus.rosen section.line .list_line li.marugamehigashi {
  background-color: #8f508c;
}
#kotosan-bus.rosen section.line .list_line li.reomautadu {
  background-color: #e07ac0;
}
#kotosan-bus.rosen section.line .list_line li.ayautautadu {
  background-color: #ff9900;
}
#kotosan-bus.rosen section.line .list_line li.sakaidehigashi {
  background-color: #e970a5;
}
#kotosan-bus.rosen section.line .list_line li.sakaidenishi {
  background-color: #edaf1a;
}
#kotosan-bus.rosen section.line .list_line li.sakaidenaka {
  background-color: #bccc05;
}
#kotosan-bus.rosen section.line .list_line li.sei {
  background-color: #0072ff;
}
#kotosan-bus.rosen section.line .box_link {
  box-sizing: border-box;
}
#kotosan-bus.rosen section.line .box_link .list_link {
  display: flex;
  flex-wrap: wrap;
}
#kotosan-bus.rosen section.line .box_link .list_link li {
  margin: 0 10px 10px 0;
  padding: 20px 10px 20px 50px;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 4px;
  text-align: left;
  font-size: 14px;
  position: relative;
  cursor: pointer;
}
#kotosan-bus.rosen section.line .box_link .list_link li span:after {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  display: block;
  overflow: hidden;
  background-image: url("../images/icon/arrow_g.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -1000%;
  transform: rotate(90deg);
  position: absolute;
  top: calc(50% - 10px);
  right: 10px;
}
#kotosan-bus.rosen section.line .box_link .list_link li:before {
  content: "";
  width: 30px;
  height: 30px;
  display: block;
  border-radius: 15px;
  position: absolute;
  top: calc(50% - 15px);
  left: 10px;
}
#kotosan-bus.rosen section.line .box_link .list_link li:nth-child(4n) {
  margin-right: 0;
}
#kotosan-bus.rosen section.line .box_link .list_link li.kotohira:before {
  background-color: #ec018c;
}
#kotosan-bus.rosen section.line .box_link .list_link li.miai:before {
  background-color: #8cc53e;
}
#kotosan-bus.rosen section.line .box_link .list_link li.sumisyo:before {
  background-color: #343399;
}
#kotosan-bus.rosen section.line .box_link .list_link li.shimada_okada:before {
  background-color: #663300;
}
#kotosan-bus.rosen section.line .box_link .list_link li.sakaideayagawa:before {
  background-color: #98793e;
}
#kotosan-bus.rosen section.line .box_link .list_link li.setooohashi:before {
  background-color: #03aeee;
}
#kotosan-bus.rosen section.line .box_link .list_link li.ougoshi:before {
  background-color: #ed1c24;
}
#kotosan-bus.rosen section.line .box_link .list_link li.marugametarumi:before {
  border-radius: 0;
  display: block;
  overflow: hidden;
  background-image: url("../images/icon/line_marugametarumi.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -1000%;
}
#kotosan-bus.rosen section.line .box_link .list_link li.marugamenishi:before {
  border-radius: 0;
  display: block;
  overflow: hidden;
  background-image: url("../images/icon/line_marugamenishi.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -1000%;
}
#kotosan-bus.rosen section.line .box_link .list_link li.marugamehigashi:before {
  border-radius: 0;
  display: block;
  overflow: hidden;
  background-image: url("../images/icon/line_marugamehigashi.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -1000%;
}
#kotosan-bus.rosen section.line .box_link .list_link li.reomautadu:before {
  border-radius: 0;
  display: block;
  overflow: hidden;
  background-image: url("../images/icon/line_reomautadu.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -1000%;
}
#kotosan-bus.rosen section.line .box_link .list_link li.ayautautadu:before {
  border-radius: 0;
  display: block;
  overflow: hidden;
  background-image: url("../images/icon/line_ayautautadu.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -1000%;
}
#kotosan-bus.rosen section.line .box_link .list_link li.sakaidehigashi:before {
  background-color: #e970a5;
}
#kotosan-bus.rosen section.line .box_link .list_link li.sakaidenishi:before {
  background-color: #edaf1a;
}
#kotosan-bus.rosen section.line .box_link .list_link li.sakaidenaka:before {
  background-color: #bccc05;
}
#kotosan-bus.rosen section.line .box_link .list_link li.sei:before {
  background-color: #0072ff;
}
#kotosan-bus.rosen section.line .box_link .note {
  font-size: 14px;
  text-align: left;
}
#kotosan-bus.rosen section.line .name .kana {
  margin-left: 10px;
  display: inline-block;
  color: #6f6f6f;
  font-size: 12px;
}
#kotosan-bus.rosen section.line .box_line_cont {
  box-sizing: border-box;
  transition: margin 0.3s 0s;
  position: relative;
}
#kotosan-bus.rosen section.line .box_line_cont .btn_toggleArea {
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
}
#kotosan-bus.rosen section.line .box_line_cont .btn_toggleArea .title {
  line-height: 24px;
  font-weight: 400;
}
#kotosan-bus.rosen section.line .box_line_cont .btn_toggleArea .first_last {
  font-size: 14px;
  line-height: 24px;
}
#kotosan-bus.rosen section.line .box_line_cont .btn_toggleArea .btn_toggle {
  overflow: hidden;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  right: 30px;
  text-indent: -1000px;
}
#kotosan-bus.rosen section.line .box_line_cont .btn_toggleArea .btn_toggle:before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  transform: rotateX(0deg) rotateZ(45deg);
  transition: all 0.3s 0s;
  position: absolute;
  top: calc(50% - 7px);
  left: calc(50% - 5px);
}
#kotosan-bus.rosen section.line .box_line_cont .btn_toggleArea .btn_toggle.open:before {
  transform: rotateX(180deg) rotateZ(45deg);
  top: calc(50% - 3px);
}
#kotosan-bus.rosen section.line .box_line_cont .box_pullDown {
  display: none;
  overflow: hidden;
  position: relative;
}
#kotosan-bus.rosen section.line .box_line_cont .box_pullDown .switch {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  position: relative;
}
#kotosan-bus.rosen section.line .box_line_cont .box_pullDown .switch li {
  width: 250px;
  margin-bottom: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 4px 4px 0 0;
  color: #6f6f6f;
  cursor: pointer;
  position: relative;
}
#kotosan-bus.rosen section.line .box_line_cont .box_pullDown .switch li:last-child {
  margin-right: 0;
}
#kotosan-bus.rosen section.line .box_line_cont .box_pullDown .switch li span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
#kotosan-bus.rosen section.line .box_line_cont .box_pullDown .switch li span:before {
  content: "";
}
#kotosan-bus.rosen section.line .box_line_cont .box_pullDown .switch li.line span:before {
  display: block;
  overflow: hidden;
  background-image: url("../images/icon/scheduled_dg.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -1000%;
}
#kotosan-bus.rosen section.line .box_line_cont .box_pullDown .switch li.time span:before {
  display: block;
  overflow: hidden;
  background-image: url("../images/icon/time_dg.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -1000%;
}
#kotosan-bus.rosen section.line .box_line_cont .box_pullDown .switch li.price span:before {
  display: block;
  overflow: hidden;
  background-image: url("../images/icon/price_dg.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -1000%;
}
#kotosan-bus.rosen section.line .box_line_cont .box_pullDown .title {
  padding: 10px 0;
  text-align: center;
}
#kotosan-bus.rosen section.line .box_line_cont .box_pullDown .cutback_prev, #kotosan-bus.rosen section.line .box_line_cont .box_pullDown .cutback_next {
  color: #a2a2a2;
  position: absolute;
}
#kotosan-bus.rosen section.line .box_line_cont .box_pullDown .cutback_prev {
  bottom: 50px;
  left: 30px;
}
#kotosan-bus.rosen section.line .box_line_cont .box_pullDown .cutback_next {
  position: absolute;
  top: 60px;
  left: calc(50% - 10px);
}
#kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_line, #kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_time, #kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_price {
  padding: 10px;
  box-sizing: border-box;
  opacity: 0;
  background-color: #fff;
  transition: opacity 0.3s 0s;
  position: absolute;
  top: 82px;
  left: 30px;
  pointer-events: none;
}
#kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_line .btn_pdf, #kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_time .btn_pdf, #kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_price .btn_pdf {
  margin-bottom: 10px;
}
#kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_line .box_lineBase, #kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_time .box_lineBase, #kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_price .box_lineBase {
  padding: 20px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_line .box_lineBase .list_station, #kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_time .box_lineBase .list_station, #kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_price .box_lineBase .list_station {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  text-align: left;
}
#kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_line .box_lineBase .list_station .box_line, #kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_time .box_lineBase .list_station .box_line, #kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_price .box_lineBase .list_station .box_line {
  width: 100%;
  margin-top: 20px;
}
#kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_line .box_lineBase .list_station .box_line .box_name, #kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_time .box_lineBase .list_station .box_line .box_name, #kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_price .box_lineBase .list_station .box_line .box_name {
  padding-left: 30px;
  box-sizing: border-box;
  position: relative;
}
#kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_line .box_lineBase .list_station .box_line .box_name:before, #kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_time .box_lineBase .list_station .box_line .box_name:before, #kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_price .box_lineBase .list_station .box_line .box_name:before {
  content: "";
  width: 5px;
  height: 100%;
  display: block;
  background-color: #333;
  position: absolute;
  bottom: 50%;
  left: 5px;
  z-index: 10;
}
#kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_line .box_lineBase .list_station .box_line .box_name:after, #kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_time .box_lineBase .list_station .box_line .box_name:after, #kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_price .box_lineBase .list_station .box_line .box_name:after {
  content: "";
  width: 5px;
  height: 100%;
  display: block;
  background-color: #333;
  position: absolute;
  top: 50%;
  left: 5px;
  z-index: 10;
}
#kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_line .box_lineBase .list_station .box_line .box_name .name, #kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_time .box_lineBase .list_station .box_line .box_name .name, #kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_price .box_lineBase .list_station .box_line .box_name .name {
  display: inline-block;
}
#kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_line .box_lineBase .list_station .box_line .box_name .name:before, #kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_time .box_lineBase .list_station .box_line .box_name .name:before, #kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_price .box_lineBase .list_station .box_line .box_name .name:before {
  content: "";
  width: 15px;
  height: 15px;
  box-sizing: border-box;
  display: block;
  background-color: #fff;
  border-radius: 50%;
  border: 2px solid #333;
  position: absolute;
  top: 7px;
  left: 0;
  z-index: 1000;
}
#kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_line .box_lineBase .list_station .box_line .box_name.first .name:after, #kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_line .box_lineBase .list_station .box_line .box_name.last .name:after {
  content: "";
  width: 23px;
  height: 23px;
  box-sizing: border-box;
  display: block;
  background-color: #fff;
  border-radius: 50%;
  border: 2px solid #333;
  position: absolute;
  top: 3px;
  left: -4px;
  z-index: 100;
}
#kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_time .box_lineBase .list_station .box_line .box_name.first .name:after, #kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_time .box_lineBase .list_station .box_line .box_name.last .name:after {
  content: "";
  width: 23px;
  height: 23px;
  box-sizing: border-box;
  display: block;
  background-color: #fff;
  border-radius: 50%;
  border: 2px solid #333;
  position: absolute;
  top: 3px;
  left: -4px;
  z-index: 100;
}
#kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_price .box_lineBase .list_station .box_line .box_name.first .name:after, #kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_price .box_lineBase .list_station .box_line .box_name.last .name:after {
  content: "";
  width: 23px;
  height: 23px;
  box-sizing: border-box;
  display: block;
  background-color: #fff;
  border-radius: 50%;
  border: 2px solid #333;
  position: absolute;
  top: 3px;
  left: -4px;
  z-index: 100;
}
#kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_line .box_lineBase .list_station .box_line .box_name.first:before, #kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_time .box_lineBase .list_station .box_line .box_name.first:before, #kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_price .box_lineBase .list_station .box_line .box_name.first:before, #kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_line .box_lineBase .list_station .box_line .box_name.last:after, #kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_time .box_lineBase .list_station .box_line .box_name.last:after, #kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_price .box_lineBase .list_station .box_line .box_name.last:after, #kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_line .box_lineBase .list_station .box_line .box_name.none:before, #kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_time .box_lineBase .list_station .box_line .box_name.none:before, #kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_price .box_lineBase .list_station .box_line .box_name.none:before, #kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_line .box_lineBase .list_station .box_line .box_name.none:after, #kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_time .box_lineBase .list_station .box_line .box_name.none:after, #kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_price .box_lineBase .list_station .box_line .box_name.none:after {
  content: none;
}
#kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_line .box_lineBase .list_station .box_line .box_name.none.continue:before, #kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_time .box_lineBase .list_station .box_line .box_name.none.continue:before, #kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_price .box_lineBase .list_station .box_line .box_name.none.continue:before {
  content: "";
  width: 5px;
  height: 200%;
  display: block;
  background-color: #333;
  position: absolute;
  top: -50%;
  left: 5px;
  z-index: 10;
}
#kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_line .box_lineBase .list_station .box_line .box_name.none.continue:after, #kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_time .box_lineBase .list_station .box_line .box_name.none.continue:after, #kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_price .box_lineBase .list_station .box_line .box_name.none.continue:after {
  content: "";
  width: 5px;
  height: 100%;
  display: block;
  background-color: #333;
  position: absolute;
  top: 50%;
  left: 5px;
  z-index: 10;
}
#kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_line .box_lineBase .list_station .box_line.line2, #kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_line .box_lineBase .list_station .box_line.line3 {
  display: flex;
  justify-content: space-between;
}
#kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_time .box_lineBase .list_station .box_line.line2, #kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_time .box_lineBase .list_station .box_line.line3 {
  display: flex;
  justify-content: space-between;
}
#kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_price .box_lineBase .list_station .box_line.line2, #kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_price .box_lineBase .list_station .box_line.line3 {
  display: flex;
  justify-content: space-between;
}
#kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_line .box_lineBase .list_station .box_line.line2 .box_name, #kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_line .box_lineBase .list_station .box_line.line3 .box_name {
  position: relative;
}
#kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_time .box_lineBase .list_station .box_line.line2 .box_name, #kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_time .box_lineBase .list_station .box_line.line3 .box_name {
  position: relative;
}
#kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_price .box_lineBase .list_station .box_line.line2 .box_name, #kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_price .box_lineBase .list_station .box_line.line3 .box_name {
  position: relative;
}
#kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_line .box_lineBase .list_station .box_line.connect2 .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_line .box_lineBase .list_station .box_line.connect2 .box_name:nth-child(3):before {
  height: 100%;
  background-color: transparent;
  position: absolute;
  z-index: 10;
}
#kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_line .box_lineBase .list_station .box_line.connect2.connect-up .box_name:nth-child(2) p::after {
  content: "";
  width: 5px;
  height: 100%;
  display: block;
  background-color: #fff;
  position: absolute;
  bottom: -26%;
  left: 5px;
  z-index: 10;
}
#kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_line .box_lineBase .list_station .box_line.connect2.connect-down .box_name:nth-child(2) p::after {
  content: "";
  width: 5px;
  height: 100%;
  display: block;
  background-color: #fff;
  position: absolute;
  top: -74%;
  left: 5px;
  z-index: 10;
}
#kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_line .box_lineBase .list_station .box_line.connect3 .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_line .box_lineBase .list_station .box_line.connect3 .box_name:nth-child(3):before {
  height: 100%;
  background-color: transparent;
  position: absolute;
  z-index: 10;
}
#kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_time .box_lineBase .list_station .box_line.connect2 .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_time .box_lineBase .list_station .box_line.connect2 .box_name:nth-child(3):before {
  height: 100%;
  background-color: transparent;
  position: absolute;
  z-index: 10;
}
#kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_time .box_lineBase .list_station .box_line.connect3 .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_time .box_lineBase .list_station .box_line.connect3 .box_name:nth-child(3):before {
  height: 100%;
  background-color: transparent;
  position: absolute;
  z-index: 10;
}
#kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_price .box_lineBase .list_station .box_line.connect2 .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_price .box_lineBase .list_station .box_line.connect2 .box_name:nth-child(3):before {
  height: 100%;
  background-color: transparent;
  position: absolute;
  z-index: 10;
}
#kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_price .box_lineBase .list_station .box_line.connect3 .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_price .box_lineBase .list_station .box_line.connect3 .box_name:nth-child(3):before {
  height: 100%;
  background-color: transparent;
  position: absolute;
  z-index: 10;
}
#kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_line .box_lineBase .list_station .box_line.connect2 .box_name:before, #kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_line .box_lineBase .list_station .box_line.connect3 .box_name:before {
  height: 200%;
}
#kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_time .box_lineBase .list_station .box_line.connect2 .box_name:before, #kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_time .box_lineBase .list_station .box_line.connect3 .box_name:before {
  height: 200%;
}
#kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_price .box_lineBase .list_station .box_line.connect2 .box_name:before, #kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_price .box_lineBase .list_station .box_line.connect3 .box_name:before {
  height: 200%;
}
#kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_line .box_lineBase .list_station .box_line.connect2 .box_name:after, #kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_line .box_lineBase .list_station .box_line.connect3 .box_name:after {
  height: 200%;
}
#kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_time .box_lineBase .list_station .box_line.connect2 .box_name:after, #kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_time .box_lineBase .list_station .box_line.connect3 .box_name:after {
  height: 200%;
}
#kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_price .box_lineBase .list_station .box_line.connect2 .box_name:after, #kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_price .box_lineBase .list_station .box_line.connect3 .box_name:after {
  height: 200%;
}
#kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_line .box_lineBase .list_station .box_line.connect2 .box_name.none.continue:before, #kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_line .box_lineBase .list_station .box_line.connect3 .box_name.none.continue:before {
  height: 300%;
  top: -200%;
}
#kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_line .box_lineBase .list_station .box_line.connect2.connect-down .box_name:after, #kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_line .box_lineBase .list_station .box_line.connect2.connect-up .box_name:after {
  height: 300%;
}
#kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_time .box_lineBase .list_station .box_line.connect2 .box_name.none.continue:before, #kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_time .box_lineBase .list_station .box_line.connect3 .box_name.none.continue:before {
  height: 300%;
  top: -200%;
}
#kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_time .box_lineBase .list_station .box_line.connect2.connect-down .box_name:after, #kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_time .box_lineBase .list_station .box_line.connect2.connect-up .box_name:after {
  height: 300%;
}
#kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_price .box_lineBase .list_station .box_line.connect2 .box_name.none.continue:before, #kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_price .box_lineBase .list_station .box_line.connect3 .box_name.none.continue:before {
  height: 300%;
  top: -200%;
}
#kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_price .box_lineBase .list_station .box_line.connect2.connect-down .box_name:after, #kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_price .box_lineBase .list_station .box_line.connect2.connect-up .box_name:after {
  height: 300%;
}
#kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_line .box_lineBase .list_station .box_line.connect2.top, #kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_line .box_lineBase .list_station .box_line.connect3.top {
  margin-top: 40px;
}
#kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_time .box_lineBase .list_station .box_line.connect2.top, #kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_time .box_lineBase .list_station .box_line.connect3.top {
  margin-top: 40px;
}
#kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_price .box_lineBase .list_station .box_line.connect2.top, #kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_price .box_lineBase .list_station .box_line.connect3.top {
  margin-top: 40px;
}
#kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_line .box_lineBase .list_station .box_line.connect2.top .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_line .box_lineBase .list_station .box_line.connect2.top .box_name:nth-child(3):before {
  border-radius: 0 10px 0 0;
  border-top: 5px solid #333;
  border-right: 5px solid #333;
  border-bottom: none;
  border-left: none;
  top: -25px;
}
#kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_line .box_lineBase .list_station .box_line.connect3.top .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_line .box_lineBase .list_station .box_line.connect3.top .box_name:nth-child(3):before {
  border-radius: 0 10px 0 0;
  border-top: 5px solid #333;
  border-right: 5px solid #333;
  border-bottom: none;
  border-left: none;
  top: -25px;
}
#kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_time .box_lineBase .list_station .box_line.connect2.top .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_time .box_lineBase .list_station .box_line.connect2.top .box_name:nth-child(3):before {
  border-radius: 0 10px 0 0;
  border-top: 5px solid #333;
  border-right: 5px solid #333;
  border-bottom: none;
  border-left: none;
  top: -25px;
}
#kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_time .box_lineBase .list_station .box_line.connect3.top .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_time .box_lineBase .list_station .box_line.connect3.top .box_name:nth-child(3):before {
  border-radius: 0 10px 0 0;
  border-top: 5px solid #333;
  border-right: 5px solid #333;
  border-bottom: none;
  border-left: none;
  top: -25px;
}
#kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_price .box_lineBase .list_station .box_line.connect2.top .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_price .box_lineBase .list_station .box_line.connect2.top .box_name:nth-child(3):before {
  border-radius: 0 10px 0 0;
  border-top: 5px solid #333;
  border-right: 5px solid #333;
  border-bottom: none;
  border-left: none;
  top: -25px;
}
#kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_price .box_lineBase .list_station .box_line.connect3.top .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_price .box_lineBase .list_station .box_line.connect3.top .box_name:nth-child(3):before {
  border-radius: 0 10px 0 0;
  border-top: 5px solid #333;
  border-right: 5px solid #333;
  border-bottom: none;
  border-left: none;
  top: -25px;
}
#kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_line .box_lineBase .list_station .box_line.connect2.top .box_name:nth-child(2):after, #kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_line .box_lineBase .list_station .box_line.connect2.top .box_name:nth-child(3):after {
  top: 0;
}
#kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_line .box_lineBase .list_station .box_line.connect3.top .box_name:nth-child(2):after, #kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_line .box_lineBase .list_station .box_line.connect3.top .box_name:nth-child(3):after {
  top: 0;
}
#kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_time .box_lineBase .list_station .box_line.connect2.top .box_name:nth-child(2):after, #kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_time .box_lineBase .list_station .box_line.connect2.top .box_name:nth-child(3):after {
  top: 0;
}
#kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_time .box_lineBase .list_station .box_line.connect3.top .box_name:nth-child(2):after, #kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_time .box_lineBase .list_station .box_line.connect3.top .box_name:nth-child(3):after {
  top: 0;
}
#kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_price .box_lineBase .list_station .box_line.connect2.top .box_name:nth-child(2):after, #kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_price .box_lineBase .list_station .box_line.connect2.top .box_name:nth-child(3):after {
  top: 0;
}
#kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_price .box_lineBase .list_station .box_line.connect3.top .box_name:nth-child(2):after, #kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_price .box_lineBase .list_station .box_line.connect3.top .box_name:nth-child(3):after {
  top: 0;
}
#kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_line .box_lineBase .list_station .box_line.connect2.bottom, #kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_line .box_lineBase .list_station .box_line.connect3.bottom {
  margin-bottom: 20px;
}
#kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_time .box_lineBase .list_station .box_line.connect2.bottom, #kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_time .box_lineBase .list_station .box_line.connect3.bottom {
  margin-bottom: 20px;
}
#kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_price .box_lineBase .list_station .box_line.connect2.bottom, #kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_price .box_lineBase .list_station .box_line.connect3.bottom {
  margin-bottom: 20px;
}
#kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_line .box_lineBase .list_station .box_line.connect2.bottom .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_line .box_lineBase .list_station .box_line.connect2.bottom .box_name:nth-child(3):before {
  border-radius: 0 0 10px 0;
  border-top: none;
  border-right: 5px solid #333;
  border-bottom: 5px solid #333;
  border-left: none;
  bottom: -25px;
}
#kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_line .box_lineBase .list_station .box_line.connect3.bottom .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_line .box_lineBase .list_station .box_line.connect3.bottom .box_name:nth-child(3):before {
  border-radius: 0 0 10px 0;
  border-top: none;
  border-right: 5px solid #333;
  border-bottom: 5px solid #333;
  border-left: none;
  bottom: -25px;
}
#kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_time .box_lineBase .list_station .box_line.connect2.bottom .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_time .box_lineBase .list_station .box_line.connect2.bottom .box_name:nth-child(3):before {
  border-radius: 0 0 10px 0;
  border-top: none;
  border-right: 5px solid #333;
  border-bottom: 5px solid #333;
  border-left: none;
  bottom: -25px;
}
#kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_time .box_lineBase .list_station .box_line.connect3.bottom .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_time .box_lineBase .list_station .box_line.connect3.bottom .box_name:nth-child(3):before {
  border-radius: 0 0 10px 0;
  border-top: none;
  border-right: 5px solid #333;
  border-bottom: 5px solid #333;
  border-left: none;
  bottom: -25px;
}
#kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_price .box_lineBase .list_station .box_line.connect2.bottom .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_price .box_lineBase .list_station .box_line.connect2.bottom .box_name:nth-child(3):before {
  border-radius: 0 0 10px 0;
  border-top: none;
  border-right: 5px solid #333;
  border-bottom: 5px solid #333;
  border-left: none;
  bottom: -25px;
}
#kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_price .box_lineBase .list_station .box_line.connect3.bottom .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_price .box_lineBase .list_station .box_line.connect3.bottom .box_name:nth-child(3):before {
  border-radius: 0 0 10px 0;
  border-top: none;
  border-right: 5px solid #333;
  border-bottom: 5px solid #333;
  border-left: none;
  bottom: -25px;
}
#kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_line .box_lineBase .list_station .box_line.connect2.bottom .box_name:nth-child(2):after, #kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_line .box_lineBase .list_station .box_line.connect2.bottom .box_name:nth-child(3):after {
  top: -50%;
}
#kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_line .box_lineBase .list_station .box_line.connect3.bottom .box_name:nth-child(2):after, #kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_line .box_lineBase .list_station .box_line.connect3.bottom .box_name:nth-child(3):after {
  top: -50%;
}
#kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_time .box_lineBase .list_station .box_line.connect2.bottom .box_name:nth-child(2):after, #kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_time .box_lineBase .list_station .box_line.connect2.bottom .box_name:nth-child(3):after {
  top: -50%;
}
#kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_time .box_lineBase .list_station .box_line.connect3.bottom .box_name:nth-child(2):after, #kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_time .box_lineBase .list_station .box_line.connect3.bottom .box_name:nth-child(3):after {
  top: -50%;
}
#kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_price .box_lineBase .list_station .box_line.connect2.bottom .box_name:nth-child(2):after, #kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_price .box_lineBase .list_station .box_line.connect2.bottom .box_name:nth-child(3):after {
  top: -50%;
}
#kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_price .box_lineBase .list_station .box_line.connect3.bottom .box_name:nth-child(2):after, #kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_price .box_lineBase .list_station .box_line.connect3.bottom .box_name:nth-child(3):after {
  top: -50%;
}
#kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_line .box_lineBase .list_station .box_line.connect2.center, #kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_line .box_lineBase .list_station .box_line.connect3.center {
  margin-top: 20px;
}
#kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_time .box_lineBase .list_station .box_line.connect2.center, #kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_time .box_lineBase .list_station .box_line.connect3.center {
  margin-top: 20px;
}
#kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_price .box_lineBase .list_station .box_line.connect2.center, #kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_price .box_lineBase .list_station .box_line.connect3.center {
  margin-top: 20px;
}
#kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_line .box_lineBase .list_station .box_line.connect2.center .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_line .box_lineBase .list_station .box_line.connect2.center .box_name:nth-child(3):before {
  border-radius: 0 0 10px 0;
  border-top: none;
  border-right: 5px solid #333;
  border-bottom: 5px solid #333;
  border-left: none;
  bottom: -20px;
}
#kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_line .box_lineBase .list_station .box_line.connect3.center .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_line .box_lineBase .list_station .box_line.connect3.center .box_name:nth-child(3):before {
  border-radius: 0 0 10px 0;
  border-top: none;
  border-right: 5px solid #333;
  border-bottom: 5px solid #333;
  border-left: none;
  bottom: -20px;
}
#kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_time .box_lineBase .list_station .box_line.connect2.center .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_time .box_lineBase .list_station .box_line.connect2.center .box_name:nth-child(3):before {
  border-radius: 0 0 10px 0;
  border-top: none;
  border-right: 5px solid #333;
  border-bottom: 5px solid #333;
  border-left: none;
  bottom: -20px;
}
#kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_time .box_lineBase .list_station .box_line.connect3.center .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_time .box_lineBase .list_station .box_line.connect3.center .box_name:nth-child(3):before {
  border-radius: 0 0 10px 0;
  border-top: none;
  border-right: 5px solid #333;
  border-bottom: 5px solid #333;
  border-left: none;
  bottom: -20px;
}
#kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_price .box_lineBase .list_station .box_line.connect2.center .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_price .box_lineBase .list_station .box_line.connect2.center .box_name:nth-child(3):before {
  border-radius: 0 0 10px 0;
  border-top: none;
  border-right: 5px solid #333;
  border-bottom: 5px solid #333;
  border-left: none;
  bottom: -20px;
}
#kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_price .box_lineBase .list_station .box_line.connect3.center .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_price .box_lineBase .list_station .box_line.connect3.center .box_name:nth-child(3):before {
  border-radius: 0 0 10px 0;
  border-top: none;
  border-right: 5px solid #333;
  border-bottom: 5px solid #333;
  border-left: none;
  bottom: -20px;
}
#kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_line .box_lineBase .list_station .box_line.connect2.center .box_name:nth-child(2):after, #kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_line .box_lineBase .list_station .box_line.connect2.center .box_name:nth-child(3):after {
  top: -50%;
}
#kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_line .box_lineBase .list_station .box_line.connect3.center .box_name:nth-child(2):after, #kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_line .box_lineBase .list_station .box_line.connect3.center .box_name:nth-child(3):after {
  top: -50%;
}
#kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_time .box_lineBase .list_station .box_line.connect2.center .box_name:nth-child(2):after, #kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_time .box_lineBase .list_station .box_line.connect2.center .box_name:nth-child(3):after {
  top: -50%;
}
#kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_time .box_lineBase .list_station .box_line.connect3.center .box_name:nth-child(2):after, #kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_time .box_lineBase .list_station .box_line.connect3.center .box_name:nth-child(3):after {
  top: -50%;
}
#kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_price .box_lineBase .list_station .box_line.connect2.center .box_name:nth-child(2):after, #kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_price .box_lineBase .list_station .box_line.connect2.center .box_name:nth-child(3):after {
  top: -50%;
}
#kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_price .box_lineBase .list_station .box_line.connect3.center .box_name:nth-child(2):after, #kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_price .box_lineBase .list_station .box_line.connect3.center .box_name:nth-child(3):after {
  top: -50%;
}
#kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_line .box_lineBase .list_station .box_line.connect2.center + .center, #kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_line .box_lineBase .list_station .box_line.connect3.center + .center {
  margin-top: 40px;
}
#kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_time .box_lineBase .list_station .box_line.connect2.center + .center, #kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_time .box_lineBase .list_station .box_line.connect3.center + .center {
  margin-top: 40px;
}
#kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_price .box_lineBase .list_station .box_line.connect2.center + .center, #kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_price .box_lineBase .list_station .box_line.connect3.center + .center {
  margin-top: 40px;
}
#kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_line .box_lineBase .list_station .box_line.connect2.center + .center .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_line .box_lineBase .list_station .box_line.connect2.center + .center .box_name:nth-child(3):before {
  border-radius: 0 10px 0 0;
  border-top: 5px solid #333;
  border-right: 5px solid #333;
  border-bottom: none;
  border-left: none;
  top: -25px;
}
#kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_line .box_lineBase .list_station .box_line.connect3.center + .center .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_line .box_lineBase .list_station .box_line.connect3.center + .center .box_name:nth-child(3):before {
  border-radius: 0 10px 0 0;
  border-top: 5px solid #333;
  border-right: 5px solid #333;
  border-bottom: none;
  border-left: none;
  top: -25px;
}
#kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_time .box_lineBase .list_station .box_line.connect2.center + .center .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_time .box_lineBase .list_station .box_line.connect2.center + .center .box_name:nth-child(3):before {
  border-radius: 0 10px 0 0;
  border-top: 5px solid #333;
  border-right: 5px solid #333;
  border-bottom: none;
  border-left: none;
  top: -25px;
}
#kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_time .box_lineBase .list_station .box_line.connect3.center + .center .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_time .box_lineBase .list_station .box_line.connect3.center + .center .box_name:nth-child(3):before {
  border-radius: 0 10px 0 0;
  border-top: 5px solid #333;
  border-right: 5px solid #333;
  border-bottom: none;
  border-left: none;
  top: -25px;
}
#kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_price .box_lineBase .list_station .box_line.connect2.center + .center .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_price .box_lineBase .list_station .box_line.connect2.center + .center .box_name:nth-child(3):before {
  border-radius: 0 10px 0 0;
  border-top: 5px solid #333;
  border-right: 5px solid #333;
  border-bottom: none;
  border-left: none;
  top: -25px;
}
#kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_price .box_lineBase .list_station .box_line.connect3.center + .center .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_price .box_lineBase .list_station .box_line.connect3.center + .center .box_name:nth-child(3):before {
  border-radius: 0 10px 0 0;
  border-top: 5px solid #333;
  border-right: 5px solid #333;
  border-bottom: none;
  border-left: none;
  top: -25px;
}
#kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_line .box_lineBase .list_station .box_line.connect2.center + .center .box_name:nth-child(2):after, #kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_line .box_lineBase .list_station .box_line.connect2.center + .center .box_name:nth-child(3):after {
  top: 0;
}
#kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_line .box_lineBase .list_station .box_line.connect3.center + .center .box_name:nth-child(2):after, #kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_line .box_lineBase .list_station .box_line.connect3.center + .center .box_name:nth-child(3):after {
  top: 0;
}
#kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_time .box_lineBase .list_station .box_line.connect2.center + .center .box_name:nth-child(2):after, #kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_time .box_lineBase .list_station .box_line.connect2.center + .center .box_name:nth-child(3):after {
  top: 0;
}
#kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_time .box_lineBase .list_station .box_line.connect3.center + .center .box_name:nth-child(2):after, #kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_time .box_lineBase .list_station .box_line.connect3.center + .center .box_name:nth-child(3):after {
  top: 0;
}
#kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_price .box_lineBase .list_station .box_line.connect2.center + .center .box_name:nth-child(2):after, #kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_price .box_lineBase .list_station .box_line.connect2.center + .center .box_name:nth-child(3):after {
  top: 0;
}
#kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_price .box_lineBase .list_station .box_line.connect3.center + .center .box_name:nth-child(2):after, #kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_price .box_lineBase .list_station .box_line.connect3.center + .center .box_name:nth-child(3):after {
  top: 0;
}
#kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_line .box_lineBase .list_station .box_line.connect2 .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_time .box_lineBase .list_station .box_line.connect2 .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_price .box_lineBase .list_station .box_line.connect2 .box_name:nth-child(2):before {
  content: "";
  width: 100%;
  left: calc(-100% + 5px);
}
#kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_line .box_lineBase .list_station .box_line.connect3 .box_name:nth-child(3):before, #kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_time .box_lineBase .list_station .box_line.connect3 .box_name:nth-child(3):before, #kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_price .box_lineBase .list_station .box_line.connect3 .box_name:nth-child(3):before {
  content: "";
  width: 200%;
  left: calc(-200% + 5px);
}
#kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_line .box_lineBase .list_station .box_line.line2 .box_name, #kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_time .box_lineBase .list_station .box_line.line2 .box_name, #kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_price .box_lineBase .list_station .box_line.line2 .box_name {
  width: 50%;
}
#kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_line .box_lineBase .list_station .box_line.line3 .box_name, #kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_time .box_lineBase .list_station .box_line.line3 .box_name, #kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_price .box_lineBase .list_station .box_line.line3 .box_name {
  width: 33%;
}
#kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_line .box_lineBase .box_station, #kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_time .box_lineBase .box_station, #kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_price .box_lineBase .box_station {
  box-sizing: border-box;
}
#kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_line .box_lineBase .box_station .titleArea, #kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_time .box_lineBase .box_station .titleArea, #kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_price .box_lineBase .box_station .titleArea {
  margin-bottom: 20px;
}
#kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_line .box_lineBase .box_station + .titleArea, #kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_time .box_lineBase .box_station + .titleArea, #kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_price .box_lineBase .box_station + .titleArea {
  margin-top: 40px;
}
#kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_line .box_title, #kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_time .box_title, #kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_price .box_title {
  width: 100%;
  margin-bottom: 10px;
  box-sizing: border-box;
}
#kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_line .note, #kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_time .note, #kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_price .note {
  width: 100%;
  margin-bottom: 10px;
  font-size: 12px;
  text-align: right;
}
#kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_time {
  padding: 40px;
  box-sizing: border-box;
}
#kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_time .btnArea {
  width: 100%;
}
#kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_time .btnArea .btn_pdf + .btn_pdf {
  margin-left: 10px;
}
#kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_time .btnArea .listNote {
  margin-top: 40px;
}
#kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_time .btnArea .listNote li {
  margin-bottom: 5px;
  text-align: left;
}
#kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_time .btnArea .listNote li:before {
  content: "";
  width: 5px;
  height: 5px;
  margin-right: 10px;
  margin-top: -2.5px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 2px;
}
#kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_time .btnArea table {
  box-sizing: border-box;
  table-layout: fixed;
}
#kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_time .btnArea table tr th {
  padding: 10px 40px;
  box-sizing: border-box;
  border-bottom: 1px solid #fff;
  font-weight: bold;
  text-align: center;
}
#kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_time .btnArea table tr td {
  padding: 10px 40px;
  box-sizing: border-box;
  text-align: center;
}
#kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_time .btnArea table tr td:first-child {
  border: none;
}
#kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_time .btnArea .note {
  margin-top: 10px;
  text-align: left;
}
#kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_price {
  padding: 40px;
  box-sizing: border-box;
}
#kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_price .btnArea {
  width: 100%;
}
#kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_price .btnArea .btn_pdf + .btn_pdf {
  margin-left: 10px;
}
#kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_price .listNote {
  margin-top: 40px;
}
#kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_price .listNote li {
  margin-bottom: 5px;
  text-align: left;
}
#kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_price .listNote li:before {
  content: "";
  width: 5px;
  height: 5px;
  margin-right: 10px;
  margin-top: -2.5px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 2px;
}
#kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_price table {
  box-sizing: border-box;
  table-layout: fixed;
}
#kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_price table tr th {
  padding: 10px 40px;
  box-sizing: border-box;
  border-bottom: 1px solid #fff;
  font-weight: bold;
  text-align: center;
}
#kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_price table tr td {
  padding: 10px 40px;
  box-sizing: border-box;
  text-align: center;
}
#kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_price table tr td:first-child {
  border: none;
}
#kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_price .note {
  margin-top: 10px;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
}
#kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_price + .switch li {
  border-radius: 0 0 4px 4px;
}
#kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_price + .switch li span:before {
  content: none;
}
#kotosan-bus.rosen section.line .box_line_cont .box_pullDown.line .switch .line {
  color: #fff;
  position: relative;
}
#kotosan-bus.rosen section.line .box_line_cont .box_pullDown.line .switch .line:before {
  content: "";
  width: 100%;
  height: 7px;
  position: absolute;
  bottom: -7px;
  left: 0;
}
#kotosan-bus.rosen section.line .box_line_cont .box_pullDown.line .switch .line span:before {
  display: block;
  overflow: hidden;
  background-image: url("../images/icon/scheduled_w.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -1000%;
}
#kotosan-bus.rosen section.line .box_line_cont .box_pullDown.line section.box_line {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  opacity: 1;
  pointer-events: auto;
}
#kotosan-bus.rosen section.line .box_line_cont .box_pullDown.line section.box_price + .switch .line span {
  margin-top: -7px;
}
#kotosan-bus.rosen section.line .box_line_cont .box_pullDown.line section.box_price + .switch .line:before {
  top: -7px;
}
#kotosan-bus.rosen section.line .box_line_cont .box_pullDown.time .switch .time {
  color: #fff;
  position: relative;
}
#kotosan-bus.rosen section.line .box_line_cont .box_pullDown.time .switch .time:before {
  content: "";
  width: 100%;
  height: 7px;
  position: absolute;
  bottom: -7px;
  left: 0;
}
#kotosan-bus.rosen section.line .box_line_cont .box_pullDown.time .switch .time span:before {
  display: block;
  overflow: hidden;
  background-image: url("../images/icon/time_w.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -1000%;
}
#kotosan-bus.rosen section.line .box_line_cont .box_pullDown.time section.box_time {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  opacity: 1;
  pointer-events: auto;
}
#kotosan-bus.rosen section.line .box_line_cont .box_pullDown.time section.box_price + .switch .time span {
  margin-top: -7px;
}
#kotosan-bus.rosen section.line .box_line_cont .box_pullDown.time section.box_price + .switch .time:before {
  top: -7px;
}
#kotosan-bus.rosen section.line .box_line_cont .box_pullDown.price .switch .price {
  color: #fff;
  position: relative;
}
#kotosan-bus.rosen section.line .box_line_cont .box_pullDown.price .switch .price:before {
  content: "";
  width: 100%;
  height: 7px;
  position: absolute;
  bottom: -7px;
  left: 0;
}
#kotosan-bus.rosen section.line .box_line_cont .box_pullDown.price .switch .price span:before {
  display: block;
  overflow: hidden;
  background-image: url("../images/icon/price_w.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -1000%;
}
#kotosan-bus.rosen section.line .box_line_cont .box_pullDown.price section.box_price {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  opacity: 1;
  pointer-events: auto;
}
#kotosan-bus.rosen section.line .box_line_cont .box_pullDown.price section.box_price + .switch span {
  margin-top: -7px;
}
#kotosan-bus.rosen section.line .box_line_cont .box_pullDown.price section.box_price + .switch .price:before {
  top: -7px;
}
#kotosan-bus.rosen section.line .box_line_cont .time_note {
  margin-top: 20px;
  padding-left: 20px;
  box-sizing: border-box;
  color: #6f6f6f;
  font-size: 14px;
  text-align: left;
}
#kotosan-bus.rosen section.line .box_line_cont.box_layout_a .box_pullDown section.box_line .box_lineBase .list_station, #kotosan-bus.rosen section.line .box_line_cont.box_layout_a .box_pullDown section.box_time .box_lineBase .list_station, #kotosan-bus.rosen section.line .box_line_cont.box_layout_a .box_pullDown section.box_price .box_lineBase .list_station {
  margin-top: 20px;
}
#kotosan-bus.rosen section.line .box_line_cont.box_layout_a .box_pullDown section.box_line .box_lineBase .list_station .box_line, #kotosan-bus.rosen section.line .box_line_cont.box_layout_a .box_pullDown section.box_time .box_lineBase .list_station .box_line, #kotosan-bus.rosen section.line .box_line_cont.box_layout_a .box_pullDown section.box_price .box_lineBase .list_station .box_line {
  width: 50%;
}
#kotosan-bus.rosen section.line .box_line_cont.box_layout_a .box_pullDown section.box_line .box_lineBase .list_station .box_line:first-child, #kotosan-bus.rosen section.line .box_line_cont.box_layout_a .box_pullDown section.box_time .box_lineBase .list_station .box_line:first-child, #kotosan-bus.rosen section.line .box_line_cont.box_layout_a .box_pullDown section.box_price .box_lineBase .list_station .box_line:first-child {
  margin-top: -40px;
}
#kotosan-bus.rosen section.line .box_line_cont#kotohira {
  background-color: #ffd8ef;
}
#kotosan-bus.rosen section.line .box_line_cont#kotohira .btn_print, #kotosan-bus.rosen section.line .box_line_cont#kotohira .btn_pdf {
  background-color: #ec018c;
}
#kotosan-bus.rosen section.line .box_line_cont#kotohira .btn_toggleArea .title {
  color: #ec018c;
}
#kotosan-bus.rosen section.line .box_line_cont#kotohira .btn_toggleArea .btn_toggle {
  border: 2px solid #ec018c;
}
#kotosan-bus.rosen section.line .box_line_cont#kotohira .btn_toggleArea .btn_toggle:before {
  border-right: 2px solid #ec018c;
  border-bottom: 2px solid #ec018c;
}
#kotosan-bus.rosen section.line .box_line_cont#kotohira .box_pullDown .title {
  background-color: #ffd8ef;
}
#kotosan-bus.rosen section.line .box_line_cont#kotohira .box_pullDown .list_station .box_line .box_name .name:before, #kotosan-bus.rosen section.line .box_line_cont#kotohira .box_pullDown .list_station .box_line .box_name.first .name:after, #kotosan-bus.rosen section.line .box_line_cont#kotohira .box_pullDown .list_station .box_line .box_name.last .name:after {
  border: 2px solid #ec018c;
}
#kotosan-bus.rosen section.line .box_line_cont#kotohira .box_pullDown .list_station .box_line .box_name:before, #kotosan-bus.rosen section.line .box_line_cont#kotohira .box_pullDown .list_station .box_line .box_name:after {
  background-color: #ec018c;
}
#kotosan-bus.rosen section.line .box_line_cont#kotohira .box_pullDown .list_station .box_line.connect2 .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont#kotohira .box_pullDown .list_station .box_line.connect2 .box_name:nth-child(3):before {
  background-color: transparent;
}
#kotosan-bus.rosen section.line .box_line_cont#kotohira .box_pullDown .list_station .box_line.connect3 .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont#kotohira .box_pullDown .list_station .box_line.connect3 .box_name:nth-child(3):before {
  background-color: transparent;
}
#kotosan-bus.rosen section.line .box_line_cont#kotohira .box_pullDown .list_station .box_line.connect2.connect-up {
  margin-top: 50px;
}
#kotosan-bus.rosen section.line .box_line_cont#kotohira .box_pullDown .list_station .box_line.connect2.connect-up .box_name:nth-child(2)::after {
  content: "";
  width: 23px;
  height: 23px;
  box-sizing: border-box;
  display: block;
  background-color: #fff;
  border-radius: 50%;
  border: 2px solid #ec018c;
  position: absolute;
  top: 3px;
  left: -4px;
  z-index: 100;
}
#kotosan-bus.rosen section.line .box_line_cont#kotohira .box_pullDown .list_station .box_line.connect2.connect-up .box_name:nth-child(2):before {
  border-radius: 0 10px 0 0;
  border-top: 5px solid #ec018c;
  border-right: 5px solid #ec018c;
  border-bottom: none;
  border-left: none;
}
#kotosan-bus.rosen section.line .box_line_cont#kotohira .box_pullDown .list_station .box_line.connect2.connect-down {
  margin-bottom: 50px;
}
#kotosan-bus.rosen section.line .box_line_cont#kotohira .box_pullDown .list_station .box_line.connect2.connect-down .box_name:nth-child(2)::after {
  content: "";
  width: 23px;
  height: 23px;
  box-sizing: border-box;
  display: block;
  background-color: #fff;
  border-radius: 50%;
  border: 2px solid #ec018c;
  position: absolute;
  top: 3px;
  left: -4px;
  z-index: 100;
}
#kotosan-bus.rosen section.line .box_line_cont#kotohira .box_pullDown .list_station .box_line.connect2.connect-down .box_name:nth-child(2):before {
  border-radius: 0 0 10px 0;
  border-top: none;
  border-right: 5px solid #ec018c;
  border-bottom: 5px solid #ec018c;
  border-left: none;
  bottom: -25px;
}
#kotosan-bus.rosen section.line .box_line_cont#kotohira .box_pullDown .list_station .box_line.connect2.top .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont#kotohira .box_pullDown .list_station .box_line.connect2.top .box_name:nth-child(3):before {
  border-top: 5px solid #ec018c;
  border-right: 5px solid #ec018c;
  border-bottom: none;
  border-left: none;
}
#kotosan-bus.rosen section.line .box_line_cont#kotohira .box_pullDown .list_station .box_line.connect3.top .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont#kotohira .box_pullDown .list_station .box_line.connect3.top .box_name:nth-child(3):before {
  border-top: 5px solid #ec018c;
  border-right: 5px solid #ec018c;
  border-bottom: none;
  border-left: none;
}
#kotosan-bus.rosen section.line .box_line_cont#kotohira .box_pullDown .list_station .box_line.connect2.bottom .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont#kotohira .box_pullDown .list_station .box_line.connect2.bottom .box_name:nth-child(3):before {
  border-top: none;
  border-right: 5px solid #ec018c;
  border-bottom: 5px solid #ec018c;
  border-left: none;
}
#kotosan-bus.rosen section.line .box_line_cont#kotohira .box_pullDown .list_station .box_line.connect3.bottom .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont#kotohira .box_pullDown .list_station .box_line.connect3.bottom .box_name:nth-child(3):before {
  border-top: none;
  border-right: 5px solid #ec018c;
  border-bottom: 5px solid #ec018c;
  border-left: none;
}
#kotosan-bus.rosen section.line .box_line_cont#kotohira .box_pullDown .list_station .box_line.connect2.center .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont#kotohira .box_pullDown .list_station .box_line.connect2.center .box_name:nth-child(3):before {
  border-top: none;
  border-right: 5px solid #ec018c;
  border-bottom: 5px solid #ec018c;
  border-left: none;
}
#kotosan-bus.rosen section.line .box_line_cont#kotohira .box_pullDown .list_station .box_line.connect3.center .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont#kotohira .box_pullDown .list_station .box_line.connect3.center .box_name:nth-child(3):before {
  border-top: none;
  border-right: 5px solid #ec018c;
  border-bottom: 5px solid #ec018c;
  border-left: none;
}
#kotosan-bus.rosen section.line .box_line_cont#kotohira .box_pullDown .list_station .box_line.connect2.center + .center .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont#kotohira .box_pullDown .list_station .box_line.connect2.center + .center .box_name:nth-child(3):before {
  border-top: 5px solid #ec018c;
  border-right: 5px solid #ec018c;
  border-bottom: none;
  border-left: none;
}
#kotosan-bus.rosen section.line .box_line_cont#kotohira .box_pullDown .list_station .box_line.connect3.center + .center .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont#kotohira .box_pullDown .list_station .box_line.connect3.center + .center .box_name:nth-child(3):before {
  border-top: 5px solid #ec018c;
  border-right: 5px solid #ec018c;
  border-bottom: none;
  border-left: none;
}
#kotosan-bus.rosen section.line .box_line_cont#kotohira .box_pullDown section.box_time .list_station .box_line .btn_time {
  background-color: #ec018c;
}
#kotosan-bus.rosen section.line .box_line_cont#kotohira .box_pullDown section.box_price .btn_pdf, #kotosan-bus.rosen section.line .box_line_cont#kotohira .box_pullDown section.box_price .listNote li:before {
  background-color: #ec018c;
}
#kotosan-bus.rosen section.line .box_line_cont#kotohira .box_pullDown section.box_price table {
  border-top: 1px solid #ffd8ef;
}
#kotosan-bus.rosen section.line .box_line_cont#kotohira .box_pullDown section.box_price table tr th {
  background-color: #ffd8ef;
  border-bottom: 1px solid #fff;
}
#kotosan-bus.rosen section.line .box_line_cont#kotohira .box_pullDown section.box_price table tr td {
  border-bottom: 1px solid #ffd8ef;
  border-right: 1px solid #ffd8ef;
}
#kotosan-bus.rosen section.line .box_line_cont#kotohira .box_pullDown section.box_price table tr:last-child {
  border-bottom: 1px solid #ffd8ef;
}
#kotosan-bus.rosen section.line .box_line_cont#kotohira .box_pullDown.line .switch .line, #kotosan-bus.rosen section.line .box_line_cont#kotohira .box_pullDown.time .switch .time, #kotosan-bus.rosen section.line .box_line_cont#kotohira .box_pullDown.price .switch .price {
  background-color: #ec018c;
}
#kotosan-bus.rosen section.line .box_line_cont#kotohira .box_pullDown.line .switch .line:before, #kotosan-bus.rosen section.line .box_line_cont#kotohira .box_pullDown.time .switch .time:before, #kotosan-bus.rosen section.line .box_line_cont#kotohira .box_pullDown.price .switch .price:before {
  background-color: #ec018c;
}
#kotosan-bus.rosen section.line .box_line_cont#miai {
  background-color: #e2fbc1;
}
#kotosan-bus.rosen section.line .box_line_cont#miai .btn_print, #kotosan-bus.rosen section.line .box_line_cont#miai .btn_pdf {
  background-color: #8cc53e;
}
#kotosan-bus.rosen section.line .box_line_cont#miai .btn_toggleArea .title {
  color: #8cc53e;
}
#kotosan-bus.rosen section.line .box_line_cont#miai .btn_toggleArea .btn_toggle {
  border: 2px solid #8cc53e;
}
#kotosan-bus.rosen section.line .box_line_cont#miai .btn_toggleArea .btn_toggle:before {
  border-right: 2px solid #8cc53e;
  border-bottom: 2px solid #8cc53e;
}
#kotosan-bus.rosen section.line .box_line_cont#miai .box_pullDown .title {
  background-color: #e2fbc1;
}
#kotosan-bus.rosen section.line .box_line_cont#miai .box_pullDown .list_station .box_line .box_name .name:before, #kotosan-bus.rosen section.line .box_line_cont#miai .box_pullDown .list_station .box_line .box_name.first .name:after, #kotosan-bus.rosen section.line .box_line_cont#miai .box_pullDown .list_station .box_line .box_name.last .name:after {
  border: 2px solid #8cc53e;
}
#kotosan-bus.rosen section.line .box_line_cont#miai .box_pullDown .list_station .box_line .box_name:before, #kotosan-bus.rosen section.line .box_line_cont#miai .box_pullDown .list_station .box_line .box_name:after {
  background-color: #8cc53e;
}
#kotosan-bus.rosen section.line .box_line_cont#miai .box_pullDown .list_station .box_line.connect2 .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont#miai .box_pullDown .list_station .box_line.connect2 .box_name:nth-child(3):before {
  background-color: transparent;
}
#kotosan-bus.rosen section.line .box_line_cont#miai .box_pullDown .list_station .box_line.connect3 .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont#miai .box_pullDown .list_station .box_line.connect3 .box_name:nth-child(3):before {
  background-color: transparent;
}
#kotosan-bus.rosen section.line .box_line_cont#miai .box_pullDown .list_station .box_line.connect2.connect-up {
  margin-top: 50px;
}
#kotosan-bus.rosen section.line .box_line_cont#miai .box_pullDown .list_station .box_line.connect2.connect-up .box_name:nth-child(2)::after {
  content: "";
  width: 23px;
  height: 23px;
  box-sizing: border-box;
  display: block;
  background-color: #fff;
  border-radius: 50%;
  border: 2px solid #8cc53e;
  position: absolute;
  top: 3px;
  left: -4px;
  z-index: 100;
}
#kotosan-bus.rosen section.line .box_line_cont#miai .box_pullDown .list_station .box_line.connect2.connect-up .box_name:nth-child(2):before {
  border-radius: 0 10px 0 0;
  border-top: 5px solid #8cc53e;
  border-right: 5px solid #8cc53e;
  border-bottom: none;
  border-left: none;
}
#kotosan-bus.rosen section.line .box_line_cont#miai .box_pullDown .list_station .box_line.connect2.connect-down {
  margin-bottom: 50px;
}
#kotosan-bus.rosen section.line .box_line_cont#miai .box_pullDown .list_station .box_line.connect2.connect-down .box_name:nth-child(2)::after {
  content: "";
  width: 23px;
  height: 23px;
  box-sizing: border-box;
  display: block;
  background-color: #fff;
  border-radius: 50%;
  border: 2px solid #8cc53e;
  position: absolute;
  top: 3px;
  left: -4px;
  z-index: 100;
}
#kotosan-bus.rosen section.line .box_line_cont#miai .box_pullDown .list_station .box_line.connect2.connect-down .box_name:nth-child(2):before {
  border-radius: 0 0 10px 0;
  border-top: none;
  border-right: 5px solid #8cc53e;
  border-bottom: 5px solid #8cc53e;
  border-left: none;
  bottom: -25px;
}
#kotosan-bus.rosen section.line .box_line_cont#miai .box_pullDown .list_station .box_line.connect2.top .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont#miai .box_pullDown .list_station .box_line.connect2.top .box_name:nth-child(3):before {
  border-top: 5px solid #8cc53e;
  border-right: 5px solid #8cc53e;
  border-bottom: none;
  border-left: none;
}
#kotosan-bus.rosen section.line .box_line_cont#miai .box_pullDown .list_station .box_line.connect3.top .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont#miai .box_pullDown .list_station .box_line.connect3.top .box_name:nth-child(3):before {
  border-top: 5px solid #8cc53e;
  border-right: 5px solid #8cc53e;
  border-bottom: none;
  border-left: none;
}
#kotosan-bus.rosen section.line .box_line_cont#miai .box_pullDown .list_station .box_line.connect2.bottom .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont#miai .box_pullDown .list_station .box_line.connect2.bottom .box_name:nth-child(3):before {
  border-top: none;
  border-right: 5px solid #8cc53e;
  border-bottom: 5px solid #8cc53e;
  border-left: none;
}
#kotosan-bus.rosen section.line .box_line_cont#miai .box_pullDown .list_station .box_line.connect3.bottom .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont#miai .box_pullDown .list_station .box_line.connect3.bottom .box_name:nth-child(3):before {
  border-top: none;
  border-right: 5px solid #8cc53e;
  border-bottom: 5px solid #8cc53e;
  border-left: none;
}
#kotosan-bus.rosen section.line .box_line_cont#miai .box_pullDown .list_station .box_line.connect2.center .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont#miai .box_pullDown .list_station .box_line.connect2.center .box_name:nth-child(3):before {
  border-top: none;
  border-right: 5px solid #8cc53e;
  border-bottom: 5px solid #8cc53e;
  border-left: none;
}
#kotosan-bus.rosen section.line .box_line_cont#miai .box_pullDown .list_station .box_line.connect3.center .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont#miai .box_pullDown .list_station .box_line.connect3.center .box_name:nth-child(3):before {
  border-top: none;
  border-right: 5px solid #8cc53e;
  border-bottom: 5px solid #8cc53e;
  border-left: none;
}
#kotosan-bus.rosen section.line .box_line_cont#miai .box_pullDown .list_station .box_line.connect2.center + .center .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont#miai .box_pullDown .list_station .box_line.connect2.center + .center .box_name:nth-child(3):before {
  border-top: 5px solid #8cc53e;
  border-right: 5px solid #8cc53e;
  border-bottom: none;
  border-left: none;
}
#kotosan-bus.rosen section.line .box_line_cont#miai .box_pullDown .list_station .box_line.connect3.center + .center .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont#miai .box_pullDown .list_station .box_line.connect3.center + .center .box_name:nth-child(3):before {
  border-top: 5px solid #8cc53e;
  border-right: 5px solid #8cc53e;
  border-bottom: none;
  border-left: none;
}
#kotosan-bus.rosen section.line .box_line_cont#miai .box_pullDown section.box_time .list_station .box_line .btn_time {
  background-color: #8cc53e;
}
#kotosan-bus.rosen section.line .box_line_cont#miai .box_pullDown section.box_price .btn_pdf, #kotosan-bus.rosen section.line .box_line_cont#miai .box_pullDown section.box_price .listNote li:before {
  background-color: #8cc53e;
}
#kotosan-bus.rosen section.line .box_line_cont#miai .box_pullDown section.box_price table {
  border-top: 1px solid #e2fbc1;
}
#kotosan-bus.rosen section.line .box_line_cont#miai .box_pullDown section.box_price table tr th {
  background-color: #e2fbc1;
  border-bottom: 1px solid #fff;
}
#kotosan-bus.rosen section.line .box_line_cont#miai .box_pullDown section.box_price table tr td {
  border-bottom: 1px solid #e2fbc1;
  border-right: 1px solid #e2fbc1;
}
#kotosan-bus.rosen section.line .box_line_cont#miai .box_pullDown section.box_price table tr:last-child {
  border-bottom: 1px solid #e2fbc1;
}
#kotosan-bus.rosen section.line .box_line_cont#miai .box_pullDown.line .switch .line, #kotosan-bus.rosen section.line .box_line_cont#miai .box_pullDown.time .switch .time, #kotosan-bus.rosen section.line .box_line_cont#miai .box_pullDown.price .switch .price {
  background-color: #8cc53e;
}
#kotosan-bus.rosen section.line .box_line_cont#miai .box_pullDown.line .switch .line:before, #kotosan-bus.rosen section.line .box_line_cont#miai .box_pullDown.time .switch .time:before, #kotosan-bus.rosen section.line .box_line_cont#miai .box_pullDown.price .switch .price:before {
  background-color: #8cc53e;
}
#kotosan-bus.rosen section.line .box_line_cont#sumisyo {
  background-color: #e6e6ff;
}
#kotosan-bus.rosen section.line .box_line_cont#sumisyo .btn_print, #kotosan-bus.rosen section.line .box_line_cont#sumisyo .btn_pdf {
  background-color: #343399;
}
#kotosan-bus.rosen section.line .box_line_cont#sumisyo .btn_toggleArea .title {
  color: #343399;
}
#kotosan-bus.rosen section.line .box_line_cont#sumisyo .btn_toggleArea .btn_toggle {
  border: 2px solid #343399;
}
#kotosan-bus.rosen section.line .box_line_cont#sumisyo .btn_toggleArea .btn_toggle:before {
  border-right: 2px solid #343399;
  border-bottom: 2px solid #343399;
}
#kotosan-bus.rosen section.line .box_line_cont#sumisyo .box_pullDown .title {
  background-color: #e6e6ff;
}
#kotosan-bus.rosen section.line .box_line_cont#sumisyo .box_pullDown .list_station .box_line .box_name .name:before, #kotosan-bus.rosen section.line .box_line_cont#sumisyo .box_pullDown .list_station .box_line .box_name.first .name:after, #kotosan-bus.rosen section.line .box_line_cont#sumisyo .box_pullDown .list_station .box_line .box_name.last .name:after {
  border: 2px solid #343399;
}
#kotosan-bus.rosen section.line .box_line_cont#sumisyo .box_pullDown .list_station .box_line .box_name:before, #kotosan-bus.rosen section.line .box_line_cont#sumisyo .box_pullDown .list_station .box_line .box_name:after {
  background-color: #343399;
}
#kotosan-bus.rosen section.line .box_line_cont#sumisyo .box_pullDown .list_station .box_line.connect2 .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont#sumisyo .box_pullDown .list_station .box_line.connect2 .box_name:nth-child(3):before {
  background-color: transparent;
}
#kotosan-bus.rosen section.line .box_line_cont#sumisyo .box_pullDown .list_station .box_line.connect3 .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont#sumisyo .box_pullDown .list_station .box_line.connect3 .box_name:nth-child(3):before {
  background-color: transparent;
}
#kotosan-bus.rosen section.line .box_line_cont#sumisyo .box_pullDown .list_station .box_line.connect2.connect-up {
  margin-top: 50px;
}
#kotosan-bus.rosen section.line .box_line_cont#sumisyo .box_pullDown .list_station .box_line.connect2.connect-up .box_name:nth-child(2)::after {
  content: "";
  width: 23px;
  height: 23px;
  box-sizing: border-box;
  display: block;
  background-color: #fff;
  border-radius: 50%;
  border: 2px solid #343399;
  position: absolute;
  top: 3px;
  left: -4px;
  z-index: 100;
}
#kotosan-bus.rosen section.line .box_line_cont#sumisyo .box_pullDown .list_station .box_line.connect2.connect-up .box_name:nth-child(2):before {
  border-radius: 0 10px 0 0;
  border-top: 5px solid #343399;
  border-right: 5px solid #343399;
  border-bottom: none;
  border-left: none;
}
#kotosan-bus.rosen section.line .box_line_cont#sumisyo .box_pullDown .list_station .box_line.connect2.connect-down {
  margin-bottom: 50px;
}
#kotosan-bus.rosen section.line .box_line_cont#sumisyo .box_pullDown .list_station .box_line.connect2.connect-down .box_name:nth-child(2)::after {
  content: "";
  width: 23px;
  height: 23px;
  box-sizing: border-box;
  display: block;
  background-color: #fff;
  border-radius: 50%;
  border: 2px solid #343399;
  position: absolute;
  top: 3px;
  left: -4px;
  z-index: 100;
}
#kotosan-bus.rosen section.line .box_line_cont#sumisyo .box_pullDown .list_station .box_line.connect2.connect-down .box_name:nth-child(2):before {
  border-radius: 0 0 10px 0;
  border-top: none;
  border-right: 5px solid #343399;
  border-bottom: 5px solid #343399;
  border-left: none;
  bottom: -25px;
}
#kotosan-bus.rosen section.line .box_line_cont#sumisyo .box_pullDown .list_station .box_line.connect2.top .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont#sumisyo .box_pullDown .list_station .box_line.connect2.top .box_name:nth-child(3):before {
  border-top: 5px solid #343399;
  border-right: 5px solid #343399;
  border-bottom: none;
  border-left: none;
}
#kotosan-bus.rosen section.line .box_line_cont#sumisyo .box_pullDown .list_station .box_line.connect3.top .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont#sumisyo .box_pullDown .list_station .box_line.connect3.top .box_name:nth-child(3):before {
  border-top: 5px solid #343399;
  border-right: 5px solid #343399;
  border-bottom: none;
  border-left: none;
}
#kotosan-bus.rosen section.line .box_line_cont#sumisyo .box_pullDown .list_station .box_line.connect2.bottom .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont#sumisyo .box_pullDown .list_station .box_line.connect2.bottom .box_name:nth-child(3):before {
  border-top: none;
  border-right: 5px solid #343399;
  border-bottom: 5px solid #343399;
  border-left: none;
}
#kotosan-bus.rosen section.line .box_line_cont#sumisyo .box_pullDown .list_station .box_line.connect3.bottom .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont#sumisyo .box_pullDown .list_station .box_line.connect3.bottom .box_name:nth-child(3):before {
  border-top: none;
  border-right: 5px solid #343399;
  border-bottom: 5px solid #343399;
  border-left: none;
}
#kotosan-bus.rosen section.line .box_line_cont#sumisyo .box_pullDown .list_station .box_line.connect2.center .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont#sumisyo .box_pullDown .list_station .box_line.connect2.center .box_name:nth-child(3):before {
  border-top: none;
  border-right: 5px solid #343399;
  border-bottom: 5px solid #343399;
  border-left: none;
}
#kotosan-bus.rosen section.line .box_line_cont#sumisyo .box_pullDown .list_station .box_line.connect3.center .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont#sumisyo .box_pullDown .list_station .box_line.connect3.center .box_name:nth-child(3):before {
  border-top: none;
  border-right: 5px solid #343399;
  border-bottom: 5px solid #343399;
  border-left: none;
}
#kotosan-bus.rosen section.line .box_line_cont#sumisyo .box_pullDown .list_station .box_line.connect2.center + .center .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont#sumisyo .box_pullDown .list_station .box_line.connect2.center + .center .box_name:nth-child(3):before {
  border-top: 5px solid #343399;
  border-right: 5px solid #343399;
  border-bottom: none;
  border-left: none;
}
#kotosan-bus.rosen section.line .box_line_cont#sumisyo .box_pullDown .list_station .box_line.connect3.center + .center .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont#sumisyo .box_pullDown .list_station .box_line.connect3.center + .center .box_name:nth-child(3):before {
  border-top: 5px solid #343399;
  border-right: 5px solid #343399;
  border-bottom: none;
  border-left: none;
}
#kotosan-bus.rosen section.line .box_line_cont#sumisyo .box_pullDown section.box_time .list_station .box_line .btn_time {
  background-color: #343399;
}
#kotosan-bus.rosen section.line .box_line_cont#sumisyo .box_pullDown section.box_price .btn_pdf, #kotosan-bus.rosen section.line .box_line_cont#sumisyo .box_pullDown section.box_price .listNote li:before {
  background-color: #343399;
}
#kotosan-bus.rosen section.line .box_line_cont#sumisyo .box_pullDown section.box_price table {
  border-top: 1px solid #e6e6ff;
}
#kotosan-bus.rosen section.line .box_line_cont#sumisyo .box_pullDown section.box_price table tr th {
  background-color: #e6e6ff;
  border-bottom: 1px solid #fff;
}
#kotosan-bus.rosen section.line .box_line_cont#sumisyo .box_pullDown section.box_price table tr td {
  border-bottom: 1px solid #e6e6ff;
  border-right: 1px solid #e6e6ff;
}
#kotosan-bus.rosen section.line .box_line_cont#sumisyo .box_pullDown section.box_price table tr:last-child {
  border-bottom: 1px solid #e6e6ff;
}
#kotosan-bus.rosen section.line .box_line_cont#sumisyo .box_pullDown.line .switch .line, #kotosan-bus.rosen section.line .box_line_cont#sumisyo .box_pullDown.time .switch .time, #kotosan-bus.rosen section.line .box_line_cont#sumisyo .box_pullDown.price .switch .price {
  background-color: #343399;
}
#kotosan-bus.rosen section.line .box_line_cont#sumisyo .box_pullDown.line .switch .line:before, #kotosan-bus.rosen section.line .box_line_cont#sumisyo .box_pullDown.time .switch .time:before, #kotosan-bus.rosen section.line .box_line_cont#sumisyo .box_pullDown.price .switch .price:before {
  background-color: #343399;
}
#kotosan-bus.rosen section.line .box_line_cont#shimada_okada {
  background-color: #eadbcc;
}
#kotosan-bus.rosen section.line .box_line_cont#shimada_okada .btn_print, #kotosan-bus.rosen section.line .box_line_cont#shimada_okada .btn_pdf {
  background-color: #663300;
}
#kotosan-bus.rosen section.line .box_line_cont#shimada_okada .btn_toggleArea .title {
  color: #663300;
}
#kotosan-bus.rosen section.line .box_line_cont#shimada_okada .btn_toggleArea .btn_toggle {
  border: 2px solid #663300;
}
#kotosan-bus.rosen section.line .box_line_cont#shimada_okada .btn_toggleArea .btn_toggle:before {
  border-right: 2px solid #663300;
  border-bottom: 2px solid #663300;
}
#kotosan-bus.rosen section.line .box_line_cont#shimada_okada .box_pullDown .title {
  background-color: #eadbcc;
}
#kotosan-bus.rosen section.line .box_line_cont#shimada_okada .box_pullDown .list_station .box_line .box_name .name:before, #kotosan-bus.rosen section.line .box_line_cont#shimada_okada .box_pullDown .list_station .box_line .box_name.first .name:after, #kotosan-bus.rosen section.line .box_line_cont#shimada_okada .box_pullDown .list_station .box_line .box_name.last .name:after {
  border: 2px solid #663300;
}
#kotosan-bus.rosen section.line .box_line_cont#shimada_okada .box_pullDown .list_station .box_line .box_name:before, #kotosan-bus.rosen section.line .box_line_cont#shimada_okada .box_pullDown .list_station .box_line .box_name:after {
  background-color: #663300;
}
#kotosan-bus.rosen section.line .box_line_cont#shimada_okada .box_pullDown .list_station .box_line.connect2 .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont#shimada_okada .box_pullDown .list_station .box_line.connect2 .box_name:nth-child(3):before {
  background-color: transparent;
}
#kotosan-bus.rosen section.line .box_line_cont#shimada_okada .box_pullDown .list_station .box_line.connect3 .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont#shimada_okada .box_pullDown .list_station .box_line.connect3 .box_name:nth-child(3):before {
  background-color: transparent;
}
#kotosan-bus.rosen section.line .box_line_cont#shimada_okada .box_pullDown .list_station .box_line.connect2.connect-up {
  margin-top: 50px;
}
#kotosan-bus.rosen section.line .box_line_cont#shimada_okada .box_pullDown .list_station .box_line.connect2.connect-up .box_name:nth-child(2)::after {
  content: "";
  width: 23px;
  height: 23px;
  box-sizing: border-box;
  display: block;
  background-color: #fff;
  border-radius: 50%;
  border: 2px solid #663300;
  position: absolute;
  top: 3px;
  left: -4px;
  z-index: 100;
}
#kotosan-bus.rosen section.line .box_line_cont#shimada_okada .box_pullDown .list_station .box_line.connect2.connect-up .box_name:nth-child(2):before {
  border-radius: 0 10px 0 0;
  border-top: 5px solid #663300;
  border-right: 5px solid #663300;
  border-bottom: none;
  border-left: none;
}
#kotosan-bus.rosen section.line .box_line_cont#shimada_okada .box_pullDown .list_station .box_line.connect2.connect-down {
  margin-bottom: 50px;
}
#kotosan-bus.rosen section.line .box_line_cont#shimada_okada .box_pullDown .list_station .box_line.connect2.connect-down .box_name:nth-child(2)::after {
  content: "";
  width: 23px;
  height: 23px;
  box-sizing: border-box;
  display: block;
  background-color: #fff;
  border-radius: 50%;
  border: 2px solid #663300;
  position: absolute;
  top: 3px;
  left: -4px;
  z-index: 100;
}
#kotosan-bus.rosen section.line .box_line_cont#shimada_okada .box_pullDown .list_station .box_line.connect2.connect-down .box_name:nth-child(2):before {
  border-radius: 0 0 10px 0;
  border-top: none;
  border-right: 5px solid #663300;
  border-bottom: 5px solid #663300;
  border-left: none;
  bottom: -25px;
}
#kotosan-bus.rosen section.line .box_line_cont#shimada_okada .box_pullDown .list_station .box_line.connect2.top .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont#shimada_okada .box_pullDown .list_station .box_line.connect2.top .box_name:nth-child(3):before {
  border-top: 5px solid #663300;
  border-right: 5px solid #663300;
  border-bottom: none;
  border-left: none;
}
#kotosan-bus.rosen section.line .box_line_cont#shimada_okada .box_pullDown .list_station .box_line.connect3.top .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont#shimada_okada .box_pullDown .list_station .box_line.connect3.top .box_name:nth-child(3):before {
  border-top: 5px solid #663300;
  border-right: 5px solid #663300;
  border-bottom: none;
  border-left: none;
}
#kotosan-bus.rosen section.line .box_line_cont#shimada_okada .box_pullDown .list_station .box_line.connect2.bottom .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont#shimada_okada .box_pullDown .list_station .box_line.connect2.bottom .box_name:nth-child(3):before {
  border-top: none;
  border-right: 5px solid #663300;
  border-bottom: 5px solid #663300;
  border-left: none;
}
#kotosan-bus.rosen section.line .box_line_cont#shimada_okada .box_pullDown .list_station .box_line.connect3.bottom .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont#shimada_okada .box_pullDown .list_station .box_line.connect3.bottom .box_name:nth-child(3):before {
  border-top: none;
  border-right: 5px solid #663300;
  border-bottom: 5px solid #663300;
  border-left: none;
}
#kotosan-bus.rosen section.line .box_line_cont#shimada_okada .box_pullDown .list_station .box_line.connect2.center .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont#shimada_okada .box_pullDown .list_station .box_line.connect2.center .box_name:nth-child(3):before {
  border-top: none;
  border-right: 5px solid #663300;
  border-bottom: 5px solid #663300;
  border-left: none;
}
#kotosan-bus.rosen section.line .box_line_cont#shimada_okada .box_pullDown .list_station .box_line.connect3.center .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont#shimada_okada .box_pullDown .list_station .box_line.connect3.center .box_name:nth-child(3):before {
  border-top: none;
  border-right: 5px solid #663300;
  border-bottom: 5px solid #663300;
  border-left: none;
}
#kotosan-bus.rosen section.line .box_line_cont#shimada_okada .box_pullDown .list_station .box_line.connect2.center + .center .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont#shimada_okada .box_pullDown .list_station .box_line.connect2.center + .center .box_name:nth-child(3):before {
  border-top: 5px solid #663300;
  border-right: 5px solid #663300;
  border-bottom: none;
  border-left: none;
}
#kotosan-bus.rosen section.line .box_line_cont#shimada_okada .box_pullDown .list_station .box_line.connect3.center + .center .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont#shimada_okada .box_pullDown .list_station .box_line.connect3.center + .center .box_name:nth-child(3):before {
  border-top: 5px solid #663300;
  border-right: 5px solid #663300;
  border-bottom: none;
  border-left: none;
}
#kotosan-bus.rosen section.line .box_line_cont#shimada_okada .box_pullDown section.box_time .list_station .box_line .btn_time {
  background-color: #663300;
}
#kotosan-bus.rosen section.line .box_line_cont#shimada_okada .box_pullDown section.box_price .btn_pdf, #kotosan-bus.rosen section.line .box_line_cont#shimada_okada .box_pullDown section.box_price .listNote li:before {
  background-color: #663300;
}
#kotosan-bus.rosen section.line .box_line_cont#shimada_okada .box_pullDown section.box_price table {
  border-top: 1px solid #eadbcc;
}
#kotosan-bus.rosen section.line .box_line_cont#shimada_okada .box_pullDown section.box_price table tr th {
  background-color: #eadbcc;
  border-bottom: 1px solid #fff;
}
#kotosan-bus.rosen section.line .box_line_cont#shimada_okada .box_pullDown section.box_price table tr td {
  border-bottom: 1px solid #eadbcc;
  border-right: 1px solid #eadbcc;
}
#kotosan-bus.rosen section.line .box_line_cont#shimada_okada .box_pullDown section.box_price table tr:last-child {
  border-bottom: 1px solid #eadbcc;
}
#kotosan-bus.rosen section.line .box_line_cont#shimada_okada .box_pullDown.line .switch .line, #kotosan-bus.rosen section.line .box_line_cont#shimada_okada .box_pullDown.time .switch .time, #kotosan-bus.rosen section.line .box_line_cont#shimada_okada .box_pullDown.price .switch .price {
  background-color: #663300;
}
#kotosan-bus.rosen section.line .box_line_cont#shimada_okada .box_pullDown.line .switch .line:before, #kotosan-bus.rosen section.line .box_line_cont#shimada_okada .box_pullDown.time .switch .time:before, #kotosan-bus.rosen section.line .box_line_cont#shimada_okada .box_pullDown.price .switch .price:before {
  background-color: #663300;
}
#kotosan-bus.rosen section.line .box_line_cont#sakaideayagawa {
  background-color: #fff4e0;
}
#kotosan-bus.rosen section.line .box_line_cont#sakaideayagawa .btn_print, #kotosan-bus.rosen section.line .box_line_cont#sakaideayagawa .btn_pdf {
  background-color: #98793e;
}
#kotosan-bus.rosen section.line .box_line_cont#sakaideayagawa .btn_toggleArea .title {
  color: #98793e;
}
#kotosan-bus.rosen section.line .box_line_cont#sakaideayagawa .btn_toggleArea .btn_toggle {
  border: 2px solid #98793e;
}
#kotosan-bus.rosen section.line .box_line_cont#sakaideayagawa .btn_toggleArea .btn_toggle:before {
  border-right: 2px solid #98793e;
  border-bottom: 2px solid #98793e;
}
#kotosan-bus.rosen section.line .box_line_cont#sakaideayagawa .box_pullDown .title {
  background-color: #fff4e0;
}
#kotosan-bus.rosen section.line .box_line_cont#sakaideayagawa .box_pullDown .list_station .box_line .box_name .name:before, #kotosan-bus.rosen section.line .box_line_cont#sakaideayagawa .box_pullDown .list_station .box_line .box_name.first .name:after, #kotosan-bus.rosen section.line .box_line_cont#sakaideayagawa .box_pullDown .list_station .box_line .box_name.last .name:after {
  border: 2px solid #98793e;
}
#kotosan-bus.rosen section.line .box_line_cont#sakaideayagawa .box_pullDown .list_station .box_line .box_name:before, #kotosan-bus.rosen section.line .box_line_cont#sakaideayagawa .box_pullDown .list_station .box_line .box_name:after {
  background-color: #98793e;
}
#kotosan-bus.rosen section.line .box_line_cont#sakaideayagawa .box_pullDown .list_station .box_line.connect2 .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont#sakaideayagawa .box_pullDown .list_station .box_line.connect2 .box_name:nth-child(3):before {
  background-color: transparent;
}
#kotosan-bus.rosen section.line .box_line_cont#sakaideayagawa .box_pullDown .list_station .box_line.connect3 .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont#sakaideayagawa .box_pullDown .list_station .box_line.connect3 .box_name:nth-child(3):before {
  background-color: transparent;
}
#kotosan-bus.rosen section.line .box_line_cont#sakaideayagawa .box_pullDown .list_station .box_line.connect2.connect-up {
  margin-top: 50px;
}
#kotosan-bus.rosen section.line .box_line_cont#sakaideayagawa .box_pullDown .list_station .box_line.connect2.connect-up .box_name:nth-child(2)::after {
  content: "";
  width: 23px;
  height: 23px;
  box-sizing: border-box;
  display: block;
  background-color: #fff;
  border-radius: 50%;
  border: 2px solid #98793e;
  position: absolute;
  top: 3px;
  left: -4px;
  z-index: 100;
}
#kotosan-bus.rosen section.line .box_line_cont#sakaideayagawa .box_pullDown .list_station .box_line.connect2.connect-up .box_name:nth-child(2):before {
  border-radius: 0 10px 0 0;
  border-top: 5px solid #98793e;
  border-right: 5px solid #98793e;
  border-bottom: none;
  border-left: none;
}
#kotosan-bus.rosen section.line .box_line_cont#sakaideayagawa .box_pullDown .list_station .box_line.connect2.connect-down {
  margin-bottom: 50px;
}
#kotosan-bus.rosen section.line .box_line_cont#sakaideayagawa .box_pullDown .list_station .box_line.connect2.connect-down .box_name:nth-child(2)::after {
  content: "";
  width: 23px;
  height: 23px;
  box-sizing: border-box;
  display: block;
  background-color: #fff;
  border-radius: 50%;
  border: 2px solid #98793e;
  position: absolute;
  top: 3px;
  left: -4px;
  z-index: 100;
}
#kotosan-bus.rosen section.line .box_line_cont#sakaideayagawa .box_pullDown .list_station .box_line.connect2.connect-down .box_name:nth-child(2):before {
  border-radius: 0 0 10px 0;
  border-top: none;
  border-right: 5px solid #98793e;
  border-bottom: 5px solid #98793e;
  border-left: none;
  bottom: -25px;
}
#kotosan-bus.rosen section.line .box_line_cont#sakaideayagawa .box_pullDown .list_station .box_line.connect2.top .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont#sakaideayagawa .box_pullDown .list_station .box_line.connect2.top .box_name:nth-child(3):before {
  border-top: 5px solid #98793e;
  border-right: 5px solid #98793e;
  border-bottom: none;
  border-left: none;
}
#kotosan-bus.rosen section.line .box_line_cont#sakaideayagawa .box_pullDown .list_station .box_line.connect3.top .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont#sakaideayagawa .box_pullDown .list_station .box_line.connect3.top .box_name:nth-child(3):before {
  border-top: 5px solid #98793e;
  border-right: 5px solid #98793e;
  border-bottom: none;
  border-left: none;
}
#kotosan-bus.rosen section.line .box_line_cont#sakaideayagawa .box_pullDown .list_station .box_line.connect2.bottom .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont#sakaideayagawa .box_pullDown .list_station .box_line.connect2.bottom .box_name:nth-child(3):before {
  border-top: none;
  border-right: 5px solid #98793e;
  border-bottom: 5px solid #98793e;
  border-left: none;
}
#kotosan-bus.rosen section.line .box_line_cont#sakaideayagawa .box_pullDown .list_station .box_line.connect3.bottom .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont#sakaideayagawa .box_pullDown .list_station .box_line.connect3.bottom .box_name:nth-child(3):before {
  border-top: none;
  border-right: 5px solid #98793e;
  border-bottom: 5px solid #98793e;
  border-left: none;
}
#kotosan-bus.rosen section.line .box_line_cont#sakaideayagawa .box_pullDown .list_station .box_line.connect2.center .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont#sakaideayagawa .box_pullDown .list_station .box_line.connect2.center .box_name:nth-child(3):before {
  border-top: none;
  border-right: 5px solid #98793e;
  border-bottom: 5px solid #98793e;
  border-left: none;
}
#kotosan-bus.rosen section.line .box_line_cont#sakaideayagawa .box_pullDown .list_station .box_line.connect3.center .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont#sakaideayagawa .box_pullDown .list_station .box_line.connect3.center .box_name:nth-child(3):before {
  border-top: none;
  border-right: 5px solid #98793e;
  border-bottom: 5px solid #98793e;
  border-left: none;
}
#kotosan-bus.rosen section.line .box_line_cont#sakaideayagawa .box_pullDown .list_station .box_line.connect2.center + .center .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont#sakaideayagawa .box_pullDown .list_station .box_line.connect2.center + .center .box_name:nth-child(3):before {
  border-top: 5px solid #98793e;
  border-right: 5px solid #98793e;
  border-bottom: none;
  border-left: none;
}
#kotosan-bus.rosen section.line .box_line_cont#sakaideayagawa .box_pullDown .list_station .box_line.connect3.center + .center .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont#sakaideayagawa .box_pullDown .list_station .box_line.connect3.center + .center .box_name:nth-child(3):before {
  border-top: 5px solid #98793e;
  border-right: 5px solid #98793e;
  border-bottom: none;
  border-left: none;
}
#kotosan-bus.rosen section.line .box_line_cont#sakaideayagawa .box_pullDown section.box_time .list_station .box_line .btn_time {
  background-color: #98793e;
}
#kotosan-bus.rosen section.line .box_line_cont#sakaideayagawa .box_pullDown section.box_price .btn_pdf, #kotosan-bus.rosen section.line .box_line_cont#sakaideayagawa .box_pullDown section.box_price .listNote li:before {
  background-color: #98793e;
}
#kotosan-bus.rosen section.line .box_line_cont#sakaideayagawa .box_pullDown section.box_price table {
  border-top: 1px solid #fff4e0;
}
#kotosan-bus.rosen section.line .box_line_cont#sakaideayagawa .box_pullDown section.box_price table tr th {
  background-color: #fff4e0;
  border-bottom: 1px solid #fff;
}
#kotosan-bus.rosen section.line .box_line_cont#sakaideayagawa .box_pullDown section.box_price table tr td {
  border-bottom: 1px solid #fff4e0;
  border-right: 1px solid #fff4e0;
}
#kotosan-bus.rosen section.line .box_line_cont#sakaideayagawa .box_pullDown section.box_price table tr:last-child {
  border-bottom: 1px solid #fff4e0;
}
#kotosan-bus.rosen section.line .box_line_cont#sakaideayagawa .box_pullDown.line .switch .line, #kotosan-bus.rosen section.line .box_line_cont#sakaideayagawa .box_pullDown.time .switch .time, #kotosan-bus.rosen section.line .box_line_cont#sakaideayagawa .box_pullDown.price .switch .price {
  background-color: #98793e;
}
#kotosan-bus.rosen section.line .box_line_cont#sakaideayagawa .box_pullDown.line .switch .line:before, #kotosan-bus.rosen section.line .box_line_cont#sakaideayagawa .box_pullDown.time .switch .time:before, #kotosan-bus.rosen section.line .box_line_cont#sakaideayagawa .box_pullDown.price .switch .price:before {
  background-color: #98793e;
}
#kotosan-bus.rosen section.line .box_line_cont#setooohashi {
  background-color: #daf5ff;
}
#kotosan-bus.rosen section.line .box_line_cont#setooohashi .btn_print, #kotosan-bus.rosen section.line .box_line_cont#setooohashi .btn_pdf {
  background-color: #03aeee;
}
#kotosan-bus.rosen section.line .box_line_cont#setooohashi .btn_toggleArea .title {
  color: #03aeee;
}
#kotosan-bus.rosen section.line .box_line_cont#setooohashi .btn_toggleArea .btn_toggle {
  border: 2px solid #03aeee;
}
#kotosan-bus.rosen section.line .box_line_cont#setooohashi .btn_toggleArea .btn_toggle:before {
  border-right: 2px solid #03aeee;
  border-bottom: 2px solid #03aeee;
}
#kotosan-bus.rosen section.line .box_line_cont#setooohashi .box_pullDown .title {
  background-color: #daf5ff;
}
#kotosan-bus.rosen section.line .box_line_cont#setooohashi .box_pullDown .list_station .box_line .box_name .name:before, #kotosan-bus.rosen section.line .box_line_cont#setooohashi .box_pullDown .list_station .box_line .box_name.first .name:after, #kotosan-bus.rosen section.line .box_line_cont#setooohashi .box_pullDown .list_station .box_line .box_name.last .name:after {
  border: 2px solid #03aeee;
}
#kotosan-bus.rosen section.line .box_line_cont#setooohashi .box_pullDown .list_station .box_line .box_name:before, #kotosan-bus.rosen section.line .box_line_cont#setooohashi .box_pullDown .list_station .box_line .box_name:after {
  background-color: #03aeee;
}
#kotosan-bus.rosen section.line .box_line_cont#setooohashi .box_pullDown .list_station .box_line.connect2 .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont#setooohashi .box_pullDown .list_station .box_line.connect2 .box_name:nth-child(3):before {
  background-color: transparent;
}
#kotosan-bus.rosen section.line .box_line_cont#setooohashi .box_pullDown .list_station .box_line.connect3 .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont#setooohashi .box_pullDown .list_station .box_line.connect3 .box_name:nth-child(3):before {
  background-color: transparent;
}
#kotosan-bus.rosen section.line .box_line_cont#setooohashi .box_pullDown .list_station .box_line.connect2.connect-up {
  margin-top: 50px;
}
#kotosan-bus.rosen section.line .box_line_cont#setooohashi .box_pullDown .list_station .box_line.connect2.connect-up .box_name:nth-child(2)::after {
  content: "";
  width: 23px;
  height: 23px;
  box-sizing: border-box;
  display: block;
  background-color: #fff;
  border-radius: 50%;
  border: 2px solid #03aeee;
  position: absolute;
  top: 3px;
  left: -4px;
  z-index: 100;
}
#kotosan-bus.rosen section.line .box_line_cont#setooohashi .box_pullDown .list_station .box_line.connect2.connect-up .box_name:nth-child(2):before {
  border-radius: 0 10px 0 0;
  border-top: 5px solid #03aeee;
  border-right: 5px solid #03aeee;
  border-bottom: none;
  border-left: none;
}
#kotosan-bus.rosen section.line .box_line_cont#setooohashi .box_pullDown .list_station .box_line.connect2.connect-down {
  margin-bottom: 50px;
}
#kotosan-bus.rosen section.line .box_line_cont#setooohashi .box_pullDown .list_station .box_line.connect2.connect-down .box_name:nth-child(2)::after {
  content: "";
  width: 23px;
  height: 23px;
  box-sizing: border-box;
  display: block;
  background-color: #fff;
  border-radius: 50%;
  border: 2px solid #03aeee;
  position: absolute;
  top: 3px;
  left: -4px;
  z-index: 100;
}
#kotosan-bus.rosen section.line .box_line_cont#setooohashi .box_pullDown .list_station .box_line.connect2.connect-down .box_name:nth-child(2):before {
  border-radius: 0 0 10px 0;
  border-top: none;
  border-right: 5px solid #03aeee;
  border-bottom: 5px solid #03aeee;
  border-left: none;
  bottom: -25px;
}
#kotosan-bus.rosen section.line .box_line_cont#setooohashi .box_pullDown .list_station .box_line.connect2.top .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont#setooohashi .box_pullDown .list_station .box_line.connect2.top .box_name:nth-child(3):before {
  border-top: 5px solid #03aeee;
  border-right: 5px solid #03aeee;
  border-bottom: none;
  border-left: none;
}
#kotosan-bus.rosen section.line .box_line_cont#setooohashi .box_pullDown .list_station .box_line.connect3.top .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont#setooohashi .box_pullDown .list_station .box_line.connect3.top .box_name:nth-child(3):before {
  border-top: 5px solid #03aeee;
  border-right: 5px solid #03aeee;
  border-bottom: none;
  border-left: none;
}
#kotosan-bus.rosen section.line .box_line_cont#setooohashi .box_pullDown .list_station .box_line.connect2.bottom .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont#setooohashi .box_pullDown .list_station .box_line.connect2.bottom .box_name:nth-child(3):before {
  border-top: none;
  border-right: 5px solid #03aeee;
  border-bottom: 5px solid #03aeee;
  border-left: none;
}
#kotosan-bus.rosen section.line .box_line_cont#setooohashi .box_pullDown .list_station .box_line.connect3.bottom .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont#setooohashi .box_pullDown .list_station .box_line.connect3.bottom .box_name:nth-child(3):before {
  border-top: none;
  border-right: 5px solid #03aeee;
  border-bottom: 5px solid #03aeee;
  border-left: none;
}
#kotosan-bus.rosen section.line .box_line_cont#setooohashi .box_pullDown .list_station .box_line.connect2.center .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont#setooohashi .box_pullDown .list_station .box_line.connect2.center .box_name:nth-child(3):before {
  border-top: none;
  border-right: 5px solid #03aeee;
  border-bottom: 5px solid #03aeee;
  border-left: none;
}
#kotosan-bus.rosen section.line .box_line_cont#setooohashi .box_pullDown .list_station .box_line.connect3.center .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont#setooohashi .box_pullDown .list_station .box_line.connect3.center .box_name:nth-child(3):before {
  border-top: none;
  border-right: 5px solid #03aeee;
  border-bottom: 5px solid #03aeee;
  border-left: none;
}
#kotosan-bus.rosen section.line .box_line_cont#setooohashi .box_pullDown .list_station .box_line.connect2.center + .center .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont#setooohashi .box_pullDown .list_station .box_line.connect2.center + .center .box_name:nth-child(3):before {
  border-top: 5px solid #03aeee;
  border-right: 5px solid #03aeee;
  border-bottom: none;
  border-left: none;
}
#kotosan-bus.rosen section.line .box_line_cont#setooohashi .box_pullDown .list_station .box_line.connect3.center + .center .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont#setooohashi .box_pullDown .list_station .box_line.connect3.center + .center .box_name:nth-child(3):before {
  border-top: 5px solid #03aeee;
  border-right: 5px solid #03aeee;
  border-bottom: none;
  border-left: none;
}
#kotosan-bus.rosen section.line .box_line_cont#setooohashi .box_pullDown section.box_time .list_station .box_line .btn_time {
  background-color: #03aeee;
}
#kotosan-bus.rosen section.line .box_line_cont#setooohashi .box_pullDown section.box_price .btn_pdf, #kotosan-bus.rosen section.line .box_line_cont#setooohashi .box_pullDown section.box_price .listNote li:before {
  background-color: #03aeee;
}
#kotosan-bus.rosen section.line .box_line_cont#setooohashi .box_pullDown section.box_price table {
  border-top: 1px solid #daf5ff;
}
#kotosan-bus.rosen section.line .box_line_cont#setooohashi .box_pullDown section.box_price table tr th {
  background-color: #daf5ff;
  border-bottom: 1px solid #fff;
}
#kotosan-bus.rosen section.line .box_line_cont#setooohashi .box_pullDown section.box_price table tr td {
  border-bottom: 1px solid #daf5ff;
  border-right: 1px solid #daf5ff;
}
#kotosan-bus.rosen section.line .box_line_cont#setooohashi .box_pullDown section.box_price table tr:last-child {
  border-bottom: 1px solid #daf5ff;
}
#kotosan-bus.rosen section.line .box_line_cont#setooohashi .box_pullDown.line .switch .line, #kotosan-bus.rosen section.line .box_line_cont#setooohashi .box_pullDown.time .switch .time, #kotosan-bus.rosen section.line .box_line_cont#setooohashi .box_pullDown.price .switch .price {
  background-color: #03aeee;
}
#kotosan-bus.rosen section.line .box_line_cont#setooohashi .box_pullDown.line .switch .line:before, #kotosan-bus.rosen section.line .box_line_cont#setooohashi .box_pullDown.time .switch .time:before, #kotosan-bus.rosen section.line .box_line_cont#setooohashi .box_pullDown.price .switch .price:before {
  background-color: #03aeee;
}
#kotosan-bus.rosen section.line .box_line_cont#ougoshi {
  background-color: #ffd0d2;
}
#kotosan-bus.rosen section.line .box_line_cont#ougoshi .btn_print, #kotosan-bus.rosen section.line .box_line_cont#ougoshi .btn_pdf {
  background-color: #ed1c24;
}
#kotosan-bus.rosen section.line .box_line_cont#ougoshi .btn_toggleArea .title {
  color: #ed1c24;
}
#kotosan-bus.rosen section.line .box_line_cont#ougoshi .btn_toggleArea .btn_toggle {
  border: 2px solid #ed1c24;
}
#kotosan-bus.rosen section.line .box_line_cont#ougoshi .btn_toggleArea .btn_toggle:before {
  border-right: 2px solid #ed1c24;
  border-bottom: 2px solid #ed1c24;
}
#kotosan-bus.rosen section.line .box_line_cont#ougoshi .box_pullDown .title {
  background-color: #ffd0d2;
}
#kotosan-bus.rosen section.line .box_line_cont#ougoshi .box_pullDown .list_station .box_line .box_name .name:before, #kotosan-bus.rosen section.line .box_line_cont#ougoshi .box_pullDown .list_station .box_line .box_name.first .name:after, #kotosan-bus.rosen section.line .box_line_cont#ougoshi .box_pullDown .list_station .box_line .box_name.last .name:after {
  border: 2px solid #ed1c24;
}
#kotosan-bus.rosen section.line .box_line_cont#ougoshi .box_pullDown .list_station .box_line .box_name:before, #kotosan-bus.rosen section.line .box_line_cont#ougoshi .box_pullDown .list_station .box_line .box_name:after {
  background-color: #ed1c24;
}
#kotosan-bus.rosen section.line .box_line_cont#ougoshi .box_pullDown .list_station .box_line.connect2 .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont#ougoshi .box_pullDown .list_station .box_line.connect2 .box_name:nth-child(3):before {
  background-color: transparent;
}
#kotosan-bus.rosen section.line .box_line_cont#ougoshi .box_pullDown .list_station .box_line.connect3 .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont#ougoshi .box_pullDown .list_station .box_line.connect3 .box_name:nth-child(3):before {
  background-color: transparent;
}
#kotosan-bus.rosen section.line .box_line_cont#ougoshi .box_pullDown .list_station .box_line.connect2.connect-up {
  margin-top: 50px;
}
#kotosan-bus.rosen section.line .box_line_cont#ougoshi .box_pullDown .list_station .box_line.connect2.connect-up .box_name:nth-child(2)::after {
  content: "";
  width: 23px;
  height: 23px;
  box-sizing: border-box;
  display: block;
  background-color: #fff;
  border-radius: 50%;
  border: 2px solid #ed1c24;
  position: absolute;
  top: 3px;
  left: -4px;
  z-index: 100;
}
#kotosan-bus.rosen section.line .box_line_cont#ougoshi .box_pullDown .list_station .box_line.connect2.connect-up .box_name:nth-child(2):before {
  border-radius: 0 10px 0 0;
  border-top: 5px solid #ed1c24;
  border-right: 5px solid #ed1c24;
  border-bottom: none;
  border-left: none;
}
#kotosan-bus.rosen section.line .box_line_cont#ougoshi .box_pullDown .list_station .box_line.connect2.connect-down {
  margin-bottom: 50px;
}
#kotosan-bus.rosen section.line .box_line_cont#ougoshi .box_pullDown .list_station .box_line.connect2.connect-down .box_name:nth-child(2)::after {
  content: "";
  width: 23px;
  height: 23px;
  box-sizing: border-box;
  display: block;
  background-color: #fff;
  border-radius: 50%;
  border: 2px solid #ed1c24;
  position: absolute;
  top: 3px;
  left: -4px;
  z-index: 100;
}
#kotosan-bus.rosen section.line .box_line_cont#ougoshi .box_pullDown .list_station .box_line.connect2.connect-down .box_name:nth-child(2):before {
  border-radius: 0 0 10px 0;
  border-top: none;
  border-right: 5px solid #ed1c24;
  border-bottom: 5px solid #ed1c24;
  border-left: none;
  bottom: -25px;
}
#kotosan-bus.rosen section.line .box_line_cont#ougoshi .box_pullDown .list_station .box_line.connect2.top .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont#ougoshi .box_pullDown .list_station .box_line.connect2.top .box_name:nth-child(3):before {
  border-top: 5px solid #ed1c24;
  border-right: 5px solid #ed1c24;
  border-bottom: none;
  border-left: none;
}
#kotosan-bus.rosen section.line .box_line_cont#ougoshi .box_pullDown .list_station .box_line.connect3.top .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont#ougoshi .box_pullDown .list_station .box_line.connect3.top .box_name:nth-child(3):before {
  border-top: 5px solid #ed1c24;
  border-right: 5px solid #ed1c24;
  border-bottom: none;
  border-left: none;
}
#kotosan-bus.rosen section.line .box_line_cont#ougoshi .box_pullDown .list_station .box_line.connect2.bottom .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont#ougoshi .box_pullDown .list_station .box_line.connect2.bottom .box_name:nth-child(3):before {
  border-top: none;
  border-right: 5px solid #ed1c24;
  border-bottom: 5px solid #ed1c24;
  border-left: none;
}
#kotosan-bus.rosen section.line .box_line_cont#ougoshi .box_pullDown .list_station .box_line.connect3.bottom .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont#ougoshi .box_pullDown .list_station .box_line.connect3.bottom .box_name:nth-child(3):before {
  border-top: none;
  border-right: 5px solid #ed1c24;
  border-bottom: 5px solid #ed1c24;
  border-left: none;
}
#kotosan-bus.rosen section.line .box_line_cont#ougoshi .box_pullDown .list_station .box_line.connect2.center .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont#ougoshi .box_pullDown .list_station .box_line.connect2.center .box_name:nth-child(3):before {
  border-top: none;
  border-right: 5px solid #ed1c24;
  border-bottom: 5px solid #ed1c24;
  border-left: none;
}
#kotosan-bus.rosen section.line .box_line_cont#ougoshi .box_pullDown .list_station .box_line.connect3.center .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont#ougoshi .box_pullDown .list_station .box_line.connect3.center .box_name:nth-child(3):before {
  border-top: none;
  border-right: 5px solid #ed1c24;
  border-bottom: 5px solid #ed1c24;
  border-left: none;
}
#kotosan-bus.rosen section.line .box_line_cont#ougoshi .box_pullDown .list_station .box_line.connect2.center + .center .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont#ougoshi .box_pullDown .list_station .box_line.connect2.center + .center .box_name:nth-child(3):before {
  border-top: 5px solid #ed1c24;
  border-right: 5px solid #ed1c24;
  border-bottom: none;
  border-left: none;
}
#kotosan-bus.rosen section.line .box_line_cont#ougoshi .box_pullDown .list_station .box_line.connect3.center + .center .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont#ougoshi .box_pullDown .list_station .box_line.connect3.center + .center .box_name:nth-child(3):before {
  border-top: 5px solid #ed1c24;
  border-right: 5px solid #ed1c24;
  border-bottom: none;
  border-left: none;
}
#kotosan-bus.rosen section.line .box_line_cont#ougoshi .box_pullDown section.box_time .list_station .box_line .btn_time {
  background-color: #ed1c24;
}
#kotosan-bus.rosen section.line .box_line_cont#ougoshi .box_pullDown section.box_price .btn_pdf, #kotosan-bus.rosen section.line .box_line_cont#ougoshi .box_pullDown section.box_price .listNote li:before {
  background-color: #ed1c24;
}
#kotosan-bus.rosen section.line .box_line_cont#ougoshi .box_pullDown section.box_price table {
  border-top: 1px solid #ffd0d2;
}
#kotosan-bus.rosen section.line .box_line_cont#ougoshi .box_pullDown section.box_price table tr th {
  background-color: #ffd0d2;
  border-bottom: 1px solid #fff;
}
#kotosan-bus.rosen section.line .box_line_cont#ougoshi .box_pullDown section.box_price table tr td {
  border-bottom: 1px solid #ffd0d2;
  border-right: 1px solid #ffd0d2;
}
#kotosan-bus.rosen section.line .box_line_cont#ougoshi .box_pullDown section.box_price table tr:last-child {
  border-bottom: 1px solid #ffd0d2;
}
#kotosan-bus.rosen section.line .box_line_cont#ougoshi .box_pullDown.line .switch .line, #kotosan-bus.rosen section.line .box_line_cont#ougoshi .box_pullDown.time .switch .time, #kotosan-bus.rosen section.line .box_line_cont#ougoshi .box_pullDown.price .switch .price {
  background-color: #ed1c24;
}
#kotosan-bus.rosen section.line .box_line_cont#ougoshi .box_pullDown.line .switch .line:before, #kotosan-bus.rosen section.line .box_line_cont#ougoshi .box_pullDown.time .switch .time:before, #kotosan-bus.rosen section.line .box_line_cont#ougoshi .box_pullDown.price .switch .price:before {
  background-color: #ed1c24;
}
#kotosan-bus.rosen section.line .box_line_cont#marugametarumi {
  background-color: #befada;
}
#kotosan-bus.rosen section.line .box_line_cont#marugametarumi .btn_print, #kotosan-bus.rosen section.line .box_line_cont#marugametarumi .btn_pdf {
  background-color: #01a64f;
}
#kotosan-bus.rosen section.line .box_line_cont#marugametarumi .btn_toggleArea .title {
  color: #01a64f;
}
#kotosan-bus.rosen section.line .box_line_cont#marugametarumi .btn_toggleArea .btn_toggle {
  border: 2px solid #01a64f;
}
#kotosan-bus.rosen section.line .box_line_cont#marugametarumi .btn_toggleArea .btn_toggle:before {
  border-right: 2px solid #01a64f;
  border-bottom: 2px solid #01a64f;
}
#kotosan-bus.rosen section.line .box_line_cont#marugametarumi .box_pullDown .title {
  background-color: #befada;
}
#kotosan-bus.rosen section.line .box_line_cont#marugametarumi .box_pullDown .list_station .box_line .box_name .name:before, #kotosan-bus.rosen section.line .box_line_cont#marugametarumi .box_pullDown .list_station .box_line .box_name.first .name:after, #kotosan-bus.rosen section.line .box_line_cont#marugametarumi .box_pullDown .list_station .box_line .box_name.last .name:after {
  border: 2px solid #01a64f;
}
#kotosan-bus.rosen section.line .box_line_cont#marugametarumi .box_pullDown .list_station .box_line .box_name:before, #kotosan-bus.rosen section.line .box_line_cont#marugametarumi .box_pullDown .list_station .box_line .box_name:after {
  background-color: #01a64f;
}
#kotosan-bus.rosen section.line .box_line_cont#marugametarumi .box_pullDown .list_station .box_line.connect2 .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont#marugametarumi .box_pullDown .list_station .box_line.connect2 .box_name:nth-child(3):before {
  background-color: transparent;
}
#kotosan-bus.rosen section.line .box_line_cont#marugametarumi .box_pullDown .list_station .box_line.connect3 .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont#marugametarumi .box_pullDown .list_station .box_line.connect3 .box_name:nth-child(3):before {
  background-color: transparent;
}
#kotosan-bus.rosen section.line .box_line_cont#marugametarumi .box_pullDown .list_station .box_line.connect2.connect-up {
  margin-top: 50px;
}
#kotosan-bus.rosen section.line .box_line_cont#marugametarumi .box_pullDown .list_station .box_line.connect2.connect-up .box_name:nth-child(2)::after {
  content: "";
  width: 23px;
  height: 23px;
  box-sizing: border-box;
  display: block;
  background-color: #fff;
  border-radius: 50%;
  border: 2px solid #01a64f;
  position: absolute;
  top: 3px;
  left: -4px;
  z-index: 100;
}
#kotosan-bus.rosen section.line .box_line_cont#marugametarumi .box_pullDown .list_station .box_line.connect2.connect-up .box_name:nth-child(2):before {
  border-radius: 0 10px 0 0;
  border-top: 5px solid #01a64f;
  border-right: 5px solid #01a64f;
  border-bottom: none;
  border-left: none;
}
#kotosan-bus.rosen section.line .box_line_cont#marugametarumi .box_pullDown .list_station .box_line.connect2.connect-down {
  margin-bottom: 50px;
}
#kotosan-bus.rosen section.line .box_line_cont#marugametarumi .box_pullDown .list_station .box_line.connect2.connect-down .box_name:nth-child(2)::after {
  content: "";
  width: 23px;
  height: 23px;
  box-sizing: border-box;
  display: block;
  background-color: #fff;
  border-radius: 50%;
  border: 2px solid #01a64f;
  position: absolute;
  top: 3px;
  left: -4px;
  z-index: 100;
}
#kotosan-bus.rosen section.line .box_line_cont#marugametarumi .box_pullDown .list_station .box_line.connect2.connect-down .box_name:nth-child(2):before {
  border-radius: 0 0 10px 0;
  border-top: none;
  border-right: 5px solid #01a64f;
  border-bottom: 5px solid #01a64f;
  border-left: none;
  bottom: -25px;
}
#kotosan-bus.rosen section.line .box_line_cont#marugametarumi .box_pullDown .list_station .box_line.connect2.top .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont#marugametarumi .box_pullDown .list_station .box_line.connect2.top .box_name:nth-child(3):before {
  border-top: 5px solid #01a64f;
  border-right: 5px solid #01a64f;
  border-bottom: none;
  border-left: none;
}
#kotosan-bus.rosen section.line .box_line_cont#marugametarumi .box_pullDown .list_station .box_line.connect3.top .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont#marugametarumi .box_pullDown .list_station .box_line.connect3.top .box_name:nth-child(3):before {
  border-top: 5px solid #01a64f;
  border-right: 5px solid #01a64f;
  border-bottom: none;
  border-left: none;
}
#kotosan-bus.rosen section.line .box_line_cont#marugametarumi .box_pullDown .list_station .box_line.connect2.bottom .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont#marugametarumi .box_pullDown .list_station .box_line.connect2.bottom .box_name:nth-child(3):before {
  border-top: none;
  border-right: 5px solid #01a64f;
  border-bottom: 5px solid #01a64f;
  border-left: none;
}
#kotosan-bus.rosen section.line .box_line_cont#marugametarumi .box_pullDown .list_station .box_line.connect3.bottom .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont#marugametarumi .box_pullDown .list_station .box_line.connect3.bottom .box_name:nth-child(3):before {
  border-top: none;
  border-right: 5px solid #01a64f;
  border-bottom: 5px solid #01a64f;
  border-left: none;
}
#kotosan-bus.rosen section.line .box_line_cont#marugametarumi .box_pullDown .list_station .box_line.connect2.center .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont#marugametarumi .box_pullDown .list_station .box_line.connect2.center .box_name:nth-child(3):before {
  border-top: none;
  border-right: 5px solid #01a64f;
  border-bottom: 5px solid #01a64f;
  border-left: none;
}
#kotosan-bus.rosen section.line .box_line_cont#marugametarumi .box_pullDown .list_station .box_line.connect3.center .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont#marugametarumi .box_pullDown .list_station .box_line.connect3.center .box_name:nth-child(3):before {
  border-top: none;
  border-right: 5px solid #01a64f;
  border-bottom: 5px solid #01a64f;
  border-left: none;
}
#kotosan-bus.rosen section.line .box_line_cont#marugametarumi .box_pullDown .list_station .box_line.connect2.center + .center .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont#marugametarumi .box_pullDown .list_station .box_line.connect2.center + .center .box_name:nth-child(3):before {
  border-top: 5px solid #01a64f;
  border-right: 5px solid #01a64f;
  border-bottom: none;
  border-left: none;
}
#kotosan-bus.rosen section.line .box_line_cont#marugametarumi .box_pullDown .list_station .box_line.connect3.center + .center .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont#marugametarumi .box_pullDown .list_station .box_line.connect3.center + .center .box_name:nth-child(3):before {
  border-top: 5px solid #01a64f;
  border-right: 5px solid #01a64f;
  border-bottom: none;
  border-left: none;
}
#kotosan-bus.rosen section.line .box_line_cont#marugametarumi .box_pullDown section.box_time .list_station .box_line .btn_time {
  background-color: #01a64f;
}
#kotosan-bus.rosen section.line .box_line_cont#marugametarumi .box_pullDown section.box_price .btn_pdf, #kotosan-bus.rosen section.line .box_line_cont#marugametarumi .box_pullDown section.box_price .listNote li:before {
  background-color: #01a64f;
}
#kotosan-bus.rosen section.line .box_line_cont#marugametarumi .box_pullDown section.box_price table {
  border-top: 1px solid #befada;
}
#kotosan-bus.rosen section.line .box_line_cont#marugametarumi .box_pullDown section.box_price table tr th {
  background-color: #befada;
  border-bottom: 1px solid #fff;
}
#kotosan-bus.rosen section.line .box_line_cont#marugametarumi .box_pullDown section.box_price table tr td {
  border-bottom: 1px solid #befada;
  border-right: 1px solid #befada;
}
#kotosan-bus.rosen section.line .box_line_cont#marugametarumi .box_pullDown section.box_price table tr:last-child {
  border-bottom: 1px solid #befada;
}
#kotosan-bus.rosen section.line .box_line_cont#marugametarumi .box_pullDown.line .switch .line, #kotosan-bus.rosen section.line .box_line_cont#marugametarumi .box_pullDown.time .switch .time, #kotosan-bus.rosen section.line .box_line_cont#marugametarumi .box_pullDown.price .switch .price {
  background-color: #01a64f;
}
#kotosan-bus.rosen section.line .box_line_cont#marugametarumi .box_pullDown.line .switch .line:before, #kotosan-bus.rosen section.line .box_line_cont#marugametarumi .box_pullDown.time .switch .time:before, #kotosan-bus.rosen section.line .box_line_cont#marugametarumi .box_pullDown.price .switch .price:before {
  background-color: #01a64f;
}
#kotosan-bus.rosen section.line .box_line_cont#marugamenishi {
  background-color: #d7f3ff;
}
#kotosan-bus.rosen section.line .box_line_cont#marugamenishi .btn_print, #kotosan-bus.rosen section.line .box_line_cont#marugamenishi .btn_pdf {
  background-color: #04abef;
}
#kotosan-bus.rosen section.line .box_line_cont#marugamenishi .btn_toggleArea .title {
  color: #04abef;
}
#kotosan-bus.rosen section.line .box_line_cont#marugamenishi .btn_toggleArea .btn_toggle {
  border: 2px solid #04abef;
}
#kotosan-bus.rosen section.line .box_line_cont#marugamenishi .btn_toggleArea .btn_toggle:before {
  border-right: 2px solid #04abef;
  border-bottom: 2px solid #04abef;
}
#kotosan-bus.rosen section.line .box_line_cont#marugamenishi .box_pullDown .title {
  background-color: #d7f3ff;
}
#kotosan-bus.rosen section.line .box_line_cont#marugamenishi .box_pullDown .list_station .box_line .box_name .name:before, #kotosan-bus.rosen section.line .box_line_cont#marugamenishi .box_pullDown .list_station .box_line .box_name.first .name:after, #kotosan-bus.rosen section.line .box_line_cont#marugamenishi .box_pullDown .list_station .box_line .box_name.last .name:after {
  border: 2px solid #04abef;
}
#kotosan-bus.rosen section.line .box_line_cont#marugamenishi .box_pullDown .list_station .box_line .box_name:before, #kotosan-bus.rosen section.line .box_line_cont#marugamenishi .box_pullDown .list_station .box_line .box_name:after {
  background-color: #04abef;
}
#kotosan-bus.rosen section.line .box_line_cont#marugamenishi .box_pullDown .list_station .box_line.connect2 .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont#marugamenishi .box_pullDown .list_station .box_line.connect2 .box_name:nth-child(3):before {
  background-color: transparent;
}
#kotosan-bus.rosen section.line .box_line_cont#marugamenishi .box_pullDown .list_station .box_line.connect3 .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont#marugamenishi .box_pullDown .list_station .box_line.connect3 .box_name:nth-child(3):before {
  background-color: transparent;
}
#kotosan-bus.rosen section.line .box_line_cont#marugamenishi .box_pullDown .list_station .box_line.connect2.connect-up {
  margin-top: 50px;
}
#kotosan-bus.rosen section.line .box_line_cont#marugamenishi .box_pullDown .list_station .box_line.connect2.connect-up .box_name:nth-child(2)::after {
  content: "";
  width: 23px;
  height: 23px;
  box-sizing: border-box;
  display: block;
  background-color: #fff;
  border-radius: 50%;
  border: 2px solid #04abef;
  position: absolute;
  top: 3px;
  left: -4px;
  z-index: 100;
}
#kotosan-bus.rosen section.line .box_line_cont#marugamenishi .box_pullDown .list_station .box_line.connect2.connect-up .box_name:nth-child(2):before {
  border-radius: 0 10px 0 0;
  border-top: 5px solid #04abef;
  border-right: 5px solid #04abef;
  border-bottom: none;
  border-left: none;
}
#kotosan-bus.rosen section.line .box_line_cont#marugamenishi .box_pullDown .list_station .box_line.connect2.connect-down {
  margin-bottom: 50px;
}
#kotosan-bus.rosen section.line .box_line_cont#marugamenishi .box_pullDown .list_station .box_line.connect2.connect-down .box_name:nth-child(2)::after {
  content: "";
  width: 23px;
  height: 23px;
  box-sizing: border-box;
  display: block;
  background-color: #fff;
  border-radius: 50%;
  border: 2px solid #04abef;
  position: absolute;
  top: 3px;
  left: -4px;
  z-index: 100;
}
#kotosan-bus.rosen section.line .box_line_cont#marugamenishi .box_pullDown .list_station .box_line.connect2.connect-down .box_name:nth-child(2):before {
  border-radius: 0 0 10px 0;
  border-top: none;
  border-right: 5px solid #04abef;
  border-bottom: 5px solid #04abef;
  border-left: none;
  bottom: -25px;
}
#kotosan-bus.rosen section.line .box_line_cont#marugamenishi .box_pullDown .list_station .box_line.connect2.top .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont#marugamenishi .box_pullDown .list_station .box_line.connect2.top .box_name:nth-child(3):before {
  border-top: 5px solid #04abef;
  border-right: 5px solid #04abef;
  border-bottom: none;
  border-left: none;
}
#kotosan-bus.rosen section.line .box_line_cont#marugamenishi .box_pullDown .list_station .box_line.connect3.top .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont#marugamenishi .box_pullDown .list_station .box_line.connect3.top .box_name:nth-child(3):before {
  border-top: 5px solid #04abef;
  border-right: 5px solid #04abef;
  border-bottom: none;
  border-left: none;
}
#kotosan-bus.rosen section.line .box_line_cont#marugamenishi .box_pullDown .list_station .box_line.connect2.bottom .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont#marugamenishi .box_pullDown .list_station .box_line.connect2.bottom .box_name:nth-child(3):before {
  border-top: none;
  border-right: 5px solid #04abef;
  border-bottom: 5px solid #04abef;
  border-left: none;
}
#kotosan-bus.rosen section.line .box_line_cont#marugamenishi .box_pullDown .list_station .box_line.connect3.bottom .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont#marugamenishi .box_pullDown .list_station .box_line.connect3.bottom .box_name:nth-child(3):before {
  border-top: none;
  border-right: 5px solid #04abef;
  border-bottom: 5px solid #04abef;
  border-left: none;
}
#kotosan-bus.rosen section.line .box_line_cont#marugamenishi .box_pullDown .list_station .box_line.connect2.center .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont#marugamenishi .box_pullDown .list_station .box_line.connect2.center .box_name:nth-child(3):before {
  border-top: none;
  border-right: 5px solid #04abef;
  border-bottom: 5px solid #04abef;
  border-left: none;
}
#kotosan-bus.rosen section.line .box_line_cont#marugamenishi .box_pullDown .list_station .box_line.connect3.center .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont#marugamenishi .box_pullDown .list_station .box_line.connect3.center .box_name:nth-child(3):before {
  border-top: none;
  border-right: 5px solid #04abef;
  border-bottom: 5px solid #04abef;
  border-left: none;
}
#kotosan-bus.rosen section.line .box_line_cont#marugamenishi .box_pullDown .list_station .box_line.connect2.center + .center .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont#marugamenishi .box_pullDown .list_station .box_line.connect2.center + .center .box_name:nth-child(3):before {
  border-top: 5px solid #04abef;
  border-right: 5px solid #04abef;
  border-bottom: none;
  border-left: none;
}
#kotosan-bus.rosen section.line .box_line_cont#marugamenishi .box_pullDown .list_station .box_line.connect3.center + .center .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont#marugamenishi .box_pullDown .list_station .box_line.connect3.center + .center .box_name:nth-child(3):before {
  border-top: 5px solid #04abef;
  border-right: 5px solid #04abef;
  border-bottom: none;
  border-left: none;
}
#kotosan-bus.rosen section.line .box_line_cont#marugamenishi .box_pullDown section.box_time .list_station .box_line .btn_time {
  background-color: #04abef;
}
#kotosan-bus.rosen section.line .box_line_cont#marugamenishi .box_pullDown section.box_price .btn_pdf, #kotosan-bus.rosen section.line .box_line_cont#marugamenishi .box_pullDown section.box_price .listNote li:before {
  background-color: #04abef;
}
#kotosan-bus.rosen section.line .box_line_cont#marugamenishi .box_pullDown section.box_price table {
  border-top: 1px solid #d7f3ff;
}
#kotosan-bus.rosen section.line .box_line_cont#marugamenishi .box_pullDown section.box_price table tr th {
  background-color: #d7f3ff;
  border-bottom: 1px solid #fff;
}
#kotosan-bus.rosen section.line .box_line_cont#marugamenishi .box_pullDown section.box_price table tr td {
  border-bottom: 1px solid #d7f3ff;
  border-right: 1px solid #d7f3ff;
}
#kotosan-bus.rosen section.line .box_line_cont#marugamenishi .box_pullDown section.box_price table tr:last-child {
  border-bottom: 1px solid #d7f3ff;
}
#kotosan-bus.rosen section.line .box_line_cont#marugamenishi .box_pullDown.line .switch .line, #kotosan-bus.rosen section.line .box_line_cont#marugamenishi .box_pullDown.time .switch .time, #kotosan-bus.rosen section.line .box_line_cont#marugamenishi .box_pullDown.price .switch .price {
  background-color: #04abef;
}
#kotosan-bus.rosen section.line .box_line_cont#marugamenishi .box_pullDown.line .switch .line:before, #kotosan-bus.rosen section.line .box_line_cont#marugamenishi .box_pullDown.time .switch .time:before, #kotosan-bus.rosen section.line .box_line_cont#marugamenishi .box_pullDown.price .switch .price:before {
  background-color: #04abef;
}
#kotosan-bus.rosen section.line .box_line_cont#marugamehigashi {
  background-color: #fbe2fa;
}
#kotosan-bus.rosen section.line .box_line_cont#marugamehigashi .btn_print, #kotosan-bus.rosen section.line .box_line_cont#marugamehigashi .btn_pdf {
  background-color: #8f508c;
}
#kotosan-bus.rosen section.line .box_line_cont#marugamehigashi .btn_toggleArea .title {
  color: #8f508c;
}
#kotosan-bus.rosen section.line .box_line_cont#marugamehigashi .btn_toggleArea .btn_toggle {
  border: 2px solid #8f508c;
}
#kotosan-bus.rosen section.line .box_line_cont#marugamehigashi .btn_toggleArea .btn_toggle:before {
  border-right: 2px solid #8f508c;
  border-bottom: 2px solid #8f508c;
}
#kotosan-bus.rosen section.line .box_line_cont#marugamehigashi .box_pullDown .title {
  background-color: #fbe2fa;
}
#kotosan-bus.rosen section.line .box_line_cont#marugamehigashi .box_pullDown .list_station .box_line .box_name .name:before, #kotosan-bus.rosen section.line .box_line_cont#marugamehigashi .box_pullDown .list_station .box_line .box_name.first .name:after, #kotosan-bus.rosen section.line .box_line_cont#marugamehigashi .box_pullDown .list_station .box_line .box_name.last .name:after {
  border: 2px solid #8f508c;
}
#kotosan-bus.rosen section.line .box_line_cont#marugamehigashi .box_pullDown .list_station .box_line .box_name:before, #kotosan-bus.rosen section.line .box_line_cont#marugamehigashi .box_pullDown .list_station .box_line .box_name:after {
  background-color: #8f508c;
}
#kotosan-bus.rosen section.line .box_line_cont#marugamehigashi .box_pullDown .list_station .box_line.connect2 .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont#marugamehigashi .box_pullDown .list_station .box_line.connect2 .box_name:nth-child(3):before {
  background-color: transparent;
}
#kotosan-bus.rosen section.line .box_line_cont#marugamehigashi .box_pullDown .list_station .box_line.connect3 .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont#marugamehigashi .box_pullDown .list_station .box_line.connect3 .box_name:nth-child(3):before {
  background-color: transparent;
}
#kotosan-bus.rosen section.line .box_line_cont#marugamehigashi .box_pullDown .list_station .box_line.connect2.connect-up {
  margin-top: 50px;
}
#kotosan-bus.rosen section.line .box_line_cont#marugamehigashi .box_pullDown .list_station .box_line.connect2.connect-up .box_name:nth-child(2)::after {
  content: "";
  width: 23px;
  height: 23px;
  box-sizing: border-box;
  display: block;
  background-color: #fff;
  border-radius: 50%;
  border: 2px solid #8f508c;
  position: absolute;
  top: 3px;
  left: -4px;
  z-index: 100;
}
#kotosan-bus.rosen section.line .box_line_cont#marugamehigashi .box_pullDown .list_station .box_line.connect2.connect-up .box_name:nth-child(2):before {
  border-radius: 0 10px 0 0;
  border-top: 5px solid #8f508c;
  border-right: 5px solid #8f508c;
  border-bottom: none;
  border-left: none;
}
#kotosan-bus.rosen section.line .box_line_cont#marugamehigashi .box_pullDown .list_station .box_line.connect2.connect-down {
  margin-bottom: 50px;
}
#kotosan-bus.rosen section.line .box_line_cont#marugamehigashi .box_pullDown .list_station .box_line.connect2.connect-down .box_name:nth-child(2)::after {
  content: "";
  width: 23px;
  height: 23px;
  box-sizing: border-box;
  display: block;
  background-color: #fff;
  border-radius: 50%;
  border: 2px solid #8f508c;
  position: absolute;
  top: 3px;
  left: -4px;
  z-index: 100;
}
#kotosan-bus.rosen section.line .box_line_cont#marugamehigashi .box_pullDown .list_station .box_line.connect2.connect-down .box_name:nth-child(2):before {
  border-radius: 0 0 10px 0;
  border-top: none;
  border-right: 5px solid #8f508c;
  border-bottom: 5px solid #8f508c;
  border-left: none;
  bottom: -25px;
}
#kotosan-bus.rosen section.line .box_line_cont#marugamehigashi .box_pullDown .list_station .box_line.connect2.top .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont#marugamehigashi .box_pullDown .list_station .box_line.connect2.top .box_name:nth-child(3):before {
  border-top: 5px solid #8f508c;
  border-right: 5px solid #8f508c;
  border-bottom: none;
  border-left: none;
}
#kotosan-bus.rosen section.line .box_line_cont#marugamehigashi .box_pullDown .list_station .box_line.connect3.top .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont#marugamehigashi .box_pullDown .list_station .box_line.connect3.top .box_name:nth-child(3):before {
  border-top: 5px solid #8f508c;
  border-right: 5px solid #8f508c;
  border-bottom: none;
  border-left: none;
}
#kotosan-bus.rosen section.line .box_line_cont#marugamehigashi .box_pullDown .list_station .box_line.connect2.bottom .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont#marugamehigashi .box_pullDown .list_station .box_line.connect2.bottom .box_name:nth-child(3):before {
  border-top: none;
  border-right: 5px solid #8f508c;
  border-bottom: 5px solid #8f508c;
  border-left: none;
}
#kotosan-bus.rosen section.line .box_line_cont#marugamehigashi .box_pullDown .list_station .box_line.connect3.bottom .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont#marugamehigashi .box_pullDown .list_station .box_line.connect3.bottom .box_name:nth-child(3):before {
  border-top: none;
  border-right: 5px solid #8f508c;
  border-bottom: 5px solid #8f508c;
  border-left: none;
}
#kotosan-bus.rosen section.line .box_line_cont#marugamehigashi .box_pullDown .list_station .box_line.connect2.center .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont#marugamehigashi .box_pullDown .list_station .box_line.connect2.center .box_name:nth-child(3):before {
  border-top: none;
  border-right: 5px solid #8f508c;
  border-bottom: 5px solid #8f508c;
  border-left: none;
}
#kotosan-bus.rosen section.line .box_line_cont#marugamehigashi .box_pullDown .list_station .box_line.connect3.center .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont#marugamehigashi .box_pullDown .list_station .box_line.connect3.center .box_name:nth-child(3):before {
  border-top: none;
  border-right: 5px solid #8f508c;
  border-bottom: 5px solid #8f508c;
  border-left: none;
}
#kotosan-bus.rosen section.line .box_line_cont#marugamehigashi .box_pullDown .list_station .box_line.connect2.center + .center .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont#marugamehigashi .box_pullDown .list_station .box_line.connect2.center + .center .box_name:nth-child(3):before {
  border-top: 5px solid #8f508c;
  border-right: 5px solid #8f508c;
  border-bottom: none;
  border-left: none;
}
#kotosan-bus.rosen section.line .box_line_cont#marugamehigashi .box_pullDown .list_station .box_line.connect3.center + .center .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont#marugamehigashi .box_pullDown .list_station .box_line.connect3.center + .center .box_name:nth-child(3):before {
  border-top: 5px solid #8f508c;
  border-right: 5px solid #8f508c;
  border-bottom: none;
  border-left: none;
}
#kotosan-bus.rosen section.line .box_line_cont#marugamehigashi .box_pullDown section.box_time .list_station .box_line .btn_time {
  background-color: #8f508c;
}
#kotosan-bus.rosen section.line .box_line_cont#marugamehigashi .box_pullDown section.box_price .btn_pdf, #kotosan-bus.rosen section.line .box_line_cont#marugamehigashi .box_pullDown section.box_price .listNote li:before {
  background-color: #8f508c;
}
#kotosan-bus.rosen section.line .box_line_cont#marugamehigashi .box_pullDown section.box_price table {
  border-top: 1px solid #fbe2fa;
}
#kotosan-bus.rosen section.line .box_line_cont#marugamehigashi .box_pullDown section.box_price table tr th {
  background-color: #fbe2fa;
  border-bottom: 1px solid #fff;
}
#kotosan-bus.rosen section.line .box_line_cont#marugamehigashi .box_pullDown section.box_price table tr td {
  border-bottom: 1px solid #fbe2fa;
  border-right: 1px solid #fbe2fa;
}
#kotosan-bus.rosen section.line .box_line_cont#marugamehigashi .box_pullDown section.box_price table tr:last-child {
  border-bottom: 1px solid #fbe2fa;
}
#kotosan-bus.rosen section.line .box_line_cont#marugamehigashi .box_pullDown.line .switch .line, #kotosan-bus.rosen section.line .box_line_cont#marugamehigashi .box_pullDown.time .switch .time, #kotosan-bus.rosen section.line .box_line_cont#marugamehigashi .box_pullDown.price .switch .price {
  background-color: #8f508c;
}
#kotosan-bus.rosen section.line .box_line_cont#marugamehigashi .box_pullDown.line .switch .line:before, #kotosan-bus.rosen section.line .box_line_cont#marugamehigashi .box_pullDown.time .switch .time:before, #kotosan-bus.rosen section.line .box_line_cont#marugamehigashi .box_pullDown.price .switch .price:before {
  background-color: #8f508c;
}
#kotosan-bus.rosen section.line .box_line_cont#reomautadu {
  background-color: #ffe7f7;
}
#kotosan-bus.rosen section.line .box_line_cont#reomautadu .btn_print, #kotosan-bus.rosen section.line .box_line_cont#reomautadu .btn_pdf {
  background-color: #e07ac0;
}
#kotosan-bus.rosen section.line .box_line_cont#reomautadu .btn_toggleArea .title {
  color: #e07ac0;
}
#kotosan-bus.rosen section.line .box_line_cont#reomautadu .btn_toggleArea .btn_toggle {
  border: 2px solid #e07ac0;
}
#kotosan-bus.rosen section.line .box_line_cont#reomautadu .btn_toggleArea .btn_toggle:before {
  border-right: 2px solid #e07ac0;
  border-bottom: 2px solid #e07ac0;
}
#kotosan-bus.rosen section.line .box_line_cont#reomautadu .box_pullDown .title {
  background-color: #ffe7f7;
}
#kotosan-bus.rosen section.line .box_line_cont#reomautadu .box_pullDown .list_station .box_line .box_name .name:before, #kotosan-bus.rosen section.line .box_line_cont#reomautadu .box_pullDown .list_station .box_line .box_name.first .name:after, #kotosan-bus.rosen section.line .box_line_cont#reomautadu .box_pullDown .list_station .box_line .box_name.last .name:after {
  border: 2px solid #e07ac0;
}
#kotosan-bus.rosen section.line .box_line_cont#reomautadu .box_pullDown .list_station .box_line .box_name:before, #kotosan-bus.rosen section.line .box_line_cont#reomautadu .box_pullDown .list_station .box_line .box_name:after {
  background-color: #e07ac0;
}
#kotosan-bus.rosen section.line .box_line_cont#reomautadu .box_pullDown .list_station .box_line.connect2 .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont#reomautadu .box_pullDown .list_station .box_line.connect2 .box_name:nth-child(3):before {
  background-color: transparent;
}
#kotosan-bus.rosen section.line .box_line_cont#reomautadu .box_pullDown .list_station .box_line.connect3 .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont#reomautadu .box_pullDown .list_station .box_line.connect3 .box_name:nth-child(3):before {
  background-color: transparent;
}
#kotosan-bus.rosen section.line .box_line_cont#reomautadu .box_pullDown .list_station .box_line.connect2.connect-up {
  margin-top: 50px;
}
#kotosan-bus.rosen section.line .box_line_cont#reomautadu .box_pullDown .list_station .box_line.connect2.connect-up .box_name:nth-child(2)::after {
  content: "";
  width: 23px;
  height: 23px;
  box-sizing: border-box;
  display: block;
  background-color: #fff;
  border-radius: 50%;
  border: 2px solid #e07ac0;
  position: absolute;
  top: 3px;
  left: -4px;
  z-index: 100;
}
#kotosan-bus.rosen section.line .box_line_cont#reomautadu .box_pullDown .list_station .box_line.connect2.connect-up .box_name:nth-child(2):before {
  border-radius: 0 10px 0 0;
  border-top: 5px solid #e07ac0;
  border-right: 5px solid #e07ac0;
  border-bottom: none;
  border-left: none;
}
#kotosan-bus.rosen section.line .box_line_cont#reomautadu .box_pullDown .list_station .box_line.connect2.connect-down {
  margin-bottom: 50px;
}
#kotosan-bus.rosen section.line .box_line_cont#reomautadu .box_pullDown .list_station .box_line.connect2.connect-down .box_name:nth-child(2)::after {
  content: "";
  width: 23px;
  height: 23px;
  box-sizing: border-box;
  display: block;
  background-color: #fff;
  border-radius: 50%;
  border: 2px solid #e07ac0;
  position: absolute;
  top: 3px;
  left: -4px;
  z-index: 100;
}
#kotosan-bus.rosen section.line .box_line_cont#reomautadu .box_pullDown .list_station .box_line.connect2.connect-down .box_name:nth-child(2):before {
  border-radius: 0 0 10px 0;
  border-top: none;
  border-right: 5px solid #e07ac0;
  border-bottom: 5px solid #e07ac0;
  border-left: none;
  bottom: -25px;
}
#kotosan-bus.rosen section.line .box_line_cont#reomautadu .box_pullDown .list_station .box_line.connect2.top .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont#reomautadu .box_pullDown .list_station .box_line.connect2.top .box_name:nth-child(3):before {
  border-top: 5px solid #e07ac0;
  border-right: 5px solid #e07ac0;
  border-bottom: none;
  border-left: none;
}
#kotosan-bus.rosen section.line .box_line_cont#reomautadu .box_pullDown .list_station .box_line.connect3.top .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont#reomautadu .box_pullDown .list_station .box_line.connect3.top .box_name:nth-child(3):before {
  border-top: 5px solid #e07ac0;
  border-right: 5px solid #e07ac0;
  border-bottom: none;
  border-left: none;
}
#kotosan-bus.rosen section.line .box_line_cont#reomautadu .box_pullDown .list_station .box_line.connect2.bottom .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont#reomautadu .box_pullDown .list_station .box_line.connect2.bottom .box_name:nth-child(3):before {
  border-top: none;
  border-right: 5px solid #e07ac0;
  border-bottom: 5px solid #e07ac0;
  border-left: none;
}
#kotosan-bus.rosen section.line .box_line_cont#reomautadu .box_pullDown .list_station .box_line.connect3.bottom .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont#reomautadu .box_pullDown .list_station .box_line.connect3.bottom .box_name:nth-child(3):before {
  border-top: none;
  border-right: 5px solid #e07ac0;
  border-bottom: 5px solid #e07ac0;
  border-left: none;
}
#kotosan-bus.rosen section.line .box_line_cont#reomautadu .box_pullDown .list_station .box_line.connect2.center .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont#reomautadu .box_pullDown .list_station .box_line.connect2.center .box_name:nth-child(3):before {
  border-top: none;
  border-right: 5px solid #e07ac0;
  border-bottom: 5px solid #e07ac0;
  border-left: none;
}
#kotosan-bus.rosen section.line .box_line_cont#reomautadu .box_pullDown .list_station .box_line.connect3.center .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont#reomautadu .box_pullDown .list_station .box_line.connect3.center .box_name:nth-child(3):before {
  border-top: none;
  border-right: 5px solid #e07ac0;
  border-bottom: 5px solid #e07ac0;
  border-left: none;
}
#kotosan-bus.rosen section.line .box_line_cont#reomautadu .box_pullDown .list_station .box_line.connect2.center + .center .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont#reomautadu .box_pullDown .list_station .box_line.connect2.center + .center .box_name:nth-child(3):before {
  border-top: 5px solid #e07ac0;
  border-right: 5px solid #e07ac0;
  border-bottom: none;
  border-left: none;
}
#kotosan-bus.rosen section.line .box_line_cont#reomautadu .box_pullDown .list_station .box_line.connect3.center + .center .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont#reomautadu .box_pullDown .list_station .box_line.connect3.center + .center .box_name:nth-child(3):before {
  border-top: 5px solid #e07ac0;
  border-right: 5px solid #e07ac0;
  border-bottom: none;
  border-left: none;
}
#kotosan-bus.rosen section.line .box_line_cont#reomautadu .box_pullDown section.box_time .list_station .box_line .btn_time {
  background-color: #e07ac0;
}
#kotosan-bus.rosen section.line .box_line_cont#reomautadu .box_pullDown section.box_price .btn_pdf, #kotosan-bus.rosen section.line .box_line_cont#reomautadu .box_pullDown section.box_price .listNote li:before {
  background-color: #e07ac0;
}
#kotosan-bus.rosen section.line .box_line_cont#reomautadu .box_pullDown section.box_price table {
  border-top: 1px solid #ffe7f7;
}
#kotosan-bus.rosen section.line .box_line_cont#reomautadu .box_pullDown section.box_price table tr th {
  background-color: #ffe7f7;
  border-bottom: 1px solid #fff;
}
#kotosan-bus.rosen section.line .box_line_cont#reomautadu .box_pullDown section.box_price table tr td {
  border-bottom: 1px solid #ffe7f7;
  border-right: 1px solid #ffe7f7;
}
#kotosan-bus.rosen section.line .box_line_cont#reomautadu .box_pullDown section.box_price table tr:last-child {
  border-bottom: 1px solid #ffe7f7;
}
#kotosan-bus.rosen section.line .box_line_cont#reomautadu .box_pullDown.line .switch .line, #kotosan-bus.rosen section.line .box_line_cont#reomautadu .box_pullDown.time .switch .time, #kotosan-bus.rosen section.line .box_line_cont#reomautadu .box_pullDown.price .switch .price {
  background-color: #e07ac0;
}
#kotosan-bus.rosen section.line .box_line_cont#reomautadu .box_pullDown.line .switch .line:before, #kotosan-bus.rosen section.line .box_line_cont#reomautadu .box_pullDown.time .switch .time:before, #kotosan-bus.rosen section.line .box_line_cont#reomautadu .box_pullDown.price .switch .price:before {
  background-color: #e07ac0;
}
#kotosan-bus.rosen section.line .box_line_cont#ayautautadu {
  background-color: #ffebcc;
}
#kotosan-bus.rosen section.line .box_line_cont#ayautautadu .btn_print, #kotosan-bus.rosen section.line .box_line_cont#ayautautadu .btn_pdf {
  background-color: #ff9900;
}
#kotosan-bus.rosen section.line .box_line_cont#ayautautadu .btn_toggleArea .title {
  color: #ff9900;
}
#kotosan-bus.rosen section.line .box_line_cont#ayautautadu .btn_toggleArea .btn_toggle {
  border: 2px solid #ff9900;
}
#kotosan-bus.rosen section.line .box_line_cont#ayautautadu .btn_toggleArea .btn_toggle:before {
  border-right: 2px solid #ff9900;
  border-bottom: 2px solid #ff9900;
}
#kotosan-bus.rosen section.line .box_line_cont#ayautautadu .box_pullDown .title {
  background-color: #ffebcc;
}
#kotosan-bus.rosen section.line .box_line_cont#ayautautadu .box_pullDown .list_station .box_line .box_name .name:before, #kotosan-bus.rosen section.line .box_line_cont#ayautautadu .box_pullDown .list_station .box_line .box_name.first .name:after, #kotosan-bus.rosen section.line .box_line_cont#ayautautadu .box_pullDown .list_station .box_line .box_name.last .name:after {
  border: 2px solid #ff9900;
}
#kotosan-bus.rosen section.line .box_line_cont#ayautautadu .box_pullDown .list_station .box_line .box_name:before, #kotosan-bus.rosen section.line .box_line_cont#ayautautadu .box_pullDown .list_station .box_line .box_name:after {
  background-color: #ff9900;
}
#kotosan-bus.rosen section.line .box_line_cont#ayautautadu .box_pullDown .list_station .box_line.connect2 .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont#ayautautadu .box_pullDown .list_station .box_line.connect2 .box_name:nth-child(3):before {
  background-color: transparent;
}
#kotosan-bus.rosen section.line .box_line_cont#ayautautadu .box_pullDown .list_station .box_line.connect3 .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont#ayautautadu .box_pullDown .list_station .box_line.connect3 .box_name:nth-child(3):before {
  background-color: transparent;
}
#kotosan-bus.rosen section.line .box_line_cont#ayautautadu .box_pullDown .list_station .box_line.connect2.connect-up {
  margin-top: 50px;
}
#kotosan-bus.rosen section.line .box_line_cont#ayautautadu .box_pullDown .list_station .box_line.connect2.connect-up .box_name:nth-child(2)::after {
  content: "";
  width: 23px;
  height: 23px;
  box-sizing: border-box;
  display: block;
  background-color: #fff;
  border-radius: 50%;
  border: 2px solid #ff9900;
  position: absolute;
  top: 3px;
  left: -4px;
  z-index: 100;
}
#kotosan-bus.rosen section.line .box_line_cont#ayautautadu .box_pullDown .list_station .box_line.connect2.connect-up .box_name:nth-child(2):before {
  border-radius: 0 10px 0 0;
  border-top: 5px solid #ff9900;
  border-right: 5px solid #ff9900;
  border-bottom: none;
  border-left: none;
}
#kotosan-bus.rosen section.line .box_line_cont#ayautautadu .box_pullDown .list_station .box_line.connect2.connect-down {
  margin-bottom: 50px;
}
#kotosan-bus.rosen section.line .box_line_cont#ayautautadu .box_pullDown .list_station .box_line.connect2.connect-down .box_name:nth-child(2)::after {
  content: "";
  width: 23px;
  height: 23px;
  box-sizing: border-box;
  display: block;
  background-color: #fff;
  border-radius: 50%;
  border: 2px solid #ff9900;
  position: absolute;
  top: 3px;
  left: -4px;
  z-index: 100;
}
#kotosan-bus.rosen section.line .box_line_cont#ayautautadu .box_pullDown .list_station .box_line.connect2.connect-down .box_name:nth-child(2):before {
  border-radius: 0 0 10px 0;
  border-top: none;
  border-right: 5px solid #ff9900;
  border-bottom: 5px solid #ff9900;
  border-left: none;
  bottom: -25px;
}
#kotosan-bus.rosen section.line .box_line_cont#ayautautadu .box_pullDown .list_station .box_line.connect2.top .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont#ayautautadu .box_pullDown .list_station .box_line.connect2.top .box_name:nth-child(3):before {
  border-top: 5px solid #ff9900;
  border-right: 5px solid #ff9900;
  border-bottom: none;
  border-left: none;
}
#kotosan-bus.rosen section.line .box_line_cont#ayautautadu .box_pullDown .list_station .box_line.connect3.top .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont#ayautautadu .box_pullDown .list_station .box_line.connect3.top .box_name:nth-child(3):before {
  border-top: 5px solid #ff9900;
  border-right: 5px solid #ff9900;
  border-bottom: none;
  border-left: none;
}
#kotosan-bus.rosen section.line .box_line_cont#ayautautadu .box_pullDown .list_station .box_line.connect2.bottom .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont#ayautautadu .box_pullDown .list_station .box_line.connect2.bottom .box_name:nth-child(3):before {
  border-top: none;
  border-right: 5px solid #ff9900;
  border-bottom: 5px solid #ff9900;
  border-left: none;
}
#kotosan-bus.rosen section.line .box_line_cont#ayautautadu .box_pullDown .list_station .box_line.connect3.bottom .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont#ayautautadu .box_pullDown .list_station .box_line.connect3.bottom .box_name:nth-child(3):before {
  border-top: none;
  border-right: 5px solid #ff9900;
  border-bottom: 5px solid #ff9900;
  border-left: none;
}
#kotosan-bus.rosen section.line .box_line_cont#ayautautadu .box_pullDown .list_station .box_line.connect2.center .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont#ayautautadu .box_pullDown .list_station .box_line.connect2.center .box_name:nth-child(3):before {
  border-top: none;
  border-right: 5px solid #ff9900;
  border-bottom: 5px solid #ff9900;
  border-left: none;
}
#kotosan-bus.rosen section.line .box_line_cont#ayautautadu .box_pullDown .list_station .box_line.connect3.center .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont#ayautautadu .box_pullDown .list_station .box_line.connect3.center .box_name:nth-child(3):before {
  border-top: none;
  border-right: 5px solid #ff9900;
  border-bottom: 5px solid #ff9900;
  border-left: none;
}
#kotosan-bus.rosen section.line .box_line_cont#ayautautadu .box_pullDown .list_station .box_line.connect2.center + .center .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont#ayautautadu .box_pullDown .list_station .box_line.connect2.center + .center .box_name:nth-child(3):before {
  border-top: 5px solid #ff9900;
  border-right: 5px solid #ff9900;
  border-bottom: none;
  border-left: none;
}
#kotosan-bus.rosen section.line .box_line_cont#ayautautadu .box_pullDown .list_station .box_line.connect3.center + .center .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont#ayautautadu .box_pullDown .list_station .box_line.connect3.center + .center .box_name:nth-child(3):before {
  border-top: 5px solid #ff9900;
  border-right: 5px solid #ff9900;
  border-bottom: none;
  border-left: none;
}
#kotosan-bus.rosen section.line .box_line_cont#ayautautadu .box_pullDown section.box_time .list_station .box_line .btn_time {
  background-color: #ff9900;
}
#kotosan-bus.rosen section.line .box_line_cont#ayautautadu .box_pullDown section.box_price .btn_pdf, #kotosan-bus.rosen section.line .box_line_cont#ayautautadu .box_pullDown section.box_price .listNote li:before {
  background-color: #ff9900;
}
#kotosan-bus.rosen section.line .box_line_cont#ayautautadu .box_pullDown section.box_price table {
  border-top: 1px solid #ffebcc;
}
#kotosan-bus.rosen section.line .box_line_cont#ayautautadu .box_pullDown section.box_price table tr th {
  background-color: #ffebcc;
  border-bottom: 1px solid #fff;
}
#kotosan-bus.rosen section.line .box_line_cont#ayautautadu .box_pullDown section.box_price table tr td {
  border-bottom: 1px solid #ffebcc;
  border-right: 1px solid #ffebcc;
}
#kotosan-bus.rosen section.line .box_line_cont#ayautautadu .box_pullDown section.box_price table tr:last-child {
  border-bottom: 1px solid #ffebcc;
}
#kotosan-bus.rosen section.line .box_line_cont#ayautautadu .box_pullDown.line .switch .line, #kotosan-bus.rosen section.line .box_line_cont#ayautautadu .box_pullDown.time .switch .time, #kotosan-bus.rosen section.line .box_line_cont#ayautautadu .box_pullDown.price .switch .price {
  background-color: #ff9900;
}
#kotosan-bus.rosen section.line .box_line_cont#ayautautadu .box_pullDown.line .switch .line:before, #kotosan-bus.rosen section.line .box_line_cont#ayautautadu .box_pullDown.time .switch .time:before, #kotosan-bus.rosen section.line .box_line_cont#ayautautadu .box_pullDown.price .switch .price:before {
  background-color: #ff9900;
}
#kotosan-bus.rosen section.line .box_line_cont#sakaidehigashi {
  background-color: #ffe7f2;
}
#kotosan-bus.rosen section.line .box_line_cont#sakaidehigashi .btn_print, #kotosan-bus.rosen section.line .box_line_cont#sakaidehigashi .btn_pdf {
  background-color: #e970a5;
}
#kotosan-bus.rosen section.line .box_line_cont#sakaidehigashi .btn_toggleArea .title {
  color: #e970a5;
}
#kotosan-bus.rosen section.line .box_line_cont#sakaidehigashi .btn_toggleArea .btn_toggle {
  border: 2px solid #e970a5;
}
#kotosan-bus.rosen section.line .box_line_cont#sakaidehigashi .btn_toggleArea .btn_toggle:before {
  border-right: 2px solid #e970a5;
  border-bottom: 2px solid #e970a5;
}
#kotosan-bus.rosen section.line .box_line_cont#sakaidehigashi .box_pullDown .title {
  background-color: #ffe7f2;
}
#kotosan-bus.rosen section.line .box_line_cont#sakaidehigashi .box_pullDown .list_station .box_line .box_name .name:before, #kotosan-bus.rosen section.line .box_line_cont#sakaidehigashi .box_pullDown .list_station .box_line .box_name.first .name:after, #kotosan-bus.rosen section.line .box_line_cont#sakaidehigashi .box_pullDown .list_station .box_line .box_name.last .name:after {
  border: 2px solid #e970a5;
}
#kotosan-bus.rosen section.line .box_line_cont#sakaidehigashi .box_pullDown .list_station .box_line .box_name:before, #kotosan-bus.rosen section.line .box_line_cont#sakaidehigashi .box_pullDown .list_station .box_line .box_name:after {
  background-color: #e970a5;
}
#kotosan-bus.rosen section.line .box_line_cont#sakaidehigashi .box_pullDown .list_station .box_line.connect2 .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont#sakaidehigashi .box_pullDown .list_station .box_line.connect2 .box_name:nth-child(3):before {
  background-color: transparent;
}
#kotosan-bus.rosen section.line .box_line_cont#sakaidehigashi .box_pullDown .list_station .box_line.connect3 .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont#sakaidehigashi .box_pullDown .list_station .box_line.connect3 .box_name:nth-child(3):before {
  background-color: transparent;
}
#kotosan-bus.rosen section.line .box_line_cont#sakaidehigashi .box_pullDown .list_station .box_line.connect2.connect-up {
  margin-top: 50px;
}
#kotosan-bus.rosen section.line .box_line_cont#sakaidehigashi .box_pullDown .list_station .box_line.connect2.connect-up .box_name:nth-child(2)::after {
  content: "";
  width: 23px;
  height: 23px;
  box-sizing: border-box;
  display: block;
  background-color: #fff;
  border-radius: 50%;
  border: 2px solid #e970a5;
  position: absolute;
  top: 3px;
  left: -4px;
  z-index: 100;
}
#kotosan-bus.rosen section.line .box_line_cont#sakaidehigashi .box_pullDown .list_station .box_line.connect2.connect-up .box_name:nth-child(2):before {
  border-radius: 0 10px 0 0;
  border-top: 5px solid #e970a5;
  border-right: 5px solid #e970a5;
  border-bottom: none;
  border-left: none;
}
#kotosan-bus.rosen section.line .box_line_cont#sakaidehigashi .box_pullDown .list_station .box_line.connect2.connect-down {
  margin-bottom: 50px;
}
#kotosan-bus.rosen section.line .box_line_cont#sakaidehigashi .box_pullDown .list_station .box_line.connect2.connect-down .box_name:nth-child(2)::after {
  content: "";
  width: 23px;
  height: 23px;
  box-sizing: border-box;
  display: block;
  background-color: #fff;
  border-radius: 50%;
  border: 2px solid #e970a5;
  position: absolute;
  top: 3px;
  left: -4px;
  z-index: 100;
}
#kotosan-bus.rosen section.line .box_line_cont#sakaidehigashi .box_pullDown .list_station .box_line.connect2.connect-down .box_name:nth-child(2):before {
  border-radius: 0 0 10px 0;
  border-top: none;
  border-right: 5px solid #e970a5;
  border-bottom: 5px solid #e970a5;
  border-left: none;
  bottom: -25px;
}
#kotosan-bus.rosen section.line .box_line_cont#sakaidehigashi .box_pullDown .list_station .box_line.connect2.top .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont#sakaidehigashi .box_pullDown .list_station .box_line.connect2.top .box_name:nth-child(3):before {
  border-top: 5px solid #e970a5;
  border-right: 5px solid #e970a5;
  border-bottom: none;
  border-left: none;
}
#kotosan-bus.rosen section.line .box_line_cont#sakaidehigashi .box_pullDown .list_station .box_line.connect3.top .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont#sakaidehigashi .box_pullDown .list_station .box_line.connect3.top .box_name:nth-child(3):before {
  border-top: 5px solid #e970a5;
  border-right: 5px solid #e970a5;
  border-bottom: none;
  border-left: none;
}
#kotosan-bus.rosen section.line .box_line_cont#sakaidehigashi .box_pullDown .list_station .box_line.connect2.bottom .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont#sakaidehigashi .box_pullDown .list_station .box_line.connect2.bottom .box_name:nth-child(3):before {
  border-top: none;
  border-right: 5px solid #e970a5;
  border-bottom: 5px solid #e970a5;
  border-left: none;
}
#kotosan-bus.rosen section.line .box_line_cont#sakaidehigashi .box_pullDown .list_station .box_line.connect3.bottom .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont#sakaidehigashi .box_pullDown .list_station .box_line.connect3.bottom .box_name:nth-child(3):before {
  border-top: none;
  border-right: 5px solid #e970a5;
  border-bottom: 5px solid #e970a5;
  border-left: none;
}
#kotosan-bus.rosen section.line .box_line_cont#sakaidehigashi .box_pullDown .list_station .box_line.connect2.center .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont#sakaidehigashi .box_pullDown .list_station .box_line.connect2.center .box_name:nth-child(3):before {
  border-top: none;
  border-right: 5px solid #e970a5;
  border-bottom: 5px solid #e970a5;
  border-left: none;
}
#kotosan-bus.rosen section.line .box_line_cont#sakaidehigashi .box_pullDown .list_station .box_line.connect3.center .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont#sakaidehigashi .box_pullDown .list_station .box_line.connect3.center .box_name:nth-child(3):before {
  border-top: none;
  border-right: 5px solid #e970a5;
  border-bottom: 5px solid #e970a5;
  border-left: none;
}
#kotosan-bus.rosen section.line .box_line_cont#sakaidehigashi .box_pullDown .list_station .box_line.connect2.center + .center .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont#sakaidehigashi .box_pullDown .list_station .box_line.connect2.center + .center .box_name:nth-child(3):before {
  border-top: 5px solid #e970a5;
  border-right: 5px solid #e970a5;
  border-bottom: none;
  border-left: none;
}
#kotosan-bus.rosen section.line .box_line_cont#sakaidehigashi .box_pullDown .list_station .box_line.connect3.center + .center .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont#sakaidehigashi .box_pullDown .list_station .box_line.connect3.center + .center .box_name:nth-child(3):before {
  border-top: 5px solid #e970a5;
  border-right: 5px solid #e970a5;
  border-bottom: none;
  border-left: none;
}
#kotosan-bus.rosen section.line .box_line_cont#sakaidehigashi .box_pullDown section.box_time .list_station .box_line .btn_time {
  background-color: #e970a5;
}
#kotosan-bus.rosen section.line .box_line_cont#sakaidehigashi .box_pullDown section.box_price .btn_pdf, #kotosan-bus.rosen section.line .box_line_cont#sakaidehigashi .box_pullDown section.box_price .listNote li:before {
  background-color: #e970a5;
}
#kotosan-bus.rosen section.line .box_line_cont#sakaidehigashi .box_pullDown section.box_price table {
  border-top: 1px solid #ffe7f2;
}
#kotosan-bus.rosen section.line .box_line_cont#sakaidehigashi .box_pullDown section.box_price table tr th {
  background-color: #ffe7f2;
  border-bottom: 1px solid #fff;
}
#kotosan-bus.rosen section.line .box_line_cont#sakaidehigashi .box_pullDown section.box_price table tr td {
  border-bottom: 1px solid #ffe7f2;
  border-right: 1px solid #ffe7f2;
}
#kotosan-bus.rosen section.line .box_line_cont#sakaidehigashi .box_pullDown section.box_price table tr:last-child {
  border-bottom: 1px solid #ffe7f2;
}
#kotosan-bus.rosen section.line .box_line_cont#sakaidehigashi .box_pullDown.line .switch .line, #kotosan-bus.rosen section.line .box_line_cont#sakaidehigashi .box_pullDown.time .switch .time, #kotosan-bus.rosen section.line .box_line_cont#sakaidehigashi .box_pullDown.price .switch .price {
  background-color: #e970a5;
}
#kotosan-bus.rosen section.line .box_line_cont#sakaidehigashi .box_pullDown.line .switch .line:before, #kotosan-bus.rosen section.line .box_line_cont#sakaidehigashi .box_pullDown.time .switch .time:before, #kotosan-bus.rosen section.line .box_line_cont#sakaidehigashi .box_pullDown.price .switch .price:before {
  background-color: #e970a5;
}
#kotosan-bus.rosen section.line .box_line_cont#sakaidenishi {
  background-color: #ffeec6;
}
#kotosan-bus.rosen section.line .box_line_cont#sakaidenishi .btn_print, #kotosan-bus.rosen section.line .box_line_cont#sakaidenishi .btn_pdf {
  background-color: #edaf1a;
}
#kotosan-bus.rosen section.line .box_line_cont#sakaidenishi .btn_toggleArea .title {
  color: #edaf1a;
}
#kotosan-bus.rosen section.line .box_line_cont#sakaidenishi .btn_toggleArea .btn_toggle {
  border: 2px solid #edaf1a;
}
#kotosan-bus.rosen section.line .box_line_cont#sakaidenishi .btn_toggleArea .btn_toggle:before {
  border-right: 2px solid #edaf1a;
  border-bottom: 2px solid #edaf1a;
}
#kotosan-bus.rosen section.line .box_line_cont#sakaidenishi .box_pullDown .title {
  background-color: #ffeec6;
}
#kotosan-bus.rosen section.line .box_line_cont#sakaidenishi .box_pullDown .list_station .box_line .box_name .name:before, #kotosan-bus.rosen section.line .box_line_cont#sakaidenishi .box_pullDown .list_station .box_line .box_name.first .name:after, #kotosan-bus.rosen section.line .box_line_cont#sakaidenishi .box_pullDown .list_station .box_line .box_name.last .name:after {
  border: 2px solid #edaf1a;
}
#kotosan-bus.rosen section.line .box_line_cont#sakaidenishi .box_pullDown .list_station .box_line .box_name:before, #kotosan-bus.rosen section.line .box_line_cont#sakaidenishi .box_pullDown .list_station .box_line .box_name:after {
  background-color: #edaf1a;
}
#kotosan-bus.rosen section.line .box_line_cont#sakaidenishi .box_pullDown .list_station .box_line.connect2 .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont#sakaidenishi .box_pullDown .list_station .box_line.connect2 .box_name:nth-child(3):before {
  background-color: transparent;
}
#kotosan-bus.rosen section.line .box_line_cont#sakaidenishi .box_pullDown .list_station .box_line.connect3 .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont#sakaidenishi .box_pullDown .list_station .box_line.connect3 .box_name:nth-child(3):before {
  background-color: transparent;
}
#kotosan-bus.rosen section.line .box_line_cont#sakaidenishi .box_pullDown .list_station .box_line.connect2.connect-up {
  margin-top: 50px;
}
#kotosan-bus.rosen section.line .box_line_cont#sakaidenishi .box_pullDown .list_station .box_line.connect2.connect-up .box_name:nth-child(2)::after {
  content: "";
  width: 23px;
  height: 23px;
  box-sizing: border-box;
  display: block;
  background-color: #fff;
  border-radius: 50%;
  border: 2px solid #edaf1a;
  position: absolute;
  top: 3px;
  left: -4px;
  z-index: 100;
}
#kotosan-bus.rosen section.line .box_line_cont#sakaidenishi .box_pullDown .list_station .box_line.connect2.connect-up .box_name:nth-child(2):before {
  border-radius: 0 10px 0 0;
  border-top: 5px solid #edaf1a;
  border-right: 5px solid #edaf1a;
  border-bottom: none;
  border-left: none;
}
#kotosan-bus.rosen section.line .box_line_cont#sakaidenishi .box_pullDown .list_station .box_line.connect2.connect-down {
  margin-bottom: 50px;
}
#kotosan-bus.rosen section.line .box_line_cont#sakaidenishi .box_pullDown .list_station .box_line.connect2.connect-down .box_name:nth-child(2)::after {
  content: "";
  width: 23px;
  height: 23px;
  box-sizing: border-box;
  display: block;
  background-color: #fff;
  border-radius: 50%;
  border: 2px solid #edaf1a;
  position: absolute;
  top: 3px;
  left: -4px;
  z-index: 100;
}
#kotosan-bus.rosen section.line .box_line_cont#sakaidenishi .box_pullDown .list_station .box_line.connect2.connect-down .box_name:nth-child(2):before {
  border-radius: 0 0 10px 0;
  border-top: none;
  border-right: 5px solid #edaf1a;
  border-bottom: 5px solid #edaf1a;
  border-left: none;
  bottom: -25px;
}
#kotosan-bus.rosen section.line .box_line_cont#sakaidenishi .box_pullDown .list_station .box_line.connect2.top .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont#sakaidenishi .box_pullDown .list_station .box_line.connect2.top .box_name:nth-child(3):before {
  border-top: 5px solid #edaf1a;
  border-right: 5px solid #edaf1a;
  border-bottom: none;
  border-left: none;
}
#kotosan-bus.rosen section.line .box_line_cont#sakaidenishi .box_pullDown .list_station .box_line.connect3.top .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont#sakaidenishi .box_pullDown .list_station .box_line.connect3.top .box_name:nth-child(3):before {
  border-top: 5px solid #edaf1a;
  border-right: 5px solid #edaf1a;
  border-bottom: none;
  border-left: none;
}
#kotosan-bus.rosen section.line .box_line_cont#sakaidenishi .box_pullDown .list_station .box_line.connect2.bottom .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont#sakaidenishi .box_pullDown .list_station .box_line.connect2.bottom .box_name:nth-child(3):before {
  border-top: none;
  border-right: 5px solid #edaf1a;
  border-bottom: 5px solid #edaf1a;
  border-left: none;
}
#kotosan-bus.rosen section.line .box_line_cont#sakaidenishi .box_pullDown .list_station .box_line.connect3.bottom .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont#sakaidenishi .box_pullDown .list_station .box_line.connect3.bottom .box_name:nth-child(3):before {
  border-top: none;
  border-right: 5px solid #edaf1a;
  border-bottom: 5px solid #edaf1a;
  border-left: none;
}
#kotosan-bus.rosen section.line .box_line_cont#sakaidenishi .box_pullDown .list_station .box_line.connect2.center .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont#sakaidenishi .box_pullDown .list_station .box_line.connect2.center .box_name:nth-child(3):before {
  border-top: none;
  border-right: 5px solid #edaf1a;
  border-bottom: 5px solid #edaf1a;
  border-left: none;
}
#kotosan-bus.rosen section.line .box_line_cont#sakaidenishi .box_pullDown .list_station .box_line.connect3.center .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont#sakaidenishi .box_pullDown .list_station .box_line.connect3.center .box_name:nth-child(3):before {
  border-top: none;
  border-right: 5px solid #edaf1a;
  border-bottom: 5px solid #edaf1a;
  border-left: none;
}
#kotosan-bus.rosen section.line .box_line_cont#sakaidenishi .box_pullDown .list_station .box_line.connect2.center + .center .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont#sakaidenishi .box_pullDown .list_station .box_line.connect2.center + .center .box_name:nth-child(3):before {
  border-top: 5px solid #edaf1a;
  border-right: 5px solid #edaf1a;
  border-bottom: none;
  border-left: none;
}
#kotosan-bus.rosen section.line .box_line_cont#sakaidenishi .box_pullDown .list_station .box_line.connect3.center + .center .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont#sakaidenishi .box_pullDown .list_station .box_line.connect3.center + .center .box_name:nth-child(3):before {
  border-top: 5px solid #edaf1a;
  border-right: 5px solid #edaf1a;
  border-bottom: none;
  border-left: none;
}
#kotosan-bus.rosen section.line .box_line_cont#sakaidenishi .box_pullDown section.box_time .list_station .box_line .btn_time {
  background-color: #edaf1a;
}
#kotosan-bus.rosen section.line .box_line_cont#sakaidenishi .box_pullDown section.box_price .btn_pdf, #kotosan-bus.rosen section.line .box_line_cont#sakaidenishi .box_pullDown section.box_price .listNote li:before {
  background-color: #edaf1a;
}
#kotosan-bus.rosen section.line .box_line_cont#sakaidenishi .box_pullDown section.box_price table {
  border-top: 1px solid #ffeec6;
}
#kotosan-bus.rosen section.line .box_line_cont#sakaidenishi .box_pullDown section.box_price table tr th {
  background-color: #ffeec6;
  border-bottom: 1px solid #fff;
}
#kotosan-bus.rosen section.line .box_line_cont#sakaidenishi .box_pullDown section.box_price table tr td {
  border-bottom: 1px solid #ffeec6;
  border-right: 1px solid #ffeec6;
}
#kotosan-bus.rosen section.line .box_line_cont#sakaidenishi .box_pullDown section.box_price table tr:last-child {
  border-bottom: 1px solid #ffeec6;
}
#kotosan-bus.rosen section.line .box_line_cont#sakaidenishi .box_pullDown.line .switch .line, #kotosan-bus.rosen section.line .box_line_cont#sakaidenishi .box_pullDown.time .switch .time, #kotosan-bus.rosen section.line .box_line_cont#sakaidenishi .box_pullDown.price .switch .price {
  background-color: #edaf1a;
}
#kotosan-bus.rosen section.line .box_line_cont#sakaidenishi .box_pullDown.line .switch .line:before, #kotosan-bus.rosen section.line .box_line_cont#sakaidenishi .box_pullDown.time .switch .time:before, #kotosan-bus.rosen section.line .box_line_cont#sakaidenishi .box_pullDown.price .switch .price:before {
  background-color: #edaf1a;
}
#kotosan-bus.rosen section.line .box_line_cont#sakaidenaka {
  background-color: #f2f5cd;
}
#kotosan-bus.rosen section.line .box_line_cont#sakaidenaka .btn_print, #kotosan-bus.rosen section.line .box_line_cont#sakaidenaka .btn_pdf {
  background-color: #bccc05;
}
#kotosan-bus.rosen section.line .box_line_cont#sakaidenaka .btn_toggleArea .title {
  color: #bccc05;
}
#kotosan-bus.rosen section.line .box_line_cont#sakaidenaka .btn_toggleArea .btn_toggle {
  border: 2px solid #bccc05;
}
#kotosan-bus.rosen section.line .box_line_cont#sakaidenaka .btn_toggleArea .btn_toggle:before {
  border-right: 2px solid #bccc05;
  border-bottom: 2px solid #bccc05;
}
#kotosan-bus.rosen section.line .box_line_cont#sakaidenaka .box_pullDown .title {
  background-color: #f2f5cd;
}
#kotosan-bus.rosen section.line .box_line_cont#sakaidenaka .box_pullDown .list_station .box_line .box_name .name:before, #kotosan-bus.rosen section.line .box_line_cont#sakaidenaka .box_pullDown .list_station .box_line .box_name.first .name:after, #kotosan-bus.rosen section.line .box_line_cont#sakaidenaka .box_pullDown .list_station .box_line .box_name.last .name:after {
  border: 2px solid #bccc05;
}
#kotosan-bus.rosen section.line .box_line_cont#sakaidenaka .box_pullDown .list_station .box_line .box_name:before, #kotosan-bus.rosen section.line .box_line_cont#sakaidenaka .box_pullDown .list_station .box_line .box_name:after {
  background-color: #bccc05;
}
#kotosan-bus.rosen section.line .box_line_cont#sakaidenaka .box_pullDown .list_station .box_line.connect2 .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont#sakaidenaka .box_pullDown .list_station .box_line.connect2 .box_name:nth-child(3):before {
  background-color: transparent;
}
#kotosan-bus.rosen section.line .box_line_cont#sakaidenaka .box_pullDown .list_station .box_line.connect3 .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont#sakaidenaka .box_pullDown .list_station .box_line.connect3 .box_name:nth-child(3):before {
  background-color: transparent;
}
#kotosan-bus.rosen section.line .box_line_cont#sakaidenaka .box_pullDown .list_station .box_line.connect2.connect-up {
  margin-top: 50px;
}
#kotosan-bus.rosen section.line .box_line_cont#sakaidenaka .box_pullDown .list_station .box_line.connect2.connect-up .box_name:nth-child(2)::after {
  content: "";
  width: 23px;
  height: 23px;
  box-sizing: border-box;
  display: block;
  background-color: #fff;
  border-radius: 50%;
  border: 2px solid #edaf1a;
  position: absolute;
  top: 3px;
  left: -4px;
  z-index: 100;
}
#kotosan-bus.rosen section.line .box_line_cont#sakaidenaka .box_pullDown .list_station .box_line.connect2.connect-up .box_name:nth-child(2):before {
  border-radius: 0 10px 0 0;
  border-top: 5px solid #bccc05;
  border-right: 5px solid #bccc05;
  border-bottom: none;
  border-left: none;
}
#kotosan-bus.rosen section.line .box_line_cont#sakaidenaka .box_pullDown .list_station .box_line.connect2.connect-down {
  margin-bottom: 50px;
}
#kotosan-bus.rosen section.line .box_line_cont#sakaidenaka .box_pullDown .list_station .box_line.connect2.connect-down .box_name:nth-child(2)::after {
  content: "";
  width: 23px;
  height: 23px;
  box-sizing: border-box;
  display: block;
  background-color: #fff;
  border-radius: 50%;
  border: 2px solid #bccc05;
  position: absolute;
  top: 3px;
  left: -4px;
  z-index: 100;
}
#kotosan-bus.rosen section.line .box_line_cont#sakaidenaka .box_pullDown .list_station .box_line.connect2.connect-down .box_name:nth-child(2):before {
  border-radius: 0 0 10px 0;
  border-top: none;
  border-right: 5px solid #bccc05;
  border-bottom: 5px solid #bccc05;
  border-left: none;
  bottom: -25px;
}
#kotosan-bus.rosen section.line .box_line_cont#sakaidenaka .box_pullDown .list_station .box_line.connect2.top .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont#sakaidenaka .box_pullDown .list_station .box_line.connect2.top .box_name:nth-child(3):before {
  border-top: 5px solid #bccc05;
  border-right: 5px solid #bccc05;
  border-bottom: none;
  border-left: none;
}
#kotosan-bus.rosen section.line .box_line_cont#sakaidenaka .box_pullDown .list_station .box_line.connect3.top .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont#sakaidenaka .box_pullDown .list_station .box_line.connect3.top .box_name:nth-child(3):before {
  border-top: 5px solid #bccc05;
  border-right: 5px solid #bccc05;
  border-bottom: none;
  border-left: none;
}
#kotosan-bus.rosen section.line .box_line_cont#sakaidenaka .box_pullDown .list_station .box_line.connect2.bottom .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont#sakaidenaka .box_pullDown .list_station .box_line.connect2.bottom .box_name:nth-child(3):before {
  border-top: none;
  border-right: 5px solid #bccc05;
  border-bottom: 5px solid #bccc05;
  border-left: none;
}
#kotosan-bus.rosen section.line .box_line_cont#sakaidenaka .box_pullDown .list_station .box_line.connect3.bottom .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont#sakaidenaka .box_pullDown .list_station .box_line.connect3.bottom .box_name:nth-child(3):before {
  border-top: none;
  border-right: 5px solid #bccc05;
  border-bottom: 5px solid #bccc05;
  border-left: none;
}
#kotosan-bus.rosen section.line .box_line_cont#sakaidenaka .box_pullDown .list_station .box_line.connect2.center .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont#sakaidenaka .box_pullDown .list_station .box_line.connect2.center .box_name:nth-child(3):before {
  border-top: none;
  border-right: 5px solid #bccc05;
  border-bottom: 5px solid #bccc05;
  border-left: none;
}
#kotosan-bus.rosen section.line .box_line_cont#sakaidenaka .box_pullDown .list_station .box_line.connect3.center .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont#sakaidenaka .box_pullDown .list_station .box_line.connect3.center .box_name:nth-child(3):before {
  border-top: none;
  border-right: 5px solid #bccc05;
  border-bottom: 5px solid #bccc05;
  border-left: none;
}
#kotosan-bus.rosen section.line .box_line_cont#sakaidenaka .box_pullDown .list_station .box_line.connect2.center + .center .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont#sakaidenaka .box_pullDown .list_station .box_line.connect2.center + .center .box_name:nth-child(3):before {
  border-top: 5px solid #bccc05;
  border-right: 5px solid #bccc05;
  border-bottom: none;
  border-left: none;
}
#kotosan-bus.rosen section.line .box_line_cont#sakaidenaka .box_pullDown .list_station .box_line.connect3.center + .center .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont#sakaidenaka .box_pullDown .list_station .box_line.connect3.center + .center .box_name:nth-child(3):before {
  border-top: 5px solid #bccc05;
  border-right: 5px solid #bccc05;
  border-bottom: none;
  border-left: none;
}
#kotosan-bus.rosen section.line .box_line_cont#sakaidenaka .box_pullDown section.box_time .list_station .box_line .btn_time {
  background-color: #bccc05;
}
#kotosan-bus.rosen section.line .box_line_cont#sakaidenaka .box_pullDown section.box_price .btn_pdf, #kotosan-bus.rosen section.line .box_line_cont#sakaidenaka .box_pullDown section.box_price .listNote li:before {
  background-color: #bccc05;
}
#kotosan-bus.rosen section.line .box_line_cont#sakaidenaka .box_pullDown section.box_price table {
  border-top: 1px solid #f2f5cd;
}
#kotosan-bus.rosen section.line .box_line_cont#sakaidenaka .box_pullDown section.box_price table tr th {
  background-color: #f2f5cd;
  border-bottom: 1px solid #fff;
}
#kotosan-bus.rosen section.line .box_line_cont#sakaidenaka .box_pullDown section.box_price table tr td {
  border-bottom: 1px solid #f2f5cd;
  border-right: 1px solid #f2f5cd;
}
#kotosan-bus.rosen section.line .box_line_cont#sakaidenaka .box_pullDown section.box_price table tr:last-child {
  border-bottom: 1px solid #f2f5cd;
}
#kotosan-bus.rosen section.line .box_line_cont#sakaidenaka .box_pullDown.line .switch .line, #kotosan-bus.rosen section.line .box_line_cont#sakaidenaka .box_pullDown.time .switch .time, #kotosan-bus.rosen section.line .box_line_cont#sakaidenaka .box_pullDown.price .switch .price {
  background-color: #bccc05;
}
#kotosan-bus.rosen section.line .box_line_cont#sakaidenaka .box_pullDown.line .switch .line:before, #kotosan-bus.rosen section.line .box_line_cont#sakaidenaka .box_pullDown.time .switch .time:before, #kotosan-bus.rosen section.line .box_line_cont#sakaidenaka .box_pullDown.price .switch .price:before {
  background-color: #bccc05;
}
#kotosan-bus.rosen section.line .box_line_cont#sakaidenaka .cutback_prev, #kotosan-bus.rosen section.line .box_line_cont#sakaidenaka .cutback_next {
  display: none;
}
#kotosan-bus.rosen section.line .box_line_cont#sei {
  background-color: #deedff;
}
#kotosan-bus.rosen section.line .box_line_cont#sei .btn_print, #kotosan-bus.rosen section.line .box_line_cont#sei .btn_pdf {
  background-color: #0072ff;
}
#kotosan-bus.rosen section.line .box_line_cont#sei .btn_toggleArea .title {
  color: #0072ff;
}
#kotosan-bus.rosen section.line .box_line_cont#sei .btn_toggleArea .btn_toggle {
  border: 2px solid #0072ff;
}
#kotosan-bus.rosen section.line .box_line_cont#sei .btn_toggleArea .btn_toggle:before {
  border-right: 2px solid #0072ff;
  border-bottom: 2px solid #0072ff;
}
#kotosan-bus.rosen section.line .box_line_cont#sei .box_pullDown .title {
  background-color: #deedff;
}
#kotosan-bus.rosen section.line .box_line_cont#sei .box_pullDown .list_station .box_line .box_name .name:before, #kotosan-bus.rosen section.line .box_line_cont#sei .box_pullDown .list_station .box_line .box_name.first .name:after, #kotosan-bus.rosen section.line .box_line_cont#sei .box_pullDown .list_station .box_line .box_name.last .name:after {
  border: 2px solid #0072ff;
}
#kotosan-bus.rosen section.line .box_line_cont#sei .box_pullDown .list_station .box_line .box_name:before, #kotosan-bus.rosen section.line .box_line_cont#sei .box_pullDown .list_station .box_line .box_name:after {
  background-color: #0072ff;
}
#kotosan-bus.rosen section.line .box_line_cont#sei .box_pullDown .list_station .box_line.connect2 .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont#sei .box_pullDown .list_station .box_line.connect2 .box_name:nth-child(3):before {
  background-color: transparent;
}
#kotosan-bus.rosen section.line .box_line_cont#sei .box_pullDown .list_station .box_line.connect3 .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont#sei .box_pullDown .list_station .box_line.connect3 .box_name:nth-child(3):before {
  background-color: transparent;
}
#kotosan-bus.rosen section.line .box_line_cont#sei .box_pullDown .list_station .box_line.connect2.connect-up {
  margin-top: 50px;
}
#kotosan-bus.rosen section.line .box_line_cont#sei .box_pullDown .list_station .box_line.connect2.connect-up .box_name:nth-child(2)::after {
  content: "";
  width: 23px;
  height: 23px;
  box-sizing: border-box;
  display: block;
  background-color: #fff;
  border-radius: 50%;
  border: 2px solid #edaf1a;
  position: absolute;
  top: 3px;
  left: -4px;
  z-index: 100;
}
#kotosan-bus.rosen section.line .box_line_cont#sei .box_pullDown .list_station .box_line.connect2.connect-up .box_name:nth-child(2):before {
  border-radius: 0 10px 0 0;
  border-top: 5px solid #0072ff;
  border-right: 5px solid #0072ff;
  border-bottom: none;
  border-left: none;
}
#kotosan-bus.rosen section.line .box_line_cont#sei .box_pullDown .list_station .box_line.connect2.connect-down {
  margin-bottom: 50px;
}
#kotosan-bus.rosen section.line .box_line_cont#sei .box_pullDown .list_station .box_line.connect2.connect-down .box_name:nth-child(2)::after {
  content: "";
  width: 23px;
  height: 23px;
  box-sizing: border-box;
  display: block;
  background-color: #fff;
  border-radius: 50%;
  border: 2px solid #0072ff;
  position: absolute;
  top: 3px;
  left: -4px;
  z-index: 100;
}
#kotosan-bus.rosen section.line .box_line_cont#sei .box_pullDown .list_station .box_line.connect2.connect-down .box_name:nth-child(2):before {
  border-radius: 0 0 10px 0;
  border-top: none;
  border-right: 5px solid #0072ff;
  border-bottom: 5px solid #0072ff;
  border-left: none;
  bottom: -25px;
}
#kotosan-bus.rosen section.line .box_line_cont#sei .box_pullDown .list_station .box_line.connect2.top .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont#sei .box_pullDown .list_station .box_line.connect2.top .box_name:nth-child(3):before {
  border-top: 5px solid #0072ff;
  border-right: 5px solid #0072ff;
  border-bottom: none;
  border-left: none;
}
#kotosan-bus.rosen section.line .box_line_cont#sei .box_pullDown .list_station .box_line.connect3.top .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont#sei .box_pullDown .list_station .box_line.connect3.top .box_name:nth-child(3):before {
  border-top: 5px solid #0072ff;
  border-right: 5px solid #0072ff;
  border-bottom: none;
  border-left: none;
}
#kotosan-bus.rosen section.line .box_line_cont#sei .box_pullDown .list_station .box_line.connect2.bottom .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont#sei .box_pullDown .list_station .box_line.connect2.bottom .box_name:nth-child(3):before {
  border-top: none;
  border-right: 5px solid #0072ff;
  border-bottom: 5px solid #0072ff;
  border-left: none;
}
#kotosan-bus.rosen section.line .box_line_cont#sei .box_pullDown .list_station .box_line.connect3.bottom .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont#sei .box_pullDown .list_station .box_line.connect3.bottom .box_name:nth-child(3):before {
  border-top: none;
  border-right: 5px solid #0072ff;
  border-bottom: 5px solid #0072ff;
  border-left: none;
}
#kotosan-bus.rosen section.line .box_line_cont#sei .box_pullDown .list_station .box_line.connect2.center .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont#sei .box_pullDown .list_station .box_line.connect2.center .box_name:nth-child(3):before {
  border-top: none;
  border-right: 5px solid #0072ff;
  border-bottom: 5px solid #0072ff;
  border-left: none;
}
#kotosan-bus.rosen section.line .box_line_cont#sei .box_pullDown .list_station .box_line.connect3.center .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont#sei .box_pullDown .list_station .box_line.connect3.center .box_name:nth-child(3):before {
  border-top: none;
  border-right: 5px solid #0072ff;
  border-bottom: 5px solid #0072ff;
  border-left: none;
}
#kotosan-bus.rosen section.line .box_line_cont#sei .box_pullDown .list_station .box_line.connect2.center + .center .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont#sei .box_pullDown .list_station .box_line.connect2.center + .center .box_name:nth-child(3):before {
  border-top: 5px solid #0072ff;
  border-right: 5px solid #0072ff;
  border-bottom: none;
  border-left: none;
}
#kotosan-bus.rosen section.line .box_line_cont#sei .box_pullDown .list_station .box_line.connect3.center + .center .box_name:nth-child(2):before, #kotosan-bus.rosen section.line .box_line_cont#sei .box_pullDown .list_station .box_line.connect3.center + .center .box_name:nth-child(3):before {
  border-top: 5px solid #0072ff;
  border-right: 5px solid #0072ff;
  border-bottom: none;
  border-left: none;
}
#kotosan-bus.rosen section.line .box_line_cont#sei .box_pullDown section.box_time .list_station .box_line .btn_time {
  background-color: #0072ff;
}
#kotosan-bus.rosen section.line .box_line_cont#sei .box_pullDown section.box_price .btn_pdf, #kotosan-bus.rosen section.line .box_line_cont#sei .box_pullDown section.box_price .listNote li:before {
  background-color: #0072ff;
}
#kotosan-bus.rosen section.line .box_line_cont#sei .box_pullDown section.box_price table {
  border-top: 1px solid #deedff;
}
#kotosan-bus.rosen section.line .box_line_cont#sei .box_pullDown section.box_price table tr th {
  background-color: #deedff;
  border-bottom: 1px solid #fff;
}
#kotosan-bus.rosen section.line .box_line_cont#sei .box_pullDown section.box_price table tr td {
  border-bottom: 1px solid #deedff;
  border-right: 1px solid #deedff;
}
#kotosan-bus.rosen section.line .box_line_cont#sei .box_pullDown section.box_price table tr:last-child {
  border-bottom: 1px solid #deedff;
}
#kotosan-bus.rosen section.line .box_line_cont#sei .box_pullDown.line .switch .line, #kotosan-bus.rosen section.line .box_line_cont#sei .box_pullDown.time .switch .time, #kotosan-bus.rosen section.line .box_line_cont#sei .box_pullDown.price .switch .price {
  background-color: #0072ff;
}
#kotosan-bus.rosen section.line .box_line_cont#sei .box_pullDown.line .switch .line:before, #kotosan-bus.rosen section.line .box_line_cont#sei .box_pullDown.time .switch .time:before, #kotosan-bus.rosen section.line .box_line_cont#sei .box_pullDown.price .switch .price:before {
  background-color: #0072ff;
}
#kotosan-bus.rosen section.line .box_line_cont#sei .cutback_prev, #kotosan-bus.rosen section.line .box_line_cont#sei .cutback_next {
  display: none;
}
#kotosan-bus.rosen section.line .modalArea .box_modal .cont .name {
  margin-bottom: 10px;
  font-size: 28px;
  text-align: left;
}
#kotosan-bus.rosen section.line .modalArea .box_modal .cont .name .kana {
  font-size: 14px;
}
#kotosan-bus.rosen section.line .modalArea .box_modal .cont .list_line {
  margin-bottom: 30px;
}
#kotosan-bus.rosen section.line .modalArea .box_modal .cont .note {
  margin-bottom: 30px;
  font-size: 12px;
  text-align: right;
}
#kotosan-bus.rosen section.line .modalArea .box_modal .cont .note .connection {
  margin: -2px 5px 0 5px;
  display: inline-block;
  color: #8cc53e;
  font-size: 10px;
  vertical-align: middle;
}
#kotosan-bus.rosen section.line .modalArea .box_modal .cont .title {
  padding: 10px 0;
  text-align: center;
  border-bottom: 1px solid #dadada;
}
#kotosan-bus.rosen section.line .modalArea .box_modal .cont .box_time_table {
  margin-bottom: 20px;
}
#kotosan-bus.rosen section.line .modalArea .box_modal .cont .box_time_table > div table {
  width: 100%;
}
#kotosan-bus.rosen section.line .modalArea .box_modal .cont .box_time_table > div table tr th {
  width: 90px;
  padding: 10px;
  box-sizing: border-box;
  border-bottom: 1px solid #dadada;
  background-color: #eeeeee;
  text-align: center;
}
#kotosan-bus.rosen section.line .modalArea .box_modal .cont .box_time_table > div table tr td {
  padding: 10px;
  box-sizing: border-box;
  border-bottom: 1px solid #dadada;
}
#kotosan-bus.rosen section.line .modalArea .box_modal .cont .box_time_table > div table tr td .connection {
  margin: -2px 10px 0 5px;
  display: inline-block;
  color: #8cc53e;
  font-size: 10px;
  vertical-align: middle;
}
#kotosan-bus.rosen section.line .modalArea .box_modal.kotohira .cont .title {
  background-color: #ffd8ef;
}
#kotosan-bus.rosen section.line .modalArea .box_modal.kotohira .cont .btn_print {
  background-color: #ec018c;
}
#kotosan-bus.rosen section.line .modalArea .box_modal.kotohira .cont .btnClose:before, #kotosan-bus.rosen section.line .modalArea .box_modal.kotohira .cont .btnClose:after {
  background-color: #ec018c;
}
#kotosan-bus.rosen section.line .modalArea .box_modal.miai .cont .title {
  background-color: #e2fbc1;
}
#kotosan-bus.rosen section.line .modalArea .box_modal.miai .cont .btn_print {
  background-color: #8cc53e;
}
#kotosan-bus.rosen section.line .modalArea .box_modal.miai .cont .btnClose:before, #kotosan-bus.rosen section.line .modalArea .box_modal.miai .cont .btnClose:after {
  background-color: #8cc53e;
}
#kotosan-bus.rosen section.line .modalArea .box_modal.sumisyo .cont .title {
  background-color: #e6e6ff;
}
#kotosan-bus.rosen section.line .modalArea .box_modal.sumisyo .cont .btn_print {
  background-color: #343399;
}
#kotosan-bus.rosen section.line .modalArea .box_modal.sumisyo .cont .btnClose:before, #kotosan-bus.rosen section.line .modalArea .box_modal.sumisyo .cont .btnClose:after {
  background-color: #343399;
}
#kotosan-bus.rosen section.line .modalArea .box_modal.shimada_okada .cont .title {
  background-color: #eadbcc;
}
#kotosan-bus.rosen section.line .modalArea .box_modal.shimada_okada .cont .btn_print {
  background-color: #663300;
}
#kotosan-bus.rosen section.line .modalArea .box_modal.shimada_okada .cont .btnClose:before, #kotosan-bus.rosen section.line .modalArea .box_modal.shimada_okada .cont .btnClose:after {
  background-color: #663300;
}
#kotosan-bus.rosen section.line .modalArea .box_modal.sakaideayagawa .cont .title {
  background-color: #fff4e0;
}
#kotosan-bus.rosen section.line .modalArea .box_modal.sakaideayagawa .cont .btn_print {
  background-color: #98793e;
}
#kotosan-bus.rosen section.line .modalArea .box_modal.sakaideayagawa .cont .btnClose:before, #kotosan-bus.rosen section.line .modalArea .box_modal.sakaideayagawa .cont .btnClose:after {
  background-color: #98793e;
}
#kotosan-bus.rosen section.line .modalArea .box_modal.setooohashi .cont .title {
  background-color: #daf5ff;
}
#kotosan-bus.rosen section.line .modalArea .box_modal.setooohashi .cont .btn_print {
  background-color: #03aeee;
}
#kotosan-bus.rosen section.line .modalArea .box_modal.setooohashi .cont .btnClose:before, #kotosan-bus.rosen section.line .modalArea .box_modal.setooohashi .cont .btnClose:after {
  background-color: #03aeee;
}
#kotosan-bus.rosen section.line .modalArea .box_modal.ougoshi .cont .title {
  background-color: #ffd0d2;
}
#kotosan-bus.rosen section.line .modalArea .box_modal.ougoshi .cont .btn_print {
  background-color: #ed1c24;
}
#kotosan-bus.rosen section.line .modalArea .box_modal.ougoshi .cont .btnClose:before, #kotosan-bus.rosen section.line .modalArea .box_modal.ougoshi .cont .btnClose:after {
  background-color: #ed1c24;
}
#kotosan-bus.rosen section.line .modalArea .box_modal.marugametarumi .cont .title {
  background-color: #befada;
}
#kotosan-bus.rosen section.line .modalArea .box_modal.marugametarumi .cont .btn_print {
  background-color: #01a64f;
}
#kotosan-bus.rosen section.line .modalArea .box_modal.marugametarumi .cont .btnClose:before, #kotosan-bus.rosen section.line .modalArea .box_modal.marugametarumi .cont .btnClose:after {
  background-color: #01a64f;
}
#kotosan-bus.rosen section.line .modalArea .box_modal.marugamenishi .cont .title {
  background-color: #d7f3ff;
}
#kotosan-bus.rosen section.line .modalArea .box_modal.marugamenishi .cont .btn_print {
  background-color: #04abef;
}
#kotosan-bus.rosen section.line .modalArea .box_modal.marugamenishi .cont .btnClose:before, #kotosan-bus.rosen section.line .modalArea .box_modal.marugamenishi .cont .btnClose:after {
  background-color: #04abef;
}
#kotosan-bus.rosen section.line .modalArea .box_modal.marugamehigashi .cont .title {
  background-color: #fbe2fa;
}
#kotosan-bus.rosen section.line .modalArea .box_modal.marugamehigashi .cont .btn_print {
  background-color: #8f508c;
}
#kotosan-bus.rosen section.line .modalArea .box_modal.marugamehigashi .cont .btnClose:before, #kotosan-bus.rosen section.line .modalArea .box_modal.marugamehigashi .cont .btnClose:after {
  background-color: #8f508c;
}
#kotosan-bus.rosen section.line .modalArea .box_modal.reomautadu .cont .title {
  background-color: #ffe7f7;
}
#kotosan-bus.rosen section.line .modalArea .box_modal.reomautadu .cont .btn_print {
  background-color: #e07ac0;
}
#kotosan-bus.rosen section.line .modalArea .box_modal.reomautadu .cont .btnClose:before, #kotosan-bus.rosen section.line .modalArea .box_modal.reomautadu .cont .btnClose:after {
  background-color: #e07ac0;
}
#kotosan-bus.rosen section.line .modalArea .box_modal.ayautautadu .cont .title {
  background-color: #ffebcc;
}
#kotosan-bus.rosen section.line .modalArea .box_modal.ayautautadu .cont .btn_print {
  background-color: #ff9900;
}
#kotosan-bus.rosen section.line .modalArea .box_modal.ayautautadu .cont .btnClose:before, #kotosan-bus.rosen section.line .modalArea .box_modal.ayautautadu .cont .btnClose:after {
  background-color: #ff9900;
}
#kotosan-bus.rosen section.line .modalArea .box_modal.sakaidehigashi .cont .title {
  background-color: #ffe7f2;
}
#kotosan-bus.rosen section.line .modalArea .box_modal.sakaidehigashi .cont .btn_print {
  background-color: #e970a5;
}
#kotosan-bus.rosen section.line .modalArea .box_modal.sakaidehigashi .cont .btnClose:before, #kotosan-bus.rosen section.line .modalArea .box_modal.sakaidehigashi .cont .btnClose:after {
  background-color: #e970a5;
}
#kotosan-bus.rosen section.line .modalArea .box_modal.sakaidenishi .cont .title {
  background-color: #ffeec6;
}
#kotosan-bus.rosen section.line .modalArea .box_modal.sakaidenishi .cont .btn_print {
  background-color: #edaf1a;
}
#kotosan-bus.rosen section.line .modalArea .box_modal.sakaidenishi .cont .btnClose:before, #kotosan-bus.rosen section.line .modalArea .box_modal.sakaidenishi .cont .btnClose:after {
  background-color: #edaf1a;
}
#kotosan-bus.rosen section.line .modalArea .box_modal.sakaidenaka .cont .title {
  background-color: #f2f5cd;
}
#kotosan-bus.rosen section.line .modalArea .box_modal.sakaidenaka .cont .btn_print {
  background-color: #bccc05;
}
#kotosan-bus.rosen section.line .modalArea .box_modal.sakaidenaka .cont .btnClose:before, #kotosan-bus.rosen section.line .modalArea .box_modal.sakaidenaka .cont .btnClose:after {
  background-color: #bccc05;
}
#kotosan-bus.rosen section.line .modalArea .box_modal.sei .cont .title {
  background-color: #deedff;
}
#kotosan-bus.rosen section.line .modalArea .box_modal.sei .cont .btn_print {
  background-color: #0072ff;
}
#kotosan-bus.rosen section.line .modalArea .box_modal.sei .cont .btnClose:before, #kotosan-bus.rosen section.line .modalArea .box_modal.sei .cont .btnClose:after {
  background-color: #0072ff;
}
#kotosan-bus.rosen section.lower h3 {
  color: #cbce22;
}
#kotosan-bus.rosen section.lower .btnArea {
  margin-top: 30px;
  text-align: center;
}
#kotosan-bus.rosen section.lower .btnArea .btn {
  margin: 0 auto;
}
#kotosan-bus.sp .navArea .listNav .sp p {
  color: #c42a00;
}
#kotosan-bus.sp.sv .navArea .listNav .sp p {
  color: #333;
}
#kotosan-bus.sp.sv .navArea .listNav li a:hover p {
  color: #44c078;
}
#kotosan-bus.sp .navArea .listNav .sp p .en {
  color: #c42a00;
}
#kotosan-bus.sp.sv .navArea .listNav .sp p .en {
  color: #333;
}
#kotosan-bus.sp.sv .navArea .listNav li a:hover p .en {
  color: #44c078;
}
#kotosan-bus.sp .heading .text:before {
  background-color: #c42a00;
}
#kotosan-bus.sp .heading .text:after {
  background-image: url("../images/lower/heading/img_heading_sp.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#kotosan-bus.sp section h2 {
  margin: 60px 0 30px 0;
  font-weight: bold;
  color: #c42a00;
  text-align: left;
}
#kotosan-bus.sp section h2 span {
  margin-left: 10px;
  font-size: 14px;
  color: #333;
  font-weight: normal;
}
#kotosan-bus.sp section.news h2 {
  margin: 60px 0 10px 0;
  display: flex;
  align-items: center;
}
#kotosan-bus.sp section.news h2:before {
  content: "";
  width: 25px;
  height: 25px;
  margin-right: 5px;
  display: block;
  overflow: hidden;
  background-image: url("../images/icon/news_sp.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -1000%;
  display: inline-block;
}
#kotosan-bus.sp section.news .btnArea .btn {
  border: 2px solid #c42a00;
  color: #c42a00;
}
#kotosan-bus.sp section.news .btnArea .btn:after {
  border-top: 2px solid #c42a00;
  border-right: 2px solid #c42a00;
}
#kotosan-bus.sp section.news .btnArea .btn:hover {
  color: #fff;
}
#kotosan-bus.sp .contents .banArea {
  margin: 60px auto;
}
#kotosan-bus.sp .contents section.map {
  margin-top: 60px;
}
#kotosan-bus.sp .contents section.map .box_map .box_map_btn .list_map_btn li {
  justify-content: center;
  font-weight: bold;
}
#kotosan-bus.sp .contents section.map .box_map .box_map_btn .list_map_btn li.red_box {
  color: #dc1e2c;
}
#kotosan-bus.sp .contents section.map .box_map .box_map_btn .list_map_btn li.red_box.target {
  color: #fff;
  background-color: #dc1e2c;
}
#kotosan-bus.sp .contents section.map .box_map .box_map_btn .list_map_btn li.red_box_web {
  color: #c72bd8;
}
#kotosan-bus.sp .contents section.map .box_map .box_map_btn .list_map_btn li.red_box_web.target {
  color: #fff;
  background-color: #c72bd8;
}
#kotosan-bus.sp .contents section.map .box_map .box_map_btn .list_map_btn li.violet_box {
  color: #36329a;
}
#kotosan-bus.sp .contents section.map .box_map .box_map_btn .list_map_btn li.violet_box.target {
  color: #fff;
  background-color: #36329a;
}
#kotosan-bus.sp .contents section.map .box_map .box_map_btn .list_map_btn li.green_box {
  color: #479c19;
}
#kotosan-bus.sp .contents section.map .box_map .box_map_btn .list_map_btn li.green_box.target {
  color: #fff;
  background-color: #479c19;
}
#kotosan-bus.sp .contents section.map .box_map .box_map_btn .list_map_btn li.pink_box {
  color: #e970a5;
}
#kotosan-bus.sp .contents section.map .box_map .box_map_btn .list_map_btn li.pink_box.target {
  color: #fff;
  background-color: #e970a5;
}
#kotosan-bus.sp .contents section.map .box_map .box_map_btn .note {
  margin-top: 0;
}
#kotosan-bus.sp .contents section.tours {
  margin-top: 40px;
}
#kotosan-bus.sp .contents section.tours .list_tours {
  max-width: 1080px;
  margin: 0 auto;
}
#kotosan-bus.sp .contents section.tours .list_tours > li .titleleArea dt {
  font-weight: bold;
  color: #fff;
}
#kotosan-bus.sp .contents section.tours .list_tours > li .titleleArea dd {
  text-align: left;
}
#kotosan-bus.sp .contents section.tours .list_tours > li .box .list_course {
  box-sizing: border-box;
}
#kotosan-bus.sp .contents section.tours .list_tours > li .box .list_course li {
  box-sizing: border-box;
  background-color: #fff;
  position: relative;
}
#kotosan-bus.sp .contents section.tours .list_tours > li .box .list_course li dl dt {
  margin-bottom: 10px;
  text-align: left;
  font-weight: bold;
}
#kotosan-bus.sp .contents section.tours .list_tours > li .box .list_course li dl dt span {
  display: none;
}
#kotosan-bus.sp .contents section.tours .list_tours > li .box .list_course li dl dt:before {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  display: inline-block;
  color: #fff;
  text-align: center;
  line-height: 18px;
}
#kotosan-bus.sp .contents section.tours .list_tours > li .box .list_course li:nth-child(1) dl dt:before {
  content: "1";
}
#kotosan-bus.sp .contents section.tours .list_tours > li .box .list_course li:nth-child(2) dl dt:before {
  content: "2";
}
#kotosan-bus.sp .contents section.tours .list_tours > li .box .list_course li:nth-child(3) dl dt:before {
  content: "3";
}
#kotosan-bus.sp .contents section.tours .list_tours > li .box .list_course li:nth-child(4) dl dt:before {
  content: "4";
}
#kotosan-bus.sp .contents section.tours .list_tours > li .box .list_course li:last-child:before, #kotosan-bus.sp .contents section.tours .list_tours > li .box .list_course li:last-child:after {
  content: none;
}
#kotosan-bus.sp .contents section.tours .list_tours > li .box .list_course li:before {
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-top: 12px solid #fff;
  border-left: 12px solid #fff;
  border-bottom: 12px solid transparent;
  border-right: 12px solid transparent;
  position: absolute;
  z-index: 100;
}
#kotosan-bus.sp .contents section.tours .list_tours > li .box .list_course li:after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-bottom: 14px solid transparent;
  border-right: 14px solid transparent;
  position: absolute;
  z-index: 10;
}
#kotosan-bus.sp .contents section.tours .list_tours > li .box .btnArea {
  box-sizing: border-box;
}
#kotosan-bus.sp .contents section.tours .list_tours > li .box .btnArea .btn_tours {
  box-sizing: border-box;
  display: block;
  border-radius: 4px;
  color: #fff;
  font-weight: bold;
}
#kotosan-bus.sp .contents section.tours .list_tours > li.red_box .list_course li {
  border: 4px solid #dc1e2c;
}
#kotosan-bus.sp .contents section.tours .list_tours > li.red_box .list_course li dl dt {
  color: #dc1e2c;
}
#kotosan-bus.sp .contents section.tours .list_tours > li.red_box .list_course li dl dt:before {
  background-color: #dc1e2c;
}
#kotosan-bus.sp .contents section.tours .list_tours > li.red_box .list_course li:after {
  border-top: 14px solid #dc1e2c;
  border-left: 14px solid #dc1e2c;
}
#kotosan-bus.sp .contents section.tours .list_tours > li.red_box .btn_tours {
  background-color: #dc1e2c;
}
#kotosan-bus.sp .contents section.tours .list_tours > li.red_box .box .box_plan2 {
  display: none;
}
#kotosan-bus.sp .contents section.tours .list_tours > li.red_box_web .list_course li {
  border: 4px solid #c72bd8;
}
#kotosan-bus.sp .contents section.tours .list_tours > li.red_box_web .list_course li dl dt {
  color: #c72bd8;
}
#kotosan-bus.sp .contents section.tours .list_tours > li.red_box_web .list_course li dl dt:before {
  background-color: #c72bd8;
}
#kotosan-bus.sp .contents section.tours .list_tours > li.red_box_web .list_course li:after {
  border-top: 14px solid #c72bd8;
  border-left: 14px solid #c72bd8;
}
#kotosan-bus.sp .contents section.tours .list_tours > li.red_box_web .btn_tours {
  background-color: #c72bd8;
}
#kotosan-bus.sp .contents section.tours .list_tours > li.red_box_web .box .box_plan1 {
  display: none;
}
#kotosan-bus.sp .contents section.tours .list_tours > li.violet_box .list_course li {
  border: 4px solid #36329a;
}
#kotosan-bus.sp .contents section.tours .list_tours > li.violet_box .list_course li dl dt {
  color: #36329a;
}
#kotosan-bus.sp .contents section.tours .list_tours > li.violet_box .list_course li dl dt:before {
  background-color: #36329a;
}
#kotosan-bus.sp .contents section.tours .list_tours > li.violet_box .list_course li:after {
  border-top: 14px solid #36329a;
  border-left: 14px solid #36329a;
}
#kotosan-bus.sp .contents section.tours .list_tours > li.violet_box .btn_tours {
  background-color: #36329a;
}
#kotosan-bus.sp .contents section.tours .list_tours > li.violet_box .box .box_plan2 {
  display: none;
}
#kotosan-bus.sp .contents section.tours .list_tours > li.green_box .list_course li {
  border: 4px solid #479c19;
}
#kotosan-bus.sp .contents section.tours .list_tours > li.green_box .list_course li dl dt {
  color: #479c19;
}
#kotosan-bus.sp .contents section.tours .list_tours > li.green_box .list_course li dl dt:before {
  background-color: #479c19;
}
#kotosan-bus.sp .contents section.tours .list_tours > li.green_box .list_course li:after {
  border-top: 14px solid #479c19;
  border-left: 14px solid #479c19;
}
#kotosan-bus.sp .contents section.tours .list_tours > li.green_box .btn_tours {
  background-color: #479c19;
}
#kotosan-bus.sp .contents section.tours .list_tours > li.pink_box .list_course li {
  border: 4px solid #e970a5;
}
#kotosan-bus.sp .contents section.tours .list_tours > li.pink_box .list_course li dl dt {
  color: #e970a5;
}
#kotosan-bus.sp .contents section.tours .list_tours > li.pink_box .list_course li dl dt:before {
  background-color: #e970a5;
}
#kotosan-bus.sp .contents section.tours .list_tours > li.pink_box .list_course li:after {
  border-top: 14px solid #e970a5;
  border-left: 14px solid #e970a5;
}
#kotosan-bus.sp .contents section.tours .list_tours > li.pink_box .btn_tours {
  background-color: #e970a5;
}
#kotosan-bus.sp .contents section.details {
  margin-top: 50px;
}
#kotosan-bus.sp .contents section.details .text {
  text-align: left;
  font-weight: bold;
}
#kotosan-bus.sp .contents section.details dl.text {
  padding-bottom: 0;
}
#kotosan-bus.sp .contents section.details dl.text dd {
  margin-bottom: 20px;
}
#kotosan-bus.sp .contents section.details .price h2 {
  margin-top: 0;
  color: #c42a00;
  font-weight: bold;
  text-align: left;
}
#kotosan-bus.sp .contents section.details .price h2 + p {
  font-weight: bold;
  margin-top: 10px;
  text-align: left;
}
#kotosan-bus.sp .contents section.details .price .left {
  text-align: left;
}
#kotosan-bus.sp .contents section.details .price table {
  width: 100%;
  margin: 10px 0 10px;
}
#kotosan-bus.sp .contents section.details .price table tr th {
  widows: 190px;
  padding: 10px 0;
  font-weight: bold;
  color: #c42a00;
  border-bottom: 1px solid #dadada;
}
#kotosan-bus.sp .contents section.details .price table tr td {
  padding: 10px 0 10px 20px;
  border-bottom: 1px solid #dadada;
}
#kotosan-bus.sp .contents section.details .price .note {
  padding: 10px 0;
  color: #c42a00;
  font-weight: bold;
  text-align: left;
}
#kotosan-bus.sp .contents section.details ul.note li {
  text-align: left;
  margin-bottom: 10px;
}
#kotosan-bus.sp .contents section.details ul.note li.note {
  color: #c42a00;
  font-weight: bold;
}
#kotosan-bus.sp .contents section.otherinfo .note {
  padding: 10px 0;
  color: #c42a00;
  font-weight: bold;
}
#kotosan-bus.sp .contents section.otherinfo .measures {
  width: 90%;
  max-width: 700px;
  margin: 20px auto 0;
  border: 3px solid #2261e2;
  padding: 20px;
  box-sizing: border-box;
}
#kotosan-bus.sp .contents section.otherinfo .measures h3 {
  text-align: center;
  color: #2261e2;
  font-weight: bold;
  font-size: 20px;
}
@media (min-width: 767px) {
  #kotosan-bus.sp .contents section.otherinfo .measures h3 .sp-only {
    display: none;
  }
}
@media (min-width: 767px) {
  #kotosan-bus.sp .contents section.otherinfo .measures .column2 {
    display: flex;
    justify-content: space-between;
  }
  #kotosan-bus.sp .contents section.otherinfo .measures .column2 .column {
    width: 48%;
  }
}
#kotosan-bus.sp .contents section.otherinfo .measures .title {
  color: #2261e2;
  font-weight: bold;
  margin: 20px auto 10px;
}
#kotosan-bus.sp .contents section.otherinfo .measures ul {
  display: inline-block;
}
#kotosan-bus.sp .contents section.otherinfo .measures ul li {
  color: #2261e2;
  text-align: left;
}
#kotosan-bus.sp .contents section.otherinfo .measures ul li:before {
  content: "";
  width: 5px;
  height: 5px;
  margin-top: 5px;
  margin-right: 10px;
  display: inline-block;
  background-color: #44c078;
}
#kotosan-bus.sp .contents section.course .box_plan1 h2, #kotosan-bus.sp .contents section.course .box_plan2 h2 {
  box-sizing: border-box;
  display: block;
  color: #fff;
  font-weight: bold;
  position: relative;
}
#kotosan-bus.sp .contents section.course .box_plan1 h2:before, #kotosan-bus.sp .contents section.course .box_plan2 h2:before {
  content: "";
}
#kotosan-bus.sp .contents section.course .box_plan1 h2:after, #kotosan-bus.sp .contents section.course .box_plan2 h2:after {
  content: "";
  width: 0;
  height: 0;
  border-bottom: 10px solid transparent;
  border-right: 10px solid transparent;
  transform: rotate(225deg);
  position: absolute;
  bottom: -10px;
  left: calc(50% - 12px);
}
#kotosan-bus.sp .contents section.course .box_plan1 .js-edit_inplace + .js-edit_inplace .box_course_station:before, #kotosan-bus.sp .contents section.course .box_plan2 .js-edit_inplace + .js-edit_inplace .box_course_station:before {
  content: "";
  width: 0;
  height: 0;
  border-bottom: 10px solid transparent;
  border-right: 10px solid transparent;
  transform: rotate(225deg);
  position: absolute;
  top: -40px;
  left: calc(50% - 12px);
}
#kotosan-bus.sp .contents section.course .box_plan1 .js-edit_inplace + .js-edit_inplace .box_course, #kotosan-bus.sp .contents section.course .box_plan2 .js-edit_inplace + .js-edit_inplace .box_course {
  position: relative;
  margin-top: 120px;
  padding-top: 60px;
}
#kotosan-bus.sp .contents section.course .box_plan1 .js-edit_inplace + .js-edit_inplace .box_course:before, #kotosan-bus.sp .contents section.course .box_plan2 .js-edit_inplace + .js-edit_inplace .box_course:before {
  content: "";
  width: 2px;
  height: 60px;
  display: block;
  position: absolute;
  top: -110px;
  left: calc(50% - 1px);
}
#kotosan-bus.sp .contents section.course .box_plan1 .js-edit_inplace + .js-edit_inplace .box_course:after, #kotosan-bus.sp .contents section.course .box_plan2 .js-edit_inplace + .js-edit_inplace .box_course:after {
  content: "START";
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  font-weight: bold;
  position: absolute;
  top: -50px;
  left: calc(50% - 50px);
}
#kotosan-bus.sp .contents section.course .box_plan1 .js-edit_inplace + .js-edit_inplace .box_course .time, #kotosan-bus.sp .contents section.course .box_plan2 .js-edit_inplace + .js-edit_inplace .box_course .time {
  top: -90px;
}
#kotosan-bus.sp .contents section.course .box_plan1 .box_course_station, #kotosan-bus.sp .contents section.course .box_plan2 .box_course_station {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  position: relative;
}
#kotosan-bus.sp .contents section.course .box_plan1 .box_course_station .btn_course, #kotosan-bus.sp .contents section.course .box_plan2 .box_course_station .btn_course {
  margin-right: 10px;
  box-sizing: border-box;
  display: inline-block;
  flex: inherit;
  border-radius: 20px;
  border: 2px solid #565656;
  transition: all 0.3s 0s;
  color: #565656;
  font-weight: bold;
  text-align: center;
  position: relative;
  cursor: pointer;
}
#kotosan-bus.sp .contents section.course .box_plan1 .box_course_station .btn_course:after, #kotosan-bus.sp .contents section.course .box_plan2 .box_course_station .btn_course:after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #565656;
  border-right: 2px solid #565656;
  transform: rotate(45deg);
  transition: all 0.3s 0s;
  position: absolute;
  top: calc(50% - 3px);
  right: 10px;
}
#kotosan-bus.sp .contents section.course .box_plan1 .box_course_station .btn_course.map, #kotosan-bus.sp .contents section.course .box_plan2 .box_course_station .btn_course.map {
  padding: 0 0 4px 0;
}
#kotosan-bus.sp .contents section.course .box_plan1 .box_course_station .btn_course.station, #kotosan-bus.sp .contents section.course .box_plan2 .box_course_station .btn_course.station {
  padding: 1px 0 3px 0;
}
#kotosan-bus.sp .contents section.course .box_plan1 .box_course_station .btn_course + p, #kotosan-bus.sp .contents section.course .box_plan2 .box_course_station .btn_course + p {
  margin-left: 20px;
}
#kotosan-bus.sp .contents section.course .box_plan1 .box_course_station .btn_course + .btn_course, #kotosan-bus.sp .contents section.course .box_plan2 .box_course_station .btn_course + .btn_course {
  margin-left: 0;
}
#kotosan-bus.sp .contents section.course .box_plan1 .box_course_station p, #kotosan-bus.sp .contents section.course .box_plan2 .box_course_station p {
  font-weight: bold;
  text-align: left;
  flex: 1;
}
#kotosan-bus.sp .contents section.course .box_plan1 .box_course_station p .name, #kotosan-bus.sp .contents section.course .box_plan2 .box_course_station p .name {
  display: block;
  font-size: 14px;
  line-height: 14px;
}
#kotosan-bus.sp .contents section.course .box_plan1 .box_course_station p .time, #kotosan-bus.sp .contents section.course .box_plan2 .box_course_station p .time {
  display: block;
}
#kotosan-bus.sp .contents section.course .box_plan1 .box_course_station + .box_course_station:before, #kotosan-bus.sp .contents section.course .box_plan2 .box_course_station + .box_course_station:before {
  content: "";
  width: 0;
  height: 0;
  border-bottom: 10px solid transparent;
  border-right: 10px solid transparent;
  transform: rotate(225deg);
  position: absolute;
  top: -40px;
  left: calc(50% - 12px);
}
#kotosan-bus.sp .contents section.course .box_plan1 .box_course_station + .box_course, #kotosan-bus.sp .contents section.course .box_plan2 .box_course_station + .box_course {
  position: relative;
  margin-top: 120px;
  padding-top: 60px;
}
#kotosan-bus.sp .contents section.course .box_plan1 .box_course_station + .box_course:before, #kotosan-bus.sp .contents section.course .box_plan2 .box_course_station + .box_course:before {
  content: "";
  width: 2px;
  height: 60px;
  display: block;
  position: absolute;
  top: -110px;
  left: calc(50% - 1px);
}
#kotosan-bus.sp .contents section.course .box_plan1 .box_course_station + .box_course:after, #kotosan-bus.sp .contents section.course .box_plan2 .box_course_station + .box_course:after {
  content: "START";
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  font-weight: bold;
  position: absolute;
  top: -50px;
  left: calc(50% - 50px);
}
#kotosan-bus.sp .contents section.course .box_plan1 .box_course_station + .box_course .time, #kotosan-bus.sp .contents section.course .box_plan2 .box_course_station + .box_course .time {
  top: -90px;
}
#kotosan-bus.sp .contents section.course .box_plan1 .box_course, #kotosan-bus.sp .contents section.course .box_plan2 .box_course {
  margin-bottom: 60px;
  padding: 20px;
  box-sizing: border-box;
  background-color: #ffefe5;
  position: relative;
}
#kotosan-bus.sp .contents section.course .box_plan1 .box_course:before, #kotosan-bus.sp .contents section.course .box_plan2 .box_course:before {
  content: "";
  width: 2px;
  height: 60px;
  display: block;
  position: absolute;
  top: -60px;
  left: calc(50% - 1px);
}
#kotosan-bus.sp .contents section.course .box_plan1 .box_course .time, #kotosan-bus.sp .contents section.course .box_plan2 .box_course .time {
  display: flex;
  align-items: center;
  position: absolute;
  top: -40px;
  left: calc(50% + 20px);
  color: #565656;
}
#kotosan-bus.sp .contents section.course .box_plan1 .box_course .time:before, #kotosan-bus.sp .contents section.course .box_plan2 .box_course .time:before {
  content: "";
  width: 26px;
  height: 26px;
  margin-right: 10px;
}
#kotosan-bus.sp .contents section.course .box_plan1 .box_course .time.bus:before, #kotosan-bus.sp .contents section.course .box_plan2 .box_course .time.bus:before {
  display: block;
  overflow: hidden;
  background-image: url("../images/icon/reserved_dg.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -1000%;
}
#kotosan-bus.sp .contents section.course .box_plan1 .box_course .time.foot:before, #kotosan-bus.sp .contents section.course .box_plan2 .box_course .time.foot:before {
  display: block;
  overflow: hidden;
  background-image: url("../images/icon/foot_dg.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -1000%;
}
#kotosan-bus.sp .contents section.course .box_plan1 .box_course h3, #kotosan-bus.sp .contents section.course .box_plan2 .box_course h3 {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-weight: bold;
  font-size: 18px;
}
#kotosan-bus.sp .contents section.course .box_plan1 .box_course h3:before, #kotosan-bus.sp .contents section.course .box_plan2 .box_course h3:before {
  content: "";
  width: 60px;
  height: 60px;
  display: inline-block;
  margin-right: 20px;
}
#kotosan-bus.sp .contents section.course .box_plan1 .box_course h3 span, #kotosan-bus.sp .contents section.course .box_plan2 .box_course h3 span {
  margin-left: 10px;
  font-weight: normal;
  color: #333;
  font-size: 14px;
}
#kotosan-bus.sp .contents section.course .box_plan1 .box_course > p, #kotosan-bus.sp .contents section.course .box_plan2 .box_course > p {
  margin-bottom: 10px;
  text-align: left;
}
#kotosan-bus.sp .contents section.course .box_plan1 .box_course > img, #kotosan-bus.sp .contents section.course .box_plan2 .box_course > img {
  margin-bottom: 10px;
}
#kotosan-bus.sp .contents section.course .box_plan1 .box_course .box_details, #kotosan-bus.sp .contents section.course .box_plan2 .box_course .box_details {
  text-align: left;
}
#kotosan-bus.sp .contents section.course .box_plan1 .box_course .box_details dl, #kotosan-bus.sp .contents section.course .box_plan2 .box_course .box_details dl {
  display: flex;
  flex-wrap: wrap;
}
#kotosan-bus.sp .contents section.course .box_plan1 .box_course .box_details dl dt, #kotosan-bus.sp .contents section.course .box_plan2 .box_course .box_details dl dt {
  width: 100px;
  margin: 0 10px 10px 0;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
#kotosan-bus.sp .contents section.course .box_plan1 .box_course .box_details dl dd, #kotosan-bus.sp .contents section.course .box_plan2 .box_course .box_details dl dd {
  width: calc(100% - 110px);
  margin-bottom: 5px;
  text-align: left;
}
#kotosan-bus.sp .contents section.course .box_plan1 .box_course.course_cat_eat h3:before, #kotosan-bus.sp .contents section.course .box_plan2 .box_course.course_cat_eat h3:before {
  display: block;
  overflow: hidden;
  background-image: url("../images/lower/tours/ico_eat.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -1000%;
}
#kotosan-bus.sp .contents section.course .box_plan1 .box_course.course_cat_see h3:before, #kotosan-bus.sp .contents section.course .box_plan2 .box_course.course_cat_see h3:before {
  display: block;
  overflow: hidden;
  background-image: url("../images/lower/tours/ico_see.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -1000%;
}
#kotosan-bus.sp .contents section.course .box_plan1 .box_course + .box_course_station, #kotosan-bus.sp .contents section.course .box_plan2 .box_course + .box_course_station {
  padding-top: 70px;
}
#kotosan-bus.sp .contents section.course .box_plan1 .box_course + .box_course_station:before, #kotosan-bus.sp .contents section.course .box_plan2 .box_course + .box_course_station:before {
  content: "";
  width: 2px;
  height: 60px;
  display: block;
  position: absolute;
  top: -10px;
  left: calc(50% - 1px);
}
#kotosan-bus.sp .contents section.course .box_plan1 .box_course + .box_course_station:after, #kotosan-bus.sp .contents section.course .box_plan2 .box_course + .box_course_station:after {
  content: "GOAL";
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  font-weight: bold;
  position: absolute;
  top: -110px;
  left: calc(50% - 50px);
}
#kotosan-bus.sp .contents section.course .modalArea .cont {
  display: none;
}
#kotosan-bus.sp .contents section.course .modalArea .cont .btnArea_close {
  margin-top: 20px;
}
#kotosan-bus.sp .contents section.course .modalArea .cont iframe {
  height: calc(100vh - 175px);
}
#kotosan-bus.sp .contents section.course .modalArea .cont.station img {
  max-width: -moz-fit-content;
  max-width: fit-content;
}
#kotosan-bus.sp .contents section.course .modalArea.map .map, #kotosan-bus.sp .contents section.course .modalArea.station .station {
  display: block;
}
#kotosan-bus.sp .contents section.course .acms-page-header {
  border-bottom: none;
}
#kotosan-bus.sp .contents section.attention .note .note {
  font-weight: bold;
  color: #ed1c24;
}
#kotosan-bus.sp .contents section.map_link {
  max-width: 1080px;
  margin: 60px auto 120px auto;
}
#kotosan-bus.sp .contents section.map_link .box_map_link {
  position: relative;
}
#kotosan-bus.sp .contents section.map_link .box_map_link .box_map_btn {
  background-color: #fff;
}
#kotosan-bus.sp .contents section.map_link .box_map_link .box_map_btn .list_map_btn {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
#kotosan-bus.sp .contents section.map_link .box_map_link .box_map_btn .list_map_btn li {
  margin-bottom: 10px;
  box-sizing: border-box;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: auto;
  position: relative;
  font-weight: bold;
  border-radius: 4px;
  text-align: left;
  color: #fff;
}
#kotosan-bus.sp .contents section.map_link .box_map_link .box_map_btn .list_map_btn li.red_box {
  background-color: #dc1e2c;
}
#kotosan-bus.sp .contents section.map_link .box_map_link .box_map_btn .list_map_btn li.red_box_web {
  background-color: #c72bd8;
}
#kotosan-bus.sp .contents section.map_link .box_map_link .box_map_btn .list_map_btn li.violet_box {
  background-color: #36329a;
}
#kotosan-bus.sp .contents section.map_link .box_map_link .box_map_btn .list_map_btn li.green_box {
  background-color: #479c19;
}
#kotosan-bus.sp .contents section.map_link .box_map_link .box_map_btn .list_map_btn li.pink_box {
  background-color: #e970a5;
}
#kotosan-bus.sp .contents section.map_link .box_map_link .box_map_btn .note {
  margin-top: 10px;
  font-size: 11px;
  line-height: 16px;
  text-align: left;
}
#kotosan-bus.sp .contents section.map_link .box_map_link .box_img {
  position: relative;
}
#kotosan-bus.sp .contents section.map_link .box_map_link .box_img .map {
  position: relative;
  z-index: 10;
}
#kotosan-bus.sp .contents section.map_link .box_map_link .box_img .rosen {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  opacity: 0;
}
#kotosan-bus.sp .contents section.map_link .other_tours .list_map_btn li {
  width: 100%;
}
#kotosan-bus.sp .contents section.map_link .other_tours .list_map_btn li a {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  text-align: left;
  font-weight: bold;
  cursor: pointer;
  position: relative;
  color: #fff;
}
#kotosan-bus.sp .contents section.map_link .other_tours .list_map_btn li.red_box a {
  background-color: #dc1e2c;
}
#kotosan-bus.sp .contents section.map_link .other_tours .list_map_btn li.red_box_web a {
  background-color: #c72bd8;
}
#kotosan-bus.sp .contents section.map_link .other_tours .list_map_btn li.violet_box a {
  background-color: #36329a;
}
#kotosan-bus.sp .contents section.map_link .other_tours .list_map_btn li.green_box a {
  background-color: #479c19;
}
#kotosan-bus.sp .contents section.map_link .other_tours .list_map_btn li.pink_box a {
  background-color: #e970a5;
}
#kotosan-bus.sp .contents section.box_reservation {
  background-color: #ffefe5;
  color: #c42a00;
}
#kotosan-bus.sp .contents section.box_reservation .btnReservation {
  max-width: 600px;
  margin: 0 auto 20px auto;
  padding: 10px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #c42a00;
  border-radius: 4px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  color: #fff;
  font-weight: bold;
  transition: all 0.3s 0s;
}
#kotosan-bus.sp .contents section.box_reservation .btnReservation:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  display: block;
  overflow: hidden;
  background-image: url("../images/icon/mail.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -1000%;
}
#kotosan-bus.sp .contents section.box_reservation .note {
  margin-bottom: 20px;
}
#kotosan-bus.sp .contents section.box_reservation .list_tel li {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  font-weight: bold;
  text-align: left;
}
#kotosan-bus.sp .contents section.box_reservation .list_tel li p .name {
  margin-bottom: 3px;
  display: block;
}
#kotosan-bus.sp .contents section.box_reservation .list_tel li p .num a {
  font-size: 33px;
  line-height: 33px;
  display: block;
  color: #c42a00;
}
#kotosan-bus.sp .contents section.box_reservation .list_tel li:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  display: block;
  overflow: hidden;
  background-image: url("../images/icon/tel_u.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -1000%;
}
#kotosan-bus.sp .contents section.box_reservation .link {
  color: #c42a00;
  border-bottom: 1px solid #c42a00;
}
#kotosan-bus.sp .contents section.note {
  box-sizing: border-box;
}
#kotosan-bus.sp .contents section.note .listNote li {
  margin-bottom: 20px;
  text-align: left;
  font-size: 14px;
  line-height: 20px;
}
#kotosan-bus.sp .contents section.note .listNote li:last-child {
  margin-bottom: 0;
}
#kotosan-bus.sp .contents section.note .listNote li.bold {
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
}
#kotosan-bus.sp .contents section.sns {
  padding-bottom: 120px;
}
#kotosan-bus.sp .contents section.sns .cont_sns > div h3 {
  margin-bottom: 10px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#kotosan-bus.sp .contents section.sns .cont_sns > div h3:before {
  content: "";
  width: 20px;
  height: 20px;
  margin-right: 10px;
  display: inline-block;
}
#kotosan-bus.sp .contents section.sns .cont_sns > div.facebook h3:before {
  display: block;
  overflow: hidden;
  background-image: url("../images/icon/facebook_sns.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -1000%;
}
#kotosan-bus.sp .contents section.sns .cont_sns > div.instagram h3:before {
  display: block;
  overflow: hidden;
  background-image: url("../images/icon/instagram.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -1000%;
}
#kotosan-bus.sp .contents section.sns .cont_sns > div.tiwtter h3:before {
  display: block;
  overflow: hidden;
  background-image: url("../images/icon/tiwtter.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -1000%;
}
#kotosan-bus.sp .contents.red_box section.course .box_plan1 h2 {
  background-color: #dc1e2c;
}
#kotosan-bus.sp .contents.red_box section.course .box_plan1 h2:after {
  border-top: 10px solid #dc1e2c;
  border-left: 10px solid #dc1e2c;
}
#kotosan-bus.sp .contents.red_box section.course .box_plan1 .js-edit_inplace-title_trigger:hover {
  background-color: #dc1e2c !important;
  opacity: 0.8;
}
#kotosan-bus.sp .contents.red_box section.course .box_plan1 .js-edit_inplace + .js-edit_inplace .box_course_station:before {
  border-top: 10px solid #dc1e2c;
  border-left: 10px solid #dc1e2c;
}
#kotosan-bus.sp .contents.red_box section.course .box_plan1 .js-edit_inplace + .js-edit_inplace .box_course:before, #kotosan-bus.sp .contents.red_box section.course .box_plan1 .js-edit_inplace + .js-edit_inplace .box_course:after {
  background-color: #dc1e2c;
}
#kotosan-bus.sp .contents.red_box section.course .box_plan1 .box_course_station + .box_course_station:before {
  border-top: 10px solid #dc1e2c;
  border-left: 10px solid #dc1e2c;
}
#kotosan-bus.sp .contents.red_box section.course .box_plan1 .box_course_station + .box_course:before, #kotosan-bus.sp .contents.red_box section.course .box_plan1 .box_course_station + .box_course:after {
  background-color: #dc1e2c;
}
#kotosan-bus.sp .contents.red_box section.course .box_plan1 .box_course:before {
  background-color: #dc1e2c;
}
#kotosan-bus.sp .contents.red_box section.course .box_plan1 .box_course h3 {
  color: #dc1e2c;
  border-bottom: 2px solid #dc1e2c;
}
#kotosan-bus.sp .contents.red_box section.course .box_plan1 .box_course .box_details dl dt {
  background-color: #dc1e2c;
}
#kotosan-bus.sp .contents.red_box section.course .box_plan1 .box_course + .box_course_station:before, #kotosan-bus.sp .contents.red_box section.course .box_plan1 .box_course + .box_course_station:after {
  background-color: #dc1e2c;
}
#kotosan-bus.sp .contents.red_box section.course .box_plan1 .modalArea .cont .btnClose:before, #kotosan-bus.sp .contents.red_box section.course .box_plan1 .modalArea .cont .btnClose:after {
  background-color: #dc1e2c;
}
#kotosan-bus.sp .contents.red_box section.course .box_plan1 h2:before {
  display: block;
  overflow: hidden;
  background-image: url("../images/lower/tours/img_tours_heading01.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -1000%;
}
#kotosan-bus.sp .contents.red_box section.course .box_plan2 h2 {
  background-color: #c72bd8;
}
#kotosan-bus.sp .contents.red_box section.course .box_plan2 h2:after {
  border-top: 10px solid #c72bd8;
  border-left: 10px solid #c72bd8;
}
#kotosan-bus.sp .contents.red_box section.course .box_plan2 .js-edit_inplace-title_trigger:hover {
  background-color: #c72bd8 !important;
  opacity: 0.8;
}
#kotosan-bus.sp .contents.red_box section.course .box_plan2 .js-edit_inplace + .js-edit_inplace .box_course_station:before {
  border-top: 10px solid #c72bd8;
  border-left: 10px solid #c72bd8;
}
#kotosan-bus.sp .contents.red_box section.course .box_plan2 .js-edit_inplace + .js-edit_inplace .box_course:before, #kotosan-bus.sp .contents.red_box section.course .box_plan2 .js-edit_inplace + .js-edit_inplace .box_course:after {
  background-color: #c72bd8;
}
#kotosan-bus.sp .contents.red_box section.course .box_plan2 .box_course_station + .box_course_station:before {
  border-top: 10px solid #c72bd8;
  border-left: 10px solid #c72bd8;
}
#kotosan-bus.sp .contents.red_box section.course .box_plan2 .box_course_station + .box_course:before, #kotosan-bus.sp .contents.red_box section.course .box_plan2 .box_course_station + .box_course:after {
  background-color: #c72bd8;
}
#kotosan-bus.sp .contents.red_box section.course .box_plan2 .box_course:before {
  background-color: #c72bd8;
}
#kotosan-bus.sp .contents.red_box section.course .box_plan2 .box_course h3 {
  color: #c72bd8;
  border-bottom: 2px solid #c72bd8;
}
#kotosan-bus.sp .contents.red_box section.course .box_plan2 .box_course .box_details dl dt {
  background-color: #c72bd8;
}
#kotosan-bus.sp .contents.red_box section.course .box_plan2 .box_course + .box_course_station:before, #kotosan-bus.sp .contents.red_box section.course .box_plan2 .box_course + .box_course_station:after {
  background-color: #c72bd8;
}
#kotosan-bus.sp .contents.red_box section.course .box_plan2 .modalArea .cont .btnClose:before, #kotosan-bus.sp .contents.red_box section.course .box_plan2 .modalArea .cont .btnClose:after {
  background-color: #c72bd8;
}
#kotosan-bus.sp .contents.red_box section.course .box_plan2 h2:before {
  display: block;
  overflow: hidden;
  background-image: url("../images/lower/tours/img_tours_heading01.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -1000%;
}
#kotosan-bus.sp .contents.red_box section.map_link .box_map_link .box_map_btn .list_map_btn li.violet_box, #kotosan-bus.sp .contents.red_box section.map_link .box_map_link .box_map_btn .list_map_btn li.green_box, #kotosan-bus.sp .contents.red_box section.map_link .box_map_link .box_map_btn .list_map_btn li.pink_box {
  display: none;
}
#kotosan-bus.sp .contents.red_box section.map_link .box_map_link .box_img .rosen.red_box, #kotosan-bus.sp .contents.red_box section.map_link .box_map_link .box_img .rosen.red_box_web {
  opacity: 1;
}
#kotosan-bus.sp .contents.red_box section.map_link .other_tours .list_map_btn li.red_box, #kotosan-bus.sp .contents.red_box section.map_link .other_tours .list_map_btn li.red_box_web {
  display: none;
}
#kotosan-bus.sp .contents.red_box section.details dl.text dt:nth-child(1) {
  color: #dc1e2c;
}
#kotosan-bus.sp .contents.red_box section.details dl.text dt:nth-child(3) {
  color: #c72bd8;
}
#kotosan-bus.sp .contents.violet_box section.course .box_plan1 h2 {
  background-color: #36329a;
}
#kotosan-bus.sp .contents.violet_box section.course .box_plan1 h2:after {
  border-top: 10px solid #36329a;
  border-left: 10px solid #36329a;
}
#kotosan-bus.sp .contents.violet_box section.course .box_plan1 .js-edit_inplace-title_trigger:hover {
  background-color: #36329a !important;
  opacity: 0.8;
}
#kotosan-bus.sp .contents.violet_box section.course .box_plan1 .js-edit_inplace + .js-edit_inplace .box_course_station:before {
  border-top: 10px solid #36329a;
  border-left: 10px solid #36329a;
}
#kotosan-bus.sp .contents.violet_box section.course .box_plan1 .js-edit_inplace + .js-edit_inplace .box_course:before, #kotosan-bus.sp .contents.violet_box section.course .box_plan1 .js-edit_inplace + .js-edit_inplace .box_course:after {
  background-color: #36329a;
}
#kotosan-bus.sp .contents.violet_box section.course .box_plan1 .box_course_station + .box_course_station:before {
  border-top: 10px solid #36329a;
  border-left: 10px solid #36329a;
}
#kotosan-bus.sp .contents.violet_box section.course .box_plan1 .box_course_station + .box_course:before, #kotosan-bus.sp .contents.violet_box section.course .box_plan1 .box_course_station + .box_course:after {
  background-color: #36329a;
}
#kotosan-bus.sp .contents.violet_box section.course .box_plan1 .box_course:before {
  background-color: #36329a;
}
#kotosan-bus.sp .contents.violet_box section.course .box_plan1 .box_course h3 {
  color: #36329a;
  border-bottom: 2px solid #36329a;
}
#kotosan-bus.sp .contents.violet_box section.course .box_plan1 .box_course .box_details dl dt {
  background-color: #36329a;
}
#kotosan-bus.sp .contents.violet_box section.course .box_plan1 .box_course + .box_course_station:before, #kotosan-bus.sp .contents.violet_box section.course .box_plan1 .box_course + .box_course_station:after {
  background-color: #36329a;
}
#kotosan-bus.sp .contents.violet_box section.course .box_plan1 .modalArea .cont .btnClose:before, #kotosan-bus.sp .contents.violet_box section.course .box_plan1 .modalArea .cont .btnClose:after {
  background-color: #36329a;
}
#kotosan-bus.sp .contents.violet_box section.course .box_plan1 h2:before {
  display: block;
  overflow: hidden;
  background-image: url("../images/lower/tours/img_tours_heading01.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -1000%;
}
#kotosan-bus.sp .contents.violet_box section.course .box_plan2 h2 {
  background-color: #02aeee;
}
#kotosan-bus.sp .contents.violet_box section.course .box_plan2 h2:after {
  border-top: 10px solid #02aeee;
  border-left: 10px solid #02aeee;
}
#kotosan-bus.sp .contents.violet_box section.course .box_plan2 .js-edit_inplace-title_trigger:hover {
  background-color: #02aeee !important;
  opacity: 0.8;
}
#kotosan-bus.sp .contents.violet_box section.course .box_plan2 .js-edit_inplace + .js-edit_inplace .box_course_station:before {
  border-top: 10px solid #02aeee;
  border-left: 10px solid #02aeee;
}
#kotosan-bus.sp .contents.violet_box section.course .box_plan2 .js-edit_inplace + .js-edit_inplace .box_course:before, #kotosan-bus.sp .contents.violet_box section.course .box_plan2 .js-edit_inplace + .js-edit_inplace .box_course:after {
  background-color: #02aeee;
}
#kotosan-bus.sp .contents.violet_box section.course .box_plan2 .box_course_station + .box_course_station:before {
  border-top: 10px solid #02aeee;
  border-left: 10px solid #02aeee;
}
#kotosan-bus.sp .contents.violet_box section.course .box_plan2 .box_course_station + .box_course:before, #kotosan-bus.sp .contents.violet_box section.course .box_plan2 .box_course_station + .box_course:after {
  background-color: #02aeee;
}
#kotosan-bus.sp .contents.violet_box section.course .box_plan2 .box_course:before {
  background-color: #02aeee;
}
#kotosan-bus.sp .contents.violet_box section.course .box_plan2 .box_course h3 {
  color: #02aeee;
  border-bottom: 2px solid #02aeee;
}
#kotosan-bus.sp .contents.violet_box section.course .box_plan2 .box_course .box_details dl dt {
  background-color: #02aeee;
}
#kotosan-bus.sp .contents.violet_box section.course .box_plan2 .box_course + .box_course_station:before, #kotosan-bus.sp .contents.violet_box section.course .box_plan2 .box_course + .box_course_station:after {
  background-color: #02aeee;
}
#kotosan-bus.sp .contents.violet_box section.course .box_plan2 .modalArea .cont .btnClose:before, #kotosan-bus.sp .contents.violet_box section.course .box_plan2 .modalArea .cont .btnClose:after {
  background-color: #02aeee;
}
#kotosan-bus.sp .contents.violet_box section.course .box_plan2 h2:before {
  display: block;
  overflow: hidden;
  background-image: url("../images/lower/tours/img_tours_heading01.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -1000%;
}
#kotosan-bus.sp .contents.violet_box section.map_link .box_map_link .box_map_btn .list_map_btn li.red_box, #kotosan-bus.sp .contents.violet_box section.map_link .box_map_link .box_map_btn .list_map_btn li.red_box_web, #kotosan-bus.sp .contents.violet_box section.map_link .box_map_link .box_map_btn .list_map_btn li.green_box, #kotosan-bus.sp .contents.violet_box section.map_link .box_map_link .box_map_btn .list_map_btn li.pink_box {
  display: none;
}
#kotosan-bus.sp .contents.violet_box section.map_link .box_map_link .box_img .rosen.violet_box {
  opacity: 1;
}
#kotosan-bus.sp .contents.violet_box section.map_link .other_tours .list_map_btn li.violet_box {
  display: none;
}
#kotosan-bus.sp .contents.violet_box section.details dl.text dt:nth-child(1) {
  color: #36329a;
}
#kotosan-bus.sp .contents.violet_box section.details dl.text dt:nth-child(3) {
  color: #02aeee;
}
#kotosan-bus.sp .contents.green_box section.course .box_plan1 h2 {
  background-color: #479c19;
}
#kotosan-bus.sp .contents.green_box section.course .box_plan1 h2:after {
  border-top: 10px solid #479c19;
  border-left: 10px solid #479c19;
}
#kotosan-bus.sp .contents.green_box section.course .box_plan1 .js-edit_inplace-title_trigger:hover {
  background-color: #479c19 !important;
  opacity: 0.8;
}
#kotosan-bus.sp .contents.green_box section.course .box_plan1 .js-edit_inplace + .js-edit_inplace .box_course_station:before {
  border-top: 10px solid #479c19;
  border-left: 10px solid #479c19;
}
#kotosan-bus.sp .contents.green_box section.course .box_plan1 .js-edit_inplace + .js-edit_inplace .box_course:before, #kotosan-bus.sp .contents.green_box section.course .box_plan1 .js-edit_inplace + .js-edit_inplace .box_course:after {
  background-color: #479c19;
}
#kotosan-bus.sp .contents.green_box section.course .box_plan1 .box_course_station + .box_course_station:before {
  border-top: 10px solid #479c19;
  border-left: 10px solid #479c19;
}
#kotosan-bus.sp .contents.green_box section.course .box_plan1 .box_course_station + .box_course:before, #kotosan-bus.sp .contents.green_box section.course .box_plan1 .box_course_station + .box_course:after {
  background-color: #479c19;
}
#kotosan-bus.sp .contents.green_box section.course .box_plan1 .box_course:before {
  background-color: #479c19;
}
#kotosan-bus.sp .contents.green_box section.course .box_plan1 .box_course h3 {
  color: #479c19;
  border-bottom: 2px solid #479c19;
}
#kotosan-bus.sp .contents.green_box section.course .box_plan1 .box_course .box_details dl dt {
  background-color: #479c19;
}
#kotosan-bus.sp .contents.green_box section.course .box_plan1 .box_course + .box_course_station:before, #kotosan-bus.sp .contents.green_box section.course .box_plan1 .box_course + .box_course_station:after {
  background-color: #479c19;
}
#kotosan-bus.sp .contents.green_box section.course .box_plan1 .modalArea .cont .btnClose:before, #kotosan-bus.sp .contents.green_box section.course .box_plan1 .modalArea .cont .btnClose:after {
  background-color: #479c19;
}
#kotosan-bus.sp .contents.green_box section.course .box_plan1 h2:before {
  display: block;
  overflow: hidden;
  background-image: url("../images/lower/tours/img_tours_heading01.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -1000%;
}
#kotosan-bus.sp .contents.green_box section.course .box_plan2 h2 {
  background-color: #479c19;
}
#kotosan-bus.sp .contents.green_box section.course .box_plan2 h2:after {
  border-top: 10px solid #479c19;
  border-left: 10px solid #479c19;
}
#kotosan-bus.sp .contents.green_box section.course .box_plan2 .js-edit_inplace-title_trigger:hover {
  background-color: #479c19 !important;
  opacity: 0.8;
}
#kotosan-bus.sp .contents.green_box section.course .box_plan2 .js-edit_inplace + .js-edit_inplace .box_course_station:before {
  border-top: 10px solid #479c19;
  border-left: 10px solid #479c19;
}
#kotosan-bus.sp .contents.green_box section.course .box_plan2 .js-edit_inplace + .js-edit_inplace .box_course:before, #kotosan-bus.sp .contents.green_box section.course .box_plan2 .js-edit_inplace + .js-edit_inplace .box_course:after {
  background-color: #479c19;
}
#kotosan-bus.sp .contents.green_box section.course .box_plan2 .box_course_station + .box_course_station:before {
  border-top: 10px solid #479c19;
  border-left: 10px solid #479c19;
}
#kotosan-bus.sp .contents.green_box section.course .box_plan2 .box_course_station + .box_course:before, #kotosan-bus.sp .contents.green_box section.course .box_plan2 .box_course_station + .box_course:after {
  background-color: #479c19;
}
#kotosan-bus.sp .contents.green_box section.course .box_plan2 .box_course:before {
  background-color: #479c19;
}
#kotosan-bus.sp .contents.green_box section.course .box_plan2 .box_course h3 {
  color: #479c19;
  border-bottom: 2px solid #479c19;
}
#kotosan-bus.sp .contents.green_box section.course .box_plan2 .box_course .box_details dl dt {
  background-color: #479c19;
}
#kotosan-bus.sp .contents.green_box section.course .box_plan2 .box_course + .box_course_station:before, #kotosan-bus.sp .contents.green_box section.course .box_plan2 .box_course + .box_course_station:after {
  background-color: #479c19;
}
#kotosan-bus.sp .contents.green_box section.course .box_plan2 .modalArea .cont .btnClose:before, #kotosan-bus.sp .contents.green_box section.course .box_plan2 .modalArea .cont .btnClose:after {
  background-color: #479c19;
}
#kotosan-bus.sp .contents.green_box section.course .box_plan2 h2:before {
  display: block;
  overflow: hidden;
  background-image: url("../images/lower/tours/img_tours_heading01.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -1000%;
}
#kotosan-bus.sp .contents.green_box section.map_link .box_map_link .box_map_btn .list_map_btn li.red_box, #kotosan-bus.sp .contents.green_box section.map_link .box_map_link .box_map_btn .list_map_btn li.red_box_web, #kotosan-bus.sp .contents.green_box section.map_link .box_map_link .box_map_btn .list_map_btn li.violet_box, #kotosan-bus.sp .contents.green_box section.map_link .box_map_link .box_map_btn .list_map_btn li.pink_box {
  display: none;
}
#kotosan-bus.sp .contents.green_box section.map_link .box_map_link .box_img .rosen.green_box {
  opacity: 1;
}
#kotosan-bus.sp .contents.green_box section.map_link .other_tours .list_map_btn li.green_box {
  display: none;
}
#kotosan-bus.sp .contents.green_box section.details dl.text dt:nth-child(1), #kotosan-bus.sp .contents.green_box section.details dl.text dt:nth-child(3) {
  color: #479c19;
}
#kotosan-bus.sp .contents.pink_box section.course .box_plan1 h2 {
  background-color: #e970a5;
}
#kotosan-bus.sp .contents.pink_box section.course .box_plan1 h2:after {
  border-top: 10px solid #e970a5;
  border-left: 10px solid #e970a5;
}
#kotosan-bus.sp .contents.pink_box section.course .box_plan1 .js-edit_inplace-title_trigger:hover {
  background-color: #e970a5 !important;
  opacity: 0.8;
}
#kotosan-bus.sp .contents.pink_box section.course .box_plan1 .js-edit_inplace + .js-edit_inplace .box_course_station:before {
  border-top: 10px solid #e970a5;
  border-left: 10px solid #e970a5;
}
#kotosan-bus.sp .contents.pink_box section.course .box_plan1 .js-edit_inplace + .js-edit_inplace .box_course:before, #kotosan-bus.sp .contents.pink_box section.course .box_plan1 .js-edit_inplace + .js-edit_inplace .box_course:after {
  background-color: #e970a5;
}
#kotosan-bus.sp .contents.pink_box section.course .box_plan1 .box_course_station + .box_course_station:before {
  border-top: 10px solid #e970a5;
  border-left: 10px solid #e970a5;
}
#kotosan-bus.sp .contents.pink_box section.course .box_plan1 .box_course_station + .box_course:before, #kotosan-bus.sp .contents.pink_box section.course .box_plan1 .box_course_station + .box_course:after {
  background-color: #e970a5;
}
#kotosan-bus.sp .contents.pink_box section.course .box_plan1 .box_course:before {
  background-color: #e970a5;
}
#kotosan-bus.sp .contents.pink_box section.course .box_plan1 .box_course h3 {
  color: #e970a5;
  border-bottom: 2px solid #e970a5;
}
#kotosan-bus.sp .contents.pink_box section.course .box_plan1 .box_course .box_details dl dt {
  background-color: #e970a5;
}
#kotosan-bus.sp .contents.pink_box section.course .box_plan1 .box_course + .box_course_station:before, #kotosan-bus.sp .contents.pink_box section.course .box_plan1 .box_course + .box_course_station:after {
  background-color: #e970a5;
}
#kotosan-bus.sp .contents.pink_box section.course .box_plan1 .modalArea .cont .btnClose:before, #kotosan-bus.sp .contents.pink_box section.course .box_plan1 .modalArea .cont .btnClose:after {
  background-color: #e970a5;
}
#kotosan-bus.sp .contents.pink_box section.course .box_plan1 h2:before {
  display: block;
  overflow: hidden;
  background-image: url("../images/lower/tours/img_tours_heading01.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -1000%;
}
#kotosan-bus.sp .contents.pink_box section.course .box_plan2 h2 {
  background-color: #e970a5;
}
#kotosan-bus.sp .contents.pink_box section.course .box_plan2 h2:after {
  border-top: 10px solid #e970a5;
  border-left: 10px solid #e970a5;
}
#kotosan-bus.sp .contents.pink_box section.course .box_plan2 .js-edit_inplace-title_trigger:hover {
  background-color: #e970a5 !important;
  opacity: 0.8;
}
#kotosan-bus.sp .contents.pink_box section.course .box_plan2 .js-edit_inplace + .js-edit_inplace .box_course_station:before {
  border-top: 10px solid #e970a5;
  border-left: 10px solid #e970a5;
}
#kotosan-bus.sp .contents.pink_box section.course .box_plan2 .js-edit_inplace + .js-edit_inplace .box_course:before, #kotosan-bus.sp .contents.pink_box section.course .box_plan2 .js-edit_inplace + .js-edit_inplace .box_course:after {
  background-color: #e970a5;
}
#kotosan-bus.sp .contents.pink_box section.course .box_plan2 .box_course_station + .box_course_station:before {
  border-top: 10px solid #e970a5;
  border-left: 10px solid #e970a5;
}
#kotosan-bus.sp .contents.pink_box section.course .box_plan2 .box_course_station + .box_course:before, #kotosan-bus.sp .contents.pink_box section.course .box_plan2 .box_course_station + .box_course:after {
  background-color: #e970a5;
}
#kotosan-bus.sp .contents.pink_box section.course .box_plan2 .box_course:before {
  background-color: #e970a5;
}
#kotosan-bus.sp .contents.pink_box section.course .box_plan2 .box_course h3 {
  color: #e970a5;
  border-bottom: 2px solid #e970a5;
}
#kotosan-bus.sp .contents.pink_box section.course .box_plan2 .box_course .box_details dl dt {
  background-color: #e970a5;
}
#kotosan-bus.sp .contents.pink_box section.course .box_plan2 .box_course + .box_course_station:before, #kotosan-bus.sp .contents.pink_box section.course .box_plan2 .box_course + .box_course_station:after {
  background-color: #e970a5;
}
#kotosan-bus.sp .contents.pink_box section.course .box_plan2 .modalArea .cont .btnClose:before, #kotosan-bus.sp .contents.pink_box section.course .box_plan2 .modalArea .cont .btnClose:after {
  background-color: #e970a5;
}
#kotosan-bus.sp .contents.pink_box section.course .box_plan2 h2:before {
  display: block;
  overflow: hidden;
  background-image: url("../images/lower/tours/img_tours_heading01.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -1000%;
}
#kotosan-bus.sp .contents.pink_box section.map_link .box_map_link .box_map_btn .list_map_btn li.red_box, #kotosan-bus.sp .contents.pink_box section.map_link .box_map_link .box_map_btn .list_map_btn li.red_box_web, #kotosan-bus.sp .contents.pink_box section.map_link .box_map_link .box_map_btn .list_map_btn li.violet_box, #kotosan-bus.sp .contents.pink_box section.map_link .box_map_link .box_map_btn .list_map_btn li.green_box {
  display: none;
}
#kotosan-bus.sp .contents.pink_box section.map_link .box_map_link .box_img .rosen.pink_box {
  opacity: 1;
}
#kotosan-bus.sp .contents.pink_box section.map_link .other_tours .list_map_btn li.pink_box {
  display: none;
}
#kotosan-bus.sp .contents.pink_box section.details dl.text dt:nth-child(1), #kotosan-bus.sp .contents.pink_box section.details dl.text dt:nth-child(3) {
  color: #e970a5;
}
#kotosan-bus.sp .note.bold {
  font-weight: bold;
  color: #ed1c24;
}
#kotosan-bus.limousine .navArea .listNav .limousine p {
  color: #2261e2;
}
#kotosan-bus.limousine .navArea .listNav .limousine p .en {
  color: #2261e2;
}
#kotosan-bus.limousine .heading .text:before {
  background-color: #2261e2;
}
#kotosan-bus.limousine .heading .text:after {
  background-image: url("../images/lower/heading/img_heading_limousine.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#kotosan-bus.limousine section h2 {
  margin: 60px 0 30px 0;
  font-weight: bold;
  color: #2261e2;
  text-align: left;
}
#kotosan-bus.limousine section h2 span {
  margin-left: 10px;
  font-size: 14px;
  color: #333;
  font-weight: normal;
}
#kotosan-bus.limousine section.news h2 {
  margin: 60px 0 10px 0;
  display: flex;
  align-items: center;
}
#kotosan-bus.limousine section.news h2:before {
  content: "";
  width: 25px;
  height: 25px;
  margin-right: 5px;
  display: block;
  overflow: hidden;
  background-image: url("../images/icon/news_limousine.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -1000%;
  display: inline-block;
}
#kotosan-bus.limousine section.news .btnArea .btn {
  border: 2px solid #2261e2;
  color: #2261e2;
}
#kotosan-bus.limousine section.news .btnArea .btn:after {
  border-top: 2px solid #2261e2;
  border-right: 2px solid #2261e2;
}
#kotosan-bus.limousine section.news .btnArea .btn:hover {
  color: #fff;
}
#kotosan-bus.limousine .breadcrumb + .text {
  margin-top: 60px;
}
#kotosan-bus.limousine .list_other_link li a {
  border: 1px solid #2261e2;
  color: #2261e2;
}
#kotosan-bus.limousine .list_other_link li.rosen a:before {
  display: block;
  overflow: hidden;
  background-image: url("../images/icon/scheduled_l.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -1000%;
}
#kotosan-bus.limousine .list_other_link li.busStop a:before {
  display: block;
  overflow: hidden;
  background-image: url("../images/icon/reserved_l.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -1000%;
}
#kotosan-bus.limousine .list_other_link li.faq a:before {
  display: block;
  overflow: hidden;
  background-image: url("../images/icon/faq_l.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -1000%;
}
#kotosan-bus.limousine .list_other_link li.deals a:before {
  display: block;
  overflow: hidden;
  background-image: url("../images/icon/deals_l.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -1000%;
}
#kotosan-bus.limousine section.time {
  margin-top: 70px;
}
#kotosan-bus.limousine section.time .box_link .list_link {
  display: flex;
}
#kotosan-bus.limousine section.time .box_link .list_link li {
  width: calc(50% - 1px);
  padding: 10px 0 20px 0;
  box-sizing: border-box;
  color: #fff;
  font-weight: bold;
  position: relative;
  cursor: pointer;
}
#kotosan-bus.limousine section.time .box_link .list_link li:after {
  content: "";
  width: 5px;
  height: 5px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  bottom: 10px;
  left: calc(50% - 5px);
}
#kotosan-bus.limousine section.time .box_link .list_link li:first-child {
  margin-right: 1px;
  background-color: #2261e2;
}
#kotosan-bus.limousine section.time .box_link .list_link li:last-child {
  background-color: #0890d7;
}
#kotosan-bus.limousine section.time .cont {
  margin-top: 80px;
}
#kotosan-bus.limousine section.time .cont h2 {
  margin: 0 auto 20px auto;
  padding: 10px 40px 15px 40px;
  display: inline-block;
  color: #fff;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
}
#kotosan-bus.limousine section.time .cont .headingTime, #kotosan-bus.limousine section.time .cont .headingPrice {
  margin-bottom: 20px;
  display: inline-block;
  font-weight: bold;
  text-align: center;
  font-size: 23px;
}
#kotosan-bus.limousine section.time .cont .headingTime:before, #kotosan-bus.limousine section.time .cont .headingPrice:before {
  content: "";
  width: 30px;
  height: 30px;
  margin-right: 10px;
  margin-top: -5px;
  vertical-align: middle;
}
#kotosan-bus.limousine section.time .cont .headingTime + .time_limit, #kotosan-bus.limousine section.time .cont .headingPrice + .time_limit {
  margin-bottom: 80px;
}
#kotosan-bus.limousine section.time .cont .boxTime .time_limit {
  font-size: 24px;
  line-height: 1.2;
  font-weight: bold;
}
#kotosan-bus.limousine section.time .cont .boxTime .time_limit.stop {
  color: #ce0606;
}
#kotosan-bus.limousine section.time .cont .boxTime .boxTab {
  position: relative;
}
#kotosan-bus.limousine section.time .cont .boxTime .boxTab .boxTable {
  width: 100%;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
#kotosan-bus.limousine section.time .cont .boxTime .boxTab .boxTable .tab {
  width: 100%;
  padding-bottom: 5px;
  display: flex;
  pointer-events: none;
  position: absolute;
  left: 0;
}
#kotosan-bus.limousine section.time .cont .boxTime .boxTab .boxTable .tab span {
  width: calc(50% - 5px);
  padding: 10px 20px;
  box-sizing: border-box;
  display: inline-block;
  border-radius: 6px 6px 0 0;
  font-weight: bold;
  color: #fff;
  background-color: #c8c8c8;
  cursor: pointer;
  pointer-events: auto;
  position: relative;
}
#kotosan-bus.limousine section.time .cont .boxTime .boxTab .boxTable .tab span:after {
  content: "";
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  position: absolute;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  top: calc(50% - 3px);
  right: 10px;
}
#kotosan-bus.limousine section.time .cont .boxTime .boxTab .boxTable .box {
  padding: 10px;
  box-sizing: border-box;
  opacity: 0;
}
#kotosan-bus.limousine section.time .cont .boxTime .boxTab .boxTable .box > div .explanation.swipe {
  width: 100%;
  padding: 20px 0;
  position: absolute;
  top: 0;
  left: 0;
}
#kotosan-bus.limousine section.time .cont .boxTime .boxTab .boxTable .box > div .table_time {
  table-layout: fixed;
}
#kotosan-bus.limousine section.time .cont .boxTime .boxTab .boxTable .box > div .table_time tr th {
  padding: 10px 5px;
  box-sizing: border-box;
  background-color: #c6d6f6;
  font-weight: bold;
  text-align: center;
}
#kotosan-bus.limousine section.time .cont .boxTime .boxTab .boxTable .box > div .table_time tr th span {
  font-size: 14px;
  display: block;
}
#kotosan-bus.limousine section.time .cont .boxTime .boxTab .boxTable .box > div .table_time tr td {
  padding: 20px 0;
  box-sizing: border-box;
  text-align: center;
  position: relative;
}
#kotosan-bus.limousine section.time .cont .boxTime .boxTab .boxTable .box > div .table_time tr td span {
  color: #ce0606;
  position: absolute;
  top: calc(50% - 12px);
}
#kotosan-bus.limousine section.time .cont .boxTime .boxTab .boxTable .box > div .table_time tr td .btn_airport {
  width: 100%;
  padding: 5px 0;
  display: block;
  background-color: #fff;
  cursor: pointer;
  position: relative;
}
#kotosan-bus.limousine section.time .cont .boxTime .boxTab .boxTable .box > div .table_time tr td .btn_airport:after {
  content: "";
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 3px);
  right: 10px;
}
#kotosan-bus.limousine section.time .cont .boxTime .boxTab .boxTable .box > div .table_time tr td .btn_airport + .text {
  display: none;
}
#kotosan-bus.limousine section.time .cont .boxTime .boxTab .boxTable .box > div .table_time tr td:after {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  overflow: hidden;
  background-image: url("../images/icon/arrow.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -1000%;
  position: absolute;
  top: calc(50% - 5px);
  right: -5px;
  z-index: 10;
}
#kotosan-bus.limousine section.time .cont .boxTime .boxTab .boxTable .box > div .table_time tr td:last-child:after {
  content: none;
}
#kotosan-bus.limousine section.time .cont .boxTime .boxTab .boxTable .box > div .table_time tr:nth-child(odd) td {
  background-color: #eeeeee;
}
#kotosan-bus.limousine section.time .cont .boxTime .boxTab .boxTable .box > div .table_time.to tr td:last-child {
  box-sizing: border-box;
}
#kotosan-bus.limousine section.time .cont .boxTime .boxTab .boxTable .box > div .table_time.to tr td:nth-last-child(2):after {
  content: none;
}
#kotosan-bus.limousine section.time .cont .boxTime .boxTab .boxTable .box > div .table_time.to tr td span {
  left: 10px;
}
#kotosan-bus.limousine section.time .cont .boxTime .boxTab .boxTable .box > div .table_time.from tr td:first-child:after {
  content: none;
}
#kotosan-bus.limousine section.time .cont .boxTime .boxTab .boxTable .box > div .table_time.from tr td span {
  left: 0;
}
#kotosan-bus.limousine section.time .cont .boxTime .boxTab .boxTable .box > div .note {
  padding: 10px;
  box-sizing: border-box;
  text-align: left;
  color: #ce0606;
}
#kotosan-bus.limousine section.time .cont .boxTime .boxTab .boxTable.target {
  margin-top: 89px;
  position: relative;
  z-index: 100;
}
#kotosan-bus.limousine section.time .cont .boxTime .boxTab .boxTable.target .tab {
  padding-bottom: 0;
}
#kotosan-bus.limousine section.time .cont .boxTime .boxTab .boxTable.target .tab span {
  padding-bottom: 15px;
  background-color: #fff;
}
#kotosan-bus.limousine section.time .cont .boxTime .boxTab .boxTable.target .box {
  opacity: 1;
}
#kotosan-bus.limousine section.time .cont .boxTime .boxTab .boxTable:first-child .tab {
  justify-content: flex-start;
}
#kotosan-bus.limousine section.time .cont .boxTime .boxTab .boxTable:last-child .tab {
  justify-content: flex-end;
}
#kotosan-bus.limousine section.time .cont .boxTime .boxTab + .time_limit {
  margin-top: 80px;
}
#kotosan-bus.limousine section.time .cont .boxPrice {
  margin-top: 80px;
}
#kotosan-bus.limousine section.time .cont .boxPrice .table_price {
  width: 100%;
  box-sizing: border-box;
  border-bottom: 2px solid #c8c8c8;
  border-right: 2px solid #c8c8c8;
  table-layout: fixed;
}
#kotosan-bus.limousine section.time .cont .boxPrice .table_price tr th {
  padding: 10px;
  box-sizing: border-box;
  background-color: #c8c8c8;
  border-bottom: 1px solid #c8c8c8;
  border-right: 1px solid #c8c8c8;
  border-left: 2px solid #c8c8c8;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
#kotosan-bus.limousine section.time .cont .boxPrice .table_price tr th:first-child {
  border-bottom: 1px solid #fff;
}
#kotosan-bus.limousine section.time .cont .boxPrice .table_price tr th:last-child {
  border-bottom: 1px solid #c8c8c8;
}
#kotosan-bus.limousine section.time .cont .boxPrice .table_price tr td {
  padding: 10px;
  box-sizing: border-box;
  border-bottom: 1px solid #c8c8c8;
  border-right: 1px solid #c8c8c8;
  text-align: center;
  font-size: 16px;
}
#kotosan-bus.limousine section.time .cont .boxPrice .table_price tr td:first-child {
  border: none;
}
#kotosan-bus.limousine section.time .cont .boxPrice ul.note {
  margin-top: 20px;
}
#kotosan-bus.limousine section.time .cont .boxPrice ul.note li {
  margin-bottom: 5px;
  text-align: left;
  font-size: 16px;
}
#kotosan-bus.limousine section.time .cont#marugame_sakaide h2 {
  background-color: #2261e2;
}
#kotosan-bus.limousine section.time .cont#marugame_sakaide .boxTable.target .tab span {
  border: 1px solid #2261e2;
  border-bottom: none;
  color: #2261e2;
}
#kotosan-bus.limousine section.time .cont#marugame_sakaide .boxTable.target .tab span:after {
  border-bottom: 2px solid #2261e2;
  border-right: 2px solid #2261e2;
}
#kotosan-bus.limousine section.time .cont#marugame_sakaide .boxTable .box {
  border: 1px solid #2261e2;
}
#kotosan-bus.limousine section.time .cont#marugame_sakaide .boxTable .box .table_time tr td .btn_airport {
  color: #2261e2;
  border: 1px solid #2261e2;
}
#kotosan-bus.limousine section.time .cont#marugame_sakaide .boxTable .box .table_time tr td .btn_airport:after {
  border-top: 2px solid #2261e2;
  border-right: 2px solid #2261e2;
}
#kotosan-bus.limousine section.time .cont#marugame_sakaide .boxTable .box .table_time + .note {
  border-top: 1px solid #c6d6f6;
}
#kotosan-bus.limousine section.time .cont#marugame_sakaide .headingTime:before {
  display: block;
  overflow: hidden;
  background-image: url("../images/icon/time_l.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -1000%;
  display: inline-block;
}
#kotosan-bus.limousine section.time .cont#marugame_sakaide .headingPrice:before {
  display: block;
  overflow: hidden;
  background-image: url("../images/icon/price_l.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -1000%;
  display: inline-block;
}
#kotosan-bus.limousine section.time .cont#marugame_sakaide .modalArea .cont .btnClose:before, #kotosan-bus.limousine section.time .cont#marugame_sakaide .modalArea .cont .btnClose:after {
  background-color: #2261e2;
}
#kotosan-bus.limousine section.time .cont#marugame_zentsuuji h2 {
  background-color: #0890d7;
}
#kotosan-bus.limousine section.time .cont#marugame_zentsuuji .boxTable.target .tab span {
  border: 1px solid #0890d7;
  border-bottom: none;
  color: #0890d7;
}
#kotosan-bus.limousine section.time .cont#marugame_zentsuuji .boxTable.target .tab span:after {
  border-bottom: 2px solid #0890d7;
  border-right: 2px solid #0890d7;
}
#kotosan-bus.limousine section.time .cont#marugame_zentsuuji .boxTable .box {
  border: 1px solid #0890d7;
}
#kotosan-bus.limousine section.time .cont#marugame_zentsuuji .boxTable .box .table_time tr td .btn_airport {
  color: #0890d7;
  border: 1px solid #0890d7;
}
#kotosan-bus.limousine section.time .cont#marugame_zentsuuji .boxTable .box .table_time tr td .btn_airport:after {
  border-top: 2px solid #0890d7;
  border-right: 2px solid #0890d7;
}
#kotosan-bus.limousine section.time .cont#marugame_zentsuuji .boxTable .box .table_time + .note {
  border-bottom: 1px solid #c3e5f7;
}
#kotosan-bus.limousine section.time .cont#marugame_zentsuuji .headingTime:before {
  display: block;
  overflow: hidden;
  background-image: url("../images/icon/time_l2.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -1000%;
  display: inline-block;
}
#kotosan-bus.limousine section.time .cont#marugame_zentsuuji .headingPrice:before {
  display: block;
  overflow: hidden;
  background-image: url("../images/icon/price_l2.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -1000%;
  display: inline-block;
}
#kotosan-bus.limousine section.time .cont#marugame_zentsuuji .modalArea .cont .btnClose:before, #kotosan-bus.limousine section.time .cont#marugame_zentsuuji .modalArea .cont .btnClose:after {
  background-color: #0890d7;
}
#kotosan-bus.limousine section.time .note {
  margin-top: 10px;
  text-align: left;
}
#kotosan-bus.limousine section.time .note.red {
  color: #ce0606;
}
#kotosan-bus.limousine section.time .note + .time_limit {
  margin-top: 80px;
}
#kotosan-bus.limousine section.time .modalArea .box_modal .cont p {
  text-align: left;
}
#kotosan-bus.limousine section.time .modalArea .box_modal .cont p span {
  display: block;
  margin-bottom: 20px;
  position: relative;
  top: 0;
  left: 0;
  color: #ce0606;
}
#kotosan-bus.limousine section.event_service {
  margin-bottom: 120px;
}
#kotosan-bus.limousine section.event_service .list_event_service {
  display: flex;
}
#kotosan-bus.limousine section.event_service .list_event_service li a {
  display: block;
}
#kotosan-bus.limousine section.event_service .list_event_service li a .imgArea {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s 0s;
}
#kotosan-bus.limousine section.event_service .list_event_service li a .catArea {
  padding: 10px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#kotosan-bus.limousine section.event_service .list_event_service li a .catArea .lab {
  width: 90px;
  padding: 3px 0;
  box-sizing: border-box;
  display: inline-block;
  border-radius: 15px;
  font-size: 12px;
  line-height: 12px;
  color: #fff;
  text-align: center;
}
#kotosan-bus.limousine section.event_service .list_event_service li a .catArea .lab.event {
  background-color: #ff9314;
}
#kotosan-bus.limousine section.event_service .list_event_service li a .catArea .lab.service {
  background-color: #61c137;
}
#kotosan-bus.limousine section.event_service .list_event_service li a .title {
  padding: 10px;
  box-sizing: border-box;
  text-align: left;
  transition: all 0.3s 0s;
}
#kotosan-bus.limousine section.event_service .btnArea {
  text-align: right;
}
#kotosan-bus.limousine section.event_service .btnArea .btn {
  border: 2px solid #2261e2;
  color: #2261e2;
}
#kotosan-bus.limousine section.event_service .btnArea .btn:after {
  border-top: 2px solid #2261e2;
  border-right: 2px solid #2261e2;
}
#kotosan-bus.limousine section.lower {
  margin: 80px auto 120px auto;
}
#kotosan-bus.limousine section.lower h3 {
  color: #2261e2;
}
#kotosan-bus.limousine section.lower section.deals {
  margin-bottom: 40px;
}
#kotosan-bus.limousine section.lower section.deals .box_layout .box_left {
  text-align: left;
}
#kotosan-bus.limousine section.lower section.deals .box_layout .box_left p {
  margin-bottom: 20px;
}
#kotosan-bus.limousine section.lower section.deals .box_layout .box_left p + ul {
  margin-top: 30px;
}
#kotosan-bus.limousine section.lower section.deals .box_layout .box_left a {
  border-bottom: 1px solid #333;
}
#kotosan-bus.limousine section.lower section.deals .box_layout .box_left a.btn {
  border: 2px solid #44c078;
}
#kotosan-bus.limousine section.lower section.deals .box_layout .box_left .qr {
  max-width: 200px;
}
#kotosan-bus.limousine section.lower section.deals .box_layout .box_right img {
  max-width: 300px;
}
#kotosan-bus.limousine section.lower section.deals .box_layout .box_right p {
  text-align: center;
}
#kotosan-bus.limousine section.lower section.deals .box_layout .box_right p + img {
  margin-top: 10px;
}
#kotosan-bus.limousine section.lower section.deals img {
  max-width: -moz-fit-content;
  max-width: fit-content;
}
#kotosan-bus.limousine section.lower section.deals .appArea {
  margin-top: 30px;
}
#kotosan-bus.limousine section.lower section.deals .appArea a {
  display: inline-block;
}
#kotosan-bus.limousine section.lower section.deals .appArea a img {
  width: 100%;
}
#kotosan-bus.limousine section.lower section.deals .notice {
  margin-top: 10px;
}
#kotosan-bus.limousine section.lower section.deals p {
  text-align: left;
}
#kotosan-bus.limousine section.lower section.deals ul {
  margin-bottom: 20px;
}
#kotosan-bus.limousine section.lower section.deals ul li {
  margin-bottom: 10px;
  text-align: left;
}
#kotosan-bus.limousine section.lower section.deals ul li:before {
  content: "";
  width: 5px;
  height: 5px;
  margin-top: 5px;
  margin-right: 10px;
  display: inline-block;
  background-color: #44c078;
}
#kotosan-bus.limousine section.lower section.deals ul li .notice {
  margin-top: 0;
  padding-left: 15px;
}
#kotosan-bus.limousine section.map {
  margin-top: 40px;
}
#kotosan-bus.limousine section.map .box_map .box_map_btn .list_map_btn li.marugame_sakaide:before {
  background-color: #2261e2;
}
#kotosan-bus.limousine section.map .box_map .box_map_btn .list_map_btn li.marugame_sakaide.target {
  background-color: #2261e2;
}
#kotosan-bus.limousine section.map .box_map .box_map_btn .list_map_btn li.marugame_sakaide.target:before {
  background-color: #fff;
}
#kotosan-bus.limousine section.map .box_map .box_map_btn .list_map_btn li.marugame_zentsuuji:before {
  background-color: #0890d7;
}
#kotosan-bus.limousine section.map .box_map .box_map_btn .list_map_btn li.marugame_zentsuuji.target {
  background-color: #0890d7;
}
#kotosan-bus.limousine section.map .box_map .box_map_btn .list_map_btn li.marugame_zentsuuji.target:before {
  background-color: #fff;
}
#kotosan-bus.limousine section.map + .btn {
  margin-top: 80px;
}
#kotosan-bus.limousine.list section.event_service .list_event_service {
  flex-wrap: wrap;
}
#kotosan-bus.limousine.list section.event_service .list_event_service li {
  width: calc((100% - 30px) / 4);
}
#kotosan-bus.limousine.list section.event_service .list_event_service li:nth-child(4n) {
  margin-right: 0;
}
#kotosan-bus.limousine .boxImg img {
  width: auto;
  max-width: 100%;
  height: auto;
}
#kotosan-bus.limousine .boxImg.center {
  text-align: center;
}
#kotosan-bus.limousine .qa {
  background-color: #e4edff;
}
#kotosan-bus.limousine .qa dt:before {
  display: block;
  overflow: hidden;
  background-image: url("../images/icon/q_l.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -1000%;
}
#kotosan-bus.limousine .attention {
  color: #ce0606;
}
#kotosan-bus.recruit .navArea .listNav .lower p {
  color: #44c078;
}
#kotosan-bus.recruit .navArea .listNav .lower p .en {
  color: #44c078;
}
#kotosan-bus.recruit .heading .text:before {
  background-color: #44c078;
}
#kotosan-bus.recruit .heading .text:after {
  background-image: url("../images/lower/heading/img_heading_lower.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#kotosan-bus.recruit section h2 {
  margin: 60px 0 30px 0;
  font-weight: bold;
  color: #44c078;
  text-align: left;
}
#kotosan-bus.recruit section h2 span {
  margin-left: 10px;
  font-size: 14px;
  color: #333;
  font-weight: normal;
}
#kotosan-bus.recruit section.news h2 {
  margin: 60px 0 10px 0;
  display: flex;
  align-items: center;
}
#kotosan-bus.recruit section.news h2:before {
  content: "";
  width: 25px;
  height: 25px;
  margin-right: 5px;
  display: block;
  overflow: hidden;
  background-image: url("../images/icon/news_lower.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -1000%;
  display: inline-block;
}
#kotosan-bus.recruit section.news .btnArea .btn {
  border: 2px solid #44c078;
  color: #44c078;
}
#kotosan-bus.recruit section.news .btnArea .btn:after {
  border-top: 2px solid #44c078;
  border-right: 2px solid #44c078;
}
#kotosan-bus.recruit section.news .btnArea .btn:hover {
  color: #fff;
}
#kotosan-bus.recruit .headingRecruit {
  width: 100%;
  background-image: url("../images/lower/recruit/bg_recruit.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#kotosan-bus.recruit .headingRecruit .box {
  height: 100%;
  display: flex;
}
#kotosan-bus.recruit .headingRecruit .box > div {
  text-align: center;
}
#kotosan-bus.recruit .headingRecruit .box > div h1 {
  margin: 0 auto;
  display: block;
  overflow: hidden;
  background-image: url("../images/lower/recruit/tit_recruit.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -1000%;
}
#kotosan-bus.recruit .headingRecruit .box > div p {
  padding: 5px 10px;
  margin: 20px auto 0 auto;
  display: inline-block;
  background-color: #fff;
  color: #44c078;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 5px;
}
#kotosan-bus.recruit section.interview .interviewTitle {
  box-sizing: border-box;
  display: flex;
  position: relative;
}
#kotosan-bus.recruit section.interview .interviewTitle .img {
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 10;
}
#kotosan-bus.recruit section.interview .interviewTitle h2 {
  box-sizing: border-box;
  background-color: #44c078;
  position: relative;
  z-index: 100;
  text-align: left;
}
#kotosan-bus.recruit section.interview .interviewTitle h2 .en {
  margin-bottom: 10px;
  display: block;
  color: #fff;
}
#kotosan-bus.recruit section.interview .interviewTitle h2 .name {
  margin-bottom: 40px;
  display: block;
  font-size: 36px;
  font-weight: bold;
  color: #fff;
}
#kotosan-bus.recruit section.interview .interviewTitle h2 .position {
  color: #fff;
}
#kotosan-bus.recruit section.interview .boxInterview .qa {
  box-sizing: border-box;
  background-color: #fff;
}
#kotosan-bus.recruit section.interview .boxInterview .qa dt {
  margin-bottom: 10px;
  font-weight: bold;
  color: #44c078;
  text-align: left;
}
#kotosan-bus.recruit section.interview .boxInterview .qa dt:before {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  overflow: hidden;
  background-image: url("../images/icon/q.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -1000%;
  display: inline-block;
  margin-right: 10px;
}
#kotosan-bus.recruit section.interview .boxInterview .qa dd {
  text-align: left;
}
#kotosan-bus.recruit section.interview .boxInterview .listImg {
  box-sizing: border-box;
  z-index: 100;
}
#kotosan-bus.recruit section.interview .boxInterview .listImg li {
  margin-bottom: 20px;
}
#kotosan-bus.recruit section.interview:nth-child(1) .interviewTitle .img {
  background-image: url("../images/lower/recruit/img_interview01_main.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#kotosan-bus.recruit section.interview:nth-child(2) .interviewTitle .img {
  background-image: url("../images/lower/recruit/img_interview02_main.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#kotosan-bus.recruit section.point {
  padding: 120px 0 60px 0;
  box-sizing: border-box;
  background-color: #edffd6;
  position: relative;
  z-index: -1;
}
#kotosan-bus.recruit section.point .titlePoint {
  width: 400px;
  height: 200px;
  margin: 0 auto;
  padding-top: 80px;
  box-sizing: border-box;
  display: inline-block;
  border-radius: 50%;
  background-color: #fff;
  color: #44c078;
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
  text-align: center;
  position: absolute;
  top: -150px;
  left: calc(50% - 200px);
  z-index: 100;
}
#kotosan-bus.recruit section.point .titlePoint span {
  margin: 20px 40px 0 40px;
  display: inline-block;
  font-size: 40px;
  position: relative;
  color: #44c078;
  font-weight: bold;
}
#kotosan-bus.recruit section.point .titlePoint span:before {
  content: "";
  width: 40px;
  height: 40px;
  display: block;
  overflow: hidden;
  background-image: url("../images/lower/item_point.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -1000%;
  position: absolute;
  top: -40px;
  left: -40px;
}
#kotosan-bus.recruit section.point .titlePoint:after {
  content: "";
  border: 30px solid transparent;
  border-top: 30px solid #fff;
  position: absolute;
  bottom: -50px;
  left: calc(50% - 30px);
}
#kotosan-bus.recruit section.point .titlePoint + .text {
  font-size: 24px;
  line-height: 34px;
  font-weight: bold;
  margin-top: -20px;
  margin-bottom: 80px;
}
#kotosan-bus.recruit section.point .listPoint li {
  box-sizing: border-box;
  border: 2px solid #44c078;
  position: relative;
}
#kotosan-bus.recruit section.point .listPoint li .title {
  width: 100%;
  position: absolute;
  top: -40px;
  left: 0;
}
#kotosan-bus.recruit section.point .listPoint li .title .border {
  margin: 0 auto;
  padding: 0 10px 5px 10px;
  box-sizing: border-box;
  display: inline-block;
  background-color: #edffd6;
  font-size: 28px;
  font-weight: bold;
  color: #44c078;
  position: relative;
}
#kotosan-bus.recruit section.point .listPoint li .title .border:before {
  content: "";
  border-top: 30px solid #edffd6;
  border-right: 10px solid #edffd6;
  border-bottom: 30px solid transparent;
  border-left: 10px solid transparent;
  position: absolute;
  top: 0;
  left: -20px;
}
#kotosan-bus.recruit section.point .listPoint li .title .border:after {
  content: "";
  border-top: 30px solid #edffd6;
  border-left: 10px solid #edffd6;
  border-bottom: 30px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  top: 0;
  right: -20px;
}
#kotosan-bus.recruit section.point .listPoint li .title .border .min {
  font-size: 20px;
}
#kotosan-bus.recruit section.point .listPoint li .title .border .min:before {
  content: "";
  width: 2px;
  height: 50px;
  display: block;
  background-color: #44c078;
  transform: rotate(-30deg);
  position: absolute;
  bottom: 0;
  z-index: 100;
}
#kotosan-bus.recruit section.point .listPoint li .title .border .min:after {
  content: "";
  width: 2px;
  height: 50px;
  display: block;
  background-color: #44c078;
  transform: rotate(30deg);
  position: absolute;
  bottom: 0;
  z-index: 100;
}
#kotosan-bus.recruit section.point .listPoint li .boxText {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
}
#kotosan-bus.recruit section.point .listPoint li .boxText .text {
  color: #44c078;
  font-weight: bold;
}
#kotosan-bus.recruit section.point .listPoint li .boxText .point {
  margin: 10px auto 20px auto;
  padding: 10px 20px 15px 20px;
  display: inline-block;
  background-color: #44c078;
  font-weight: bold;
  color: #fff;
}
#kotosan-bus.recruit section.point .listPoint li .boxText .note {
  width: 100%;
  text-align: center;
  padding-left: 1em;
  text-indent: -1em;
}
#kotosan-bus.recruit section.point .listPoint li:last-child .boxText .text {
  width: 100%;
}
#kotosan-bus.recruit section.point .listPoint li:last-child .boxText .point {
  margin: 5px auto;
  padding: 5px 20px;
  font-size: 20px;
}
#kotosan-bus.recruit section.details {
  margin: 60px auto 120px auto;
}
#kotosan-bus.recruit section.details h2 {
  margin-bottom: 20px;
  font-size: 26px;
  font-weight: bold;
  text-align: left;
  color: #44c078;
}
#kotosan-bus.recruit section.details table {
  width: 100%;
  border-top: 1px solid #dadada;
}
#kotosan-bus.recruit section.details table tr th {
  width: 120px;
  padding: 10px 10px 10px 0;
  box-sizing: border-box;
  border-bottom: 1px solid #dadada;
  font-weight: bold;
  color: #44c078;
  vertical-align: top;
}
#kotosan-bus.recruit section.details table tr td {
  padding: 10px 0 10px 10px;
  box-sizing: border-box;
  border-bottom: 1px solid #dadada;
}
#kotosan-bus.recruit section.news {
  margin-bottom: 120px;
}
#kotosan-bus.recruit .contents .boxContact {
  padding: 0;
}
#kotosan-bus.recruit .contents .boxContact h2 {
  margin-bottom: 50px;
  font-size: 26px;
  font-weight: bold;
  color: #44c078;
}
#kotosan-bus.recruit .contents .boxContact .box {
  border-bottom: none;
}
#kotosan-bus.recruit .contents .boxContact .box .btnContact {
  padding: 15px 10px;
  box-sizing: border-box;
  border-radius: 4px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  display: block;
  border: none;
  color: #fff;
  font-weight: bold;
  transition: all 0.3s 0s;
}
#kotosan-bus.recruit .contents .boxContact .box .btnContact .textBox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
}
#kotosan-bus.recruit .contents .boxContact .box .btnContact .textBox span {
  width: 100%;
  margin: 15px 0;
  display: block;
}
#kotosan-bus.recruit .contents .boxContact .box .btnContact .textBox:before {
  content: "";
  margin: 0 auto 10px auto;
  display: block;
  width: 100%;
}
#kotosan-bus.recruit .contents .boxContact .box .btnContact.tel {
  background-color: #df2e58;
  font-size: 14px;
}
#kotosan-bus.recruit .contents .boxContact .box .btnContact.tel .textBox:before {
  display: block;
  overflow: hidden;
  background-image: url("../images/icon/tel.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -1000%;
}
#kotosan-bus.recruit .contents .boxContact .box .btnContact.mail {
  background-color: #3998d4;
}
#kotosan-bus.recruit .contents .boxContact .box .btnContact.mail .textBox span {
  margin-top: 0;
}
#kotosan-bus.recruit .contents .boxContact .box .btnContact.mail .textBox:before {
  display: block;
  overflow: hidden;
  background-image: url("../images/icon/mail.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -1000%;
}
#kotosan-bus.recruit .contents .list_slider {
  margin: 100px 0 100px 0;
  position: relative;
}
#kotosan-bus.recruit .contents .list_slider li {
  width: 340px;
  height: 240px;
  overflow: hidden;
  transition: left 10s 0s linear;
  position: absolute;
  left: calc(50% - 120px + 1200px);
}
#kotosan-bus.recruit .contents .list_slider li img {
  width: auto;
  height: 100%;
}
#kotosan-bus.recruit .contents .list_slider li:nth-child(1) {
  left: calc(50% - 170px - 1360px);
}
#kotosan-bus.recruit .contents .list_slider li:nth-child(2) {
  left: calc(50% - 170px - 1020px);
}
#kotosan-bus.recruit .contents .list_slider li:nth-child(3) {
  left: calc(50% - 170px - 680px);
}
#kotosan-bus.recruit .contents .list_slider li:nth-child(4) {
  left: calc(50% - 170px - 340px);
}
#kotosan-bus.recruit .contents .list_slider li:nth-child(5) {
  left: calc(50% - 170px);
}
#kotosan-bus.recruit .contents .list_slider li:nth-child(6) {
  left: calc(50% - 170px + 340px);
}
#kotosan-bus.recruit .contents .list_slider li:nth-child(7) {
  left: calc(50% - 170px + 680px);
}
#kotosan-bus.recruit .contents .list_slider li:nth-child(8) {
  left: calc(50% - 170px + 1020px);
}
#kotosan-bus.recruit .contents .list_slider li:nth-child(9) {
  left: calc(50% - 170px + 1360px);
}
#kotosan-bus.reserved .navArea .listNav .reserved p {
  color: #66B618;
}
#kotosan-bus.reserved .navArea .listNav .reserved p .en {
  color: #66B618;
}
#kotosan-bus.reserved .heading .text:before {
  background-color: #66B618;
}
#kotosan-bus.reserved .heading .text:after {
  background-image: url("../images/lower/heading/img_heading_reserved.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#kotosan-bus.reserved section h2 {
  margin: 60px 0 30px 0;
  font-weight: bold;
  color: #66B618;
  text-align: left;
}
#kotosan-bus.reserved section h2 span {
  margin-left: 10px;
  font-size: 14px;
  color: #333;
  font-weight: normal;
}
#kotosan-bus.reserved section.news h2 {
  margin: 60px 0 10px 0;
  display: flex;
  align-items: center;
}
#kotosan-bus.reserved section.news h2:before {
  content: "";
  width: 25px;
  height: 25px;
  margin-right: 5px;
  display: block;
  overflow: hidden;
  background-image: url("../images/icon/news_reserved.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -1000%;
  display: inline-block;
}
#kotosan-bus.reserved section.news .btnArea .btn {
  border: 2px solid #66B618;
  color: #66B618;
}
#kotosan-bus.reserved section.news .btnArea .btn:after {
  border-top: 2px solid #66B618;
  border-right: 2px solid #66B618;
}
#kotosan-bus.reserved section.news .btnArea .btn:hover {
  color: #fff;
}
#kotosan-bus.reserved .breadcrumb + .text {
  margin-top: 60px;
}
#kotosan-bus.reserved article {
  margin: 60px auto 120px auto;
}
#kotosan-bus.reserved article h2 {
  margin: 50px 0 20px 0;
  font-size: 26px;
  line-height: 36px;
  text-align: left;
  color: #66B618;
  font-weight: bold;
}
#kotosan-bus.reserved article h2 + h3 {
  margin-top: 0 !important;
}
#kotosan-bus.reserved article h3 {
  margin: 50px 0 20px 0;
  font-size: 20px;
  line-height: 30px;
  text-align: left;
  color: #66B618;
  font-weight: bold;
}
#kotosan-bus.reserved article h3 + h4 {
  margin-top: 0 !important;
}
#kotosan-bus.reserved article h3 + div {
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
#kotosan-bus.reserved article h4 {
  margin: 50px 0 20px 0;
  font-size: 20px;
  line-height: 30px;
  text-align: left;
  color: #333;
  font-weight: bold;
}
#kotosan-bus.reserved article h4 + h5 {
  margin-top: 0 !important;
}
#kotosan-bus.reserved article ul {
  margin-top: 60px;
}
#kotosan-bus.reserved article ul li h4 {
  width: 100%;
  margin-top: 0;
}
#kotosan-bus.reserved article ul li:before {
  content: none;
}
#kotosan-bus.reserved article img + .boxContact {
  margin-top: 30px;
}
#kotosan-bus.reserved article .btnArea {
  margin-top: 10px;
}
#kotosan-bus.reserved article .btnArea + img {
  margin-top: 30px;
}
#kotosan-bus.reserved article .boxContact {
  background-color: #eaffd6;
  padding: 20px 0;
}
#kotosan-bus.reserved article .boxContact .box {
  border-bottom: none;
}
#kotosan-bus.reserved article .boxContact .box dl dt {
  margin-top: 0;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
}
#kotosan-bus.reserved article .box_border {
  box-sizing: border-box;
  border: 2px solid #66B618;
}
#kotosan-bus.reserved article .box_border div h3 {
  margin-top: 0;
}
#kotosan-bus.reserved article .box_border div img, #kotosan-bus.reserved article .box_border div p {
  width: 100%;
}
#kotosan-bus.useful .navArea .listNav .useful p {
  color: #f6903e;
}
#kotosan-bus.useful .navArea .listNav .useful p .en {
  color: #f6903e;
}
#kotosan-bus.useful .heading .text:before {
  background-color: #f6903e;
}
#kotosan-bus.useful .heading .text:after {
  background-image: url("../images/lower/heading/img_heading_useful.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#kotosan-bus.useful section h2 {
  margin: 60px 0 30px 0;
  font-weight: bold;
  color: #f6903e;
  text-align: left;
}
#kotosan-bus.useful section h2 span {
  margin-left: 10px;
  font-size: 14px;
  color: #333;
  font-weight: normal;
}
#kotosan-bus.useful section.news h2 {
  margin: 60px 0 10px 0;
  display: flex;
  align-items: center;
}
#kotosan-bus.useful section.news h2:before {
  content: "";
  width: 25px;
  height: 25px;
  margin-right: 5px;
  display: block;
  overflow: hidden;
  background-image: url("../images/icon/news_useful.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -1000%;
  display: inline-block;
}
#kotosan-bus.useful section.news .btnArea .btn {
  border: 2px solid #f6903e;
  color: #f6903e;
}
#kotosan-bus.useful section.news .btnArea .btn:after {
  border-top: 2px solid #f6903e;
  border-right: 2px solid #f6903e;
}
#kotosan-bus.useful section.news .btnArea .btn:hover {
  color: #fff;
}
#kotosan-bus.useful section.box {
  margin: 60px auto 120px auto;
}
#kotosan-bus.useful section.box .box_link {
  margin-top: 80px;
}
#kotosan-bus.useful section.box .box_link .list_link {
  display: flex;
}
#kotosan-bus.useful section.box .box_link .list_link li {
  width: calc(50% - 1px);
  padding: 10px 0 20px 0;
  box-sizing: border-box;
  color: #fff;
  font-weight: bold;
  position: relative;
  cursor: pointer;
}
#kotosan-bus.useful section.box .box_link .list_link li:after {
  content: "";
  width: 5px;
  height: 5px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  bottom: 10px;
  left: calc(50% - 5px);
}
#kotosan-bus.useful section.box .box_link .list_link li:first-child {
  margin-right: 1px;
  background-color: #f6903e;
}
#kotosan-bus.useful section.box .box_link .list_link li:last-child {
  background-color: #f6903e;
}
#kotosan-bus.useful section.box section#rosen .list_howto li {
  margin-bottom: 60px;
  box-sizing: border-box;
  background-color: #ffeee0;
  border-radius: 20px;
  position: relative;
}
#kotosan-bus.useful section.box section#rosen .list_howto li h3 {
  width: 100%;
  font-size: 20px;
  line-height: 30px;
  text-align: left;
  color: #f6903e;
  font-weight: bold;
}
#kotosan-bus.useful section.box section#rosen .list_howto li p {
  text-align: left;
}
#kotosan-bus.useful section.box section#rosen .list_howto li:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #ffeee0;
  position: absolute;
  left: calc(50% - 30px);
  bottom: -30px;
}
#kotosan-bus.useful section.box section#rosen .list_howto li:last-child:after {
  content: none;
}
#kotosan-bus.useful section.box section#limousine .list_howto li {
  margin-bottom: 30px;
}
#kotosan-bus.useful section.box section#limousine .list_howto li h3 {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 30px;
  text-align: left;
  color: #f6903e;
  font-weight: bold;
}
#kotosan-bus.useful section.box section#limousine .list_howto li h4 {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 30px;
  text-align: left;
  color: #333;
  font-weight: bold;
}
#kotosan-bus.useful section.box section#limousine .list_howto li h4 + h5 {
  margin-top: 0 !important;
}
#kotosan-bus.useful section.box section#limousine .list_howto li p {
  text-align: left;
}
#kotosan-bus.useful section.box section#limousine .list_howto li p + h4 {
  margin-top: 30px;
}
#kotosan-bus.useful section.box section#limousine .list_howto li .btnArea {
  margin-top: 10px;
  text-align: left;
}
#kotosan-bus.useful section.box section#limousine .list_howto + ul li p {
  margin-top: 10px;
  text-align: left;
}
#kotosan-bus.useful section.box section#limousine + .btn {
  margin-top: 80px;
}
#kotosan-bus.company .navArea .listNav .lower p {
  color: #44c078;
}
#kotosan-bus.company .navArea .listNav .lower p .en {
  color: #44c078;
}
#kotosan-bus.company .heading .text:before {
  background-color: #44c078;
}
#kotosan-bus.company .heading .text:after {
  background-image: url("../images/lower/heading/img_heading_lower.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#kotosan-bus.company section h2 {
  margin: 60px 0 30px 0;
  font-weight: bold;
  color: #44c078;
  text-align: left;
}
#kotosan-bus.company section h3 {
  margin: 50px 0 20px 0;
  font-size: 20px;
  line-height: 30px;
  text-align: left;
  color: #44c078;
  font-weight: bold;
}
#kotosan-bus.company section .philosophy h2 {
  text-align: center;
  font-size: 35px;
}
#kotosan-bus.company section .philosophy h2:first-of-type {
  margin-top: 0;
}
#kotosan-bus.company section .philosophy h3 {
  text-align: center;
  color: #333;
}
#kotosan-bus.company section .philosophy p {
  font-family: a-otf-ud-reimin-pr6n, sans-serif;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
}
#kotosan-bus.company section .philosophy p.copy {
  position: relative;
  z-index: 100;
  font-size: 50px;
  line-height: 70px;
}
#kotosan-bus.company section .philosophy .action {
  text-align: center;
}
#kotosan-bus.company section .philosophy .action p {
  display: inline-block;
  text-align: left;
}
#kotosan-bus.company section .philosophy .logo {
  margin-top: 50px;
}
#kotosan-bus.company section .philosophy .logo img {
  width: 300px;
}
#kotosan-bus.company section .philosophy .logo p {
  text-align: center;
  margin-top: 20px;
}
#kotosan-bus.company section h2 span {
  margin-left: 10px;
  font-size: 14px;
  color: #333;
  font-weight: normal;
}
#kotosan-bus.company section.news h2 {
  margin: 60px 0 10px 0;
  display: flex;
  align-items: center;
}
#kotosan-bus.company section.news h2:before {
  content: "";
  width: 25px;
  height: 25px;
  margin-right: 5px;
  display: block;
  overflow: hidden;
  background-image: url("../images/icon/news_lower.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -1000%;
  display: inline-block;
}
#kotosan-bus.company section.news .btnArea .btn {
  border: 2px solid #44c078;
  color: #44c078;
}
#kotosan-bus.company section.news .btnArea .btn:after {
  border-top: 2px solid #44c078;
  border-right: 2px solid #44c078;
}
#kotosan-bus.company section.news .btnArea .btn:hover {
  color: #fff;
}
#kotosan-bus.company .contents table {
  width: 100%;
  border-top: 1px solid #44c078;
}
#kotosan-bus.company .contents table tr th {
  box-sizing: border-box;
  border-bottom: 1px solid #44c078;
  background-color: #edffd6;
  font-weight: bold;
  text-align: left;
}
#kotosan-bus.company .contents table tr th a {
  border-bottom: 1px solid #333;
}
#kotosan-bus.company .contents table tr td {
  padding: 10px 20px;
  box-sizing: border-box;
  border-bottom: 1px solid #44c078;
}
#kotosan-bus.company .contents table tr td dl dt {
  font-weight: bold;
}
#kotosan-bus.company .contents table tr td dl dd {
  margin-bottom: 10px;
}
#kotosan-bus.company .contents table tr td a {
  border-bottom: 1px solid #333;
}
#kotosan-bus.company .contents table tr td a:hover {
  color: #44c078;
  border-bottom: 1px solid #44c078;
}
#kotosan-bus.company .contents ul.left li {
  text-align: left;
  margin-bottom: 5px;
}
#kotosan-bus.privacy .navArea .listNav .lower p {
  color: #44c078;
}
#kotosan-bus.privacy .navArea .listNav .lower p .en {
  color: #44c078;
}
#kotosan-bus.privacy .heading .text:before {
  background-color: #44c078;
}
#kotosan-bus.privacy .heading .text:after {
  background-image: url("../images/lower/heading/img_heading_lower.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#kotosan-bus.privacy section h2 {
  margin: 60px 0 30px 0;
  font-weight: bold;
  color: #44c078;
  text-align: left;
}
#kotosan-bus.privacy section h2 span {
  margin-left: 10px;
  font-size: 14px;
  color: #333;
  font-weight: normal;
}
#kotosan-bus.privacy section.news h2 {
  margin: 60px 0 10px 0;
  display: flex;
  align-items: center;
}
#kotosan-bus.privacy section.news h2:before {
  content: "";
  width: 25px;
  height: 25px;
  margin-right: 5px;
  display: block;
  overflow: hidden;
  background-image: url("../images/icon/news_lower.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -1000%;
  display: inline-block;
}
#kotosan-bus.privacy section.news .btnArea .btn {
  border: 2px solid #44c078;
  color: #44c078;
}
#kotosan-bus.privacy section.news .btnArea .btn:after {
  border-top: 2px solid #44c078;
  border-right: 2px solid #44c078;
}
#kotosan-bus.privacy section.news .btnArea .btn:hover {
  color: #fff;
}
#kotosan-bus.privacy .contents section.box p {
  margin-bottom: 20px;
  text-align: left;
}
#kotosan-bus.privacy .contents section.box p a {
  border-bottom: 1px solid #333;
  transition: all 0.3s 0s;
}
#kotosan-bus.privacy .contents section.box h2 {
  font-weight: bold;
  margin-top: 60px;
  margin-bottom: 20px;
  font-size: 20px;
  text-align: left;
}
#kotosan-bus.safety .navArea .listNav .lower p, #kotosan-bus.tour .navArea .listNav .lower p, #kotosan-bus.mail .navArea .listNav .lower p {
  color: #44c078;
}
#kotosan-bus.safety .navArea .listNav .lower p .en, #kotosan-bus.tour .navArea .listNav .lower p .en, #kotosan-bus.mail .navArea .listNav .lower p .en {
  color: #44c078;
}
#kotosan-bus.safety .heading .text:before, #kotosan-bus.tour .heading .text:before, #kotosan-bus.mail .heading .text:before {
  background-color: #44c078;
}
#kotosan-bus.safety .heading .text:after, #kotosan-bus.tour .heading .text:after, #kotosan-bus.mail .heading .text:after {
  background-image: url("../images/lower/heading/img_heading_lower.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#kotosan-bus.safety section h2, #kotosan-bus.tour section h2, #kotosan-bus.mail section h2 {
  margin: 60px 0 30px 0;
  font-weight: bold;
  color: #44c078;
  text-align: left;
}
#kotosan-bus.safety section h2 span, #kotosan-bus.tour section h2 span, #kotosan-bus.mail section h2 span {
  margin-left: 10px;
  font-size: 14px;
  color: #333;
  font-weight: normal;
}
#kotosan-bus.safety section.news h2, #kotosan-bus.tour section.news h2, #kotosan-bus.mail section.news h2 {
  margin: 60px 0 10px 0;
  display: flex;
  align-items: center;
}
#kotosan-bus.safety section.news h2:before, #kotosan-bus.tour section.news h2:before, #kotosan-bus.mail section.news h2:before {
  content: "";
  width: 25px;
  height: 25px;
  margin-right: 5px;
  display: block;
  overflow: hidden;
  background-image: url("../images/icon/news_lower.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -1000%;
  display: inline-block;
}
#kotosan-bus.safety section.news .btnArea .btn, #kotosan-bus.tour section.news .btnArea .btn, #kotosan-bus.mail section.news .btnArea .btn {
  border: 2px solid #44c078;
  color: #44c078;
}
#kotosan-bus.safety section.news .btnArea .btn:after, #kotosan-bus.tour section.news .btnArea .btn:after, #kotosan-bus.mail section.news .btnArea .btn:after {
  border-top: 2px solid #44c078;
  border-right: 2px solid #44c078;
}
#kotosan-bus.safety section.news .btnArea .btn:hover, #kotosan-bus.tour section.news .btnArea .btn:hover, #kotosan-bus.mail section.news .btnArea .btn:hover {
  color: #fff;
}
#kotosan-bus.page404 .navArea .listNav .lower p {
  color: #44c078;
}
#kotosan-bus.page404 .navArea .listNav .lower p .en {
  color: #44c078;
}
#kotosan-bus.page404 .heading .text:before {
  background-color: #44c078;
}
#kotosan-bus.page404 .heading .text:after {
  background-image: url("../images/lower/heading/img_heading_lower.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#kotosan-bus.page404 section h2 {
  margin: 60px 0 30px 0;
  font-weight: bold;
  color: #44c078;
  text-align: left;
}
#kotosan-bus.page404 section h2 span {
  margin-left: 10px;
  font-size: 14px;
  color: #333;
  font-weight: normal;
}
#kotosan-bus.page404 section.news h2 {
  margin: 60px 0 10px 0;
  display: flex;
  align-items: center;
}
#kotosan-bus.page404 section.news h2:before {
  content: "";
  width: 25px;
  height: 25px;
  margin-right: 5px;
  display: block;
  overflow: hidden;
  background-image: url("../images/icon/news_lower.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -1000%;
  display: inline-block;
}
#kotosan-bus.page404 section.news .btnArea .btn {
  border: 2px solid #44c078;
  color: #44c078;
}
#kotosan-bus.page404 section.news .btnArea .btn:after {
  border-top: 2px solid #44c078;
  border-right: 2px solid #44c078;
}
#kotosan-bus.page404 section.news .btnArea .btn:hover {
  color: #fff;
}
#kotosan-bus.page404 .contents section.box .text {
  margin-bottom: 40px;
}
#kotosan-bus.choisoko .navArea .listNav .lower p {
  color: #44c078;
}
#kotosan-bus.choisoko .navArea .listNav .lower p .en {
  color: #44c078;
}
#kotosan-bus.choisoko .heading .text:before {
  background-color: #44c078;
}
#kotosan-bus.choisoko .heading .text:after {
  background-image: url("../images/lower/heading/img_heading_lower.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#kotosan-bus.choisoko h3 {
  font-size: 26px;
}
@media (max-width: 766px) {
  #kotosan-bus.choisoko h3 {
    font-size: 22px;
  }
}
#kotosan-bus.choisoko h3 .small {
  font-size: 80%;
}
#kotosan-bus.choisoko img {
  max-width: 840px;
}
@media (max-width: 766px) {
  #kotosan-bus.choisoko img {
    max-width: 100%;
  }
}
#kotosan-bus.choisoko .tel_box {
  margin-top: 50px;
  font-weight: bold;
  background: #123491;
  padding: 20px;
  color: #fff;
}
#kotosan-bus.choisoko .tel_box .tel_num {
  font-size: 45px;
  border: none;
  padding: 10px;
  display: block;
  color: #fff;
  pointer-events: none;
  line-height: 1.2;
}
@media (max-width: 766px) {
  #kotosan-bus.choisoko .tel_box .tel_num {
    font-size: 30px;
    pointer-events: initial;
    text-decoration: underline;
  }
}
#kotosan-bus.choisoko .tel_box .mb0 {
  margin-bottom: 0;
}
#kotosan-bus.choisoko .tel_box .large {
  font-size: 20px;
  line-height: 1;
}
#kotosan-bus.choisoko .tel_box .large a {
  color: #fff;
  border-bottom: 1px solid #fff;
}
#kotosan-bus.choisoko .tel_box .large a:hover {
  color: #fff;
  border-bottom: 0;
}
#kotosan-bus.choisoko a.open {
  position: relative;
  padding-right: 12px;
}
#kotosan-bus.choisoko a.open:before {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  display: block;
  overflow: hidden;
  background-image: url("../images/icon/blank.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -1000%;
  position: absolute;
  top: 8px;
  right: 0;
}
#kotosan-bus.choisoko a.open.btn {
  position: relative;
  padding: 15px 50px 15px 15px;
  border-radius: 100px;
}
#kotosan-bus.choisoko a.open.btn:before {
  right: 30px;
  top: 18px;
}
#kotosan-bus.choisoko a.open.btn:hover:before {
  background-image: url("../images/icon/blank_w.svg");
}
#kotosan-bus.choisoko .content01 {
  max-width: 980px;
  margin: auto;
}
#kotosan-bus.choisoko .content01 dt {
  float: left;
  background-color: #123491;
  color: #fff;
  font-weight: bold;
  padding: 5px 10px;
  border-radius: 5px;
  width: 150px;
  text-align: center;
  box-sizing: border-box;
}
@media (max-width: 766px) {
  #kotosan-bus.choisoko .content01 dt {
    width: 100%;
    float: none;
  }
}
#kotosan-bus.choisoko .content01 dd {
  padding: 5px 5px 20px 170px;
  box-sizing: border-box;
}
@media (max-width: 766px) {
  #kotosan-bus.choisoko .content01 dd {
    padding: 10px 5px 20px 5px;
  }
}
#kotosan-bus.choisoko .content01 dd .small {
  font-size: 14px;
}
#kotosan-bus.choisoko .content02 {
  max-width: 980px;
  margin: 30px auto 0;
  box-sizing: border-box;
}
#kotosan-bus.choisoko .content02 dt {
  float: left;
  background-color: #f8b62d;
  color: #fff;
  font-weight: bold;
  padding: 5px 10px;
  border-radius: 100px;
  width: 150px;
  text-align: center;
  box-sizing: border-box;
}
@media (max-width: 766px) {
  #kotosan-bus.choisoko .content02 dt {
    width: 100%;
    float: none;
  }
}
#kotosan-bus.choisoko .content02 dd {
  padding: 5px 5px 20px 170px;
  box-sizing: border-box;
}
@media (max-width: 766px) {
  #kotosan-bus.choisoko .content02 dd {
    padding: 10px 5px 20px 5px;
  }
}
#kotosan-bus.choisoko .content02 dd .small {
  font-size: 13px;
}
#kotosan-bus.choisoko .content02 ol {
  margin-top: 10px;
}
#kotosan-bus.choisoko .content02 ul li {
  text-indent: -15px;
  padding-left: 15px;
}
#kotosan-bus.choisoko .content02 ul li:before {
  background-color: #f8b62d;
  border-radius: 100px;
}
#kotosan-bus.choisoko .map {
  max-width: 600px;
}
@media (max-width: 766px) {
  #kotosan-bus.choisoko .first {
    margin-top: 30px;
  }
}
#kotosan-bus.choisoko .pdf_area {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 766px) {
  #kotosan-bus.choisoko .pdf_area {
    display: block;
  }
}
#kotosan-bus.choisoko .pdf_area .btn_pdf {
  width: 24%;
  min-width: inherit;
}
@media (max-width: 766px) {
  #kotosan-bus.choisoko .pdf_area .btn_pdf {
    width: 100%;
  }
}
#kotosan-bus.choisoko .btn_pdf {
  margin-bottom: 20px;
}
#kotosan-bus.choisoko .sp-only {
  display: none;
}
@media (max-width: 766px) {
  #kotosan-bus.choisoko .sp-only {
    display: block;
  }
}
#kotosan-bus.marugame_sakaide .navArea .listNav .limousine p, #kotosan-bus.marugame_zentsuuji .navArea .listNav .limousine p, #kotosan-bus.marugame_sakaide .navArea .listNav .limousine p .en, #kotosan-bus.marugame_zentsuuji .navArea .listNav .limousine p .en {
  color: #2261e2;
}
#kotosan-bus.marugame_sakaide .heading .text:before, #kotosan-bus.marugame_zentsuuji .heading .text:before {
  background-color: #2261e2;
}
#kotosan-bus.marugame_sakaide .heading .text:after, #kotosan-bus.marugame_zentsuuji .heading .text:after {
  background-image: url("../images/lower/heading/img_heading_limousine.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#kotosan-bus.marugame_sakaide section h2, #kotosan-bus.marugame_zentsuuji section h2 {
  margin: 60px 0 30px 0;
  font-weight: bold;
  color: #2261e2;
  text-align: left;
}
#kotosan-bus.marugame_sakaide section h2 span, #kotosan-bus.marugame_zentsuuji section h2 span {
  margin-left: 10px;
  font-size: 14px;
  color: #333;
  font-weight: normal;
}
#kotosan-bus.marugame_sakaide section.news h2, #kotosan-bus.marugame_zentsuuji section.news h2 {
  margin: 60px 0 10px 0;
  display: flex;
  align-items: center;
}
#kotosan-bus.marugame_sakaide section.news h2:before, #kotosan-bus.marugame_zentsuuji section.news h2:before {
  content: "";
  width: 25px;
  height: 25px;
  margin-right: 5px;
  display: block;
  overflow: hidden;
  background-image: url("../images/icon/news_limousine.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -1000%;
  display: inline-block;
}
#kotosan-bus.marugame_sakaide section.news .btnArea .btn, #kotosan-bus.marugame_zentsuuji section.news .btnArea .btn {
  border: 2px solid #2261e2;
  color: #2261e2;
}
#kotosan-bus.marugame_sakaide section.news .btnArea .btn:after, #kotosan-bus.marugame_zentsuuji section.news .btnArea .btn:after {
  border-top: 2px solid #2261e2;
  border-right: 2px solid #2261e2;
}
#kotosan-bus.marugame_sakaide section.news .btnArea .btn:hover, #kotosan-bus.marugame_zentsuuji section.news .btnArea .btn:hover {
  color: #fff;
}
#kotosan-bus.marugame_sakaide article .tab, #kotosan-bus.marugame_zentsuuji article .tab {
  padding: 10px;
  box-sizing: border-box;
  background-color: #eeeeee;
}
#kotosan-bus.marugame_sakaide article .table_time, #kotosan-bus.marugame_zentsuuji article .table_time {
  margin-bottom: 60px;
  table-layout: fixed;
  width: 100%;
}
#kotosan-bus.marugame_sakaide article .table_time .btn_airport, #kotosan-bus.marugame_zentsuuji article .table_time .btn_airport {
  display: none;
}
#kotosan-bus.marugame_sakaide article .table_time tr th, #kotosan-bus.marugame_zentsuuji article .table_time tr th {
  padding: 10px;
  box-sizing: border-box;
  background-color: #e4edff;
  font-size: 13px;
}
#kotosan-bus.marugame_sakaide article .table_time tr th span, #kotosan-bus.marugame_zentsuuji article .table_time tr th span {
  font-size: 10px;
  display: block;
}
#kotosan-bus.marugame_sakaide article .table_time tr td, #kotosan-bus.marugame_zentsuuji article .table_time tr td {
  padding: 10px;
  box-sizing: border-box;
  border-top: 1px solid #e4edff;
  border-left: 1px solid #e4edff;
}
#kotosan-bus.marugame_sakaide article .table_time tr td:last-child, #kotosan-bus.marugame_zentsuuji article .table_time tr td:last-child {
  border-right: 1px solid #e4edff;
}
#kotosan-bus.marugame_sakaide article .table_time tr:last-child td, #kotosan-bus.marugame_zentsuuji article .table_time tr:last-child td {
  border-bottom: 1px solid #e4edff;
}
#kotosan-bus.marugame_sakaide article .table_time.to tr th:last-child, #kotosan-bus.marugame_zentsuuji article .table_time.to tr th:last-child, #kotosan-bus.marugame_sakaide article .table_time.from tr th:first-child, #kotosan-bus.marugame_zentsuuji article .table_time.from tr th:first-child {
  width: 400px;
}
#kotosan-bus.marugame_sakaide article .note, #kotosan-bus.marugame_zentsuuji article .note {
  color: #ce0606;
}
#kotosan-bus.marugame_sakaide article .box, #kotosan-bus.marugame_zentsuuji article .box {
  padding: 0;
}
#kotosan-bus.otherLang .navArea .listNav li.reserved, #kotosan-bus.otherLang .footerBannerArea {
  display: none;
}
#kotosan-bus.otherLang section.bus {
  background-color: #fff;
}
#kotosan-bus.otherLang section.bus .box .listBus li a {
  width: 100%;
  padding: 0;
  border: none;
  border-radius: 0;
}
#kotosan-bus.otherLang section.bus .box .listBus li a .boxBus h3 {
  width: 100%;
  padding: 100px 0 40px 0;
  background-color: #fff;
  font-weight: bold;
  color: #333;
}
#kotosan-bus.otherLang section.bus .box .listBus li a:after {
  content: none;
}
#kotosan-bus.otherLang footer .boxContact {
  padding: 0;
}
#kotosan-bus.otherLang footer .boxContact .box {
  border-bottom: none;
}
#kotosan-bus.otherLang footer .boxContact .box dl {
  display: none;
}
#kotosan-bus.otherLang footer .boxContact .box .address {
  margin: 0;
}
#kotosan-bus.otherLang footer .footerNavArea {
  display: none;
}
#kotosan-bus.otherLang.rosen .breadcrumb + .text {
  margin-top: 60px;
}
#kotosan-bus.otherLang.rosen .contents section.line .box_link .list_link li {
  cursor: default;
}
#kotosan-bus.otherLang.rosen .contents section.line .box_link .list_link li span:after {
  content: none;
}
#kotosan-bus.otherLang.rosen .contents section.line .box_link .list_link a {
  width: 100%;
  height: 100%;
  display: block;
}
#kotosan-bus.otherLang.rosen .contents section.line .box_link .list_link a span:after {
  transform: rotate(0);
  right: 0;
}
#kotosan-bus.otherLang.limousine .contents {
  padding-bottom: 80px;
}
#kotosan-bus.otherLang.limousine .contents section.time section.cont .boxTime .box_period .boxTab .boxTable .boxTab .box > div .table_time tbody tr th span, #kotosan-bus.otherLang.limousine .contents section.time section.cont .boxTime .box_period .boxTab .boxTable .boxTab .box > div .table_time tbody tr td span {
  display: none;
}
#kotosan-bus.otherLang.limousine .contents section.time section.cont .boxTime .box_period .boxTab .boxTable .boxTab .box > div .table_time tbody tr th:last-child, #kotosan-bus.otherLang.limousine .contents section.time section.cont .boxTime .box_period .boxTab .boxTable .boxTab .box > div .table_time tbody tr td:last-child, #kotosan-bus.otherLang.limousine .contents section.time section.cont .boxTime .box_period .boxTab .boxTable .boxTab .box > div .table_time tbody tr th:first-child, #kotosan-bus.otherLang.limousine .contents section.time section.cont .boxTime .box_period .boxTab .boxTable .boxTab .box > div .table_time tbody tr td:first-child {
  width: 100px;
}
#kotosan-bus.otherLang.limousine .contents section.time section.cont .boxTime .box_period .boxTab .boxTable .boxTab .box > div .table_time tbody tr th:first-child:after, #kotosan-bus.otherLang.limousine .contents section.time section.cont .boxTime .box_period .boxTab .boxTable .boxTab .box > div .table_time tbody tr td:first-child:after, #kotosan-bus.otherLang.limousine .contents section.time section.cont .boxTime .box_period .boxTab .boxTable .boxTab .box > div .table_time tbody tr th:nth-last-child(2):after, #kotosan-bus.otherLang.limousine .contents section.time section.cont .boxTime .box_period .boxTab .boxTable .boxTab .box > div .table_time tbody tr td:nth-last-child(2):after {
  content: "";
}
#kotosan-bus.otherLang.sp .contents .breadcrumb + .text {
  margin-top: 60px;
}
#kotosan-bus.otherLang.sp .contents .box {
  padding: 60px 0;
}

@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus .mainHeader .box .navArea .listLang li:first-child a {
    border-radius: 6px 0 0 6px;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus .mainHeader .box .navArea .listLang li:last-child {
    border-right: none;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus .mainHeader .box .navArea .listLang li:last-child {
    margin-right: 0;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus .mainHeader .box .navArea .listLang li:last-child a {
    border-radius: 0 6px 6px 0;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus .mainHeader .box .navArea .listLang.en li:nth-child(1) a {
    background-color: #fff;
  }
}
@media (max-width: 766px) {
  #kotosan-bus .mainHeader .box .navArea .listLang.en li:nth-child(1) a {
    border-radius: 0;
    background-color: transparent;
  }
}
@media (max-width: 766px) {
  #kotosan-bus .mainHeader .box .navArea .listLang.en li:nth-child(2) a {
    border-radius: 20px;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus .mainHeader .box .navArea .listLang.tw li:nth-child(1) a {
    background-color: #fff;
  }
}
@media (max-width: 766px) {
  #kotosan-bus .mainHeader .box .navArea .listLang.tw li:nth-child(1) a {
    border-radius: 0;
    background-color: transparent;
  }
}
@media (max-width: 766px) {
  #kotosan-bus .mainHeader .box .navArea .listLang.tw li:nth-child(3) a {
    border-radius: 20px;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus .mainHeader .box .navArea .listLang.cn li:nth-child(1) a {
    background-color: #fff;
  }
}
@media (max-width: 766px) {
  #kotosan-bus .mainHeader .box .navArea .listLang.cn li:nth-child(1) a {
    border-radius: 0;
    background-color: transparent;
  }
}
@media (max-width: 766px) {
  #kotosan-bus .mainHeader .box .navArea .listLang.cn li:nth-child(4) a {
    border-radius: 20px;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus .mainHeader .box .navArea .listLang.ko li:nth-child(1) a {
    background-color: #fff;
  }
}
@media (max-width: 766px) {
  #kotosan-bus .mainHeader .box .navArea .listLang.ko li:nth-child(1) a {
    border-radius: 0;
    background-color: transparent;
  }
}
@media (max-width: 766px) {
  #kotosan-bus .mainHeader .box .navArea .listLang.ko li:nth-child(5) a {
    border-radius: 20px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus .mainHeader.open .box {
    height: auto;
    padding-bottom: 50px;
  }
}
@media (max-width: 766px) {
  #kotosan-bus .mainHeader.open .box {
    height: auto;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus .mainHeader.open .box .navArea {
    height: calc(100vh - 100px);
    pointer-events: auto;
  }
}
@media (max-width: 766px) {
  #kotosan-bus .mainHeader.open .box .navArea {
    height: calc(100vh - 60px);
    opacity: 1;
    pointer-events: auto;
    padding-bottom: 50px;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus .footerBannerArea {
    padding: 40px 0;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus .footerBannerArea {
    padding: 40px 0;
  }
}
@media (min-width: 767px) and (max-width: 890px) {
  #kotosan-bus .footerBannerArea {
    padding-bottom: 20px;
  }
}
@media (max-width: 766px) {
  #kotosan-bus .footerBannerArea {
    padding: 20px 0;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus .footerBannerArea .box .listBanner {
    display: flex;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus .footerBannerArea .box .listBanner {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 766px) {
  #kotosan-bus .footerBannerArea .box .listBanner {
    width: calc(100% - 80px);
    margin: 0 auto;
    position: relative;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus .footerBannerArea .box .listBanner li {
    width: calc((100% - 90px) / 4);
    margin-right: 15px;
    background-color: #fff;
  }
}
@media (min-width: 891px) and (max-width: 1024px) {
  #kotosan-bus .footerBannerArea .box .listBanner li {
    width: calc((100% - 30px) / 4);
    margin-right: 10px;
  }
}
@media (min-width: 767px) and (max-width: 890px) {
  #kotosan-bus .footerBannerArea .box .listBanner li {
    width: calc((100% - 20px) / 2);
    margin-right: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 766px) {
  #kotosan-bus .footerBannerArea .box .listBanner li {
    width: 96%;
    margin: 0 2%;
    position: absolute;
    top: 0;
    left: 300%;
  }
}
@media (max-width: 766px) {
  #kotosan-bus .footerBannerArea .box .listBanner li:nth-child(3) {
    left: -200%;
  }
}
@media (max-width: 766px) {
  #kotosan-bus .footerBannerArea .box .listBanner li:nth-child(4) {
    left: -100%;
  }
}
@media (max-width: 766px) {
  #kotosan-bus .footerBannerArea .box .listBanner li:nth-child(5) {
    position: relative;
    left: 0;
  }
}
@media (max-width: 766px) {
  #kotosan-bus .footerBannerArea .box .listBanner li:nth-child(6) {
    left: 100%;
  }
}
@media (max-width: 766px) {
  #kotosan-bus .footerBannerArea .box .listBanner li:nth-child(7) {
    left: 200%;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus .footerBannerArea .box .listBanner li:last-child {
    margin-right: 0;
  }
}
@media (min-width: 891px) and (max-width: 1024px) {
  #kotosan-bus .footerBannerArea .box .listBanner li:last-child {
    margin-right: 0;
  }
}
@media (min-width: 767px) and (max-width: 890px) {
  #kotosan-bus .footerBannerArea .box .listBanner li:nth-child(even) {
    margin-right: 0;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus .footerBannerArea .box .listBanner li a:hover {
    opacity: 0.7;
  }
}
@media (max-width: 766px) {
  #kotosan-bus .footerBannerArea.animation .listBanner li {
    transition: left 1s 0s;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus .heading {
    height: 200px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus .heading {
    height: 150px;
  }
}
@media (max-width: 766px) {
  #kotosan-bus .heading {
    min-height: 100px;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus .heading .text .title {
    padding-left: 20px;
    font-size: 30px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus .heading .text .title {
    padding-left: 20px;
    font-size: 30px;
  }
}
@media (max-width: 766px) {
  #kotosan-bus .heading .text .title {
    width: 60%;
    margin: 0;
    padding: 20px;
    font-size: 26px;
    line-height: 36px;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus .heading .text:before {
    width: 100%;
    top: -70vw;
    left: -50%;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus .heading .text:before {
    width: 100%;
    top: -70vw;
    left: -50%;
  }
}
@media (max-width: 766px) {
  #kotosan-bus .heading .text:before {
    width: 100%;
    top: -50vw;
    left: -50%;
    transform: rotate(29deg);
  }
}
@media (min-width: 1025px) {
  #kotosan-bus .heading .text:after {
    height: 200px;
    width: 70%;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus .heading .text:after {
    height: 150px;
    width: calc(100% - 240px);
  }
}
@media (max-width: 766px) {
  #kotosan-bus .heading .text:after {
    height: 100%;
    width: 100%;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus .heading .bus {
    width: 270px;
    right: 50px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus .heading .bus {
    width: 270px;
    right: 50px;
  }
}
@media (max-width: 766px) {
  #kotosan-bus .heading .bus {
    width: 170px;
    bottom: -80px;
    right: -30px;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus footer .footerNavArea .box {
    margin-bottom: 80px;
    display: flex;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus footer .footerNavArea .box {
    display: none;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus footer .footerNavArea .box .boxListFooterNav {
    flex: 1;
    display: flex;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus footer .footerNavArea .box .boxListFooterNav .listFooterNav li a {
    padding-left: 20px;
    display: inline-block;
    text-align: left;
    position: relative;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus footer .footerNavArea .box .boxListFooterNav .listFooterNav li a:before {
    content: "";
    width: 7px;
    height: 7px;
    display: block;
    border-top: 2px solid #44c078;
    border-right: 2px solid #44c078;
    transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 3px);
    left: 0;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus footer .footerNavArea .box .boxListFooterNav .listFooterNav li a:hover {
    color: #44c078;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus footer .footerNavArea .box .boxListFooterNav .listFooterNav li.blank a {
    padding-right: 20px;
  }
  #kotosan-bus footer .footerNavArea .box .boxListFooterNav .listFooterNav li.pdf a {
    padding-right: 20px;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus footer .footerNavArea .box .boxListFooterNav .listFooterNav li.blank a:after {
    content: "";
    width: 10px;
    height: 10px;
    display: block;
    display: block;
    overflow: hidden;
    background-image: url("../images/icon/blank.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    text-indent: -1000%;
    position: absolute;
    top: 8px;
    right: 0;
  }
  #kotosan-bus footer .footerNavArea .box .boxListFooterNav .listFooterNav li.pdf a:after {
    content: "";
    width: 12px;
    height: 12px;
    display: block;
    display: block;
    overflow: hidden;
    background-image: url("../images/icon/pdf_g.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    text-indent: -1000%;
    position: absolute;
    top: 8px;
    right: 0;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus footer .boxFooterBottom {
    margin-top: 180px;
    padding-top: 20px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus footer .boxFooterBottom {
    margin-top: 100px;
  }
}
@media (max-width: 766px) {
  #kotosan-bus footer .boxFooterBottom {
    margin-top: 100px;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus footer .boxFooterBottom .listFooterLink {
    display: flex;
    align-content: center;
    justify-content: center;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus footer .boxFooterBottom .listFooterLink {
    display: none;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus footer .boxFooterBottom .listFooterLink li {
    margin-right: 20px;
    font-size: 12px;
    color: #fff;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus footer .boxFooterBottom .listFooterLink li a {
    padding-bottom: 3px;
    font-size: 12px;
    color: #fff;
    border-bottom: 1px solid #fff;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus footer .boxFooterBottom .listFooterLink li a:hover {
    border: none;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus footer .boxFooterBottom .listFooterLink li:last-child {
    margin-right: 0;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus footer .boxFooterBottom small {
    padding: 20px 0 30px 0;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus footer .boxFooterBottom small {
    padding: 20px 0;
  }
}
@media (max-width: 766px) {
  #kotosan-bus footer .boxFooterBottom small {
    padding: 10px 0;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus .box {
    padding: 0 10px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus .box {
    padding: 0 20px;
  }
}
@media (max-width: 766px) {
  #kotosan-bus .box {
    padding: 0 10px;
  }
}
@media (max-width: 766px) {
  #kotosan-bus .contents {
    padding-top: 20px;
  }
}
@media (max-width: 766px) {
  #kotosan-bus .contents > h2, #kotosan-bus .contents > .text {
    padding: 0 10px;
    box-sizing: border-box;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus .spv {
    display: none !important;
  }
}
@media (max-width: 766px) {
  #kotosan-bus .pcv {
    display: none !important;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus .navArea .listNav {
    padding: 0 10px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus .navArea .listNav {
    padding: 0 20px;
  }
}
@media (max-width: 766px) {
  #kotosan-bus .navArea .listNav {
    padding: 0 10px;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus .navArea .listNav {
    padding-bottom: 10px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus .navArea .listNav {
    padding: 0;
    flex-wrap: wrap;
    border-top: 1px solid #dadada;
  }
}
@media (max-width: 766px) {
  #kotosan-bus .navArea .listNav {
    padding: 0;
    flex-wrap: wrap;
    border-top: 1px solid #dadada;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus .navArea .listNav li {
    width: 20%;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus .navArea .listNav li {
    width: 50%;
    height: 100px;
    border-bottom: 1px solid #dadada;
  }
}
@media (max-width: 766px) {
  #kotosan-bus .navArea .listNav li {
    width: 50%;
    border-bottom: 1px solid #dadada;
  }
}
@media (max-width: 766px) {
  #kotosan-bus .navArea .listNav li a {
    flex-wrap: wrap;
    padding: 10px 0 0 0;
    box-sizing: border-box;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus .navArea .listNav li a:before {
    width: 35px;
    margin-right: 10px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus .navArea .listNav li a:before {
    width: 35px;
    margin-right: 10px;
  }
}
@media (max-width: 766px) {
  #kotosan-bus .navArea .listNav li a:before {
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus .navArea .listNav li a p {
    padding: 5px 0;
    box-sizing: border-box;
    display: inline-block;
    flex-wrap: wrap;
    align-content: center;
    text-align: left;
    background-position: left 15px center;
    background-size: 40px auto;
    font-size: 14px;
    line-height: 18px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus .navArea .listNav li a p {
    padding: 10px 30px 10px 70px;
    box-sizing: border-box;
    background-position: left 15px center;
    background-size: 40px auto;
  }
}
@media (max-width: 766px) {
  #kotosan-bus .navArea .listNav li a p {
    padding: 10px 10px 10px 10px;
    background-size: 30px auto;
    background-position: top 10px center;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus .navArea .listNav li a p .en {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus .navArea .listNav li a:hover p {
    color: #44c078;
  }
  #kotosan-bus .navArea .listNav li a:hover p .en {
    color: #44c078;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus .navArea .listNav li:after {
    content: "";
    width: 1px;
    height: 40px;
    background-color: #dadada;
    position: absolute;
    top: calc(50% - 20px);
    right: 0;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus .navArea .listNav li:after {
    content: "";
    width: 1px;
    height: 40px;
    background-color: #dadada;
    position: absolute;
    top: calc(50% - 20px);
    right: 0;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus .navArea .listNav li:first-child:before {
    content: "";
    width: 1px;
    height: 40px;
    background-color: #dadada;
    position: absolute;
    top: calc(50% - 20px);
    left: 0;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus .navArea .listNav li:first-child:before {
    content: "";
    width: 1px;
    height: 40px;
    background-color: #dadada;
    position: absolute;
    top: calc(50% - 20px);
    left: 0;
  }
}
@media (max-width: 766px) {
  #kotosan-bus .navArea .listNav li:nth-child(even) {
    border-right: 1px solid #dadada;
  }
}
@media (max-width: 766px) {
  #kotosan-bus .navArea .listNav li.home, #kotosan-bus .navArea .listNav li.useful {
    width: 100%;
  }
}
@media (max-width: 766px) {
  #kotosan-bus .navArea .listNav li.home a p, #kotosan-bus .navArea .listNav li.useful a p {
    padding: 20px 10px 20px 40px;
    background-position: left center;
  }
}
@media (max-width: 766px) {
  #kotosan-bus .navArea .listNav li.home a p .en, #kotosan-bus .navArea .listNav li.useful a p .en {
    margin-left: 10px;
    display: inline-block;
  }
}
@media (max-width: 766px) {
  #kotosan-bus .navArea .listNav li.home {
    width: 100%;
  }
}
@media (max-width: 766px) {
  #kotosan-bus .navArea .listNav li.useful {
    width: 100%;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus .navArea.pcv {
    display: none;
  }
}
@media (max-width: 766px) {
  #kotosan-bus .breadcrumb {
    display: none;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus .breadcrumb li a:hover {
    margin-bottom: 0;
    color: #44c078;
    border-bottom: 1px solid #44c078;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus .btn:hover {
    background-color: #44c078;
    color: #fff;
  }
  #kotosan-bus .btn:hover:after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
}
@media (max-width: 766px) {
  #kotosan-bus .btn_pdf {
    margin-bottom: 10px;
  }
  #kotosan-bus .btn_pdf + .btn_pdf {
    margin-top: 0 !important;
    margin-bottom: 40px;
  }
  #kotosan-bus.safety .btn_pdf {
    margin-bottom: 0px;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus .btn_pdf:hover {
    opacity: 0.8;
  }
}
@media (max-width: 766px) {
  #kotosan-bus .btn_print {
    margin-bottom: 40px;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus .btn_print:hover {
    opacity: 0.8;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus .boxContact {
    padding: 40px 0;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus .boxContact {
    padding: 40px 0;
  }
}
@media (max-width: 766px) {
  #kotosan-bus .boxContact {
    padding-top: 20px;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus .boxContact .box {
    border-bottom: 1px solid #dadada;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus .boxContact .box dl dd {
    display: flex;
    justify-content: center;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus .boxContact .box dl dd {
    display: flex;
    justify-content: center;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus .boxContact .box dl dd .btnContact {
    width: calc((100% - 20px) / 2);
    max-width: 360px;
    margin-right: 20px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus .boxContact .box dl dd .btnContact {
    width: calc((100% - 20px) / 2);
    max-width: 360px;
    margin-right: 20px;
  }
}
@media (max-width: 766px) {
  #kotosan-bus .boxContact .box dl dd .btnContact {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus .boxContact .box dl dd .btnContact:before {
    width: 44px;
    height: 44px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus .boxContact .box dl dd .btnContact:before {
    width: 44px;
    height: 44px;
  }
}
@media (max-width: 766px) {
  #kotosan-bus .boxContact .box dl dd .btnContact:before {
    width: 36px;
    height: 36px;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus .boxContact .box dl dd .btnContact:last-child {
    margin-right: 0;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus .boxContact .box dl dd .btnContact:last-child {
    margin-right: 0;
  }
}
@media (max-width: 766px) {
  #kotosan-bus .boxContact .box dl dd .btnContact:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus .boxContact .box dl dd .btnContact.tel .textBox .text {
    font-size: 12px;
    line-height: 16px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus .boxContact .box dl dd .btnContact.tel .textBox .text {
    font-size: 12px;
    line-height: 16px;
  }
}
@media (max-width: 766px) {
  #kotosan-bus .boxContact .box dl dd .btnContact.tel .textBox .text {
    font-size: 10px;
    line-height: 14px;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus .boxContact .box dl dd .btnContact.tel .textBox .text .num {
    font-size: 30px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus .boxContact .box dl dd .btnContact.tel .textBox .text .num {
    font-size: 30px;
  }
}
@media (max-width: 766px) {
  #kotosan-bus .boxContact .box dl dd .btnContact.tel .textBox .text .num {
    font-size: 22px;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus .boxContact .box dl dd .btnContact.mail {
    font-size: 20px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus .boxContact .box dl dd .btnContact.mail {
    font-size: 20px;
  }
}
@media (max-width: 766px) {
  #kotosan-bus .boxContact .box dl dd .btnContact.mail {
    padding: 15px 10px;
    font-size: 18px;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus .boxContact .box dl dd .btnContact:hover {
    margin-top: 2px;
    margin-bottom: -2px;
    border: none;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  }
}
@media (min-width: 1025px) {
  #kotosan-bus .boxContact .box .address {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus .boxContact .box .address {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus .boxContact .box .address .logo {
    margin-right: 20px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus .boxContact .box .address .logo {
    margin-right: 20px;
  }
}
@media (max-width: 766px) {
  #kotosan-bus .boxContact .box .address .logo {
    margin: 0 auto;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus .boxContact .box .address .logoCompany {
    margin-left: -7px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus .boxContact .box .address .logoCompany {
    margin-left: -7px;
  }
}
@media (max-width: 766px) {
  #kotosan-bus .boxContact .box .address .logoCompany {
    margin: 0 auto 5px auto;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus .boxContact .box .address .logoCompany + p {
    margin-top: -5px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus .boxContact .box .address .logoCompany + p {
    margin-top: -5px;
  }
}
@media (max-width: 766px) {
  #kotosan-bus .list_other_link {
    flex-wrap: wrap;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus .list_other_link li {
    width: 100%;
    max-width: 600px;
    margin-right: 30px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus .list_other_link li {
    width: 100%;
    margin-right: 30px;
  }
}
@media (max-width: 766px) {
  #kotosan-bus .list_other_link li {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media (max-width: 766px) {
  #kotosan-bus .list_other_link li a {
    padding: 20px 20px 20px 60px;
    text-align: left;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus .list_other_link li a:hover {
    margin-top: 3px;
    margin-bottom: -3px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    color: #fff !important;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus .list_other_link li:last-child {
    margin-right: 0;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus .explanation {
    display: none;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus .listNews li a {
    padding: 20px;
    display: flex;
    align-items: flex-start;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus .listNews li a {
    padding: 20px 0;
  }
}
@media (max-width: 766px) {
  #kotosan-bus .listNews li a {
    padding: 20px 0;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus .listNews li a .lab {
    margin-right: 20px;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus .listNews li a p {
    flex: 1;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus .listNews li a p {
    margin-top: 10px;
  }
}
@media (max-width: 766px) {
  #kotosan-bus .listNews li a p {
    margin-top: 10px;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus .listNews li a:hover p {
    color: #44c078;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus section.map {
    padding: 0 20px;
    box-sizing: border-box;
  }
}
@media (max-width: 766px) {
  #kotosan-bus section.map h3 {
    padding: 0 20px;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus section.map .box_map .box_map_btn {
    width: 350px;
    padding: 20px;
    box-sizing: border-box;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1000;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus section.map .box_map .box_map_btn {
    width: 350px;
    padding: 20px;
    box-sizing: border-box;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1000;
  }
}
@media (max-width: 766px) {
  #kotosan-bus section.map .box_map .box_map_btn {
    padding: 0 20px;
    box-sizing: border-box;
  }
}
@media (max-width: 766px) {
  #kotosan-bus section.map .box_map .box_map_btn .list_map_btn {
    margin-top: 20px;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus section.map .box_map .box_map_btn .list_map_btn li {
    padding: 0 10px;
    font-size: 13px;
    line-height: 15px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus section.map .box_map .box_map_btn .list_map_btn li {
    padding: 0 10px;
    font-size: 13px;
    line-height: 15px;
  }
}
@media (max-width: 766px) {
  #kotosan-bus section.map .box_map .box_map_btn .list_map_btn li {
    padding: 0 5px;
    font-size: 12px;
    line-height: 18px;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus section.contact {
    padding: 60px 10px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus section.contact {
    padding: 60px 20px;
  }
}
@media (max-width: 766px) {
  #kotosan-bus section.contact {
    padding: 60px 20px;
  }
}
@media (max-width: 766px) {
  #kotosan-bus section.contact .box_calendar .calendar,
  #kotosan-bus .sptop .box_calendar.sptop .calendar {
    height: 450px;
    overflow-y: scroll;
    position: relative;
  }
}
@media (max-width: 766px) {
  #kotosan-bus section.contact .box_calendar .calendar iframe,
  #kotosan-bus .sptop .box_calendar.sptop .calendar iframe {
    width: calc(100% - 2px);
    height: 150%;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus section.contact .step li:after {
    border: 22px solid transparent;
    right: -32px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus section.contact .step li:after {
    border: 22px solid transparent;
    right: -32px;
  }
}
@media (max-width: 766px) {
  #kotosan-bus section.contact .step li:after {
    border: 18px solid transparent;
    right: -28px;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus section.contact form input[type=submit]:hover, #kotosan-bus section.contact form input[type=button]:hover {
    opacity: 0.8;
  }
}
@media (max-width: 766px) {
  #kotosan-bus section.contact form input[type=text], #kotosan-bus section.contact form input[type=email], #kotosan-bus section.contact form input[type=tel] {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus section.contact form .selectArea {
    width: 377px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus section.contact form .selectArea {
    width: 377px;
  }
}
@media (max-width: 766px) {
  #kotosan-bus section.contact form .selectArea {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus section.contact form a:hover {
    color: #44c078;
    border-bottom: 1px solid #44c078;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus section.contact dl {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus section.contact dl dt {
    width: 270px;
    padding: 10px 10px 10px 0;
    border-bottom: 1px solid #dadada;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus section.contact dl dt {
    width: 270px;
    padding: 10px 10px 10px 0;
    border-bottom: 1px solid #dadada;
  }
}
@media (max-width: 766px) {
  #kotosan-bus section.contact dl dt {
    padding: 10px 10px 0 0;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus section.contact dl dd {
    width: calc(100% - 270px);
    padding: 10px 0 10px 10px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus section.contact dl dd {
    width: calc(100% - 270px);
    padding: 10px 0 10px 10px;
  }
}
@media (max-width: 766px) {
  #kotosan-bus section.contact dl dd {
    padding: 10px 0 10px 0;
  }
}
@media (max-width: 766px) {
  #kotosan-bus section.contact dl dd p {
    margin-bottom: 10px;
  }
}
@media (max-width: 766px) {
  #kotosan-bus section.contact dl dd .boxItem {
    flex-wrap: wrap;
  }
}
@media (max-width: 766px) {
  #kotosan-bus section.contact dl dd .boxItem .item {
    margin-bottom: 10px;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus section.contact dl dd .boxItem .item + .item {
    margin-left: 20px;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus section.contact .confirm dt {
    padding: 20px 10px 20px 0;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus section.contact .confirm dt {
    padding: 20px 10px 20px 0;
  }
}
@media (max-width: 766px) {
  #kotosan-bus section.contact .confirm dt {
    padding: 10px 0 0 0;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus section.contact .confirm dd {
    padding: 20px 0 20px 10px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus section.contact .confirm dd {
    padding: 20px 0 20px 10px;
  }
}
@media (max-width: 766px) {
  #kotosan-bus section.contact .confirm dd {
    padding: 10px 0 20px 0;
  }
}
@media (max-width: 766px) {
  #kotosan-bus section.contact .btnArea {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus section.contact .btnArea form {
    display: inline-block;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus section.contact .btnArea form {
    display: inline-block;
  }
}
@media (max-width: 766px) {
  #kotosan-bus section.contact .btnArea form {
    margin: 0 0 20px 0;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus section.contact .btnArea form:first-child {
    margin: 0 40px 0 0;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus section.contact .btnArea form:first-child {
    margin: 0 40px 0 0;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus section.contact .boxText {
    padding: 60px 0;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus section.contact .boxText {
    padding: 60px 0;
  }
}
@media (max-width: 766px) {
  #kotosan-bus section.contact .boxText {
    padding: 40px 0 20px 0;
    text-align: left;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus section.contact .text {
    margin-top: 60px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus section.contact .text {
    margin-top: 60px;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus article blockquote {
    width: calc(100% - 100px);
    margin-left: 100px;
    padding: 40px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus article blockquote {
    width: calc(100% - 100px);
    margin-left: 100px;
    padding: 40px;
  }
}
@media (max-width: 766px) {
  #kotosan-bus article blockquote {
    width: 100%;
    margin-top: 40px;
    padding: 20px;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus article blockquote:before {
    width: 90px;
    height: 90px;
    top: calc(50% - 40px);
    left: -80px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus article blockquote:before {
    width: 90px;
    height: 90px;
    top: calc(50% - 40px);
    left: -80px;
  }
}
@media (max-width: 766px) {
  #kotosan-bus article blockquote:before {
    width: 40px;
    height: 40px;
    top: -20px;
    left: 20px;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus article a:hover {
    color: #44c078;
    border-bottom: 1px solid #44c078;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus article ul.link li a:hover {
    color: #44c078;
    border-bottom: 1px solid #44c078;
  }
}
@media (max-width: 766px) {
  #kotosan-bus article .btn_pdf {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus article .btn_pdf:hover {
    color: #fff;
    border-bottom: none;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus article .text_link:hover {
    color: #44c078;
    border-bottom: 1px solid #44c078;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus .modalArea .box_modal .cont {
    padding: 50px 100px;
    left: calc(50% - 500px);
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus .modalArea .box_modal .cont {
    padding: 30px 20px;
    left: 20px;
  }
}
@media (max-width: 766px) {
  #kotosan-bus .modalArea .box_modal .cont {
    padding: 30px 20px;
    left: 20px;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus .modalArea .box_modal .cont .btnArea_close {
    text-align: right;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus .modalArea .box_modal .cont .btnArea_close .close {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
  }
}
@media (max-width: 766px) {
  #kotosan-bus .modalArea .box_modal .cont .btnArea_close .close {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.index .mainHeader {
    position: absolute;
    background-color: transparent;
    top: 30px;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.index .firstViewArea .mainTitleArea {
    height: 43.4782608696vw;
    min-height: 600px;
    background-image: url("../images/index/bg_mainTitle.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-position: top left;
    overflow: hidden;
  }
}
@media (min-width: 891px) and (max-width: 1024px) {
  #kotosan-bus.index .firstViewArea .mainTitleArea {
    height: 43.4782608696vw;
    min-height: 600px;
    margin-top: 70px;
    background-image: url("../images/index/bg_mainTitle.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-position: top left;
    overflow: hidden;
  }
}
@media (min-width: 767px) and (max-width: 890px) {
  #kotosan-bus.index .firstViewArea .mainTitleArea {
    height: 83.3333333333vw;
    margin-top: 70px;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.index .firstViewArea .mainTitleArea {
    height: 83.3333333333vw;
    margin-top: 70px;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.index .firstViewArea .mainTitleArea .box {
    height: 100%;
    padding-top: 130px;
    box-sizing: border-box;
  }
}
@media (min-width: 891px) and (max-width: 1024px) {
  #kotosan-bus.index .firstViewArea .mainTitleArea .box {
    height: 100%;
    padding-top: 130px;
    box-sizing: border-box;
  }
}
@media (min-width: 767px) and (max-width: 890px) {
  #kotosan-bus.index .firstViewArea .mainTitleArea .box {
    height: 100%;
    padding: 80px 20px 120px 20px;
    box-sizing: border-box;
    background-image: url("../images/index/bg_mainTitle.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-position: top left;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.index .firstViewArea .mainTitleArea .box {
    height: 100%;
    padding: 20px 20px 120px 20px;
    box-sizing: border-box;
    background-image: url("../images/index/bg_mainTitle.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-position: top left;
  }
}
@media (min-width: 767px) and (max-width: 890px) {
  #kotosan-bus.index .firstViewArea .mainTitleArea .box .boxText {
    margin-top: 15vw;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.index .firstViewArea .mainTitleArea .box .boxText {
    margin-top: 15vw;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.index .firstViewArea .mainTitleArea .box .boxText .copy {
    margin-bottom: 20px;
    font-size: 50px;
    line-height: 70px;
  }
}
@media (min-width: 891px) and (max-width: 1024px) {
  #kotosan-bus.index .firstViewArea .mainTitleArea .box .boxText .copy {
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 50px;
  }
}
@media (min-width: 767px) and (max-width: 890px) {
  #kotosan-bus.index .firstViewArea .mainTitleArea .box .boxText .copy {
    margin-bottom: 20px;
    font-size: 50px;
    line-height: 70px;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.index .firstViewArea .mainTitleArea .box .boxText .copy {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 40px;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.index .firstViewArea .mainTitleArea .box .boxText .text {
    font-size: 12px;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.index .firstViewArea .mainTitleArea .box .boxText .area {
    width: 150px;
    height: 150px;
    top: -50px;
    right: -160px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus.index .firstViewArea .mainTitleArea .box .boxText .area {
    width: 150px;
    height: 150px;
    top: -50px;
    right: -160px;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.index .firstViewArea .mainTitleArea .box .boxText .area {
    width: 120px;
    height: 120px;
    top: -10px;
    right: 0;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.index .firstViewArea .mainTitleArea .box .bus img {
    width: 100%;
    left: 0;
    bottom: -20px;
  }
}
@media (min-width: 891px) and (max-width: 1024px) {
  #kotosan-bus.index .firstViewArea .mainTitleArea .box .bus img {
    width: 60%;
    left: 10px;
    bottom: -10px;
  }
}
@media (min-width: 767px) and (max-width: 890px) {
  #kotosan-bus.index .firstViewArea .mainTitleArea .box .bus img {
    width: 100%;
    left: 16px;
    bottom: -10px;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.index .firstViewArea .mainTitleArea .box .bus img {
    width: 100%;
    left: 60px;
    bottom: -10px;
  }
}
@media (min-width: 767px) and (max-width: 890px) {
  #kotosan-bus.index .firstViewArea .importantArea {
    padding: 30px 0;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.index .firstViewArea .importantArea .box {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media (min-width: 891px) and (max-width: 1024px) {
  #kotosan-bus.index .firstViewArea .importantArea .box {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.index .firstViewArea .importantArea .box dt {
    padding-left: 50px;
    padding-right: 20px;
    font-size: 18px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus.index .firstViewArea .importantArea .box dt {
    padding-left: 50px;
    padding-right: 20px;
    font-size: 18px;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.index .firstViewArea .importantArea .box dt {
    padding-left: 40px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.index .firstViewArea .importantArea .box dt:before {
    width: 40px;
    height: 40px;
    top: calc(50% - 20px);
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus.index .firstViewArea .importantArea .box dt:before {
    width: 40px;
    height: 40px;
    top: calc(50% - 20px);
  }
}
@media (max-width: 766px) {
  #kotosan-bus.index .firstViewArea .importantArea .box dt:before {
    width: 30px;
    height: 30px;
    top: calc(50% - 15px);
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.index .firstViewArea .importantArea .box dd {
    display: flex;
    flex: 1;
    justify-content: space-between;
    align-content: center;
    align-items: center;
  }
}
@media (min-width: 891px) and (max-width: 1024px) {
  #kotosan-bus.index .firstViewArea .importantArea .box dd {
    display: flex;
    flex: 1;
    justify-content: space-between;
    align-content: center;
    align-items: center;
  }
}
@media (min-width: 767px) and (max-width: 890px) {
  #kotosan-bus.index .firstViewArea .importantArea .box dd {
    margin-top: 20px;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.index .firstViewArea .importantArea .box dd .text a:hover {
    color: #44c078;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.index .firstViewArea .importantArea .box dd .btn {
    padding: 15px 40px;
    margin-left: 20px;
    position: relative;
  }
}
@media (min-width: 891px) and (max-width: 1024px) {
  #kotosan-bus.index .firstViewArea .importantArea .box dd .btn {
    padding: 15px 40px;
    margin-left: 20px;
    position: relative;
  }
}
@media (min-width: 767px) and (max-width: 890px) {
  #kotosan-bus.index .firstViewArea .importantArea .box dd .btn {
    padding: 8px 30px 10px 30px;
    position: absolute;
    top: -6px;
    right: 20px;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.index .firstViewArea .importantArea .box dd .btn {
    font-size: 14px;
    line-height: 14px;
    padding: 4px 30px 6px 30px;
    position: absolute;
    top: -2px;
    right: 20px;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.index .firstViewArea .importantArea .box dd .btn:after {
    width: 7px;
    height: 7px;
    top: calc(50% - 3.5px);
    right: 20px;
  }
}
@media (min-width: 891px) and (max-width: 1024px) {
  #kotosan-bus.index .firstViewArea .importantArea .box dd .btn:after {
    width: 7px;
    height: 7px;
    top: calc(50% - 3.5px);
    right: 20px;
  }
}
@media (min-width: 767px) and (max-width: 890px) {
  #kotosan-bus.index .firstViewArea .importantArea .box dd .btn:after {
    width: 5px;
    height: 5px;
    top: calc(50% - 2.5px);
    right: 10px;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.index .firstViewArea .importantArea .box dd .btn:after {
    width: 5px;
    height: 5px;
    top: calc(50% - 2.5px);
    right: 10px;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.index .firstViewArea .importantArea .box dd .btn:hover:after {
    right: 15px;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.index .firstViewArea .sliderArea {
    position: absolute;
    top: 140px;
    right: calc((100% - 1080px) / 2);
    z-index: 999;
  }
}
@media (min-width: 891px) and (max-width: 1024px) {
  #kotosan-bus.index .firstViewArea .sliderArea {
    position: absolute;
    bottom: 120px;
    right: 10px;
  }
}
@media (min-width: 767px) and (max-width: 890px) {
  #kotosan-bus.index .firstViewArea .sliderArea {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    padding: 40px 40px 80px 40px;
    position: relative;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.index .firstViewArea .sliderArea {
    width: 100%;
    padding: 20px 20px 50px 20px;
    position: relative;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.index .firstViewArea .sliderArea .listSlider {
    width: 450px;
    border: 5px solid #fff;
  }
}
@media (min-width: 891px) and (max-width: 1024px) {
  #kotosan-bus.index .firstViewArea .sliderArea .listSlider {
    width: 450px;
    border: 5px solid #fff;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.index .firstViewArea .sliderArea .arrow {
    width: 100%;
  }
}
@media (min-width: 891px) and (max-width: 1024px) {
  #kotosan-bus.index .firstViewArea .sliderArea .arrow {
    width: 100%;
  }
}
@media (min-width: 767px) and (max-width: 890px) {
  #kotosan-bus.index .firstViewArea .sliderArea .arrow {
    width: calc(100% - 40px);
    max-width: 620px;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.index .firstViewArea .sliderArea .arrow {
    width: calc(100% - 40px);
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.index .firstViewArea .sliderArea .listNum {
    width: 100%;
    justify-content: flex-end;
    bottom: -29px;
  }
}
@media (min-width: 891px) and (max-width: 1024px) {
  #kotosan-bus.index .firstViewArea .sliderArea .listNum {
    width: 100%;
    justify-content: flex-end;
    bottom: -29px;
  }
}
@media (min-width: 767px) and (max-width: 890px) {
  #kotosan-bus.index .firstViewArea .sliderArea .listNum {
    width: 100%;
    justify-content: center;
    max-width: 620px;
    bottom: 40px;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.index .firstViewArea .sliderArea .listNum {
    width: calc(100% - 40px);
    justify-content: center;
    bottom: 20px;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.index .firstViewArea .sliderArea .listNum li {
    width: 15px;
    height: 15px;
    border: 2px solid #44c078;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus.index .firstViewArea .sliderArea .listNum li {
    width: 15px;
    height: 15px;
    border: 2px solid #44c078;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.index .firstViewArea .sliderArea .listNum li {
    width: 10px;
    height: 10px;
    border: 1px solid #44c078;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.index .firstViewArea .sliderArea .listNum li.target {
    background-color: #44c078;
    border: 2px solid #fff;
  }
}
@media (min-width: 891px) and (max-width: 1024px) {
  #kotosan-bus.index .firstViewArea .sliderArea .listNum li.target {
    background-color: #44c078;
    border: 2px solid #fff;
  }
}
@media (min-width: 767px) and (max-width: 890px) {
  #kotosan-bus.index .firstViewArea .sliderArea .listNum li.target {
    background-color: #44c078;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.index .firstViewArea .sliderArea .listNum li.target {
    background-color: #44c078;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.index .navArea {
    border-bottom: 1px solid #dadada;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.index .navArea .listNav {
    padding-bottom: 0;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus.index .navArea .listNav li.home, #kotosan-bus.index .navArea .listNav li.useful {
    display: none;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.index .navArea .listNav li.home, #kotosan-bus.index .navArea .listNav li.useful {
    display: none;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.index .navArea .listNav li.home {
    background-color: #f1ffdf;
    position: relative;
    overflow: hidden;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.index .navArea .listNav li.home p:before {
    content: "";
    width: 100%;
    height: 4px;
    display: block;
    background-color: #44c078;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.index .navArea .listNav li.home p:after {
    content: "";
    width: 0;
    height: 0;
    border-radius: 4px;
    transform: rotateZ(27deg) rotateY(40deg) rotateX(-50deg);
    border-top: 10px solid #44c078;
    border-left: 10px solid #44c078;
    border-bottom: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    bottom: -7px;
    left: calc(50% - 7px);
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.index section.news {
    margin: 60px auto 120px auto;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus.index section.news {
    margin: 40px auto;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.index section.news {
    margin: 40px auto;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.index section.news h2 {
    margin-bottom: 20px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus.index section.news h2 {
    margin-bottom: 20px;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.index section.news h2 {
    margin-bottom: 10px;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.index section.news h2:before {
    width: 34px;
    height: 34px;
    top: calc(50% - 20px);
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus.index section.news h2:before {
    width: 34px;
    height: 34px;
    top: calc(50% - 20px);
  }
}
@media (max-width: 766px) {
  #kotosan-bus.index section.news h2:before {
    width: 30px;
    height: 30px;
    top: calc(50% - 15px);
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.index section.news .btnArea {
    margin-top: 30px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus.index section.news .btnArea {
    margin-top: 20px;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.index section.news .btnArea {
    margin-top: 20px;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.index section.bus {
    padding: 60px 0;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus.index section.bus {
    padding: 40px 0;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.index section.bus {
    padding: 20px 20px 20px 0;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.index section.bus .box {
    padding: 0;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.index section.bus .box .listBus {
    display: flex;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus.index section.bus .box .listBus {
    display: flex;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.index section.bus .box .listBus li {
    width: calc((100% - 120px) / 4);
    margin-right: 40px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus.index section.bus .box .listBus li {
    width: calc((100% - 30px) / 4);
    margin-right: 10px;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.index section.bus .box .listBus li {
    margin-bottom: 20px;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.index section.bus .box .listBus li .boxBus {
    height: calc(100% - 100px);
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus.index section.bus .box .listBus li .boxBus {
    height: calc(100% - 100px);
  }
}
@media (max-width: 766px) {
  #kotosan-bus.index section.bus .box .listBus li .boxBus {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.index section.bus .box .listBus li .boxBus .bus {
    top: 150px;
    left: 0;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus.index section.bus .box .listBus li .boxBus .bus {
    top: 150px;
    left: 0;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.index section.bus .box .listBus li .boxBus .bus {
    width: 110px;
    right: -60px;
    top: 15px;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.index section.bus .box .listBus li .boxBus .img {
    height: 190px;
    overflow: hidden;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus.index section.bus .box .listBus li .boxBus .img {
    height: 190px;
    overflow: hidden;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.index section.bus .box .listBus li .boxBus .img {
    width: 150px;
    overflow: hidden;
    position: relative;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.index section.bus .box .listBus li .boxBus .img img {
    width: auto;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.index section.bus .box .listBus li .boxBus dl {
    height: calc(100% - 190px);
    padding: 50px 15px 20px 15px;
    box-sizing: border-box;
    flex: 1;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus.index section.bus .box .listBus li .boxBus dl {
    height: calc(100% - 190px);
    padding: 50px 15px 20px 15px;
    box-sizing: border-box;
    flex: 1;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.index section.bus .box .listBus li .boxBus dl {
    width: calc(100% - 150px);
    padding: 15px;
    text-align: left;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.index section.bus .box .listBus li .boxBus dl dt {
    font-size: 20px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus.index section.bus .box .listBus li .boxBus dl dt {
    font-size: 20px;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.index section.bus .box .listBus li .boxBus dl dt {
    padding-right: 20px;
    box-sizing: border-box;
    font-size: 18px;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.index section.bus .box .listBus li .btnArea {
    height: 100px;
    padding: 0 15px 15px 15px;
    box-sizing: border-box;
    background-color: #fff;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus.index section.bus .box .listBus li .btnArea {
    height: 100px;
    padding: 0 15px 15px 15px;
    box-sizing: border-box;
    background-color: #fff;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.index section.bus .box .listBus li .btnArea {
    margin-top: 10px;
    display: flex;
    align-items: flex-start;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.index section.bus .box .listBus li .btnArea .btn {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus.index section.bus .box .listBus li .btnArea .btn {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.index section.bus .box .listBus li .btnArea .btn {
    width: 100%;
    margin-left: 20px;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.index section.bus .box .listBus li .btnArea .btn:hover {
    color: #fff;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.index section.bus .box .listBus li .btnArea .btn:last-child {
    margin: 0;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.index section.bus .box .listBus li .btnArea .btn.reservation:hover:before {
    display: block;
    overflow: hidden;
    background-image: url("../images/icon/reservation_w.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    text-indent: -1000%;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.index section.bus .box .listBus li .btnArea .btn.time:hover:before {
    display: block;
    overflow: hidden;
    background-image: url("../images/icon/time_w.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    text-indent: -1000%;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.index section.bus .box .listBus li .btnArea .btn.price:hover:before {
    display: block;
    overflow: hidden;
    background-image: url("../images/icon/price_w.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    text-indent: -1000%;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.index section.bus .box .listBus li .btnArea .btn.type:hover:before {
    display: block;
    overflow: hidden;
    background-image: url("../images/icon/type_w.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    text-indent: -1000%;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.index section.bus .box .listBus li.sp_bus .btnArea .btn {
    width: 50%;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.news .navArea .listNav .lower {
    background-color: #edffd6;
    position: relative;
    overflow: hidden;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.news .navArea .listNav .lower p:before {
    content: "";
    width: 100%;
    height: 4px;
    display: block;
    background-color: #44c078;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.news .navArea .listNav .lower p:after {
    content: "";
    width: 0;
    height: 0;
    border-radius: 4px;
    transform: rotateZ(27deg) rotateY(40deg) rotateX(-50deg);
    border-top: 10px solid #44c078;
    border-left: 10px solid #44c078;
    border-bottom: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    bottom: -7px;
    left: calc(50% - 7px);
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.news section h2 {
    font-size: 26px;
    line-height: 40px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus.news section h2 {
    font-size: 26px;
    line-height: 40px;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.news section h2 {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.news section.news .btnArea {
    text-align: right;
    margin-top: 30px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus.news section.news .btnArea {
    text-align: right;
    margin-top: 30px;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.news section.news .btnArea {
    margin-top: 20px;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.news section.news .btnArea .btn:hover {
    background-color: #44c078;
  }
  #kotosan-bus.news section.news .btnArea .btn:hover:after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.news section.box {
    display: flex;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.news section.box .box_right {
    width: 250px;
    margin-left: 40px;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.news section.box .box_right .listNews li a:hover {
    color: #44c078;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.rosen .navArea .listNav .rosen {
    background-color: #feffdc;
    position: relative;
    overflow: hidden;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.rosen .navArea .listNav .rosen p:before {
    content: "";
    width: 100%;
    height: 4px;
    display: block;
    background-color: #cbce22;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.rosen .navArea .listNav .rosen p:after {
    content: "";
    width: 0;
    height: 0;
    border-radius: 4px;
    transform: rotateZ(27deg) rotateY(40deg) rotateX(-50deg);
    border-top: 10px solid #cbce22;
    border-left: 10px solid #cbce22;
    border-bottom: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    bottom: -7px;
    left: calc(50% - 7px);
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.rosen section h2 {
    font-size: 26px;
    line-height: 40px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus.rosen section h2 {
    font-size: 26px;
    line-height: 40px;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.rosen section h2 {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.rosen section.news .btnArea {
    text-align: right;
    margin-top: 30px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus.rosen section.news .btnArea {
    text-align: right;
    margin-top: 30px;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.rosen section.news .btnArea {
    margin-top: 20px;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.rosen section.news .btnArea .btn:hover {
    background-color: #cbce22;
  }
  #kotosan-bus.rosen section.news .btnArea .btn:hover:after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.rosen .list_other_link li a:hover {
    background-color: #cbce22;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.rosen section.map .box_map .box_map_btn .list_map_btn li {
    width: calc((100% - 10px) / 2);
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus.rosen section.map .box_map .box_map_btn .list_map_btn li {
    width: calc((100% - 10px) / 2);
  }
}
@media (max-width: 766px) {
  #kotosan-bus.rosen section.map .box_map .box_map_btn .list_map_btn li {
    width: calc((100% - 20px) / 3);
    margin-right: 10px;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.rosen section.map .box_map .box_map_btn .list_map_btn li span {
    font-size: 10px;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.rosen section.map .box_map .box_map_btn .list_map_btn li:before {
    width: 15px;
    height: 15px;
    margin-right: 10px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus.rosen section.map .box_map .box_map_btn .list_map_btn li:before {
    width: 15px;
    height: 15px;
    margin-right: 10px;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.rosen section.map .box_map .box_map_btn .list_map_btn li:before {
    width: 13px;
    height: 13px;
    margin-right: 5px;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.rosen section.map .box_map .box_map_btn .list_map_btn li:after {
    width: 7px;
    height: 7px;
    top: calc(50% - 5.5px);
    left: 12px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus.rosen section.map .box_map .box_map_btn .list_map_btn li:after {
    width: 7px;
    height: 7px;
    top: calc(50% - 5.5px);
    left: 12px;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.rosen section.map .box_map .box_map_btn .list_map_btn li:after {
    width: 5px;
    height: 5px;
    left: 7px;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.rosen section.map .box_map .box_map_btn .list_map_btn li:nth-child(odd) {
    margin-right: 10px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus.rosen section.map .box_map .box_map_btn .list_map_btn li:nth-child(odd) {
    margin-right: 10px;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.rosen section.map .box_map .box_map_btn .list_map_btn li:nth-child(3n) {
    margin-right: 0;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.rosen section.line h3 {
    margin-bottom: 20px;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.rosen section.line h3 span {
    margin: 15px 0 0 0;
    display: block;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.rosen section.line .box_link {
    margin-bottom: 70px;
    padding: 20px 10px;
    background-color: #fdf9ea;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus.rosen section.line .box_link {
    margin-bottom: 70px;
    padding: 20px 10px;
    background-color: #fdf9ea;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.rosen section.line .box_link {
    margin-bottom: 10px;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.rosen section.line .box_link .list_link li {
    width: calc((100% - 30px) / 4);
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus.rosen section.line .box_link .list_link li {
    width: calc((100% - 30px) / 4);
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.rosen section.line .box_line_cont {
    margin: 30px 0;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus.rosen section.line .box_line_cont {
    margin: 30px 0;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.rosen section.line .box_line_cont {
    margin: 10px 0;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.rosen section.line .box_line_cont .btn_toggleArea {
    padding: 30px 80px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus.rosen section.line .box_line_cont .btn_toggleArea {
    padding: 30px 80px;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.rosen section.line .box_line_cont .btn_toggleArea {
    padding: 20px 80px 20px 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.rosen section.line .box_line_cont .btn_toggleArea .title {
    margin-bottom: 10px;
    font-size: 24px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus.rosen section.line .box_line_cont .btn_toggleArea .title {
    margin-bottom: 10px;
    font-size: 24px;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.rosen section.line .box_line_cont .btn_toggleArea .title {
    margin-bottom: 10px;
    margin-right: 10px;
    font-size: 16px;
    text-align: left;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.rosen section.line .box_line_cont .btn_toggleArea .title:before {
    content: "";
    width: 20px;
    height: 20px;
    margin-right: 10px;
    display: inline-block;
    border-radius: 50%;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.rosen section.line .box_line_cont .btn_toggleArea .first_last {
    width: 100%;
    padding: 0 30px;
    text-align: left;
    color: #565656;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.rosen section.line .box_line_cont .btn_toggleArea .btn_toggle {
    width: 42px;
    height: 42px;
    top: calc(50% - 21px);
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus.rosen section.line .box_line_cont .btn_toggleArea .btn_toggle {
    width: 42px;
    height: 42px;
    top: calc(50% - 21px);
  }
}
@media (max-width: 766px) {
  #kotosan-bus.rosen section.line .box_line_cont .btn_toggleArea .btn_toggle {
    width: 30px;
    height: 30px;
    top: calc(50% - 15px);
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.rosen section.line .box_line_cont .box_pullDown {
    padding: 0 30px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus.rosen section.line .box_line_cont .box_pullDown {
    padding: 0 30px;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.rosen section.line .box_line_cont .box_pullDown {
    padding: 0 10px;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.rosen section.line .box_line_cont .box_pullDown .switch li {
    height: 45px;
    margin-right: 20px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus.rosen section.line .box_line_cont .box_pullDown .switch li {
    height: 45px;
    margin-right: 20px;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.rosen section.line .box_line_cont .box_pullDown .switch li {
    margin-right: 10px;
    padding: 10px 0 20px 0;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.rosen section.line .box_line_cont .box_pullDown .switch li span {
    flex-wrap: wrap;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.rosen section.line .box_line_cont .box_pullDown .switch li span:before {
    margin-right: 10px;
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.rosen section.line .box_line_cont .box_pullDown .switch li span:before {
    width: 100%;
    height: 15px;
    margin-bottom: 5px;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.rosen section.line .box_line_cont .box_pullDown .switch li:after {
    content: "";
    width: 10px;
    height: 10px;
    display: block;
    overflow: hidden;
    background-image: url("../images/icon/arrow_dg.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    text-indent: -1000%;
    display: block;
    position: absolute;
    transform: rotate(90deg);
    bottom: 5px;
    left: calc(50% - 5px);
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.rosen section.line .box_line_cont .box_pullDown .switch li.line span:before {
    display: inline-block;
    width: 25px;
    height: 25px;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.rosen section.line .box_line_cont .box_pullDown .switch li.line span:before {
    width: 100%;
    height: 20px;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.rosen section.line .box_line_cont .box_pullDown .switch li.time span:before {
    display: inline-block;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.rosen section.line .box_line_cont .box_pullDown .switch li.price span:before {
    display: inline-block;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus.rosen section.line .box_line_cont .box_pullDown .cutback_prev, #kotosan-bus.rosen section.line .box_line_cont .box_pullDown .cutback_next {
    display: none;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.rosen section.line .box_line_cont .box_pullDown .cutback_prev, #kotosan-bus.rosen section.line .box_line_cont .box_pullDown .cutback_next {
    display: none;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_line, #kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_time, #kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_price {
    width: calc(100% - 60px);
    margin-bottom: 30px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_line, #kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_time, #kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_price {
    width: calc(100% - 60px);
    margin-bottom: 30px;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_line, #kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_time, #kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_price {
    width: calc(100% - 40px);
    margin-bottom: 0;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_line .box_lineBase .titleArea + .list_station, #kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_time .box_lineBase .titleArea + .list_station, #kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_price .box_lineBase .titleArea + .list_station {
    padding: 0 20px;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_line .box_lineBase .list_station, #kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_time .box_lineBase .list_station, #kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_price .box_lineBase .list_station {
    padding: 40px 20px 60px 20px;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_line .box_lineBase .list_station, #kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_time .box_lineBase .list_station, #kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_price .box_lineBase .list_station {
    margin: 20px 0;
    padding: 40px 10px 20px 10px;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_line .box_lineBase .box_station, #kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_time .box_lineBase .box_station, #kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_price .box_lineBase .box_station {
    width: 50%;
    padding: 0 20px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_line .box_lineBase .box_station, #kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_time .box_lineBase .box_station, #kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_price .box_lineBase .box_station {
    width: 50%;
    padding: 0 20px;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_line .box_lineBase .box_station, #kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_time .box_lineBase .box_station, #kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_price .box_lineBase .box_station {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_line .box_title, #kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_time .box_title, #kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_price .box_title {
    padding: 0 20px;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_line .note, #kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_time .note, #kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_price .note {
    margin-bottom: 20px;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_price + .switch {
    margin-top: -23px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_price + .switch {
    margin-top: 7px;
    margin-bottom: 20px;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_price + .switch {
    margin-top: 7px;
    margin-bottom: 20px;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_price + .switch li {
    padding: 20px 0 10px 0;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_price + .switch li:after {
    top: -17px;
    border-top: none !important;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_price + .switch li:after {
    transform: rotate(-90deg);
    top: 5px;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.rosen section.line .box_line_cont .box_pullDown section.box_price + .switch li:after {
    transform: rotate(-90deg);
    top: 5px;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.rosen section.line .box_line_cont .box_pullDown.line .switch .line:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    bottom: -17px;
    left: calc(50% - 10px);
    z-index: 100;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.rosen section.line .box_line_cont .box_pullDown.line .switch .line:after {
    display: block;
    overflow: hidden;
    background-image: url("../images/icon/arrow_w.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    text-indent: -1000%;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.rosen section.line .box_line_cont .box_pullDown.time .switch .time:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    bottom: -17px;
    left: calc(50% - 10px);
    z-index: 100;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.rosen section.line .box_line_cont .box_pullDown.time .switch .time:after {
    display: block;
    overflow: hidden;
    background-image: url("../images/icon/arrow_w.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    text-indent: -1000%;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.rosen section.line .box_line_cont .box_pullDown.price .switch .price:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    bottom: -17px;
    left: calc(50% - 10px);
    z-index: 100;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.rosen section.line .box_line_cont .box_pullDown.price .switch .price:after {
    display: block;
    overflow: hidden;
    background-image: url("../images/icon/arrow_w.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    text-indent: -1000%;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.rosen section.line .box_line_cont#kotohira .btn_toggleArea .title:before {
    background-color: #ec018c;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.rosen section.line .box_line_cont#kotohira .box_pullDown section.box_price + .switch .price:after {
    border-bottom: 10px solid #ec018c;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.rosen section.line .box_line_cont#kotohira .box_pullDown.line .switch .line:after {
    border-top: 10px solid #ec018c;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.rosen section.line .box_line_cont#kotohira .box_pullDown.line section.box_price + .switch .line:after {
    border-bottom: 10px solid #ec018c;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.rosen section.line .box_line_cont#kotohira .box_pullDown.time .switch .time:after {
    border-top: 10px solid #ec018c;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.rosen section.line .box_line_cont#kotohira .box_pullDown.time section.box_price + .switch .time:after {
    border-bottom: 10px solid #ec018c;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.rosen section.line .box_line_cont#kotohira .box_pullDown.price .switch .price:after {
    border-top: 10px solid #ec018c;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.rosen section.line .box_line_cont#kotohira .box_pullDown.price section.box_price + .switch .price:after {
    border-bottom: 10px solid #ec018c;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.rosen section.line .box_line_cont#miai .btn_toggleArea .title:before {
    background-color: #8cc53e;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.rosen section.line .box_line_cont#miai .box_pullDown section.box_price + .switch .price:after {
    border-bottom: 10px solid #8cc53e;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.rosen section.line .box_line_cont#miai .box_pullDown.line .switch .line:after {
    border-top: 10px solid #8cc53e;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.rosen section.line .box_line_cont#miai .box_pullDown.line section.box_price + .switch .line:after {
    border-bottom: 10px solid #8cc53e;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.rosen section.line .box_line_cont#miai .box_pullDown.time .switch .time:after {
    border-top: 10px solid #8cc53e;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.rosen section.line .box_line_cont#miai .box_pullDown.time section.box_price + .switch .time:after {
    border-bottom: 10px solid #8cc53e;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.rosen section.line .box_line_cont#miai .box_pullDown.price .switch .price:after {
    border-top: 10px solid #8cc53e;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.rosen section.line .box_line_cont#miai .box_pullDown.price section.box_price + .switch .price:after {
    border-bottom: 10px solid #8cc53e;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.rosen section.line .box_line_cont#sumisyo .btn_toggleArea .title:before {
    background-color: #343399;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.rosen section.line .box_line_cont#sumisyo .box_pullDown section.box_price + .switch .price:after {
    border-bottom: 10px solid #343399;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.rosen section.line .box_line_cont#sumisyo .box_pullDown.line .switch .line:after {
    border-top: 10px solid #343399;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.rosen section.line .box_line_cont#sumisyo .box_pullDown.line section.box_price + .switch .line:after {
    border-bottom: 10px solid #343399;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.rosen section.line .box_line_cont#sumisyo .box_pullDown.time .switch .time:after {
    border-top: 10px solid #343399;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.rosen section.line .box_line_cont#sumisyo .box_pullDown.time section.box_price + .switch .time:after {
    border-bottom: 10px solid #343399;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.rosen section.line .box_line_cont#sumisyo .box_pullDown.price .switch .price:after {
    border-top: 10px solid #343399;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.rosen section.line .box_line_cont#sumisyo .box_pullDown.price section.box_price + .switch .price:after {
    border-bottom: 10px solid #343399;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.rosen section.line .box_line_cont#shimada_okada .btn_toggleArea .title:before {
    background-color: #663300;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.rosen section.line .box_line_cont#shimada_okada .box_pullDown section.box_price + .switch .price:after {
    border-bottom: 10px solid #663300;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.rosen section.line .box_line_cont#shimada_okada .box_pullDown.line .switch .line:after {
    border-top: 10px solid #663300;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.rosen section.line .box_line_cont#shimada_okada .box_pullDown.line section.box_price + .switch .line:after {
    border-bottom: 10px solid #663300;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.rosen section.line .box_line_cont#shimada_okada .box_pullDown.time .switch .time:after {
    border-top: 10px solid #663300;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.rosen section.line .box_line_cont#shimada_okada .box_pullDown.time section.box_price + .switch .time:after {
    border-bottom: 10px solid #663300;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.rosen section.line .box_line_cont#shimada_okada .box_pullDown.price .switch .price:after {
    border-top: 10px solid #663300;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.rosen section.line .box_line_cont#shimada_okada .box_pullDown.price section.box_price + .switch .price:after {
    border-bottom: 10px solid #663300;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.rosen section.line .box_line_cont#sakaideayagawa .btn_toggleArea .title:before {
    background-color: #98793e;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.rosen section.line .box_line_cont#sakaideayagawa .box_pullDown section.box_price + .switch .price:after {
    border-bottom: 10px solid #98793e;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.rosen section.line .box_line_cont#sakaideayagawa .box_pullDown.line .switch .line:after {
    border-top: 10px solid #98793e;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.rosen section.line .box_line_cont#sakaideayagawa .box_pullDown.line section.box_price + .switch .line:after {
    border-bottom: 10px solid #98793e;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.rosen section.line .box_line_cont#sakaideayagawa .box_pullDown.time .switch .time:after {
    border-top: 10px solid #98793e;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.rosen section.line .box_line_cont#sakaideayagawa .box_pullDown.time section.box_price + .switch .time:after {
    border-bottom: 10px solid #98793e;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.rosen section.line .box_line_cont#sakaideayagawa .box_pullDown.price .switch .price:after {
    border-top: 10px solid #98793e;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.rosen section.line .box_line_cont#sakaideayagawa .box_pullDown.price section.box_price + .switch .price:after {
    border-bottom: 10px solid #98793e;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.rosen section.line .box_line_cont#setooohashi .btn_toggleArea .title:before {
    background-color: #03aeee;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.rosen section.line .box_line_cont#setooohashi .box_pullDown section.box_price + .switch .price:after {
    border-bottom: 10px solid #03aeee;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.rosen section.line .box_line_cont#setooohashi .box_pullDown.line .switch .line:after {
    border-top: 10px solid #03aeee;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.rosen section.line .box_line_cont#setooohashi .box_pullDown.line section.box_price + .switch .line:after {
    border-bottom: 10px solid #03aeee;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.rosen section.line .box_line_cont#setooohashi .box_pullDown.time .switch .time:after {
    border-top: 10px solid #03aeee;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.rosen section.line .box_line_cont#setooohashi .box_pullDown.time section.box_price + .switch .time:after {
    border-bottom: 10px solid #03aeee;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.rosen section.line .box_line_cont#setooohashi .box_pullDown.price .switch .price:after {
    border-top: 10px solid #03aeee;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.rosen section.line .box_line_cont#setooohashi .box_pullDown.price section.box_price + .switch .price:after {
    border-bottom: 10px solid #03aeee;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.rosen section.line .box_line_cont#ougoshi .btn_toggleArea .title:before {
    background-color: #ed1c24;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.rosen section.line .box_line_cont#ougoshi .box_pullDown section.box_price + .switch .price:after {
    border-bottom: 10px solid #ed1c24;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.rosen section.line .box_line_cont#ougoshi .box_pullDown.line .switch .line:after {
    border-top: 10px solid #ed1c24;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.rosen section.line .box_line_cont#ougoshi .box_pullDown.line section.box_price + .switch .line:after {
    border-bottom: 10px solid #ed1c24;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.rosen section.line .box_line_cont#ougoshi .box_pullDown.time .switch .time:after {
    border-top: 10px solid #ed1c24;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.rosen section.line .box_line_cont#ougoshi .box_pullDown.time section.box_price + .switch .time:after {
    border-bottom: 10px solid #ed1c24;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.rosen section.line .box_line_cont#ougoshi .box_pullDown.price .switch .price:after {
    border-top: 10px solid #ed1c24;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.rosen section.line .box_line_cont#ougoshi .box_pullDown.price section.box_price + .switch .price:after {
    border-bottom: 10px solid #ed1c24;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.rosen section.line .box_line_cont#marugametarumi .btn_toggleArea .title:before {
    background-color: #01a64f;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.rosen section.line .box_line_cont#marugametarumi .box_pullDown section.box_price + .switch .price:after {
    border-bottom: 10px solid #01a64f;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.rosen section.line .box_line_cont#marugametarumi .box_pullDown.line .switch .line:after {
    border-top: 10px solid #01a64f;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.rosen section.line .box_line_cont#marugametarumi .box_pullDown.line section.box_price + .switch .line:after {
    border-bottom: 10px solid #01a64f;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.rosen section.line .box_line_cont#marugametarumi .box_pullDown.time .switch .time:after {
    border-top: 10px solid #01a64f;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.rosen section.line .box_line_cont#marugametarumi .box_pullDown.time section.box_price + .switch .time:after {
    border-bottom: 10px solid #01a64f;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.rosen section.line .box_line_cont#marugametarumi .box_pullDown.price .switch .price:after {
    border-top: 10px solid #01a64f;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.rosen section.line .box_line_cont#marugametarumi .box_pullDown.price section.box_price + .switch .price:after {
    border-bottom: 10px solid #01a64f;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.rosen section.line .box_line_cont#marugamenishi .btn_toggleArea .title:before {
    background-color: #04abef;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.rosen section.line .box_line_cont#marugamenishi .box_pullDown section.box_price + .switch .price:after {
    border-bottom: 10px solid #04abef;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.rosen section.line .box_line_cont#marugamenishi .box_pullDown.line .switch .line:after {
    border-top: 10px solid #04abef;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.rosen section.line .box_line_cont#marugamenishi .box_pullDown.line section.box_price + .switch .line:after {
    border-bottom: 10px solid #04abef;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.rosen section.line .box_line_cont#marugamenishi .box_pullDown.time .switch .time:after {
    border-top: 10px solid #04abef;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.rosen section.line .box_line_cont#marugamenishi .box_pullDown.time section.box_price + .switch .time:after {
    border-bottom: 10px solid #04abef;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.rosen section.line .box_line_cont#marugamenishi .box_pullDown.price .switch .price:after {
    border-top: 10px solid #04abef;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.rosen section.line .box_line_cont#marugamenishi .box_pullDown.price section.box_price + .switch .price:after {
    border-bottom: 10px solid #04abef;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.rosen section.line .box_line_cont#marugamehigashi .btn_toggleArea .title:before {
    background-color: #8f508c;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.rosen section.line .box_line_cont#marugamehigashi .box_pullDown section.box_price + .switch .price:after {
    border-bottom: 10px solid #8f508c;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.rosen section.line .box_line_cont#marugamehigashi .box_pullDown.line .switch .line:after {
    border-top: 10px solid #8f508c;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.rosen section.line .box_line_cont#marugamehigashi .box_pullDown.line section.box_price + .switch .line:after {
    border-bottom: 10px solid #8f508c;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.rosen section.line .box_line_cont#marugamehigashi .box_pullDown.time .switch .time:after {
    border-top: 10px solid #8f508c;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.rosen section.line .box_line_cont#marugamehigashi .box_pullDown.time section.box_price + .switch .time:after {
    border-bottom: 10px solid #8f508c;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.rosen section.line .box_line_cont#marugamehigashi .box_pullDown.price .switch .price:after {
    border-top: 10px solid #8f508c;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.rosen section.line .box_line_cont#marugamehigashi .box_pullDown.price section.box_price + .switch .price:after {
    border-bottom: 10px solid #8f508c;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.rosen section.line .box_line_cont#reomautadu .btn_toggleArea .title:before {
    background-color: #e07ac0;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.rosen section.line .box_line_cont#reomautadu .box_pullDown section.box_price + .switch .price:after {
    border-bottom: 10px solid #e07ac0;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.rosen section.line .box_line_cont#reomautadu .box_pullDown.line .switch .line:after {
    border-top: 10px solid #e07ac0;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.rosen section.line .box_line_cont#reomautadu .box_pullDown.line section.box_price + .switch .line:after {
    border-bottom: 10px solid #e07ac0;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.rosen section.line .box_line_cont#reomautadu .box_pullDown.time .switch .time:after {
    border-top: 10px solid #e07ac0;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.rosen section.line .box_line_cont#reomautadu .box_pullDown.time section.box_price + .switch .time:after {
    border-bottom: 10px solid #e07ac0;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.rosen section.line .box_line_cont#reomautadu .box_pullDown.price .switch .price:after {
    border-top: 10px solid #e07ac0;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.rosen section.line .box_line_cont#reomautadu .box_pullDown.price section.box_price + .switch .price:after {
    border-bottom: 10px solid #e07ac0;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.rosen section.line .box_line_cont#ayautautadu .btn_toggleArea .title:before {
    background-color: #ff9900;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.rosen section.line .box_line_cont#ayautautadu .box_pullDown section.box_price + .switch .price:after {
    border-bottom: 10px solid #ff9900;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.rosen section.line .box_line_cont#ayautautadu .box_pullDown.line .switch .line:after {
    border-top: 10px solid #ff9900;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.rosen section.line .box_line_cont#ayautautadu .box_pullDown.line section.box_price + .switch .line:after {
    border-bottom: 10px solid #ff9900;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.rosen section.line .box_line_cont#ayautautadu .box_pullDown.time .switch .time:after {
    border-top: 10px solid #ff9900;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.rosen section.line .box_line_cont#ayautautadu .box_pullDown.time section.box_price + .switch .time:after {
    border-bottom: 10px solid #ff9900;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.rosen section.line .box_line_cont#ayautautadu .box_pullDown.price .switch .price:after {
    border-top: 10px solid #ff9900;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.rosen section.line .box_line_cont#ayautautadu .box_pullDown.price section.box_price + .switch .price:after {
    border-bottom: 10px solid #ff9900;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.rosen section.line .box_line_cont#sakaidehigashi .btn_toggleArea .title:before {
    background-color: #e970a5;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.rosen section.line .box_line_cont#sakaidehigashi .box_pullDown section.box_price + .switch .price:after {
    border-bottom: 10px solid #e970a5;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.rosen section.line .box_line_cont#sakaidehigashi .box_pullDown.line .switch .line:after {
    border-top: 10px solid #e970a5;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.rosen section.line .box_line_cont#sakaidehigashi .box_pullDown.line section.box_price + .switch .line:after {
    border-bottom: 10px solid #e970a5;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.rosen section.line .box_line_cont#sakaidehigashi .box_pullDown.time .switch .time:after {
    border-top: 10px solid #e970a5;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.rosen section.line .box_line_cont#sakaidehigashi .box_pullDown.time section.box_price + .switch .time:after {
    border-bottom: 10px solid #e970a5;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.rosen section.line .box_line_cont#sakaidehigashi .box_pullDown.price .switch .price:after {
    border-top: 10px solid #e970a5;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.rosen section.line .box_line_cont#sakaidehigashi .box_pullDown.price section.box_price + .switch .price:after {
    border-bottom: 10px solid #e970a5;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.rosen section.line .box_line_cont#sakaidenishi .btn_toggleArea .title:before {
    background-color: #edaf1a;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.rosen section.line .box_line_cont#sakaidenishi .box_pullDown section.box_price + .switch .price:after {
    border-bottom: 10px solid #edaf1a;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.rosen section.line .box_line_cont#sakaidenishi .box_pullDown.line .switch .line:after {
    border-top: 10px solid #edaf1a;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.rosen section.line .box_line_cont#sakaidenishi .box_pullDown.line section.box_price + .switch .line:after {
    border-bottom: 10px solid #edaf1a;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.rosen section.line .box_line_cont#sakaidenishi .box_pullDown.time .switch .time:after {
    border-top: 10px solid #edaf1a;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.rosen section.line .box_line_cont#sakaidenishi .box_pullDown.time section.box_price + .switch .time:after {
    border-bottom: 10px solid #edaf1a;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.rosen section.line .box_line_cont#sakaidenishi .box_pullDown.price .switch .price:after {
    border-top: 10px solid #edaf1a;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.rosen section.line .box_line_cont#sakaidenishi .box_pullDown.price section.box_price + .switch .price:after {
    border-bottom: 10px solid #edaf1a;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.rosen section.line .box_line_cont#sakaidenaka .btn_toggleArea .title:before {
    background-color: #bccc05;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.rosen section.line .box_line_cont#sakaidenaka .box_pullDown section.box_price + .switch .price:after {
    border-bottom: 10px solid #bccc05;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.rosen section.line .box_line_cont#sakaidenaka .box_pullDown.line .switch .line:after {
    border-top: 10px solid #bccc05;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.rosen section.line .box_line_cont#sakaidenaka .box_pullDown.line section.box_price + .switch .line:after {
    border-bottom: 10px solid #bccc05;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.rosen section.line .box_line_cont#sakaidenaka .box_pullDown.time .switch .time:after {
    border-top: 10px solid #bccc05;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.rosen section.line .box_line_cont#sakaidenaka .box_pullDown.time section.box_price + .switch .time:after {
    border-bottom: 10px solid #bccc05;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.rosen section.line .box_line_cont#sakaidenaka .box_pullDown.price .switch .price:after {
    border-top: 10px solid #bccc05;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.rosen section.line .box_line_cont#sakaidenaka .box_pullDown.price section.box_price + .switch .price:after {
    border-bottom: 10px solid #bccc05;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.rosen section.line .box_line_cont#sakaidenaka .btn_toggleArea .title:before {
    background-color: #0072ff;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.rosen section.line .box_line_cont#sakaidenaka .box_pullDown section.box_price + .switch .price:after {
    border-bottom: 10px solid #0072ff;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.rosen section.line .box_line_cont#sakaidenaka .box_pullDown.line .switch .line:after {
    border-top: 10px solid #0072ff;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.rosen section.line .box_line_cont#sakaidenaka .box_pullDown.line section.box_price + .switch .line:after {
    border-bottom: 10px solid #0072ff;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.rosen section.line .box_line_cont#sakaidenaka .box_pullDown.time .switch .time:after {
    border-top: 10px solid #0072ff;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.rosen section.line .box_line_cont#sakaidenaka .box_pullDown.time section.box_price + .switch .time:after {
    border-bottom: 10px solid #0072ff;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.rosen section.line .box_line_cont#sakaidenaka .box_pullDown.price .switch .price:after {
    border-top: 10px solid #0072ff;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.rosen section.line .box_line_cont#sakaidenaka .box_pullDown.price section.box_price + .switch .price:after {
    border-bottom: 10px solid #0072ff;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.rosen section.line .box_line_cont#sakaidenaka .list_station {
    padding: 40px 20px 0 20px;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.rosen section.line .modalArea .box_modal .cont .box_time_table {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.rosen section.line .modalArea .box_modal .cont .box_time_table > div {
    width: calc((100% - 50px) / 2);
    margin-left: 10px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus.rosen section.line .modalArea .box_modal .cont .box_time_table > div {
    margin-bottom: 30px;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.rosen section.line .modalArea .box_modal .cont .box_time_table > div {
    margin-bottom: 30px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus.rosen section.line .modalArea .box_modal .cont .box_time_table + .note {
    margin-top: -20px;
    margin-bottom: 30px;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.rosen section.line .modalArea .box_modal .cont .box_time_table + .note {
    margin-top: -20px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.sp .navArea .listNav .sp {
    background-color: #ffefe5;
    position: relative;
    overflow: hidden;
  }
  #kotosan-bus.sp.sv .navArea .listNav .sp {
    background-color: #fff;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.sp .navArea .listNav .sp p:before {
    content: "";
    width: 100%;
    height: 4px;
    display: block;
    background-color: #c42a00;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  #kotosan-bus.sp.sv .navArea .listNav .sp p:before {
    display: none;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.sp .navArea .listNav .sp p:after {
    content: "";
    width: 0;
    height: 0;
    border-radius: 4px;
    transform: rotateZ(27deg) rotateY(40deg) rotateX(-50deg);
    border-top: 10px solid #c42a00;
    border-left: 10px solid #c42a00;
    border-bottom: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    bottom: -7px;
    left: calc(50% - 7px);
  }
  #kotosan-bus.sp.sv .navArea .listNav .sp p:after {
    display: none;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.sp section h2 {
    font-size: 26px;
    line-height: 40px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus.sp section h2 {
    font-size: 26px;
    line-height: 40px;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.sp section h2 {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.sp section.news .btnArea {
    text-align: right;
    margin-top: 30px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus.sp section.news .btnArea {
    text-align: right;
    margin-top: 30px;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.sp section.news .btnArea {
    margin-top: 20px;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.sp section.news .btnArea .btn:hover {
    background-color: #c42a00;
  }
  #kotosan-bus.sp section.news .btnArea .btn:hover:after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus.sp .contents .banArea .spv {
    display: none;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.sp section.map .box_map .box_map_btn {
    width: 260px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus.sp section.map .box_map .box_map_btn {
    width: 260px;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.sp .contents section.map .box_map .box_map_btn .list_map_btn li {
    width: 100%;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus.sp .contents section.map .box_map .box_map_btn .list_map_btn li {
    width: 100%;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.sp .contents section.map .box_map .box_map_btn .list_map_btn li {
    width: calc((100% - 20px) / 2);
    margin-right: 10px;
    text-align: left;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.sp .contents section.tours .list_tours {
    margin-bottom: 60px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus.sp .contents section.tours .list_tours {
    margin-bottom: 60px;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.sp .contents section.tours .list_tours > li {
    margin-bottom: 60px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus.sp .contents section.tours .list_tours > li {
    margin-bottom: 60px;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.sp .contents section.tours .list_tours > li {
    margin-bottom: 40px;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.sp .contents section.tours .list_tours > li .titleleArea {
    width: 100%;
    display: flex;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus.sp .contents section.tours .list_tours > li .titleleArea {
    width: 100%;
    display: flex;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.sp .contents section.tours .list_tours > li .titleleArea {
    padding: 40px 20px 60px 20px;
    box-sizing: border-box;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.sp .contents section.tours .list_tours > li .titleleArea dt {
    width: 255px;
    padding: 30px 15px 80px 15px;
    box-sizing: border-box;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus.sp .contents section.tours .list_tours > li .titleleArea dt {
    width: 255px;
    padding: 30px 15px 80px 15px;
    box-sizing: border-box;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.sp .contents section.tours .list_tours > li .titleleArea dt {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.sp .contents section.tours .list_tours > li .titleleArea dt span {
    display: block;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus.sp .contents section.tours .list_tours > li .titleleArea dt span {
    display: block;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.sp .contents section.tours .list_tours > li .titleleArea dt span {
    display: inline-block;
    margin-right: 20px;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.sp .contents section.tours .list_tours > li .titleleArea dd {
    padding: 20px 20px 80px 20px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus.sp .contents section.tours .list_tours > li .titleleArea dd {
    padding: 20px 20px 80px 20px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.sp .contents section.tours .list_tours > li .titleleArea dd {
    color: #fff;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.sp .contents section.tours .list_tours > li .box {
    margin-top: -60px;
    display: flex;
    align-items: stretch;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus.sp .contents section.tours .list_tours > li .box {
    margin-top: -60px;
    display: flex;
    align-items: stretch;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.sp .contents section.tours .list_tours > li .box .list_course {
    display: flex;
    flex: 1;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus.sp .contents section.tours .list_tours > li .box .list_course {
    display: flex;
    flex: 1;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.sp .contents section.tours .list_tours > li .box .list_course {
    margin-top: -40px;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.sp .contents section.tours .list_tours > li .box .list_course li {
    width: calc((100% - 60px) / 3);
    margin-right: 20px;
    padding: 10px;
    border-radius: 6px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus.sp .contents section.tours .list_tours > li .box .list_course li {
    width: calc((100% - 60px) / 3);
    margin-right: 20px;
    padding: 10px;
    border-radius: 6px;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.sp .contents section.tours .list_tours > li .box .list_course li {
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 10px;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.sp .contents section.tours .list_tours > li .box .list_course li dl {
    display: flex;
    justify-content: space-between;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.sp .contents section.tours .list_tours > li .box .list_course li dl dt {
    flex: 1;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.sp .contents section.tours .list_tours > li .box .list_course li dl dd {
    width: 130px;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.sp .contents section.tours .list_tours > li .box .list_course li:last-child {
    margin-right: 20px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus.sp .contents section.tours .list_tours > li .box .list_course li:last-child {
    margin-right: 20px;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.sp .contents section.tours .list_tours > li .box .list_course li:last-child {
    margin-bottom: 20px;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.sp .contents section.tours .list_tours > li .box .list_course li:before {
    transform: rotate(135deg);
    top: calc(50% - 12px);
    right: -10px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus.sp .contents section.tours .list_tours > li .box .list_course li:before {
    transform: rotate(135deg);
    top: calc(50% - 12px);
    right: -10px;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.sp .contents section.tours .list_tours > li .box .list_course li:before {
    transform: rotate(225deg);
    bottom: -10px;
    left: calc(50% - 12px);
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.sp .contents section.tours .list_tours > li .box .list_course li:after {
    transform: rotate(135deg);
    top: calc(50% - 14px);
    right: -14px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus.sp .contents section.tours .list_tours > li .box .list_course li:after {
    transform: rotate(135deg);
    top: calc(50% - 14px);
    right: -14px;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.sp .contents section.tours .list_tours > li .box .list_course li:after {
    transform: rotate(225deg);
    bottom: -14px;
    left: calc(50% - 14px);
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.sp .contents section.tours .list_tours > li .box .btnArea {
    width: 100px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus.sp .contents section.tours .list_tours > li .box .btnArea {
    width: 100px;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.sp .contents section.tours .list_tours > li .box .btnArea .btn_tours {
    height: 100%;
    padding: 0 20px;
    display: flex;
    align-items: center;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus.sp .contents section.tours .list_tours > li .box .btnArea .btn_tours {
    height: 100%;
    padding: 0 20px;
    display: flex;
    align-items: center;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.sp .contents section.tours .list_tours > li .box .btnArea .btn_tours {
    padding: 15px;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.sp .contents section.tours .list_tours > li .box .btnArea .btn_tours:hover {
    opacity: 0.8;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.sp .contents section.tours .list_tours > li.red_box .titleleArea {
    background-color: #dc1e2c;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.sp .contents section.tours .list_tours > li.red_box .titleleArea dt {
    background-color: #dc1e2c;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus.sp .contents section.tours .list_tours > li.red_box .titleleArea dt {
    background-color: #dc1e2c;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.sp .contents section.tours .list_tours > li.red_box_web .titleleArea {
    background-color: #c72bd8;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.sp .contents section.tours .list_tours > li.red_box_web .titleleArea dt {
    background-color: #c72bd8;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus.sp .contents section.tours .list_tours > li.red_box_web .titleleArea dt {
    background-color: #c72bd8;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.sp .contents section.tours .list_tours > li.violet_box .titleleArea {
    background-color: #36329a;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.sp .contents section.tours .list_tours > li.violet_box .titleleArea dt {
    background-color: #36329a;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus.sp .contents section.tours .list_tours > li.violet_box .titleleArea dt {
    background-color: #36329a;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.sp .contents section.tours .list_tours > li.green_box .titleleArea {
    background-color: #479c19;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.sp .contents section.tours .list_tours > li.green_box .titleleArea dt {
    background-color: #479c19;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus.sp .contents section.tours .list_tours > li.green_box .titleleArea dt {
    background-color: #479c19;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.sp .contents section.tours .list_tours > li.pink_box .titleleArea {
    background-color: #e970a5;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.sp .contents section.tours .list_tours > li.pink_box .titleleArea dt {
    background-color: #e970a5;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus.sp .contents section.tours .list_tours > li.pink_box .titleleArea dt {
    background-color: #e970a5;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.sp .contents section.details {
    height: 530px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.sp .contents section.details .text {
    width: calc(50% - 40px);
    margin: 20px 0;
    padding-bottom: 20px;
    box-sizing: border-box;
    border-bottom: 1px solid #dadada;
    order: 2;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.sp .contents section.details .price {
    width: 50%;
    order: 1;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.sp .contents section.details .price .note {
    border-bottom: 1px solid #dadada;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.sp .contents section.details ul.note {
    width: 50%;
    padding-left: 40px;
    box-sizing: border-box;
    order: 3;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.sp .contents section.details ul.note {
    margin-top: 10px;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.sp .contents section.course {
    margin-top: 60px;
    display: flex;
    justify-content: center;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus.sp .contents section.course {
    margin-top: 60px;
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.sp .contents section.course {
    margin-top: 40px;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.sp .contents section.course .box_plan1, #kotosan-bus.sp .contents section.course .box_plan2 {
    width: 50%;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus.sp .contents section.course .box_plan1, #kotosan-bus.sp .contents section.course .box_plan2 {
    width: 50%;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.sp .contents section.course .box_plan1 h2, #kotosan-bus.sp .contents section.course .box_plan2 h2 {
    width: 100%;
    margin-bottom: 40px;
    padding: 20px;
    font-size: 20px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus.sp .contents section.course .box_plan1 h2, #kotosan-bus.sp .contents section.course .box_plan2 h2 {
    width: 100%;
    margin-bottom: 40px;
    padding: 20px;
    font-size: 20px;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.sp .contents section.course .box_plan1 h2, #kotosan-bus.sp .contents section.course .box_plan2 h2 {
    width: calc(100% + 20px);
    margin: 0 0 40px -10px;
    padding: 10px 20px;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.sp .contents section.course .box_plan1 h2:before, #kotosan-bus.sp .contents section.course .box_plan2 h2:before {
    width: 260px;
    height: 50px;
    position: absolute;
    left: calc(50% - 130px);
    top: -35px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus.sp .contents section.course .box_plan1 h2:before, #kotosan-bus.sp .contents section.course .box_plan2 h2:before {
    width: 260px;
    height: 50px;
    position: absolute;
    left: calc(50% - 130px);
    top: -35px;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.sp .contents section.course .box_plan1 h2:before, #kotosan-bus.sp .contents section.course .box_plan2 h2:before {
    width: 180px;
    height: 40px;
    display: inline-block;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.sp .contents section.course .box_plan1 .box_course_station .btn_course, #kotosan-bus.sp .contents section.course .box_plan2 .box_course_station .btn_course {
    width: 100px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus.sp .contents section.course .box_plan1 .box_course_station .btn_course, #kotosan-bus.sp .contents section.course .box_plan2 .box_course_station .btn_course {
    width: 100px;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.sp .contents section.course .box_plan1 .box_course_station .btn_course, #kotosan-bus.sp .contents section.course .box_plan2 .box_course_station .btn_course {
    width: 90px;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.sp .contents section.course .box_plan1 {
    padding-right: 20px;
    box-sizing: border-box;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus.sp .contents section.course .box_plan1 {
    padding-right: 20px;
    box-sizing: border-box;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.sp .contents section.course .box_plan2 {
    padding-left: 20px;
    box-sizing: border-box;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus.sp .contents section.course .box_plan2 {
    padding-left: 20px;
    box-sizing: border-box;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.sp .contents section.course .modalArea .cont {
    margin: 20px 0;
    padding-top: 40px;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.sp .contents section.map_link .box_map_link .box_map_btn {
    width: 350px;
    padding: 20px 20px 10px 20px;
    box-sizing: border-box;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1000;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus.sp .contents section.map_link .box_map_link .box_map_btn {
    width: 350px;
    padding: 20px 20px 10px 20px;
    box-sizing: border-box;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1000;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.sp .contents section.map_link .box_map_link .box_map_btn {
    padding: 20px;
    box-sizing: border-box;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.sp .contents section.map_link .box_map_link .box_map_btn .list_map_btn li {
    width: 100%;
    padding: 0 10px;
    font-size: 13px;
    line-height: 15px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus.sp .contents section.map_link .box_map_link .box_map_btn .list_map_btn li {
    width: 100%;
    padding: 0 10px;
    font-size: 13px;
    line-height: 15px;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.sp .contents section.map_link .box_map_link .box_map_btn .list_map_btn li {
    width: calc((100% - 20px) / 2);
    margin-right: 10px;
    padding: 0 5px;
    font-size: 12px;
    line-height: 18px;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.sp .contents section.map_link .other_tours {
    padding: 20px 5px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus.sp .contents section.map_link .other_tours {
    padding: 20px 5px;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.sp .contents section.map_link .other_tours {
    padding: 20px;
    background-color: #eeeeee;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.sp .contents section.map_link .other_tours .list_map_btn {
    display: flex;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus.sp .contents section.map_link .other_tours .list_map_btn {
    display: flex;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.sp .contents section.map_link .other_tours .list_map_btn li {
    margin: 0 5px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus.sp .contents section.map_link .other_tours .list_map_btn li {
    margin: 0 5px;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.sp .contents section.map_link .other_tours .list_map_btn li {
    margin-bottom: 10px;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.sp .contents section.map_link .other_tours .list_map_btn li a {
    padding: 20px 0;
    font-size: 13px;
    line-height: 15px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus.sp .contents section.map_link .other_tours .list_map_btn li a {
    padding: 20px 0;
    font-size: 13px;
    line-height: 15px;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.sp .contents section.map_link .other_tours .list_map_btn li a {
    padding: 10px 0;
    font-size: 12px;
    line-height: 18px;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.sp .contents section.map_link .other_tours .list_map_btn li a:hover {
    opacity: 0.8;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.sp .contents section.box_reservation {
    padding: 50px 10px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus.sp .contents section.box_reservation {
    padding: 50px 20px;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.sp .contents section.box_reservation {
    padding: 50px 20px;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.sp .contents section.box_reservation p span {
    display: block;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.sp .contents section.box_reservation .en {
    margin: 20px 0;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.sp .contents section.box_reservation .btnReservation:before {
    width: 44px;
    height: 44px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus.sp .contents section.box_reservation .btnReservation:before {
    width: 44px;
    height: 44px;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.sp .contents section.box_reservation .btnReservation:before {
    width: 36px;
    height: 36px;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.sp .contents section.box_reservation .btnReservation:hover {
    margin-top: 2px;
    margin-bottom: 18px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  }
}
@media (max-width: 766px) {
  #kotosan-bus.sp .contents section.box_reservation .note {
    font-size: 11px;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.sp .contents section.box_reservation .list_tel {
    margin: 30px 0 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.sp .contents section.box_reservation .list_tel li {
    padding: 0 20px;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.sp .contents section.box_reservation .list_tel li p .num a {
    pointer-events: none;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.sp .contents section.box_reservation .list_tel li:before {
    width: 44px;
    height: 44px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus.sp .contents section.box_reservation .list_tel li:before {
    width: 44px;
    height: 44px;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.sp .contents section.box_reservation .list_tel li:before {
    width: 50px;
    height: 50px;
  }
}
/*@media (min-width: 1025px) {
  #kotosan-bus.sp .contents section.box_reservation .list_tel li:first-child {
    border-right: 1px solid #c42a00;
  }
}*/
@media (min-width: 1025px) {
  #kotosan-bus.sp .contents section.note {
    padding: 50px 10px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus.sp .contents section.note {
    padding: 50px 20px;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.sp .contents section.note {
    padding: 50px 20px;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.sp .contents section.sns h3 {
    text-align: center;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.sp .contents section.sns .cont_sns {
    display: flex;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.sp .contents section.sns .cont_sns > div {
    width: 33.3333333333%;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.sp .contents.red_box section.course .box_plan1 .box_course_station .btn_course:hover {
    border: 2px solid #dc1e2c;
    color: #dc1e2c;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.sp .contents.red_box section.course .box_plan1 .box_course_station .btn_course:hover:after {
    border-top: 2px solid #dc1e2c;
    border-right: 2px solid #dc1e2c;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.sp .contents.red_box section.course .box_plan2 .box_course_station .btn_course:hover {
    border: 2px solid #c72bd8;
    color: #c72bd8;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.sp .contents.red_box section.course .box_plan2 .box_course_station .btn_course:hover:after {
    border-top: 2px solid #c72bd8;
    border-right: 2px solid #c72bd8;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.sp .contents.violet_box section.course .box_plan1 .box_course_station .btn_course:hover {
    border: 2px solid #36329a;
    color: #36329a;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.sp .contents.violet_box section.course .box_plan1 .box_course_station .btn_course:hover:after {
    border-top: 2px solid #36329a;
    border-right: 2px solid #36329a;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.sp .contents.violet_box section.course .box_plan2 .box_course_station .btn_course:hover {
    border: 2px solid #02aeee;
    color: #02aeee;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.sp .contents.violet_box section.course .box_plan2 .box_course_station .btn_course:hover:after {
    border-top: 2px solid #02aeee;
    border-right: 2px solid #02aeee;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.sp .contents.green_box section.course .box_plan1 .box_course_station .btn_course:hover {
    border: 2px solid #479c19;
    color: #479c19;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.sp .contents.green_box section.course .box_plan1 .box_course_station .btn_course:hover:after {
    border-top: 2px solid #479c19;
    border-right: 2px solid #479c19;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.sp .contents.green_box section.course .box_plan2 .box_course_station .btn_course:hover {
    border: 2px solid #479c19;
    color: #479c19;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.sp .contents.green_box section.course .box_plan2 .box_course_station .btn_course:hover:after {
    border-top: 2px solid #479c19;
    border-right: 2px solid #479c19;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.sp .contents.pink_box section.course .box_plan1 .box_course_station .btn_course:hover {
    border: 2px solid #e970a5;
    color: #e970a5;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.sp .contents.pink_box section.course .box_plan1 .box_course_station .btn_course:hover:after {
    border-top: 2px solid #e970a5;
    border-right: 2px solid #e970a5;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.sp .contents.pink_box section.course .box_plan2 .box_course_station .btn_course:hover {
    border: 2px solid #e970a5;
    color: #e970a5;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.sp .contents.pink_box section.course .box_plan2 .box_course_station .btn_course:hover:after {
    border-top: 2px solid #e970a5;
    border-right: 2px solid #e970a5;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.limousine .navArea .listNav .limousine {
    background-color: #e4edff;
    position: relative;
    overflow: hidden;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.limousine .navArea .listNav .limousine p:before {
    content: "";
    width: 100%;
    height: 4px;
    display: block;
    background-color: #2261e2;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.limousine .navArea .listNav .limousine p:after {
    content: "";
    width: 0;
    height: 0;
    border-radius: 4px;
    transform: rotateZ(27deg) rotateY(40deg) rotateX(-50deg);
    border-top: 10px solid #2261e2;
    border-left: 10px solid #2261e2;
    border-bottom: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    bottom: -7px;
    left: calc(50% - 7px);
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.limousine section h2 {
    font-size: 26px;
    line-height: 40px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus.limousine section h2 {
    font-size: 26px;
    line-height: 40px;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.limousine section h2 {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.limousine section.news .btnArea {
    text-align: right;
    margin-top: 30px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus.limousine section.news .btnArea {
    text-align: right;
    margin-top: 30px;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.limousine section.news .btnArea {
    margin-top: 20px;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.limousine section.news .btnArea .btn:hover {
    background-color: #2261e2;
  }
  #kotosan-bus.limousine section.news .btnArea .btn:hover:after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.limousine .heading .bus {
    width: 420px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus.limousine .heading .bus {
    width: 420px;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.limousine .heading .bus {
    width: 300px;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.limousine .breadcrumb + .text {
    text-align: left;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.limousine .list_other_link li a:hover {
    background-color: #2261e2;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.limousine section.time .box_link .list_link li:hover {
    opacity: 0.8;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.limousine section.time .cont .boxTime .boxTab .boxTable .tab {
    top: -49px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus.limousine section.time .cont .boxTime .boxTab .boxTable .tab {
    top: -49px;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.limousine section.time .cont .boxTime .boxTab .boxTable .tab {
    top: -46px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus.limousine section.time .cont .boxTime .boxTab .boxTable .box {
    overflow: hidden;
    position: relative;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.limousine section.time .cont .boxTime .boxTab .boxTable .box {
    overflow: hidden;
    position: relative;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus.limousine section.time .cont .boxTime .boxTab .boxTable .box > div {
    padding-top: 60px;
    overflow-x: scroll;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.limousine section.time .cont .boxTime .boxTab .boxTable .box > div {
    padding-top: 60px;
    overflow-x: scroll;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.limousine section.time .cont .boxTime .boxTab .boxTable .box > div .table_time {
    width: 100%;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus.limousine section.time .cont .boxTime .boxTab .boxTable .box > div .table_time {
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.limousine section.time .cont .boxTime .boxTab .boxTable .box > div .table_time {
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus.limousine section.time .cont .boxTime .boxTab .boxTable .box > div .table_time tr th {
    width: 200px;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.limousine section.time .cont .boxTime .boxTab .boxTable .box > div .table_time tr th {
    width: 100px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus.limousine section.time .cont .boxTime .boxTab .boxTable .box > div .table_time tr td {
    width: 200px;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.limousine section.time .cont .boxTime .boxTab .boxTable .box > div .table_time tr td {
    width: 100px;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.limousine section.time .cont .boxTime .boxTab .boxTable .box > div .table_time tr td .btn_airport:hover {
    color: #fff !important;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.limousine section.time .cont .boxTime .boxTab .boxTable .box > div .table_time tr td .btn_airport:hover:after {
    border-top: 2px solid #fff !important;
    border-right: 2px solid #fff !important;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.limousine section.time .cont .boxTime .boxTab .boxTable .box > div .table_time.to tr th:last-child {
    width: 260px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus.limousine section.time .cont .boxTime .boxTab .boxTable .box > div .table_time.to tr th:last-child {
    width: 200px;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.limousine section.time .cont .boxTime .boxTab .boxTable .box > div .table_time.to tr th:last-child {
    width: 200px;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.limousine section.time .cont .boxTime .boxTab .boxTable .box > div .table_time.to tr td:last-child {
    width: 260px;
    padding: 0 40px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus.limousine section.time .cont .boxTime .boxTab .boxTable .box > div .table_time.to tr td:last-child {
    width: 200px;
    padding: 0 10px;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.limousine section.time .cont .boxTime .boxTab .boxTable .box > div .table_time.to tr td:last-child {
    width: 200px;
    padding: 0 10px;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.limousine section.time .cont .boxTime .boxTab .boxTable .box > div .table_time.from tr th:first-child {
    width: 260px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus.limousine section.time .cont .boxTime .boxTab .boxTable .box > div .table_time.from tr th:first-child {
    width: 260px;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.limousine section.time .cont .boxTime .boxTab .boxTable .box > div .table_time.from tr th:first-child {
    width: 200px;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.limousine section.time .cont .boxTime .boxTab .boxTable .box > div .table_time.from tr td:first-child {
    width: 260px;
    padding: 0 40px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus.limousine section.time .cont .boxTime .boxTab .boxTable .box > div .table_time.from tr td:first-child {
    width: 260px;
    padding: 0 40px;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.limousine section.time .cont .boxTime .boxTab .boxTable .box > div .table_time.from tr td:first-child {
    width: 200px;
    padding: 0 10px;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.limousine section.time .cont#marugame_sakaide .boxTable .box .table_time tr td .btn_airport:hover {
    background-color: #2261e2;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.limousine section.time .cont#marugame_zentsuuji .boxTable .box .table_time tr td .btn_airport:hover {
    background-color: #0890d7;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.limousine section.event_service .list_event_service {
    flex-wrap: wrap;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.limousine section.event_service .list_event_service li {
    width: 100%;
    margin-right: 10px;
    margin-bottom: 20px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus.limousine section.event_service .list_event_service li {
    width: 100%;
    margin-right: 10px;
    margin-bottom: 20px;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.limousine section.event_service .list_event_service li {
    width: calc((100% - 10px) / 2);
    margin-bottom: 30px;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.limousine section.event_service .list_event_service li:nth-child(odd) {
    margin-right: 10px;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.limousine section.event_service .list_event_service li:last-child {
    margin-right: 0;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus.limousine section.event_service .list_event_service li:last-child {
    margin-right: 0;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.limousine section.event_service .list_event_service li a .imgArea {
    height: 150px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus.limousine section.event_service .list_event_service li a .imgArea {
    height: 150px;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.limousine section.event_service .list_event_service li a .imgArea {
    height: 25vw;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus.limousine section.event_service .list_event_service li a .catArea {
    padding: 0;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.limousine section.event_service .list_event_service li a:hover .imgArea {
    opacity: 0.8;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.limousine section.event_service .list_event_service li a:hover .title {
    color: #2261e2;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.limousine section.event_service .btnArea .btn:hover {
    background-color: #2261e2;
    color: #fff;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.limousine section.event_service .btnArea .btn:hover:after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.limousine section.lower section.deals .box_layout {
    display: flex;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.limousine section.lower section.deals .box_layout .box_left a:hover {
    color: #44c078;
    border-bottom: 1px solid #44c078;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus.limousine section.lower section.deals .box_layout .box_left .spv {
    display: auto !important;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus.limousine section.lower section.deals .box_layout .box_left .pcv {
    display: none !important;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.limousine section.lower section.deals .box_layout .box_right {
    flex: auto;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.limousine section.lower section.deals .box_layout .box_right {
    margin-top: 30px;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.limousine section.lower section.deals .appArea a {
    width: 300px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus.limousine section.lower section.deals .appArea a {
    width: 300px;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.limousine section.lower section.deals .appArea a {
    width: 100%;
    padding: 0 30px;
    margin-bottom: 20px;
    box-sizing: border-box;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.limousine section.map .box_map .box_map_btn {
    width: 250px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus.limousine section.map .box_map .box_map_btn {
    width: 250px;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.limousine section.map .box_map .box_map_btn .list_map_btn li {
    width: 100%;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus.limousine section.map .box_map .box_map_btn .list_map_btn li {
    width: 100%;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.limousine section.map .box_map .box_map_btn .list_map_btn li {
    width: calc((100% - 10px) / 2);
  }
}
@media (max-width: 766px) {
  #kotosan-bus.limousine section.map .box_map .box_map_btn .list_map_btn li:nth-child(odd) {
    margin-right: 10px;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.recruit .navArea .listNav .lower {
    background-color: #edffd6;
    position: relative;
    overflow: hidden;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.recruit .navArea .listNav .lower p:before {
    content: "";
    width: 100%;
    height: 4px;
    display: block;
    background-color: #44c078;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.recruit .navArea .listNav .lower p:after {
    content: "";
    width: 0;
    height: 0;
    border-radius: 4px;
    transform: rotateZ(27deg) rotateY(40deg) rotateX(-50deg);
    border-top: 10px solid #44c078;
    border-left: 10px solid #44c078;
    border-bottom: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    bottom: -7px;
    left: calc(50% - 7px);
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.recruit section h2 {
    font-size: 26px;
    line-height: 40px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus.recruit section h2 {
    font-size: 26px;
    line-height: 40px;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.recruit section h2 {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.recruit section.news .btnArea {
    text-align: right;
    margin-top: 30px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus.recruit section.news .btnArea {
    text-align: right;
    margin-top: 30px;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.recruit section.news .btnArea {
    margin-top: 20px;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.recruit section.news .btnArea .btn:hover {
    background-color: #44c078;
  }
  #kotosan-bus.recruit section.news .btnArea .btn:hover:after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.recruit .headingRecruit {
    height: 40vw;
    margin-top: 10px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus.recruit .headingRecruit {
    height: 40vw;
    margin-top: 10px;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.recruit .headingRecruit {
    height: 100vw;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.recruit .headingRecruit .box {
    justify-content: flex-start;
    align-items: center;
    align-content: center;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus.recruit .headingRecruit .box {
    justify-content: flex-start;
    align-items: center;
    align-content: center;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.recruit .headingRecruit .box {
    justify-content: center;
    align-items: flex-end;
    align-content: flex-end;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.recruit .headingRecruit .box > div {
    width: 50%;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus.recruit .headingRecruit .box > div {
    width: 50%;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.recruit .headingRecruit .box > div {
    width: 100%;
    margin-bottom: 40px;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.recruit .headingRecruit .box > div h1 {
    width: 400px;
    height: 90px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus.recruit .headingRecruit .box > div h1 {
    width: 400px;
    height: 90px;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.recruit .headingRecruit .box > div h1 {
    width: 80%;
    height: 16.6666666667vw;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.recruit section.interview .interviewTitle {
    height: 400px;
    margin: 60px 0;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus.recruit section.interview .interviewTitle {
    height: 400px;
    margin: 60px 0;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.recruit section.interview .interviewTitle {
    margin: 60px 0 40px 0;
    justify-content: flex-end;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.recruit section.interview .interviewTitle .img {
    width: calc(50% + 110px);
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus.recruit section.interview .interviewTitle .img {
    width: calc(50% + 110px);
  }
}
@media (max-width: 766px) {
  #kotosan-bus.recruit section.interview .interviewTitle .img {
    width: calc(100% + 20px);
    height: 66.6666666667vw;
    left: 0;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.recruit section.interview .interviewTitle h2 {
    width: 50%;
    height: 100%;
    margin-top: 60px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus.recruit section.interview .interviewTitle h2 {
    width: 50%;
    height: 100%;
    margin-top: 60px;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.recruit section.interview .interviewTitle h2 {
    width: calc(100% - 20px);
    margin-top: calc(66.6666666667vw - 40px);
    padding: 20px;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.recruit section.interview .boxInterview {
    display: flex;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus.recruit section.interview .boxInterview {
    display: flex;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus.recruit section.interview .boxInterview {
    display: flex;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.recruit section.interview .boxInterview .qa {
    width: 50%;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus.recruit section.interview .boxInterview .qa {
    width: 50%;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.recruit section.interview .boxInterview .qa dd {
    margin-bottom: 60px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus.recruit section.interview .boxInterview .qa dd {
    margin-bottom: 60px;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.recruit section.interview .boxInterview .qa dd {
    margin-bottom: 40px;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.recruit section.interview .boxInterview .listImg {
    width: 50%;
    margin-top: -100px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus.recruit section.interview .boxInterview .listImg {
    width: 50%;
    margin-top: -100px;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.recruit section.interview:nth-child(1) h2 {
    padding: 80px 0 0 60px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus.recruit section.interview:nth-child(1) h2 {
    padding: 80px 0 0 60px;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.recruit section.interview:nth-child(1) .interviewTitle {
    justify-content: flex-end;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus.recruit section.interview:nth-child(1) .interviewTitle {
    justify-content: flex-end;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.recruit section.interview:nth-child(1) .interviewTitle .img {
    left: 0;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus.recruit section.interview:nth-child(1) .interviewTitle .img {
    left: 0;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.recruit section.interview:nth-child(1) .boxInterview .qa {
    padding-left: 10px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus.recruit section.interview:nth-child(1) .boxInterview .qa {
    padding-left: 10px;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.recruit section.interview:nth-child(1) .boxInterview .listImg {
    padding-left: 60px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus.recruit section.interview:nth-child(1) .boxInterview .listImg {
    padding-left: 60px;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.recruit section.interview:nth-child(2) h2 {
    padding: 80px 60px 0 0;
    text-align: right;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus.recruit section.interview:nth-child(2) h2 {
    padding: 80px 60px 0 0;
    text-align: right;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.recruit section.interview:nth-child(2) .interviewTitle {
    justify-content: flex-start;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus.recruit section.interview:nth-child(2) .interviewTitle {
    justify-content: flex-start;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.recruit section.interview:nth-child(2) .interviewTitle .img {
    right: 0;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus.recruit section.interview:nth-child(2) .interviewTitle .img {
    right: 0;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.recruit section.interview:nth-child(2) .boxInterview {
    flex-direction: row-reverse;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus.recruit section.interview:nth-child(2) .boxInterview {
    flex-direction: row-reverse;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.recruit section.interview:nth-child(2) .boxInterview .qa {
    padding-right: 10px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus.recruit section.interview:nth-child(2) .boxInterview .qa {
    padding-right: 10px;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.recruit section.interview:nth-child(2) .boxInterview .listImg {
    padding-right: 60px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus.recruit section.interview:nth-child(2) .boxInterview .listImg {
    padding-right: 60px;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.recruit section.point {
    margin-top: 100px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus.recruit section.point {
    margin-top: 100px;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.recruit section.point {
    margin-top: 160px;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.recruit section.point .listPoint {
    display: flex;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus.recruit section.point .listPoint {
    display: flex;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.recruit section.point .listPoint li {
    width: calc((100% - 60px) / 2);
    padding: 40px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus.recruit section.point .listPoint li {
    width: calc((100% - 60px) / 2);
    padding: 20px;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.recruit section.point .listPoint li {
    width: 100%;
    padding: 20px;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.recruit section.point .listPoint li .title .border .min:before {
    left: -10px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus.recruit section.point .listPoint li .title .border .min:before {
    left: -10px;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.recruit section.point .listPoint li .title .border .min:before {
    left: -14px;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.recruit section.point .listPoint li .title .border .min:after {
    right: -10px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus.recruit section.point .listPoint li .title .border .min:after {
    right: -10px;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.recruit section.point .listPoint li .title .border .min:after {
    right: -14px;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.recruit section.point .listPoint li .boxText .point {
    font-size: 34px;
    line-height: 34px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus.recruit section.point .listPoint li .boxText .point {
    font-size: 24px;
    line-height: 34px;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.recruit section.point .listPoint li .boxText .point {
    font-size: 24px;
    line-height: 34px;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.recruit section.point .listPoint li:first-child {
    margin-right: 60px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus.recruit section.point .listPoint li:first-child {
    margin-right: 60px;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.recruit section.point .listPoint li:first-child {
    margin-top: 20px;
    margin-bottom: 80px;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.recruit section.point .listPoint li:last-child {
    padding: 40px 40px 30px 40px;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.recruit .contents .boxContact .box {
    padding: 0 30px;
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus.recruit .contents .boxContact .box {
    padding: 0 30px;
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.recruit .contents .boxContact .box .btnContact {
    width: calc((100% - 60px) / 2);
    display: flex;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus.recruit .contents .boxContact .box .btnContact {
    width: calc((100% - 60px) / 2);
    display: flex;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.recruit .contents .boxContact .box .btnContact {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.recruit .contents .boxContact .box .btnContact .textBox {
    font-size: 18px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus.recruit .contents .boxContact .box .btnContact .textBox {
    font-size: 16px;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.recruit .contents .boxContact .box .btnContact .textBox {
    font-size: 16px;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.recruit .contents .boxContact .box .btnContact .textBox:before {
    height: 44px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus.recruit .contents .boxContact .box .btnContact .textBox:before {
    height: 44px;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.recruit .contents .boxContact .box .btnContact .textBox:before {
    height: 36px;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.recruit .contents .boxContact .box .btnContact:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.recruit .contents .boxContact .box .btnContact.tel .textBox .num {
    font-size: 50px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus.recruit .contents .boxContact .box .btnContact.tel .textBox .num {
    font-size: 36px;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.recruit .contents .boxContact .box .btnContact.tel .textBox .num {
    font-size: 36px;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.recruit .contents .boxContact .box .btnContact.mail .textBox span {
    font-size: 34px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus.recruit .contents .boxContact .box .btnContact.mail .textBox span {
    font-size: 25px;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.recruit .contents .boxContact .box .btnContact.mail .textBox span {
    font-size: 25px;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.recruit .contents .boxContact .box .btnContact:hover {
    margin-top: 2px;
    margin-bottom: -2px;
    border: none;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.reserved .navArea .listNav .reserved {
    background-color: #eaffd6;
    position: relative;
    overflow: hidden;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.reserved .navArea .listNav .reserved p:before {
    content: "";
    width: 100%;
    height: 4px;
    display: block;
    background-color: #66B618;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.reserved .navArea .listNav .reserved p:after {
    content: "";
    width: 0;
    height: 0;
    border-radius: 4px;
    transform: rotateZ(27deg) rotateY(40deg) rotateX(-50deg);
    border-top: 10px solid #66B618;
    border-left: 10px solid #66B618;
    border-bottom: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    bottom: -7px;
    left: calc(50% - 7px);
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.reserved section h2 {
    font-size: 26px;
    line-height: 40px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus.reserved section h2 {
    font-size: 26px;
    line-height: 40px;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.reserved section h2 {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.reserved section.news .btnArea {
    text-align: right;
    margin-top: 30px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus.reserved section.news .btnArea {
    text-align: right;
    margin-top: 30px;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.reserved section.news .btnArea {
    margin-top: 20px;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.reserved section.news .btnArea .btn:hover {
    background-color: #66B618;
  }
  #kotosan-bus.reserved section.news .btnArea .btn:hover:after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.reserved .breadcrumb + .text {
    text-align: left;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.reserved article h3 + div p {
    width: calc(50% + 15px);
    padding-right: 30px;
    box-sizing: border-box;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.reserved article h3 + div p {
    order: 2;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.reserved article h3 + div p + img {
    width: calc(50% - 15px);
  }
}
@media (max-width: 766px) {
  #kotosan-bus.reserved article h3 + div p + img {
    order: 1;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.reserved article ul {
    display: flex;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.reserved article ul li {
    width: calc((100% - 90px) / 3);
    margin-right: 30px;
    text-align: center;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.reserved article ul li {
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.reserved article ul li img {
    width: 80%;
    margin-bottom: 20px;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.reserved article ul li img {
    width: 30%;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.reserved article ul li p {
    width: 100%;
    padding: 0;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.reserved article ul li p {
    width: 70%;
    margin: 0;
    padding-left: 10px;
    box-sizing: border-box;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.reserved article ul li:last-child {
    margin-right: 0;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.reserved article ul li:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.reserved article .box_border {
    padding: 30px;
    display: flex;
    justify-content: space-between;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.reserved article .box_border {
    margin-top: 30px;
    padding: 10px;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.reserved article .box_border div {
    width: calc((100% - 30px) / 2);
  }
}
@media (max-width: 766px) {
  #kotosan-bus.reserved article .box_border div {
    margin-bottom: 30px;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.reserved article .box_border div p {
    height: 120px;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.reserved article .box_border div p {
    margin-bottom: 0;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.reserved article .box_border div:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.useful .navArea .listNav .useful {
    background-color: #ffeee0;
    position: relative;
    overflow: hidden;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.useful .navArea .listNav .useful p:before {
    content: "";
    width: 100%;
    height: 4px;
    display: block;
    background-color: #f6903e;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.useful .navArea .listNav .useful p:after {
    content: "";
    width: 0;
    height: 0;
    border-radius: 4px;
    transform: rotateZ(27deg) rotateY(40deg) rotateX(-50deg);
    border-top: 10px solid #f6903e;
    border-left: 10px solid #f6903e;
    border-bottom: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    bottom: -7px;
    left: calc(50% - 7px);
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.useful section h2 {
    font-size: 26px;
    line-height: 40px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus.useful section h2 {
    font-size: 26px;
    line-height: 40px;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.useful section h2 {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.useful section.news .btnArea {
    text-align: right;
    margin-top: 30px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus.useful section.news .btnArea {
    text-align: right;
    margin-top: 30px;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.useful section.news .btnArea {
    margin-top: 20px;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.useful section.news .btnArea .btn:hover {
    background-color: #f6903e;
  }
  #kotosan-bus.useful section.news .btnArea .btn:hover:after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.useful section.box .box_link .list_link li:hover {
    opacity: 0.8;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.useful section.box section#rosen .list_howto li {
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus.useful section.box section#rosen .list_howto li {
    padding: 10px;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.useful section.box section#rosen .list_howto li {
    padding: 10px;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.useful section.box section#rosen .list_howto li h3 + p {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.useful section.box section#rosen .list_howto li img {
    width: calc((100% - 30px) / 2);
    margin-top: 30px;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.useful section.box section#rosen .list_howto li img {
    margin-top: 10px;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.useful section.box section#rosen .list_howto li img + img + p {
    width: 100%;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.useful section.box section#rosen .list_howto li p {
    width: calc((100% - 30px) / 2);
    margin-top: 30px;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.useful section.box section#rosen .list_howto li p {
    margin-top: 10px;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.useful section.box section#limousine .list_howto + ul {
    max-width: 830px;
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.useful section.box section#limousine .list_howto + ul li {
    width: calc((100% - 30px) / 2);
    max-width: 400px;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.useful section.box section#limousine .list_howto + ul li {
    margin-bottom: 20px;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.company .navArea .listNav .lower {
    background-color: #edffd6;
    position: relative;
    overflow: hidden;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.company .navArea .listNav .lower p:before {
    content: "";
    width: 100%;
    height: 4px;
    display: block;
    background-color: #44c078;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.company .navArea .listNav .lower p:after {
    content: "";
    width: 0;
    height: 0;
    border-radius: 4px;
    transform: rotateZ(27deg) rotateY(40deg) rotateX(-50deg);
    border-top: 10px solid #44c078;
    border-left: 10px solid #44c078;
    border-bottom: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    bottom: -7px;
    left: calc(50% - 7px);
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.company section h2 {
    font-size: 26px;
    line-height: 40px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus.company section h2 {
    font-size: 26px;
    line-height: 40px;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.company section h2 {
    font-size: 20px;
    line-height: 24px;
  }
  #kotosan-bus.company section .philosophy h2 {
    font-size: 26px;
    line-height: 30px;
  }
  #kotosan-bus.company section .philosophy h3 {
    font-size: 18px;
    line-height: 24px;
  }
  #kotosan-bus.company section .philosophy p {
    text-align: left;
    font-size: 16px;
    line-height: 30px;
  }
  #kotosan-bus.company section .philosophy p.copy {
    font-size: 30px;
    line-height: 40px;
    text-align: center;
  }
  #kotosan-bus.company section .philosophy .logo img {
    width: 50%;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.company section.news .btnArea {
    text-align: right;
    margin-top: 30px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus.company section.news .btnArea {
    text-align: right;
    margin-top: 30px;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.company section.news .btnArea {
    margin-top: 20px;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.company section.news .btnArea .btn:hover {
    background-color: #44c078;
  }
  #kotosan-bus.company section.news .btnArea .btn:hover:after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.company .contents {
    padding: 60px 0;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus.company .contents {
    padding: 60px 0;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.company .contents {
    padding: 60px 0;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.company .contents table tr th {
    width: 250px;
    padding: 10px 20px;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.company .contents table tr th {
    padding: 10px;
    width: 140px;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.privacy .navArea .listNav .lower {
    background-color: #edffd6;
    position: relative;
    overflow: hidden;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.privacy .navArea .listNav .lower p:before {
    content: "";
    width: 100%;
    height: 4px;
    display: block;
    background-color: #44c078;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.privacy .navArea .listNav .lower p:after {
    content: "";
    width: 0;
    height: 0;
    border-radius: 4px;
    transform: rotateZ(27deg) rotateY(40deg) rotateX(-50deg);
    border-top: 10px solid #44c078;
    border-left: 10px solid #44c078;
    border-bottom: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    bottom: -7px;
    left: calc(50% - 7px);
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.privacy section h2 {
    font-size: 26px;
    line-height: 40px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus.privacy section h2 {
    font-size: 26px;
    line-height: 40px;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.privacy section h2 {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.privacy section.news .btnArea {
    text-align: right;
    margin-top: 30px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus.privacy section.news .btnArea {
    text-align: right;
    margin-top: 30px;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.privacy section.news .btnArea {
    margin-top: 20px;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.privacy section.news .btnArea .btn:hover {
    background-color: #44c078;
  }
  #kotosan-bus.privacy section.news .btnArea .btn:hover:after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.privacy .contents {
    padding: 60px 0;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus.privacy .contents {
    padding: 60px 0;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.privacy .contents {
    padding: 60px 0;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.privacy .contents section.box p a:hover {
    border-bottom: 1px solid #44c078;
    color: #44c078;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.safety .navArea .listNav .lower {
    background-color: #edffd6;
    position: relative;
    overflow: hidden;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.safety .navArea .listNav .lower p:before {
    content: "";
    width: 100%;
    height: 4px;
    display: block;
    background-color: #44c078;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.safety .navArea .listNav .lower p:after {
    content: "";
    width: 0;
    height: 0;
    border-radius: 4px;
    transform: rotateZ(27deg) rotateY(40deg) rotateX(-50deg);
    border-top: 10px solid #44c078;
    border-left: 10px solid #44c078;
    border-bottom: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    bottom: -7px;
    left: calc(50% - 7px);
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.safety section h2 {
    font-size: 26px;
    line-height: 40px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus.safety section h2 {
    font-size: 26px;
    line-height: 40px;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.safety section h2 {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.safety section.news .btnArea {
    text-align: right;
    margin-top: 30px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus.safety section.news .btnArea {
    text-align: right;
    margin-top: 30px;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.safety section.news .btnArea {
    margin-top: 20px;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.safety section.news .btnArea .btn:hover {
    background-color: #44c078;
  }
  #kotosan-bus.safety section.news .btnArea .btn:hover:after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.tour .navArea .listNav .lower {
    background-color: #edffd6;
    position: relative;
    overflow: hidden;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.tour .navArea .listNav .lower p:before {
    content: "";
    width: 100%;
    height: 4px;
    display: block;
    background-color: #44c078;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.tour .navArea .listNav .lower p:after {
    content: "";
    width: 0;
    height: 0;
    border-radius: 4px;
    transform: rotateZ(27deg) rotateY(40deg) rotateX(-50deg);
    border-top: 10px solid #44c078;
    border-left: 10px solid #44c078;
    border-bottom: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    bottom: -7px;
    left: calc(50% - 7px);
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.tour section h2 {
    font-size: 26px;
    line-height: 40px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus.tour section h2 {
    font-size: 26px;
    line-height: 40px;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.tour section h2 {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.tour section.news .btnArea {
    text-align: right;
    margin-top: 30px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus.tour section.news .btnArea {
    text-align: right;
    margin-top: 30px;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.tour section.news .btnArea {
    margin-top: 20px;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.tour section.news .btnArea .btn:hover {
    background-color: #44c078;
  }
  #kotosan-bus.tour section.news .btnArea .btn:hover:after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.mail .navArea .listNav .lower {
    background-color: #edffd6;
    position: relative;
    overflow: hidden;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.mail .navArea .listNav .lower p:before {
    content: "";
    width: 100%;
    height: 4px;
    display: block;
    background-color: #44c078;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.mail .navArea .listNav .lower p:after {
    content: "";
    width: 0;
    height: 0;
    border-radius: 4px;
    transform: rotateZ(27deg) rotateY(40deg) rotateX(-50deg);
    border-top: 10px solid #44c078;
    border-left: 10px solid #44c078;
    border-bottom: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    bottom: -7px;
    left: calc(50% - 7px);
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.mail section h2 {
    font-size: 26px;
    line-height: 40px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus.mail section h2 {
    font-size: 26px;
    line-height: 40px;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.mail section h2 {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.mail section.news .btnArea {
    text-align: right;
    margin-top: 30px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus.mail section.news .btnArea {
    text-align: right;
    margin-top: 30px;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.mail section.news .btnArea {
    margin-top: 20px;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.mail section.news .btnArea .btn:hover {
    background-color: #44c078;
  }
  #kotosan-bus.mail section.news .btnArea .btn:hover:after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.page404 .navArea .listNav .lower {
    background-color: #edffd6;
    position: relative;
    overflow: hidden;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.page404 .navArea .listNav .lower p:before {
    content: "";
    width: 100%;
    height: 4px;
    display: block;
    background-color: #44c078;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.page404 .navArea .listNav .lower p:after {
    content: "";
    width: 0;
    height: 0;
    border-radius: 4px;
    transform: rotateZ(27deg) rotateY(40deg) rotateX(-50deg);
    border-top: 10px solid #44c078;
    border-left: 10px solid #44c078;
    border-bottom: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    bottom: -7px;
    left: calc(50% - 7px);
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.page404 section h2 {
    font-size: 26px;
    line-height: 40px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus.page404 section h2 {
    font-size: 26px;
    line-height: 40px;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.page404 section h2 {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.page404 section.news .btnArea {
    text-align: right;
    margin-top: 30px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus.page404 section.news .btnArea {
    text-align: right;
    margin-top: 30px;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.page404 section.news .btnArea {
    margin-top: 20px;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.page404 section.news .btnArea .btn:hover {
    background-color: #44c078;
  }
  #kotosan-bus.page404 section.news .btnArea .btn:hover:after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.page404 .contents {
    padding: 60px 0;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus.page404 .contents {
    padding: 60px 0;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.page404 .contents {
    padding: 60px 0;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.marugame_sakaide .navArea .listNav .limousine, #kotosan-bus.marugame_zentsuuji .navArea .listNav .limousine {
    background-color: #e4edff;
    position: relative;
    overflow: hidden;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.marugame_sakaide .navArea .listNav .limousine p:before, #kotosan-bus.marugame_zentsuuji .navArea .listNav .limousine p:before {
    content: "";
    width: 100%;
    height: 4px;
    display: block;
    background-color: #2261e2;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.marugame_sakaide .navArea .listNav .limousine p:after, #kotosan-bus.marugame_zentsuuji .navArea .listNav .limousine p:after {
    content: "";
    width: 0;
    height: 0;
    border-radius: 4px;
    transform: rotateZ(27deg) rotateY(40deg) rotateX(-50deg);
    border-top: 10px solid #2261e2;
    border-left: 10px solid #2261e2;
    border-bottom: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    bottom: -7px;
    left: calc(50% - 7px);
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.marugame_sakaide section h2, #kotosan-bus.marugame_zentsuuji section h2 {
    font-size: 26px;
    line-height: 40px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus.marugame_sakaide section h2, #kotosan-bus.marugame_zentsuuji section h2 {
    font-size: 26px;
    line-height: 40px;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.marugame_sakaide section h2, #kotosan-bus.marugame_zentsuuji section h2 {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.marugame_sakaide section.news .btnArea, #kotosan-bus.marugame_zentsuuji section.news .btnArea {
    text-align: right;
    margin-top: 30px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus.marugame_sakaide section.news .btnArea, #kotosan-bus.marugame_zentsuuji section.news .btnArea {
    text-align: right;
    margin-top: 30px;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.marugame_sakaide section.news .btnArea, #kotosan-bus.marugame_zentsuuji section.news .btnArea {
    margin-top: 20px;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.marugame_sakaide section.news .btnArea .btn:hover, #kotosan-bus.marugame_zentsuuji section.news .btnArea .btn:hover {
    background-color: #2261e2;
  }
  #kotosan-bus.marugame_sakaide section.news .btnArea .btn:hover:after, #kotosan-bus.marugame_zentsuuji section.news .btnArea .btn:hover:after {
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.otherLang .navArea .listNav li {
    width: 25%;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.otherLang section.bus {
    padding: 20px;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.otherLang section.bus .box .listBus li a .boxBus h3 {
    font-size: 20px;
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus.otherLang section.bus .box .listBus li a .boxBus h3 {
    font-size: 20px;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.otherLang section.bus .box .listBus li a .boxBus h3 {
    padding: 20px 0;
    box-sizing: border-box;
    font-size: 18px;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.otherLang section.bus .box .listBus li a .boxBus .img {
    width: 100%;
    height: 170px;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.otherLang section.bus .box .listBus li a .boxBus .img img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.otherLang section.bus .box .listBus li a .boxBus .bus {
    display: none;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.otherLang section.bus .box .listBus li a:hover .boxBus h3 {
    color: #44c078;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.otherLang section.bus .box .listBus li {
    width: calc((100% - 120px) / 3);
  }
}
@media (min-width: 767px) and (max-width: 1024px) {
  #kotosan-bus.otherLang section.bus .box .listBus li {
    width: calc((100% - 30px) / 3);
  }
}
@media (max-width: 766px) {
  #kotosan-bus.otherLang.rosen .breadcrumb + .text {
    text-align: left;
  }
}
@media (min-width: 1025px) {
  #kotosan-bus.otherLang.rosen .contents section.map .box_map .box_map_btn {
    width: 390px;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.otherLang.rosen .contents section.map .box_map .box_map_btn .list_map_btn li {
    margin-right: 10px;
    width: calc((100% - 10px) / 2);
  }
}
@media (max-width: 766px) {
  #kotosan-bus.otherLang.rosen .contents section.map .box_map .box_map_btn .list_map_btn li:nth-child(even) {
    margin-right: 0;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.otherLang.rosen .contents section.line .box_link {
    padding: 10px;
    box-sizing: border-box;
    background-color: #fdf9ea;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.otherLang.rosen .contents section.line .box_link .list_link {
    display: block !important;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.otherLang.rosen .contents section.line .box_link .list_link li {
    width: 100%;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.otherLang.limousine .contents section.time section.cont .boxTime .boxTab .boxTable .tab {
    top: -60px;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.otherLang.limousine .contents section.time section.cont .boxTime .boxTab .boxTable .tab span {
    height: 60px;
  }
}
@media (max-width: 766px) {
  #kotosan-bus.otherLang.sp .contents .breadcrumb + .text {
    text-align: left;
  }
}
@media print {
  body {
    zoom: 0.68;
    max-height: 100% !important;
    overflow: hidden !important;
    -webkit-print-color-adjust: exact;
  }
  body .modalOpen.rosen header, body .modalOpen.rosen footer, body .modalOpen.rosen .navArea, body .modalOpen.rosen .heading, body .modalOpen.rosen .breadcrumb {
    display: none !important;
  }
  body .modalOpen.rosen section.news, body .modalOpen.rosen section.map {
    display: none !important;
  }
  body .modalOpen.rosen .footerBannerArea, body .modalOpen.rosen .btnPageTop, body .modalOpen.rosen .acms-container {
    display: none !important;
  }
  body .modalOpen.rosen section.line h3, body .modalOpen.rosen section.line .box_link, body .modalOpen.rosen section.line .box_line_cont {
    display: none !important;
  }
  body .modalOpen.rosen .modalArea .box_modal {
    width: 100% !important;
    height: 100% !important;
    background-color: #565656 !important;
  }
  body .modalOpen.rosen .modalArea .box_modal .cont {
    background-color: #fff !important;
  }
  body .modalOpen.rosen .modalArea .box_modal .box_time_table div {
    width: calc((100% - 60px) / 2) !important;
    display: inline-block;
  }
}/*# sourceMappingURL=style.css.map */