@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;*/
  font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Microsoft YaHei", 微软雅黑, "Meiryo", "PingHei", "Helvetica Neue", Helvetica, Arial, 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;
}
@media only screen and (max-width: 1200px) {
  #tpl-header .tpl-inner-wrap {
    width: 980px;
  }
}
@media only screen and (max-width: 980px) { /*tablet*/
  #tpl-header .tpl-inner-wrap {
    width: calc(100% - 20px);
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 750px) {
  #tpl-header {
    height: 95px;
    min-width: 320px;
  }
  #tpl-header .tpl-inner-wrap {
    width: 100%;
    padding: 0;
  }
}
/* #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;
  /* humberger menu animation */
}
@media only screen and (max-width: 750px) {
  #header-contents {
    height: 50px;
    border-bottom: 1px solid #cfcfcf;
  }
}
#header-contents .logo {
  width: 200px;
  height: 67px;
  background: url(/cmn/img/en/logo.png) left top no-repeat;
  margin-top: 10px;
}
@media only screen and (max-width: 750px) {
  #header-contents .logo {
    width: 202px;
    background: url(/cmn/img/en/logo_sp.png) left center no-repeat;
    background-size: 202px auto;
    height: 50px;
    margin: 0;
    margin-left: 15px;
  }
}
#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;
}
@media only screen and (max-width: 980px) { /*tablet*/
#header-contents .header-right .header-items {
  margin-right: 5px;
}
  #header-contents .header-right .header-items #sizeChanger {
    display: none;
  }
}
#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;
}
@media only screen and (max-width: 750px) {
  #header-contents .header-right .header-items .select-wrap {
    display: none;
  }
}
#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;
  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: 240px;
  border: none;
}
@media only screen and (max-width: 750px) {
  #header-contents .header-right .header-items #search {
    display: 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: 180px;
  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: 60px !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;
}


input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}
#header-contents .header-right .header-items #search input[type=submit] {
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0!important;
  background-color: #666666;
  width: 60px !important;
  height: 30px !important;
  padding: 0px 10px;
  }

