@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&family=Noto+Serif+JP:wght@500&display=swap');
/* ==============================================================
/*     Reset  
/* ============================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* ==============================================================
/*     Frame  
/* ============================================================== */
#contents, .inner {
  width: 1000px;
  margin: 0 auto
}
#contents {
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 20px
}
body {
  font-family: 'Noto Serif JP', serif;
}
/* ==============================================================
/*     BASE
/* ============================================================== */
html, body {
  height: 100%
}
body {
  background: #fff;
  color: #323232;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
}
h1 {
  font-size: 20pt
}
h2 {
  font-size: 20px
}
h3 {
  font-size: 22px
}
h4 {
  font-size: 20px
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  line-height: 1.4;
  font-family: 'Noto Serif JP', serif;
  text-transform: capitalize;
}
em {
  font-weight: bold;
  font-style: normal;
}
p, li, th, td, dt, dd, address {
  font-size: 11.5pt;
  line-height: 1.8;
}
input, select, textarea, button {
  vertical-align: middle;
  font-family: 'Noto Sans JP', sans-serif;
}
/* link
---------------------------------*/
img {
  vertical-align: bottom;
}
a { /* \*/
  overflow: hidden; /* */
}
a, a:visited {
  color: #0093E3;
  transition: all 0.3s;
}
a:hover, a:active {
  color: #7FC9F0;
}
a img, a:visited img {
  opacity: 1;
  filter: alpha(opacity=100)
}
a:hover img, a:active img {
  opacity: 0.8;
  filter: alpha(opacity=80)
}
/* clearfix
---------------------------------*/
div:after, ul:after, .cf:after {
  content: "";
  display: block;
  clear: both;
}
/* Font
---------------------------------*/
/* Noto Serif SemiBold */
.scroll, .nav-wrap .nav li, .h2_en, .liImgMenu li, .nav-wrap li, .dlDetail dt, .navPC li, .main-carousel-copy, .h1_box h1 {
  font-family: 'Noto Serif JP', serif;
  font-weight: 600;
}
/* Noto Sans Regular */
.nav_lang li, .content .h2_subTtl span, .liPrice_caption, .liImgMenu_inner span {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
}
/* Noto Sans Medium */
.checkIOBox h3 span {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
}
/* Noto Sans Bold */
.nav-wrap li span, .content_box .ttlWithbar, .btn, .content_box .ttlBold, .liPrice, .liSfs_label span {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
}
/* Noto Sans Black */
.liPrice_yen {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 900;
}
/* ==============================================================
/*     HEADER
/* ============================================================== */
.header {
  position: absolute;
  top: 0;
  width: 100%;
  height: 60px;
  padding: 13px 0 0 20px;
  justify-content: space-between;
  z-index: 100;
  box-sizing: border-box;
}
.header .inner {
  width: 100%;
  box-sizing: border-box;
}
.nav-button, .navPC {
  display: none;
}
.nav-wrap .nav a {
  text-decoration: none;
  color: #fff;
}
.nav-wrap.open, .nav-wrapBg.active {
  right: 0;
  transition: all 0.4s;
}
.nav-wrap.close, .nav-wrapBg {
  transition: all 0.4s;
}
@media screen and (max-width: 1023px) {
  .logo img {
    width: auto;
    height: 45px;
  }
  .nav-button {
    display: block;
    cursor: pointer;
  }
  .nav-wrap, .nav-wrapBg {
    position: fixed;
    right: -100%;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    padding-top: 70px;
    box-sizing: border-box;
  }
  .nav-wrapBg {
    z-index: 5;
    background-color: #123264;
  }
  .nav-wrap .nav {
    position: relative;
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .nav-wrap .nav li {
    display: block;
    margin: 0 10px 10px;
    text-align: left;
    line-height: 1;
    font-size: 16pt;
  }
  .nav-wrap .nav li a {
    position: relative;
    display: block;
    padding: 15px 0 19px 15px;
    background: #fff;
    text-decoration: none;
    color: #0D87A0 !important;
    transition: all .5s ease;
    overflow: hidden;
  }
  .nav-wrap .nav li a:after {
    position: absolute;
    right: 8px;
    display: inline-block;
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
  }
  .nav-wrap li span {
    font-size: 8.5pt;
  }
  .nav-wrap li.nav_border {
    text-align: center;
    font-size: 16px;
    font-family: 'Noto Sans JP', sans-serif;
  }
  .nav-wrap li.nav_border a {
    padding: 17px 0;
    color: #fff !important;
    background: -moz-linear-gradient(left, #00a4a7 0%, #004e98 100%);
    background: -webkit-linear-gradient(left, #00a4a7 0%, #004e98 100%);
    background: linear-gradient(150deg, #00a4a7 0%, #004e98 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00a4a7', endColorstr='#004e98', GradientType=1);
  }
  .no-scroll {
    position: hidden;
    z-index: -1;
    width: 100%;
    height: 100%;
  }
  .local .logo {
    display: none;
  }
  .nav-wrap .logo {
    display: block;
    position: absolute;
    top: 13px;
    left: 20px;
  }
  .nav-wrap .logo img {
    height: 40px;
  }
  /*メニューボタン*/
  .nav-button {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 50;
    -moz-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.3);
  }
  .nav-button span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
  }
  .nav-button {
    width: 56px;
    height: 60px;
    background-color: #0095a4;
  }
  .nav-button span {
    position: absolute;
    left: 0;
    width: 28px;
    margin: 0 14px;
    height: 2px;
    background-color: #fff;
  }
  .nav-button span:nth-of-type(1) {
    top: 16px;
  }
  .nav-button span:nth-of-type(2) {
    top: 29px;
  }
  .nav-button span:nth-of-type(3) {
    bottom: 16px;
  }
  .nav-button.active {
    background-color: transparent;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
  }
  .nav-button.active span {
    width: 40px;
    margin: 0;
  }
  .nav-button.active span:nth-of-type(1) {
    -webkit-transform: translateY(12px) rotate(-45deg);
    transform: translateY(12px) rotate(-45deg);
  }
  .nav-button.active span:nth-of-type(2) {
    opacity: 0;
  }
  .nav-button.active span:nth-of-type(3) {
    -webkit-transform: translateY(-13px) rotate(45deg);
    transform: translateY(-13px) rotate(45deg);
  }
  .nav_lang {
    position: absolute;
    top: 10px;
    right: 60px;
  }
  .nav_lang li {
    float: left;
    width: 38px;
    line-height: 34px;
    margin-right: 6px;
    font-size: 15px;
    text-align: center;
  }
  .nav_lang a {
    display: block;
    color: #0095a4;
    background: transparent;
    border: 2px solid #0095a4;
    text-decoration: none;
  }
  .nav_lang a.active {
    color: #fff;
    background: #0095a4;
  }
}
@media screen and (min-width: 1024px) {
  /* PC */
  h1 {
    font-size: 38px
  }
  h2 {
    font-size: 26px
  }
  p, li, th, td, dt, dd, address {
    font-size: 15px;
  }
  .nav-wrap {
    display: none;
  }
  body {
    padding-top: 98px;
  }
  /* ==============================================================
/*     HEADER
/* ============================================================== */
  .header {
    position: fixed;
    height: 68px;
    padding: 30px 0 0;
    background: #fff;
    -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
    -ms-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
    box-sizing: content-box;
  }
  .header .inner {
    width: 100%;
  }
  .logo {
    width: 233px;
    height: 46px;
    margin-left: 30px;
    float: left;
    background: url(../img/logoPC.png) no-repeat;
    text-indent: -9999px;
  }
  .logo a {
    display: block;
  }
  .navPC {
    display: block;
    float: right;
    padding-top: 15px;
  }
  .navPC li {
    float: left;
    font-size: 13px;
    padding-right: 1px;
    background: url(../img/bg_navPC.png) repeat-x 100% 0;
  }
  .navPC li:last-child {
    padding-right: 0;
    background: none;
  }
  .navPC li a {
    display: block;
    padding: 15px 14px 11px;
    color: #004E90;
    text-decoration: none;
    border-bottom: 4px solid #fff;
    background: #fff;
  }
  .navPC li.active a, .navPC li a:hover {
    border-bottom-color: #008D9C;
  }
  .nav_langPC {
    position: absolute;
    top: 12px;
    right: 15px;
  }
  .nav_langPC_label i{
    position: absolute;
    top: 6px;
    right: 8px;
  }
  .nav_langPC li {
    width: 80px;
    height: 24px;
    padding-left: 28px;
    border: 1px solid #ccc;
    color: #787878;
    background: #fff url("../img/ico_lang_ja.png") no-repeat 8px 50%;
    font-size: 13px;
    cursor: pointer;
    border-radius: 8px;
  }
  .nav_langPC .open{
    border-radius: 8px 8px 0 0;
  }
  .nav_langPC a {
    display: block;
    height: 23px;
    text-decoration: none;
    color: #787878;
  }
  .nav_langPC a.active {
    color: #008D9C;
    font-weight: bold;
  }
  .nav_langPC ul {
    display: none;
    position: relative;
    top: 1px;
    left: -29px;
  }
  .nav_langPC ul li {
    padding-left: 0;
    width: 108px;
    border-top: none;
    background-image: none;
    border-radius: 0 0 8px 8px;
  }
  .nav_langPC ul li:hover {
    background-color: #eee;
  }
  .nav_langPC ul li:last-child {
    border-bottom: 1px solid #ccc;
  }
  .nav_langPC ul a{
    padding-left: 28px;
    background: url("../img/ico_lang_en.png") no-repeat 8px 50%;
  }
}
/* GO TO トラベル */
.goto {
  float: left;
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .goto {
    display: none
  }
}
@media screen and (max-width: 1023px) {
  .goto {
    position: fixed;
    top: 0;
    right: 56px;
    z-index: 5;
  }
}
@media screen and (max-width: 350px) {
  .goto {
    display: none
  }
}
/* ==============================================================
/*     Content
/* ============================================================== */
.content p {
  margin-bottom: 15px;
}
ul li {
  list-style: none;
}
#toTop {
  position: absolute;
  bottom: 0;
  right: 0
}
/* ==============================================================
/*     FOOTER
/* ============================================================== */
.footer {
  text-align: center;
}
.content_box-footer .ttlCatch {
  margin-bottom: 10px;
}
.content_box-footer .ttlCatch a {
  text-decoration: none;
  color: #076297;
}
.content_box-footer .ttlCatch span {
  display: block;
}
.content_box-footer p {
  margin-bottom: 30px !important;
  font-size: 14px;
}
.footer .copyright {
  padding: 6px 0;
  color: #fff;
  background: #133364;
  font-size: 10px;
}
@media screen and (max-width: 640px) {
  .li2col.btns {
    margin: 0 -10px 20px;
  }
}
@media screen and (min-width: 641px) {
  .footer {
    margin-top: 40px;
    background: #eaeaea;
  }
}
@media screen and (min-width: 1024px) {
  .content_box-footer {
    padding-top: 25px !important;
    color: #fff;
    background: #133364;
    text-align: left;
  }
  .content_box-footer .inner {
    position: relative;
    padding: 0 !important;
  }
  .content_box-footer .ttlCatch {
    display: block !important;
    width: 223px;
    height: 44px;
    margin: 0 0 15px 50px !important;
    background: url(../img/logo_footer.png) no-repeat;
    text-indent: -9999px;
  }
  .content_box-footer .ttlCatch a {
    display: block;
  }
  .content_box-footer .ttlCatch span {
    display: inline;
  }
  .content_box-footer .ttlCatch:after {
    display: none !important;
  }
  .content_box-footer p, .content_box-footer li {
    text-align: left !important;
    font-size: 15px;
  }
  .content_box-footer .inner p {
    font-size: 13px;
  }
  .footerNav {
    position: absolute;
    top: 0;
    right: 0;
    width: 584px;
    padding-left: 56px;
    border-left: 2px solid #008D9C;
  }
  .footerNav li a, .footerNav li a:visited {
    padding-left: 15px;
    color: #fff;
    text-decoration: none;
  }
  .footerNav li a:hover {
    text-decoration: underline;
  }
  .footerNav li:before {
    position: relative;
    top: 1px;
    display: inline-block;
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
  }
  .footerNavPC1 {
    width: 285px;
    float: left;
  }
  .content_box-footer .li2col {
    text-align: center;
  }
  .content_box-footer .li2col li {
    float: none;
    display: inline-block;
    width: auto;
    margin: 40px 13px 0 !important;
    padding: 0 !important;
  }
  .content_box-footer .btns .btn {
    width: 334px !important;
    padding: 17px 0;
  }
  .content_box-footer .btns li:first-child .btn {
    color: #fff !important;
    background: #008D9C;
    border-color: #008D9C;
  }
  .content_box-footer .btns li:last-child .btn {
    color: #133364 !important;
    background: #fff;
    border-color: #fff;
  }
  .footer {
    margin-top: 0;
    height: 43px;
    background: #133364;
  }
  .footer .copyright {
    width: 1000px;
    margin: 0 auto;
    padding: 12px 0 11px;
    border-top: 1px solid #fff;
  }
}