﻿@charset "utf-8";
@import url(reset.css);


/* static */
/* -------------------------------------------------------- */
html,body {font-variant-ligatures:none;}
html {font-size:62.5%;}
body {font-size:3.0vw; font-family:Meiryo,'MS PGothic',Osaka,arial,helvetica,sans-serif; color:#333; text-align:center; -webkit-text-size-adjust:100%; text-size-adjust:100%; background:none;}

h1, h2, h3, h4, h5, h6, h7 {line-height:1.3;}
p, li, dt, dd, th, td, address, blockquote, div {line-height:1.3;}
input, select, textarea, button {font-size:3.0vw; font-family:Meiryo,'MS PGothic',Osaka,arial,helvetica,sans-serif; line-height:1.4; vertical-align:middle;}
input[type='submit'],input[type='reset'],input[type='button'], button {cursor:pointer; -ms-appearance:none; -webkit-appearance:none; appearance:none;}
:placeholder-shown {color:#ccc;}
::-webkit-input-placeholder {color:#ccc;}
:-moz-placeholder {color:#ccc; opacity:1;}
::-moz-placeholder {color:#ccc; opacity:1;}
:-ms-input-placeholder {color:#ccc;}

strong {font-weight:bold;}
ol {list-style-type:decimal; margin-left:2.2em;}
img {max-width:100%; width:auto; height:auto; line-height:0; vertical-align:top; border:0; display:inline;}

a {color:#5b5755; font-weight:bold; text-decoration:underline; text-underline-offset: 2px; letter-spacing: 0.1em;}
a:hover {color:#5b5755;  font-weight:bold; text-decoration:none;letter-spacing: 0.1em;}
a.off {pointer-events:none; cursor:default; opacity:0.3;}

/* container */
/* -------------------------------------------------------- */
#container {width:100%; overflow:hidden;}


/* header */
/* -------------------------------------------------------- */
#header {width:100%; position:fixed; top:0; left:0; z-index:300; height: 65px;}
#header .logo {text-align:center;}
#header .logo img {width:auto; height:65px; margin:0 auto; padding:3px; display:block;}

#gNavBtn {width:36px; height:36px; position:relative; cursor:pointer; display:block; transition-property:opacity;}
#gNavBtn > span {width:64%; height:2px; margin:-1px 0 0 0; background-color:rgba(255,255,255,1); display:block; position:absolute; top:50%; right:0; transition:background-color 0.3s ease;}
#gNavBtn > span::before,
#gNavBtn > span::after {content:''; height:2px; background-color:rgba(255,255,255,1); display:block; position:absolute; right:0;}
#gNavBtn > span::before {width:153%; top:-9px; transition:top 0.3s ease;}
#gNavBtn > span::after {width:120%; bottom:-9px; transition:bottom 0.3s ease;}
#gNavBtn,
#gNavBtn > span::before,
#gNavBtn > span::after {transition-duration:0.3s; transition-delay:0s; transition-timing-function:ease;}

#gNavCheck {display:none;}
#gNavCheck:checked + #gNav + #footer #gNavBtn > span {background-color:rgba(255,255,255,0);}
#gNavCheck:checked + #gNav + #footer #gNavBtn > span::before {width:130%; top:0; transform:rotate(45deg); transition-property:transform;}
#gNavCheck:checked + #gNav + #footer #gNavBtn > span::after {width:130%; bottom:0; transform:rotate(-45deg); transition-property:transform;}

#gNav {width:100%; height:100vh; position:fixed; top:0; left:0; z-index:200; pointer-events:none;}
#gNav::before {content:''; width:100%; height:100%; background-color:rgba(0,0,0,0.3); display:block; position:fixed; top:0; left:0; opacity:0; z-index:100; transition:opacity 0.6s ease;}
#gNav > div {width:64%; height:100vh; color:#fff; margin:0 0 0 auto;  background: linear-gradient(300deg, #00bbcb, 70%, #b5e3d0); box-shadow:0 0 15px rgba(0,0,0,0.5); position:relative; right:-70%; overflow:hidden; z-index:200; transition:right 0.6s ease;}
#gNav > div > div {padding:135px 5.3vw;}
#gNav .user {font-size:4.8vw; line-height:1; text-align:right; color:#fff; padding:3.0vw 0 3.0vw 2.2vw; border-bottom:solid 2px #fff;}
.nav {display:block !important;}
#gNav .nav {margin:1.7vw 0 0 0;}
#gNav .nav li {font-size:4.8vw; text-align:left; margin-left:15vw; padding: 5vw 0; border-bottom:2px dotted #fff ;}
#gNav .nav li a {font-size:3.6vw;}
#gNav .nav a {width:100%; text-decoration:none; color:#fff; padding:0 8.2vw 0 0; display:inline-block !important; position:relative;}
#gNav .nav a::after {content:''; width:10.0vw; height:10.0vw; margin:-4.0vw 0 0 0; background-repeat:no-repeat; background-position:center center; background-size:contain; display:block !important; position:absolute; top:15%; right:0;}
#gNav .nav a.icon1::after { background-image:url(../css/images/icon_01.png);}
#gNav .nav a.icon2::after { background-image:url(../css/images/icon_02.png);}
#gNav .nav a.icon3::after { background-image:url(../css/images/icon_03.png); top:25%; }
#gNav .nav a.icon4::after { background-image:url(../css/images/icon_04.png);}
#gNav .nav a.icon5::after { background-image:url(../css/images/icon_05.png);}
#gNav .nav a.icon6::after { background-image:url(../css/images/icon_06.png);}
#gNav .nav a.iconlogout::after {background-image:url(../css/images/login_out_icon.png);}
#gNavCheck:checked + #gNav {pointer-events:auto;}
#gNavCheck:checked + #gNav::after {opacity:1;}
#gNavCheck:checked + #gNav > div {right:0; overflow:auto;}


/* contents */
/* -------------------------------------------------------- */
#contents {padding:90px 6.0vw 0;}

#contents .col-md-6 {
  position: relative;
  width: 100%;
  padding-right: 2vw;
  padding-left: 2vw;
}

.ttl {font-size:6.0vw; font-weight:bold; line-height:1; text-align:left; color:#00bbcb; display:block; position:relative; white-space: nowrap;}
.ttl + .lng-setting {position:relative;}
.ttl + .lng-setting > span {position:absolute; top:-7.4vw; right:0;}
.lng-setting > span {width:22.3vw; height:7.8vw; font-size:3.5vw; font-weight:bold; line-height:1; text-decoration:none; color:#fff; background: linear-gradient(300deg, #00bbcb, 70%, #b5e3d0); border-radius:1.3vw; display:flex; justify-content:center; align-items:center; cursor:pointer;}
.lng-setting > span > span {padding:0 3.2vw 0 0; display:inline-block; position:relative;}
.lng-setting > span > span::before {content:''; width:2.6vw; height:2.6vw; margin:-1.3vw 0 0 0; background:url(../css/images/arrow_01.png) no-repeat center center; background-size:cover; display:block; position:absolute; top:50%; right:0;}
.eticket_title {
  display: flex;
}
.liner {
  position: inherit;
  border-top: 1px solid #00bbcb;
  margin: auto 0 auto 4vw;
  height: 1px;
  vertical-align: middle;
  width:100%;
}


.ttl_eticket {color:#3bbac9;font-size:6.0vw; font-weight:bold; line-height:1; text-align:left; padding:0 0 0 2em; color:#00bbcb; display:block; position:relative; white-space: nowrap;}
.ttl_eticket::before {
  content: '';
  width: 1.5em;
  height: 1.5em;
  margin: -0.7em 0 0 0;
  background: url(../css/images/eticket_icon.png) no-repeat center center;
  background-size: 1.5em;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
}

.tel-btn {margin:5.3vw 0 0 0;}
.tel-btn a {height:23.75vw; font-size:6.0vw; font-weight:bold; line-height:1; text-decoration:none; color:#00bbcb; background-color:#fff; box-shadow:0 0 1.7vw rgba(0,0,0,0.2); border-radius:1.6vw; display:flex; justify-content:flex-start; align-items:center;}
.tel-btn a > span {text-align:left; margin:0 0 0 9.3vw; padding:0 0 0 18.4vw; display:block; position:relative;}
.tel-btn a > span::before {content:''; width:14.2vw; height:14.2vw; margin:-7.1vw 0 0 0; background:url(../css/images/icon_11.png) no-repeat center center; background-size:cover; display:block; position:absolute; top:50%; left:0;}
.tel-btn .sub {font-size:60%; margin:0.9vw 0 0 0; display:block;}

.url-btn {margin:5.3vw 0 0 0;}
.url-btn a {height:23.75vw; font-size:6.0vw; font-weight:bold; line-height:1; text-decoration:none; color:#00bbcb; background-color:#fff; box-shadow:0 0 1.7vw rgba(0,0,0,0.2); border-radius:1.6vw; display:flex; justify-content:flex-start; align-items:center;}
.url-btn a > span {text-align:center;  padding:0 0 0 16.4vw; display:block; position:relative;}
.url-btn .sub {font-size:60%; margin:0.9vw 0 0 0; display:block;}

.ticket-btn li {margin:6.0vw 0 0 0;}
#contents .ticket-btn li a {width:100%; height:20vw; font-size:6.2vw; letter-spacing: 0;line-height:1; text-decoration:none; color:#fff ;background-repeat:no-repeat; background-size:contain; background-position:left center; border-radius:1.4vw; display:flex; justify-content:center; align-items:center; padding-left: 24vw;}
.ticket-btn li #qrBuyBtn_dis {width:100%; height:23.6vw; font-size:6.2vw; line-height:1; text-decoration:none; background-repeat:no-repeat; background-position:center center; background-size:contain; border-radius:1.4vw; display:flex; justify-content:center; align-items:center;}
.ticket-btn li:nth-of-type(1n) a {background-image:url(../css/images/icon_15.png), linear-gradient(300deg, #00bbcb, 70%, #b5e3d0);}
.ticket-btn li:nth-of-type(2n) a {background-image:url(../css/images/icon_16.png), linear-gradient(300deg, #00bbcb, 70%, #b5e3d0);}
.ticket-btn li:nth-of-type(3n) a {background-image:url(../css/images/icon_17.png), linear-gradient(300deg, #00bbcb, 70%, #b5e3d0);}

#contents .ticket-btn li #eticketbuy,
#contents .ticket-btn li #eticketUse,
#contents .ticket-btn li #qrUseSt {color: #fff000}

.admin-gtfs-btn li {margin:6.0vw 0 0 0;}
#contents .admin-gtfs-btn li a {width:100%; height:20vw; font-size:6.2vw; letter-spacing: 0;line-height:1; text-decoration:none; color:#fff ;background-repeat:no-repeat; background-size:contain; background-position:center center; border-radius:1.4vw; display:flex; justify-content:center; align-items:center;}
.admin-gtfs-btn li:nth-of-type(1n) a {background:linear-gradient(300deg, #00bbcb, 70%, #b5e3d0);}

.modal-obj {width:100%; height:100vh; background-color:rgba(0,0,0,0.3); position:fixed; top:0; left:0; z-index:100; opacity:0; overflow:auto; pointer-events:none; transition:opacity 0.6s ease;}
.modal-obj.on {opacity:1; pointer-events:auto;}
.modal-obj > div {padding:calc(54px + 17.8vw) 5.8vw 78px 5.8vw;}
.modal-obj .box {padding:5.3vw 7.1vw 8.5vw 7.1vw; background-color:#fff; box-shadow:0 0 1.7vw rgba(0,0,0,0.2); border-radius:1.6vw;}

.ticket-modal .txt {font-size:3.2vw; text-align:center;}
.ticket-modal h3 {font-size:4.2vw; font-weight:bold; text-align:center; margin:3.5vw 0 0 0;}
.ticket-modal h3 img {max-width:66.9vw; margin:0 auto 0.9vw auto; display:block;}
.ticket-modal .list {margin:1.3vw 0 0 0; padding:0 3.2vw;}
.ticket-modal .list > div {padding:8.9vw 0 0 0; display:flex; align-items:center;}
.ticket-modal .list > div > div:nth-of-type(1) {width:35%; font-size:5.3vw; font-weight:bold;}
.ticket-modal .list > div > div:nth-of-type(2) {width:28%; position:relative; cursor:pointer;}
.ticket-modal .list > div > div:nth-of-type(2):after {content:''; width:2.6vw; height:2.6vw; margin:-1.3vw 0 0 0; background:url(../css/images/arrow_02.png) no-repeat center center; background-size:cover; display:block; position:absolute; top:50%; right:1.7vw; pointer-events:none;}
.ticket-modal .list > div > div:nth-of-type(2) select {width:100%; padding:0 6.4vw 0 0; background:none; border:solid 1px #333; border-radius:1.0vw; box-sizing:border-box;}
.ticket-modal .list > div > div:nth-of-type(2) select {font-size:5.3vw; font-weight:bold; vertical-align:middle; text-align:right; text-indent:0.01px; text-overflow:''; color:inherit; outline:none; -webkit-appearance:none; -moz-appearance:none; appearance:none;}
.ticket-modal .list > div > div:nth-of-type(2) select option {color:#333; padding:0; background-color:#fff;}
.ticket-modal .list > div > div:nth-of-type(2) select::-ms-expand {display:none;}
.ticket-modal .list > div > div:nth-of-type(2) select:-moz-focusring {color:transparent; text-shadow:0 0 0 #828c9a;}
.ticket-modal .list > div > div:nth-of-type(3) {font-size:5.3vw; font-weight:bold; text-align:right; flex:1;}
.ticket-modal .total {font-size:5.3vw; font-weight:bold; text-align:right; margin:5.8vw 0 0 0; padding:4.1vw 3.2vw 0 3.2vw; border-top:solid 1px #333;}
.ticket-modal .attention {font-size:3.2vw; text-align:center; margin:10.2vw 0 0 0;}
.ticket-modal .attention a {text-decoration:underline; color:#00bbcb;}
.ticket-modal .btn {margin:5.8vw -2.5vw 0 -2.5vw; display:flex; align-items:center;}
.ticket-modal .btn > div {width:50%; padding:0 2.5vw; box-sizing:border-box;}
.ticket-modal .btn button {
  align-items:center;
  background-color:#fff;
  box-shadow:0 0 1.7vw rgba(0,0,0,0.1);
  border-radius:0.9vw;
  box-sizing:border-box;
  display:flex;
  font-size:5.3vw;
  font-weight:bold;
  height:11.6vw;
  justify-content:center;
  margin:0 auto;
  position:relative;
  text-decoration:none;
  width:39.1vw;
  border: solid 3px transparent;
  background-image:linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(300deg, #00bbcb, 70%, #b5e3d0);
  background-origin: border-box;
  background-clip: content-box, border-box;
  box-shadow: 2px 1000px 1px #fff inset;
}

.ticket-modal .btn .settlement button {color:#00bbcb; background: linear-gradient(300deg, #00bbcb, 70%, #b5e3d0);}
.ticket-modal .btn .cancel span{
  font-size:inherit;
  font-weight:inherit;
  color:#00bbcb;
  background: linear-gradient(300deg, #00bbcb, 70%, #b5e3d0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.leave-btn {text-align:center; margin:6.8vw 0 0 0;}
/*
.leave-btn button {width:34.1vw; height:11.6vw; font-size:5.3vw; font-weight:bold; text-decoration:none; color:#5fcfcf; margin:0 auto; background-color:#fff; box-shadow:0 0 1.7vw rgba(0,0,0,0.1); border:solid 1px #5fcfcf; border-radius:0.9vw; box-sizing:border-box; display:flex; justify-content:center; align-items:center;}
*/
.leave-btn button {
  align-items:center;
  background-color:#fff;
  box-shadow:0 0 1.7vw rgba(0,0,0,0.1);
  border-radius:0.9vw;
  box-sizing:border-box;
  display:flex;
  font-size:5.3vw;
  font-weight:bold;
  height:11.6vw;
  justify-content:center;
  margin:0 auto;
  position:relative;
  text-decoration:none;
  width:34.1vw;
  border: solid 3px transparent;
  background-image:linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(300deg, #00bbcb, 70%, #b5e3d0);
  background-origin: border-box;
  background-clip: content-box, border-box;
  box-shadow: 2px 1000px 1px #fff inset;
}
.leave-btn span{
  font-size:inherit;
  font-weight:inherit;
  color:#00bbcb;
  background: linear-gradient(300deg, #00bbcb, 70%, #b5e3d0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.change-btn {text-align:center; margin:6.8vw 0 0 0;}
.change-btn button {width:39.1vw; height:11.6vw; font-size:5.3vw; font-weight:bold; text-decoration:none; color:#fff; margin:0 auto; background: linear-gradient(300deg, #00bbcb, 70%, #b5e3d0); box-shadow:0 0 1.7vw rgba(0,0,0,0.1); border:solid 1px #00bbcb; border-radius:0.9vw; box-sizing:border-box; display:flex; justify-content:center; align-items:center;}

.help-box {text-align:left; margin:5.3vw 0 0 0; padding:6.0vw 4.6vw; background-color:#fff; box-shadow:0 0 1.7vw rgba(0,0,0,0.2); border-radius:1.6vw;}
.help-box h3 {margin-bottom: 10;font-size:5vw; font-weight:bold; color:#00bbcb; padding:0 1.6vw 0.9vw 1.6vw; border-bottom:solid 1px #00bbcb;}
.help-box .ctx + h3 {margin:6.6vw 0 0 0;}
.help-box .ctx {font-size:2.8vw; padding:0 1.6vw;}
.help-box .ctx p {margin:3.5vw 0 0 0;}
.help-box .ctx p:first-of-type {margin-top:1.6vw;}
.help-box label { color:#5b5755;}

#info_div .help-box h3 {margin-bottom: 10;font-size:5vw; font-weight:bold; color:#CC0E37; padding:0 1.6vw 0.9vw 1.6vw; border-bottom:solid 1px #CC0E37;}


.history-box {text-align:left; margin:4.2vw 0 0 0;}
.history-box .head {height:11.4vw; background: linear-gradient(300deg, #00bbcb, 70%, #b5e3d0); box-shadow:0 0 1.7vw rgba(0,0,0,0.1); border-radius:1.0vw; display:flex; justify-content:flex-start; align-items:center;}
.history-box .head > div {font-size:4.4vw; font-weight:bold; line-height:1; color:#fff; box-sizing:border-box;}
.history-box .head > div:nth-of-type(1) {width:35%; padding:0 0 0 4.6vw;}
.history-box .head > div:nth-of-type(2) {width:38%;}
.history-box .head > div:nth-of-type(3) {width:30%; padding:0 0 0 4.6vw;}
.history-box .list > div {padding:3.7vw 0; border-bottom:solid 1px #00bbcb; display:flex; justify-content:flex-start;}
.history-box .list > div > div {font-size:3.2vw; box-sizing:border-box;}
.history-box .list > div > div:nth-of-type(1) {width:35%; padding:0 0 0 4.6vw;}
.history-box .list > div > div:nth-of-type(2) {width:38%;}
.history-box .list > div > div:nth-of-type(3) {width:30%; padding:0 0 0 4.6vw;}

.user-box {text-align:left; margin:5.3vw 0 0 0; padding:6.0vw 6.4vw; background-color:#fff; box-shadow:0 0 1.7vw rgba(0,0,0,0.2); border-radius:1.6vw;}
.user-box .list > dl {margin:3.3vw 0 0 0;}
.user-box .list > dl:first-of-type {margin-top:0;}
.user-box .list dt {font-size:4.1vw; font-weight:bold; color:#00bbcb;}
.user-box label {font-size:4.1vw; font-weight:bold; color:#00bbcb;}
.user-box .list dd {font-size:5.3vw;}
.user-box .check {font-size:3.9vw; margin:12.5vw 0 0 0; display:block; cursor:pointer;}
.user-box .check > input {display:none;}
.user-box .check > input:checked + span::after {opacity:1;}
.user-box .check > span {padding:0 0 0 6.6vw; display:block; position:relative;}
.user-box .check > span::before {content:''; width:5.0vw; height:5.0vw; margin:-2.5vw 0 0 0; border:solid 0.26vw #00bbcb; box-sizing:border-box; display:block; position:absolute; top:50%; left:0;}
.user-box .check > span::after {content:''; width:6.0vw; height:6.0vw; margin:-4.0vw 0 0 0.2vw; background:url(../css/images/check.png) no-repeat center center; background-size:cover; display:block; position:absolute; top:50%; left:0; opacity:0; transition:opacity 0.3s ease;}
.user-box h3 {margin-bottom: 10;font-size:3.9vw; font-weight:bold; color:#00bbcb; padding:0 1.6vw 0.9vw 1.6vw; border-bottom:solid 1px #00bbcb;}
.sw-box .check {font-size:3.9vw; margin:12.5vw 0 0 0; display:block; cursor:pointer;}
.sw-box .check > input {display:none;}
.sw-box .check > input:checked + span::after {opacity:1;}
.sw-box .check > span {padding:0 0 0 6.6vw; display:block; position:relative;}
.sw-box .check > span::before {content:''; width:5.0vw; height:5.0vw; margin:-2.5vw 0 0 0; border:solid 0.26vw #00bbcb; box-sizing:border-box; display:block; position:absolute; top:50%; left:0;}
.sw-box .check > span::after {content:''; width:6.0vw; height:6.0vw; margin:-4.0vw 0 0 0.2vw; background:url(../css/images/check.png) no-repeat center center; background-size:cover; display:block; position:absolute; top:50%; left:0; opacity:0; transition:opacity 0.3s ease;}
.sw-box + .change-btn {margin-top:23.6vw;}
.sw-box h3 {font-size:3.9vw; font-weight:bold; color:#00bbcb; padding:0 1.6vw 0.9vw 1.6vw; border-bottom:solid 1px #00bbcb;}


/* footer */
/* -------------------------------------------------------- */
#footer {width:100%; height:65px; background: linear-gradient(300deg, #00bbcb, 70%, #b5e3d0); border-top:solid 1px #ace2d1; position:fixed; bottom:0; left:0; z-index:300;}
#footer .clm {margin:0 8vw; height:100%; display:flex; justify-content:space-between; align-items:center;}
#footer .clm a ,#footer .clm div {width:50px; height:50px; background-repeat:no-repeat; background-position:center center; background-size:cover; display:block;}
#footer .clm label {width:inherit; height:inherit;}
#footer .clm a.icon1 {background-image:url(../css/images/icon_07.png);}
#footer .clm a.icon2 {background-image:url(../css/images/icon_08.png);}
#footer .clm a.icon3 {background-image:url(../css/images/icon_13.png);}
#footer .clm .icon4 {background-image:url(../css/images/icon_14.png);}
#footer .clm a.iconlogout {background-image:url(../css/images/login_out_icon.png);}


.login_btn {white-space: nowrap;width:34.1vw; height:11.6vw; font-size:5.3vw; font-weight:bold; text-decoration:none; color:#00bbcb; margin:0 auto; background-color:#fff; box-shadow:0 0 1.7vw rgba(0,0,0,0.1); border:solid 1px #00bbcb; border-radius:0.9vw; box-sizing:border-box; display:flex; justify-content:center; align-items:center;color:#fff; background: linear-gradient(300deg, #00bbcb, 70%, #b5e3d0);}

.any {color: #aaa !important;}

.annotation {color: #888 !important;}

html {
    touch-action: manipulation;
  }

.radius-button {
  border-radius: 20px;
}

.radius-combo {
  border-radius: 0.9vw;
  padding-right: 35px;
}

.lan_combo::after {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 16px solid whitesmoke;
  content: "";
  position: absolute;
  right: 8vw;
  top: 4vw;
  width: 0;
}

#lan_form select {
  -webkit-apearance: none;
  appearance: none;
}

#lan_form select::-ms-expand {
  display: none;
}



.gradient {
  text-align: center;
  margin:0 auto;
  background: linear-gradient(300deg, #00bbcb, 70%, #b5e3d0);
}

.gradient-reverse {
  text-align: center;
  margin:0 auto;
  background: linear-gradient(150deg, #00bbcb, 70%, #b5e3d0);
  letter-spacing: 5px;
}

.form_base_buy .form-group button{
  border-radius: 0.9vw;
  font-size:5vw;
  color: #fff;
  border-color: #00bbcb;
  width: 20vw;
  margin: 0 0 0 auto;
  background: linear-gradient(300deg, #00bbcb, 70%, #b5e3d0);
}

.form-group .btn-primary {
  border-radius: 0.9vw;
  font-size:7vw;
  border-color: #00bbcb;
  width: 30vw;
  margin: 0 0 0 auto;
  height:11.6vw;
  background: linear-gradient(300deg, #00bbcb, 70%, #b5e3d0);
  letter-spacing: 1vw;
  font-weight: bold;
  white-space: nowrap;
  padding: 0rem 0 0.1rem 0;
}

.use-eticket-alert {
  background-color: #dcf5f9;
  border: 1px solid #44b3c1;
  color: #126b82;
  border-radius: 0.9vw;
  width:70vw;
}

.img-seiriken {
  width: 160px;
  padding-top: 10px;
  display: block;
  margin: 0 auto;
}

.link-red {
  font-size: 3.1vw;
  color: #CC0E37;
  text-underline-offset: 2px;
}

.parent_data .swal2-popup{
  width: auto;
}


.form-group .btn-outline-primary {
  align-items:center;
  background-color:#fff;
  box-shadow:0 0 1.7vw rgba(0,0,0,0.1);
  border-radius:0.9vw;
  box-sizing:border-box;
  display:flex;
  font-size:7vw;
  font-weight:bold;
  height:11.6vw;
  justify-content:center;
  margin:0 auto;
  position:relative;
  text-decoration:none;
  width: 30vw;
  border: solid 3px transparent;
  background-image:linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(300deg, #00bbcb, 70%, #b5e3d0);
  background-origin: border-box;
  background-clip: content-box, border-box;
  box-shadow: 2px 1000px 1px #fff inset;
}
.form-group .btn-outline-primary span{
  font-size:inherit;
  font-weight:inherit;
  color:#00bbcb;
  letter-spacing: 1vw;
  font-weight: bold;
  padding: 0.5rem 0 0.1rem 0;
  background: linear-gradient(300deg, #00bbcb, 70%, #b5e3d0);
  white-space: nowrap;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.plus_btn {
  margin-left: 15px;
  margin-right: 0;
  width: 11vw;
  font-size:5vw;
  color: #fff;
  border: solid 1px #00bbcb;
  border-radius:0.9vw;
  background: linear-gradient(300deg, #00bbcb, 70%, #b5e3d0);
  justify-content: center;
  align-items: center;
  padding:0;
}

.minus_btn {
  margin-left: 15px;
  margin-right: 0;
  width: 11vw;
  font-size:5vw;
  color: #fff;
  border: solid 1px #00bbcb;
  border-radius:0.9vw;
  background: linear-gradient(300deg, #00bbcb, 70%, #b5e3d0);
  justify-content: center;
  align-items: center;
  padding:0;
}

.ttl_pickups{
  right: 0;
  font-size: 13px;
  margin-top: 5px;
  text-align: left;
}

.pickups_outer .ttl_pickups{
  position: absolute;
  height: 40px;
  line-height: 40px;
  top: 2px;
  right: 38px;
  background-color: #00bbcb;
  border-radius:4px;
  color: #fff;
  width: 30vw;
  font-weight: bold;
  float: right;
  white-space: nowrap;
  text-align: center;
  letter-spacing: 4px;
}

.pickups_outer #pickup{
  padding: 0 10vw;
}




.lst_pickups{
  border-top: 2px solid #00bbcb;
  border-bottom: 2px solid #00bbcb;
  background-color: #f2f2f3;
  padding-top: 10px;
  padding-bottom: 10px;
  min-height: 125px;
  margin-top: 15px;
  float: right;
  width: 111%;
}

.lst_pickups .pickup {
  border: solid 1px #00bbcb;
  border-radius:0.9vw;
  background-color: #fff;
  padding: 20px;
}

.lst_pickups .pickup a{
  color: #3bbac9;
  text-decoration: none;
  font-weight: bold;
}

.lst_pickups .pickup .fromto{
  float: left;
}

.lst_pickups .pickup .fromto div{
  text-overflow: ellipsis;
  overflow: hidden;
  width: 60vw;
}


.lst_pickups .pickup .fee{
  float: right;
  width: 30%;
}


.lst_pickups .pickup a span{
  color: #CC0E37;
  font-weight: bold;
  font-size: inherit;

}

#contents .ticket-btn li #stop {background-image:url(../css/images/bus_stop.png); background-position:center; padding:0;margin-bottom: 3vw;}
#contents .ticket-btn li #rosen {background-image:url(../css/images/rosen_pin.png); background-position:center; padding:0;margin-bottom: 3vw;}

#contents .ticket-btn li{
  background:linear-gradient(300deg, #00bbcb, 70%, #b5e3d0);
  border-radius: 1.8vw;
}

#contents .ticket-btn li #stop p{
  font-size: 4vw;
  position: absolute;
  bottom: 1vw;
}

#contents .ticket-btn li #rosen p{
  font-size: 4vw;
  position: absolute;
  bottom: 1vw;

}

#contents .stop-btn #getOn {background-image: linear-gradient(300deg, #00bbcb, 70%, #b5e3d0);background-position:center; padding:0;}
#contents .stop-btn #getOff {background-image: linear-gradient(300deg, #00bbcb, 70%, #b5e3d0);background-position:center; padding:0;}

.stop-btn li {margin:6.0vw 0 0 0;}
#contents  .stop-btn li a {width:100%; height:23.6vw; font-size:6.2vw; letter-spacing: 0;line-height:1; text-decoration:none; color:#fff ;background-repeat:no-repeat; background-size:contain; background-position:left center; border-radius:1.4vw; display:flex; justify-content:center; align-items:center; padding-left: 24vw;}


/* 乗車チケット　人数入力画面(eticket_ninzu) */

.baroon-stop {
  position: relative;
}

.baroon-stop label{
  font-size: 5vw;
}

.baroon-stop > label:nth-of-type(1) {
  background-color: #126b82;
  border: solid 1px #126b82;
  color: #fff;
  padding:1vw 4vw 0 6vw;
  border-radius: 0.9vw;
  text-align: center;
  letter-spacing: 3vw;
  margin:0;
  line-height: 1;
}

.baroon-stop > label:nth-of-type(2) {
  padding-left: 5vw;
  color:#126b82;
}

.baroon-stop > label:nth-of-type(1):after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 3.5vw;
  left: 26vw;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8.7px;
  border-color: transparent transparent transparent #126b82;
}

.baroon-rosen {
  position: relative;
}

.baroon-rosen label{
  font-size: 5vw;
}

.baroon-rosen > label:nth-of-type(1) {
  background-color: #00bbcb;
  border: solid 1px #00bbcb;
  color: #fff;
  padding:1vw 4vw 0 6vw;
  border-radius: 0.9vw;
  text-align: center;
  letter-spacing: 3vw;
  margin:0;
  line-height: 1;
}

.baroon-rosen > label:nth-of-type(2) {
  padding-left: 5vw;
  color:#00bbcb;
}

.baroon-rosen > label:nth-of-type(1):after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 3.5vw;
  left: 26vw;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8.7px;
  border-color: transparent transparent transparent #00bbcb;
}

.total_fee #ninzu,
.total_fee #price {
  margin-left: 25px;
  color: #CC0E37;
  font-weight: bold;
  font-size: 8vw;
}

.credit-info {
  background-color: #126b82;
  padding: 5px;
}

.user-box .credit-info{
  width: 88VW;
  margin: 0 calc(50% - 44vw);
  text-align: center;
}

.user-box .credit-info label{
  color: #fff;
  text-align: center;
}

.user-box .fromTo {
  padding-top: 3vw;
}

.fromTo label{
  color:#00bbcb;
}

.rosen {
  position: relative;
  text-align: left;
  border-bottom: 1px solid #00bbcb;
  overflow: hidden;
  z-index: 1;
}

.user-box .rosen #rosen {
  color:#00bbcb;
}

.user-box .rosen #rosen {
  color:#fff;
  background-color:#00bbcb;
  margin-bottom: 0;
  padding: 1vw 5vw;
  letter-spacing: 5px;
  vertical-align: bottom;
}

.user-box .rosen #tria {
  content: "";
  border-style: solid;
  border-width: 5.9vw 5.9vw 0 4vw;
  border-color: transparent transparent #00bbcb #00bbcb;
  z-index: -1;
  margin-bottom: 0;
  vertical-align: bottom;
}

/* 乗車チケット　購入確認画面(eticket_check) */

.ttl_eticket_confirm {
  background-image: linear-gradient(300deg, #00bbcb, 70%, #b5e3d0);
  padding: 5px;
}

.user-box .ttl_eticket_confirm {
  width: 88VW;
  margin: 0 calc(50% - 44vw);
  text-align: center;
}

.user-box .ttl_eticket_confirm label{
  font-weight: normal;
  font-size: 19px;
  color: #fff;
  letter-spacing: 0.5vw;
  margin: 2vw 0;
}

.confirm_msg {
  text-align: center;
  margin-top: 10px;
}

.confirm_msg label{
  font-size: 12px;
  font-weight: bold;
  color: #9f9f9f;
}

.eticket_detail {
  background-color: #d2f5f9;
  padding: 5vw;
  font-weight: bold;

}

.user-box .eticket_detail .rosen_area {
  background-color: #006b84;
  border: none;
  border-radius: 4vw;
}

.user-box .eticket_detail .rosen_area #rosen {
    font-weight: normal;
  text-align: left;
  color: #fff;
  background-color: #006b84;
  margin:2vw 4vw;
}

.eticket_detail #getOn
,.eticket_detail #getOff {
  color: #0f768d;
}

.eticket_detail .fromTo label{
  color: #0f768d;
  text-align: left;
  font-weight: bold;
  font-size: 20px;
}

.eticket_detail .fromTo > label:nth-of-type(2) {
  font-size: 20px;
  text-align: left;
  margin-left: 2px;
  margin-right: 2px;
}

.eticket_detail .total_fee {
  text-align: center;
}
.eticket_detail .total_fee #ninzu,
.eticket_detail .total_fee #price {
  margin-left: 5px;
  margin-top: 15px;
  /* color: #CC0E37;  */
  font-weight: bold;
  font-size: 8vw;
}

.eticket_detail #adultLabel > label:nth-of-type(2)
,.eticket_detail #childLabel > label:nth-of-type(2)
,.eticket_detail #welfareLabel > label:nth-of-type(2) {
  color: #333;
}

/* 乗車チケット　購入完了画面(eticket_end) */

.ttl_eticket_end {
  background-image: linear-gradient(300deg, #00bbcb, 70%, #b5e3d0);
  padding: 5px;
}

.user-box .ttl_eticket_end {
  width: 88VW;
  margin: 0 calc(50% - 44vw);
  text-align: center;
}

.user-box .ttl_eticket_end label{
  font-weight: normal;
  font-size: 19px;
  color: #fff;
  letter-spacing: 0.5vw;
  margin: 2vw 0;
}

.eticket_end_msg {
  text-align: center;
  margin-top: 10px;
}

.eticket_end_msg label{
  font-size: 12px;
  font-weight: bold;
  color: #9f9f9f;
}

.eticket_detail #price {
  color: #CC0E37;
}

/* 購入チケット選択画面(eticket_main) */

.ticket-type li {margin:6.0vw 0 0 0;}
#contents .ticket-type li a {width:100%; height:20vw; font-size:6.2vw; letter-spacing: 0;line-height:1; text-decoration:none; color:#fff ;background-repeat:no-repeat; background-size:contain; background-position:left center; border-radius:1.4vw; display:flex; justify-content:center; align-items:center; padding-left: 24vw;}


#contents .ticket-type li #eticket {
  background-image:url(../css/images/icon_18.png);
  background-position:left center;
  padding:0;
  margin-bottom: 3vw;
}

#contents .ticket-type li #commutation_eticket {
  background-image:url(../css/images/icon_19.png);
  background-position:left center;
  padding:0;
  margin-bottom: 3vw;
}

#contents .ticket-type li #set_eticket {
  background-image:url(../css/images/icon_21.png);
  background-position:left center;
  padding:0;
  margin-bottom: 3vw;
}

#contents .ticket-type li{
  background:linear-gradient(300deg, #00bbcb, 70%, #b5e3d0);
  border-radius: 1.8vw;
}

#contents .ticket-type li #stop p{
  font-size: 4vw;
  position: absolute;
  bottom: 1vw;
}

#contents .ticket-type li #rosen p{
  font-size: 4vw;
  position: absolute;
  bottom: 1vw;

}

/* 利用者情報画面(customer_info) */
.customer_info {
  padding-top: 0;
  border-radius: 0;
}

.ttl_customer_info {
  background-image: linear-gradient(300deg, #00bbcb, 70%, #b5e3d0);
  padding: 5px;
}

.user-box .ttl_customer_info {
  width: 88VW;
  margin: 0 calc(50% - 44vw);
  text-align: center;
}


.user-box .ttl_customer_info label {
  color: #fff;
  text-align: center;
  font-size: 3vw;
  letter-spacing: 0.25vw;
}

.user-box .ttl_customer_info .ttl {
  width: 25vw;
  margin: 5vw auto 2vw auto;
  border-bottom: 2px dotted;
  line-height: 1.4;
  font-size: 4vw;
  letter-spacing: 0.5vw;
}

.user-box .customer_info_form {
  margin-top : 3vw;
}

.user-box .customer_info_form .form-group label{
  font-size: 3vw;
  color:#333;
}

.user-box .customer_info_form .form-group .section {
  margin-top : 3vw;
  position: relative;
}

.user-box .customer_info_form .form-group input {
  background-color: #eee;
  border: none;
}

.user-box .customer_info_form .form-group select {
  background-color: #eee;
  border: none;
}

.user-box .customer_info_form .form-group .require {
  position: absolute;
  right: -2px;
  top: 0.5vw;
  letter-spacing: 1em;
  text-indent: 1em;
  color: #fff;
  background-color: #00bbcb;
  text-align: center;
  padding: 0.1vw 0;
}


.user-box .customer_info_form .form-group .optional {
  position: absolute;
  right: -2px;
  top: 0.5vw;
  letter-spacing: 1em;
  text-indent: 1em;
  color: #fff;
  background-color: #888;
  text-align: center;
  padding: 0.1vw 0;
}


/* 乗車チケット　使用人数入力画面(eticket_list) */

.swal2-container .total_fee .sum_number_lb1 {
  margin-bottom: 3vw;
}

.swal2-container .total_fee #sum_number_lb2,
.swal2-container .total_fee #sum_total_price {
  margin-left: 25px;
  color: #CC0E37;
  font-weight: bold;
  font-size: 8vw;
}

.swal2-container .unit_price label{
  color:#00bbcb;
  font-size: 5vw;
}

.swal2-container .row_data label{
  font-weight: normal;
}

.swal2-container .fromTo {
  padding-top: 3vw;
  letter-spacing: 2px;
}

.swal2-container .fromTo label{
  color:#00bbcb;
  font-size: 22px;
}

.swal2-container .rosen #rosen {
  color:#fff;
  background-color:#00bbcb;
  margin-bottom: 0;
  padding: 1vw 5vw 0 5vw;
  letter-spacing: 5px;

}

.swal2-container .rosen #tria {
  content: "";
  border-style: solid;
  border-width: 5.9vw 5.9vw 0 4vw;
  border-color: transparent transparent #00bbcb #00bbcb;
  z-index: -1;
  margin-bottom: 0;
  vertical-align: bottom;
}

.swal2-container .getOutMsg {
  color:#fff;
  width: 100%;
  /* margin: 0 calc(50% - 42vw); */
  text-align: center;
  background-color: #126b82;
}

.swal2-container .getOutMsg label{
  margin: 2vw 0;
  text-align: center;
  letter-spacing: 3px;
}
/* 回数券　使用人数入力画面(eticket_list) */
.swal2-container .commutation_ticket #ticket_name {
  color:#fff;
  background-color:#00bbcb;
  margin-bottom: 0;
  padding: 1vw 5vw 0 5vw;
  letter-spacing: 5px;

}

/* 乗車チケット　使用確認画面(eticket_list内) */

.swal2-container .ttl_eticket_use_confirm {
  font-size: 5vw;
  letter-spacing: 2px;
  background-image: linear-gradient(300deg, #00bbcb, 70%, #b5e3d0);
  padding: 2vw;
  width: 100%;
  margin: 0 calc(50% - 48.8vw);
  text-align: center;
  color: #fff;
}

.swal2-container .msg_eticket_use_confirm {
  font-weight: normal;
  font-size: 19px;
  color: #fff;
  letter-spacing: 0.5vw;
  margin: 2vw 0;
}

.swal2-container .msg_eticket_use_confirm {
  text-align: center;
  margin-top: 10px;
  font-size: 12px;
  font-weight: bold;
  color: #9f9f9f;
}

.swal2-container .eticket_use_detail {
  background-color: #d2f5f9;
  padding: 5vw;
}

.swal2-container .eticket_use_detail .rosen_area
, .swal2-container .eticket_use_detail .ticket_name_area {
  background-color: #006b84;
  border: none;
  border-radius: 4vw;
  text-align: left;
}

.swal2-container .eticket_use_detail .rosen_area #rosen
,.swal2-container .eticket_use_detail .ticket_name_area .ticket_name {
  font-weight: normal;
  text-align: left;
  color: #fff;
  background-color: #006b84;
  margin:2vw 4vw;
  font-size: 4vw;
  letter-spacing: 2px;
}

.swal2-container .eticket_use_detail #getOn
,.swal2-container .eticket_use_detail #to
,.swal2-container .eticket_use_detail #getOff {
  color: #0f768d;
}

.swal2-container .eticket_use_detail .fromTo label{
  color: #0f768d;
  text-align: left;
  font-weight: bold;
  font-size: 20px;
}

.swal2-container .eticket_use_detail .fromTo > label:nth-of-type(2) {
  font-size: 20px;
  text-align: left;
  margin-left: 2px;
  margin-right: 2px;
}


.swal2-container .eticket_use_detail .total_fee #ninzu,
.swal2-container .eticket_use_detail .total_fee #price {
  margin-left: 25px;
  text-align: center;
  margin-top: 15px;
  color: #CC0E37;
  font-weight: bold;
  font-size: 8vw;
}

.swal2-container .eticket_use_detail #number_div
,.swal2-container .eticket_use_detail #children_number_div
,.swal2-container .eticket_use_detail #social_number_div
,.swal2-container .eticket_use_detail #student_number_div {
  position: relative;
  border-bottom:1px solid #5b5755;
}

.swal2-container .eticket_use_detail label{
  color: #333;
  font-weight: bold;
}

.swal2-container .eticket_use_detail #number_div label
,.swal2-container .eticket_use_detail #children_number_div label
,.swal2-container .eticket_use_detail #social_number_div label
,.swal2-container .eticket_use_detail #student_number_div label {
  font-size: 3vw;
  color: #333;
}

.swal2-container .eticket_use_detail #number_div #price
,.swal2-container .eticket_use_detail #children_number_div #price
,.swal2-container .eticket_use_detail #social_number_div #price
,.swal2-container .eticket_use_detail #student_number_div #price {
  position: absolute;
  right: 0;
}

.swal2-container .eticket_use_detail #adultLabel > label:nth-of-type(2)
,.swal2-container .eticket_use_detail #childLabel > label:nth-of-type(2)
,.swal2-container .eticket_use_detail #welfareLabel > label:nth-of-type(2)
,.swal2-container .eticket_use_detail #studentLabel > label:nth-of-type(2) {
  color: #CC0E37;
}

.swal2-popup .swal2-content .outer ,
.swal2-popup .swal2-content .detail_outer {
  padding:1.25em;
}

.swal2-container .use_alert{

  font-weight: normal;
  font-size: 5vw;
  letter-spacing: 2px;
  background-color: #ee0535;
  padding: 2vw;
  width: 100%;
  text-align: center;
  color: #fff;
}

/* QR乗車中 */
#josha_div #sum_number_lb {
  margin-left: 25px;
  color: #CC0E37;
  font-size: 30px;
  font-weight: bold;
}

.josha_ninzu {
  text-align: left;
  font-size: 14px;
  width: 100%;
}

.josha_ninzu hr{
  margin: 2vw auto;
  border-top: 1px solid;
}

.josha_ninzu .ninzu_ttl {
  font-weight:bold;
  text-align: left;
  font-size: 14;
  width:100%;
  margin:1em 5em 0;
}

#josha_div .josha_next_msg {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding: 4vw;
  text-align: center;
  background-color: #006b84;
  color: #FFF;
  font-size: 4vw;
  letter-spacing: 2px;
}

#josha_div  #sum_number_lb label{
  font-size: 20px;
}

#menu_div .ticket-btn li #qrUseSt {
  background-image: url(../css/images/icon_17.png), linear-gradient(300deg, #00bbcb, 70%, #b5e3d0)
}
#josha_div .ticket-btn li #qrUseEd {
  background-image: url(../css/images/icon_17.png), linear-gradient(300deg, #00bbcb, 70%, #b5e3d0)
}

/* QR降車 */

#kousha_div .rosen #qrStRosenNmae {
  color: #fff;
  background-color: #00bbcb;
  margin: 0;
  padding: 1vw 5vw;
  letter-spacing: 5px;
  font-size: 3vw;
  font-weight: normal;
}


#kousha_div .rosen #tria {
  content: "";
  border-style: solid;
  border-width: 5.9vw 5.9vw 0 4vw;
  border-color: transparent transparent #00bbcb #00bbcb;
  z-index: -1;
  margin: 0;
  vertical-align: bottom;
}

#kousha_div  .fromTo {
  padding-top: 3vw;
}

/* 回数券購入 */
.ttl_commutation_eticket {color:#3bbac9;font-size:6.0vw; font-weight:bold; line-height:1; text-align:left; padding:0 0 0 2em; color:#00bbcb; display:block; position:relative; white-space: nowrap;}

.ttl_commutation_eticket::before {
  content: '';
  width: 1.5em;
  height: 1.5em;
  margin: -0.7em 0 0 0;
  background: url(../css/images/eticket_commutation_icon.png) no-repeat center center;
  background-size: 1.5em;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
}


#commutation_eticket_list_div div{
  background-color: #008d3e;
}

#commutation_eticket_list_div .ticket_outer {
  width: 100%;
  border: none;
  margin-top: 10px;
  padding: 5px;
}

#commutation_eticket_list_div .ticket_name {
  margin: 10px auto 0;
  width: 66vw;
  background-color: #FFF;
  text-align: center;
  border-radius: 0.9vw;
  line-height: 2;
}

#commutation_eticket_list_div .ticket_name label{
  color: #008d3e;
  font-size: 15px;
  font-weight: bold;
  margin-left: 5px;
  margin-bottom: 0;
}

#commutation_eticket_list_div .ticket_fromto {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

#commutation_eticket_list_div .ticket_fromto .fromTo{
  text-align: center;
  width: 50%;
}

#commutation_eticket_list_div .ticket_fromto .bus_image {
  width: 50%;
  height: 20vw;
  margin: 0 0vw;
  background-size: 25vw;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../css/images/eticket_set_bus.png);
}

#commutation_eticket_list_div .ticket_fromto div label{
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}

#commutation_eticket_list_div .ticket_outline {
  display: flex;
  margin-top: 0;
}

#commutation_eticket_list_div .ticket_outline div label{
  font-size: 20px;
  font-weight: bold;
  color: #fff000;
}

#commutation_eticket_list_div .ticket_outline div label{
  margin-top: 0;
}

#commutation_eticket_list_div .ticket_comment label{
  font-size: 15px;
  color: #fff;
  font-weight: normal;
  margin-left: 5px;
}

#commutation_eticket_list_div .ticket_outer .change-btn button{
  border: none;
  /* background: linear-gradient(300deg, #00b555, 70%, #ffed57); */
  background: #00b555;
}

.commutation_eticket_list .user-box h3 {
  color: #008d3e;
  border-bottom: solid 1px #008d3e;
}

.commutation_eticket_list .tria {
  content:"";
  width: 7vw;
  height: 7vw;
  content: "";
  border-style: solid;
  border-width: 4vw 5vw 0;
  border-color: #fff transparent #fff transparent;
  margin-bottom: 0;
  vertical-align: bottom;
}

/* 回数券購入枚数指定 */


.commutation_eticket_ninzu .total_fee #ninzu,
.commutation_eticket_ninzu .total_fee #price {
  margin-left: 5px;
  color: #CC0E37;
  font-weight: bold;
  font-size: 8vw;
}

.commutation_eticket_ninzu .credit-info {
  background-color: #126b82;
  padding: 5px;
}

.commutation_eticket_ninzu .user-box .credit-info{
  width: 88VW;
  margin: 0 calc(50% - 44vw);
  text-align: center;
}

.commutation_eticket_ninzu .user-box .credit-info label{
  color: #fff;
  text-align: center;
}

.commutation_eticket_ninzu .user-box .fromTo {
  padding-top: 3vw;
}

.commutation_eticket_ninzu .user-box .fromTo label{
  margin: 0 0 0 5px;
}

.commutation_eticket_ninzu .user-box .fromTo label{
  color:#00bbcb;
}

.commutation_eticket_ninzu .user-box .ticket_name {
  background-color:#00bbcb;
  margin: 0;
  line-height: 2;
}

.commutation_eticket_ninzu .user-box .ticket_name label {
  color: #fff;
  margin: 0;
}

.list_eticket {
  background-image: url(../css/images/icon_18.png);
  background-position: left;
  padding: 0 0 0 30px;
  background-size: 20px;
  background-repeat: no-repeat;
}

.list_commutation_eticket {
  background-image:url(../css/images/icon_19.png);
  background-position: left;
  padding: 0 0 0 30px;
  background-size: 20px;
  background-repeat: no-repeat;
}

.list_set_eticket {
  background-image:url(../css/images/icon_21.png);
  background-position: left;
  padding: 0 0 0 30px;
  background-size: 20px;
  background-repeat: no-repeat;
}

/* セット券購入一覧 */
.ttl_set_eticket {color:#3bbac9;font-size:6.0vw; font-weight:bold; line-height:1; text-align:left; padding:0 0 0 2em; color:#00bbcb; display:block; position:relative; white-space: nowrap;}

.ttl_set_eticket::before {
  content: '';
  width: 1.5em;
  height: 1.5em;
  margin: -0.7em 0 0 0;
  background: url(../css/images/eticket_set_icon.png) no-repeat center center;
  background-size: 1.5em;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
}

.set_eticket_list .user-box h3 {
  color: #ef801b;
  border-bottom: solid 1px #ef801b;
}


#set_eticket_list_div div{
  background-color: #ef801b;
}

#set_eticket_list_div .ticket_outer {
  width: 100%;
  border: none;
  margin-top: 10px;
  padding: 5px;
}

#set_eticket_list_div .ticket_name {
  margin: 10px auto 0;
  width: 66vw;
  background-color: #FFF;
  text-align: center;
  border-radius: 0.9vw;
  line-height: 2;
}

#set_eticket_list_div .ticket_outer .ticket_name label{
  color: #ef801b;
  font-size: 14px;
  font-weight: bold;
  margin-left: 0;
  margin-bottom: 0;
}

#set_eticket_list_div .ticket_fromto {
  display: flex;
  align-items: center;
  margin-top: 10px;
}

#set_eticket_list_div .ticket_fromto .fromTo{
  text-align: center;
  width: 50%;
}

#set_eticket_list_div .ticket_fromto .bus_image {
  width: 50%;
  height: 20vw;
  margin: 0 0vw;
  background-size: 25vw;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../css/images/eticket_set_bus.png);
}

#set_eticket_list_div .ticket_fromto div label{
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}

#set_eticket_list_div .ticket_outline {
  display: flex;
  margin-top: 0;
}

#set_eticket_list_div .ticket_outer div label{
  font-size: 20px;
  font-weight: bold;
  color: #fff000;
}

#set_eticket_list_div  .ticket_outer .set_comment {
  background: #ef801b;
}

#set_eticket_list_div .ticket_outline div label{
  margin-top: 0;
}

#set_eticket_list_div  .ticket_outer .set_comment label{
  font-size: 15px;
  color: #fff;
  font-weight: normal;
  margin-left: 5px;
}

#set_eticket_list_div .ticket_outer .change-btn button{
  border: none;
  /* background: linear-gradient(300deg, #00b555, 70%, #ffed57); */
  background: #904a13;
}


