@charset "UTF-8";
/* -------------------------------------------------- */
/*  実装環境インデックス表示用スタイル
/* -------------------------------------------------- */
.index-area{
    padding:70px;
}
.index-area ul li{
    line-height: 3em;
}
.textLigntGray{
    color:#ccc;
}


/* -------------------------------------------------- */
/*  本デザインここから
/*  common
/* -------------------------------------------------- */
body{
    margin:0;
}
a{
    transition-duration:0.3s;
}
.clear{
	clear:both;
}
.overflow{
    overflow: hidden;
}
.floatLeft{
    float:left!important;
}
.floatRight{
    float:right!important;
}
.pg-25{
    padding:25px!important;;
}
.pg-70{
    padding:70px 0!important;;
}
.mgTop-0{
    margin-top:0!important;;
}
.mgTop-25{
    margin-top:25px!important;;
}
.mgTop-30{
    margin-top:30px!important;;
}
.mgBottom-0{
    margin-bottom:0!important;;
}
.mgBottom-10{
    margin-bottom:10px!important;;
}
.mgBottom-30{
    margin-bottom: 30px!important;
}
.mgBottom-50{
    margin-bottom:50px!important;
}
.mgBottom-100{
    margin-bottom:100px!important;;
}
.mgAuto{
    margin:auto;
}
.h2-26{
    font-size:26px;
    margin-bottom:50px;
}
.borderAround10{
    border-radius: 10px;
}
.bg-Lightgray{
    background-color: #F9F9F9;
}
.bg-White{
    background-color: #ffffff;
}
.bg-Bage{
    background-color: #FDF9F2;
}
.textPink{
    color:#e62b7f;
}
.textGray{
    color:#999999;
}
.textCenter{
    text-align: center!important;
}
.textRight{
    text-align:right!important;
}
.textLeft{
    text-align:left!important;
}
.btnRedRound{
    border-radius: 20px;
    border:1px solid #EE1C23;
    color:#EE1C23;
    font-weight: 600;
    padding: 0.5em 0em 0.5em 2em;
    font-size:12px;
    text-decoration: none;
    background-color: #ffffff;
}
.btnRedRound:hover{
    background-color: #EE1C23;
    color:#ffffff;
}
.btnRedRound .material-icons{
    margin: 0px 5px 0px 5px;
    font-size: 15px!important;
}
.btnComp{
    display: block;
    width:200px;
    border:2px solid #555555;
    color: #555555;
    background-color:transparent;
    text-decoration: none;
    text-align: center;
    padding:10px;
    border-radius: 5px;
    font-weight: 600;
    opacity: 1.0;
}
.btnComp.mini{
    width:130px;
}
.btnComp.nonActive{
    border:2px solid #DDDDDD;
    color:#DDDDDD;
}
.btnPinkBorder{
    border:2px solid #e62b7f;
    color:#e62b7f;
}
.btnPink{
    border:2px solid #e62b7f;
    color:#ffffff;
    background-color:#E62B7F;
}
.btnPinkBorder .material-icons img{
    width:20px;
    padding-bottom:2px;
}
.btnComp:hover{
    opacity: 0.5;
}
.btn2Line{
    width: 330px;
    margin:30px auto;
    overflow: hidden;
}
.btn2LineSp{
    width: 330px;
    margin:30px auto;
    overflow: hidden;
}
.btnAllLine{
    text-align: center;
}
.btnAllLine-inner{
    overflow: hidden;
    display: inline-block;
}
.btnAllLine-inner .btnComp.mini{
    margin-right: 20px;
}
.btnAllLine-inner .btnComp.mini:last-child{
    margin-right:0;
}
.btnAllLine-inner .btnComp.mini:nth-child(5){
    clear: both;
}
.btnAllLine-inner .btnComp.mini:nth-child(n+5){
    margin-top:20px;
}
.btnRedRound .material-icons{
    width:20px;
    padding-bottom:2px;
}
.textBold{
    font-weight: 600;
}
.textWNomal{
    font-weight: 300;
}
.textUnderline{
    border-bottom:1px solid;
}
.textMark{
    font-weight: 600;
    position: relative;
    padding-left: 15px;
    margin-top: 0px;
}
.textMark::before{
    content: '';
    position: absolute;
    top:5px;
    left:0;
    width:6px;
    height:14px;
    background-color: #e62b7f;
    border-radius: 2px;
}
.cmnWrapInMid{
    width:860px;
    margin:auto;
}
.lh-2{
    line-height: 2.0;
}
h2.h2PinkRibbon{
    font-size:26px;
    background-color:#FEF3F3;
    color:#555555;
    border-left:4px solid #e62b7f;
    padding: 8px 15px;
}
h2.h2BusIcon{
    font-size:26px;
    color:#555555;
    padding-left: 45px;
    position: relative;
}
h2.h2BusIcon::before{
    content: '';
    position: absolute;
    background-image: url(../images/icon-bus.png);
    width:35px;
    height:35px;
    background-size: cover;
    top:2px;
    left:0;
}
h3.h3Gray{
    background-color: #DDDDDD;
    font-size: 20px!important;
    padding:10px 25px;
    border: none;
    margin-bottom: 10px;
}
h3.h3Gray.bg-icon{
    padding: 10px 10px 10px 60px;
    background-repeat: no-repeat;
    background-size: 28px;
    background-position: center left 25px;
    margin-bottom: 25px;
}
.bg-iconBus{
    background-image: url(../images/icon-bus.png);
}
.bg-iconTour{
    background-image: url(../images/icon-tour.png);
}
p.pHeadPink{
    margin-top:0;
    font-weight:600;
    padding: 0 0 0 15px;
    position: relative;
}
p.pHeadPink::before{
    content: '';
    position: absolute;
    top:2px;
    left:0;
    width:6px;
    height:14px;
    background-color: #e62b7f;
    border-radius: 3px;
}
h4.h4HeadPink{
    border-left: none;
    background: transparent;
    margin-bottom: 15px;
    padding: 0 0 0 20px;
    font-size:18px;
    font-weight: 600;
    position: relative;
    margin-top: 0px;
}
h4.h4HeadPink::before{
    content: '';
    position: absolute;
    top:3px;
    left:0;
    width:8px;
    height:22px;
    background-color: #e62b7f;
    border-radius: 3px;
}
.underDotLine{
    background-image: linear-gradient(to right, #333, #333 6px, transparent 6px);
    background-size: 10px 1px;
    background-position: left bottom;
    background-repeat: repeat-x;
    padding-bottom:10px;
}
h5.h5Text{
    font-size:15px;
    font-weight: 600;
    margin-bottom:10px;
    padding: 0;
}
h5.h5Text::before,
h5.h5Text::after{
    display: none;
}
.textAccent{
    font-size:20px;
}
.lineGray{
    border-bottom:1px solid #DDDDDD;
}
.lineLightPink{
    border-bottom:2px solid #FCF0EF;
}
.boxPink{
    padding:0 40px;
    background-color: #FFF9F9;
    border:7px solid #FCF0EF;
}
.boxLine{
    border-radius: 3px;
    border:1px solid #DDDDDD;
    padding:12px;
}

/* -------------------------------------------------- */
/*  header
/* -------------------------------------------------- */
header > div.cmnWrap > h1.title{
    margin:0;
    line-height: 0;
}
header > div.cmnWrap > h1.title img {
    width: 250px;
    vertical-align: initial;
}
header > div.cmnWrap > div.menu > div.flexEnd p{
    margin: 0 0 0 10px;
}
.btnHead{
    display: block;
    background-color: #FDF0DA;
    border-radius: 20px;
    font-weight: 600;
    padding: 8px 20px;
    font-size: 14px;
    text-decoration: none;
}
.btnHead img{
    width: 18px;
    padding-bottom: 3px;
}
nav ul{
    padding:0;
}
nav ul li{
    list-style:none;
}
nav ul a {
    border-left: 1px solid #EFEFEF;
}
nav ul a:last-child {
    border-right: 1px solid #EFEFEF;
}
nav ul a li span.navIcons{
    display: block;
}
nav ul a li span.navIcons img{
    width:24px;
}
nav ul li.active{
    border-bottom: 5px solid #e62b7f;
}

/* -------------------------------------------------- */
/*  footer
/* -------------------------------------------------- */
.footerLogo{
    max-width:320px;
}
.footerLogo a img{
    max-width:320px;
}
.footerLogo p{
    font-size:14px;
}
footer .footMain{
    padding: 40px;
    background: none;
}
.footerMenu p,
.footerMenu ul{
    float:left;
}
footer .footMain ul{
    padding: 0 15px 0 10px;
}
footer .footMain ul li{
    display: block;
}
footer .footMain ul li a{
    text-decoration: none;
}
footer .footMain ul li a:hover{
    text-decoration: underline;
}
.footerMenuClass{
    font-weight: 600;
}
footer .copyright {
    background-color: #555555;
    font-weight: 300;
    text-align: left;
    font-size: 9px;
}
footer .copyright .material-icons{
    font-size:14px!important;
}
.footerMenu ul:last-child{
    padding-right:0;
}

/* -------------------------------------------------- */
/*  スクロールトップボタン
/* -------------------------------------------------- */
.scrollTop {
    position: fixed;
    bottom: 50px;
    right: 30px;
    width: 50px;
    height: 50px;
    background: #aaaaaa;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
.scrollTop a {
    text-decoration: none;
    color: #ffffff;
    transition: 0.5;
}
.scrollTop .material-icons{
    margin:0;
}

/* -------------------------------------------------- */
/*  Slickスライダーカスタマイズ（トップ）
/* -------------------------------------------------- */
.topSlider .slick-dotted.slick-slider{
    margin-bottom:60px;
}
.topSlider div{
    border-radius: 30px;
}
.topSlider .slick-dots{
    bottom:-30px;
}
.topSlider .slick-dots li{
    margin: 0 4px; 
    width: 30px;
    height: 5px;
}
.topSlider .slick-dots li button:before {
    content:'';
    width: 30px;
    height: 5px;
    background: #E0E0E0;
    border-radius: 3px;
    opacity: 1;
}
.topSlider .slick-dots li.slick-active button:before{
    background: #e62b7f;
}
.topSlider .slick-prev,
.topSlider .slick-next{
    display: none;
}

/* -------------------------------------------------- */
/*  Slickスライダーカスタマイズ（採用情報ギャラリー）
/* -------------------------------------------------- */
.gallerySlider .slick-prev:before,
.gallerySlider .slick-next:before {
	color: #000;
}
.gallerySlider .slick-slide img{
    max-height:210px;
}
/* -------------------------------------------------- */
/*  フォーム関係
/* -------------------------------------------------- */
.serchForm{
    width:700px;
    padding:25px 50px;
    background-color: #ffffff;
    border-radius: 3px;
    margin: auto;
}
.bg-serchimg{
    padding:50px;
    background-image: url(../images/bg-serchform.png);
    background-size: 1000px;
    background-position-y: 50px;
    background-position-x: center;
    background-repeat: no-repeat;
}
.serchForm h3{
    font-size: 18px!important;
    text-align: center;
    border:0px;
    margin-top: 0;
    margin-bottom: 30px;
}
.serchOption{
    overflow: hidden;
}
.serchOptionItem.rosen{
    display: grid;
    grid-template-columns: 50px 1fr 1fr;
    grid-template-rows: 45px 45px;
}
.serchOptionItem.rosen p.label{
    grid-row: 1/3;
    margin-top: 0;
}
.serchOptionItem.half{
    width:330px;
}
.serchOptionItem:nth-child(2n+1){
    float:right;
}
.serchOptionItem:nth-child(2n){
    float:left;
}
.serchOptionItem p.label{
    display: block;
    width:50px;
    float:left;
    font-size:12px;
    font-weight: 600;
}
.serchOptionItem p.label.auto{
    width:auto;
    margin-right:10px;
}
.serchOptionItem{
    position: relative;
    width: 100%;
}
.serchOptionItem #dep_group,
.serchOptionItem #arr_group{
    width:280px;
    padding: 6px 15px;
    border: 1px solid #CDD6DD;
    border-radius: 0px;
    margin-bottom: 15px;
}   
.selectParent{
    position: relative;
}
.selectParent .selectOrigin{
    -webkit-appearance: none;
    appearance: none;
}
.selectParent .selectOrigin::-ms-expand{
    display: none;
}
.selectParent::after{
    content: '';
    position: absolute;
    top: 18px;
    right: 15px;
    width: 10px;
    height: 6px;
    background-image: url(../images/select-arrow.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.serchOptionItem #date_calendar{
    width:248px;
    padding: 6px 15px;
    border: 1px solid #CDD6DD;
    border-radius: 0px;
    margin-bottom: 15px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: white;
}
input[type="date"]::-webkit-calendar-picker-indicator {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    height: auto;
    background: transparent;
    z-index: 1;
}
input[type="date"]::-webkit-date-and-time-value {
    text-align: left;
}
input[type="date"]::after {
    content: '';
    background-image: url(../images/date-calendar.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0 0;
    top: 17px;
    right: 13px;
    width: 16px;
    height: 16px;
    position: absolute;
    transform: translateY(-50%);
}
.number-spinner-wrap{
    float:left;
    position: relative;
    display: block;
    width: 120px;
    height: 35px;
}
.number-spinner-wrap input::-webkit-outer-spin-button,
.number-spinner-wrap input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.number-spinner-wrap input{
    width: 38px;
    height: 31px;
    padding-left: 40px;
    padding-right: 40px;
    text-align: center;
    border-radius: 0px;
    border: 1px solid #CDD6DD;
}
.number-spinner-wrap .spinner{
    position: absolute;
    color: #98A6B5;
    top: 50%;
    width: 20px;
    height: 27px;
    transform: translate(0, -50%);
    font-size: 1rem;
    padding: 2px .5rem;
    text-align: center;
    background: #F0F3F5;
    cursor: pointer;
    user-select: none;
}
.number-spinner-wrap .spinner img{
    width:15px;
    vertical-align: middle;
}
.number-spinner-wrap .men-spinner-down,
.number-spinner-wrap .woman-spinner-down{
    left: 2px;
    border-right: 1px solid #CDD6DD;
}
.number-spinner-wrap .men-spinner-up,
.number-spinner-wrap .woman-spinner-up{
    right: 2px;
    border-left: 1px solid #CDD6DD;
}
.number-spinner-wrap.mgR-20{
    margin-right:20px;
}
.optionSelect label{
    display:block;
    position: relative;
    padding: 10px 20px 10px 45px;
    border-radius: 5px;
    background: #eee;
    transition: .5s;
    cursor: pointer;
    float: left;
    margin: 0 10px 30px 0;
}
#src_seat3,
#src_seat4{
    left: 15px;
    top: 13px;
    position: absolute;
}
#src_seat3:checked + label::before,
#src_seat4:checked + label::before{
    box-shadow: 0 0 4px #e62b7f;
    width:10px;
    height:10px;
}
.toggleButton{
    font-size: 12px;
    display: block;
    position: absolute;
}
.toggleButtonOpen{
    top: 10px;
    left: 300px;
}
.toggleButtonClose{
    bottom: 0px;
    left: 300px;
}
.toggleButton .material-icons img{
    width: 14px;
    height: 14px;
    padding: 1px 5px 0px 0px;
}
.toggleContent{
    display:none;
    width:650px;
    background-color: #ffffff;
    border:10px solid #F9F9F9;
    padding:15px;
    margin-bottom:30px;
}
.toggleContent .areaSeat{
    width:50%;
    float:left;
    margin-bottom:30px;
    overflow: hidden;
}
.areaSeatImage{
    width:50%;
    float:left;
    font-size:10px;
}
.areaSeatImage img{
    width:140px;
}
.areaSeatIcons{
    width:50%;
    float:right;
    font-size:10px;
}
.equip img{
    width:47.5px;
    margin: 0 2px 4px 0;
}
.formItem{
    margin-bottom:30px;
}
input.name{
    width: calc(50% - 30px - 5px);
}
select.year2{
    width: 170px;
    margin-right: 10px;
}
select.daymonth{
    margin-right: 10px;
    margin-left: 3px;
    width: 100px;
}
.formItem select{
    padding: 15px 15px;
    background-color: white;
}
.formItem input[type="text"]{
    padding: 12px 15px;
}
input[type="radio"] { 
    appearance: none; 
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #DDDDDD;
    vertical-align: -5px;
    outline: none;
}
input[type="radio"]::before { 
    display: block;
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #E62B7F;
    transform: translate(2px, 2px) scale(0);
    transform-origin: center;
    transition: all 0.3s cubic-bezier(0.25, 0.25, 0.56, 2);
}
input[type="radio"]:checked::before {
    transform: translate(2px, 2px) scale(1);
}
.formItem input[type="text"].mini{
    width:160px;
}
input[type="button"].btnPostaddress{
    display: inline-block;
    width: auto;
    background-color: #555555;
    color: #fff;
    padding: 12px 29px;
}
.formBlock .formItem:last-child{
    margin-bottom:0;
}
.formItem input[type="checkbox"]{
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.formItem input[type="checkbox"] {
    cursor: pointer;
    padding-left: 40px;
    vertical-align: middle;
    position: relative;
}
.formItem input[type="checkbox"]::before,
.formItem input[type="checkbox"]::after {
    content: "";
    display: block; 
    position: absolute;
}
.formItem input[type="checkbox"]::before {
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #DDDDDD;
    width: 20px;
    height: 20px;
    transform: translateY(-50%);
    top: 50%;
    left: 5px;
}
.formItem input[type="checkbox"]::after {
    border-bottom: 2px solid #E62B7F;
    border-left: 2px solid #E62B7F;
    opacity: 0;
    height: 6px;
    width: 11px;
    transform: rotate(-45deg);
    top: -7px;
    left: 10px;
}
.formItem input[type="checkbox"]:checked::after {
    opacity: 1;
}
/* -------------------------------------------------- */
/*  トップページ
/* -------------------------------------------------- */
.impTopicks{
    margin: 15px 0;
/*    overflow: hidden;*/
    
        background-color: #F9F9F9;
        border-radius: 5px;
        padding: 10px;
        width: auto;
        overflow: auto;
}
.impTopicksTitle{
    width: 136px;
    background-color: #e62b7f;
    color: #ffffff;
    font-weight: 600;
/*    border-radius: 30px 0px 0px 30px;*/
/*    padding: 17px 22px;*/
/*    float:left;*/
    
/*        font-size: 12px;*/
    padding: 4px 10px;
/*        width: 110px;*/
    border-radius: 20px;
    float: none;
}
.impTopicksTitle .material-icons img{
    width: 18px;
    padding-bottom: 3px;
}
.impTopocksText{
/*    width: 730px;*/
/*    float: right;*/
    background-color: #F9F9F9;
    border-radius: 0px 30px 30px 0px;
    padding: 17px 25px;
    
    float: none;
/*        font-size: 12px;*/
/*        padding: 10px 15px;*/
    width:auto;
    
}
.impTopocksText a{
    text-decoration: underline;
    color: #e62b7f;
    opacity: 1.0;
}
.impTopocksText a:hover{
    opacity: 0.8;
}
.torikumiItems{
    overflow: hidden;
}
.torikumi{
    width: 50%;
    float: left;
}
.torikumi img{
    max-width:320px;
    display: block;
    margin:auto;
}
.torikumiItems .torikumi:nth-child(2n+1){
    clear: both;
}
.torikumiTitle{
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    position: relative;
}
.torikumiText{
    max-width: 360px;
    margin: 10px auto 50px;
}
.torikumi .torikumiTitle::before{
    content:'';
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: center;
    background-position-y:bottom;
    top: 0px;
    left: 50px;
    width: 40px;
    height: 80px;
    position: absolute;
    transform: translateY(-50%);
}
.torikumi1 .torikumiTitle::before{
    background-image: url(../images/torikumi-num1.png);
}
.torikumi2 .torikumiTitle::before{
    background-image: url(../images/torikumi-num2.png);
}
.torikumi3 .torikumiTitle::before{
    background-image: url(../images/torikumi-num3.png);
}
.torikumi4 .torikumiTitle::before{
    background-image: url(../images/torikumi-num4.png);
}
.kodawariItems{
    overflow: hidden;
    margin-top:50px;
}
.kodawari{
    overflow: hidden;
    margin-bottom:50px;
}
.kodawariImg{
    max-width:450px;
    float: left;
}
.kodawariText{
    max-width:420px;
    float:right;
    border-top:1px dotted #707070;
    border-bottom:1px dotted #707070;
    padding:50px 15px;
}
.kodawariImg img{
    max-width:450px;
}
.kodawariTitle{
    font-size: 18px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 30px;
}
.kodawariItems .kodawari:nth-child(2n) .kodawariImg{
    float:right;
}
.kodawariItems .kodawari:nth-child(2n) .kodawariText{
    float: left;
}
.kodawariItems .kodawari:last-child{
    margin-bottom:0;
}
.bannerImg{
    max-width:49%;
}
.bannerImg img{
    width: 100%;
    border-radius: 10px;
}
.newsList{
    max-width: 800px;
    margin: auto;
}
.newsList ul{
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #ffffff;
}
.newsList ul li{
    border-bottom: 1px solid #DDDDDD;
    padding: 22px;
}
.newsList ul li:last-child{
    border-bottom: 0px;
}
.newsList ul li .date{
    display: inline-block;
    width:140px;
}
.bg-Sasayama{
    background-image: url(../images/bg-sasayama.png?0515);
    background-size: cover;
    background-position-y: top;
    background-position-x: center;
    background-repeat: no-repeat;
}
.sasayamaArea{
    position: relative;
    padding: 150px 0 100px 0;
}
.sasayamaTitle{
    margin-bottom:50px;
}
.sasayamaTitle img{
    max-width:300px;
}
.sasayamaText{
    color:#ffffff;
    line-height:2.0;
}

/* -------------------------------------------------- */
/*  会社案内
/* -------------------------------------------------- */
.google-maps {
    position: relative;
    padding-bottom: 350px;
    height: 0;
    overflow: hidden;
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 350px !important;
}
.aboutTitle{
    border: 0px;
    font-weight: 600;
    margin-top:0;
}
.aboutSubTitle{
    display: block;
    font-size:58px!important;
    color: #CDD6DD;
    font-style: italic;
}
.aboutSubTitle:first-letter {
    color:#E62B7F;
}
.aboutMainTitle{
    display: inline-block;
    font-size:20px!important;
    background-color: #555555;
    color:#ffffff;
    padding: 0px 10px;
}
.messageText{
    max-width:800px;
    line-height: 2.0;
    font-weight:300;
    margin:auto
}
.messageText .textRight{
    font-family: 'Noto Serif JP', serif;
    font-size:1.1em;
}
.messageText .textRight span{
    font-size:1.3em;
    margin-left:10px;
}
.infoTable{
    width:860px;
    margin:0 auto;
}
.infoTable table{
    width:100%;
    background-color:#ffffff;
    border-radius: 5px;
}
.infoTable table tr{
    border:2px solid #EFEFEF;
}
.infoTable table tr th{
    padding: 25px 0 25px 50px;
    border-bottom: 1px solid #efefef;
    text-align: left;
}
.infoTable table tr td{
    padding: 25px 50px 25px 0px;
    border-bottom: 1px solid #efefef;
}
.infoTable table tr:last-child th,
.infoTable table tr:last-child td{
    border-bottom:0px;
}
.timeline {
    list-style: none;
}
.timeline > li {
    margin-bottom: 60px;
    overflow: hidden;
    margin: 0;
    position: relative;
}
.timeline-date {
    width: 110px;
    float: left;
    margin-top: 20px;
    margin-bottom: 0;
}
.timeline-content {
    width: 75%;
    float: left;
    border-left: 3px #efefef solid;
    padding-left: 30px;
}
.timeline-content:before {
    content: '';
    width: 12px;
    height: 12px;
    background: #e62b7f;
    position: absolute;
    left: 106px;
    top: 24px;
    border-radius: 100%;
}
.history{
    position: relative;
}
.history img{
    position: absolute;
    max-width:400px;
    bottom:70px;
    right:0;
}

/* -------------------------------------------------- */
/*  採用情報
/* -------------------------------------------------- */
h3.recruitTitle{
    margin-top:0px;
    border:0;
    text-align: center;
    position: relative;
    padding-top:58px;
}
.recruitSubTitle{
    position: absolute;
    top: 0;
    right: 50%;
}
.recruitSubTitle img{
    max-height:58px;
}
.recruitMainTitle{
    font-size:20px;
}
.recruitMessage{
    line-height: 2.0;
    max-width:650px;
    margin:auto;
    text-align: justify;
}
.recruitAboutPoint{
    position: relative;
    margin:80px 0;
}
.recruitAboutImg{
    position: absolute;
    top:-40px;
}
.recruitAboutImg img{
    max-width:360px;
}
.recruitAboutText{
    padding: 45px 40px 45px 230px;
    background-color: #ffffff;
    border-radius: 10px;
    min-height: 180px;
    margin: 50px 0px 50px 180px;
    text-align: justify;
    line-height: 1.8;
}
.recruitAboutText h4{
    font-size:18px;
    font-weight: 600;
    background-color: transparent;
    padding: 0;
    border: none;
    margin-top: 0;
}
.recruitAboutText p{
    margin-bottom:0;
}
.recruitAbout .recruitAboutPoint:nth-child(2n) .recruitAboutImg{
    right:0;
}
.recruitAbout .recruitAboutPoint:nth-child(2n) .recruitAboutText{
    margin: 50px 180px 50px 0px;
    padding: 45px 230px 45px 50px;
}
.goArrowLink{
    text-decoration: none;
    text-align: right;
    display: block;
    font-weight: 300;
}
.goArrowLink:hover{
    text-decoration: underline;
}
.goArrowLink .material-icons{
    padding-bottom: 3px;
    font-weight: 300;
    margin-left: 0.38em;
}
.recruitOccupation{
    overflow: hidden;
}
.recruitOccupationItem{
    max-width: 450px;
    float: left;
}
.recruitOccupationItem img{
    max-width: 100%;
}
.recruitOccupationItem h4{
    font-size:18px;
    font-weight: 600;
    background-color: transparent;
    padding: 0;
    border: none;
    margin: 35px 0;
    text-align: center;
}
.recruitOccupationItem p{
    text-align: justify;
    line-height: 1.8;
}
.recruitOccupation .recruitOccupationItem:nth-child(2n){
    float:right
}
.interviewItem{
    margin-bottom:50px;
    background-size: 480px;
    background-repeat: no-repeat;
    background-position-x: left;
    background-position-y: top;
    padding-top:30px;
}
.interviewText{
    background-color: #ffffff;
    border-radius: 5px;
    max-width: 420px;
    padding: 50px;
    margin: 0 0 0 auto;
}
.interviewText h4{
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    border: none;
    background: transparent;
    padding: 0;
}
.interviewText p.interviewTag{
    color:#aaaaaa;
    font-size:12px;
    font-weight: 600;
    margin-bottom:20px;
    margin-top:0;
}
.interviewText p{
    line-height: 2.0;
    text-align: justify;
}
.interviewText p span{
    font-weight: 600;
    color:#e62b7f;
}
.interview1{
    background-image:url(../images/recruit-interview3.png);
}
.interview2{
    background-image:url(../images/recruit-interview2.png);
}
.interview3{
    background-image:url(../images/recruit-interview1.png);
}

.recruitInterview .interviewItem:nth-child(2n){ 
    background-position-x: right;
}
.recruitInterview .interviewItem:nth-child(2n) .interviewText{ 
    margin: 0 auto 0 0;
}
.tabRecruit {
    display: flex;
    flex-wrap: wrap;
    max-width: 860px;
    margin:auto;
}
.tabRecruit > label {
    flex: 1 1;
    order: -1;
    position: relative;
    min-width: 70px;
    padding: 25px;
    background-color: transparent;
    border:1px solid #E73D89;
    color: #E73D89;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
}
.tabRecruit label.labelLeft{
    margin: 0 10px 0 0;
}
.tabRecruit label.labelRight{
    margin: 0 0 0 10px;
}
.tabRecruit > label:hover,
.tabRecruit label:has(:checked) {
    background-color: #E73D89;
    color: #fff;
}
.tabRecruit label:has(:checked){
    font-weight: 600;
}
.tabRecruit label:has(:checked)::before {
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 18px;
    height: 9px;
    background-color: #E73D89;
    content: '';
    clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.tabRecruit input {
    display: none;
}
.tabRecruit > div {
    display: none;
    width: 100%;
    padding: 1.5em 1em;
}
.tabRecruit label:has(:checked) + div {
    display: block;
}
.tabRecruit > div.recruitTable{
    padding: 0;
    margin-top: 30px;
    border-radius: 3px;
}
.recruitTable table{
    width:100%;
    background-color:#ffffff;
    border-radius: 5px;
}
.recruitTable table tr{
    border:2px solid #EFEFEF;
}
.recruitTable table tr th{
    padding: 25px 0 25px 50px;
    border-bottom: 1px solid #efefef;
    text-align: left;
    vertical-align: top;
    min-width:140px;
}
.recruitTable table tr td{
    padding: 25px 50px 25px 0px;
    border-bottom: 1px solid #efefef;
}
.recruitTable table tr td{
    line-height:2.0;
}
.recruitTable table tr td ul{
    padding-left:15px;
}
.recruitTable table tr td p:first-child{
    margin-top:0;
}
.recruitTable table tr td p:last-child{
    margin-bottom:0;
}
.recruitTable table tr:last-child th,
.recruitTable table tr:last-child td{
    border-bottom:0px;
}
.recruitContact{
    margin:auto;
    margin-top:35px;
    background-color:#ffffff;
    border-radius: 3px;
    padding:40px;
    text-align: center;
    font-weight: 600;
    width:780px;
}
.recruitContact p{
    font-size:18px;
    margin-top:0;
}
.recruitTel{
    font-size:30px;
    color:#e62b7f;
    text-decoration: none;
}
.recruitMail{
    font-size:21px;
    color:#e62b7f;
}
.recruitTel .material-icons img,
.recruitMail .material-icons img{
    max-width: 30px;
}

.recruit-access{
    padding-bottom:100px;
}
.recruit-access .btnComp{
    margin: auto;
    width: auto;
    max-width: 400px;
}

/* -------------------------------------------------- */
/*  マイページトップ
/* -------------------------------------------------- */
.mypage-mypoint{
    display: grid;
    grid-template-columns: 180px 1fr;
}
.mypageItemTitle{
    font-size:18px;
    margin-left: 15px;
    font-weight: 600;
}
.mypageItemTitle .textPoint{
    margin-right: 10px;
}
.textPoint{
    font-size:20px;
    color:#e62b7f;
    font-weight: 600;
}
.mypageItem .textBold{
    margin-right:10px;
}
.mypageItem p:last-child{
    margin-bottom:0;
}
.mypageMenu{
    overflow: hidden;
}
.mypageMenuItem{
    background-color:#F9F9F9;
    border:1px solid #DDDDDD;
    width: 226px;
    height:226px;
    margin-right:15px;
    border-radius: 3px;
    float:left;
    cursor:pointer;
}
.mypageMenuItem img{
    max-width:112px;
    display: block;
    margin: auto;
}
.mypageMenu .mypageMenuItem:last-child{
    margin-right:0;
}
.mypageMenuText{
    margin-top:35px;
    text-align: center;
    font-weight: 600;
}
.mypageMenuText span{
    display: block;
}
.cmnWrapIn.mypage{
    margin-bottom:110px;
}
/* -------------------------------------------------- */
/*  モーダルウィンドウ
/* -------------------------------------------------- */
.modalContainer,
.modalContainer1,
.modalContainer2,
.modalContainer3,
.modalContainer4{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    text-align: center;
    background: rgba(0,0,0,50%);
    padding: 40px 20px;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    box-sizing: border-box;
    z-index: 999;
}
.modalContainer:before,
.modalContainer1:before,
.modalContainer2:before,
.modalContainer3:before,
.modalContainer4:before{
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
.modalContainer.active,
.modalContainer1.active,
.modalContainer2.active,
.modalContainer3.active,
.modalContainer4.active{
    opacity: 1;
    visibility: visible;
}
.modalBody,
.modalBody1,
.modalBody2,
.modalBody3,
.modalBody4{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 790px;
}
.modalClose,
.modalClose1,
.modalClose2,
.modalClose3,
.modalClose4{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 30px;
    right: 30px;
    width: 40px;
    height: 40px;
    font-size: 40px;
    color: #555555;
    cursor: pointer;
}
.modalContent{
    border-radius: 6px;
    background: #fff;
    text-align: left;
    padding: 30px;
}
.modalContent p{
    font-size:18px;
    text-align: center;
    line-height: 2.0;
}
.modalContent.textLeft p{
    text-align: left;
}
.modalContent p.modalTitle{
    text-align: left;
    font-size: 26px;
    margin-top: 0;
    font-weight: 600;
    border-bottom: 1px solid #DDDDDD;
    padding-bottom: 10px;
}
.modalContent p.modalMessage{
    font-size:26px;
    font-weight: 600;
    margin-top:40px;
    margin-bottom: 10px;
    line-height: 1.8;
}

.modalIcon{
    display: block;
    max-width:100px;
    margin:auto;
}
.modalBtn{
    margin-top:30px;
}
.modalBtn .btnComp{
    width: 400px;
    margin:auto;
    margin-bottom:10px;
}
/* -------------------------------------------------- */
/*  予約一覧
/* -------------------------------------------------- */
.yoyakuList label{
    margin-right:20px;
}
.searchListTop{
    margin-bottom:15px;
}
.searchBlockList label{
    margin-right:20px;
}
.listPageCount,
.searchSort{
    display: inline-block;
}
.searchDay{
    font-size:21px;
    font-weight: 600;
    margin-bottom: 0;
}
.searchSort select{
    width:180px;
    margin-left:15px;
}
.searchBlockList{
    margin-bottom:30px;
}
.searchBlockItem{
    display:block;
    background-color: #ffffff;
    border:1px solid #DDDDDD;
    border-radius: 3px;
    padding:20px 25px;
    margin-bottom:15px;
    text-decoration: none;
}
.searchBlockItem:hover{
    background-color: #F9F9F9;
}
.searchBlockItem.nonHover:hover{
    background-color: #ffffff;
}
.searchBlockItem p{
    margin:0;
}
.statusLabel{
    color:#ffffff;
    background-color:#555555;
    border:1px solid #555555;
    border-radius: 20px;
    margin-right:10px;
    padding:5px 30px
}
.statusLabel.pink{
    background-color: #E62B7F;
    border:1px solid #E62B7F;
}
.statusLabel.pinkLine{
    color:#E62B7F;
    background-color: transparent;
    border:1px solid #E62B7F;
}
.searchBlockItem p.searchTitle{
    font-size:20px;
    font-weight: 600;
    margin:20px 0;
    line-height: 1.8;
}
.capLabel{
    width:190px;
    text-align:center;
    border-radius: 3px;
    border:1px solid #999999;
    color:#999999;
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 3px;
    font-size:12px;
}
.pageNaviButtons{
    width: 330px;
    margin: auto;
}
/* -------------------------------------------------- */
/*  予約詳細
/* -------------------------------------------------- */
.formBlock table{
    width: 100%;
    border-spacing: 0px;
}
.formBlock table th{
    width: 220px;
    border-bottom:1px solid #ffffff;
    background-color: #EEEEEE;
    vertical-align: middle;
    padding:12px 30px;
    text-align: left;
}
.formBlock table td{
    border-bottom:1px solid #EEEEEE;
    border-right:1px solid #EEEEEE;
    padding:12px 30px;
}
.formBlock table td .material-icons img{
    width: 18px;
}
.formBlock table tr:first-child th{
    border-top:1px solid #ffffff;
}
.formBlock table tr:first-child td{
    border-top:1px solid #EEEEEE;
}
.formBlock table td p{
    margin:0;
}
.kinkyu{
    background-color: #FFF9F9;
    border:7px solid #FCF0EF;
    padding:10px 20px;
    overflow: hidden;
}
.kinkyu .kinkyuTel{
    width: 49%;
    float: left;
    border-right:3px solid #FCF0EF;
    font-weight: 600;
    text-align: center;
}
.kinkyu .kinkyuTel .telNum a{
    color: #E62B7F;
    font-size:30px;
    text-decoration: none;
}
.kinkyu .kinkyuTel .telNum .material-icons{
    vertical-align: top;
}
.kinkyu .kinkyuMessage{
    width: 45%;
    float: right;
    margin: 20px 10px;
}
.attentionBlock{
    padding: 20px;
    border: 7px solid #EFEFEF;
}
.attentionTitle{
    font-size:18px;
    font-weight: 600;
    position: relative;
    color:#E62B7F;
    margin-top:0;
    padding-left: 40px;
}
.attentionTitle::before{
    content: '';
    position: absolute;
    background-image: url(../images/icon-warning.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    left: 0;
}
.attentionBlock p:last-child{
    margin-bottom:0;
}

/* -------------------------------------------------- */
/*  予約のキャンセル確認
/* -------------------------------------------------- */
.modalContent p.searchStatus,
.modalContent p.searchTitle,
.modalContent p.searchCaption{
    text-align: left;
}
/* -------------------------------------------------- */
/*  予約のキャンセル完了
/* -------------------------------------------------- */
.endBlock{
    text-align: center;
}
.endBlock .endTitle{
    font-size:26px;
    font-weight: 600;
}
.endBlock .endIcon{
    margin:50px 0;
}
.endBlock .endIcon img{
    width:100px;
}
.endBlock .endMessage{
    font-size:18px;
}
.endBlock p:last-child{
    margin-bottom:0;
}
/* -------------------------------------------------- */
/*  乗降場所の変更
/* -------------------------------------------------- */
.attentionPinkBlock{
    border:1px solid #E62B7F;
    padding:15px;
    text-align: center;
}
.attentionPinkBlock .attentionMessageTitle{
    color:#E62B7F;
    font-size:18px;
    font-weight: 600;
    margin-top:0;
}
.attentionPinkBlock .attentionMessageTitle img{
    width: 24px;
}
.attentionPinkBlock .material-icons{
    margin-bottom: 7px;
}
.attentionPinkBlock p:last-child{
    margin-bottom:0;
}
select.selectPinkLine{
    border:1px solid #E62B7F;
    border-radius: 4px;
    padding: 12px 20px;
    margin: 5px 0;
}
.selectParent.big::after{
    top: 27px;
}
/* -------------------------------------------------- */
/*  ポイント履歴
/* -------------------------------------------------- */
.pointList{
    display: table;
    width: 100%;
}
.pointRecord{
    display: table-row;
}
.pointRecord>div{
    display:table-cell;
    padding:10px 20px;
    border-bottom: 1px solid #EEEEEE;
}
.pointRecord>div:first-child{
    border-left:1px solid #EEEEEE;
}
.pointRecord>div:last-child{
    border-right:1px solid #EEEEEE;
}
.pointList .pointRecord:first-child>div{
    background-color: #EEEEEE;
    font-weight: 600;
}
.pointNum.add{
    color:#E62B7F;
}
.pointNum.sub{
    color:#5F9ADE;
}

/* -------------------------------------------------- */
/*  検索結果一覧
/* -------------------------------------------------- */
.reSearchForm{
    padding:20px 0;
}
.toggleFormBlock{
    display: block;
    overflow: hidden;
    padding: 15px;
    background-color: #F9F9F9;
    border-radius: 3px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.moreInfo{
    display: none;
    overflow: hidden;
    padding: 15px;
    background-color: #F9F9F9;
    border-radius: 3px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.toggleForm,
.moreToggle{
    position: relative;
}
.toggleForm::after,
.moreToggle::after{
    font-family: 'Material Icons';
    content: "\e5cf";
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
  top: 0;
  z-index:999;
}
.toggleForm.checked::after,
.moreToggle.checked::after{
    font-family: 'Material Icons';
    content: "\e5ce";
}
.serachBusListItem{
    border:1px solid #DDDDDD;
    margin-bottom:15px;
}
.serachBusListIn{
    display:block;
    background-color: #ffffff;
    border-radius: 3px;
    padding:20px 25px 10px;
    overflow: hidden;
}
.serachBusList{
    margin-bottom:100px;
}
.serachBusListTop{

}
.sortBlock{
    margin-top:45px;
}
.busMainContents{
    overflow: hidden;
    display: grid;
    grid-template-columns: 240px 1fr 230px;
    column-gap: 15px;
}
.busInfo{
    max-width:670px;
}
.busInfo img{
    width: 100%;
}
.busValue{
    width:200px;
    background-color:#F9F9F9;
    padding:15px;
}
.busHeader{
    background-color: #FEF3F3;
    padding:15px;
}
.busName{
    font-size:18px;
    font-weight:600;
    margin-bottom:10px;
    display: block;
}
.busHeader .equip p{
    display: inline-block;
    padding:3px 10px;
    background:#707070;
    font-size:12px;
    color:#ffffff;
    margin: 0;
}
.busMainContents .scheduleItem{
    display: block;
    width: auto;
    overflow: hidden;
    margin-bottom: 5px;
}
.busMainContents .schedulePoint{
    width: 80px;
    padding: 4px 0;
    float: left;
}
.busMainContents .scheduleDay{
    font-size:10px;
    text-align: left;
    vertical-align: top;
    display: table-cell;
    padding-left: 10px;
    width:85px;
    float: left;
}
.busMainContents .scheduleDay span{
    font-size:12px;
} 
.busMainContents .scheduleTime{
    font-size:12px;
    text-align: left;
    vertical-align: top;
    display: table-cell;
    padding-left: 10px;
    width:80px;
    float:left;
    margin: 0;
}
.busMainContents .scheduleTime span{
    font-size:20px;
}
.busMainContents .scheduleAccess{
    position: relative;
    font-size:10px;
    padding: 8px 10px 8px 0;
    float:right;
    margin: 0;
}
.busMainContents .scheduleAccess::before{
    content: '';
    position: absolute;
    width:7px;
    height:10px;
    background-image: url(../images/icon-map-g.png);
    background-size: cover;
    left: -10px;
    top: 11px;
}
.busMainContents .schedule .material-icons{
    margin: 0 auto;
    padding-left: 50%;
    text-align: center;
}

.requiredTime span{
    position: relative;
    padding-left:20px;
    font-weight:600;
    margin-right:30px;
}
.requiredTime span::before{
    position: absolute;
    content: '';
    background-image:url(../images/icon-time.png);
    background-size: cover;
    width: 15px;
    height:15px;
    top:0;
    left:0;
}
.busValue .type{
    margin-top:0;
    font-size:12px;
}
.busValue .value{
    font-size: 26px;
    font-weight: 600;
    text-align: center;
    margin: 0;
}
.busValue .btnComp{
    width: auto;
}
.moreToggle{
    margin:0;
}
.morePoint{
    font-size: 12px;
}
.morePoint ul{
    padding-left: 12px;
}
/* -------------------------------------------------- */
/*  便詳細
/* -------------------------------------------------- */
.schedule{
    overflow: hidden;
}
.scheduleItem{
    display: inline-block;
    width: 120px;
    border:1px solid #003366;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
}
.scheduleItem.orange{
    border:1px solid #ED5D11;
}
.scheduleItem.orange .schedulePoint{
    background-color:#ED5D11;
}
.schedule .material-icons{
    vertical-align: top;
    margin-top: 50px;
    margin-right: 0;
}
.schedulePoint{
    background-color:#003366;
    color:#ffffff;
    font-weight: 600;
    margin: 0;
}
.scheduleDay{
    font-size:12px;
    margin: 5px 0 0;
}
.scheduleDay span{
    font-size:15px;
}
.scheduleTime{
    margin: 0 0 5px;
}
.scheduleTime span{
    font-weight: 600;
    font-size:25px;
    margin-right:3px;
}

.binName{
    padding:10px 25px;
    background-color: #ffffff;
    font-size: 20px!important;
    position: relative;
    border-bottom:2px solid #E62B7F;
}
.binName::before,
.binName::after{
    position: absolute;
    top: 100%;
    left: 85px;
    content: "";
    height: 0;
    width: 0;
}
.binName::before{
    border: 13px solid;
    border-color: transparent;
    border-top-color: #E62B7F;
    margin-left: -13px;
}
.binName::after{
    border: 10px solid;
    border-color: transparent;
    border-top-color: white;
    margin-left: -10px;
}
.binImages{
    overflow: hidden;
}
.binImages a{
    display: block;
    border:1px solid #DDDDDD;
    min-height:200px;
    max-width:31%;
    float:left;
    margin-right:3%;
}
.binImages div{
    display: block;
    border: 1px solid #DDDDDD;
    min-height: 170px;
    max-width: 32%;
    float: left;
    margin-right: 1%;
}
.binImages img{
    width:100%;
}
.binImages a:last-child,
.binImages div:last-child{
    margin-right:0;
}
.binInfoLeft{
    float:left;
    max-width:570px;
}
.binInfoRight{
    float:right;
    margin-top:20px;
}
.binInfoRight .busValue{
    width: 280px;
}
.busValue .day{
    font-size:18px;
    font-weight: 600;
    margin-top:0;
    padding-bottom:10px;
    margin-bottom: 10px;
    border:1px solid #ffffff;
    text-align: center;
}
.binInfoTable{
    border: 2px solid #dddddd;
    border-radius: 3px;
    padding: 15px;
    width: 100%;
}
.binInfoTable th{
    text-align: left;
    padding: 3px;
}
.binInfoTable th img{
    width: 25px;
    margin-right: 5px;
}
.innerLinks{
    margin:25px 0;
    overflow: hidden;
}
.innerLinks a{
    float:left;
    width:16.5%;
    margin-right:1%;
}
.innerLinks a:last-child{
    margin-right:0;
}
.calendarHead{
    overflow: hidden;
}
.nowMonth{
    text-align: center;
    width: 80%;
    float:left;
}
.prevMonth,.nextMonth{
    width:10%;
    float:left;
}
.prevMonth a,
.nextMonth a{
    border:1px solid #AAAAAA;
    background-color: #DDDDDD;
    padding:15px 10px;
    text-decoration: none;
    text-align: center;
    display: block;
    border-radius: 3px;
}
.nowMonth .flexAround{
    justify-content: center;
}
.calenderTable table{
    width: 100%;
    border-collapse: collapse ;
}
.calenderTable table th{
    border: 1px solid #AAAAAA;
    background-color: #EEEFEE;
    width: 14%;
}
.calenderTable table td{
    border: 1px solid #AAAAAA;
    vertical-align: baseline;
    background-color: #ffffff;
}
.calenderTable table td.cellPink{
    background-color: #FEF3F3;
}
.calenderTable table td.cellBlue{
    background-color: #F3F9FE;
}
.calenderTable table td a{
    text-decoration: none;
    display: block;
    width: 100%;
}
.calenderTable table td .day{
    font-size:12px;
    margin:5px;
}
.calenderTable table td .value{
    color:#5F9ADE;
    font-size:18px;
    font-weight: 600;
    text-align: center;
    margin-bottom:0;
}
.calenderTable table td .value.end{
    color:#AAAAAA;
    font-weight: 300;;
}
.calenderTable table td .seat{
    text-align: center;
    font-size:13px;
    color:#5F9ADE;
    margin-top:10px;
}
ul.leftList{
    padding-left:15px;
}
.cvInfo{
    width: calc( 100% - 500px );
    padding: 15px;
}
.cvInfo .day{
    font-weight:600;
    font-size:18px;
    margin-top:0;
}
/* -------------------------------------------------- */
/*  予約（乗車場所、人数の入力）
/* -------------------------------------------------- */
input[type="text"].numPeople{
    width:100px;
    margin:0 5px;
}
.yoyakuBin{
    border:1px solid #555555;
    background-color:#ffffff;
    border-radius: 3px;
    padding:25px;
    
}
.yoyakuBin p{
    margin:0;
}
.binInfoModal{
    display: block;
    text-align: right;
}
.binDay{
    font-size:20px;
    margin:0 10px;
    font-weight:600;
    color:#E62B7F;
    display: inline-block;
}
.binNum{
    padding:5px 15px;
    border-radius: 50px;
    color:#ffffff;
    display: inline-block;
}
.binNum.bin1{
    background-color:#ED5D11;
}
.binNum.bin2{
    background-color:#003366;
}
.binNum.bin3{
    background-color:#2F7CA5;
}
.binNum.bin4{
    background-color:#00665E;
}
.progressbar {
    display: flex;
    flex-wrap: wrap;
}
.progressbar .item {
    position: relative;
    width: 20%;
    text-align: center;
    position: relative;
    align-items: center;
    justify-content: center;
    height: 42px;
    padding: 9px 0;
    line-height: 1.5;
    background: #F5F5F5;
    color: #555555;
    border: 1px solid #DDDDDD;
    border-right: 0px;
    box-sizing: border-box;
}
.progressbar .item:nth-child(2),
.progressbar .item:nth-child(3){
    padding-left:15px;
}
.progressbar .item:last-child{
    border-right:1px solid #DDDDDD;
}
.progressbar .item:not(:last-child)::before,
.progressbar .item:not(:last-child)::after {
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 100%;
    content: '';
    border: 20px solid transparent;
    border-left: 20px solid #F5F5F5;
    margin: auto;
}
.progressbar .item:not(:last-child)::before {
    margin-left: 1px;
    border-left-color: #DDDDDD;
}
.progressbar .item.active {
    z-index: 1;
    background: #E62B7F;
    color: #FFF;
}
.progressbar .item.active:not(:last-child)::after {
    border-left-color: #E62B7F;
}
.progressbar .item.active:not(:last-child)::before {
    border-left: none;
}
.total{
    border-top:8px solid #E62B7F;
    background-color:#ffffff;
    font-weight:600;
    font-size:20px;
    overflow: hidden;
    position: fixed;
    bottom: 0;
    width: 100%;
}
.total .label{
    font-size:30px;
    float:left;
    width:50%;
    margin: 27px 0;
}
.total .totalNum{
    float: right;
    width:50%;
    text-align: right;
    margin: 27px 0;
}
.total .totalNum span{
    color:#E62B7F;
    font-size:30px;
}
.modalBusInfo{
    box-sizing: border-box;
}
.modalContent .modalBusInfo:nth-child(1){
    width:45%;
}
.modalContent .modalBusInfo:nth-child(2){
    width:54%;
}
.modalBusInfo .binInfoTable{
    padding:10px;
}
/* -------------------------------------------------- */
/*  予約（搭乗者情報の入力）
/* -------------------------------------------------- */
input[type="button"].btnBlack{
    background-color: #555555;
    color:#ffffff;
    border-radius: 4px;
    font-size:15px;
    text-align: center;
    width: 120px;
    font-weight:600!important;
}
/* -------------------------------------------------- */
/*  予約（予約情報の確認）
/* -------------------------------------------------- */
.yoyakuEnd{
    border-top: 1px solid #E62B7F;
    border-bottom: 1px solid #E62B7F;
    padding:7px 25px;
    background-color: #FEF3F3;
    font-weight: 600;
    overflow: hidden;
}
.yoyakuEnd .label{
    font-size:30px;
    float: left;
    width: 50%;
    margin: 0;
}
.yoyakuEnd .totalNum{
    font-size:20px;
    float: right;
    width: 50%;
    text-align: right;
    margin: 0;
}
.yoyakuEnd .totalNum span{
    color:#E62B7F;
    font-size:30px;
    margin-right:10px;
}
/* -------------------------------------------------- */
/*  予約（完了）
/* -------------------------------------------------- */
.payInfo{
    border:10px solid #FCF0EF;
    padding:5px;
    border-radius: 3px;
    background-color: #FFF9F9;
}
.payInfo p{
    font-size:20px;
    font-weight: 600;
    margin: 15px 50px;
}
.payInfo p span{
    margin-left:10px;
}
.payInfo p:last-child{
    border-bottom: none;
}
.orderNum{
    background-color: #F9F9F9;
    padding:20px;
    text-align: center;
    font-size:26px;
    font-weight: 600;
}
.orderNum p{
    margin:0;
}
.orderNum p span{
    color:#E62B7F;
    font-size:30px;
}

/* -------------------------------------------------- */
/*  ログイン
/* -------------------------------------------------- */
.loginBlock{
    width: 440px;
    height:330px;
    background-color: #ffffff;
    border-radius: 3px;
    padding:25px;
    box-sizing: border-box;
}
.loginBlock .btnComp{
    width: auto;
    
}
.loginBlock .material-icons{
    margin-right:0;
}
.loginBlock input[type="text"],
.loginBlock input[type="password"]{
    box-sizing: border-box;
    padding: 12px 15px;
    width: 100%;
}
.loginBlock.floatRight p{
    margin:60px 0;
}

/* -------------------------------------------------- */
/*  レスポンシブ（タブレット・SP共通）
/* -------------------------------------------------- */
@media (max-width: 960px){
    /* -------------------------------------------------- */
    /*  common
    /* -------------------------------------------------- */
    .cmnWrap .cmnWrapIn,
    .cmnWrap .cmnWrapInMid,
    .cmnWrap.spMg15{
        padding-left:15px;
        padding-right:15px;
        width: auto;
    }

    /* -------------------------------------------------- */
    /*  footer
    /* -------------------------------------------------- */
    footer .copyright{
        text-align: center;
    }

    /* -------------------------------------------------- */
    /*  トップページ
    /* -------------------------------------------------- */
    .impTopicks{
        background-color: #F9F9F9;
        border-radius: 5px;
        padding: 10px;
        width: auto;
        overflow: auto;
    }
    .impTopicksTitle{
        font-size: 12px;
        padding: 4px 10px;
        width: 110px;
        border-radius: 20px;
        float: none;
    }
    .impTopocksText{
        float: none;
        font-size: 12px;
        padding: 10px 15px;
        width:auto;
    }
    /* -------------------------------------------------- */
    /*  会社案内
    /* -------------------------------------------------- */
    .history img{
        display: none;
    }

    /* -------------------------------------------------- */
    /*  検索結果一覧
    /* -------------------------------------------------- */
    .scheduleItem{
        display: block;
        width: auto;
        overflow: hidden;
        margin-bottom: 5px;
    }
    .schedulePoint{
        width: 80px;
        padding: 4px 0;
        float: left;
    }
    .scheduleDay{
        font-size:10px;
        text-align: left;
        vertical-align: top;
        display: table-cell;
        padding-left: 10px;
        width:85px;
        float: left;
    }
    .scheduleDay span{
        font-size:12px;
    } 
    .scheduleTime{
        font-size:12px;
        text-align: left;
        vertical-align: top;
        display: table-cell;
        padding-left: 10px;
        width:80px;
        float:left;
        margin: 0;
    }
    .scheduleTime span{
        font-size:20px;
    }
    .scheduleAccess{
        position: relative;
        font-size:10px;
        padding: 8px 10px 8px 0;
        float:right;
        margin: 0;
    }
    .scheduleAccess::before{
        content: '';
        position: absolute;
        width:7px;
        height:10px;
        background-image: url(../images/icon-map-g.png);
        background-size: cover;
        left: -10px;
        top: 11px;
    }
    .schedule .material-icons{
        margin: 0 auto;
        padding-left: 50%;
        text-align: center;
    }
    .busInfo,
    .busValue{
        width: auto;
        float: none;
        max-width: none;
    }

    /* -------------------------------------------------- */
    /*  予約
    /* -------------------------------------------------- */
    .progressbar{
        margin-top:15px;
        font-size:12px;
    }
    .progressbar .item{
        width:15%;
        padding: 10px 0px 10px 15px;
    }
    .progressbar .item.active{
        width:40%;
        padding: 5px;
        line-height: 1.2;
    }
    .progressbar .item.active.pl20{
        padding-left:20px;
    }
    .progressbar .item.active span.pcOnly{
        display: block!important;
    }
    .spNone{
        display: none;
    }


}

/* -------------------------------------------------- */
/*  レスポンシブ（タブレット専用）
/* -------------------------------------------------- */
@media (max-width: 960px) and (min-width: 812px){
    /* -------------------------------------------------- */
    /*  common
    /* -------------------------------------------------- */
    .cmnWrap{
        min-width: auto;
    }
    .cmnWrap .cmnWrapIn,
    .cmnWrap .cmnWrapInMid,
    .cmnWrap.spMg15{
        width: 100%;
        box-sizing: border-box;
    }

    /* -------------------------------------------------- */
    /*  header
    /* -------------------------------------------------- */
    header > div.cmnWrap{
        padding: 15px 15px 0;
    }
    .btnHead{
        font-size: 12px;
    }
    /* -------------------------------------------------- */
    /*  トップページ
    /* -------------------------------------------------- */
    .bg-serchimg{
        padding: 50px 0;
    }
    .kodawari{
        margin-bottom: 30px;
        padding: 0 15px;
        box-sizing: border-box;
    }
    .kodawariImg,
    .kodawariImg img{
        max-width:360px;
    }
    .kodawariText{
        max-width: 360px;
        padding: 20px 15px;
    }
    .sasayamaArea{
        padding: 100px 0px 70px 50px;
    }
    /* -------------------------------------------------- */
    /*  会社案内
    /* -------------------------------------------------- */
    .cmnWrap .cmnWrapIn.pg-70{
        padding-left: 15px!important;
        padding-right: 15px!important;
    }
    .infoTable{
        width: auto;
    }
    .recruit-banner{
        width: 100%;
    }

    /* -------------------------------------------------- */
    /*  採用情報
    /* -------------------------------------------------- */
    .recruitContact{
        width: auto;
    }
    .slick-dotted.slick-slider{
        width: 90%;
        margin: auto;
    }
    .recruitOccupationItem{
        max-width: 48%;
    }

    /* -------------------------------------------------- */
    /*  マイページ
    /* -------------------------------------------------- */
    .mypageMenuItem{
        width: 23%;
    }

    /* -------------------------------------------------- */
    /*  マイページ（予約の確認一覧）
    /* -------------------------------------------------- */
    .bg-Lightgray.cmnWrapIn.spMaxWidth .pg-25.mgBottom-50{
        padding-left: 0!important;
        padding-right: 0!important;
    }
    .kinkyu{
        padding: 10px 10px;
    }
    .kinkyu .kinkyuTel .telNum a{
        font-size: 28px;
    }
    .kinkyu .kinkyuTel .telNum .material-icons img{
        width: 40px;
    }
    .kinkyu .kinkyuMessage{
        margin:0;
    }

    /* -------------------------------------------------- */
    /*  検索結果一覧
    /* -------------------------------------------------- */
    .schedule .material-icons.pcOnly{
        display: none!important;
    }
    .schedule .material-icons.spOnly{
        display: block!important;
        padding-left: 0;
    }

    /* -------------------------------------------------- */
    /*  便詳細
    /* -------------------------------------------------- */
    .binInfoLeft{
        max-width: 100%;
        width: 100%;
    }
    .binInfoRight,
    .binInfoLeft{
        float: none;
    }
    .binInfoRight .busValue{
        width: auto;
    }
    .innerLinks a{
        width: 15.8%;
        font-size: 12px;
    }

    /* -------------------------------------------------- */
    /*  予約
    /* -------------------------------------------------- */
    .progressbar .item .pcOnly{
        display: none;
    }

    /* -------------------------------------------------- */
    /*  ログイン
    /* -------------------------------------------------- */
    .loginBlock{
        width: 49%;
    }
    .login-form{
        padding-left:0!important;
        padding-right:0px!important;
    }

}

/* -------------------------------------------------- */
/*  レスポンシブ（スマホ専用）
/* -------------------------------------------------- */
@media screen and (max-width: 811px) {
    /* -------------------------------------------------- */
    /*  common
    /* -------------------------------------------------- */
    .contents{
        margin-top: 50px;
    }    

    .pgSpNone{
        padding:0!important;
    }
    .spSubMenu{
        font-size: 12px;
        background-color: #EEEEEE;
        padding:5px 0;
    }
    .spSubMenu img{
        width: 18px;
    }
    .spSubMenu p{
        margin: 0;
        line-height: 2.0;
        padding: 0 10px;
    }
    .spMaxWidth{
        width:100%;
    }
    .cmnWrapIn.spMaxWidth{
        padding-left:0;
        padding-right:0;
    }
    .cmnWrapInMid{
        width:auto;
    }
    .h2-26{
        font-size:20px;
        margin: 0 0 30px 0;
    }
    .pg-70{
        padding:40px 0!important;
    }
    .pg-25{
        padding:15px!important;
    }
    .mgBottom-30{
        margin-bottom:25px!important;
    }
    .spText12{
        font-size:12px;
    }
    h2.h2PinkRibbon{
        font-size: 20px;
    }
    h3.h3Gray{
        font-size: 18px!important;
        padding: 6px 10px 6px 15px;
    }
    h3.h3Gray.bg-icon{
        background-size: 25px;
        background-position: center left 15px;
        padding: 6px 10px 6px 47px;
    }
    h4.h4HeadPink{
        font-size:16px;
        padding: 0 0 0 15px;
    }
    h4.h4HeadPink::before{
        width: 6px;
        height: 16px;
        top:4px;
    }
    .textAccent{
        font-size:18px;
    }
    h2.h2BusIcon{
        font-size: 20px;
        padding-left: 35px;
    }
    h2.h2BusIcon::before{
        width:28px;
        height:28px;
    }
    

    /* -------------------------------------------------- */
    /*  header
    /* -------------------------------------------------- */
    header{
        position: fixed;
        background-color: #ffffff;
        top: 0;
        z-index: 999;
        box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1);
    }
    header > div.cmnWrap{
        padding:0;
    }
    header > div.cmnWrap > h1.title img{
        width:200px;
    }
    .btnMenu{
        background-color: #e62b7f;
        position: relative;
        cursor: pointer;
        width: 50px;
        height:50px;
    }
    .btnMenu span{
        display: inline-block;
        transition: all .4s;
        position: absolute;
        left: 14px;
        height: 3px;
        border-radius: 2px;
        background: #ffffff;
        width: 45%;
    }
    .btnMenu span:nth-of-type(1){
        top:15px;
    }
    .btnMenu span:nth-of-type(2){
        top:23px;
    }
    .btnMenu span:nth-of-type(3){
        top:31px;
    }
    .btnMenu.active span:nth-of-type(1) {
        top: 18px;
        left: 18px;
        transform: translateY(6px) rotate(-45deg);
        width: 30%;
    }
    .btnMenu.active span:nth-of-type(2) {
        opacity: 0;
    }
    .btnMenu.active span:nth-of-type(3){
        top: 30px;
        left: 18px;
        transform: translateY(-6px) rotate(45deg);
        width: 30%;
    }

    /* -------------------------------------------------- */
    /*  footer
    /* -------------------------------------------------- */
    footer .footMain{
        padding:15px;
    }
    .footerLogo{
        margin-bottom:30px;
    }
    .footerLogo a img{
        max-width:190px;
    }
    .footerMenuClass{
        margin-top:0;
    }
    footer .footMain ul{
        padding: 0 0 10px 0;
        border-bottom: 1px solid #ffffff;
    }
    footer .footMain ul li{
        display: inline-block;
        width: 49%;
        margin-right: 0;
    }
    footer .footMain ul li.phoneMax{
        width: 100%;
    }
    .footerMenu ul:last-child{
        margin-bottom: 0;
        border: 0px;
        padding: 0;
    }
    
    footer .copyright{
        padding: 10px 20px;
    }
    footer .copyright p{
        margin:0;
    }

    /* -------------------------------------------------- */
    /*  ハンバーガーメニュー
    /* -------------------------------------------------- */
    .spMainmenu{
        background-color:#F9F9F9;
        position:fixed;
        z-index: 999;
        top:50px;
        right: -120%;
        width:100%;
        height: 100vh;
        transition: all 0.6s;
    }
    .spMainmenu.active{
        right: 0;
    }
    .spMainmenuInner{
        padding:15px;
    }
    .spMainmenuInner .btnHead{
        max-width: 40%;
        font-size: 12px;
        background-color: #ffffff;
        border: 2px solid #E62B7F;
        color: #E62B7F;
    }
    .spMainmenuInner .btnHead:nth-child(1){
        float:left;
    }
    .spMainmenuInner .btnHead:nth-child(2){
        float:right;
    }
    .spMainmenuInner ul{
        padding:0;
        font-size:12px;
        font-weight: 600;
        list-style-type:none;
        overflow: hidden;
    }
    .spMainmenuInner ul.submenu{
        font-weight: 300;
        text-align: center;
    }
    .spMainmenuInner ul a{
        text-decoration: none;
    }
    .spMainmenuInner ul li{
        background-color:#ffffff;
        width: 49.4%;
        float: left;
        padding: 10px 0;
        border-bottom:2px solid #F9F9F9;
    }
    .spMainmenuInner ul li:nth-child(2n+1){
        border-right:2px solid #F9F9F9;
    }
    .spMainmenuInner ul li.full{
        width:100%;
    }
    .spMainmenuInner ul li .material-icons{
        margin-left:15px;
    }
    .spMainmenuInner ul li .material-icons img{
        height:14px;
        width:14px;
    }

    /* -------------------------------------------------- */
    /*  スクロールトップボタン
    /* -------------------------------------------------- */
    .scrollTop {
        width: 40px;
        height: 40px;
        bottom: 20px;
        right: 20px;
    }

    /* -------------------------------------------------- */
    /*  Slickスライダーカスタマイズ
    /* -------------------------------------------------- */
    .topSlider div{
        border-radius: 0px;
    }
    .topSlider .slick-dots li{
        display: none;
    }
    /* -------------------------------------------------- */
    /*  フォーム関連
    /* -------------------------------------------------- */
    .bg-serchimg{
        padding:15px;
    }
    .serchForm{
        width: 90%;
        padding: 5%;
    }
    .serchForm h3{
        font-size:16px!important;
        margin-bottom:20px;
    }
    .serchOptionItem:nth-child(2n),
    .serchOptionItem:nth-child(2n+1){
        overflow: hidden;
        float:none;
        width: auto;
    }
    .serchOptionItem p.label{
        width:40px;
        margin: 13px 0;
    }
    .selectParent{
        width: 100%;
        position: relative;
    }
    .serchOptionItem #dep_group, 
    .serchOptionItem #arr_group{
        width: 250px;
        float: right;
        margin-bottom: 10px;
        -webkit-appearance: none;
        -moz-appearance: none;
        background-color: white;
    }
    .serchOptionItem #date_calendar{
        position: relative;
        width: 250px;
        float: right;
        margin-bottom:10px;
        font-size: 15px;
        padding: 6px 15px;
        box-sizing: border-box;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        background-color: white;
        line-height: 1.5;
    }
    .number-spinner-wrap.mgR-20{
        margin-right: 10px;
    }
    .serchOptionItem p.label.auto{
        width: auto;
        margin: 7px 5px 7px 0;
    }
    .number-spinner-wrap{
        margin-bottom:10px
    }
    .toggleButton{
        position: relative;
        top: 0;
        left: auto;
        text-align: right;
    }
    .optionSelect label{
        margin-bottom: 0px;
        width:27%;
    }
    .optionSelect.last label{
        margin-right:0;
    }
    .textMark{
        font-size:12px;
    }
    .areaSeatImage,
    .areaSeatIcons{
        float:none;
        width:auto;
    }
    .areaSeatImage img{
        max-width:120px;
    }
    .btn-pinknomal{
        font-size:12px;
        width: auto;
    }
    .btn-pinknomal .material-icons img{
        width: 13px;
    }
    .formItem input[type="text"]{
        width: calc(100% - 30px);
        box-sizing: border-box;
    }
    .formItem input[type="text"].name{
        width: calc(50% - 30px - 5px);
    }
    select.year2{
        width: 100px;
    }
    select.daymonth{
        width:50px;
    }
    .btn2Line{
        width: auto;
        padding: 0 15px;
        margin: 0;

    }
    .btn2Line .btnComp,
    .btn2Line .btnComp.mini{
        float: none;
        width:calc(100% - 25px);
        margin:auto;
        margin-bottom:10px;
    }
    .btn2Line .btnComp:last-child{
        margin-bottom:0;
    }
    .btnAllLine-inner .btnComp.mini:nth-child(2n){
        margin-right:0;
    }
    .btnAllLine-inner .btnComp.mini:nth-child(n+3){
        margin-top: 10px;
    }

    /* -------------------------------------------------- */
    /*  トップページ
    /* -------------------------------------------------- */
    .torikumi{
        width:auto;
        float:none;
        margin-bottom:30px;
    }
    .torikumi img{
        max-width:200px;
    }
    .torikumiTitle{
        font-size:16px;
    }
    .torikumiText{
        font-size:12px;
        padding: 5px 15px;
    }
    .torikumi .torikumiTitle::before{
        left: 40px;
    }
    .kodawariItems{
        padding: 0 15px;
    }
    .kodawari{
        margin-bottom:30px;
    }
    .kodawariItems .kodawari:nth-child(2n) .kodawariImg,
    .kodawariItems .kodawari:nth-child(2n) .kodawariText{
        float: none;
    }
    .kodawariImg{
        float: none;
        width: auto;
        margin:auto;
        margin-bottom: 20px;
    }
    .kodawariText{
        float: none;
        padding: 30px 0;
        margin:auto;
        font-size: 12px;
    }
    .kodawariTitle{
        font-size: 16px;
        margin-top: 0;
    }
    .bannerImg{
        padding: 0 15px;
        max-width:45%;
    }
    .bannerImg.floatLeft{
        margin-bottom: 15px;
    }
    .newsList{
        padding: 0 15px;
        font-size:12px;
    }
    .newsList ul li .date{
        display: block;
        font-weight: 600;
        color: #AAAAAA;
    }
    .sasayamaArea{
        padding: 50px 30px 30px;
    }
    .sasayamaTitle{
        margin-bottom:30px;
    }
    .sasayamaTitle img{
        max-width:220px;
    }
    .sasayamaText{
        font-size:12px;
    }

    /* -------------------------------------------------- */
    /*  会社案内
    /* -------------------------------------------------- */
    .cmnWrap .cmnWrapIn.pg-70{
        padding-left: 15px!important;
        padding-right: 15px!important;
    }
    .aboutus .h2-26{
        margin-top:20px;
    }
    .aboutTitle{
        margin-bottom:15px;
    }
    .aboutSubTitle{
        font-size: 38px!important;
    }
    .aboutMainTitle{
        font-size:16px!important;
    }
    .messageText{
        font-size:12px;
    }
    .infoTable{
        width:auto;
    }
    .infoTable table tr th,
    .infoTable table tr td{
        font-size: 12px;
        padding: 15px;
    }
    .timeline{
        padding-left: 15px;
    }
    .timeline > li{
        padding-left:4px;
    }
    .timeline-date{
        padding-left: 30px;
        font-size: 12px;
        font-weight: bold;
        color: #aaaaaa;
        border-left: 3px #efefef solid;
        margin-top:0;
    }
    .timeline-content:before{
        left:0;
    }
    .timeline-content{
        font-size:12px;
    }
    .timeline-content p{
        margin-top:0;
    }
    .google-maps {
        padding-bottom:250px;
    }
    .google-maps iframe {
        height:250px !important;
    }
    /* -------------------------------------------------- */
    /*  採用情報
    /* -------------------------------------------------- */
    h3.recruitTitle{
        padding-top:45px;
    }
    .recruitMainTitle{
        font-size: 18px;
        line-height: 1.5;
        display: block;
    }
    .recruitMessage{
        font-size:12px;
    }
    .recruitAboutPoint{
        margin: 60px 0;
    }
    .recruitAboutImg img{
        max-width:190px;
    }
    .recruitSubTitle{
        top: -35px;
    }
    .recruitSubTitle img{
        max-height: 40px;
    }
    .recruitAboutText,
    .recruitAbout .recruitAboutPoint:nth-child(2n) .recruitAboutText{
        margin: 0;
        padding: 130px 15px 15px 15px;
        font-size: 12px;
    }
    .recruitOccupationItem{
        float: none;
        margin: auto;
    }
    .recruitOccupation .recruitOccupationItem:nth-child(2n){
        float: none;
    }
    .recruitAboutText h4{
        text-align: right;
        font-size:16px;
    }
    .recruitAbout .recruitAboutPoint:nth-child(2n) .recruitAboutText h4{
        text-align: left;
    }
    .recruitAbout .recruitAboutPoint:last-child{
        margin-bottom:20px;
    }
    .goArrowLink{
        font-size:12px;
    }
    .recruitOccupationItem h4{
        font-size:16px;
        margin:20px 0;
    }
    .recruitOccupationItem p{
        font-size:12px;
        padding: 0px 15px;
    }
    .recruitOccupation .recruitOccupationItem:first-child p{
        margin-bottom: 50px;
    }
    .interviewItem{
        padding-top: 200px;
        background-size: contain;
        margin-bottom: 30px;
    }
    .interviewText{
        margin: 0 15px 0 15px;
        padding:20px;
    }
    .recruitInterview .interviewItem:nth-child(2n) .interviewText{
        margin: 0 15px 0 15px;
        padding:20px;
    }
    .interviewText h4{
        font-size:16px;
    }
    .interviewText p.interviewTag{
        font-size:10px;
    }
    .interviewText p{
        font-size:12px;
        margin-bottom:0;
    }
    .gallerySlider{
        margin: 0 25px;
    }
    .tabRecruit > label{
        font-size:15px;
        padding: 10px;
    }
    .tabRecruit label.labelLeft{
        margin: 0 10px 0 0;
    }
    .tabRecruit label.labelRight{
        margin: 0 0 0 5px;
    }
    .tabRecruit > div.recruitTable{
        margin-top:15px;
    }
    .recruitTable table tr th,
    .recruitTable table tr td{
        font-size: 12px;
        padding: 15px;
    }
    .recruitTable table tr th{
        min-width: 60px;
    }
    .recruitContact{
        width: auto;
        margin-top: 20px;
        padding: 30px 10px;
    }
    .recruitContact p{
        font-size:16px;
    }
    .recruitTel{
        font-size: 26px;
    }
    .recruit-access .btnComp{
        margin:0 15px;
    }
    /* -------------------------------------------------- */
    /*  マイページトップ
    /* -------------------------------------------------- */
    .mypage-mypoint{
        grid-template-columns: 150px 1fr;
    }
    .mypage-mypoint p{
        font-size: 14px;
    }
    .mypageItemTitle{
        margin-left: 10px;
    }
    .textPoint{
        font-size:16px;
    }
    .mypageMenuItem{
        width: 48%;
        height: 194px;
        margin-bottom:10px;
        margin-right: 0;
    }
    .mypageMenu .mypageMenuItem:nth-child(2n){
        
        float:right;
    }
    .mypageMenu .mypageMenuItem:nth-child(2n+1){
        float:left;
    }
    .mypageMenuText{
        margin-top:20px;
    }
    .cmnWrapIn.mypage{
        margin-bottom:90px;
    }
    /* -------------------------------------------------- */
    /*  モーダルウィンドウ
    /* -------------------------------------------------- */
    .modalClose,
    .modalClose1,
    .modalClose2,
    .modalClose3,
    .modalClose4{
        font-size: 30px;
        top: 10px;
        right: 10px;
    }
    .modalBody,
    .modalBody1,
    .modalBody2,
    .modalBody3,
    .modalBody4{
        position: fixed;
        width: 95%;
        left: 50%;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
    }
    .modalContent{
        padding:15px;
        overflow: scroll;
        max-height: 600px;
    }
    .modalContent p{
        font-size:16px;
    }
    .modalContent p.modalTitle,
    .modalContent p.modalMessage{
        font-size:20px;
    }
    .modalContent p.modalMessage{
        margin-top:20px;
    }
    .modalBtn .btnComp{
        width: auto;
    }
    .textSpLeft{
        text-align: left!important;
    }
    /* -------------------------------------------------- */
    /*  予約一覧
    /* -------------------------------------------------- */
    .searchListTop{
        font-size:12px;
    }
    .searchSort select{
        margin-left: 5px;
    }
    .searchBlockList{
        margin-bottom:15px;
    }
    .searchBlockItem{
        padding:15px;
    }
    .searchStatus{
        font-size:12px;
    }
    .searchBlockItem p.searchTitle{
        font-size:15px;
        margin:10px 0;
    }
    .searchCaption{
        font-size:12px;
    }
    .capLabel{
        width:120px;
    }
    /* -------------------------------------------------- */
    /*  予約詳細
    /* -------------------------------------------------- */
    .formBlock table{
        font-size: 12px;
    }
    .formBlock table th{
        width: 90px;
        padding: 12px;
    }
    .formBlock table td{
        padding: 12px;
    }
    .kinkyu{
        padding:0 10px;
    }
    .kinkyu .kinkyuTel,
    .kinkyu .kinkyuMessage{
        width: auto;
        float: none;
    }
    .kinkyu .kinkyuTel{
        border-right: 0px;
        border-bottom: 3px solid #FCF0EF;
    }
    .kinkyu .kinkyuTel .telNum a{
        font-size:28px;
    }
    .kinkyu .kinkyuTel .telNum .material-icons img{
        width: 40px;
    }
    .kinkyu .kinkyuMessage{
        font-size:12px;
        text-align: center;
    }
    .attentionBlock{
        padding: 15px;
        border: 5px solid #EFEFEF;
    }
    .attentionBlock p{
        font-size:12px;
    }
    .attentionBlock p.attentionTitle{
        font-size: 15px;
        padding-left: 30px;
    }
    .attentionBlock p.attentionTitle::before{
        width: 22px;
        height: 22px;
    }
    /* -------------------------------------------------- */
    /*  予約のキャンセル確認
    /* -------------------------------------------------- */
    .modalContent p.searchStatus{
        font-size:12px;
    }
    .modalContent p.searchTitle{
        margin-top: 5px;
        line-height: 1.5;
    }
    .modalContent p.spSmall{
        font-size:12px;
    }
    /* -------------------------------------------------- */
    /*  予約のキャンセル完了
    /* -------------------------------------------------- */
    .endBlock .endTitle{
        font-size:20px;
    }
    .endBlock .endIcon{
        margin:30px 0;
    }
    .endBlock .endIcon img{
        width:85px;
    }
    .endBlock .endMessage{
        font-size:16px;
    }
    /* -------------------------------------------------- */
    /*  乗降場所の変更
    /* -------------------------------------------------- */
    .selectParent.big select{
        padding-left: 15px;
        padding-right: 35px;
    }
    .attentionPinkBlock{
        text-align: justify;
        font-size:12px;
    }
    .attentionPinkBlock .attentionMessageTitle{
        font-size:15px;
        position: relative;
        padding-left:35px;
    }
    .attentionPinkBlock .attentionMessageTitle:before{
        content: '';
        position: absolute;
        top:0;
        left:0;
        background-image:url('../images/icon-warning.png');
        background-size:cover;
        width:25px;
        height:25px;
    }
    /* -------------------------------------------------- */
    /*  ポイント履歴
    /* -------------------------------------------------- */
    .pointList .pointRecord:first-child{
        display: none;
    }
    .pointRecord{
        display: block;
        overflow: hidden;
        border: 1px solid #EEEEEE;
    }
    .pointRecord>div{
        display: block;
    }
    .pointSum::before{
        content:'残高：';
    }
    .pointSum::after{
        content:'ポイント';
    }
    .pointRecord>div,
    .pointRecord>div:first-child,
    .pointRecord>div:last-child{
        border:none;
    }
    .pointRecord>div.pointDate{
        background-color:#EEEEEE;
        font-weight:600;
        width:calc(50% - 40px);
        float:left;
    }
    .pointRecord>div.pointStatus{
        background-color:#EEEEEE;
        font-weight:600;
        width:calc(50% - 40px);
        float:right;
        text-align:right;
    }
    .pointRecord>div.pointAbout{
        width:calc(50% - 40px);
        float:left;
    }
    .pointRecord>div.pointNum{
        width:calc(50% - 40px);
        float:right; 
        text-align:right;
    }
    .pointRecord>div.pointSum{
        font-size:12px;
        width:calc(50% - 40px);
        float:right;
        text-align:right;
        padding-top:0;
    }
    /* -------------------------------------------------- */
    /*  検索結果一覧
    /* -------------------------------------------------- */
    .reSearchForm{
        padding:10px 0;
    }
    .sortBlock{
        margin-top:0px;
    }
    .serachBusListIn{
        padding: 15px 15px 10px;
    }
    .busName{
        font-size:15px;
        margin-bottom:5px;
        text-align: justify;
    }
    .requiredTime{
        font-size:12px;
        margin: 10px 0;
    }
    .equip{
        margin: 10px 0;
    }
    .equip p{
        margin-bottom:5px;
    }
    .busMainContents{
        grid-template-columns: 1fr;
    }
    .busHeader .equip{
        margin:0;
    }
    .busHeader .equip p{
        margin-bottom: 2px;
        font-size: 10px;
    }
    .busValue .statusLabel{
        text-align: center;
        width: 65px;
        display: inline-block;
        padding: 2px;
    }
    .busValue .type{
        float: left;
        margin-top: 10px;
    }
    .busValue .value{
        float: left;
        padding: 0 20px;
    }
    .busValue .btnComp{
        clear:both;
    }
    .busValue{
        margin-bottom:10px;
    }
    /* -------------------------------------------------- */
    /*  便詳細
    /* -------------------------------------------------- */
    .binName{
        margin-top: 0;
        font-size: 15px!important;
        padding: 15px;
        text-align: justify;
    }
    .binImages a,
    .binImages div{
        max-width: 48%;
        min-height:125px;
        margin-right:0;
    }
    .binImages a:first-child,
    .binImages div:first-child{
        max-width: 100%;
        width: 100%;
        margin-bottom:10px;
    }
    .binImages a:last-child,
    .binImages div:last-child{
        margin-left:10px;
    }
    .binInfoTable{
        font-size:12px;
        padding:10px;
    }
    .binInfoTable th img{
        width: 20px;
    }
    .binInfoLeft,
    .binInfoRight{
        float:none;
    }
    .binInfoRight .busValue{
        width: auto;
    }
    .innerLinks a{
        width:49%;
        margin-bottom:5px;
        box-sizing: border-box;
    }
    .innerLinks a:nth-child(2n){
        float:right;
    }
    .innerLinks a:nth-child(2n+1){
        float:left;
    }
    .innerLinks a:last-child{
        width: 100%;
        margin-bottom:0;
    }
    .large{
        font-size:15px!important;
    }
    .prevMonth,
    .nextMonth{
        width:25%;
        font-size: 12px;
    }
    .nowMonth{
        width:50%;
    }
    .nextMonth a{
        text-align: right;
        padding: 10px;
    }
    .prevMonth a{
        padding: 10px;
    }
    .calenderTable table th{
        background-color: #555555;
        color: #ffffff;
        font-weight: 300;
        font-size: 12px;
    }
    .calenderTable table td .day{
        font-size:10px;
    }
    .calenderTable table td .value{
        font-size:12px;
        font-weight: 300;
        margin-top: 0;
    }
    .calenderTable table td .seat{
        margin-top:0;
        margin-bottom:5px;
    }
    .attentionTitle{
        font-size:15px;
        padding-left:30px;
    }
    .attentionTitle::before{
        width:20px;
        height:20px;
    }
    .small{
        font-size:10px!important;
    }
    .formBlock table.spHalf th,
    .formBlock table.spHalf td{
        width:50%;
    }
    .spFloatNone{
        float:none!important;
        width:auto;
    }
    /* -------------------------------------------------- */
    /*  予約（乗車場所、人数の入力）
    /* -------------------------------------------------- */
    .yoyakuBin{
        padding:15px;
        font-size:12px;
        text-align: justify;
    }
    .binDay{
        font-size:15px;
    }
    .formItem input[type="text"].numPeople{
        width: 100px;
    }
    .total{
        font-size:16px;
        border-top:4px solid #E62B7F;
    }
    .total .label{
        font-size:16px;
        margin: 15px 0;
    }
    .total .totalNum{
        margin: 10px 0;
    }
    .total .totalNum span{
        font-size:24px;
    }
    .binInfoModal{
        font-size:12px;
    }
    .formItem input[type="checkbox"]::after{
        top:2px;
    }
    .modalContent .modalBusInfo:nth-child(1),
    .modalContent .modalBusInfo:nth-child(2){
        width: 100%;
        float:none!important;
        margin-bottom:10px;
    }
    .modalBusInfo .binInfoTable th{
        width: 100px;
    }
    /* -------------------------------------------------- */
    /*  予約（搭乗者情報の入力）
    /* -------------------------------------------------- */
    input[type="button"].btnBlack{
        font-size:12px;
        width: 100px;
    }
    /* -------------------------------------------------- */
    /*  予約（内容の確認）
    /* -------------------------------------------------- */
    .yoyakuEnd .label{
        font-size:14px;
        margin-top: 5px;
    }
    .yoyakuEnd .totalNum{
        font-size:14px;
    }
    .yoyakuEnd .totalNum span{
        font-size:20px;
    }
    /* -------------------------------------------------- */
    /*  予約（完了）
    /* -------------------------------------------------- */
    .payInfo{
    }
    .payInfo p{
        font-size:18px;
        margin:10px;
    }
    .payInfo p span{
        margin-left:0px;
    }
    .orderNum{
        padding:10px;
        font-size:18px;
    }
    .orderNum p span{
        font-size:18px;
    }
    /* -------------------------------------------------- */
    /*  ログイン
    /* -------------------------------------------------- */
    .loginBlock{
        width: 100%;
        height: auto;
        padding: 15px;
        margin-bottom: 15px;
    }
    .loginBlock.floatRight p{
        text-align: left!important;
        margin: 25px 0;
    }

}