@charset "utf-8";

/* -------------------------------------------------- */
/*  common
/* -------------------------------------------------- */

html {
  width: 100%;
  height: 100%;
  background: #f9f9f9; }
body {
  width: 100%;
  line-height: 1.2;
  font-size: 16px;
  font-family: /*"Sawarabi Gothic", "M PLUS 1p", "M PLUS Rounded 1c",*/ "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 500;
  background: #f9f9f9;
  color: #333; }
.min {
  font-family: "Sawarabi Mincho", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
.got {
  font-family: /*"Sawarabi Gothic", "M PLUS 1p", "M PLUS Rounded 1c",*/ "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif; }
a {
  cursor: pointer;
  color: #777;
  word-break: break-all; }
a:hover {
  opacity: 0.9; }
a.noUnder {
  text-decoration: none; }
.material-icons {
  display: inline-flex;
  vertical-align: middle;
  margin-right: 5px;
  font-size: 16px; }
.bold {
  font-weight: bold; }
.weightNormal {
  font-weight: normal; }
.small {
  font-size: 85% !important; }
.normal {
  font-size: 16px !important; }
.large {
  font-size: 130% !important; }
.flexAround {
  display: flex;
  justify-content: space-around; }
.flexBetween {
  display: flex;
  justify-content: space-between; }
.flexStart {
  display: flex;
  justify-content: flex-start; }
.flexEnd {
  display: flex;
  justify-content: flex-end; }
.coOrange {
  color: orange; }
.coRed {
  color: #bb1f24; }
.coGreen {
  color: rgb(140, 198, 63); }
.coBlue {
  color: #3fa9f5; }
.coBlue2 {
  color: #369; }
.coDblue {
  color: #036; }
.coWhite {
  color: #fefefe; }
.bgWhite {
  background: #fefefe; }
.bgGreen {
  background: #5cb85c !important;
  color: #fff; }
.bgRed {
  background: #bb1f24;
  color: #fff; }
.bgOrange {
  background-color: #fce4c3; }
.bgOrangeBdr {
  background-color: #fce4c3;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #fbecd8), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #fbecd8),color-stop(.75, #fbecd8), color-stop(.75, transparent),to(transparent));
  -webkit-background-size: 14px 14px; }
.addShadow {
  box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.1); }
.addShadowDrop {
  -webkit-filter: drop-shadow(2px 0 2px #555); }
.addShadowDropWhite {
  -webkit-filter: drop-shadow(3px 3px 0 #f9f9f9); }
.addRadius {
  border-radius: 3px; }
.txtLeft {
  text-align: left !important; }
.txtCenter {
  text-align: center !important; }
.txtRight {
  text-align: right !important; }
img {
  vertical-align: bottom; }
table {
  width: 100%; }
ul {
  list-style: none; }
summary {
  list-style: none; }
/* PC */
@media screen and (min-width: 1024px) {
  .spOnly {
    display: none !important; }
  .noWrapPc {
    white-space: nowrap; }
  .cmnWrap {
    width: 100%;
    min-width: 1200px; }
  .cmnWidth {
    width: calc(1200px - 12px - 12px);
    margin: 0 auto; }
  .smlWidth {
    width: 1100px;
    margin: 0 auto; }
  @media screen and (max-width: 1024px) {
    .cmnWrap {
      min-width: 1024px; }
    .cmnWidth {
      width: calc(1024px - 12px - 12px);
      margin: 0 auto; }
    .smlWidth {
      width: 924px;
      margin: 0 auto; } } }
/* SP */
@media screen and (max-width: 1023px) {
  body, .normal {
    font-size: 3.25vw !important; }
  .pcOnly {
    display: none !important; }
  .spLeft {
    text-align: left !important; }
  img.strc {
    width: 100%; }
  .noWrapSp {
    white-space: nowrap; }
  .cmnWrap {
    width: 100%; }
  .cmnWidth, .smlWidth {
    width: calc(100% - 1.5vw - 1.5vw);
    margin: 0 auto; } }

/* -------------------------------------------------- */
/*  header
/* -------------------------------------------------- */

/* PC/SP共通 固定------------------------------ */
header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100; }

/* PCヘッダー ------------------------------ */
header .pcOnly {
  background: #f9f9f9; }
header .pcOnly .fixed {
  align-items: center; }
header .pcOnly .fixed h1 img {
  height: 60px; }
header .pcOnly .fixed .material-icons {
  font-size: 26px; }
header .pcOnly .fixed a {
  text-decoration: none;
  color: #333; }
header .pcOnly .fixed > p {
  flex-grow: 1; }
header .pcOnly .fixed > div {
  margin-left: 2em; }

/* PC/SP共通 言語切り替え ------------------------------ */
header .fixed details {
  position: relative;
  min-width: 115px;
  cursor: pointer; }
header .fixed details summary:hover {
  opacity: 0.9; }
header .fixed details ul {
  position: absolute;
  top: 26px;
  left: 0;
  z-index: 10;
  width: 100%; }
header .fixed details[open] ul {
  animation: fadeIn 0.5s ease; }
header .fixed details ul a {
  display: block;
  width: 100%; }
header .fixed details ul a li {
  width: calc(100% - 26px - 5px);
  background: #f9f9f9;
  padding-left: calc(26px + 5px);
  line-height: 60px;
  border-bottom: 1px solid #ddd; }
header .fixed details ul a:first-child li {
  margin-top: 17px;
  border-top: 1px solid #ddd; }
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(-10px); }
  100% {
    opacity: 1;
    transform: none; } }

/* SPヘッダー ------------------------------ */
header .spOnly {
  background: #f9f9f9; }
header .spOnly .fixed {
  align-items: center; }
header .spOnly .fixed h1 {
  margin: 5px 12px 5px 0; }
header .spOnly .fixed h1 img {
  height: 30px; }
header .spOnly .fixed .material-icons {
  font-size: 22px; }
header .spOnly .fixed a {
  text-decoration: none;
  color: #333; }
header .spOnly .fixed #usermenu {
  margin-right: 35px; }
header .spOnly .fixed details {
  min-width: 24vw; }
header .spOnly .fixed details ul a li {
  line-height: 40px; }
header .spOnly .fixed details ul a:first-child li {
  margin-top: 5px; }

/* SPメニュー ------------------------------ */
header .spMenu > input[type=checkbox] {
  display: none; }
header .spMenu > input[type=checkbox] + label:before {
  font-family: "Material Icons";
  content: "menu";
  display: block;
  padding: 2px;
  position: fixed;
  top: 5px;
  right: 5px;
  z-index: 1000000000000;
  font-size: 26px;
  color: #fff;
  background: #bb1f24;
  line-height: 1; }
header .spMenu > input[type=checkbox]:checked + label:before {
  font-family: "Material Icons";
  content: "clear";
  border-radius: 50%;
  animation: 1s radius ease; }
header .spMenu > input[type=checkbox] ~ div.contentWrap {
  display: none;
  position: absolute; }
header .spMenu > input[type=checkbox]:checked ~ div {
  display: block;
  padding: 0;
  width: 320px;
  height: 100%;
  position: fixed;
  top: 0;
  left: calc(100% - 320px);
  z-index: 9000;
  color: #000;
  font-size: 14px;
  background: #fff;
  opacity: 1;
  animation: 1s menuIn ease;
  overflow-y: scroll; }
header .spMenu .menuArea {
  border-top: 1px solid #ccc;
  margin: 40px 0 2em; }
header .spMenu .menuArea a {
  color: #000;
  text-decoration: none; }
header .spMenu .menuArea a.direct,
header .spMenu .menuArea label {
  text-align: left;
  display: block;
  border-bottom: 1px solid #ccc;
  padding: 1em 1.5em;
  margin-bottom: 0; }
header .spMenu .menuArea a.direct:before,
header .spMenu .menuArea label:before {
  content: "";
  display: inline-block;
  margin-right: 1em; }
header .spMenu .menuArea a.direct:before {
  background: url(../image/ico_edgeLink.gif);
  width: 8px;
  height: 12px;
  margin-left: 2.5px;
  margin-right: calc(1em + 2.5px); }
header .spMenu .menuArea label:before {
  background: url(../image/ico_plus.gif);
  width: 13px;
  height: 13px; }
header .spMenu .menuArea input[name="menu_radio"] {
  display: none; }
header .spMenu .menuArea ul {
  display: none; }
header .spMenu .menuArea input[name="menu_radio"]:checked + label:before {
  background: url(../image/ico_minus.gif); }
header .spMenu .menuArea input[name="menu_radio"]:checked + label + ul {
  display: block;
  border-bottom: 1px solid #ccc;
  margin: 0;
  padding: 0; }
header .spMenu .menuArea input[name="menu_radio"]:checked + label + ul li {
  text-align: left;
  padding: 1em 1em 1em 2.25em;
  background: #f4f4f4; }
header .spMenu .menuArea input[name="menu_radio"]:checked + label + ul a:not(:last-child) li {
  border-bottom: 1px dashed #ccc; }
@keyframes menuIn {
  0% {
    opacity: 0;
    margin-left: 100%; }
  100% {
    opacity: 1;
    margin-left: 0; } }
@keyframes radius {
  0% {
    border-radius: 0; }
  100% {
    border-radius: 50%; } }

/* -------------------------------------------------- */
/*  index
/* -------------------------------------------------- */

/* メインエリア ------------------------------ */
main {
  background: #f9f9f9;
  padding-top: 100px;
  padding-bottom: 4em; }
main.index {
  padding-top: 60px; }
@media screen and (max-width: 1023px) {
  main {
    padding-top: calc(40px + 1.75em); }
  main.index {
    padding-top: 40px; } }

/* スライドショー ------------------------------ */
main .slideWrap {
  background: url(../image/bkstar.gif) repeat; }
main .slideWrap .slide {
  position: relative;
  padding: 20px 0; }
main .slideWrap .slide .chara {
  position: absolute;
  bottom: 5px;
  right: -35px; }
main .slideWrap .slide .chara img {
  width: 300px; }
main .slideWrap .slide .message {
  position: absolute;
  bottom: 50px;
  left: 40px; }
main .slideWrap .slide .message span {
  background: #f9f9f9;
  padding: 15px;
  margin-bottom: 10px;
  display: inline-block; }
@media screen and (max-width: 1023px) {
  main .slideWrap img {
    width: 100% }
  main .slideWrap .slide {
    width: calc(100% - 2vw - 2vw);
    margin: 0 auto;
    padding: 2vw 0; }
  main .slideWrap .slide .message {
    bottom: 3vw;
    left: 2vw; }
  main .slideWrap .slide .message span {
    padding: 1vw;
    margin-bottom: 1.5vw;
    font-size: 3vw !important; } }

/* キャラクター付き見出し（共通） ------------------------------ */
.headingDog, .headingCat {
  font-size: 30px;
  margin-bottom: 1em;
  padding-left: 78px;
  position: relative; }
.headingDog:before {
  background: url(../image/chara/02.png); }
.headingCat:before {
  background: url(../image/chara/03.png); }
.headingDog:before, .headingCat:before {
  position: absolute;
  top: -14px;
  left: -11px;
  display: block;
  content: "";
  background-size: cover;
  height: 60px;
  width: 78px; }
@media screen and (max-width: 1023px) {
  .headingDog, .headingCat {
    font-size: 5vw;
    padding-left: 16vw; }
  .headingDog:before, .headingCat:before {
    top: -3vw;
    left: 0;
    height: 11vw;
    width: 15vw; } }

/* お知らせエリア ------------------------------ */
main .infoWrap .info {
  background: #bb1f24;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #c4292e), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #c4292e),color-stop(.75, #c4292e), color-stop(.75, transparent),to(transparent));
  -webkit-background-size: 14px 14px;
  color: #f9f9f9;
  margin-top: 2em;
  padding: 0.75em 0;
  position: relative; }
main .infoWrap .info .headingDog {
  margin-bottom: 0; }
main .infoWrap .info .headingDog:before {
  top: -21px; }
main .infoWrap .info .bold {
  margin-right: 5px; }
main .infoWrap .info a {
  color: #f9f9f9; }
main .infoWrap .info:after {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 43px;
  width: 43px;
  font-size: 43px;
  line-height: 1;
  font-family: "Material Icons";
  content: "chevron_right";
  display: block; }
@media screen and (max-width: 1023px) {
  main .infoWrap .info {
    background: none;
    color: #bb1f24;
    margin-top: 0;
    padding: 0;
    position: relative; }
  main .infoWrap .info a {
    color: #777; }
  main .infoWrap .info:after {
    display: none; }
  main .infoWrap .info .headingDog {
    border: 1px solid #bb1f24;
    margin-top: 2vw;
    padding: 2vw; }
  main .infoWrap .info .headingDog:before {
    display: none; } }

/* 各種検索＋タイルメニュー ------------------------------ */
/* 出発エリア */
main .searchWrap .searchDep {
  width: calc(40% - 3em);
  margin-top: 3em;
  margin-right: 3em; }
/* 条件設定 */
main .searchWrap .searchTer {
  width: 60%;
  margin-top: 3em; }
main .searchWrap .searchTer .terms {
  align-items: center;
  background: #fce4c3;
  padding: 0.75em; }
main .searchWrap .searchTer .terms > div {
  margin-right: 0.5em; }
main .searchWrap .searchTer .dep,
main .searchWrap .searchTer .arr {
  padding: 3px 10px;
  width: 100%;
  background: #fff; }
main .searchWrap .searchTer .dep label,
main .searchWrap .searchTer .arr label {
  margin-right: 3px;
  font-size: 12px; }
main .searchWrap .searchTer .date {
  padding: 3px 10px;
  min-width: 7.5em;
  background: #fff; }
main .searchWrap .searchTer .switch a span:before {
  font-size: 25px;
  display: block;
  font-family: "Material Icons";
  content: "sync_alt"; }
main .searchWrap .searchTer .submit {
  margin-right: 0 !important;
  min-width: 4em; }
main .searchWrap .searchTer .submit a {
  display: block;
  padding: 11px 0.75em; }
/* タイルメニュー */
main .searchWrap .searchTer .tile {
  margin-top: 2em;
  flex-wrap: wrap; }
main .searchWrap .searchTer .tile > a,
main .searchWrap .searchTer .tile > p {
  display: block;
  background: #fefefe;
  box-shadow: 5px 5px #fce4c3;
  margin-top: 2em;
  margin-right: 2em;
  width: calc((100% / 3) - (4em / 3)); }
main .searchWrap .searchTer .tile > a:nth-child(1),
main .searchWrap .searchTer .tile > p:nth-child(1),
main .searchWrap .searchTer .tile > a:nth-child(2),
main .searchWrap .searchTer .tile > p:nth-child(2),
main .searchWrap .searchTer .tile > a:nth-child(3),
main .searchWrap .searchTer .tile > p:nth-child(3) {
  margin-top: 0; }
main .searchWrap .searchTer .tile > a:nth-child(3n),
main .searchWrap .searchTer .tile > p:nth-child(3n) {
  margin-right: 0; }
main .searchWrap .searchTer .tile img {
  height: auto;
  width: 100%; }
main .searchWrap .searchTer .tile > p {
  padding: 10px;
  width: calc((100% / 3) - (4em / 3) - 20px);
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center; }
main .searchWrap .searchTer .tile > p > a {
  display: block;
  width: 100%; }
@media screen and (max-width: 1023px) {
  main .searchWrap .search {
    flex-direction: column; }
  main .searchWrap .searchDep {
    width: 100%;
    margin-top: 5.5vw;
    order: 2; }
  main .searchWrap .searchTer {
    width: 100%;
    margin-top: 5.5vw;
    order: 1; }
  main .searchWrap .searchTer .terms {
    padding: 1em;
    justify-content: center;
    flex-wrap: wrap; }
  main .searchWrap .searchTer .terms > div {
    margin-right: 0; }
  main .searchWrap .searchTer .dep,
  main .searchWrap .searchTer .arr {
    padding: 1vw 2.5vw;
    width: 40%; }
  main .searchWrap .searchTer .dep label,
  main .searchWrap .searchTer .arr label {
    font-size: 3vw; }
  main .searchWrap .searchTer .switch {
    width: 8.95%;
    text-align: center; }
  main .searchWrap .searchTer .switch a span:before {
    font-size: 5vw; }
  main .searchWrap .searchTer .date {
    margin: 1em 0;
    width: 100%; }
  main .searchWrap .searchTer .date label .material-icons {
    font-size: 3vw; }
  main .searchWrap .searchTer .submit {
    min-width: 8em; } }

/* -------------------------------------------------- */
/*  footer
/* -------------------------------------------------- */

/* footer ------------------------------ */
footer {
  padding-bottom: 50px;
  color: #f9f9f9;
  background-image: url(../image/bottom.png);
  background-position: bottom;
  background-repeat: repeat-x;
  background-color: #333; }
footer .flexStart {
  align-items: center;
  padding: 1.5em 0; }
footer a {
  color: #f9f9f9; }
footer .logo img {
  height: 60px; }
footer ul {
  width: 100%;
  font-size: 14px; }
footer ul li {
  margin-left: 1em;
  display: block; }
footer a {
  color: #f9f9f9; }
footer .copy {
  padding-bottom: 2em; }
@media screen and (max-width: 1023px) {
  footer .flexStart {
    justify-content: center;
    padding: 1.5em 0; }
  footer .logo img {
    height: 40px; } }

/* -------------------------------------------------- */
/*  メッセージボックス
/* -------------------------------------------------- */

/* 共通 ------------------------------ */
.errMsg, .exeMsg {
  margin-bottom: 1.75em; }
.errMsg ul, .exeMsg ul {
  line-height: 1.3;
  list-style: disc;
  padding: 0.5em 0.5em 0.5em 2.25em; }
@media screen and (max-width: 1023px) {
  .errMsg, .exeMsg {
    margin-bottom: 1.25em; } }

/* エラー ------------------------------ */
.errMsg {
  border: 1px solid #bb1f24; }

/* 実行 ------------------------------ */
.exeMsg {
  border: 1px solid rgb(140, 198, 63); }

/* -------------------------------------------------- */
/*  その他共通
/* -------------------------------------------------- */

/* hタグ ------------------------------ */
h3 {
  color: #fefefe;
  margin-bottom: 2em;
  padding: 0.75em;
  background-color: #bb1f24;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #c4292e), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #c4292e),color-stop(.75, #c4292e), color-stop(.75, transparent),to(transparent));
  -webkit-background-size: 14px 14px; }
h4 {
  color: #bb1f24;
  font-weight: bold;
  margin-bottom: 0.5em; }
h4:before {
  margin-right: 0.25em;
  font-family: "Material Icons";
  content: "trip_origin";
  display: inline-block;
  vertical-align: bottom; }
@media screen and (max-width: 1023px) {
  h3 {
    margin-bottom: 1.25em; } }