@media only screen and (max-width: 750px) {
  #header-contents .header-right .header-items .group {
    display: none;
  }
}
#header-contents .header-right .header-items .group a {
  transition: opacity .4s;
  opacity: 1;
}
#header-contents .header-right .header-items .group a:hover {
  opacity: 0.6;
}
@media only screen and (max-width: 750px) {
  #header-contents .header-right .header-items .group a:hover {
    opacity: 1;
  }
}
#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;
}
@media only screen and (max-width: 750px) {
  #header-contents .header-right .header-items .link-list {
    display: none;
  }
}
#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;
}
@media only screen and (max-width: 750px) {
  #header-contents .header-right .travel {
    display: none;
  }
}
#header-contents .header-right .travel a {
  background-color: #ef7a00;
  width: 150px;
  height: 60px;
  /* flex */
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity .4s;
  opacity: 1;
}
#header-contents .header-right .travel a:hover {
  opacity: 0.6;
}
@media only screen and (max-width: 750px) {
  #header-contents .header-right .travel a:hover {
    opacity: 1;
  }
}
#header-contents .header-right .travel a img {
  width: 128px;
  height: auto;
}
#header-contents .header-right .cargo {
  margin-left: 10px;
}
@media only screen and (max-width: 750px) {
  #header-contents .header-right .cargo {
    display: none;
  }
}
#header-contents .header-right .cargo a {
  transition: opacity .4s;
  opacity: 1;
}
#header-contents .header-right .cargo a:hover {
  opacity: 0.6;
}
@media only screen and (max-width: 750px) {
  #header-contents .header-right .cargo a:hover {
    opacity: 1;
  }
}
#header-contents #humbgr {
  display: none;
}
@media only screen and (max-width: 750px) {
  #header-contents #humbgr {
    display: block;
    background-color: #105f8f;
    width: 50px;
    height: 50px;
    cursor: pointer;
    outline: none;
    text-align: center;
    border-bottom: 1px solid #cfcfcf;
  }
  #header-contents #humbgr::after {
    display: block;
    text-align: center;
    content: "Menu";
    font-size: 9px;
    color: #fff;
    white-space: nowrap;
    line-height: 1;
    margin-top: 3px;
    letter-spacing: 0.1em;
  }
  #header-contents #humbgr .bars {
    width: 16px;
    height: 12px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    display: inline-block;
    transition: all .4s;
    margin-top: 12px;
  }
  #header-contents #humbgr .bars span {
    background-color: #fff;
    height: 2px;
    width: 16px;
    position: absolute;
    left: 0;
    transition: all .4s;
  }
  #header-contents #humbgr .bars span:nth-of-type(1) {
    top: 0;
  }
  #header-contents #humbgr .bars span:nth-of-type(2) {
    top: 5px;
  }
  #header-contents #humbgr .bars span:nth-of-type(3) {
    bottom: 0px;
  }
  #header-contents #humbgr.active::after {
    content: "Close";
    font-size: 9px;
    color: #fff;
    letter-spacing: 0.1em;
  }
}
#header-contents #humbgr span.bar:nth-of-type(1) {
  -webkit-animation: menu-bar01 .75s forwards;
  animation: menu-bar01 .75s forwards;
}
@-webkit-keyframes menu-bar01 {
  0% {
    -webkit-transform: translateY(5px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(5px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar01 {
  0% {
    transform: translateY(5px) rotate(45deg);
  }
  50% {
    transform: translateY(5px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
#header-contents #humbgr span.bar:nth-of-type(2) {
  transition: all .25s .25s;
  opacity: 1;
}
#header-contents #humbgr span.bar:nth-of-type(3) {
  -webkit-animation: menu-bar02 .75s forwards;
  animation: menu-bar02 .75s forwards;
}
@-webkit-keyframes menu-bar02 {
  0% {
    -webkit-transform: translateY(-5px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-5px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar02 {
  0% {
    transform: translateY(-5px) rotate(-45deg);
  }
  50% {
    transform: translateY(-5px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
#header-contents #humbgr.active span:nth-of-type(1) {
  -webkit-animation: active-menu-bar01 .75s forwards;
  animation: active-menu-bar01 .75s forwards;
}
@-webkit-keyframes active-menu-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(5px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(5px) rotate(45deg);
  }
}
@keyframes active-menu-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(5px) rotate(0);
  }
  100% {
    transform: translateY(5px) rotate(45deg);
  }
}
#header-contents #humbgr.active span:nth-of-type(2) {
  opacity: 0;
}
#header-contents #humbgr.active span:nth-of-type(3) {
  -webkit-animation: active-menu-bar03 .75s forwards;
  animation: active-menu-bar03 .75s forwards;
}
@-webkit-keyframes active-menu-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-5px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-5px) rotate(-45deg);
  }
}
@keyframes active-menu-bar03 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-5px) rotate(0);
  }
  100% {
    transform: translateY(-5px) rotate(-45deg);
  }
}

/* #gnav
----------------------------------------------------------- */
#gnav {
  /* big pulldown
	----------------------------- */
}
@media only screen and (max-width: 750px) {
  #gnav {
    display: none;
  }
}
#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: bold;
  letter-spacing: 0.1em;
  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: calc(100% / 2);
  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;
  font-weight: bold;
}
#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 .4s;
  opacity: 1;
}
#gnav .bigpull .access-list li .img a:hover {
  opacity: 0.6;
}
@media only screen and (max-width: 980px) { /*tablet*/
    #gnav .bigpull .inner {
        width: calc(100% - 20px);
        margin-left: auto;
        margin-right: auto;
        padding: 40px 10px 50px 10px;
        position: relative;
    }
    #gnav .bigpull .route-list > li {
        width: 33%;
}
#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;
}
}

