@charset "UTF-8";

/* common color
----------------------------------------------------------------------------*/

.width960 {
  width: 960px;
}

.width480 {
  width: 480px;
}

.width200 {
  width: 200px;
}

.width100per {
  width: 100%;
}

.width50per {
  width: 50%;
}

.width33per {
  width: 33.333%;
}

.width25per {
  width: 25%;
}


/* border
----------------------------------------------------------------------------*/


/* media query mixin
----------------------------------------------------------------------------*/


/*============================================================================
 google font on server
============================================================================*/

@font-face {
  font-family: roboto;
  src: url("../fonts/Roboto-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: roboto;
  src: url("../fonts/Roboto-Regular.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: roboto;
  src: url("../fonts/Roboto-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}


/*============================================================================
 icomoon
============================================================================*/

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?vrahnv");
  src: url("../fonts/icomoon.eot?vrahnv#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?vrahnv") format("truetype"), url("../fonts/icomoon.woff?vrahnv") format("woff"), url("../fonts/icomoon.svg?vrahnv#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"]::before, [class*=" icon-"]::before, [class^="icon-"]::after, [class*=" icon-"]::after {
 /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


/*============================================================================
 custom
============================================================================*/

.icon-sml {
  font-size: 13px;
}

.icon-mid {
  font-size: 16px;
}

.icon-lg {
  font-size: 20px;
}

.icon-arrow_bottom::before {
  content: "\e900";
  color: #ffffff;
}

.icon-arrow_left::before {
  content: "\e901";
  color: #ffffff;
}

.icon-arrow_right::before {
  content: "\e902";
  color: #ffffff;
}

.icon-arrow_top::before {
  content: "\e903";
  color: #ffffff;
}

.icon-arrow02_bottom::before {
  content: "\e904";
  color: #ffffff;
}

.icon-arrow02_top::before {
  content: "\e905";
  color: #ffffff;
}

.icon-login::before {
  content: "\e906";
  color: #ffffff;
}

.icon-registration::before {
  content: "\e907";
  color: #ffffff;
}

.icon-switch::before {
  content: "\e908";
  color: #ffffff;
}

.icon-hover::before {
  opacity: 0.6;
  -webkit-transition: .3s;
  transition: .3s;
}

.iconCarrier {
  height: 80px;
  width: 150px;
  margin-top: 5px;
  margin-bottom: 10px;
}

@media screen and (max-width: 1260px) {
  /* 1260px以上*/
}

@media screen and (max-width: 768px) {
  /* 768px以下*/
}

@media screen and (max-width: 480px) {
  /* 480px以下*/
}

@media screen and (max-width: 320px) {
  /* 480px以下*/
}


/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡

common item

≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/


/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡

container

≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/


/*============================================================================
 header
============================================================================*/

#header {
    width:100%;
}

.container {
  margin-top: 60px;
  position: relative;
}

.headerBarTop {
  z-index: 100;
}

.gNav {
  z-index: 101;
}

@media screen and (max-width: 1515px) {
  .gNav {
    z-index: 99;
  }
}

.memberArea {
  z-index: 101;
}

@media screen and (max-width: 1005px) {
  .memberArea {
    z-index: 99;
    height: inherit;
  }
}

.headerBarTop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.headerBarTop.-fixed {
  border: none;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
}

.headerBarTop_logo {
  width: 224px;
  height: 33px;
  position: absolute;
  top: 10px;
  left: 20px;
}

@media screen and (max-width: 478px) {
  .headerBarTop_logo {
    width: 200px;
  }
}

@media screen and (max-width: 320px) {
  .headerBarTop_logo {
    width: 180px;
    top: 17px;
    left: 10px;
  }
}

.header_simple .headerBarTop_logo {
  left: 50%;
  margin-left: -112px;
}

@media screen and (max-width: 320px) {
  .header_simple .headerBarTop_logo {
    margin-left: -90px;
  }
}

.gNav {
  position: fixed;
  top: 0;
  left: 262px;
  width: 480px;
}

@media screen and (max-width: 1515px) {
  .gNav {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  }
}

.gNav>ul {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.gNav_item {
  display: table-cell;
  /* top to bottom */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.45), rgba(255, 255, 255, 0.45) 2px, transparent 2px, transparent 6px);
  background-size: 2px 6px;
  background-position: right;
  background-repeat: repeat-y;
  background-color: #eb5001;
  position: relative;
}

.gNav_item_right {
  display: table-cell;
  /* top to bottom */
  background: linear-gradient(to bottom, rgba(235, 80, 1, 0.45), rgba(235, 80, 1, 0.45) 2px, transparent 2px, transparent 6px);
  background-size: 2px 6px;
  background-position: right;
  background-repeat: repeat-y;
  background-color: #eb5001;
  position: relative;
}

.gNav_item:first-child {
  border-left: 1px solid rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 1515px) {
  .gNav_item:first-child {
    border: none;
  }
}

.gNav_item:last-child {
  /*background: none;*/
  border-right: 1px solid rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 1515px) {
  .gNav_item:last-child {
    border: none;
  }
}

.gNav_item a {
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  height: 60px;
  padding: 20px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #FFF;
}

@media screen and (max-width: 768px) {
  .gNav_item a {
    padding: 12px 0;
    height: 40px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 468px) {
  .gNav_item a {
    font-size: 1.1rem;
  }

  .gNav_item .icon-arrow_right::before {
    right:  5px;
  }
}

.gNav_item:hover {
  -webkit-transition: .3s;
  transition: .3s;
  opacity: .7;
}

.gNav_item.selected {
  opacity: .7;
}

.memberArea {
  position: fixed;
  top: 0;
  right: 60px;
  width: 643px;
  height: 60px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-left: 1px solid rgba(0, 0, 0, 0.15);
  border-right: 1px solid rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 1070px) {
  .memberArea {
   /*eight: inherit;*/
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  }
}

@media screen and (max-width: 768px) {
  .memberArea {
    border-left: none;
    border-right: none;
    height: inherit;
  }
}

.memberArea.-login {
  background-color: #ffab66;
  display: none;
}

.memberArea.-logout {
  background-color: #E0E0E0;
  display: block;
}

.login .memberArea.-login {
  display: block;
}

.login .memberArea.-logout {
  display: none;
}

.top .memberArea {
  right: 120px;
}

@media screen and (max-width: 1070px) {
  .top .memberArea {
    right: 0;
  }
}

.memberArea_infoBlock {
  position: relative;
  top: 3px;
  color: #fff;
  font-weight: bold;
  float: left;
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid rgba(235, 80, 1, 0.3);
  width: 310px;
}

@media screen and (max-width: 1070px) {
  .memberArea_infoBlock {
    padding-top: 5px;
    width: 40%;
    margin-right: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 480px) {
  .memberArea_infoBlock {
    width: 50%;
  }
}

.memberArea_memberName {
  font-size: 16px;
  line-height: 1;
  word-wrap:  break-word;
}

.memberArea_memberData {
  font-size: 12px;
  margin-top: 2px;
}

.memberArea_memberData dl {
  float: left;
  margin-right: 2px;
}

.memberArea_memberData dl:last-child {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .memberArea_memberData dl {
    float: none;
    margin-right: 0;
  }
}

.memberArea_memberData dt, .memberArea_memberData dd {
  display: inline-block;
}

.memberArea_memberData dd {
  font-size: 14px;
  color: #000000;
}

.memberArea_btnList {
  margin-top: 7px;
  letter-spacing: -.4em;
  float: left;
}

.-logout .memberArea_btnList {
  float: none;
  padding-right: 10px;
}

@media screen and (max-width: 1070px) {
  .memberArea_btnList {
    width: 60%;
    padding-left: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .memberArea_btnList ul {
    padding-right: 10px;
  }
  .-logout .memberArea_btnList {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .memberArea_btnList ul {
    padding-right: 0;
  }
}

@media screen and (max-width: 480px) {
  .memberArea_btnList {
    width: 50%;
  }
  .memberArea_btnList ul {
    padding-right: 0;
  }
  .-logout .memberArea_btnList {
    padding-left: 0;
  }
}

.memberArea_btnList_item {
  display: inline-block;
  letter-spacing: normal;
  width: 140px;
  margin-right: 10px;
  position: relative;
  vertical-align: top;
}

.-logout .memberArea_btnList_item {
  width: calc(50% - 5px);
}

.-logout .memberArea_btnList_item:last-child {
  margin-right: -10px;
}

@media screen and (max-width: 1070px) {
  .memberArea_btnList_item {
    width: 50%;
  }
}

.memberArea_btnList_item:last-child {
  margin-right: -10px;
}

@media screen and (max-width: 768px) {
  .memberArea_btnList_item {
    width: 100%;
    margin-bottom: 5px;
  }
  .memberArea_btnList_item:last-child {
    margin-right: 0;
    margin-bottom: 0;
  }
  .-logout .memberArea_btnList_item {
    margin-bottom: 0;
  }
}

.memberArea_button {
  width: 100%;
  height: 40px;
  font-size: 14px;
  border-radius: 3px;
  border: none;
  padding: 5px 10px;
  font-weight: bold;
  cursor: pointer;
}

.memberArea_button.-colBlue {
  background-color: #385a8c;
  color: #fff;
}

.memberArea_button.-colOrange {
  background-color: #eb5001;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .memberArea_button {
    height: 30px;
  }
}

@media screen and (max-width: 480px) {
  .memberArea_button {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.btnLanguage, .btnHamburger {
  position: absolute;
  top: 0;
  width: 60px;
  height: 60px;
  border: none;
  cursor: pointer;
}

.btnLanguage {
  right: 60px;
  background-color: #E0E0E0;
  display: none;
}

.top .btnLanguage {
  display: block;
}

.btnLanguage span {
  position: absolute;
  bottom: 8px;
  left: 0;
  width: 100%;
  text-align: center;
  display: block;
  font-size: 10px;
}

.btnLanguage .iconLang {
  position: absolute;
  top: 8px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 26px;
  height: 26px;
}

.btnHamburger {
  right: 0;
  background-color: #eb5001;
  z-index: 1100;
}

@media screen and (max-width: 768px) {
  .btnHamburger:hover {
    opacity: 1;
  }
}

.btnHamburger_border {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 20px;
  height: 1.5px;
  display: block;
  background-color: #fff;
  -webkit-transition: .3s ease;
  transition: .3s ease;
}

.btnHamburger_border.-top {
  -webkit-transform: translate(0, -6px);
  transform: translate(0, -6px);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.btnHamburger_border.-middle {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform-origin: right top;
  transform-origin: right top;
}

.btnHamburger_border.-bottom {
  -webkit-transform: translate(0, 6px);
  transform: translate(0, 6px);
  -webkit-transform-origin: right top;
  transform-origin: right top;
}

.btnHamburger.-opend .btnHamburger_border.-top {
  -webkit-transform: rotate(45deg) translate(-1px, -7px);
  transform: rotate(45deg) translate(-1px, -7px);
}

.btnHamburger.-opend .btnHamburger_border.-middle {
  opacity: 0;
  -webkit-transform: rotate(-45deg) translate(0, 0);
  transform: rotate(-45deg) translate(0, 0);
}

.btnHamburger.-opend .btnHamburger_border.-bottom {
  -webkit-transform: rotate(-45deg) translate(2px, -6px);
  transform: rotate(-45deg) translate(2px, -6px);
}

.headerBarBottom {
  background-color: #fff;
  display: none;
}

.top .headerBarBottom {
  display: block;
}
@media screen and (min-width: 768px) {
.top .headerBarBottom {
  min-width: 1200px;
}
}

.headerBarBottom_massage a {
  display: block;
  width: 100%;
  font-weight: bold;
  color: #cc0000;
  text-decoration: underline;
  min-height: 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.headerBarBottom_massage.-forAll {
  background-color: #E0E0E0;
}

.fixedMenu {
  position: absolute;
  top: 61px;
  right: 0;
  width: 375px;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-transition: .3s ease;
  transition: .3s ease;
  z-index: 100;
}

.fixedMenu.-active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

@media screen and (max-width: 480px) {
  .fixedMenu.-active {
    width: 100%;
    height: calc(100% - 61px);
    position: fixed;
    overflow-y: scroll;
  }
}

@media screen and (max-width: 480px) {
  .fixedMenu {
    width: 100%;
  }
}

.fixedMenu_gNav>ul {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fixedMenu_gNav.-square .fixedMenu_gNav_item {
  float: left;
  width: 33.333%;
  border-right: 1px solid rgba(0, 0, 0, 0.15);
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fixedMenu_gNav.-square .fixedMenu_gNav_item::before {
  content: '';
  padding-top: 124px;
  display: table;
}

.fixedMenu_gNav.-square .fixedMenu_gNav_item a {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.fixedMenu_gNav.-square .fixedMenu_gNav_item a::before {
  font-size: 10px;
  position: absolute;
  top: auto;
  bottom: 12px;
  left: 0;
  right: inherit;
  width: 100%;
  text-align: center;
  color: #385a8c;
  -webkit-transform: none;
  transform: none;
}

.fixedMenu_gNav.-square .fixedMenu_gNav_item a .iconPic {
  position: absolute;
  top: 20px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 30px;
  height: 30px;
}

.fixedMenu_gNav.-square .fixedMenu_gNav_item span {
  position: absolute;
  left: 0;
  top: 60px;
  width: 100%;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.4em;
}

.fixedMenu_gNav.-square .fixedMenu_gNav_item span.-line1 {
  top: 70px;
}

.fixedMenu_gNav.-square .fixedMenu_gNav_item:nth-child(3n) {
  border-right: none;
}

@media screen and (max-width: 320px) {
  .fixedMenu_gNav.-square .fixedMenu_gNav_item a .iconPic {
    top: 10px;
  }
  .fixedMenu_gNav.-square .fixedMenu_gNav_item a::before {
    top: 95px;
  }
  .fixedMenu_gNav.-square .fixedMenu_gNav_item span {
    bottom: 25px;
  }
  .fixedMenu_gNav.-square .fixedMenu_gNav_item span.-line1 {
    bottom: 35px;
  }
}

.fixedMenu_gNav.-wide .fixedMenu_gNav_item {
  position: relative;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.fixedMenu_gNav.-wide .fixedMenu_gNav_item>a {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 20px;
  line-height: 1.4em;
}

.fixedMenu_gNav.-wide .fixedMenu_gNav_item .icon-arrow_right::before {
  color: #385a8c;
  line-height: 1;
  letter-spacing: normal;
}

.fixedMenu_gNav.-wide .fixedMenu_gNav_item .accordionTrigger {
  padding: 15px 0 15px 20px;
  line-height: 1.4em;
}

.fixedMenu_gNav.-wide .fixedMenu_gNav_item .accordionTrigger::before {
  line-height: 1;
}

.fixedMenu_gNav.-wide .fixedMenu_gNav_item .accordionTarget {
  padding: 0 20px;
  background: rgba(0, 0, 0, 0.01);
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.fixedMenu_gNav.-wide .fixedMenu_gNav_item .accordionTarget li {
  position: relative;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.15);
}

.fixedMenu_gNav.-wide .fixedMenu_gNav_item .accordionTarget li:last-child {
  border-bottom: none;
}

.fixedMenu_gNav.-wide .fixedMenu_gNav_item .accordionTarget li a {
  position: relative;
  padding: 10px 20px;
  display: block;
}

.fixedMenu_gNav.-wide .fixedMenu_gNav_item .accordionTarget li a::before {
  color: #385a8c;
}

.js-hiraku-offcanvas-body-right .btnHamburger_border.-top {
  -webkit-transform: rotate(45deg) translate(-1px, -7px);
  transform: rotate(45deg) translate(-1px, -7px);
}

.js-hiraku-offcanvas-body-right .btnHamburger_border.-middle {
  opacity: 0;
  -webkit-transform: rotate(-45deg) translate(0, 0);
  transform: rotate(-45deg) translate(0, 0);
}

.js-hiraku-offcanvas-body-right .btnHamburger_border.-bottom {
  -webkit-transform: rotate(-45deg) translate(2px, -6px);
  transform: rotate(-45deg) translate(2px, -6px);
}


/*============================================================================
 main.wrapper
============================================================================*/

.spOnly {
  display: none;
}
.spOnly.-inline {
  display: none;
}

@media screen and (max-width: 768px) {
  .spOnly {
    display: block;
  }
.spOnly.-inline {
  display: inline;
}
}

.pcOnly {
  display: block;
}

.pcOnly.-inline {
  display: inline;
}

@media screen and (max-width: 768px) {
  .pcOnly {
    display: none;
  }
  .pcOnly.-inline {
  display: none;
}
}

a, button {
  -webkit-transition: .3s;
  transition: .3s;
}

a:hover, button:hover {
  -webkit-transition: .3s;
  transition: .3s;
  opacity: .7;
}

.-opacity {
  opacity: .6;
}

.-note {
  font-size: 12px;
  font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
  .-note {
    font-size: 10px;
    font-size: 1.0rem;
  }
}

.-ffRoboto {
  font-family: "roboto";
}


/*============================================================================
 display inline-block
============================================================================*/

.indParent {
  letter-spacing: -.4em;
}

.indChildren {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: middle;
}

.indChildren.-mgr10 {
  margin-right: 10px;
}


/*============================================================================
 font
============================================================================*/

.-fzSmall {
  font-size: 12px;
  font-size: 1.2rem;
}

.-fzMedium {
  font-size: 16px;
  font-size: 1.6rem;
}

.-fzLarge {
  font-size: 24px;
  font-size: 2.4rem;
}

.-colorOrange {
  color: #eb5001;
}

.-textalineCenter {
  text-align: center;
}


/*============================================================================
 btn
============================================================================*/

.button {
  position: relative;
}

.button .-inactive {
  background: #ccc;
  padding: 12px 30px 10px;
}

@media screen and (max-width: 768px) {
  .button .-inactive {
    padding: 10px 20px 12px;
    line-height: 1.4em;
  }
}

.button>button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.button>*, .button>button {
  display: block;
  background: #385a8c;
  height: auto;
  text-align: center;
  color: #fff !important;
  font-weight: 600;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 3px;
  position: relative;
  margin: 0 auto;
  font-size: 14px;
  font-size: 1.4rem;
}

.button>*.-width100per, .button>button.-width100per {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .button>*, .button>button {
    height: inherit;
    width: 100%;
    padding: 12px 30px 10px;
  }
}

.button a {
  padding: 12px 30px 10px;
  color: #fff !important;
}

.button a.-pdSml {
  padding: 7px 10px;
}

.button a.-fzSmall {
  padding: 14px 30px 10px;
  font-size: 12px;
  font-size: 1.2rem;
}

.button a span {
  font-size: 10px;
  margin-left: 1em;
  display: inline-block;
  vertical-align: text-top;
  padding-top: 2px;
}

.button a.-txtSml_leftIcon {
  font-size: 13px;
  padding: 11px 5px 12px 20px;
}

.button a.-txtSml_leftIcon::before {
  left: 5px;
}

@media screen and (max-width: 768px) {
  .button a {
    padding: 10px 20px 12px;
    line-height: 1.4em;
  }
  .button a span {
    margin-left: 0;
    padding-top: 0;
    display: block;
  }
}

.button.-posaRight {
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

@media screen and (max-width: 768px) {
  .button.-posaRight {
    position: inherit;
    right: inherit;
    top: inherit;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    margin-top: 20px;
  }
}

.button.-colorOrange>* {
  background: #eb5001;
}

.button.-borderOrange>* {
  background: #fff;
  border: 1px solid #eb5001;
  color: #eb5001 !important;
}

.button.-noWrap {
  white-space: nowrap;
}

.button .icon-serch::before {
  content: '';
  display: block;
  background: url(../img/iconset/magnifying_glass02.svg) no-repeat left top;
  width: 17px;
  height: 17px;
  background-size: cover;
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.button .icon-au::after {
  content: '';
  display: block;
  background: url(../img/iconset/icon_01.jpg) no-repeat left top;
  width: 16px;
  height: 16px;
  background-size: cover;
  position: absolute;
  left: 5px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.button.backButton a {
  width: 300px;
  margin: inherit;
}

@media screen and (max-width: 480px) {
  .button.backButton a {
    width: 100%;
  }
}


/*============================================================================
 icon
============================================================================*/


/*right*/

.icon-arrow_bottom::before, .icon-arrow_right::before, .icon-arrow_top::before, .icon-arrow02_bottom::before, .icon-arrow02_top::before {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%) rotate(0deg);
  transform: translate(0, -50%) rotate(0deg);
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 14px;
  font-size: 1.4rem;
}


/*left*/

.icon-arrow_left::before, .icon-login::before, .icon-registration::before {
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translate(0, -50%) rotate(0deg);
  transform: translate(0, -50%) rotate(0deg);
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 14px;
  font-size: 1.4rem;
}

.-iconBlue::before {
  color: #385a8c;
}

.-iconOrange::before {
  color: #eb5001;
}


/*not font*/

.icon-information {
  display: block;
  width: 20px;
  height: 20px;
}


/*============================================================================
 txt_item
============================================================================*/

.txt_item.-taC {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .txt_item.-taC {
    text-align: left;
  }
}

.txt_item.-mgb20 {
  margin-bottom: 20px;
}


/*============================================================================
 accordion
============================================================================*/

.accordionWrapper, .accordionWrapper_spOnly, .accordionWrapper_child {
  margin-bottom: 20px;
}

.accordionWrapper:last-child, .accordionWrapper_spOnly:last-child, .accordionWrapper_child:last-child {
  margin-bottom: 0;
}

.accordionWrapper.-bgGray, .accordionWrapper_spOnly.-bgGray, .accordionWrapper_child.-bgGray {
  background: rgba(0, 0, 0, 0.05);
  padding: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .accordionWrapper.-bgGray, .accordionWrapper_spOnly.-bgGray, .accordionWrapper_child.-bgGray {
    padding: 20px;
  }
}

.accordionTarget, .accordionTarget_spOnly, .accordionTarget_child {
  display: none;
}

.accordionTarget.-border, .accordionTarget_spOnly.-border, .accordionTarget_child.-border {
  border: 1px solid #E0E0E0;
}

.accordionTarget.-borderTopNon, .accordionTarget_spOnly.-borderTopNon, .accordionTarget_child.-borderTopNon {
  border-top: none;
}

.accordionTarget.-bgGray, .accordionTarget_spOnly.-bgGray, .accordionTarget_child.-bgGray {
  background: rgba(0, 0, 0, 0.05);
  padding: 30px;
}

@media screen and (max-width: 768px) {
  .accordionTarget, .accordionTarget_spOnly, .accordionTarget_child {
    display: none;
  }
  .accordionTarget.-bgGray, .accordionTarget_spOnly.-bgGray, .accordionTarget_child.-bgGray {
    padding: 10px;
  }
}

.accordionTrigger {
  cursor: pointer;
  position: relative;
}

.accordionTrigger.-iconOrange::before {
  color: #eb5001;
}

.accordionTrigger.active::before {
  -webkit-transform: translate(0, -50%) rotate(180deg);
  transform: translate(0, -50%) rotate(180deg);
  -webkit-transition: .3s;
  transition: .3s;
}

.accordionTrigger.-taC {
  text-align: center;
}

.accordionBorder_TopBottom.accordionWrapper, .accordionBorder_TopBottom.accordionWrapper_spOnly, .accordionBorder_TopBottom.accordionWrapper_child {
  margin-bottom: 0;
}

.accordionBorder_TopBottom .accordionTrigger, .accordionBorder_TopBottom .accordionTrigger_spOnly, .accordionBorder_TopBottom .accordionTrigger_child {
  border-bottom: 1px solid #E0E0E0;
  padding: 20px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.accordionBorder_TopBottom .accordionTrigger.-borderTop, .accordionBorder_TopBottom .accordionTrigger_spOnly.-borderTop, .accordionBorder_TopBottom .accordionTrigger_child.-borderTop {
  border-top: 1px solid #E0E0E0;
}

.accordionBorder_TopBottom .accordionTarget, .accordionBorder_TopBottom .accordionTarget_spOnly, .accordionBorder_TopBottom .accordionTarget_child {
  border-bottom: 1px solid #E0E0E0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.accordionBorder_TopBottom:first-child .accordionTrigger, .accordionBorder_TopBottom:first-child .accordionTrigger_spOnly, .accordionBorder_TopBottom:first-child .accordionTrigger_child {
  border-top: 1px solid #E0E0E0;
}


/*spOnly*/

.accordionTarget_spOnly {
  display: block;
}

@media screen and (max-width: 768px) {
  .accordionTarget_spOnly {
    display: none;
  }
}

.accordionTrigger_spOnly {
  position: relative;
}

.accordionTrigger_spOnly.-iconOrange::before {
  display: none;
}

.accordionTrigger_spOnly.-taC {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .accordionTrigger_spOnly.-iconOrange::before {
    display: block;
  }
  .accordionTrigger_spOnly.-borderTopNon {
    border-top: none !important;
  }
  .accordionTrigger_spOnly.active::before {
    -webkit-transform: translate(0, -50%) rotate(180deg);
    transform: translate(0, -50%) rotate(180deg);
    -webkit-transition: .3s;
    transition: .3s;
  }
}

.accordionTrigger_child {
  cursor: pointer;
  position: relative;
}

.accordionTrigger_child.-iconOrange::before {
  color: #eb5001;
}

.accordionTrigger_child.active::before {
  -webkit-transform: translate(0, -50%) rotate(180deg);
  transform: translate(0, -50%) rotate(180deg);
  -webkit-transition: .3s;
  transition: .3s;
}

.accordionTrigger_child.-taC {
  text-align: center;
}
/*============================================================================
 selectList_accordion
============================================================================*/

.selectList_accordion {
  display: block;
  text-align: center;
  position: relative;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  border-bottom: 1px solid #E0E0E0;
}

.selectList_accordion.icon-arrow02_bottom::before {
  color: #eb5001;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translate(0, -50%) rotate(0deg);
  transform: translate(0, -50%) rotate(0deg);
  -webkit-transition: .3s;
  transition: .3s;
}

.selectList_accordion.active.icon-arrow02_bottom::before {
  -webkit-transform: translate(0, -50%) rotate(180deg);
  transform: translate(0, -50%) rotate(180deg);
  -webkit-transition: .3s;
  transition: .3s;
}


/*============================================================================
 txtLink
============================================================================*/

a.txtLink {
  position: relative;
  text-decoration: underline;
  color: #385a8c;
  margin-bottom: 20px;
  display: inline-block;
}

a.txtLink:hover {
  text-decoration: none;
}

a.txtLink:last-child {
  margin-bottom: 0;
}

a.txtLink.icon-arrow_right {
  text-decoration: none;
}

a.txtLink.icon-arrow_right::before {
  color: #385a8c;
  right: -20px;
}

a.txtLink.icon-arrow_right span {
  text-decoration: underline;
}

a.txtLink.icon-arrow_left {
  text-decoration: none;
}

a.txtLink.icon-arrow_left::before {
  color: #385a8c;
  left: -20px;
}

a.txtLink.icon-arrow_left span {
  text-decoration: underline;
}

a.txtLink.-anchor {
  position: relative;
}

a.txtLink.-anchor::before {
  content: "\e902";
  color: #385a8c;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%) rotate();
  transform: translate(0, -50%) rotate();
  -webkit-transition: .3s;
  transition: .3s;
}

a.txtLink.-anchorBottom {
  position: relative;
}

a.txtLink.-anchorBottom::before {
  content: "\e900";
  color: #385a8c;
  position: absolute;
  top: 50%;
  left: -15px;
  right: inherit;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 12px;
  margin-top: 1px;
}

a.txtLink.-displayBlock {
  display: block;
}

a.txtLink.-taC {
  text-align: center;
}

a.txtLink.-posaR {
  position: absolute;
  top: 0;
  right: 0;
}

a.txtLink.-mgb0 {
  margin-bottom: 0;
}


/*============================================================================
 wrapper
============================================================================*/

.wrapper {
  display: block;
  width: 100%;
  background: #ededed;
  overflow: hidden;
  padding-bottom: 80px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .wrapper {
    padding-bottom: 40px;
  }
}
/*
.top .wrapper {
  background: none;
}
*/
.contArea {
  padding: 40px 0 0;
}

.contArea.-bgGray {
  background: #ededed;
}

@media screen and (max-width: 768px) {
  .contArea {
    padding: 15px 0 0;
  }
}
/*
.top .contArea {
  padding: 0;
}
*/
.noticeArea {
  padding: 20px 0;
}

@media screen and (max-width: 768px) {
  .noticeArea {
    padding: 10px 0;
  }
}


/*============================================================================
 breadcrumbArea
============================================================================*/

.breadcrumbList {
  letter-spacing: -.4em;
  line-height: 1em;
  padding: 12px 0 14px;
}

.breadcrumbList_item {
  letter-spacing: normal;
  display: inline-block;
  padding-right: 20px;
  position: relative;
  font-size: 12px;
  font-size: 1.2rem;
}

.breadcrumbList_item::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 8px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.5px 0 2.5px 3px;
  border-color: transparent transparent transparent #000;
}

.breadcrumbList_item:last-child::after {
  display: none;
}

.breadcrumbList_item a {
  border-bottom: 1px solid #999;
}


/*============================================================================
 reservBlock
============================================================================*/

.reservBlock {
  background: #000;
  background-color: #eb5001;
  color: #fff;
  text-align: center;
}

.pageFlow_title {
  width: 960px;
  margin: 0 auto;
  position: relative;
  font-size: 20px;
  font-size: 2.0rem;
  padding: 20px 0;
  line-height: 1em;
  font-weight: 600;
}

.pageFlow_title span {
  font-size: 16px;
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  .pageFlow_title {
    width: 100%;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 15px 0;
  }
  .pageFlow_title span {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.pageFlow_list {
  background-color: #fff;
}

.pageFlow_list>ul {
  width: 960px;
  margin: 0 auto;
  position: relative;
  display: table;
  table-layout: fixed;
}

@media screen and (max-width: 768px) {
  .pageFlow_list>ul {
    display: table;
    width: 100%;
  }
}

.pageFlow_list:last-child::after {
  right: 0;
  width: 1px;
  height: 100%;
  background: none;
  background-color: rgba(0, 0, 0, 0.1);
}

.pageFlow_list_item {
  height: 80px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  color: #000;
  font-weight: 600;
  display: table-cell;
}

.pageFlow_list_item>p:first-child {
  color: rgba(0, 0, 0, 0.5);
  margin-top: 12px;
  line-height: 1em;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "roboto";
}

.pageFlow_list_item.stay>p {
  color: #fff;
}

.pageFlow_list_item>p:nth-child(2) {
  margin-top: 23px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}

.pageFlow_list_item>p:nth-child(2) span {
  display: inline-block;
  line-height: 1.1;
  font-size: 12px;
  font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
  .pageFlow_list_item>p:nth-child(2) {
    display: none;
  }
}

.pageFlow_list_item:first-child::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}

.pageFlow_list_item:first-child.stay::before {
  display: none;
}

.pageFlow_list_item::after {
  content: '';
  position: absolute;
  top: 0;
  right: -7px;
  display: block;
  width: 15px;
  height: 80px;
  background-image: url(../img/com_pareflow_arrow.png);
  background-repeat: no-repeat;
  background-position: -30px 0;
  background-size: 45px 80px;
}

.pageFlow_list_item:last-child::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 1px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  background-image: none;
}

.pageFlow_list_item.stay {
  background-color: #646666;
  color: #fff;
}

.pageFlow_list_item.stay::before {
  content: '';
  position: absolute;
  top: 0;
  left: -9px;
  display: block;
  width: 15px;
  height: 80px;
  background-image: url(../img/com_pareflow_arrow.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 45px 80px;
}

.pageFlow_list_item.stay::after {
  background-position: -15px 0;
}

@media screen and (max-width: 768px) {
  .pageFlow_list_item {
    width: inherit;
    float: none;
    display: table-cell;
    vertical-align: middle;
    height: 60px;
  }
  .pageFlow_list_item:last-child::after {
    content: '';
    display: none;
  }
  .pageFlow_list_item>p:first-child {
    margin-top: 0;
  }
  .pageFlow_list_item::after {
    width: 11px;
    height: 60px;
    right: -4px;
    background-position: -22px 0;
    background-size: 33px 60px;
  }
  .pageFlow_list_item.stay::before {
    display: block;
    left: -8px;
    width: 11px;
    height: 60px;
    background-position: 0 0;
    background-size: cover;
  }
  .pageFlow_list_item.stay::after {
    background-position: -11px 0;
  }
}


/*============================================================================
 contBlock
============================================================================*/

.contBlock {
  background: #fff;
  border-radius: 3px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .contBlock {
    width: 100%;
  }
}

.contBlock .contBlock_txt {
  margin-bottom: 20px;
}

.contBlock_cont {
  padding: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.contBlock_cont_padding {
  padding: 5px 30px;
}

.contBlock_cont.-pdBottomNon {
  padding: 30px 30px 0;
}

@media screen and (max-width: 768px) {
  .contBlock_cont {
    padding: 20px 10px;
  }

  .contBlock_cont_padding {
    padding: 1px 10px;
  }

  .contBlock_cont.-pdBottomNon {
    padding: 20px 10px 0;
  }
}

.contBlock_cont>.busStopList {
  text-align: center;
  margin-bottom: 20px;
}

.contBlock_cont>.busStopList:last-child {
  margin-bottom: 0;
}

.contBlock_cont>.busStopList>.busStopList_item {
  margin-top: 20px;
  color: #eb5001;
  text-align: center;
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: 500;
  font-weight: bold;
}

.contBlock_cont>.busStopList>.busStopList_item>span {
  display: inline-block;
  padding: 2px 20px;
  margin-right: 10px;
  border: 1px solid #eb5001;
  font-size: 16px;
  font-size: 1.6rem;
  border-radius: 100px;
}

.contBlock_cont>.busStopList>.busStopList_item:nth-child(n+2) {
  margin-top: 10px;
}

.contBlock_cont>.busStopList>p:not(.busStopList_item) {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .contBlock_cont>.busStopList>.busStopList_item {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .contBlock_cont>.busStopList>.busStopList_item>span {
    padding: 0 10px;
    margin-right: 5px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.contBlock_cont_item {
  margin-bottom: 20px;
}

.contBlock_cont_item:last-child {
  margin-bottom: 0;
}

.contBlock_cont_default {
  text-align: center;
}

.contBlock_cont_note {
  font-size: 12px;
}

.errorTxt {
  background-color: #CC0000;
  color: #FFF;
  font-weight: bold;
  padding: 20px;
  margin-bottom: 20px;
}

.errorTxt:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .errorTxt {
    padding: 10px;
  }
}

.multipleErrorTxt > p {
  background-color: #CC0000;
  color: #FFF;
  font-weight: bold;
  padding-top: 0px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 0px;
}

.multipleErrorTxt > p:last-child {
  padding-top: 0px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.multipleErrorTxt > p:first-child {
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 0px;
}

.multipleErrorTxt > p:only-child {
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .multipleErrorTxt {
    padding: 10px;
  }
}

/*============================================================================
 routemapArea
============================================================================*/

.routemapArea {
  margin-bottom: 20px;
  text-align: center;
}

.routemapArea:last-child {
  margin-bottom: 0;
}


/*============================================================================
 contBlock_title
============================================================================*/

.contBlock_title {
  border-top: 3px solid #ea590b;
  border-bottom: 1px solid #E0E0E0;
  padding: 20px 0;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1em;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.contBlock_title .-icon {
  position: absolute;
  left: 0;
  top: 50%;
  width: 40px;
  height: 40px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

@media screen and (max-width: 768px) {
  .contBlock_title {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 20px 0;
  }
}


/*============================================================================
 contBlock_border
============================================================================*/

.contBlock_border {
  border: 3px solid #E0E0E0;
  padding: 10px 20px;
  position: relative;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .contBlock_border {
    padding: 10px;
  }
}

.contBlock_border.-border1px {
  border: 1px solid #E0E0E0;
}

.contBlock_border.-padding10px20px {
  padding: 10px 20px;
}

.contBlock_border.-taR {
  text-align: right;
}

.contBlock_border:last-child {
  margin-bottom: 0;
}

.contBlock_border.-borderOrange {
  border: 3px solid #ea590b;
}


/*============================================================================
 routeTxtArea
============================================================================*/

.routeTxtArea {
  position: relative;
  padding-left: 95px;
}

.routeTxt_item span {
  color: #eb5001;
  vertical-align: top;
  display: inline-block;
  font-weight: 600;
}

.routeTxt_item .roundTrip {
  padding: 2px 20px;
  margin-right: 10px;
  border: 1px solid #eb5001;
  font-size: 16px;
  border-radius: 100px;
  position: absolute;
  left: 0;
  top: 3px;
}

@media screen and (max-width: 768px) {
  .routeTxt_item .roundTrip {
    top: -2px;
  }
}

.routeTxt_item .route {
  font-size: 24px;
  font-size: 2.4rem;
}

@media screen and (max-width: 768px) {
  .routeTxt_item .route {
    font-size: 18px;
    font-size: 1.8rem;
  }
}


/*============================================================================
 contBlock_btnArea
============================================================================*/

.contBlock_btnArea {
  margin-bottom: 20px;
}

.contBlock_btnArea:last-child {
  margin-bottom: 0;
}

.btnArea_list .btnArea_list_item {
  position: relative;
}

.btnArea_list.-column1 .btnArea_list_item {
  margin-bottom: 20px;
}

.btnArea_list.-column1 .btnArea_list_item:last-child {
  margin-bottom: 0;
}

.btnArea_list.-column2 {
  padding-right: 20px;
}

@media screen and (max-width: 768px) {
  .btnArea_list.-column2 {
    padding-right: 0;
  }
}

.btnArea_list.-column2 .btnArea_list_item {
  width: 50%;
  float: left;
  margin-right: 20px;
}

.btnArea_list.-column2 .btnArea_list_item:nth-child(n+2) {
  margin-top: 0;
}

.btnArea_list.-column2 .btnArea_list_item:nth-child(even) {
  margin-right: -20px;
}

.btnArea_list.-column2 .btnArea_list_item:nth-child(n+3) {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .btnArea_list.-column2 .btnArea_list_item {
    width: 100%;
  }
  .btnArea_list.-column2 .btnArea_list_item:nth-child(even) {
    margin-right: 0;
  }
  .btnArea_list.-column2 .btnArea_list_item:nth-child(n+3) {
    margin-top: 10px;
  }
  .btnArea_list.-column2 .btnArea_list_item:nth-child(n+2) {
    margin-top: 10px;
  }
}

.btnArea_list.-column3 {
  padding-right: 40px;
}

@media screen and (max-width: 768px) {
  .btnArea_list.-column3 {
    padding-right: 10px;
  }
}

.btnArea_list.-column3 .btnArea_list_item {
  width: 33.333%;
  float: left;
  margin-right: 20px;
}

.btnArea_list.-column3 .btnArea_list_item:nth-child(n+2) {
  margin-top: 0;
}

.btnArea_list.-column3 .btnArea_list_item:nth-child(3n) {
  margin-right: -40px;
}

.btnArea_list.-column3 .btnArea_list_item:nth-child(n+4) {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .btnArea_list.-column3 .btnArea_list_item {
    width: 50%;
    margin-right: 10px;
  }
  .btnArea_list.-column3 .btnArea_list_item:nth-child(3n) {
    margin-right: 10px;
  }
  .btnArea_list.-column3 .btnArea_list_item:nth-child(n+4) {
    margin-top: 10px;
  }
  .btnArea_list.-column3 .btnArea_list_item:nth-child(even) {
    margin-right: -10px;
  }
  .btnArea_list.-column3 .btnArea_list_item:nth-child(n+3) {
    margin-top: 10px;
  }
}

@media screen and (max-width: 768px) {
  .btnArea_list.-spColumn1 {
    padding-right: 0;
  }
  .btnArea_list.-spColumn1 .btnArea_list_item {
    width: 100%;
    margin: 0;
    margin-bottom: 10px;
  }
  .btnArea_list.-spColumn1 .btnArea_list_item:nth-child(even) {
    margin-right: 0;
  }
  .btnArea_list.-spColumn1 .btnArea_list_item:nth-child(n+3) {
    margin-top: 0;
  }
  .btnArea_list.-spColumn1 .btnArea_list_item:nth-child {
    margin-bottom: 0;
  }
  .btnArea_list.-spColumn1 .btnArea_list_item:last-child {
    margin-bottom: 0;
  }
}


/*============================================================================
 contBlock_btnArea
============================================================================*/

.changeButtonArea {
  position: relative;
  margin-bottom: 20px;
}

.changeButtonArea:last-child {
  page-break-before: 0;
}

.changeButton_item.-posaL {
  position: absolute;
  left: 0;
  top: 0;
}

.changeButton_item.-floatR {
  float: right;
}

.changeButton_item .button>a {
  width: 300px;
}

@media screen and (max-width: 768px) {
  .changeButton_item.-posaL {
    position: relative;
    left: inherit;
    top: inherit;
  }
  .changeButton_item.-floatR {
    float: none;
  }
  .changeButton_item .button>a {
    width: 100%;
  }
  .changeButton_item.-spmgb10 {
    margin-bottom: 10px;
  }
}


/*============================================================================
 tagList
============================================================================*/

.tagList {
  letter-spacing: -.4em;
}

.tagList.-taC {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .tagList.-spmgb10 {
    margin-bottom: 10px;
  }
}

.tagList_item {
  display: inline-block;
  letter-spacing: normal;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 100px;
  padding: 5px 20px;
  margin-right: 20px;
  margin-bottom: 20px;
}

.tagList_item a {
  text-decoration: underline;
  color: #385a8c;
}

@media screen and (max-width: 768px) {
  .tagList_item {
    padding: 5px 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 12px;
  }
}


/*============================================================================
 tagListSquare
============================================================================*/

.tagListSquare {
  letter-spacing: -.4em;
}

.tagListSquare.-taC {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .tagListSquare.-spmgb10 {
    margin-bottom: 10px;
  }
}

.tagListSquare_item {
  display: inline-block;
  letter-spacing: normal;
  border: 1px solid #E0E0E0;
  padding: 5px 20px;
  margin-right: 20px;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .tagListSquare_item {
    padding: 5px 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 12px;
  }
}


/*============================================================================
 txtList
============================================================================*/

.txtList {
  margin-bottom: 20px;
}

.txtList:last-child {
  margin-bottom: 0;
}

.txtList.-nomList>li {
  padding-left: 1.5em;
  position: relative;
  text-indent: 0;
}

.txtList.-nomList>li::before {
  content: "";
  width: 18px;
  height: 18px;
  background: #666;
  border-radius: 100px;
  position: absolute;
  left: 0;
  top: 10px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.txtList.-nomList>li::after {
  content: "1";
  position: absolute;
  left: 5px;
  top: 10px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #fff;
}

.txtList.-nomList>li:nth-child(2)::after {
  content: "2";
}

.txtList.-nomList>li:nth-child(3)::after {
  content: "3";
}

.txtList.-nomList>li:nth-child(4)::after {
  content: "4";
}

.txtList.-nomList>li:nth-child(5)::after {
  content: "5";
}

.txtList.-nomList>li:nth-child(6)::after {
  content: "6";
}

.txtList.-nomList>li:nth-child(7)::after {
  content: "7";
}

.txtList.-nomList>li:nth-child(8)::after {
  content: "8";
}

.txtList.-nomList>li:nth-child(9)::after {
  content: "9";
}

.txtList.-nomList>li:nth-child(10)::after {
  content: "10";
  font-size: 12px;
  left: 2px;
}

.txtList.-nomList>li:nth-child(11)::after {
  content: "11";
  font-size: 12px;
  left: 2px;
}

.txtList.-nomList>li:nth-child(12)::after {
  content: "12";
  font-size: 12px;
  left: 2px;
}

.txtList.-nomList>li:nth-child(13)::after {
  content: "13";
  font-size: 12px;
  left: 2px;
}

.txtList.-nomList>li:nth-child(14)::after {
  content: "14";
  font-size: 12px;
  left: 2px;
}

.txtList.-nomList>li:nth-child(15)::after {
  content: "15";
  font-size: 12px;
  left: 2px;
}

.txtList.-nomList>li:nth-child(16)::after {
  content: "16";
  font-size: 12px;
  left: 2px;
}

.txtList.-nomList>li:nth-child(17)::after {
  content: "17";
  font-size: 12px;
  left: 2px;
}

.txtList.-nomList>li:nth-child(18)::after {
  content: "18";
  font-size: 12px;
  left: 2px;
}
@media screen and (max-width: 768px) {
  .txtList.-nomList>li::before {
    left: 0;
    top: 2px;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .txtList.-nomList>li::after {
    top: 2px;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

.txtList_item {
  margin-bottom: 10px;
  padding-left: 1em;
  text-indent: -1em;
}

.txtList_item:last-child {
  margin-bottom: 0;
}

.txtList_item a.-underLine {
  border-bottom: 1px solid;
}

.txtList_item.-noTextIndent {
  padding-left: 0;
  text-indent: 0;
}

.txtList_item .-small {
  font-size: 12px;
  font-size: 1.2rem;
}


/*============================================================================
 selectArea
============================================================================*/

.selectArea {
  margin-bottom: 20px;
}

.selectArea:last-child {
  margin-bottom: 0;
}

.selectList {
  width: 100%;
  border-top: 1px solid #E0E0E0;
  border-left: 1px solid #E0E0E0;
  border-right: 1px solid #E0E0E0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
}

.selectList.-bgGray .selectList_item>dt {
  background-color: rgba(0, 0, 0, 0.05);
}

.selectList_item {
  display: table;
  width: 100%;
  position: relative;
}

.selectList_item>dt {
  display: table-cell;
  vertical-align: top;
  color: #ED5101;
  width: 160px;
  border-bottom: 1px solid #E0E0E0;
  padding: 10px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: bold;
  line-height: inherit;
}

.selectList_item>dt::before {
  line-height: 1;
}

.selectList_item>dt.-borderNon {
  border-bottom: none;
}

.selectList_item>dt.-widthLarge {
  width: 280px;
}

@media screen and (max-width: 768px) {
  .selectList_item>dt.-widthLarge {
    width: 100%;
  }
}

.selectList_item>dt span {
  display: block;
  color: #000;
  font-size: 12px;
  font-size: 1.2rem;
}

.selectList_item>dd {
  border-bottom: 1px solid #E0E0E0;
  display: table-cell;
  padding: 10px 20px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-break: break-all;
}

.selectList_item>dd.-borderNon {
  border-bottom: none;
}

.selectList_item>dd.-taR {
  text-align: right;
}

.selectList_item.-ddColumn2 {
  letter-spacing: -.4em;
}

.selectList_item.-ddColumn2>dt {
  letter-spacing: normal;
}

.selectList_item.-ddColumn2>dd {
  padding: 0;
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
}

.selectList_item.-ddColumn2>dd:nth-child(2) {
  width: 150px;
}

.selectList_item.-ddColumn2>dd:nth-child(2)>ul li {
  border-right: 1px solid #E0E0E0;
}

.selectList_item.-ddColumn2>dd:nth-child(3) {
  width: 528px;
}

.selectList_item.-ddColumn2>dd>ul li {
  border-top: 1px solid #E0E0E0;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 80px;
}

.selectList_item.-ddColumn2>dd>ul li:first-child {
  border-top: none;
}
/*
.selectList_item .icon-switch {
  font-size: 30px;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 0) rotate(90deg);
  transform: translate(-50%, 0) rotate(90deg);
  margin-bottom: 15px;
}
*/
.selectList_item .icon-switch {
  font-size: 30px;
  position: absolute;
  left: calc(50% + 7px);
  top: calc(50% + 7px);
  height: 30px;
  bottom: 0;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}

.selectList_item .icon-switch::before {
  color: #eb5001;
}

.selectList_item .wave {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .selectList_item {
    display: block;
    width: 100%;
  }
  .selectList_item>dt {
    display: block;
    width: 100%;
    padding: 10px;
  }
  .selectList_item>dt.-spborderNon {
    border-bottom: none;
  }
  .selectList_item>dd {
    display: block;
    padding: 10px;
  }
  .selectList_item.-ddColumn2>dd:nth-child(2) {
    width: 80px;
  }
  .selectList_item.-ddColumn2>dd:nth-child(3) {
    width: 76%;
    width: calc(100% - 80px);
  }
  .selectList_item.-ddColumn2>dd:nth-child(2)>ul li {
    padding: 20px 10px;
  }
  .selectList_item .icon-switch {
    left: inherit;
    top: 50%;
    right: 10px;
    bottom: inherit;
    -webkit-transform: translate(0, -50%) rotate(0);
    transform: translate(0, -50%) rotate(0);
    margin-top: 10px;
    font-size: 20px;
    margin-bottom: 0;
  }
  .selectList_item.-spColumn2 {
    display: table;
  }
  .selectList_item.-spColumn2>dt {
    display: table-cell;
    width: 30%;
    padding: 10px;
  }
  .selectList_item.-spColumn2>dd {
    display: table-cell;
    padding: 10px;
  }
  .selectList_item.-spColumn2>dd.-pd0 {
    padding: 0;
  }
  .selectList_item.-spColumn2.-soldOut::after {
    content: '';
    display: block;
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
  }
}

.selectList_item_box {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  background: transparent;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 10;
}

@media screen and (max-width: 768px) {
  .selectList_item_box {
    max-height: 40px;
  }
}

.selectList_item_box.-sideText {
  width: 85%;
  margin-right: 10px;
}

.selectList_item_box.-sideText+.sideText_item {
  display: inline-block;
  font-weight: bold;
}

.selectList_item_box.-sideText+.-note {
  display: inline-block;
}

.selectList_item_box.-sideText.-width25per {
  width: 25%;
}

.selectList_item_box.-sideText.-width50per {
  width: 50%;
}

@media screen and (max-width: 768px) {
  .selectList_item_box.-sideText {
    width: 75%;
  }
  .selectList_item_box.-sideText.-iosZoom.-spWidth100per {
    width: 114%;
  }
}

.selectList_item_box.datepicker {
  width: 50%;
}

@media screen and (max-width: 480px) {
  .selectList_item_box.datepicker {
    width: 100%;
  }
}

.selectList_item_box.datepicker input {
  width: 95%;
  width: calc(100% - 30px);
}

.selectList_item_box.datepicker input+img {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 0px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

@media screen and (min-width: 768px) {
  .selectList_item_box.datepicker input+img {
    right: -10px;
  }
}
@media screen and (max-width: 768px) {
  .selectList_item_box.datepicker input {
    width: 99%;
    width: calc(116% - 30px);
  }
}

.selectList_item_box.datepicker.icon-arrow02_bottom::before {
  right: 46px;
}

@media screen and (max-width: 768px) {
  .selectList_item_box.datepicker.icon-arrow02_bottom::before {
    right: 33px;
  }
}

.selectList_item_box.datepicker select {
  width: 95%;
  width: calc(100% - 30px);
}

@media screen and (max-width: 768px) {
  .selectList_item_box.datepicker select {
    width: 99%;
    width: calc(116% - 30px);
  }
}

.selectList_item_box.datepicker select+img {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 0px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
/*
@media screen and (max-width: 768px) {
  .selectList_item_box.datepicker select {
    width: 99%;
    width: calc(116% - 30px);
  }
}
*/
@media screen and (max-width: 768px) {
  .selectList_item_box.calendar {
    width: 87%;
    width: calc(100% - 23px);
  }
}

@media screen and (max-width: 768px) {
  .selectList_item_box.switch {
    width: 87%;
    width: calc(100% - 23px);
  }
}

.selectList_item_box>select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  text-indent: .01px;
  text-overflow: "";
  outline: none;
  font-size: inherit;
  background: none transparent;
  padding: 8px 50px 8px 20px;
  color: #000;
  border: 1px solid #E5E5E5;
  border-radius: 5px;
  z-index: 1;
  cursor: pointer;
  line-height: 1.6;
    font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

.selectList_item_box>select::-ms-expand {
  display: none;
}

@media screen and (max-width: 768px) {
  .selectList_item_box>select {
    width: 113.5%;
    padding: 8px 10px 8px 10px;
    font-size: 16px;
    font-size: 1.6rem;
    -webkit-transform: scale(0.875);
    transform: scale(0.875);
    -webkit-transform-origin: left top;
    transform-origin: left top;
  }
}

.selectList_item_box.icon-arrow02_bottom::before {
  content: '\e904';
  position: absolute;
  color: #eb5001;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: -1;
  top: 50%;
  right: 18px;
  font-size: 14px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

@media screen and (max-width: 768px) {
  .selectList_item_box.icon-arrow02_bottom::before {
    right: 10px;
  }
}

.selectList_item_box>input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  text-indent: .01px;
  text-overflow: "";
  outline: none;
  font-size: inherit;
  /* background: transparent; */
  background: none;
  padding: 10.5px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #737373;
  border: 1px solid #E5E5E5;
  border-radius: 5px;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .selectList_item_box>input {
    padding: 12px 10px;
    font-size: 16px;
    font-size: 1.6rem;
    -webkit-transform: scale(0.875);
    transform: scale(0.875);
    -webkit-transform-origin: left top;
    transform-origin: left top;
  }
}

.selectList_item_box>.calenderArea {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: .01px;
  text-overflow: "";
  outline: none;
  font-size: inherit;
  /* background: transparent; */
  background-color: #fff;
  padding: 15px 50px 15px 20px;
  color: #737373;
  border: 1px solid #E5E5E5;
  border-radius: 5px;
  z-index: 1;
}

.selectList_item_innerColumn2 {
  display: table;
  width: 100%;
  position: relative;
}

.selectList_item_innerColumn2>dt {
  display: table-cell;
  vertical-align: top;
  width: 90%;
}

@media screen and (max-width: 768px) {
  .selectList_item_innerColumn2>dt {
    width: 80%;
  }
}

.selectList_item_innerColumn2>dd {
  display: table-cell;
  text-align: right;
}

.selectList_item_innerInlineBlock {
  letter-spacing: -.4em;
  padding-left: 20px;
}

.selectList_item_innerInlineBlock>li {
  letter-spacing: normal;
  display: inline-block;
  width: 30px;
  margin-right: 20px;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .selectList_item_innerInlineBlock {
    padding-left: 0;
  }
}

.selectList_button {
  border-bottom: 1px solid #E0E0E0;
  padding: 10px;
  position: relative;
}

.selectList_button.-borderBottomNon {
  border-bottom: none;
}

.selectList_button .wave {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-weight: bold;
}

.selectList_item_innerBox {
  padding-bottom: 10px;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 10px;
}

.selectList_item_innerBox:last-child {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}

.selectList_item_modal {
  display: block;
  width: 100%;
  padding: 0 40px 0 20px;
  color: #737373;
  border: 1px solid #E5E5E5;
  border-radius: 5px;
  z-index: 1;
  line-height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 40px;
}
/*
@media screen and (max-width: 768px) {
  .selectList_item_modal {
    padding: 7px 10px;
  }
}
*/
.selectList_accordionButton {
  padding: 10px;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #E0E0E0;
  line-height: 1.6;
}


/*============================================================================
 selectArea_tabArea
============================================================================*/

.selectArea_tabArea {
  position: relative;
}

.selectArea_tabArea::after {
  content: '';
  border-bottom: 3px solid #eb5001;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -1px;
}

.selectArea_tab {
  letter-spacing: -.4em;
}

.selectArea_tab_item {
  display: inline-block;
  letter-spacing: normal;
  max-width: 50%;
  text-align: center;
  padding: 20px 40px 10px 30px;
  box-sizing: border-box;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  cursor: pointer;
  color: #000;
  position: relative;
  background: url(../img/tab_spGray.svg) no-repeat left top;
  background-size: 100%;
  vertical-align: bottom;
  line-height: 1.6;
}

.selectArea_tab_item.active {
  color: #fff;
  background: url(../img/tab_spOrange.svg) no-repeat left top;
  background-size: 100%;
}

.selectArea_tab_item::before {
  right: 5px;
  color: #666;
}

.selectArea_tab_item.active::before {
  color: #fff;
}

@media screen and (max-width: 480px) {
  .selectArea_tab_item {
    width: 40%;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 15px 15px 15px 0;
    background: url(../img/tab_spGray.svg) no-repeat left top;
    background-size: 100%;
  }
  .selectArea_tab_item.active {
    background: url(../img/tab_spOrange.svg) no-repeat left top;
    background-size: 100%;
  }
  .selectArea_tab_item::before {
    right: 5px;
  }

}


/*============================================================================
 redioList_item
============================================================================*/

.redioList {
  margin-bottom: 20px;
}

.redioList:last-child {
  margin-bottom: 0;
}

.redioList.-bgGray {
  background: rgba(0, 0, 0, 0.05);
  padding: 20px;
}

@media screen and (max-width: 768px) {
  .redioList.-bgGray {
    padding: 10px;
  }
}

.redioList.-mgb20 {
  margin-bottom: 20px;
}

.redioListlast-child {
  margin-bottom: 0;
}

.redioList_item {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .redioList_item {
    margin-bottom: 10px;
  }
}

.redioList_item:last-child {
  margin-bottom: 0;
}

.redioList_item>dd.-column2 {
  letter-spacing: -.4em;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.redioList_item>dd.-column2>p {
  letter-spacing: normal;
  display: inline-block;
  margin-right: 20px;
  width: 50%;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 0;
}

.redioList_item>dd.-column2>p:last-child {
  margin-right: -20px;
}

.bgClick_radio {
  background: #fff;
  padding: 8px 20px;
  border: 1px solid #E0E0E0;
  border-radius: 6px;
  cursor: pointer;
  margin-bottom: 10px;
}

.bgClick_radio:last-child {
  margin-bottom: 0;
}

.bgClick_radio.-taC {
  text-align: center;
}


/*============================================================================
 textBranchWrapper
============================================================================*/

.textBranchTarget .webTicket, .textBranchTarget .mobileTicket {
  display: none;
}


/*============================================================================
 contBlock_tab
============================================================================*/

.contBlock_tabArea {
  position: relative;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "roboto";
}

.contBlock_tabArea::after {
  content: '';
  border-bottom: 3px solid #eb5001;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}

@media screen and (max-width: 768px) {
  .contBlock_tabArea {
    padding: 0 10px;
  }
}

.contBlock_tab_item {
  float: left;
  width: 50%;
  text-align: center;
  padding: 20px 0;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  cursor: pointer;
  color: #000;
  position: relative;
  background: url(../img/tab_pcGray.svg) no-repeat left top;
  background-size: 100%;
  line-height: 1.6;
}

.contBlock_tab_item.active {
  color: #fff;
  background: url(../img/tab_pcOrange.svg) no-repeat left top;
  background-size: 100%;
}

.contBlock_tab_item.active::after {
  content: '';
  display: none;
}

.contBlock_tab_item::before {
  right: 30px;
  color: #666;
}

.contBlock_tab_item.active::before {
  color: #fff;
}

@media screen and (max-width: 480px) {
  .contBlock_tab_item {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 15px 0;
    background: url(../img/tab_spGray.svg) no-repeat left top;
    background-size: 100%;
  }
  .contBlock_tab_item.active {
    background: url(../img/tab_spOrange.svg) no-repeat left top;
    background-size: 100%;
  }
  .contBlock_tab_item::before {
    right: 10px;
  }
}

.contBlock_tabContArea {
  display: none;
  font-family: "roboto";
}

.contBlock_tabContArea.active {
  display: block;
}

.contBlock_tabContArea_item+.contBlock_tabContArea_item {
  margin-top: 30px;
}


/*============================================================================
 contBlock_bg
============================================================================*/

.contBlock_bg {
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.contBlock_bglast-child {
  margin-bottom: 0;
}

.contBlock_bg.-bgGray {
  background: rgba(0, 0, 0, 0.05);
  padding: 20px;
}

@media screen and (max-width: 768px) {
  .contBlock_bg.-bgGray {
    padding: 15px 10px 10px;
  }
}

.contBlock_bg.-taC {
  text-align: center;
}

.contBlock_bg.-mgt10 {
  margin-top: 10px;
}

.contBlock_bg>p.active .icon-arrow02_bottom::before {
  -webkit-transform: translate(0, -50%) rotate(180deg);
  transform: translate(0, -50%) rotate(180deg);
  -webkit-transition: .3s;
  transition: .3s;
}

.contBlock_bg>p span {
  position: relative;
}

.contBlock_bg>p span.icon-arrow02_bottom::before {
  color: #666;
  right: -20px;
  -webkit-transform: translate(0, -50%) rotate(0deg);
  transform: translate(0, -50%) rotate(0deg);
  -webkit-transition: .3s;
  transition: .3s;
}

.contBlock_bgList_item.-title {
  font-weight: bold;
  margin-top: 10px;
}


/*============================================================================
 iconArea
============================================================================*/

.iconArea {
  letter-spacing: -.4em;
}

.iconArea li {
  display: inline-block;
  letter-spacing: normal;
  margin-right: 20px;
  padding-left: 40px;
  background: url(https://placehold.jp/20/cccccc/ffffff/100x100.png?text=30%C3%9730%0A) no-repeat left top;
  background-size: 30px;
  line-height: 30px;
  margin-bottom: 20px;
  height: 30px;
}

.iconArea li.premiumFlg,
.timeList_icon li.premiumFlg,
span.premiumFlg {
  background: url(../img/reservation/plan_list/icon-premium.svg) no-repeat left top;
}
.iconArea li.economyFlg,
.timeList_icon li.economyFlg,
span.economyFlg {
  background: url(../img/reservation/plan_list/icon-economy.svg) no-repeat left top;
}
.iconArea li.expressFlg,
.timeList_icon li.expressFlg,
span.expressFlg {
  background: url(../img/reservation/plan_list/icon-express.svg) no-repeat left top;
}
.iconArea li.nightFlg,
.timeList_icon li.nightFlg,
span.nightFlg {
  background: url(../img/reservation/plan_list/icon-night.svg) no-repeat left top;
}
.iconArea li.noonFlg,
.timeList_icon li.noonFlg,
span.noonFlg {
  background: url(../img/reservation/plan_list/icon-noon.svg) no-repeat left top;
}
.iconArea li.extraordinaryFlg,
.timeList_icon li.extraordinaryFlg,
span.extraordinaryFlg {
  background: url(../img/reservation/plan_list/icon-extraordinary.svg) no-repeat left top;
}

.iconArea li.fourFlg,
.timeList_icon li.fourFlg,
.inlineBlockList li.inlineBlockList_item.fourFlg {
  background: url(../img/reservation/plan_list/icon-seat4.svg) no-repeat left top;
}
.iconArea li.threeFlg,
.timeList_icon li.threeFlg,
.inlineBlockList li.inlineBlockList_item.threeFlg {
  background: url(../img/reservation/plan_list/icon-seat3.svg) no-repeat left top;
}
.iconArea li.oneThreeFlg,
.timeList_icon li.oneThreeFlg,
.inlineBlockList li.inlineBlockList_item.oneThreeFlg {
  background: url(../img/reservation/plan_list/icon-seat3doku.svg) no-repeat left top;
}
.iconArea li.deluxToiletFlg,
.timeList_icon li.deluxToiletFlg,
.inlineBlockList li.inlineBlockList_item.deluxToiletFlg {
  background: url(../img/reservation/plan_list/icon-toilet_co.svg) no-repeat left top;
}
.iconArea li.toiletFlg,
.timeList_icon li.toiletFlg,
.inlineBlockList li.inlineBlockList_item.toiletFlg {
  background: url(../img/reservation/plan_list/icon-toilet_color.svg) no-repeat left top;
}
.iconArea li.ladyOnlyFlg,
.timeList_icon li.ladyOnlyFlg,
.inlineBlockList li.inlineBlockList_item.ladyOnlyFlg {
  background: url(../img/reservation/plan_list/icon-designated.svg) no-repeat left top;
}
.iconArea li.ladySafeFlg,
.timeList_icon li.ladySafeFlg,
.inlineBlockList li.inlineBlockList_item.ladySafeFlg {
  background: url(../img/reservation/plan_list/icon-priority.svg) no-repeat left top;
}
.iconArea li.relaxFlg,
.timeList_icon li.relaxFlg,
.inlineBlockList li.inlineBlockList_item.relaxFlg {
  background: url(../img/reservation/plan_list/icon-widespace.svg) no-repeat left top;
}
.iconArea li.secondFlg,
.timeList_icon li.secondFlg,
.inlineBlockList li.inlineBlockList_item.secondFlg {
  background: url(../img/reservation/plan_list/icon-floor2.svg) no-repeat left top;
}
.iconArea li.wifiFlg,
.timeList_icon li.wifiFlg,
.inlineBlockList li.inlineBlockList_item.wifiFlg {
  background: url(../img/reservation/plan_list/icon-wifi.svg) no-repeat left top;
}
.iconArea li.added2Flg,
.timeList_icon li.added2Flg,
.inlineBlockList li.inlineBlockList_item.added2Flg {
  background: url(../img/reservation/plan_list/ico22.gif) no-repeat left top;
  background-size: 25px 25px;
}
.iconArea li.added3Flg,
.timeList_icon li.added3Flg,
.inlineBlockList li.inlineBlockList_item.added3Flg {
  background: url(../img/reservation/plan_list/ico23.gif) no-repeat left top;
  background-size: 25px 25px;
}

@media screen and (max-width: 768px) {
  .iconArea li {
    background-size: 20px;
    line-height: 20px;
    margin-bottom: 20px;
    padding-left: 25px;
  }
  .iconArea li p {
    padding-top: 3px;
    margin-left: 5px;
  }
}


/*============================================================================
 planIconArea
============================================================================*/

.planIconArea {
  letter-spacing: -.4em;
}

.planIconArea li {
  display: inline-block;
  letter-spacing: normal;
  margin-right: 20px;
  padding-left: 40px;
  background: url(https://placehold.jp/20/cccccc/ffffff/100x100.png?text=30%C3%9730%0A) no-repeat left top;
  background-size: 30px;
  line-height: 30px;
  margin-bottom: 20px;
  height: 40px;
}

.planIconArea li.ladyOnly {
  background: url(../img/reservation/plan_list/lady_only_plan.png) no-repeat left top;
  background-size: 40px 40px;
}
.planIconArea li.wirelessFree {
  background: url(../img/reservation/plan_list/wireress_free_plan.png) no-repeat left top;
  background-size: 40px 40px;
}
.planIconArea li.wirelessPay {
  background: url(../img/reservation/plan_list/wiresess_pay_plan.png) no-repeat left top;
  background-size: 40px 40px;
}
.planIconArea li.tv {
  background: url(../img/reservation/plan_list/tv_plan.png) no-repeat left top;
  background-size: 40px 40px;
}
.planIconArea li.plug {
  background: url(../img/reservation/plan_list/plug_plan.png) no-repeat left top;
  background-size: 40px 40px;
}
.planIconArea li.blanket {
  background: url(../img/reservation/plan_list/blanket_plan.png) no-repeat left top;
  background-size: 40px 40px;
}
.planIconArea li.slipper {
  background: url(../img/reservation/plan_list/slipper_plan.png) no-repeat left top;
  background-size: 40px 40px;
}
.planIconArea li.pillow {
  background: url(../img/reservation/plan_list/pillow_plan.png) no-repeat left top;
  background-size: 40px 40px;
}
.planIconArea li.oneSeat {
  background: url(../img/reservation/plan_list/one_seat_plan.png) no-repeat left top;
  background-size: 40px 40px;
}
.planIconArea li.relax {
  background: url(../img/reservation/plan_list/relax_plan.png) no-repeat left top;
  background-size: 40px 40px;
}
.planIconArea li.wideSeat {
  background: url(../img/reservation/plan_list/wide_seat_plan.png) no-repeat left top;
  background-size: 40px 40px;
}
.planIconArea li.drink {
  background: url(../img/reservation/plan_list/drink_plan.png) no-repeat left top;
  background-size: 40px 40px;
}


/*============================================================================
 planArea_btm
============================================================================*/

.planArea_btm>.button {
  margin-bottom: 20px;
}

.planArea_btm>.button:last-child {
  margin-bottom: 0;
}


/*============================================================================
 resultList
============================================================================*/

.resultArea {
  background: rgba(0, 0, 0, 0.05);
  padding: 10px 30px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.resultArea:first-child {
  padding-top: 30px;
}

@media screen and (max-width: 768px) {
  .resultArea:first-child {
    padding-top: 10px;
  }
}

.resultArea:last-child {
  padding-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .resultArea {
    padding: 10px 10px 0;
  }
  .resultArea:last-child {
    padding-bottom: 10px;
  }
}

.resultList {
  background: #fff;
}

.resultList_item {
  width: 100%;
  display: table;
  border-top: 1px solid #E0E0E0;
}

.resultList_item:first-child {
  border-top: none;
}

.resultList_item>dt, .resultList_item>dd {
  display: table-cell;
  vertical-align: top;
  padding: 10px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.resultList_item>dt {
  width: 60%;
  border-right: 1px solid #E0E0E0;
  font-weight: bold;
}

.resultList_item>dd {
  width: 40%;
  text-align: right;
}

.resultList_item.-total {
  font-size: 16px;
  font-size: 1.6rem;
  color: #eb5001;
}

.resultList_item.-total dd {
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .resultList_item>dt, .resultList_item>dd {
    padding: 15px 10px;
  }
}

/*============================================================================
 fareList
============================================================================*/
.fareList_item>.dt1 {
  border-right: none;
  width: 50%;
}
.fareList_item>.dt2 {
  width: 30%;
}
.fareList_item>dd {
  width: 20%;
}
@media screen and (max-width: 768px){
  .fareList_item>.dt1 {
    border-right: 1px solid #E0E0E0;
    width: 60%;
  }
  .fareList_item>.dt2 {
    display:none;
  }
  .fareList_item>dd {
    width: 40%;
  }
}

/*============================================================================
 title
============================================================================*/

.stitle {
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 1em;
  padding: 10px 20px;
  border-bottom: 2px solid #E0E0E0;
  margin-bottom: 20px;
  position: relative;
}

.stitle::after {
  content: '';
  width: 5px;
  height: 70%;
  background: #eb5001;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.stitle.-bgGray {
  background-color: #666;
  color: #fff;
}

.stitle.-taC {
  text-align: center;
}

.stitle.-mgb {
  margin-bottom: 20px;
}

.stitle.-mgb_bottom {
  margin-bottom: 10px;
}

.stitle.-mgb0 {
  margin-bottom: 0;
}

.stitle.-borderBotoom {
  border-bottom: 1px solid #e0e0e0;
  background-color: transparent;
  margin-bottom: 20px;
}

.stitle::before {
  font-size: 14px;
  font-size: 1.4rem;
  color: #eb5001;
}

.stitle .-icon {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 30px;
  height: 30px;
}

.stitle .stitleNote {
  color: #eb5001;
  font-weight: bold;
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .stitle {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 15px 30px 15px 15px;
  }
  .stitle .stitleNote {
    font-size: 12px;
  }
}

.stitleNormal {
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 1em;
}

.stitleNormal.-taC {
  text-align: center;
}

.stitleNormal.-mgb {
  margin-bottom: 20px;
}

.stitleNormal.-border {
  border-top: 1px solid #e0e0e0;
  padding: 20px 0;
}

.stitleNormal .-icon {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 30px;
  height: 30px;
}

@media screen and (max-width: 768px) {
  .stitleNormal {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 15px 15px;
  }
  .stitleNormal .-icon {
    width: 20px;
    height: 20px;
  }
}

.-sstitle {
  font-weight: bold;
}

.selectList_item_dtStyle {
  color: #ED5101;
  padding: 10px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: bold;
  text-align: left;
  background-color: rgba(0, 0, 0, 0.05);
  border: 1px solid #E0E0E0;
}


/*============================================================================
 tableList
============================================================================*/

.tableList {
  border-top: 1px solid #E0E0E0;
  border-left: 1px solid #E0E0E0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 20px;
}

.tableList:last-child {
  margin-bottom: 0;
}

.tableList.-column2>.tableList_item {
  width: 50%;
  float: left;
}

.tableList_item {
  width: 100%;
}

.tableList_item>dt, .tableList_item>dd {
  border-right: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
  padding: 10px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .tableList_item>dt, .tableList_item>dd {
    padding: 10px;
  }
}

.tableList_item>dt {
  background-color: #EFF1F2;
}


/*============================================================================
 popupArea
============================================================================*/

.popupArea {
  position: relative;
}

.popupAreaContents {
  width: 100%;
  margin: 0 auto;
  padding: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .popupAreaContents {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 480px) {
  .popupAreaContents {
    padding: 20px;
    padding-bottom: 25px;
  }
}

.popupList {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 20px;
}

.popupList:last-child {
  margin-bottom: 0;
}

.popupSelect li button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-bottom: 1px solid #e0e0e0;
  padding: 20px 40px 20px 0;
  position: relative;
  display: block;
  width: 100%;
  text-align: left;
  font-size: 14px;
  font-size: 1.4rem;
  color: #000;
}

.popupSelect li button.icon-arrow_right::before {
  color: #385a8c;
}

.popupSelect li:last-child button {
  border-bottom: none;
}

.txtArea {
  margin-bottom: 20px;
}

.txtArea:last-child {
  margin-bottom: 0;
}

.txtArea.-taC {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .txtArea.-taC {
    text-align: left;
  }
}

@media screen and (max-width: 768px) {
  .txtArea .-spBorder {
    border: 1px solid #e0e0e0;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.txtAreaList_item {
  margin-bottom: 20px;
}

.txtAreaList_item:last-child {
  margin-bottom: 0;
}

.txtAreaList_item.-sstitle {
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .txtAreaList_item {
    margin-bottom: 10px;
  }
}


/*============================================================================
 settlementArea
============================================================================*/

.settlementArea {
  margin-bottom: 20px;
}

.settlementArea:last-child {
  margin-bottom: 0;
}

.settlementTxtArea {
  margin-bottom: 20px;
}

.settlementTxtArea:last-child {
  margin-bottom: 0;
}

.settlementTxtArea>p:not(.methodTxt) {
  margin-bottom: 20px;
}

.settlementTxtArea .methodTxt {
  font-size: 20px;
  color: #eb5001;
  margin-bottom: 0;
}

.settlementTxtList_item {
  margin-bottom: 20px;
  padding-left: 1em;
}

.settlementTxtList_item:last-child {
  margin-bottom: 0;
}

.settlementTxtList_item>li {
  text-indent: -1em;
}

.settlementIcon {
  letter-spacing: -.4em;
  text-align: center;
  padding: 30px 0;
  background-color: white;
}

.settlementIconList_item {
  letter-spacing: normal;
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle;
}

.settlementIconList_item:first-child {
  width: 30px;
}

.settlementIconList_item:last-child {
  margin-right: 0;
}

.settlementConveniArea {
  position: relative;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.settlementConveniArea:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.settlementConveniArea p {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .settlementConveniArea p {
    text-align: left;
  }
}

.settlementConveniArea .methodTxt {
  display: inline-block;
  border-radius: 100px;
  padding: 5px 20px;
  border: 1px solid #e0e0e0;
}

.settlementConveniArea .dateTxt {
  position: absolute;
  top: 5px;
  right: 0;
}

@media screen and (max-width: 768px) {
  .settlementConveniArea .dateTxt {
    position: inherit;
    top: inherit;
    right: inherit;
  }
}

.settlementConveniArea .titleTxt {
  color: #eb5001;
  font-size: 20px;
  font-size: 2.0rem;
}

@media screen and (max-width: 768px) {
  .settlementConveniArea .titleTxt {
    font-size: 16px;
    font-size: 1.6rem;
    text-align: left;
  }
}

.settlementConveniLIst_item_logo {
  letter-spacing: -.4em;
  margin-bottom: 20px;
}

.settlementConveniLIst_item_logo>li {
  width: 100px;
  display: inline-block;
  letter-spacing: normal;
  margin-right: 20px;
}

@media screen and (max-width: 768px) {
  .settlementConveniLIst_item_logo>li {
    margin-bottom: 20px;
  }
  .settlementConveniLIst_item_logo>li:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
}


/*============================================================================
 txtLinkList_item
============================================================================*/

.txtLinkList_item {
  margin-bottom: 10px;
}

.txtLinkList_item:last-child {
  margin-bottom: 0;
}

.txtLinkList_item.-bdrBottom {
  padding-bottom: 10px;
  border-bottom: 1px dotted #E0E0E0;
}

.txtLinkList_item a {
  display: block;
  position: relative;
  padding-right: 20px;
}

.txtLinkList_item a::before {
  color: #385a8c;
  right: 0;
}


/*============================================================================
 txtLinkArea
============================================================================*/

.txtLinkArea {
  letter-spacing: -.4em;
  text-align: left;
}

.txtLinkArea_item {
  display: inline-block;
  letter-spacing: normal;
  margin: 0 20px 10px 0;
}

@media screen and (max-width: 768px) {
  .txtLinkArea_item {
    margin: 0 10px 5px 0;
  }
}


/*============================================================================
 goodValuList_item
============================================================================*/

.goodValuArea {
  padding: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}

.goodValuArea.-borderOrange {
  border: 3px solid #ea590b;
}

@media screen and (max-width: 768px) {
  .goodValuArea {
    padding: 15px 10px;
    text-align: left;
  }
}

.goodValuList_item {
  margin-bottom: 10px;
}

.goodValuList_item:last-child {
  margin-bottom: 0;
}

.goodValuList_item span {
  font-weight: bold;
  color: #eb5001;
}

.goodValuList_itemBold {
  font-weight: bold;
  font-size: 24px;
  font-size: 2.4rem;
  color: #eb5001;
}

@media screen and (max-width: 768px) {
  .goodValuList_itemBold {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.goodValuList_itemNote {
  font-size: 12px;
  font-size: 1.2rem;
}


/*============================================================================
 column2Area
============================================================================*/

.column2Area {
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.column2Area.-pdr60 {
  padding-right: 60px;
}

.column2Area.-pdr60 .column2List_item {
  margin-right: 60px;
}

.column2Area.-pdr60 .column2List_item:nth-child(even) {
  margin-right: -60px;
}

.column2Area.-pdNon_mgNon {
  padding-right: 0;
}

.column2Area.-pdNon_mgNon .column2List_item {
  margin-right: 0;
  margin-bottom: 0;
}

.column2Area.-pdNon_mgNon:nth-child(even) {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .column2Area {
    padding-right: 0;
  }
  .column2Area.-pdr60 {
    padding-right: 0;
  }
}

.column2List_item {
  float: left;
  width: 50%;
  margin-right: 20px;
  margin-bottom: 20px;
  position: relative;
}

.column2List_item:nth-child(even) {
  margin-right: -20px;
}

.column2List_item:nth-last-child(-n+2) {
  margin-bottom: 0;
}

.column2List_item:last-child {
  margin-bottom: 0;
}

.column2List_item.-mgb0 {
  margin-bottom: 0;
}

.column2List_item.-mgb20 {
  margin-bottom: 20px;
}

.column2List_item.-pdr60 .column2List_item {
  margin-right: 60px;
}

.column2List_item.-pdr60 .column2List_item:nth-child(even) {
  margin-right: -60px;
}

.column2List_item.-wide {
  width: 67.5%;
}

@media screen and (max-width: 768px) {
  .column2List_item.-wide {
    width: 100%;
  }
}

.column2List_item.-narrow {
  width: 32.5%;
}

@media screen and (max-width: 768px) {
  .column2List_item.-narrow {
    width: 100%;
  }
}

.column2List_item.-wide60 {
  width: 60%;
}

@media screen and (max-width: 768px) {
  .column2List_item.-wide60 {
    width: 100%;
  }
}

.column2List_item.-narrow40 {
  width: 40%;
}

@media screen and (max-width: 768px) {
  .column2List_item.-narrow40 {
    width: 100%;
  }
}
.column2List_item .innerColumn2 {
  display: table;
  width: 100%;
  position: relative;
}

.column2List_item .innerColumn2 .innerColumn2_item {
  display: table-cell;
}

.column2List_item .innerColumn2 .innerColumn2_item:first-child {
  width: 40px;
}

@media screen and (max-width: 768px) {
  .column2List_item {
    float: inherit;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .column2List_item:nth-child(even) {
    margin-right: 0;
  }
  .column2List_item:last-child {
    margin-right: 0;
    margin-bottom: 0;
  }
  .column2List_item.-mgb20 {
    margin-bottom: 0;
  }
  .column2List_item.-pdr60 .column2List_item {
    margin-right: 0;
  }
  .column2List_item.-pdr60 .column2List_item:nth-child(even) {
    margin-right: 0;
  }
  .column2List_item:nth-last-child(-n+2) {
    margin-bottom: 10px;
  }
  .column2List_item.-spmgb0 {
    margin-bottom: 0;
  }
  .column2List_item.-spmgb10 {
    margin-bottom: 10px;
  }
  .column2List_item.-spmgb20 {
    margin-bottom: 20px;
  }
  .column2List_item.-spBorderBottom {
    border-bottom: 1px solid #e0e0e0;
  }
}


/*============================================================================
 spColumn2Area
============================================================================*/

.spColumn2Area {
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

@media screen and (max-width: 768px) {
  .spColumn2Area {
    padding-right: 10px;
  }
  .spColumn2Area.-sppdr20 {
    padding-right: 20px;
  }
}

.spColumn2List_item {
  float: left;
  width: 50%;
  margin-right: 20px;
  margin-bottom: 10px;
  position: relative;
}

.spColumn2List_item:nth-child(even) {
  margin-right: -20px;
}

.spColumn2List_item:nth-last-child(-n+3) {
  margin-bottom: 0;
}

.spColumn2List_item.-mgb0 {
  margin-bottom: 0;
}

.spColumn2List_item.-wide {
  width: 67.5%;
}

.spColumn2List_item.-narrow {
  width: 32.5%;
}

.spColumn2List_item .innerColumn2 {
  display: table;
  width: 100%;
  position: relative;
}

.spColumn2List_item .innerColumn2 .innerColumn2_item {
  display: table-cell;
}

.spColumn2List_item .innerColumn2 .innerColumn2_item:first-child {
  width: 40px;
}

@media screen and (max-width: 768px) {
  .spColumn2List_item {
    margin-right: 10px;
  }
  .spColumn2List_item:nth-child(even) {
    margin-right: -10px;
  }
  .-sppdr20 .spColumn2List_item {
    margin-right: 20px;
  }
  .-sppdr20 .spColumn2List_item:nth-child(even) {
    margin-right: -20px;
  }
  .spColumn2List_item.-spmgb10 {
    margin-bottom: 10px;
  }
  .spColumn2List_item.-spmgb20 {
    margin-bottom: 20px;
  }
}


/*============================================================================
 column3Area
============================================================================*/

.column3Area {
  padding-right: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .column3Area {
    padding-right: 0;
  }
}

.column3List_item {
  float: left;
  width: 33.333%;
  margin-right: 20px;
  margin-bottom: 20px;
  position: relative;
}

.column3List_item:nth-child(3n) {
  margin-right: -40px;
}

.column3List_item:last-child {
  margin-bottom: 0;
}

.column3List_item.-mgb0 {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .column3List_item {
    float: inherit;
    width: 100%;
    margin-right: 0;
  }
  .column3List_item:last-child {
    margin-right: 0;
  }
  .column3List_item.-spmgb10 {
    margin-bottom: 10px;
  }
  .column3List_item.-spmgb20 {
    margin-bottom: 20px;
  }
}


/*============================================================================
 spColumn3Area
============================================================================*/

.spColumn3Area {
  padding-right: 40px;
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.spColumn3Area:last-child {
  margin-bottom: 0;
}

.spColumn3List_item {
  float: left;
  width: 33.333%;
  margin-right: 20px;
  position: relative;
}

.spColumn3List_item:nth-child(3n) {
  margin-right: -40px;
}

.spColumn3List_item:last-child {
  margin-bottom: 0;
}

.spColumn3List_item.-mgb0 {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .spColumn3List_item {
    margin-bottom: 10px;
  }
  .spColumn3List_item:last-child {
    margin-bottom: 0;
  }
  .spColumn3List_item.-spmgb10 {
    margin-bottom: 10px;
  }
  .spColumn3List_item.-spmgb20 {
    margin-bottom: 20px;
  }
}


/*============================================================================
    column2_70_30_Area
============================================================================*/

.column2_70_30_Area {
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.column2_70_30_Area.-pdr60 {
  padding-right: 60px;
}

.column2_70_30_Area.-pdr60 .column2_70_30_List_item {
  margin-right: 60px;
}

.column2_70_30_Area.-pdr60 .column2_70_30_List_item:nth-child(even) {
  margin-right: -60px;
}

.column2_70_30_Area.-pdNon_mgNon {
  padding-right: 0;
}

.column2_70_30_Area.-pdNon_mgNon .column2_70_30_List_item {
  margin-right: 0;
  margin-bottom: 0;
}

.column2_70_30_Area.-pdNon_mgNon:nth-child(even) {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .column2_70_30_Area {
    padding-right: 0;
  }
  .column2_70_30_Area.-pdr60 {
    padding-right: 0;
  }
}

.column2_70_30_List_item {
  float: left;
  width: 70%;
  margin-right: 20px;
  margin-bottom: 20px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .column2_70_30_List_item {
    float: left;
    width: 100%;
    margin-right: 20px;
    margin-bottom: 20px;
    position: relative;
  }
}

.column2_70_30_List_item:nth-child(even) {
  margin-right: -20px;
}

.column2_70_30_List_item:nth-last-child(-n+3) {
  margin-bottom: 0;
}

.column2_70_30_List_item:last-child {
  margin-bottom: 0;
  width: 30%;
}

@media screen and (max-width: 768px) {
  .column2_70_30_List_item:last-child {
    margin-bottom: 0;
    width: 100%;
  }
}

.column2_70_30_List_item.-mgb0 {
  margin-bottom: 0;
}

.column2_70_30_List_item.-mgb20 {
  margin-bottom: 20px;
}

.column2_70_30_List_item.-pdr60 .column2_70_30_List_item {
  margin-right: 60px;
}

.column2_70_30_List_item.-pdr60 .column2_70_30_List_item:nth-child(even) {
  margin-right: -60px;
}

.column2_70_30_List_item.-wide {
  width: 67.5%;
}

@media screen and (max-width: 768px) {
  .column2_70_30_List_item.-wide {
    width: 100%;
  }
}

.column2_70_30_List_item.-narrow {
  width: 32.5%;
}

@media screen and (max-width: 768px) {
  .column2_70_30_List_item.-narrow {
    width: 100%;
  }
}

.column2_70_30_List_item .innerColumn2 {
  display: table;
  width: 100%;
  position: relative;
}

.column2_70_30_List_item .innerColumn2 .innerColumn2_item {
  display: table-cell;
}

.column2_70_30_List_item .innerColumn2 .innerColumn2_item:first-child {
  width: 40px;
}

@media screen and (max-width: 768px) {
  .column2_70_30_List_item {
    float: inherit;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .column2_70_30_List_item:nth-child(even) {
    margin-right: 0;
  }
  .column2_70_30_List_item:last-child {
    margin-right: 0;
    margin-bottom: 0;
  }
  .column2_70_30_List_item.-mgb20 {
    margin-bottom: 0;
  }
  .column2_70_30_List_item.-pdr60 .column2_70_30_List_item {
    margin-right: 0;
  }
  .column2_70_30_List_item.-pdr60 .column2_70_30_List_item:nth-child(even) {
    margin-right: 0;
  }
  .column2_70_30_List_item.-spmgb10 {
    margin-bottom: 10px;
  }
  .column2_70_30_List_item.-spmgb20 {
    margin-bottom: 20px;
  }
  .column2_70_30_List_item.-spBorderBottom {
    border-bottom: 1px solid #e0e0e0;
  }
}


/*============================================================================
    spColumn2_70_30_Area
============================================================================*/

.spColumn2_70_30_Area {
  padding-right: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

@media screen and (max-width: 768px) {
  .spColumn2_70_30_Area {
    padding-right: 10px;
  }
  .spColumn2_70_30_Area.-sppdr20 {
    padding-right: 20px;
  }
}

.spColumn2_70_30_List_item {
  float: left;
  width: 50%;
  margin-right: 20px;
  margin-bottom: 10px;
  position: relative;
}

.spColumn2_70_30_List_item:nth-child(even) {
  margin-right: -20px;
}

.spColumn2_70_30_List_item:nth-last-child(-n+3) {
  margin-bottom: 0;
}

.spColumn2_70_30_List_item.-mgb0 {
  margin-bottom: 0;
}

.spColumn2_70_30_List_item.-wide {
  width: 67.5%;
}

.spColumn2_70_30_List_item.-narrow {
  width: 32.5%;
}

.spColumn2_70_30_List_item .innerColumn2 {
  display: table;
  width: 100%;
  position: relative;
}

.spColumn2_70_30_List_item .innerColumn2 .innerColumn2_item {
  display: table-cell;
}

.spColumn2_70_30_List_item .innerColumn2 .innerColumn2_item:first-child {
  width: 40px;
}

@media screen and (max-width: 768px) {
  .spColumn2_70_30_List_item {
    margin-right: 10px;
  }
  .spColumn2_70_30_List_item:nth-child(even) {
    margin-right: -10px;
  }
  .-sppdr20 .spColumn2_70_30_List_item {
    margin-right: 20px;
  }
  .-sppdr20 .spColumn2_70_30_List_item:nth-child(even) {
    margin-right: -20px;
  }
  .spColumn2_70_30_List_item.-spmgb10 {
    margin-bottom: 10px;
  }
  .spColumn2_70_30_List_item.-spmgb20 {
    margin-bottom: 20px;
  }
}


/*============================================================================
 contBlock_tabCont_pc
============================================================================*/

.contBlock_tabCont_pc {
  padding: 30px 30px 0;
}

.contBlock_tabCont_pc .busListTitle {
  width: 630px;
  margin-left: 270px;
  position: relative;
  height: 80px;
  overflow: hidden;
  border: 1px solid #E0E0E0;
  border-bottom: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.contBlock_tabCont_pc .busListTitle .planList_txt01 {
  border-top: none;
  border-left: none;
  border-right: none;
}

.contBlock_tabCont_pc .busListTitle .planList_item {
  position: absolute;
  top: 40px;
  left: 0;
}

.contBlock_tabCont_pc .busListTitle table {
  border-spacing: 0;
  width: 100%;
  table-layout: fixed;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.contBlock_tabCont_pc .busList {
  height: 300px;
  overflow-y: scroll;
  border-top: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
}

.contBlock_tabCont_pc .timeArea {
  border-top: 1px solid #000;
  float: left;
  width: 270px;
  /*margin-top: 80px; */
}

.contBlock_tabCont_pc .timeArea.busList_item {
  margin-top: 0;
}

.contBlock_tabCont_pc .timeArea.-pattern02 {
  width: 300px;
}

.contBlock_tabCont_pc .timeArea.-pattern02 .timeList_item {
  display: table;
}

.contBlock_tabCont_pc .timeArea.-pattern02 .timeList_inner {
  display: table-cell;
}

.contBlock_tabCont_pc .timeArea.-pattern02 .timeList_inner:first-child {
  width: 100px;
  font-weight: bold;
}

.contBlock_tabCont_pc .timeArea.-pattern02 .timeList_inner:last-child {
  width: 200px;
}

.contBlock_tabCont_pc .timeArea.-pattern02 .timeList_inner .timeList_txt02 {
  position: relative;
  right: inherit;
  top: inherit;
}

.contBlock_tabCont_pc .timeArea.-pattern02+.planArea {
  width: 600px;
}

.contBlock_tabCont_pc .planArea {
  float: left;
  width: 625px;
}

.contBlock_tabCont_pc .timeList_item {
  position: relative;
}

.contBlock_tabCont_pc .timeList_item.-border {
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.contBlock_tabCont_pc .timeList_item.-soldOut::after {
  content: '';
  display: block;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}

.contBlock_tabCont_pc .timeList_inner {
  padding: 5px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  padding-bottom: 0px;
}

.contBlock_tabCont_pc .timeList_txt01 {
  font-size: 18px;
  font-size: 2.5rem;
  color: #eb5001;
  line-height: 1em;
}

.contBlock_tabCont_pc .timeList_txt01 span {
  font-size: 14px;
  font-size: 1.4rem;
}

.contBlock_tabCont_pc .timeList_txt02 {
  /*
  position: absolute;
  top: 32px;
  right: 10px;
  */
  font-size: 12px;
  font-size: 1.2rem;
}

.contBlock_tabCont_pc .timeList_txt03 {
  /* width: 180px; */
  min-height: 22px;
}

.contBlock_tabCont_pc .timeList_icon {
  letter-spacing: -.4em;
  margin-top: 5px;
  border-bottom: 1px solid #E0E0E0;
  text-align: right;
}

.contBlock_tabCont_pc .timeList_icon:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.contBlock_tabCont_pc .timeList_icon li {
  letter-spacing: normal;
  display: inline-block;
  width: 30px;
  margin-left: 10px;
  margin-bottom: 5px;
}

.contBlock_tabCont_pc .planList_txt01 {
  background-color: rgba(0, 0, 0, 0.05);
  height: auto;
  padding: 10px 0 0 20px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #E0E0E0;
  border-bottom: 1px solid #fff;
}

.contBlock_tabCont_pc .planList_item {
  overflow-x: hidden;
  -webkit-box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.3) inset;
  box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.3) inset;
  border-left: 1px solid #E0E0E0;
  border-right: 1px solid #E0E0E0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.contBlock_tabCont_pc .planList_item table {
  border-spacing: 0;
  width: 100%;
  table-layout: fixed;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.contBlock_tabCont_pc .planList_planTitle th {
  width: 150px;
  height: 100%;
  color: #fff;
  background-color: #646666;
  padding: 10px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 1px solid #000;
  font-size: 12px;
  overflow: hidden;
  white-space: nowrap;
  text-align: center;
  position: relative;
}

.contBlock_tabCont_pc .planList_planTitle th:last-child {
  border-right: none;
}

.contBlock_tabCont_pc .planList_planTitle th img {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 20px;
  height: 20px;
  display: block;
}

.contBlock_tabCont_pc .planList_planPrice td {
  position: relative;
  width: 150px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  overflow: hidden;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  vertical-align: top;
}

.contBlock_tabCont_pc .planList_planPrice td:last-child {
  border-right: none;
}

.contBlock_tabCont_pc .planList_planPrice td.-bgGreen {
  background: #C8E6C9;
}

.contBlock_tabCont_pc .planList_planPrice td.-bgBlue {
  background: #E3F2FD;
}

.contBlock_tabCont_pc .planList_planPrice td.-soldOut::after {
  content: '';
  display: block;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  padding-top: 100%;
}

.contBlock_tabCont_pc .planList_planPrice td a {
  display: block;
  background: #385a8c;
  color: #fff;
  padding: 10px 5px;
  border-radius: 3px;
  line-height: 1.2em;
}

.contBlock_tabCont_pc .planList_planPrice td a span {
  font-size: 12px;
  font-size: 1.2rem;
  display: block;
}

.contBlock_tabCont_pc .planList_planPrice.-soldOut td::after {
  content: '';
  display: block;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  padding-top: 100%;
}


/*============================================================================
 contBlock_tabCont_sp
============================================================================*/

.contBlock_tabCont_sp {
  padding: 20px 10px 0;
}


/*============================================================================
 spPlanList_item
============================================================================*/

.spPlanList_item {
  width: 100%;
  display: block;
}

.spPlanList_item dt {
  display: block;
  width: 100%;
  padding: 5px 10px;
  color: #fff;
  background-color: #666;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.spPlanList_item dt img {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 20px;
  height: 20px;
  display: block;
}

.spPlanList_item dd {
  display: block;
  padding: 10px;
  border-bottom: 1px solid #e0e0e0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.spPlanList_item dd.-bgGreen {
  background: #E8F5E9;
}

.spPlanList_item dd.-bgBlue {
  background: #E3F2FD;
}

.spPlanList_item dd.-soldOut::after {
  content: '';
  display: block;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}

.spPlanList_item:last-child dt {
  border-bottom: none;
}

.spPlanList_item:last-child dd {
  border-bottom: none;
}


/*============================================================================
 inlineBlockList
============================================================================*/

.inlineBlockList {
  letter-spacing: -.4em;
}

.inlineBlockList.-taC {
  text-align: center;
}

.inlineBlockList_item {
  letter-spacing: normal;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 5px;
}

.inlineBlockList_item.-width30 {
  width: 30px;
}


/*============================================================================
 contBlock_tabContArea_item02
============================================================================*/


/*============================================================================
 inner
============================================================================*/

.inner {
  width: 960px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .inner {
    width: 100%;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 480px) {
  .inner {
    padding: 0 10px;
  }
}

/*============================================================================
 contReadArea
============================================================================*/

.contReadArea.-hasLink .contRead {
  margin-bottom: 20px;
}

.contRead {
  text-align: left;
}

@media screen and (max-width: 768px) {
  .contRead {
    text-align: left;
  }
}


/*============================================================================
 pageTitleArea
============================================================================*/

.pageTitleArea {
  text-align: center;
  padding: 30px 0;
  background-color: #e0e0e0;
}

@media screen and (max-width: 768px) {
  .pageTitleArea {
    padding: 30px 0;
  }
}

@media screen and (max-width: 480px) {
  .pageTitleArea {
    padding: 20px 0;
  }
}

.pageTitle {
  font-size: 32px;
  font-size: 3.2rem;
  letter-spacing: .05em;
}

@media screen and (max-width: 768px) {
  .pageTitle {
    font-size: 30px;
    font-size: 3.0rem;
  }
}

@media screen and (max-width: 480px) {
  .pageTitle {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.pageTitle span {
  font-size: 16px;
  font-size: 1.6rem;
  display: block;
  margin-top: 0px;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .pageTitle span {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 480px) {
  .pageTitle span {
    font-size: 10px;
    font-size: 1.0rem;
  }
}


/*============================================================================
 transparentArea
============================================================================*/

.transparentArea {
  padding: 10px 15px;
}

.transparentArea.-default {
  border: 2px solid #4d4d4d;
}

.transparentArea.-error {
  border: 2px solid #cc0000;
}

.transparentArea.-padding {
  padding: 30px;
}

@media screen and (max-width: 768px) {
  .transparentArea.-padding {
    padding: 10px;
  }
}


/*============================================================================
 errorMassageList
============================================================================*/

.errorMassageList_item {
  color: #cc0000;
  font-weight: bold;
}


/*============================================================================
 notesList
============================================================================*/

.notesList.-marginMiddle .notesList_item {
  margin-bottom: .5em;
}

.notesList.-marginMiddle .notesList_item_top {
  margin-top: 1.4em;
}

.notesList.-marginMiddle .notesList_item:last-child {
  margin-bottom: 0;
}

.notesList.-marginMiddle .notesList_item.-note {
  margin-bottom: 0;
}

.notesList .-colorRed {
  color: #CC0000;
}

.notesList_item {
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 1em;
}

.notesList_item_tit {
  font-weight: bold;
  display: block;
}


/*============================================================================
 pageControlArea
============================================================================*/

.pageControlArea {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  padding-top: 40px;
}

@media screen and (max-width: 768px) {
  .pageControlArea {
    padding-top: 15px;
  }
}


/*============================================================================
 colmunArea
============================================================================*/

.colmunArea {
  margin-bottom: 20px;
}

.colmunArea:last-child {
  margin-bottom: 0;
}

.colmunArea_item {
  margin: 0 0 1.5em;
}

.colmunArea_item:last-child {
  margin-bottom: 0;
}

.colmunArea_tit {
  font-size: 20px;
  font-size: 2.0rem;
  color: #eb5001;
  margin-bottom: .5em;
}

@media screen and (max-width: 480px) {
  .colmunArea_tit {
    font-size: 16px;
    font-size: 1.6rem;
  }
}


/*============================================================================
 loginArea
============================================================================*/

.loginArea {
  border-radius: 3px;
}

.loginArea.-bgGray {
  background: rgba(0, 0, 0, 0.05);
  padding: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .loginArea.-bgGray {
    padding: 20px;
  }
}

@media screen and (max-width: 768px) {
  .loginArea {
    width: auto;
  }
}

.loginArea_errorBlock {
  border: 2px solid #cc0000;
  padding: 5px 10px;
}

.loginArea_errorText {
  color: #cc0000;
  font-weight: bold;
}

.loginArea_table {
  display: table;
  width: 100%;
  border-top: 1px solid #E0E0E0;
}

.loginArea_table.-borderNone {
  border-top: none;
  text-align: center;
}

.loginArea_table.-borderNone .loginArea_table_tit, .loginArea_table.-borderNone .loginArea_table_cont {
  padding: 5px 0;
}

.loginArea_table.-mgb {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .loginArea_table.-mgb {
    margin-bottom: 10px;
  }
}

.loginArea_table_tit, .loginArea_table_cont {
  display: table-cell;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 0;
}

@media screen and (max-width: 768px) {
  .loginArea_table_tit, .loginArea_table_cont {
    padding: 10px 0;
  }
}

.loginArea_table_tit {
  width: 120px;
}

.loginArea_table_cont {
  display: table-cell;
  position: relative;
  padding-left: 0;
}

.loginArea_notes {
  text-align: right;
  margin: 0 0 15px;
}

.loginArea_anc {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 14px;
  font-size: 1.4rem;
}


/*============================================================================
 textArea
============================================================================*/

.textArea {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: inherit;
  border-radius: 5px;
  z-index: 1;
}

.textArea.-colorDefault {
  color: #000;
  border: 1px solid #E5E5E5;
  background: #fff;
  padding: 10px 20px;
}

@media screen and (max-width: 768px) {
  .textArea.-colorDefault {
    padding: 12px 10px 12px 10px;
  }
}

.textArea.-sideText {
  width: 85%;
  margin-right: 10px;
}

.textArea+.sideText_item {
  display: inline-block;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .textArea {
    width: 113.5%;
    padding: 12.8px 10px 12.8px 10px;
    font-size: 16px;
    font-size: 1.6rem;
    -webkit-transform: scale(0.875);
    transform: scale(0.875);
    -webkit-transform-origin: left top;
    transform-origin: left top;
  }
  .textArea.-sideText {
    width: 80%;
    margin-right: -10px;
  }
}


/*============================================================================
 checkBox & radioButton
============================================================================*/

p.checkBox, p.radioBox {
  padding-left: 48px;
}

p.checkBox.-taC, p.radioBox.-taC {
  text-align: center;
}

p.checkBox.-pdlSmall, p.radioBox.-pdlSmall {
  padding-left: 28px;
}

input[type=radio].radioButton_input, input[type=checkbox].checkBox_input {
  display: none;
}

label.radioButton_label, label.checkBox_label {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background-color .3s linear;
  transition: background-color .3s linear;
  position: relative;
  border-radius: 5px;
  cursor: pointer;
}

.clickTrigger:hover label.radioButton_label::after, .clickTrigger:hover label.checkBox_label::after, label.radioButton_label:hover::after, label.checkBox_label:hover::after {
  border-color: #EB5100;
}

@media screen and (max-width: 768px) {
  .clickTrigger:hover label.radioButton_label::after, .clickTrigger:hover label.checkBox_label::after, label.radioButton_label:hover::after, label.checkBox_label:hover::after {
    border-color: #ccc;
  }
}

label.radioButton_label::after, label.checkBox_label::after {
  -webkit-transition: border-color .3s linear;
  transition: border-color .3s linear;
  position: absolute;
  top: 50%;
  left: -28px;
  display: block;
  margin-top: -10px;
  width: 16px;
  height: 16px;
  border: 2px solid #cccccc;
  border-radius: 6px;
  content: '';
}

label.radioButton_label::after {
  border-radius: 100%;
}

label.radioButton_label:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: -23px;
  display: block;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-radius: 100px;
  background-color: #EB5100;
  content: '';
  opacity: 0;
}

input[type=radio].radioButton_input:checked+label::before {
  opacity: 1;
}

label.checkBox_label:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: -22px;
  display: block;
  margin-top: -7px;
  width: 5px;
  height: 9px;
  border-right: 3px solid #EB5100;
  border-bottom: 3px solid #EB5100;
  content: '';
  opacity: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

input[type=checkbox].checkBox_input:checked+label:before {
  opacity: 1;
}


/*============================================================================
 contBlock_table
============================================================================*/

.pagerArea {
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.pagerArea_resultsText {
  font-size: 20px;
  font-size: 2.0rem;
}

.pagerArea_currentText {
  opacity: .65;
  margin-top: 5px;
}

.pagerArea_listBlock {
  position: relative;
  width: 100%;
  padding: 10px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.pagerArea_listBlock:not(:first-child) {
  margin-top: 20px;
}

.pagerArea_listBlock>ul {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 100px;
  text-align: center;
}

.pagerArea_listBlock_arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  margin-bottom: 0;
}

.pagerArea_listBlock_arrow.-prev {
  left: 20px;
}

.pagerArea_listBlock_arrow.-next {
  right: 20px;
}

.pagerArea_listBlock_item {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 5px 0;
}

.pagerArea_listBlock_item:last-child {
  margin-right: 0;
}

.pagerArea_listBlock_item a, .pagerArea_listBlock_item span {
  display: block;
  line-height: 1;
  width: 30px;
  height: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8px 0;
  text-align: center;
  border-radius: 3px;
}

.pagerArea_listBlock_item a {
  border: 1px solid #E0E0E0;
}

.pagerArea_listBlock_item a:hover {
  background-color: rgba(224, 224, 224, 0.3);
}


/*----------------------------------------------*/

@media screen and (max-width: 768px) {
  .pagerArea_listBlock {
    padding: 0 0 30px;
  }
  .pagerArea_listBlock>ul {
    padding: 0;
  }
  .pagerArea_listBlock_arrow {
    top: auto;
    bottom: 0;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}


/*----------------------------------------------*/


/*----------------------------------------------*/


/*============================================================================
 contBlock_table
============================================================================*/

.contBlock_tableArea {
  border-left: 1px solid #E0E0E0;
}

.contBlock_table_item.-tit {
  text-align: center;
  font-weight: bold;
}

.contBlock_table_item.-cont .contBlock_table_colmun_item {
  border-bottom: 1px solid #000;
  padding: 10px 10px 50px;
}

.contBlock_table_item.-cont .contBlock_table_colmun_item:last-child {
  padding: 10px;
}

.contBlock_table_colmun {
  width: 100%;
  display: table;
  table-layout: fixed;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  font-size: 1.2rem;
  border-left: 1px solid #000;
}

.contBlock_table_colmun_item {
  display: table-cell;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  border-right: 1px solid #000;
  position: relative;
}

.contBlock_table_colmun_item.-bgBlack {
  background-color: #646666;
  color: #fff;
}

.contBlock_table_colmun_item.-columnWidth:nth-child(1) {
  width: 230px;
}

.contBlock_table_colmun_item.-columnWidth:nth-child(2) {
  width: 150px;
}

.contBlock_table_colmun_item.-columnWidth:nth-child(3) {
  width: 150px;
}

.contBlock_table_colmun_item.-columnWidth:nth-child(4) {
  width: 150px;
}

.contBlock_table_colmun_item.-columnWidth:nth-child(5) {
  width: 110px;
}

.contBlock_table_colmun_item.-columnWidth:nth-child(6) {
  width: 109px;
  vertical-align: middle;
}

.contBlock_table_colmun_item p {
  margin-bottom: 10px;
}

.contBlock_table_colmun_item p:last-child {
  margin-bottom: 0;
}

.contBlock_table_colmun_item .button a {
  padding: 10px 0 10px;
}

.contBlock_table_colmun_item .button:not(.-position) {
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.contBlock_table_colmun_item .button.-position+.-position {
  margin-top: 10px;
}

.contBlock_table_colmun_item .button.-colorOrange a, .contBlock_table_colmun_item .button.-inactive a {
  height: inherit;
}

.contBlock_table_colmun_item .button.-inactive * {
  background: #cccccc;
  height: inherit;
  padding: 12px 0 10px;
  line-height: 1;
}

.contBlock_table_colmun_item_tit a {
  font-size: 18px;
  font-size: 1.8rem;
  color: #eb5001;
  font-weight: bold;
  text-decoration: underline;
  display: block;
  margin-bottom: 10px;
}

.contBlock_table_colmun_item_pic {
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .contBlock_spTableArea .accordionWrapper_spOnly {
    margin-bottom: 0;
  }
  .contBlock_spTableArea .accordionTrigger_spOnly {
    padding: 10px;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #E0E0E0;
    line-height: 1.6;
  }
  .contBlock_spTableArea p {
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
  .contBlock_spTableArea p:last-child {
    margin-bottom: 0;
  }
  .contBlock_spTable_colmun_item_tit a {
    font-size: 14px;
    font-size: 1.4rem;
    color: #eb5001;
    font-weight: bold;
    text-decoration: underline;
    display: block;
    margin-bottom: 10px;
  }
  .contBlock_spTable_colmun_item_inner {
    padding: 10px;
    border-bottom: 1px solid #E0E0E0;
  }
  .contBlock_spTable_colmun_item_inner.-displayNone {
    display: none;
  }
  .contBlock_spTable_colmun_item_inner.-displayNone+.accordionWrapper_spOnly .accordionTrigger_spOnly {
    border-top: none;
  }
  .contBlock_table_colmun_item .button .inactive {
    background: #cccccc;
  }
}

.slidebarArea_item {
  position: relative;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.slidebarArea_item>a {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 30px 15px 20px;
  line-height: 1.4em;
}

.slidebarArea_item>a::before {
  color: #385a8c;
  line-height: 1;
  letter-spacing: normal;
}

@media screen and (max-width: 480px) {
  .slidebarArea_item>a {
    padding: 15px 25px 15px 15px;
  }
}

.slidebarArea_item .accordionTrigger {
  padding: 15px 0 15px 20px;
  line-height: 1.4em;
}

.slidebarArea_item .accordionTrigger::before {
  line-height: 1;
}

@media screen and (max-width: 480px) {
  .slidebarArea_item .accordionTrigger {
    padding: 15px 0 15px 15px;
  }
}

.slidebarArea_item .accordionTarget {
  padding: 0 20px;
  background: rgba(0, 0, 0, 0.01);
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.slidebarArea_item .accordionTarget li {
  position: relative;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.15);
}

.slidebarArea_item .accordionTarget li:last-child {
  border-bottom: none;
}

.slidebarArea_item .accordionTarget li a {
  position: relative;
  padding: 10px 20px;
  display: block;
}

.slidebarArea_item .accordionTarget li a::before {
  color: #385a8c;
}

@media screen and (max-width: 480px) {
  .slidebarArea_item .accordionTarget li a {
    padding: 10px 0;
  }
}

.top .wrapper {
  /*background: none;*/
}

@media screen and (max-width: 768px) {
  .top .wrapper {
    padding-bottom: 0;
  }
}

.top .container {
  /*overflow: hidden;*/
}

/*============================================================================
 mainArea
============================================================================*/

.mainArea {
  min-height: 420px;
  position: relative;
  padding-top: 35px;
  padding-bottom: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mainArea h2 {
  width: 560px;
  height: 236px;
  position: absolute;
  left: 50%;
  top: -215px;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.mainArea .-posaR {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .mainArea {
    min-height: inherit;
    padding-top: 0;
    background: #e0e0e0;
    padding-top: 55px;
  }
  .mainArea .-posaR {
    top: 20px !important;
    right: 30px !important;
    display: block !important;
  }
}

.mainAreaBg {
  width: 100%;
  height: 550px;
  background: url(../img/top_main_kv02.jpg) no-repeat center top;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (min-width: 769px) {
  .mainAreaBg::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 180px;
    bottom: 0;
    left: 0;
    background: -moz-linear-gradient(top, rgba(237,237,237,0) 0%, rgba(237,237,237,1) 100%);
    background: -webkit-linear-gradient(top, rgba(237,237,237,0) 0%,rgba(237,237,237,1) 100%);
    background: linear-gradient(to bottom, rgba(237,237,237,0) 0%,rgba(237,237,237,1) 100%);
/*    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ededed', endColorstr='#ededed',GradientType=0 ); //IE用 必要であればご利用ください*/
  }
}

.mainTabArea {
  background: rgba(255, 255, 255, 0.93);
  border-radius: 9px;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.1);
  width: 1040px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .mainTabArea {
    width: 100%;
    background: white;
  }
}

.tabheadArea {
  background: #ededed;
  padding: 10px 2px 0 20px;
}

@media screen and (max-width: 768px) {
  .tabheadArea {
    background: #fff;
    padding: 0;
    text-align: center;
  }
}

.tabheadArea h3 {
  float: left;
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: bold;
  width: 270px;
  margin-top: 5px;
}

@media screen and (max-width: 768px) {
  .tabheadArea h3 {
    float: none;
    font-size: 18px;
    font-size: 1.8rem;
    width: auto;
    margin-top: 0;
    padding: 20px 0;
    line-height: 1;
    position: relative;
    border-top: 3px solid #ea590b;
  }
}

.tabheadArea .mainTabList {
  float: right;
  width: 600px;
}

@media screen and (max-width: 768px) {
  .tabheadArea .mainTabList {
    float: none;
    width: 100%;
    background: #ededed;
    padding-top: 10px;
  }
}

.mainTabList {
  padding-right: 4px;
}

.mainTabList>li {
  width: 200px;
  float: left;
  margin-right: 2px;
  background: url(../img/tab_pcDgray.svg) no-repeat left top;
  background-size: 100%;
  text-align: center;
  padding: 15px 0 0;
  color: #fff;
  height: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
  font-weight: bold;
}

.mainTabList>li.-row2 {
  padding: 7px 0 0;
}

.mainTabList>li.-row2.-sp {
  padding: 15px 0 0;
  line-height: 1.3em;
}

.mainTabList>li>span {
  display: block;
  font-size: 12px;
  line-height: 1em;
  margin-top: 0;
  text-indent: -0.5em;
}

.mainTabList>li:hover {
  opacity: .7;
  -webkit-transition: .3s;
  transition: .3s;
}

.mainTabList>li.active {
  background: url(../img/tab_pcOrange.svg) no-repeat left top;
  background-size: 100%;
  color: white;
}

.mainTabList>li:nth-child(3) {
  margin-right: -4px;
}
/* --タブ切り替え制御変更
.mainTabList>li:nth-child(4) {
  margin-right: -4px;
  display: none;
}
*/
@media screen and (max-width: 768px) {
  .mainTabList>li {
    width: 33.333%;
  }
  .mainTabList>li:hover {
    opacity: 1;
  }
  .mainTabList>li.-row2.-sp {
    padding: 7px 0 0;
    line-height: 1.3em;
  }
}

.mainTabContList_item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
}

.mainTabContList_item.active {
  display: block;
}

.list_itemColumn3 {
  padding: 20px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.list_itemColumn3>li {
  float: left;
  width: 400px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 1px solid #E5E5E5;
  padding: 0 20px;
}

.list_itemColumn3>li:last-child {
  width: 240px;
  border-right: none;
}

@media screen and (max-width: 768px) {
  .list_itemColumn3>li {
    float: none;
    width: 100%;
    border-right: none;
  }
  .list_itemColumn3>li:last-child {
    width: 100%;
    margin-top: 20px;
  }
}

.list_itemColumn2 {
  padding: 20px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.list_itemColumn2>li {
  float: left;
  width: 800px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 1px solid #E5E5E5;
  padding: 0 20px;
}

.list_itemColumn2>li:last-child {
  width: 240px;
  border-right: none;
}

@media screen and (max-width: 768px) {
  .list_itemColumn2>li {
    float: none;
    width: 100%;
    border-right: none;
  }
  .list_itemColumn2>li:last-child {
    width: 100%;
  }
}

.top .selectList {
  width: 100%;
  border-top: none;
  border-left: none;
  border-right: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: inherit;
}

.top .selectList_itemWrap {
  position: relative;
}

.top .selectList_itemWrap.-sideIcon dl {
  width: 310px;
}

@media screen and (max-width: 768px) {
  .top .selectList_itemWrap.-sideIcon dl {
    width: 95%;
    width: calc(100% - 30px);
  }
}

@media screen and (max-width: 480px) {
  .top .selectList_itemWrap.-sideIcon dl {
    width: 90%;
    width: calc(100% - 30px);
  }
}

.top .selectList_itemWrap.-sideIcon .icon-switch {
  position: absolute;
  right: 10px;
  left: inherit;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 30px;
  font-size: 3.0rem;
}

.top .selectList_itemWrap.-sideIcon .icon-switch::before {
  color: #eb5001;
}

@media screen and (max-width: 768px) {
  .top .selectList_itemWrap.-sideIcon .icon-switch {
    font-size: 20px;
    font-size: 2.0rem;
    right: 0;
  }
}

.top .selectList_item {
  margin-bottom: 10px;
}

.top .selectList_item:last-child {
  margin-bottom: 0;
}

.top .selectList_item .icon-calendar::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(../img/iconset/calendar.svg) no-repeat left top;
  background-size: cover;
  position: absolute;
  right: 2px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

@media screen and (max-width: 768px) {
  .top .selectList_item {
    display: table;
  }
}

.top .selectList_item_box {
  background: #fff;
  border-radius: 4px;
}

.top .selectList_item_box.datepicker {
  background: none;
  width: 100%;
}

.top .selectList_item_box.datepicker select {
  background: #fff;
}

@media screen and (max-width: 768px) {
  .top .selectList_item_box.datepicker select {
    width: calc(116% - 50px);
  }
}

@media screen and (max-width: 480px) {
  .top .selectList_item_box.datepicker select {
    width: calc(116% - 40px);
  }
}

.top .selectList_item>dt {
  color: #000;
  width: 60px;
  border-bottom: none;
  padding: .9em 0 0 0;
  line-height: 1.2em;
  position: relative;
  display: table-cell;
}

.top .selectList_item>dt.-row2 {
  padding: .3em 0 0 0;
}

.top .selectList_item>dt .icon-information {
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0.3em;
  top: 2.4em;
}

.top .selectList_item>dd {
  border-bottom: none;
  padding: 0;
}

.top .selectList_item_innerWrap {
  width: 100%;
  margin-bottom: 10px;
}

.top .selectList_item_innerWrap:last-child {
  margin-bottom: 0;
}

.top .selectList_item_innerWrap_box {
  float: left;
}

.top .selectList_item_innerWrap_box:first-child {
  width: 20%;
}

.top .selectList_item_innerWrap_box:first-child p {
  margin-top: .7em;
}

.top .selectList_item_innerWrap_box:last-child {
  width: 80%;
}

@media screen and (max-width: 768px) {
  .top .selectList_item_innerWrap_box:first-child {
    width: 3em;
  }
  .top .selectList_item_innerWrap_box:last-child {
    width: 93%;
  }
}

@media screen and (max-width: 480px) {
  .top .selectList_item_innerWrap_box:last-child {
    width: 100%;
    width: calc(100% - 3em);
  }
}

.top .tabNum02 .selectList_item:nth-child(n+2) {
  border-top: 1px solid #e5e5e5;
  padding-top: 10px;
}

@media screen and (max-width: 768px) {
  .top .tabNum02 .selectList_item {
    margin-bottom: 20px;
  }
  .top .tabNum02 .selectList_item>dt {
    display: block;
  }
}

.top .tabNum02 .selectList_item_innerWrap_box:first-child {
  width: 15%;
}

.top .tabNum02 .selectList_item_innerWrap_box:first-child p {
  margin-top: .7em;
}

.top .tabNum02 .selectList_item_innerWrap_box:last-child {
  width: 85%;
}

@media screen and (max-width: 768px) {
  .top .tabNum02 .selectList_item_innerWrap_box:first-child {
    width: 5em;
  }
  .top .tabNum02 .selectList_item_innerWrap_box:last-child {
    width: 100%;
    width: calc(100% - 5em);
  }
}

.top .tabNum04 .favoritePlace {
  margin-bottom: 10px;
}

.top .tabNum04 .favoritePlace p:first-child {
  color: #000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: bold;
  margin-bottom: 5px;
}

.top .tabNum04 .topTabButtonWrap .txtLink {
  margin-top: 10px;
}

.top .selectList_item_box.-sideText {
  width: 84%;
}

@media screen and (max-width: 768px) {
  .top .selectList_item_box.-sideText {
    margin-right: 0;
    width: 95%;
    width: calc(100% - 30px);
  }
}

.topTabButtonWrap {
  position: relative;
}

.topTabButtonWrap .-noWrap a {
  padding: 9px 0;
}

.topTabButtonWrap:nth-child(n+2) {
  margin-top: 20px;
  padding-top: 15px;
}

.topTabButtonWrap.-borderTop::before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #e5e5e5;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.topTabButtonWrap .-textalineCenter {
  margin-bottom: 10px;
}

.topTabButtonWrap p {
  margin-bottom: 15px;
}

.topTabButtonWrap p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .topTabButtonWrap:nth-child(n+2) {
    padding-top: 20px;
  }
  .topTabButtonWrap.-borderTop::before {
    height: 5px;
    padding: 0 20px;
  }
}


/*============================================================================
 contArea
============================================================================*/
.top .wrapper {
  overflow: initial;
}
@media screen and (min-width: 768px) {
    .wrapper {
     min-width: 960px;
  }
  .top .wrapper {
    min-width: 1200px;
}
}
.top .wrapper .inner {
  width: 1140px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .top .wrapper .inner {
    width: 100%;
  }
  .btnArea_list.-column3 {
    padding-right: 0px;
  }
  .btnArea_list.-column3 .btnArea_list_item {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0px;
  }
}

.topContentsArea {
  position: relative;
  width: 1140px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .topContentsArea {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .top .contArea {
    padding-top: 30px;
  }
}

.top .contArea.-first {
  padding: 0;
}

@media screen and (max-width: 768px) {
  .top .contArea.-first {
    background: #e0e0e0;
    padding: 0 0 30px;
  }
}

.top .contArea.-padding0 {
  padding: 0;
}

.top .contArea.-width100per .inner {
  width: 100%;
  padding-top: 40px;
}

@media screen and (max-width: 768px) {
  .top .contArea.-width100per .inner {
    padding: 0 20px 60px;
  }
}

@media screen and (max-width: 768px) {
  .top .contArea.-spbgGray {
    background: #e0e0e0;
  }
}

.topcontBlock.-absolute {
  width: 300px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 50;
}

.topcontBlock.serchArea {
  top: 160px;
}

.topcontBlock.beginnerArea {
  top: 410px;
}

.topcontBlock.bnrArea {
  top: 880px;
}

@media screen and (max-width: 768px) {
  .topcontBlock.-absolute {
    width: 100%;
    position: inherit;
    top: inherit;
    right: inherit;
    padding-top: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .topcontBlock.serchArea {
    top: inherit;
  }
  .topcontBlock.beginnerArea {
    top: inherit;
  }
  .topcontBlock.bnrArea {
    top: inherit;
  }
}

.serchArea .contBlock {
  border-top: 3px solid #ea590b;
}

.serchArea li a {
  display: block;
  border-bottom: 1px solid #e5e5e5;
  padding: 25px 10px 25px 85px;
  position: relative;
}

.serchArea li a::before {
  color: #385a8c;
}

.serchArea li:nth-child(1) a {
  background: url(../img/iconset/map.svg) no-repeat left 20px center;
  background-size: 50px;
}

.serchArea li:nth-child(2) a {
  background: url(../img/iconset/company.svg) no-repeat left 20px center;
  background-size: 50px;
}

.serchArea li:nth-child(3) a {
  background: url(../img/iconset/bus_stop.svg) no-repeat left 20px center;
  background-size: 50px;
}

.serchArea li p {
  letter-spacing: -.4em;
}

.serchArea li p .-large {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  display: inline-block;
  letter-spacing: normal;
}

.serchArea li p .-small {
  font-weight: bold;
  vertical-align: top;
  display: inline-block;
  margin-top: 3px;
  letter-spacing: normal;
}

.beginnerArea .contBlock {
  padding: 20px;
}

.beginnerArea .contBlock>h4 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  position: relative;
  padding: 0 0 15px 25px;
  border-bottom: 1px dotted #bfbfbf;
  margin-bottom: 20px;
}

.beginnerArea .contBlock>h4 span {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 2px;
  left: 0;
}

.beginner_item {
  margin-bottom: 20px;
}

.beginner_item:last-child {
  margin-bottom: 0;
}

.beginner_item h4 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #eb5001;
  margin-bottom: 5px;
}

.beginner_item ul {
  margin-left: 15px;
}

@media screen and (max-width: 768px) {
  .bnrArea {
    padding: 30px 20px 0 !important;
    background: #e0e0e0;
    margin-top: 30px;
  }
  .bnrArea ul {
    padding-right: 30px;
  }
}

@media screen and (max-width: 480px) {
  .bnrArea ul {
    padding-right: 10px;
  }
}

.bnrArea_item {
  margin-bottom: 10px;
}

.bnrArea_item:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .bnrArea_item {
    float: left;
    width: 25%;
    margin-right: 10px;
    margin-bottom: 0;
  }
  .bnrArea_item:last-child {
    margin-right: -30px;
  }
}

@media screen and (max-width: 480px) {
  .bnrArea_item {
    width: 50%;
    margin-bottom: 10px;
  }
  .bnrArea_item:last-child {
    margin-right: 10px;
  }
  .bnrArea_item:nth-child(even) {
    margin-right: -10px;
  }
  .bnrArea_item:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
}

.topColumn2Area {
  padding-left: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 20px;
}

.topColumn2Area:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .topColumn2Area {
    padding-left: 0;
  }
}

.topColumn2List_item {
  float: right;
  width: 50%;
  margin-left: 40px;
}

.topColumn2List_item:first-child {
  width: 300px;
}

.topColumn2List_item:last-child {
  width: 800px;
  margin-left: -40px;
}

@media screen and (max-width: 768px) {
  .topColumn2List_item {
    float: none;
    width: 100%;
    margin-left: 0;
    padding-top: 15px;
  }
  .topColumn2List_item:first-child {
    width: 100%;
  }
  .topColumn2List_item:last-child {
    width: 100%;
    margin-left: 0;
  }
}

.contBlock_topPattern01 {
  background: #fff;
  border-radius: 3px;
  position: relative;
  overflow: hidden;
  border: 1px solid #666;
}

@media screen and (max-width: 768px) {
  .contBlock_topPattern01 {
    -webkit-box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.1);
    border: none;
  }
}

.contBlock_topPattern01_title {
  background: #666;
  color: #fff;
  height: 50px;
  padding-top: 10px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}

.contBlock_topPattern01_cont {
  padding: 20px 20px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.contBlock_topPattern01_cont p a {
  font-size: 18px;
  font-size: 1.8rem;
  color: #c00;
  font-weight: bold;
  border-bottom: 1px solid #c00;
}

@media screen and (max-width: 768px) {
  .contBlock_topPattern01_cont p a {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.top .contBlock_title {
  padding: 14px 0 0;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  height: 50px;
}

.top .contBlock_cont {
  padding: 15px 30px;
}

@media screen and (max-width: 768px) {
  .top .contBlock_cont {
    padding: 15px 20px;
  }
}

.contBlock_topPattern02 {
  width: 800px;
}

@media screen and (max-width: 768px) {
  .contBlock_topPattern02 {
    width: 100%;
  }
  .contBlock_topPattern02>.button {
    padding: 0 20px;
  }
}

.contBlock_topPattern02_title {
  position: relative;
  border-top: 3px solid #eb5001;
  border-bottom: 1px solid #e0e0e0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 20px;
  color: #000;
}

.contBlock_topPattern02_title h3 {
  font-weight: bold;
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  .contBlock_topPattern02_title {
    text-align: center;
  }
}

.contBlock_topPattern02_cont {
  padding-top: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .contBlock_topPattern02_cont {
    padding-top: 0;
    margin-bottom: 20px;
  }
  .contBlock_topPattern02_cont:last-child {
    margin-bottom: 0;
  }
}

.top .column3Area {
  padding-right: 0;
}

.top .column3List_item {
  margin-right: 0;
  margin-bottom: 0;
  padding: 0 40px 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-image: linear-gradient(to bottom, #e0e0e0, #e0e0e0 1px, transparent 1px, transparent 2px);
  background-size: 1px 3px;
  background-position: right;
  background-repeat: repeat-y;
}

@media screen and (max-width: 768px) {
  .top .column3List_item {
    padding: 10px 30px 10px 10px;
    background-image: linear-gradient(to right, #e0e0e0, #e0e0e0 1px, transparent 1px, transparent 2px);
    background-size: 3px 1px;
    background-position: bottom;
    background-repeat: repeat-x;
  }
}

.top .column3List_item:nth-child(3n) {
  background-image: none;
}

@media screen and (max-width: 768px) {
  .top .column3List_item:nth-child(3n) {
    background-image: linear-gradient(to right, #e0e0e0, #e0e0e0 1px, transparent 1px, transparent 2px);
  }
}

.top .column3List_item.busStop_item {
  margin-bottom: 10px;
}

.top .column3List_item.busStop_item:nth-last-child(-n+3) {
  margin-bottom: 0;
}

.top .column3List_item.busStop_item p {
  height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 10px;
}

.top .column3List_item.busStop_item p.-row2 {
  padding-top: 0;
}

@media screen and (max-width: 768px) {
  .top .column3List_item.busStop_item {
    margin-bottom: 0;
  }
  .top .column3List_item.busStop_item p {
    height: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 0;
  }
  .top .column3List_item.busStop_item p.-row2 {
    padding-top: 0;
  }
}

.top .column3List_item a {
  display: block;
}

.top .column3List_item a.icon-arrow_right::before {
  color: #385a8c;
  right: 15px;
}

@media screen and (max-width: 768px) {
  .top .column3List_item a.icon-arrow_right::before {
    right: 10px;
  }
}

.top .column3List_item p {
  line-height: 1.4;
  color: #385a8c;
}

.top .column3List_item p.date {
  color: #e0e0e0;
  font-size: 10px;
  font-size: 1.0rem;
  margin-top: 5px;
  font-weight: bold;
}

.top .button.-posaRight {
  right: 20px;
}

.top .button.-posaRight .-widthSmall {
  width: 100px;
  padding: 4px 30px 4px 10px;
  height: 30px;
}

@media screen and (max-width: 768px) {
  .top .button.-posaRight {
    right: inherit;
  }
}


/*============================================================================ slider
============================================================================*/

.top .bnrSliderArea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0;
  position: relative;
  background: #ededed;
  margin-top: 20px;
}

.top .bnrSliderArea::before {
  content: '';
  display: block;
  width: 100%;
  height: 1.5px;
  background: #cccccc;
  position: absolute;
  left: 0;
  top: -20px;
}

.top .slick-slide {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
}

.top .slick-arrow {
  width: 70px;
  height: 70px;
  z-index: 10;
}

.top .slick-arrow.slick-prev:before, .top .slick-arrow.slick-next:before {
  content: '';
  display: none;
}

.top .slick-arrow.slick-prev {
  left: 0px;
}

.top .slick-arrow.slick-next {
  right: 0px;
}

.top .slick-dotted.slick-slider {
  margin-bottom: 0;
  width: 730px;
  left: 35px;
}

.top .slick-dots {
  bottom: 18px;
  letter-spacing: -.4em;
}

.top .slick-dots>li {
  letter-spacing: normal;
  width: 12px;
  height: 12px;
  margin: 0 8px 0 0;
  padding: 0;
  border: 1px solid #666;
  border-radius: 100px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.top .slick-dots>li:last-child {
  margin: 0;
}

.top .slick-dots>li.slick-active {
  background: #666;
}

.top .slick-dots>li button {
  border-radius: 100px;
  padding: 0;
  width: 10px;
  height: 10px;
}

.top .slick-dots li button:before {
  display: none;
}


/* article.content
----------------------------------------------------------------------------*/


/* aside.sidebar
----------------------------------------------------------------------------*/


/*============================================================================
 footer
============================================================================*/

.footerArea {
  background: #666;
  position: relative;
}

.footerCont {
  padding: 40px 0 30px;
  color: #fff;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.footerCont h2, .footerCont h3 {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 20px;
}

.footer_simple .footerCont {
  padding: 0;
}

.footerList {
  letter-spacing: -.4em;
  margin-bottom: 5px;
}

.footerList:last-child {
  margin-bottom: 0;
}

.footerList_item {
  letter-spacing: normal;
  display: inline-block;
  margin-right: 10px;
}

.footerList_item>a {
  color: #fff;
  border-bottom: 1px solid;
}

.footerList_item:last-child {
  margin-right: 0;
}

.copyRight {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  font-size: 12px;
  color: rgba(178, 178, 178, 0.5);
  text-align: center;
  padding: 20px 0;
}

.footer_simple .copyRight {
  border-top: none;
}

#chatSupport {
  position: fixed;
  left: 50%;
  bottom: 35px;
  transform: translate(-50%, 0);
  margin-left: -480px;
  z-index: 50;
}

@media screen and (max-width: 1030px) {
  #chatSupport {
  left: 58px;
  margin-left: inherit;
  }
}

@media screen and (max-width: 768px) {
  #chatSupport {
    left: 5px;
    transform: inherit;
  }
}

#chatSupport a {
  transition: .3s;
  font-size: 10px;
  display: block;
  width: 95px;
  height: 50px;
  background: #21a398;
  border-radius: 100px;
  box-sizing: border-box;
  padding: 14px 12px 10px;
}

#chatSupport a:hover {
  opacity: .8;
  transition: .3s;
}

#chatSupport li:first-child {
  width: 25px;
  margin-right: 4px;
}

#chatSupport li {
  float: left;
  color: #fff;
  font-weight: bold;
  line-height: 1.2em;
  text-align: left;
}

#pageTop {
  font-size: 50px;
  position: fixed;
  right: 0%;
  bottom: 20px;
  width: 50px;
  height: 50px;
  line-height: 1em;
  -webkit-transform: translate(50%, 0);
  transform: translate(50%, 0);
  margin-right: 40px;
  z-index: 50;
}

@media screen and (max-width: 1030px) {
  #pageTop {
    right: 40px;
    margin-right: inherit;
  }
}

@media screen and (max-width: 768px) {
  #pageTop {
    right: 15px;
    -webkit-transform: inherit;
    transform: inherit;
  }
}

#pageTop a {
  -webkit-transition: .3s;
  transition: .3s;
}

#pageTop a:hover {
  opacity: .8;
  -webkit-transition: .3s;
  transition: .3s;
}


/*----------------------------------------------------------------------------

PRO add
----------------------------------------------------------------------------*/

.button.disable {
  background: #e0e0e0;
}

.button.disable>a {
  background: #e0e0e0;
  pointer-events: none;
}

.disable a:hover, .disable button:hover {
  -webkit-transition: .0s;
  transition: .0s;
  opacity: 1;
}

:disabled {
  background-color: #e0e0e0 !important;
}

select:disabled, input:disabled {
    cursor: default;
}

input+label.radioButton_label::before, input+label.checkBox_label::before {
  z-index: 2;
}

input+label.radioButton_label::after, input+label.checkBox_label::after {
  background-color: #FFF !important;
  z-index: 1;
}

input:disabled+label.radioButton_label::after, input:disabled+label.checkBox_label::after {
  background-color: #e0e0e0 !important;
  z-index: 1;
}

a.txtLink.disabled {
  pointer-events: none;
  color: #000;
}

a.txtLink.disabled span {
  text-decoration: none;
}

.disable_input {
  cursor: default;
}

.disable_input>label {
  cursor: default;
}

.disable_input:hover label.radioButton_label::after, .clickTrigger:hover label.checkBox_label::after, label.radioButton_label:hover::after, label.checkBox_label:hover::after {
  border-color: #cccccc;
}

/* モーダル表示するプルダウンのdisable時設定 */
.selectList_item_box.disable .selectList_item_modal {
  background: #e0e0e0;
  cursor: default;
}

.selectList_item_box.disable.icon-arrow02_bottom::before {
  z-index: 1;
}

@media screen and (min-width: 768px) {
  ul.iconArea.column2-3 {
    display: table;
    width: 100%;
  }

  ul.iconArea.column2-3 > li:nth-child(3n+1) {
    clear: both;
  }

  ul.iconArea.column2-3 > li {
    display: table-cell;
    float: left;
    width: calc(33% - 60px);
  }
}

@media screen and (max-width: 768px) {
  ul.iconArea.column2-3 {
    display: table;
    width: 100%;
  }

  ul.iconArea.column2-3 > li:nth-child(2n+1) {
    clear: both;
  }

  ul.iconArea.column2-3 > li {
    display: table-cell;
    float: left;
    width: calc(50% - 45px);
    height: 50px;
  }
}
@media screen and (max-width: 320px) {
  ul.iconArea.column2-3 > li {
    width: calc(100% - 25px);
    height: 50px;
  }
}

/* タブのdisableスタイル */
.selectArea_tab_item.disable {
  color: #e0e0e0;
  cursor: default;
}

/* SPの予約不要ボタン */
.contBlock_spTable_colmun_item_inner .button.-inactive * {
    background: #e0e0e0;
    height: inherit;
    padding: 12px 0 10px;
    line-height: 1;
}

@media screen and (max-width: 768px) {
  .selectList.-spColumn4 {
    float: left;
  }
  .selectList_item.-spColumn4 {
    display: table;
    float: left;
    width: 50%;
  }
  .selectList_item.-spColumn4:nth-child(2n+1) {
    clear: both;
  }
  .selectList_item.-spColumn4>dt {
    display: table-cell;
    width: 30%;
    padding: 10px;
  }
  .selectList_item.-spColumn4>dd {
    display: table-cell;
    padding: 10px;
  }
  .selectList_item.-spColumn4>dd.-pd0 {
    padding: 0;
  }
  .selectList_item.-spColumn4.-soldOut::after {
    content: '';
    display: block;
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
  }
  .selectList_item.-spColumn4.-combin {
    clear: both;
    width: 100%;
  }
  .selectList_item.-spColumn4.-combin>dt {
    width: 15%;
  }
}

/* 便一覧などの人数セレクトボックス表示幅 */
@media screen and (min-width: 768px) {
.spColumn2Area.-pdr60 {
    padding-right: 60px;
}
.spColumn2Area.-pdr60 .spColumn2List_item {
    margin-right: 60px;
}
.spColumn2Area.-pdr60 .spColumn2List_item:nth-child(even) {
    margin-right: -60px;
  }

  .selectList_item_box.datepicker {
      overflow: visible;
  }
}

/* footer固定対応 */
div.container {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 60px);
  background: #ededed;
}

footer {
  margin-top: auto;
}
@media screen and (min-width: 768px) {
  /* Topページ以外の場合 */
  footer {
    min-width: 960px;
  }

  /* Topページの場合 */
  .footer_index footer {
    min-width: 1200px;
  }
}
/* Topご利用案内 */
.topcontBlock.guideArea {
  top: 410px;
}

.guideArea .contBlock {
  border-top: 3px solid #ea590b;
}

.guideArea li a {
  display: block;
  border-bottom: 1px solid #e5e5e5;
  padding: 25px 10px 25px 85px;
  position: relative;
}

.guideArea li a::before {
  color: #385a8c;
}

.guideArea li:nth-child(1) a {
/*  background: url(../img/iconset/guide.svg) no-repeat left 20px center; */
  background-size: 50px;
}

.guideArea li p {
  letter-spacing: -.4em;
}

.guideArea li p .-large {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  display: inline-block;
  letter-spacing: normal;
}

.guideArea li p .-small {
  font-weight: bold;
  vertical-align: top;
  display: inline-block;
  margin-top: 3px;
  letter-spacing: normal;
}

/* inactve button */
.button.-inactive * {
  background: #cccccc;
}

/* infoTable */
.infoTable {
    overflow-x: hidden;
}

.infoTable table {
    border-spacing: 0;
    border-top: 1px solid #E0E0E0;
    table-layout: fixed;
    word-wrap: break-word;
}

@media screen and (max-width: 768px) {
.infoTable {
     overflow-x: scroll;
}
}

.infoTable .infoTitle th{
    width: 100px;
    color: #000;
    background-color: #EFF1F2;
    padding: 10px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #E0E0E0;
    border-right: 1px solid #E0E0E0;
    font-size: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
    font-weight: normal;
}

.infoTable td{

    width: 80px;
    color: #000;
    padding: 10px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #E0E0E0;
    border-right: 1px solid #E0E0E0;
    font-size: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
    font-weight: normal;
}

.column2List_item.-wide60 .column2List_item p {
  border-bottom: 1px solid #E0E0E0;
  margin-bottom: 5px;
}

.cont_new::before {
  content: "NEW";
  border: 1px solid #eb5001;
  border-radius: 100px;
  color: #eb5001;
  font-size: 10px;
  padding: 0px 5px;
  margin-right: 5px;
}

.cms_contents a {
  text-decoration: underline;
  color: #385a8c;
}

.cancel_limit {
  font-weight: bold;
  font-size: 16px;
  color: #cc0000;
}

.information_area {
  background-color: #E0E0E0;
}

@media print{
    div.container {
        display: block !important;
        overflow: visible !important;
    }
    body {
        display: block !important;
        overflow: visible !important;
    }

    .js-hiraku-header-fixe,
    .headerBarTop,
    .memberArea,
    .gNav{
        position: static !important;
        width:100% !important;
    }
    header{
        height : auto !important;
    }
    .container{
        margin-top : 0 !important;
    }

    iframe.ul-widget-main-window{
        display: none !important;
    }
}
/*----------------------------------------------------------------------------

2019/7,2019/8 kuzuya add
----------------------------------------------------------------------------*/
  /* 条件付き運行 */
  .ServiceInfoLabel {
    display: inline;
    border: solid 2px red;
    color: red;
    padding: 1px 2px 1px 2px;
    font-size: 1.1rem;
    font-weight: bold;
  }

  .ServiceInfoLabelsupplement {
    color: red;
    font-weight: bold;
  }

  .ServiceInfoLabelList {
    display: inline;
    border: solid 2px red;
    color: red;
    padding: 1px 2px 1px 2px;
    font-size: 1.1rem;
    font-weight: bold;
    margin-left: 5px;
  }

  /* 運賃プランポップアップ */
  .PopUpblocks {
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
  }
  .PopUpblock {
  display: flex;
  flex-direction: column;
  width: 30%;
  }
  .PopUpblockline1 {
  font-size: 18px;
  }
  .PopUpblockline2 {
  margin-top: auto;
 }
  .PopUpblockItem {
  font-size: 18px;
  }

@media screen and (max-width: 768px) {
  .PopUpblocks {
  display: flex;
  flex-direction: column;
  margin-bottom: 0px;
  }
  .PopUpblock {
  margin-bottom: 15px;
  width: auto;
  }
  .PopUpblockline1 {
  font-size: 16px;
  }
  .PopUpblockItem {
  font-size: 16px;
  }
}

  /* 複数バス停 */
.contBlock_tabCont_pc .timeList_table td {
  width: 145px;
}

.contBlock_tabCont_pc .timeList_table td:first-child {
  width: 195px;
}

.contBlock_tabCont_pc .timeArea2 {
  float: left;
  width: 485px;
}

.contBlock_tabCont_pc .planArea2 {
  float: left;
  width: 410px;
}

.contBlock_tabCont_pc .planList_planPrice_multibusstop td {
  position: relative;
  width: 100px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  overflow: hidden;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  vertical-align: top;
}

.contBlock_tabCont_pc .planList_planPrice_multibusstop td:last-child {
  border-right: none;
}

.contBlock_tabCont_pc .planList_planPrice_multibusstop td.-bgGreen {
  background: #C8E6C9;
}

.contBlock_tabCont_pc .planList_planPrice_multibusstop td.-bgBlue {
  background: #E3F2FD;
}

.contBlock_tabCont_pc .planList_planPrice_multibusstop td.-soldOut::after {
  content: '';
  display: block;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  padding-top: 100%;
}

.contBlock_tabCont_pc .planList_planPrice_multibusstop td a {
  display: block;
  background: #385a8c;
  color: #fff;
  padding: 10px 5px;
  border-radius: 3px;
  line-height: 1.2em;
}

.contBlock_tabCont_pc .planList_planPrice_multibusstop td a span {
  font-size: 12px;
  font-size: 1.2rem;
  display: block;
}

.contBlock_tabCont_pc .planList_planPrice_multibusstop.-soldOut td::after {
  content: '';
  display: block;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  padding-top: 100%;
}

.contBlock_tabCont_pc .planList_planTitle_multibusstop_left th {
  height: 24px;
  color: #fff;
  background-color: #646666;
  padding: 10px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 1px solid #000;
  font-size: 12px;
  overflow: hidden;
  white-space: nowrap;
  text-align: center;
  position: relative;
}

.contBlock_tabCont_pc .planList_planTitle_multibusstop_left th:first-child {
    width: 195px;
}

.contBlock_tabCont_pc .planList_planTitle_multibusstop_right .wayListName {
  width: 100px;
  height: 100%;
  color: #fff;
  background-color: #646666;
  padding: 10px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 1px solid #000;
  font-size: 12px;
  overflow: hidden;
  white-space: nowrap;
  text-align: center;
  position: relative;
}

.contBlock_tabCont_pc .planList_planTitle_multibusstop_left th:first-child {
  border-left: 1px solid #000;
}

.contBlock_tabCont_pc .planList_planTitle_multibusstop_left th:last-child {
  border-right: none;
}

.contBlock_tabCont_pc .planList_planTitle_multibusstop_right .wayListName:last-child {
  border-right: none;
}

.contBlock_tabCont_pc .planList_planTitle_multibusstop_right .wayListName img {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 20px;
  height: 20px;
  display: block;
}

.contBlock_tabCont_pc .planList_item_titleleft {
  overflow-x: hidden;
  -webkit-box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.3) inset;
  box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.3) inset;
  border-left: 1px solid #E0E0E0;
  border-right: 1px solid #E0E0E0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.contBlock_tabCont_pc .planList_item_titleleft table {
  border-spacing: 0;
  width: 100%;
  table-layout: fixed;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.contBlock_tabCont_pc .timeList_item table {
  border-spacing: 0;
  border-bottom: 1px solid #000;
}

.contBlock_tabCont_pc .timeList_txt04 {
  font-size: 14px;
  color: #eb5001;
  line-height: 1.7em;
  font-weight: bold;
  padding-top: 5px;
}

.contBlock_tabCont_pc .timeList_txt05 {
  font-size: 18px;
  font-size: 2.5rem;
  color: #eb5001;
  line-height: 0.8em;
  border-top: 1px solid #E0E0E0;
  position: absolute;
  bottom: 4px;
  width: 125px;
}

.contBlock_tabCont_pc .timeList_txt05 span {
  font-size: 14px;
  font-size: 1.4rem;
}

.contBlock_tabCont_pc .timeList_txt06 {
  border-top: 1px solid #E0E0E0;
  min-height: 22px;
}

.contBlock_tabCont_pc .timeList_txt07 {
  width: 135px;
  font-size: 15px;
  color: #eb5001;
  line-height: 1.7em;
  font-weight: bold;
  display: table-cell;
  text-align:center;
  vertical-align: middle;
}
.contBlock_tabCont_pc .timeList_txt07 p {
  margin-bottom: 51px;
}
#clearstyle {
  padding: 0px 10px !important;
  position: static !important;
  padding-bottom: unset !important;
}

 /* プラン選択モーダルウィンドウ　乗降バス停・発着時刻・便名 */
#PC_popup_1 {
    border: none;
    font-size: 12px;
}
#PC_popup_1 dt {
    width:180px;
    padding: 5px 10px;
}
#PC_popup_1 dd {
    padding: 5px 10px;
}
#PC_popup_2 {
    max-height: 180px;
}
#SP_popup_1 {
    border: none;
    font-size: 12px;
}
#SP_popup_1 dt {
    min-width: 90px;
    padding: 5px 10px;
}
#SP_popup_1 dd {
    padding: 5px 10px;
}
/*------------------- 2019/7,2019/8 kuzuya add end -------------------*/
/*# sourceMappingURL=layout.css.map */