/* セット券購入詳細 */

.set_eticket_detail .user-box {
  color: #ef801b;
  border-bottom: solid 1px #ef801b;
  padding: 4vw;
}

.set_eticket_detail .user-box h3 {
  color: #ef801b;
  border-bottom: solid 1px #ef801b;
}


.set_eticket_detail .user-box #note_div label{
  color: #fff;
}

.set_eticket_detail .tria {
  content:"";
  width: 7vw;
  height: 7vw;
  content: "";
  border-style: solid;
  border-width: 4vw 5vw 0;
  border-color: #fff transparent #fff transparent;
  margin-bottom: 0;
  vertical-align: bottom;
}

.set_eticket_detail .user-box {
  background: #ef801b;
  border-radius: 0;
}

.set_eticket_detail .user-box .ticket_name_area {
  background: #fff;
  border-radius: 0.9vw;
  text-align: center;
}

.set_eticket_detail .user-box .ticket_name_area #eticket_name {
  color: #ef801b;
  margin: 1vw auto;
}

.set_eticket_detail .ticket_value {
  display: inline-flex;
  width: 100%;
  border: 1px
}

.set_eticket_detail .ticket_value .bus_image {
  width: 50%;
  height: 20vw;
  margin-top: 10px;
  background-size: 25vw;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../css/images/eticket_set_bus.png);
}