@media only screen and (max-width: 750px) {
  #gnav .bigpull .access-list li .img a:hover {
    opacity: 1;
  }
}
#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;
}
/* #sp-gnav
----------------------------------------------------------- */
#sp-gnav {
  display: none;
}
@media only screen and (max-width: 750px) {
  #sp-gnav {
    display: block;
  }
  #sp-gnav .close {
    background-color: #6d7376;
    width: 180px;
    height: 40px;
    border-radius: 20px;
    color: #fff;
    /* flex */
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    font-size: 14px;
    font-weight: 500;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    cursor: pointer;
  }
  #sp-gnav .close .xmark {
    width: 13px;
    height: 13px;
    margin-right: 15px;
  }
  #sp-gnav .close .xmark span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #fff;
  }
  #sp-gnav .close .xmark span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }
  #sp-gnav .close .xmark span:nth-child(2) {
    transform: translateY(4px) rotate(-45deg);
  }
  #sp-gnav .gnav-route {
    /* flex */
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    height: 50px;
  }
  #sp-gnav .gnav-route > li {
    width: 33.33%;
    background-color: #47a5de;
    border-right: 1px solid #2b87be;
    border-left: 1px solid #77c2ef;
    position: relative;
  }
  #sp-gnav .gnav-route > li:first-child {
    border-left: none;
  }
  #sp-gnav .gnav-route > li:last-child {
    border-right: none;
  }
  #sp-gnav .gnav-route > li a {
    color: #000;
    text-decoration: none;
  }
  #sp-gnav .gnav-route > li > a {
    height: 50px;
    /* flex */
    display: flex;
    justify-content: center;
    align-items: flex-start;
    color: #fff;
    text-decoration: none;
    font-size: 14px!important;
    vertical-align: bottom;
    padding-top: 16px;
  }
  #sp-gnav .gnav-route > li > a p {
    /* flex */
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: stretch;
  }
  #sp-gnav .gnav-route > li > a span {
    display: inline-block;
    font-size: 14px;
    line-height: 1;
  }
  #sp-gnav .gnav-route > li > a span:first-child {
    padding-right: 1px;
  }
  #sp-gnav .gnav-route > li > a span:first-child::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3px 4px 3px 0;
    border-color: transparent #96c5e2 transparent transparent;
    margin-top: -2px;
    margin-left: 5px;
    vertical-align: middle;
  }
  #sp-gnav .gnav-route > li > a span:last-child {
    padding-left: 1px;
  }
  #sp-gnav .gnav-route > li > a 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 #96c5e2;
    margin-top: -2px;
    margin-right: 5px;
    vertical-align: middle;
  }
  #sp-gnav .gnav-route > li > a span:last-child i {
    font-style: normal;
    font-size: 8px;
    margin-left: 8px;
    font-weight: 300;
  }
  #sp-gnav .gnav-route > li.active {
    background-color: #2c8bc4;
  }
  #sp-gnav .gnav-route > li.active::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6.5px 8px 6.5px;
    border-color: transparent transparent #f6f6f6 transparent;
    position: absolute;
    bottom: 0;
    left: calc(100% / 2);
    margin-left: -7px;
  }
  #sp-gnav .gnav-route .route-wrap {
    overflow-y: auto;
    height: calc(100vh - 100px);
    padding-bottom: 50px;
  }
  #sp-gnav .gnav-route .route-elem {
    width: 92%;
    margin-left: auto;
    margin-right: auto;
  }
  #sp-gnav .gnav-route .route-elem dt {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 20px;
    font-size: 16px;
    font-weight: 500;
  }
  #sp-gnav .gnav-route .route-elem dt span:first-child {
    padding-right: 1px;
  }
  #sp-gnav .gnav-route .route-elem 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 #999999 transparent transparent;
    margin-top: -2px;
    margin-left: 5px;
    vertical-align: middle;
  }
  #sp-gnav .gnav-route .route-elem dt span:last-child {
    padding-left: 1px;
  }
  #sp-gnav .gnav-route .route-elem 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 #999999;
    margin-top: -2px;
    margin-right: 5px;
    vertical-align: middle;
  }
  #sp-gnav .gnav-route .route-elem dd ul li {
    border-bottom: 1px solid #cfcfcf;
    line-height: 1;
  }
  #sp-gnav .gnav-route .route-elem dd ul li:first-child {
    border-top: 1px solid #cfcfcf;
  }
  #sp-gnav .gnav-route .route-elem dd ul li a {
    display: block;
    padding: 20px 15px;
    position: relative;
  }
  #sp-gnav .gnav-route .route-elem dd ul li a::after {
    content: "";
    width: 6px;
    height: 6px;
    display: block;
    border-right: 2px solid #ef7a00;
    border-bottom: 2px solid #ef7a00;
    transform: rotate(-45deg);
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -3px;
  }
  #sp-gnav .sp-pulldown {
    position: fixed;
    left: 0;
    top: 100px;
    width: 100%;
    height: 0;
    overflow: hidden;
    background-color: #f6f6f6;
    transition: all .4s;
  }
  #sp-gnav .sp-pulldown.opened {
    height: 100vh;
  }
}
/* #sp-hum-menu
----------------------------------------------------------- */
#sp-hum-menu {
  display: none;
}
@media only screen and (max-width: 750px) {
  #sp-hum-menu {
    width: 100%;
    position: fixed;
    top: 50px;
    left: 0;
    height: 0;
    display: block;
    background-color: #f6f6f6;
    transition: height .5s;
    overflow: hidden;
  }
  #sp-hum-menu.opened {
    height: calc(100vh - 50px);
    overflow-y: scroll;
  }
  #sp-hum-menu .sp-search {
    background-color: #f6f6f6;
    padding: 20px 0;
    border-bottom: 1px solid #cfcfcf;
  }
  #sp-hum-menu .sp-search form {
    width: 92%;
    margin-left: auto;
    margin-right: auto;
    /* flex */
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: stretch;
    height: 35px;
    overflow: hidden;
  }
  #sp-hum-menu .sp-search input[type=text] {
    -webkit-appearance: none;
    float: none;
    width: 100%;
    height: 35px;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    border-left: 1px solid #cfcfcf;
    border-top: 1px solid #cfcfcf;
    border-bottom: 1px solid #cfcfcf;
    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;
    border-radius: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  #sp-hum-menu .sp-search input[type=text]:focus {
    background: none;
  }
  #sp-hum-menu .sp-search input[type="submit"] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
  }
  #sp-hum-menu .sp-search input[type="submit"]::-webkit-search-decoration {
    display: none;
  }
  #sp-hum-menu .sp-search input[type="submit"]::focus {
    outline-offset: -2px;
  }
  #sp-hum-menu .sp-search input[type=submit] {
    background: none;
    background-color: #666666;
    width: 70px !important;
    height: 35px !important;
    padding: 0px 15px;
    float: none;
    font-size: 13px;
    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;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  #sp-hum-menu .hum-menu-list {
    width: 100%;
  }
  #sp-hum-menu .hum-menu-list .menu-item > a {
    display: block;
    line-height: 1;
    color: #000;
    font-size: 14px;
    padding: 20px 4%;
    border-bottom: 1px solid #cfcfcf;
    text-decoration: none;
    box-sizing: border-box;
    position: relative;
  }
  #sp-hum-menu .hum-menu-list .menu-item > a .acd-icon {
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 50%;
    right: 4%;
    margin-top: -5px;
  }
  #sp-hum-menu .hum-menu-list .menu-item > a .acd-icon::before {
    content: "";
    display: block;
    height: 2px;
    width: 12px;
    position: absolute;
    top: 5px;
    left: 0;
    background-color: #666666;
  }
  #sp-hum-menu .hum-menu-list .menu-item > a .acd-icon::after {
    content: "";
    display: block;
    width: 2px;
    height: 12px;
    background-color: #666666;
    position: absolute;
    top: 0;
    left: 5px;
  }
  #sp-hum-menu .hum-menu-list .menu-item > a.active .acd-icon::after {
    display: none;
  }
  #sp-hum-menu .hum-menu-list .bigpull {
    background-color: #ededed;
    display: none;
  }
  #sp-hum-menu .hum-menu-list .sp-access .bigpull li > a, #sp-hum-menu .hum-menu-list .sp-book .bigpull li > a, #sp-hum-menu .hum-menu-list .sp-voyage .bigpull li > a {
    display: block;
    line-height: 1.4;
    color: #575757;
    padding: 18px 6.67%;
    font-size: 14px;
    border-bottom: 1px solid #cfcfcf;
    text-decoration: none;
    box-sizing: border-box;
    position: relative;
  }
  #sp-hum-menu .hum-menu-list .sp-access .bigpull li > a::after, #sp-hum-menu .hum-menu-list .sp-book .bigpull li > a::after, #sp-hum-menu .hum-menu-list .sp-voyage .bigpull li > a::after {
    content: "";
    width: 6px;
    height: 6px;
    display: block;
    border-right: 2px solid #ef7a00;
    border-bottom: 2px solid #ef7a00;
    transform: rotate(-45deg);
    position: absolute;
    top: 50%;
    right: 5%;
    margin-top: -4px;
  }
  #sp-hum-menu .hum-menu-list .sp-book .book-list {
    /* flex */
    display: flex;
    flex-direction: column;
  }
  #sp-hum-menu .hum-menu-list .sp-voyage .voyage-list {
    /* flex */
    display: flex;
    flex-direction: column;
  }
  #sp-hum-menu .otherlinks-wrap {
    background-color: #f6f6f6;
    padding: 10px 0;
    border-bottom: 1px solid #cfcfcf;
  }
  /*AI sakura*/
  #sp-hum-menu .header_btn_wrap {
    padding: 30px 0 0;
    margin-bottom: 20px;
  }
  #sp-hum-menu .header_btn_wrap .header_btn li a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 75px;
    color: white;
    font-size: 20px;
  }
  #sp-hum-menu .header_btn_wrap .header_btn li.yoyaku a img {
    width: 90%;
    height: auto;
  }
  #sp-hum-menu .otherlinks-wrap .link-list {
    width: 84%;
    /* flex */
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
  }
  #sp-hum-menu .otherlinks-wrap .link-list li {
    width: 50%;
  }
  #sp-hum-menu .otherlinks-wrap .link-list li:nth-child(n + 3) {
    margin-top: 5px;
  }
  #sp-hum-menu .otherlinks-wrap .link-list li a {
    color: #000;
    text-decoration: none;
    position: relative;
    padding-left: 13px;
    display: inline-block;
    font-size: 13px;
  }
  #sp-hum-menu .otherlinks-wrap .link-list li a::before {
    content: "";
    width: 4px;
    height: 4px;
    display: block;
    border-right: 1px solid #ef7a00;
    border-bottom: 1px solid #ef7a00;
    transform: rotate(-45deg);
    position: absolute;
    top: 50%;
    left: 0px;
    margin-top: -2px;
  }
  #sp-hum-menu .otherlinks-wrap .travel {
    width: 84%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
  }
  #sp-hum-menu .otherlinks-wrap .travel a {
    /* flex */
    display: flex;
    justify-content: center;
    align-items: center;
    height: 75px;
    width: 100%;
    background-color: #ef7a00;
  }
  #sp-hum-menu .otherlinks-wrap .travel a img {
    width: 175px;
    height: auto;
  }
  #sp-hum-menu .lang-wrap {
    background-color: #f6f6f6;
    padding: 20px 0;
  }
  #sp-hum-menu .lang-wrap .select-wrap {
    padding: 0;
    margin: 0;
    overflow: hidden;
    width: 76%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    position: relative;
    border: 1px solid #abb5ba;
    background: #ffffff;
    border-radius: 6px;
    box-shadow: 0px 2px 0px 0px #abb5ba;
  }
  #sp-hum-menu .lang-wrap .select-wrap select {
    width: 100%;
    height: 40px;
    cursor: pointer;
    text-overflow: ellipsis;
    border: none;
    outline: none;
    background: transparent;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
    padding: 5px 10px 6px;
    font-size: 14px;
