@charset "UTF-8";
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
body {
  overflow-y: auto;
}

/* -----------------------------------------------------------

header

----------------------------------------------------------- */
/* #tpl-header
----------------------------------------------------------- */
#tpl-header {
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
  width: 100%;
  height: 143px;
  border-bottom: 1px solid #cccccc;
  background-color: #fff;
  z-index: 1000;
}
#tpl-header .tpl-inner-wrap {
  width: 980px;
  margin-left: auto;
  margin-right: auto;
}

/* #header-contents
----------------------------------------------------------- */
#header-contents {
  height: 100px;
  /* flex */
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  height: 87px;
}
#header-contents .logo {
  width: 200px;
  height: 67px;
  background: url(/assets/common/img/logo.png) left top no-repeat;
  margin-top: 10px;
}
#header-contents .logo a {
  display: block;
  width: 200px;
  height: 67px;
}
#header-contents .logo span {
  visibility: hidden;
}
#header-contents .header-right {
  padding-top: 15px;
  /* flex */
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: flex-start;
}
#header-contents .header-right .header-items {
  margin-right: 15px;
}
#header-contents .header-right .header-items .upper {
  /* flex */
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
}
#header-contents .header-right .header-items #sizeChanger {
  background: none;
  /* flex */
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  overflow: visible;
  height: auto;
  margin-right: 10px;
  width: auto !important;
}
#header-contents .header-right .header-items #sizeChanger dt, #header-contents .header-right .header-items #sizeChanger dd {
  float: none;
  padding: 0;
  margin: 0;
}
#header-contents .header-right .header-items #sizeChanger dt {
  font-size: 69%;
  font-weight: bold;
  color: #666666;
  letter-spacing: 0.04em;
  margin-right: 5px;
  white-space: nowrap;
  text-align: center;
}
#header-contents .header-right .header-items #sizeChanger dd {
  width: 35px;
  height: 22px;
  background-color: #fff;
}
#header-contents .header-right .header-items #sizeChanger dd a {
  background: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 35px !important;
  height: 20px !important;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  /* flex */
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #bbbbbb;
  line-height: 1;
  font-weight: 500;
}
#header-contents .header-right .header-items #sizeChanger dd a.textresizer-active {
  background-color: #666;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
  color: #fff;
}
#header-contents .header-right .header-items #sizeChanger dd#sizeM {
  font-size: 12px;
}
#header-contents .header-right .header-items #sizeChanger dd#sizeM a {
  border-left: 1px solid #cccccc;
}
#header-contents .header-right .header-items #sizeChanger dd#sizeM a.textresizer-active {
  border-left: none;
}
#header-contents .header-right .header-items #sizeChanger dd#sizeL {
  font-size: 14px;
}
#header-contents .header-right .header-items #sizeChanger dd#sizeL a {
  border-right: 1px solid #cccccc;
}
#header-contents .header-right .header-items #sizeChanger dd#sizeL a.textresizer-active {
  border-right: none;
}
#header-contents .header-right .header-items .select-wrap {
  padding: 0;
  margin: 0;
  overflow: hidden;
  width: 110px;
  text-align: center;
  position: relative;
  border: 1px solid #bbbbbb;
  background: #ffffff;
  margin-right: 10px;
}
#header-contents .header-right .header-items .select-wrap select {
  width: 100%;
  cursor: pointer;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  padding: 5px 10px 6px;
  font-size: 11px;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
}
#header-contents .header-right .header-items .select-wrap select::-ms-expand {
  display: none;
}
#header-contents .header-right .header-items .select-wrap::before {
  position: absolute;
  top: 0.8em;
  right: 10px;
  width: 4px;
  height: 4px;
  padding: 0;
  content: "";
  border-bottom: 1px solid #464646;
  border-right: 1px solid #464646;
  pointer-events: none;
  transform: rotate(45deg);
}
#header-contents .header-right .header-items #search {
  margin: 0;
  padding: 0;
  height: 30px;
  width: 174px;
  border: none;
}
#header-contents .header-right .header-items #search form {
  /* flex */
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: stretch;
  height: 30px;
  overflow: visible;
}
#header-contents .header-right .header-items #search input[type=text] {
  float: none;
  width: 125px;
  height: 30px;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  border-left: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  background: url(/assets/common/img/icon_search.png) left 10px center no-repeat;
  background-size: 15px auto;
  padding-left: 10px;
  font-size: 12px;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
  outline: none;
}
#header-contents .header-right .header-items #search input[type=text]:focus {
  background: none;
}
#header-contents .header-right .header-items #search input[type=submit] {
  background: none;
  background-color: #666666;
  width: 49px !important;
  height: 30px !important;
  padding: 0px 10px;
  float: none;
  font-size: 12px;
  color: #fff;
  border-top: 1px solid #666666;
  border-bottom: 1px solid #666666;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
  letter-spacing: 0.08em;
  font-weight: 300;
  outline: none;
  border: none;
}
#header-contents .header-right .header-items .group {
  margin-left: 10px;
}
#header-contents .header-right .header-items .group a {
  transition: opacity 0.4s;
  opacity: 1;
}
#header-contents .header-right .header-items .group a:hover {
  opacity: 0.6;
}
#header-contents .header-right .header-items .link-list {
  margin-top: 13px;
  /* flex */
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  font-size: 12px;
}
#header-contents .header-right .header-items .link-list li {
  position: relative;
  padding-left: 15px;
  margin-left: 25px;
}
#header-contents .header-right .header-items .link-list li::before {
  content: "";
  width: 4px;
  height: 4px;
  display: block;
  border-right: 2px solid #ef7a00;
  border-bottom: 2px solid #ef7a00;
  transform: rotate(-45deg);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -2px;
}
#header-contents .header-right .header-items .link-list a {
  text-decoration: none;
  letter-spacing: 0.04em;
  color: #000;
}
#header-contents .header-right .header-items .link-list a:hover {
  text-decoration: underline;
}
#header-contents .header-right .travel a {
  background-color: #ef7a00;
  width: 150px;
  height: 60px;
  /* flex */
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.4s;
  opacity: 1;
}
#header-contents .header-right .travel a:hover {
  opacity: 0.6;
}
#header-contents .header-right .travel a img {
  width: 128px;
  height: auto;
}
#header-contents .header-right .cargo {
  margin-left: 10px;
}
#header-contents .header-right .cargo a {
  transition: opacity 0.4s;
  opacity: 1;
}
#header-contents .header-right .cargo a:hover {
  opacity: 0.6;
}