.set_eticket_detail .ticket_value .value {
  width: 50%;
}

.set_eticket_detail .ticket_value .value div{
  text-align: left;
}

.set_eticket_detail .ticket_value .value div label{
  color: #fff000;
  font-size: 5vw;
}

.set_eticket_detail .ticket_value .value #refundable {
  font-size: 15px;
  color: #FFF;
  margin: 10px 0 0 0;
  display: none;
}

.set_eticket_detail .ticket_value .value #eticket_unit_price {
  font-size: 10vw;
  color: #fff000;
}

.set_eticket_detail #eticket_list_div {
  margin-top: 3vw;
}

.set_eticket_detail #eticket_list_div .set_detail_end {
  width: 100%;
  background:#fff;
  display:inline-flex;
}

.set_eticket_detail #eticket_list_div .ticket_type {
  width:12%;
  background:#904a13;
  display: flex;
  border-bottom: 2px #ef801b dashed ;
  padding: 1.5vw 0 1.5vw 0 ;
}

.set_eticket_detail #eticket_list_div .set_detail_end .ticket_type {
  border-bottom: none;
}

.set_eticket_detail #eticket_list_div .ticket_type div{
  margin: auto;
}

.set_eticket_detail #eticket_list_div .ticket_type label{
  letter-spacing:5px;
  --webkit-writing-mode:vertical-rl;
  font-size: 18px;
  color: #fff;
  margin-top: 5px;
  font-weight: bold;
  text-align: center;
}