/*    font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;*/
  }
  #sp-hum-menu .lang-wrap .select-wrap::before {
    position: absolute;
    top: 50%;
    right: 15px;
    width: 7px;
    height: 7px;
    padding: 0;
    margin-top: -7px;
    content: '';
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
    pointer-events: none;
    transform: rotate(45deg);
  }
}
/* -----------------------------------------------------------

footer

----------------------------------------------------------- */
/* #tpl-pagetop-box
----------------------------------------------------------- */
#tpl-pagetop-box {
  display: inline-block;
  width: 214px;
  height: 65px;
  position: absolute;
  right: 0;
  top: -60px;
}
@media only screen and (max-width: 750px) {
  #tpl-pagetop-box {
    position: static;
    right: auto;

    top: auto;
    width: 100%;
    height: auto;
  }
}
/*AI sakurasan*/
#tpl-pagetop-box .answer-wrap {
  /* flex */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
@media only screen and (max-width: 750px) {
  #tpl-pagetop-box .answer-wrap {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-height: 60px;
    z-index: 100;
  }
  #tpl-pagetop-box .answer-wrap.fixed {
    position: fixed;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
  }
}
#tpl-pagetop-box .answer {
  width: 144px;
  height: 65px;
}
@media only screen and (max-width: 750px) {
  #tpl-pagetop-box .answer {
    width: 80%;
    height: auto;
    max-width: 300px;
  }
}
html:lang(zh) #tpl-pagetop-box .answer a {
  display: block;
  width: 144px;
  height: 65px;
  background: url("/cmn/img/cn/pc_btn_answer_ch.png") left top no-repeat;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  opacity: 1;
}
html:lang(zh-cmn-Hant) #tpl-pagetop-box .answer a {
  display: block;
  width: 144px;
  height: 65px;
  background: url("/cmn/img/tw/pc_btn_answer_tw.png") left top no-repeat;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  opacity: 1;
}
@media only screen and (max-width: 750px) {
 html:lang(zh) #tpl-pagetop-box .answer a {
    height: 0;
    padding-bottom: 19.32%;
    width: 100%;
    background: url("/cmn/img/cn/sp_btn_answer_ch.png") left top no-repeat;
    background-size: 100% auto;
  }
