@charset "UTF-8";
@import url(./libs/html5reset-1.6.1.css);
/* ==============================

　　　　基本設定

============================== */
*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  width: 100%;
  height: 100%;
  font-size: 62.5%;
}

body {
  width: 100%;
  height: 100%;
  background: #f5f5f5;
  color: #333;
  font-family: "IBM Plex Sans", "Helvetica Neue", "Helvetica", "Noto Sans JP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  line-height: 1.2;
  font-size: 1.6rem;
  letter-spacing: .1em;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  padding: 8px;
}

@media screen and (max-width: 767px) {
  body {
    padding: 0;
  }
}
header,
main,
footer {
  position: relative;
}

a {
  color: #3A91E1;
}

a,
button {
  cursor: pointer;
  transition: all 0.5s ease;
}
a:before, a:after,
button:before,
button:after {
  transition: all 0.5s ease;
}
a:hover,
button:hover {
  opacity: .7;
}

button {
  outline: none;
  border: none;
}

img {
  max-width: 100%;
  vertical-align: bottom;
  height: auto;
  justify-content: space-between;
}

ul li,
ol li {
  list-style: none;
}

dl dt,
dl dd {
  line-height: 1.6;
}

p {
  line-height: 1.6;
}

b {
  font-weight: bold;
}

em {
  font-size: 1.2em;
}

small {
  font-size: .8em;
}

strong {
  padding: 0 2px;
  background: linear-gradient(transparent 65%, rgba(244, 242, 233, 0.3) 65%);
}

.sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

.pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.ua_pc .for_pc {
  display: block;
}
.ua_pc .for_sp {
  display: none;
}

.ua_sp .for_pc {
  display: none;
}
.ua_sp .for_sp {
  display: block;
}

/* ==============================

　　　　パーツ

============================== */
h2 {
  border-bottom: 1px solid #3A91E1;
  font-size: 1.9rem;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
h2 img {
  height: 40px;
  margin-right: 10px;
}
h2 small {
  display: inline-block;
  margin: 0 -.5em;
}

.btn {
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  background: #3A91E1;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  padding: 0 20px;
  position: relative;
}
.btn:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 50%);
  position: absolute;
  left: 0;
  top: 0;
}

/* ------------------------------
　カラム
------------------------------- */
.row {
  margin: -15px;
  padding: 0;
}
.row:before, .row:after {
  content: "";
  display: table;
}
.row:after {
  clear: both;
}

*[class*='col_'] {
  padding: 15px;
  float: left;
}

.col_1 {
  width: 100%;
}

.col_2 {
  width: 50%;
}

.col_3 {
  width: 33.33333%;
}

.col_4 {
  width: 25%;
}

.col_5 {
  width: 20%;
}

.col_6 {
  width: 16.66667%;
}

.col_2w {
  width: 66.6666%;
}

@media screen and (max-width: 767px) {
  .row {
    margin: 0;
  }

  *[class*='col_'] {
    width: 100%;
    padding: 0;
    float: none;
  }
  *[class*='col_'] + *[class*='col_'] {
    margin-top: 20px;
  }
}
/* ==============================

　　　　ヘッダー

============================== */
header > div {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
header > div h1 {
  width: 230px;
}
header > div h1 a {
  display: block;
}
header > div > div {
  text-align: right;
}
header > div .btn small {
  display: inline-block;
  margin: 0 -5px;
}
header .logo{
  height: 78px;
  border: 0;
}

header .gunmaas{
  margin-right: 20px;
  height: 39px;
  width: 220px;
  border: 0;
}

@media screen and (max-width: 767px) {
  header {
    padding: 10px 20px 0 20px;
  }
  header .modal {
    display: none !important;
  }
  header > div h1 {
    width: 100px;
  }
  header .gunmaas{
    margin-right: 0px;
    height: 25px;
    width: 130px;
  }
  header .logo{
    height: 50px;
  }
}
/* ==============================

　　　　フッター

============================== */
footer {
  width: 100%;
  text-align: center;
  color: #3d3d3d;
  padding-bottom: 10px;
}

/* ==============================

　　　　メイン

============================== */
main {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin: 10px 0;
  padding: 10px 0;
}

main .overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: none;
  background: rgba(0, 0, 0, 0.5);
}
main .modal {
  width: calc(100% - 40px);
  max-width: 1200px;
  height: 75vh;
  background: #fff;
  padding: 5px 20px 20px;
  overflow: auto;
  position: fixed;
  display: none;
  z-index: 1001;
  top: 50%;
  left: 50%;
  /* transform: translate(-50%, -50%); */
}
main .modal h2 {
  position: relative;
}
main .modal h2 .closeBtn {
  cursor: pointer;
  display: block;
  position: absolute;
  right: 20px;
  top: 10px;
  transform: translateY(-100%);
}
main .modal h2 .closeBtn:before, main .modal h2 .closeBtn:after {
  content: "";
  width: 20px;
  height: 2px;
  background: #333;
  position: absolute;
  left: 50%;
  top: 50%;
}
main .modal h2 .closeBtn:before {
  transform: rotate(45deg);
}
main .modal h2 .closeBtn:after {
  transform: rotate(-45deg);
}
main iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.table5 {
  width: 100%;
  height: 100%;
}