.set_eticket_detail #eticket_list_div .ticket_data {
  width:88%;
  border-bottom: 2px #ef801b dashed ;
  text-align: center;
  padding: 3vw 0 0 0;
}

.set_eticket_detail #eticket_list_div .set_detail_end .ticket_data {
  border-bottom: none;
}

.set_eticket_detail #eticket_list_div .ticket_data div{
  margin-left: 5px;
}

.set_eticket_detail #eticket_list_div .ticket_data label{
  font-size: 16px;
  color: #333;
  text-align: left;
}


.set_eticket_detail #eticket_list_div .set_detail {
  width: 100%;
  background:#fff;
  display:inline-flex;
}

.set_eticket_detail .user-box .tikcet_notch_top,
.set_eticket_detail .user-box .tikcet_notch_bottom {
  position: relative;
  background: #fff;
  height:3vw;
  width: 88vw;
  margin: 0 calc(50% - 44vw);
  overflow:hidden;
}

.set_eticket_detail .user-box .tikcet_notch_top::after {
  content:"";
  width: 88vw;
  height: 88vw;
  border-style: solid;
  border-width: 33vw 44vw 0;
  border-color: #ef801b transparent #ef801b transparent;
  margin-bottom: 0;
  vertical-align: bottom;
  position: absolute;
}