/* #gnav
----------------------------------------------------------- */
#gnav {
  /* big pulldown
  ----------------------------- */
}
#gnav .gnav-list {
  /* flex */
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
#gnav .gnav-list > li {
  width: 25%;
  height: 56px;
  position: relative;
}
#gnav .gnav-list > li:last-child a {
  margin-right: 1px;
}
#gnav .gnav-list > li:last-child::after {
  content: "";
  display: inline-block;
  height: 28px;
  width: 1px;
  background-color: #cccccc;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
#gnav .gnav-list > li::before {
  content: "";
  display: inline-block;
  height: 28px;
  width: 1px;
  background-color: #cccccc;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
#gnav .gnav-list > li > a {
  font-size: 16px;
  text-align: center;
  /* flex */
  display: flex;
  justify-content: center;
  align-items: center;
  height: 28px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-decoration: none;
  height: 56px;
  margin-left: 1px;
  color: #000;
  pointer-events: none;
  cursor: default;
}
#gnav .gnav-list > li:hover > a {
  background-color: #e45426;
  color: #fff;
}
#gnav .gnav-list > li:hover > a::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 7px 0 7px;
  border-color: #e45526 transparent transparent transparent;
  position: absolute;
  bottom: -8px;
  left: 50%;
  margin-left: -7px;
  z-index: 1000;
}
#gnav .gnav-list > li:hover .bigpull .inner:before {
  display: block;
}
#gnav .bigpull {
  position: fixed;
  top: 143px;
  overflow: hidden;
  left: 0;
  width: 100%;
  background-color: #f4f4f4;
  display: none;
}
#gnav .bigpull .inner {
  width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 0 50px;
  position: relative;
}
#gnav .bigpull a {
  color: #000;
}
#gnav .bigpull .acd-icon {
  display: none;
}
#gnav .bigpull .route-list {
  /* flex */
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
#gnav .bigpull .route-list li {
  width: 300px;
}
#gnav .bigpull .route-list li dl dt {
  line-height: 1;
  font-size: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #000000;
  margin-bottom: 25px;
}
#gnav .bigpull .route-list li dl dt span {
  font-size: 16px;
}
#gnav .bigpull .route-list li dl dt i {
  display: inline-block;
  vertical-align: top;
  width: 33px;
  height: 8px;
  margin-top: 0.37em;
  background: url(/assets/common/img/icon_lr_arrow.png) center center no-repeat;
}
#gnav .bigpull .route-list li dl dd ul li {
  position: relative;
  padding-left: 15px;
}
#gnav .bigpull .route-list li dl dd ul li:nth-child(n+2) {
  margin-top: 10px;
}
#gnav .bigpull .route-list li dl dd ul li::before {
  content: "";
  width: 5px;
  height: 5px;
  display: block;
  border-right: 2px solid #ef7a00;
  border-bottom: 2px solid #ef7a00;
  transform: rotate(-45deg);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -2px;
}
#gnav .bigpull .route-list li dl dd ul li a {
  font-size: 16px;
  font-weight: 300;
}
#gnav .bigpull .access-list {
  /* flex */
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
}
#gnav .bigpull .access-list li {
  width: 33.33%;
}
#gnav .bigpull .access-list li .img a {
  transition: opacity 0.4s;
  opacity: 1;
}
#gnav .bigpull .access-list li .img a:hover {
  opacity: 0.6;
}
#gnav .bigpull .access-list li figcaption {
  margin-top: 15px;
}
#gnav .bigpull .access-list li figcaption a {
  font-size: 16px;
  font-weight: 400;
  position: relative;
  display: inline-block;
  padding-left: 15px;
}
#gnav .bigpull .access-list li figcaption a::before {
  content: "";
  width: 5px;
  height: 5px;
  display: block;
  border-right: 2px solid #ef7a00;
  border-bottom: 2px solid #ef7a00;
  transform: rotate(-45deg);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -2px;
}
#gnav .bigpull .book-list {
  /* flex */
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  letter-spacing: normal;
}
#gnav .bigpull .book-list li {
  width: 50%;
  position: relative;
  padding-left: 15px;
  box-sizing: border-box;
}
#gnav .bigpull .book-list li::before {
  content: "";
  width: 5px;
  height: 5px;
  display: block;
  border-right: 2px solid #ef7a00;
  border-bottom: 2px solid #ef7a00;
  transform: rotate(-45deg);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -2px;
}
#gnav .bigpull .book-list li:nth-child(n+3) {
  margin-top: 10px;
}
#gnav .bigpull .book-list li a {
  font-size: 16px;
  font-weight: 400;
}
#gnav .bigpull .voyage-list {
  /* flex */
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  letter-spacing: normal;
}
#gnav .bigpull .voyage-list li {
  width: 33.33%;
  position: relative;
  padding-left: 15px;
  box-sizing: border-box;
}
#gnav .bigpull .voyage-list li::before {
  content: "";
  width: 5px;
  height: 5px;
  display: block;
  border-right: 2px solid #ef7a00;
  border-bottom: 2px solid #ef7a00;
  transform: rotate(-45deg);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -2px;
}
#gnav .bigpull .voyage-list li:nth-child(n+4) {
  margin-top: 10px;
}
#gnav .bigpull .voyage-list li a {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.04em;
}