.table5 tr,
.table5 td {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  main {
    padding-left: 20px;
    padding-right: 20px;
  }
  main iframe {
    height: 50vh !important;
  }
}
/* ------------------------------
　路線選択
------------------------------- */
/*特徴*/
.route_select .dt01 {
  background: #b0c4de;
}
.route_select .dt01 + dd .note_wrap {
  background: rgba(155, 82, 33, 0.1);
}

/*利用方法*/
.route_select .dt02 {
  background: #ffd700;
}
.route_select .dt02 + dd .note_wrap {
  background: rgba(155, 82, 33, 0.1);
}
.route_select .dt02 + dl {
  padding-left: 0em;

}

/*お店ぐるりん*/
.dd01 {
  margin-top: 30px;
}
.dd01 .route{
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 15px;
  display: flex;
  justify-content: left;
  color: #fff; 
  background-color: #db1217;
}
.dd01 .btn{
  color: #fff; 
  background-color: #db1217;
  margin-bottom: 15px;
}
.dd01 .time{
  margin-top: 15px;
  display: flex;
  justify-content: center;
}


.route_select {
  height: calc(100% - 137px);
  overflow-y: scroll;
  margin-top: 20px;
}
.route_select > dt {
  height: 30px;
  line-height: 30px;
  color: #fff;
  font-weight: 600;
  padding: 0 15px;
  margin-bottom: 0;
  cursor: pointer;
  position: relative;
  transition: all 0.5s ease;
}
.route_select > dt:hover {
  opacity: .7;
}
.route_select > dt:before, .route_select > dt:after {
  content: "";
  width: 15px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 10px;
}
.route_select > dt:after {
  transform: rotate(-90deg);
  transition: all 0.5s ease;
}
.route_select > dt.open:after {
  transform: rotate(0);
}
.route_select > dd {
  display: block;
  border: 1px solid #ccc;
  border-top: 0;
  padding-left: 0;
}
.route_select > dd + dt {
  margin-top: 30px;
}
.route_select > dd .note_wrap {
  width: 100%;
  background: #efefef;
  border-bottom: 1px dashed #ccc;
  padding: 10px;
  display: none;
}
.route_select > dd .note_wrap h3 {
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.route_select > dd .note_wrap > div + div {
  margin-top: 15px;
}
.route_select > dd .note_wrap dl {
  overflow: hidden;
  font-size: 1.4rem;
}
.route_select > dd .note_wrap dl dt {
  width: 8.0em;
  font-weight: bold;
  float: left;
  clear: left;
}
.route_select > dd .note_wrap dl dd {
  padding-left: 0em;
}
.route_select > dd .select_btn_wrap {
  width: 100%;
  padding: 10px;
}
.route_select > dd h3 {
  text-align: center;
  display: flex;
  justify-content: center;
}
.route_select > dd ul {
  display: flex;
  margin: -5px;
  justify-content: center;
}
.route_select > dd ul li {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 500px;
  padding: 5px;
  margin-top: 10px;
}
.route_select ul.evenly-list {
  font-size: 0.9em;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 -15px 10px;
}
.route_select ul.evenly-list li {
  width: auto;
  margin: 0 15px;
  min-height: auto;
  padding: 0;
}
.route_select > dd .btn {
  color: #fff !important;
  font-weight: normal;
  width: 60%;
  text-align: center;
  padding: 0;
}
.route_select > dd .btn small {
  font-size: .6em;
}
.route_select dd .via{
  padding-left: 0px;
  font-weight: 700;
  font-size: medium;
  text-align: left;
}
.route_select dd .r_time{
  font-weight: 400;
  font-size: medium;
}

/*乗附*/
.route_select .R000002 {
  background: #f36421;
}
.route_select .R000002 + dd .note_wrap {
  background: rgba(155, 82, 33, 0.1);
}
.route_select .R000002 + dd .btn {
  background: #f36421;
}
.route_select .R000002 + dd h4 {
  color: #f36421;
}

/*片岡*/
.route_select .R000003 {
  background: #207bac;
}
.route_select .R000003 + dd .note_wrap {
  background: rgba(175, 145, 195, 0.1);
}
.route_select .R000003 + dd .btn {
  background: #207bac;
}
.route_select .R000003 + dd h4 {
  color: #207bac;
}

/*寺尾*/
.route_select .R000004 {
  background: #ee3b60;
}
.route_select .R000004 + dd .note_wrap {
  background: rgba(175, 145, 195, 0.1);
}
.route_select .R000004 + dd .btn {
  background: #ee3b60;
}
.route_select .R000004 + dd h4 {
  color: #ee3b60;
}

/*南八幡*/
.route_select .R000005 {
  background: #269c33;
}
.route_select .R000005 + dd .note_wrap {
  background: rgba(38, 156, 51, 0.1);
}
.route_select .R000005 + dd .btn {
  background: #269c33;
}
.route_select .R000005 + dd h4 {
  color: #269c33;
}

/*長野*/
.route_select .R000006 {
  background: #0e376c;
}
.route_select .R000006 + dd .note_wrap {
  background: rgba(14, 55, 108, 0.1);
}
.route_select .R000006 + dd .btn {
  background: #0e376c;
}
.route_select .R000006 + dd h4 {
  color: #0e376c;
}

/*倉渕*/
.route_select .R000007 {
  background: #775091;
}
.route_select .R000007 + dd .note_wrap {
  background: rgba(175, 145, 195, 0.1);
}
.route_select .R000007 + dd h4 {
  color: #775091;
}

/*新町*/
.route_select .R000008 {
  background: #696969;
}
.route_select .R000008 + dd .note_wrap {
  background: rgba(236, 115, 169, 0.1);
}
.route_select .R000008 + dd h4 {
  color: #696969;
}

/*榛名*/
.route_select .R000009 {
  background: #ffb6c1;
}
.route_select .R000009 + dd .note_wrap {
  background: rgba(232, 40, 25, 0.1);
}
.route_select .R000009 + dd h4 {
  color: #ffb6c1;
}

/*吉井*/
.route_select .R000010 {
  background: #8eca44;
}
.route_select .R000010 + dd .note_wrap {
  background: rgba(234, 182, 0, 0.1);
}
.route_select .R000010 + dd h4 {
  color: #8eca44;
}

/*東西南北ボタン*/
/*東*/
.btn_east{
  background: #d45e8b;
}
/*西*/
.btn_west{
  background: #207bac;
}
/*南*/
.btn_south{
  background: #bc641e;
}
/*北*/
.btn_north{
  background: #37ae4e;
}
/*新町ルート用*/
.btn_south2{
  background: #207bac;
}
.btn_north2{
  background: #d45e8b;
}

@media screen and (max-width: 1460px) {
  .dd01 .time{
    margin-left: 10px;

  }
  .route_select {
    height: auto;
  }
  .route_select > dd + dt {
    margin-top: 15px;
  }
  .route_select > dd h3 {
    text-align: left;
  }
  .route_select > dd .btn {
    font-size: 1.4rem;
    letter-spacing: 0;
  }
  .route_select > dd ul li {
    width: 100%;
    padding: 5px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 1060px) {
  .route_select .dt01, .route_select .dt02{
    font-size: smaller;
  }
  .route_select dt{
    font-size: smaller;
  }
  .dd01 .route{
    word-break: break-all;
  }
  .dd01 .time{
    margin-left: 10px;
  }
  .route_select dt{
    word-break: break-all;
    font-size: middle;
  }
  .route_select > dd ul {
    display: block;
    margin: -5px;
    justify-content: center;
  }
}
@media screen and (max-width: 940px) {
  .dd01, .route_select dt{
    font-size: smaller;
    white-space: normal;
    word-wrap: break-word;
    height: auto;
  }
  .dd01 .time{
    font-size: medium;
  }
}
@media screen and (max-width: 767px) {
  .route_select .dt01, .route_select .dt02,
  .dd01, .route_select dt{
    font-size: medium;
    white-space: normal;
    word-wrap: break-word;
    height: auto;
  }
  .route_select > dd ul {
    display: flex;
    margin: -5px;
    justify-content: center;
  }
}
@media screen and (max-width: 550px) {
  .route_select > dd ul {
    display: block;
    margin: -5px;
    justify-content: center;
  }
}
/* ------------------------------
　使い方
------------------------------- */
.howto img {
  max-width: calc(100% - 20px);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  margin: 10px;
}
.howto dl dt {
  display: flex;
}
.howto dl dt span {
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #3A91E1;
  color: #fff;
  text-align: center;
  display: inline-block;
}
.howto dl dt p {
  width: calc(100% - 30px);
  padding: 3px 0 0 5px;
}
.howto dl dd {
  margin-left: 30px;
}
.howto dl dd + dt {
  margin-top: 30px;
}