.set_eticket_detail .user-box .tikcet_notch_bottom::after {
  content: "";
  width: 88vw;
  height: 33vw;
  border-style: solid;
  border-width: 0px 44vw 33vw 44vw;
  border-color: transparent transparent #ef801b transparent;
  margin-bottom: 0;
  vertical-align: bottom;
  position: absolute;
  top: -30vw;
}


/* セット券購入枚数指定 */


.set_eticket_ninzu .total_fee #ninzu,
.set_eticket_ninzu .total_fee #price {
  margin-left: 5px;
  color: #CC0E37;
  font-weight: bold;
  font-size: 8vw;
}

.set_eticket_ninzu .credit-info {
  background-color: #126b82;
  padding: 5px;
}

.set_eticket_ninzu .user-box .credit-info{
  width: 88VW;
  margin: 0 calc(50% - 44vw);
  text-align: center;
}

.set_eticket_ninzu .user-box .credit-info label{
  color: #fff;
  text-align: center;
}

.set_eticket_ninzu .user-box .fromTo {
  padding-top: 3vw;
}

.set_eticket_ninzu .user-box #eticket_name {
  margin: 0 0 0 5px;
  color:#00bbcb;
}

.set_eticket_ninzu .user-box .ninzu,
.set_eticket_ninzu .user-box .ninzu_type {
  color:#00bbcb;
}