html:lang(zh-cmn-Hant) #tpl-pagetop-box .answer a {
    height: 0;
    padding-bottom: 19.32%;
    width: 100%;
    background: url("/cmn/img/tw/sp_btn_answer_tw.png") left top no-repeat;
    background-size: 100% auto;
  }
}
#tpl-pagetop-box .answer a:hover {
  opacity: 0.6;
}
@media only screen and (max-width: 750px) {
  #tpl-pagetop-box .answer a:hover {
    opacity: 1;
  }
}
#tpl-pagetop-box .answer a span {
  visibility: hidden;
}
#tpl-pagetop-box .pagetop {
  width: 60px;
  height: 60px;
  margin-top: 4px;
}
@media only screen and (max-width: 750px) {
  #tpl-pagetop-box .pagetop {
    width: 14.67%;
    height: auto;
    margin-top: 0;
    margin-right: 10px;
  }
}
#tpl-pagetop-box .pagetop a {
  width: 60px;
  height: 60px;
  /* flex */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 5px;
  background-color: rgba(244, 128, 7, 0.9);
  text-decoration: none;
  color: #fff;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  opacity: 1;
}
@media only screen and (max-width: 750px) {
  #tpl-pagetop-box .pagetop a {
    display: block;
    width: 100%;
    height: 0;
    max-width: 55px;
    padding-bottom: 100%;
    background-color: none;
    background: url(/assets/common/img/pagetop_sp.png) center center no-repeat;
    background-size: 100% auto;
  }
}
#tpl-pagetop-box .pagetop a:hover {
  opacity: 0.6;
}
@media only screen and (max-width: 750px) {
  #tpl-pagetop-box .pagetop a:hover {
    opacity: 1;
  }
}
#tpl-pagetop-box .pagetop a::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  margin-left: auto;
  margin-right: auto;
  margin-top: 3px;
}
@media only screen and (max-width: 750px) {
  #tpl-pagetop-box .pagetop a::before {
    display: none;
  }
}
#tpl-pagetop-box .pagetop a span {
  display: block;
  font-size: 12px;
  letter-spacing: 0.1em;
  margin-top: 2px;
}
@media only screen and (max-width: 750px) {
  #tpl-pagetop-box .pagetop a span {
    visibility: hidden;
  }
}