/* -----------------------------------------------------------

footer

----------------------------------------------------------- */
/* #tpl-pagetop-box
----------------------------------------------------------- */
#tpl-pagetop-box {
  display: inline-block;
  width: 214px;
  height: 65px;
  position: absolute;
  right: 0;
  top: -60px;
}
#tpl-pagetop-box .answer-wrap {
  /* flex */
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
}
#tpl-pagetop-box .answer {
  width: 144px;
  height: 65px;
}
#tpl-pagetop-box .answer a {
  display: block;
  width: 144px;
  height: 65px;
  background: url(/assets/common/img/btn_answer.png) left top no-repeat;
  transition: opacity 0.4s;
  opacity: 1;
}
#tpl-pagetop-box .answer a:hover {
  opacity: 0.6;
}
#tpl-pagetop-box .answer a span {
  visibility: hidden;
}
#tpl-pagetop-box .pagetop {
  width: 60px;
  height: 60px;
  margin-top: 4px;
}
#tpl-pagetop-box .pagetop a {
  width: 60px;
  height: 60px;
  /* flex */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 5px;
  background-color: rgba(244, 128, 7, 0.9);
  text-decoration: none;
  color: #fff;
  transition: opacity 0.4s;
  opacity: 1;
}
#tpl-pagetop-box .pagetop a:hover {
  opacity: 0.6;
}
#tpl-pagetop-box .pagetop a::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(-135deg);
  margin-left: auto;
  margin-right: auto;
  margin-top: 3px;
}
#tpl-pagetop-box .pagetop a span {
  display: block;
  font-size: 12px;
  letter-spacing: 0.1em;
  margin-top: 2px;
}