.set_eticket_ninzu .user-box .ninzu_type label{
  font-weight: normal;
}

.set_eticket_ninzu .user-box .ticket_name {
  background-color:#00bbcb;
  margin: 0;
  line-height: 2;
}

.set_eticket_ninzu .user-box .ticket_name label {
  color: #fff;
  margin: 0;
}

/* セット券購入確定画面 */
.set_eticket_check #eticket_note {
  color: #CC0E37;
}

/* セット券使用詳細画面 */
.set_eticket_detail_list {

}


.set_eticket_detail_list .user-box {
  color: #ef801b;
  border-bottom: solid 1px #ef801b;
  padding: 4vw;
}

.set_eticket_detail_list .user-box h3 {
  color: #ef801b;
  border-bottom: solid 1px #ef801b;
}


.set_eticket_detail_list .user-box #note_div label{
  color: #fff;
}

.set_eticket_detail_list .tria {
  content:"";
  width: 7vw;
  height: 7vw;
  content: "";
  border-style: solid;
  border-width: 4vw 5vw 0;
  border-color: #fff transparent #fff transparent;
  margin-bottom: 0;
  vertical-align: bottom;
}

.set_eticket_detail_list .user-box {
  background: #ef801b;
  border-radius: 0;
}

.set_eticket_detail_list .user-box .ticket_name_area {
  background: #fff;
  border-radius: 0.9vw;
  text-align: center;
}