/* #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;*/
  font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Microsoft YaHei", 微软雅黑, "Meiryo", "PingHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: normal;
  font-size: 90%;
  min-width: 980px;
}
@media only screen and (max-width: 980px) { /*tablet*/
  #tpl-footer {
    min-width: 100%;
  }
}
@media only screen and (max-width: 750px) {
  #tpl-footer {
    min-width: 0;
  }
}
/* #tpl-footer .site-link
----------------------------------------------------------- */
#tpl-footer .site-link .inner {
  width: 980px;
  /*width: 1200px;*/
  margin-left: auto;
  margin-right: auto;
}
#tpl-footer .site-link {
  background-color: #34434c;
  padding: 50px 0 70px;
  color: #fff;
}
#tpl-footer .site-link .contents-link > ul {
  /* flex */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
#tpl-footer .site-link .contents-link > ul > li {
  width: 311px;
}
#tpl-footer .site-link .contents-link ul::after {
/*
  content: "";
  display: block;
  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 > ul > li:last-child {
  /*margin-left: 24px;
  margin-right: auto;*/
}
#tpl-footer .site-link .contents-link dl dt {
  font-size: 122%;
  font-weight: 500;
  border-bottom: 1px solid #566670;
  padding-bottom: 5px;
  margin-bottom: 15px;
  letter-spacing: 0.1em;
}
#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;
  -webkit-transform: rotate(-45deg);
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
#tpl-footer .site-link .contents-link dl dd ul li {
  width: 45%;
  position: relative;
  padding-left: 10px;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
  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;
  -webkit-transform: rotate(-45deg);
  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: 86%;
  font-weight: 200;
  letter-spacing: 0.1em;
}
#tpl-footer .site-link .contents-link dl dd ul.col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
#tpl-footer .site-link .contents-others-link {
  margin-top: 40px;
}
#tpl-footer .site-link .contents-others-link ul {
  /* flex */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  justify-content: space-between;
}
#tpl-footer .site-link .contents-others-link ul li {
  width: 311px;
  position: relative;
  padding-left: 15px;
  -webkit-box-sizing: border-box;
  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;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 0.67em;
  left: 0;
}
#tpl-footer .site-link .contents-others-link ul li a {
  color: #fff;
  font-size: 122%;
  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;
}
@media only screen and (max-width: 1200px) {
  #tpl-footer .site-link .inner {
    width: 980px;
  }
}
@media only screen and (max-width: 980px) { /*tablet*/
#tpl-footer .site-link .contents-link dl dd ul li:nth-child(2n+1) {
  width: 100%;
}
#tpl-footer .site-link .contents-link dl dd ul li {
  width: 100%;
}
#tpl-footer .site-link .contents-link dl dt {
  font-size: 100%!important;
}
  #tpl-footer .site-link .inner {
    width: calc(100% - 20px);
    padding-left: 10px;
    padding-right: 10px;
  }
  #tpl-footer .site-link .contents-link > ul {
    width: calc(100% - 20px);
  }
  #tpl-footer .site-link .contents-link > ul > li, #tpl-footer .site-link .contents-others-link ul li {
    width: 33%;
    position: relative;
    padding-left: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 750px) {
  #tpl-footer .site-link {
    /*    padding: 30px 0;*/
    display: none;
  }
  #tpl-footer .site-link .inner {
    width: 100%;
  }
  #tpl-footer .site-link .contents-link {
    display: none;
  }
  #tpl-footer .site-link .contents-others-link {
    margin-top: 0;
  }
  #tpl-footer .site-link .contents-others-link ul {
    width: 92%;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  #tpl-footer .site-link .contents-others-link ul li:nth-child(n+4) {
    margin-top: 0;
  }
  #tpl-footer .site-link .contents-others-link ul li:nth-child(n+2) {
    margin-top: 15px;
  }
  #tpl-footer .site-link .contents-others-link ul li a {
    font-size: 13px;
  }
}
/* #tpl-footer .tpl-others
----------------------------------------------------------- */
#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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  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;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -2px;
}
#tpl-footer .tpl-others .others-links li a {
  font-size: 88%;
  font-weight: 200;
  letter-spacing: 0.1em;
  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;
}
@media only screen and (max-width: 1200px) {
  #tpl-footer .tpl-others .inner {
    width: 980px;
  }
}
@media only screen and (max-width: 980px) { /*tablet*/
  #tpl-footer .tpl-others .inner {
    width: calc(100% - 20px);
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media only screen and (max-width: 750px) {
  #tpl-footer .tpl-others {
    padding: 0;
  }
  #tpl-footer .tpl-others .inner {
    width: 100%;
    padding: 0;
  }
  #tpl-footer .tpl-others .others-links {
    width: 92%;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: none;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 10px;
    padding-bottom: 5px;
  }