/* #tpl-footer
----------------------------------------------------------- */
#tpl-footer {
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
  letter-spacing: normal;
  font-size: 90%;
  min-width: 980px;
}
#tpl-footer .site-link {
  background-color: #34434c;
  padding: 50px 0 70px;
  color: #fff;
}
#tpl-footer .site-link .inner {
  width: 980px;
  margin-left: auto;
  margin-right: auto;
}
#tpl-footer .site-link .contents-link ul {
  /* flex */
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
#tpl-footer .site-link .contents-link ul li {
  width: 311px;
}
#tpl-footer .site-link .contents-link ul li.linking {
  width: 646px;
}
#tpl-footer .site-link .contents-link ul li.linking dd li {
  width: 48%;
}
#tpl-footer .site-link .contents-link ul li.linking dd li:nth-child(2n+1) {
  width: 48%;
}
#tpl-footer .site-link .contents-link ul li:nth-child(n+4) {
  margin-top: 35px;
}
#tpl-footer .site-link .contents-link dl dt {
  font-size: 129%;
  font-weight: 500;
  border-bottom: 1px solid #566670;
  padding-bottom: 5px;
  margin-bottom: 15px;
}
#tpl-footer .site-link .contents-link dl dt span {
  display: inline-block;
}
#tpl-footer .site-link .contents-link dl dt span:first-child {
  padding-right: 1px;
}
#tpl-footer .site-link .contents-link dl dt span:first-child::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 4px 3px 0;
  border-color: transparent #ffffff transparent transparent;
  margin-top: -2px;
  margin-left: 5px;
  vertical-align: middle;
}
#tpl-footer .site-link .contents-link dl dt span:last-child {
  padding-left: 1px;
}
#tpl-footer .site-link .contents-link dl dt span:last-child::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 4px;
  border-color: transparent transparent transparent #ffffff;
  margin-top: -2px;
  margin-right: 5px;
  vertical-align: middle;
}
#tpl-footer .site-link .contents-link dl dt .link {
  position: relative;
  padding-left: 15px;
}
#tpl-footer .site-link .contents-link dl dt .link::before {
  content: "";
  width: 5px;
  height: 5px;
  display: block;
  border-right: 2px solid #ef7a00;
  border-bottom: 2px solid #ef7a00;
  transform: rotate(-45deg);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -2px;
}
#tpl-footer .site-link .contents-link dl dt .link a {
  color: #fff;
}
#tpl-footer .site-link .contents-link dl dd ul {
  /* flex */
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
#tpl-footer .site-link .contents-link dl dd ul li {
  width: 45%;
  position: relative;
  padding-left: 10px;
  white-space: nowrap;
  box-sizing: border-box;
}
#tpl-footer .site-link .contents-link dl dd ul li:nth-child(2n+1) {
  width: 49%;
}
#tpl-footer .site-link .contents-link dl dd ul li:nth-child(n+3) {
  margin-top: 3px;
}
#tpl-footer .site-link .contents-link dl dd ul li::before {
  content: "";
  width: 3px;
  height: 3px;
  display: block;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(-45deg);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1px;
}
#tpl-footer .site-link .contents-link dl dd ul li a {
  color: #fff;
  font-size: 93%;
  font-weight: 200;
  letter-spacing: 0.04em;
}
#tpl-footer .site-link .contents-link dl dd ul.col {
  flex-direction: column;
}
#tpl-footer .site-link .contents-others-link {
  margin-top: 40px;
}
#tpl-footer .site-link .contents-others-link ul {
  /* flex */
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
#tpl-footer .site-link .contents-others-link ul li {
  width: 311px;
  position: relative;
  padding-left: 15px;
  box-sizing: border-box;
}
#tpl-footer .site-link .contents-others-link ul li:nth-child(n+4) {
  margin-top: 15px;
}
#tpl-footer .site-link .contents-others-link ul li::before {
  content: "";
  width: 5px;
  height: 5px;
  display: block;
  border-right: 2px solid #ef7a00;
  border-bottom: 2px solid #ef7a00;
  transform: rotate(-45deg);
  position: absolute;
  top: 0.67em;
  left: 0;
}
#tpl-footer .site-link .contents-others-link ul li a {
  color: #fff;
  font-size: 129%;
  font-weight: 500;
  letter-spacing: 0.04em;
}
#tpl-footer .site-link .contents-others-link ul li a[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  background: url(/assets/common/img/icon_blank_w.png) left top no-repeat;
  margin-left: 5px;
}
#tpl-footer .tpl-others {
  padding: 30px 0;
  background: url(/assets/common/img/bg_dot_w.png);
  position: relative;
}
#tpl-footer .tpl-others .inner {
  width: 980px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
#tpl-footer .tpl-others .others-links {
  /* flex */
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 30px;
  border-bottom: 1px solid #cccccc;
}
#tpl-footer .tpl-others .others-links li {
  margin-right: 30px;
  position: relative;
  padding-left: 10px;
  line-height: 1;
}
#tpl-footer .tpl-others .others-links li::before {
  content: "";
  width: 4px;
  height: 4px;
  display: block;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: rotate(-45deg);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -2px;
}
#tpl-footer .tpl-others .others-links li a {
  font-size: 100%;
  font-weight: 200;
  letter-spacing: 0.02em;
  cursor: pointer;
  color: #000;
}
#tpl-footer .tpl-others .copyright {
  padding-top: 30px;
  text-align: right;
  font-size: 75%;
  font-weight: 200;
  letter-spacing: 0.1em;
}/*# sourceMappingURL=header_footer_lower_pc.css.map */