.set_eticket_detail_list .user-box .ticket_name_area #eticket_name {
  color: #ef801b;
  margin: 1vw auto;
}

.set_eticket_detail_list .ticket_value {
  display: inline-flex;
  width: 100%;
  border: 1px
}

.set_eticket_detail_list .ticket_value .bus_image {
  width: 50%;
  height: 20vw;
  margin-top: 10px;
  background-size: 25vw;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../css/images/eticket_set_bus.png);
}

.set_eticket_detail_list .ticket_value .value {
  width: 50%;
}

.set_eticket_detail_list .ticket_value .value div{
  text-align: left;
}

.set_eticket_detail_list .ticket_value .value div label{
  color: #fff000;
  font-size: 5vw;
}

.set_eticket_detail_list .ticket_value .value #refundable {
  font-size: 15px;
  color: #FFF;
  margin: 10px 0 0 0;
  display: none;
}

.set_eticket_detail_list .ticket_value .value #eticket_unit_price {
  font-size: 10vw;
  color: #fff000;
}

.set_eticket_detail_list #eticket_list_div {
  margin-top: 3vw;
}

.set_eticket_detail_list #eticket_list_div .set_detail_end {
  width: 100%;
  background:#fff;
  display:inline-flex;
}

.set_eticket_detail_list #eticket_list_div .ticket_type {
  width:12%;
  background:#904a13;
  display: flex;
  border-bottom: 2px #ef801b dashed ;
  padding: 1.5vw 0 1.5vw 0 ;
}