#tpl-footer .tpl-others .others-links li:last-child {
  margin-bottom: 10px !important;
}
  #tpl-footer .tpl-others .others-links li:nth-child(n+2) {
    margin-top: 15px;
  }
  #tpl-footer .tpl-others .others-links li::before {
    width: 3px;
    height: 3px;
    margin-top: -1px;
  }
  #tpl-footer .tpl-others .others-links li a {
    font-size: 13px;
    font-weight: 300;
  }
  #tpl-footer .tpl-others .copyright {
    text-align: center;
    font-size: 9px;
    padding: 15px 0;
    color: #fff;
    background: url(/assets/common/img/bg_copyright.gif);
    letter-spacing: 0.1em;
  }
  #tpl-footer .tpl-others .others-links li:nth-child(n + 2) {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 980px){
    #wrap #contents {
        width: 100%;
        background: none;
    }
    #wrap #sidebar {
    display: none!important;
  }
    #wrap #article {
        width: 100%;
        max-width: 730px;
        margin-left: auto;
        margin-right: auto;
        float: none;
    }
    #wrap #h1Wrap {
        width: 100%;
        max-width: 730px;
        
    }
}
/*for MF3.0*/
#search .mf_finder_searchBox_items {
    display: flex;
    align-items: stretch;
    padding: 0;
}
#search .mf_finder_searchBox_query_input{
        min-height: 30px;
    }
#search .mf_finder_searchBox_submit{
        min-height: 30px;
        height: 30px;
        width: 50px;
        text-align: center;
        padding-top: 5px;
        background: #666;
}
#search .mf_finder_searchBox_submit:before {
    margin-left: .25rem;
    height: 16px;
    }
#header-contents .header-right .header-items #search input[type=text]{
    background: none;
}
/***********suggest***************************************/
ul.mf_finder_searchBox_suggest_items {
    position: absolute;
    margin: 0;
    width: 100%;
    /*background-color: rgba(0,0,0,.8);*/
    background-color: #fff;
    list-style-type: none;
    padding: 0 1px 1px;
    border-width: 0 1px 1px;
    border-color: silver;
    border-style: solid;
    z-index: 5
}
.mf_finder_searchBox_suggest_item {
    border-top: 1px dotted silver;
}
.mf_finder_searchBox_query_wrap ul li {
    float: none
}
.mf_finder_searchBox_suggest_item:first-child {
    border-top: none
}
.mf_finder_searchBox_suggest_item:last-child {
    padding-bottom: 6px;
}
.mf_finder_searchBox_suggest_item a {
    display: inline-block;
    width: 100%;
    padding: 2px;
    text-decoration: none;
    color: #000;
}
.mf_finder_searchBox_query_wrap ul li {
    float: none
}
.mf_finder_searchBox_suggest_items {
    padding: 0;
}
.mf_finder_searchBox_suggest_items .mf_finder_searchBox_suggest_item {
padding:6px;
margin: 0;
}
.mf_finder_searchBox_suggest_items .mf_finder_searchBox_suggest_item:hover {
 background-color: rgba(80, 80, 80, .1)!important;
 color: #000!important;
}
.mf_finder_searchBox_suggest_items .mf_finder_searchBox_suggest_item:hover a{
 text-decoration: none!important;
}
.mf_finder_searchBox_suggest_item {
    border-top: 1px solid #c4c4c4;
}
.mf_finder_searchBox_suggest_item .mf_finder_searchBox_suggest_link{
    color: #7f7f7f;
}
.mf_finder_searchBox_suggest_item:first-child {
    border-top: none;
}
/***********suggest***************************************/
@media only screen and (max-width: 750px){
.sp-search2 .mf_finder_searchBox_items {
    padding: 0;
}
 .mf_finder_searchBox_items_wrapper {
        width: 100%;
        margin-right: 0;
    }
 #sp-hum-menu .sp-search2 input[type=text]{
    background: none;
    }
    #sp-hum-menu .sp-search2 {
        background-color: #f6f6f6;
        padding: 20px 0;
        border-bottom: 1px solid #cfcfcf;
        width: 100%;
    }
    #sp-hum-menu .sp-search2 input[type=text] {
        -webkit-appearance: none;
        float: none;
        width: 100%;
        height: 35px;
        box-sizing: border-box;
        padding: 0;
        margin: 0;
        border-left: 1px solid #cfcfcf;
        border-top: 1px solid #cfcfcf;
        border-bottom: 1px solid #cfcfcf;
        background: none;
        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;
        border-radius: 0;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        font-size: 16px;
        line-height: 1.0;
    }
    #sp-hum-menu .sp-search2 form {
        width: 100%!important;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        height: 35px;
        overflow: hidden;
    }
    #sp-hum-menu .sp-search2 input[type=submit] {
        background: none;
        background-color: #666666;
        width: 60px !important;
        height: 35px !important;
        padding: 0px 15px;
        float: none;
        font-size: 13px;
        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;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        justify-content: flex-start;
    }
}