.set_eticket_detail_list #eticket_list_div .set_detail_end .ticket_type {
  border-bottom: none;
}

.set_eticket_detail_list #eticket_list_div .ticket_type div{
  margin: auto;
}

.set_eticket_detail_list #eticket_list_div .ticket_type label{
  letter-spacing:5px;
  --webkit-writing-mode:vertical-rl;
  font-size: 18px;
  color: #fff;
  margin-top: 5px;
  font-weight: bold;
  text-align: center;
}

.set_eticket_detail_list #eticket_list_div .ticket_data {
  width:88%;
  border-bottom: 2px #ef801b dashed ;
  text-align: center;
  padding: 3vw 0 0 0;
}

.set_eticket_detail_list #eticket_list_div .set_detail_end .ticket_data {
  border-bottom: none;
}

.set_eticket_detail_list #eticket_list_div .ticket_data div{
  margin-left: 5px;
}

.set_eticket_detail_list #eticket_list_div .ticket_data label{
  font-size: 16px;
  color: #333;
  text-align: left;
}


.set_eticket_detail_list #eticket_list_div .set_detail {
  width: 100%;
  background:#fff;
  display:inline-flex;
}

.set_eticket_detail_list .user-box .tikcet_notch_top,
.set_eticket_detail_list .user-box .tikcet_notch_bottom {
  position: relative;
  background: #fff;
  height:3vw;
  width: 88vw;
  margin: 0 calc(50% - 44vw);
  overflow:hidden;
}

.set_eticket_detail_list .user-box .tikcet_notch_top::after {
  content:"";
  width: 88vw;
  height: 88vw;
  border-style: solid;
  border-width: 33vw 44vw 0;
  border-color: #ef801b transparent #ef801b transparent;
  margin-bottom: 0;
  vertical-align: bottom;
  position: absolute;
}

.set_eticket_detail_list .user-box .tikcet_notch_bottom::after {
  content: "";
  width: 88vw;
  height: 33vw;
  border-style: solid;
  border-width: 0px 44vw 33vw 44vw;
  border-color: transparent transparent #ef801b transparent;
  margin-bottom: 0;
  vertical-align: bottom;
  position: absolute;
  top: -30vw;
}

.set_eticket_detail_list .user-box .change-btn button {
  background: #904a13;
  border: 1px solid #904a13;
}

.set_eticket_detail_list .user-box .send_receipt {
  color: #333;
}


.swal2-container .ticket_type label {
  color: #006b84;
  text-align: left;
  font-weight: bold;
  font-size: 4vw;
}

.swal2-container .eticket_use_detail .obj_name_area .obj_name {
  font-size: 16px;
  margin-left: 5px;
  margin-top: 5px;
  font-weight: bold;
  color: #006b84;
}

.swal2-container  .set_use_alert {
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 2px;
  background-color: #ee0535;
  padding: 2vw;
  width: 100%;
  text-align: center;
  color: #fff;
}
