@charset "UTF-8";

/*============================================================================
header
============================================================================*/
#globalHeader,
#globalHeader_other {
  top: -500px;
  transition: all 0.7s;
  z-index: 999;
  background-color: #fff;
  min-height: 65px;
  vertical-align: bottom;
  width: 100%;
}

@media screen and (min-width: 769px) {
 #globalHeader,
 #globalHeader_other {
    border-bottom: 3px solid #cc0000;
  }
}

@media screen and (min-width: 769px) {
 #globalHeader .header_head,
 #globalHeader_other .header_head {
    padding: 25px 40px 26px;
  }
}
#globalHeader .header_head .header_head_wrap,
#globalHeader_other .header_head .header_head_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 10px 0;
  min-height: 65px;
}
@media screen and (max-width: 1024px) {
#globalHeader .header_head .header_head_wrap,
#globalHeader_other .header_head .header_head_wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media screen and (max-width: 1024px) {
#globalHeader .header_head .header_head_wrap .head_sub,
#globalHeader .header_head .header_head_wrap .head_jal_logo,
#globalHeader_other .header_head .header_head_wrap .head_sub,
#globalHeader_other .header_head .header_head_wrap .head_jal_logo {
    display: none;
  }
}

#globalHeader .header_head .header_head_wrap .head_sub,
#globalHeader_other .header_head .header_head_wrap .head_sub {
  background: #efefef;
  text-align: center;
  position: absolute;
}

@media screen and (min-width: 769px) {
 #globalHeader .header_head .header_head_wrap .head_sub,
 #globalHeader_other .header_head .header_head_wrap .head_sub {
    font-size: 16px;
    width: 227px;
    line-height: 41px;
    border-radius: 21px;
  }
}
#globalHeader .header_head .header_head_wrap .head_logo img,
#globalHeader .header_head .header_head_wrap .head_jal_logo img,
#globalHeader_other .header_head .header_head_wrap .head_logo img,
#globalHeader_other .header_head .header_head_wrap .head_jal_logo img  {
  width: 100%;
}
#globalHeader .header_head .header_head_wrap .head_logo,
#globalHeader_other .header_head .header_head_wrap .head_logo {
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
 #globalHeader .header_head .header_head_wrap .head_logo,
 #globalHeader_other .header_head .header_head_wrap .head_logo {
    width: 384px;
    height: 92px;
  }
}

@media screen and (max-width: 768px) {
 #globalHeader .header_head .header_head_wrap .head_logo,
 #globalHeader_other .header_head .header_head_wrap .head_logo {
    width: 45.6%;
    width: -webkit-calc(100% - 204px);
    width: calc(100% - 204px);
    max-width: 341px;
  }
}
@media screen and (min-width: 769px) {
 #globalHeader .header_head .header_head_wrap .head_jal_logo,
 #globalHeader_other .header_head .header_head_wrap .head_jal_logo {
    width: 154px;
    height: 81px;
    position: absolute;
    top: 4px;
    right: 40px;
  }
}
#globalHeader.fixedF {
  position: fixed;
  top: 0;
}
@media screen and (min-width: 769px) {
 #globalHeader.fixedF .header_head {
    padding: 25px 40px;
  }
}
@media screen and (min-width: 769px) {
  #globalHeader.fixedF .header_head .header_head_wrap .head_logo {
    width: 300px;
    height: 100%;
  }
}

@media screen and (max-width: 1024px) {
  #globalHeader.fixedF .header_head .header_head_wrap .head_logo {
    max-width: 170px;
    height: 100%;
  }
}

#globalHeader.fixedF .header_head .header_head_wrap .head_jal_logo {
  width: 100px;
  height: 100px;
  top: -57px;
  left: auto;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  #globalHeader #navigation {
    background: rgba(0, 0, 0, 0.9);
    position: absolute;
    width: 100%;
    height: 100vh;
    overflow-y: scroll;
    padding: 6% 6% 20%;
    color: #fff;
    box-sizing: border-box;
    float: none;
    left: 0;
    z-index: 5;
  }
}

@media screen and (max-width: 1024px) {
  #globalHeader #navigation a {
    color: #fff;
  }
}
@media screen and (max-width: 1024px) {
  #globalHeader #navigation.header_bottom nav {
    margin-top: 10px;
  }
}

@media screen and (max-width: 1024px) {
  #globalHeader #navigation.header_bottom nav.header_gnav {
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  #globalHeader #navigation.header_bottom nav.header_gnav ul {
    width: 1024px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 1024px) {
  #globalHeader #navigation.header_bottom nav.header_gnav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    border-left: 0;
    border-top: 1px solid #bfbfbf;
  }
}
#globalHeader #navigation.header_bottom nav.header_gnav ul > li {
  line-height: 46px;
}

@media screen and (min-width: 769px) {
  #globalHeader #navigation.header_bottom nav.header_gnav ul > li:not(:first-child) {
    margin-left: 23px;
    padding: 0 0 13px 23px;
    position: relative;
  }
  #globalHeader #navigation.header_bottom nav.header_gnav ul > li:nth-child(2) {
    padding: 0 0 13px 15px;
  }
  #globalHeader #navigation.header_bottom nav.header_gnav ul > li.gnav_sub + li {
    margin-left: 44px;
  }
  #globalHeader #navigation.header_bottom nav.header_gnav ul > li:nth-child(5) {
    margin-left: 15px;
  }
  #globalHeader #navigation.header_bottom nav.header_gnav ul > li:not(:first-child):before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 46px;
    background: #000;
  }
}

#globalHeader #navigation.header_bottom nav.header_gnav ul > li a,
#globalHeader #navigation.header_bottom nav.header_gnav ul > li.gnav_sub {
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 100%;
  box-sizing: border-box;
  transition: 0.5s;
  font-weight: 500;
}

@media screen and (min-width: 769px) {
  #globalHeader #navigation.header_bottom nav.header_gnav ul > li a:hover, #globalHeader #navigation.header_bottom nav.header_gnav ul > li.gnav_sub:hover {
    opacity: 1;
    color: #cc0000;
  }
}
@media screen and (max-width: 1024px) {
  #globalHeader #navigation.header_bottom nav.header_gnav ul > li a:hover, #globalHeader #navigation.header_bottom nav.header_gnav ul > li.gnav_sub:hover {
    color: #fff;
  }
}
@media screen and (max-width: 1024px) {
  #globalHeader #navigation.header_bottom nav.header_gnav ul > li a {
    padding: 20px;
  }
}
@media screen and (max-width: 1024px) {
  #globalHeader #navigation.header_bottom nav.header_gnav ul > li:not(.gnav_sub) {
    margin-left: 0;
    padding: 0;
    position: relative;
  }
  #globalHeader #navigation.header_bottom nav.header_gnav ul > li:not(.gnav_sub):before {
    content: "";
    display: block;
    width: 9px;
    height: 9px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    position: absolute;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 0;
    left: auto;
    right: 12px;
    bottom: 0;
    margin: auto;
    background: transparent;
  }
}
#globalHeader #navigation.header_bottom nav.header_gnav ul > li.gnav_sub {
  cursor: pointer;
  position: relative;
}

@media screen and (min-width: 769px) {
  #globalHeader #navigation.header_bottom nav.header_gnav ul > li.gnav_sub {
    width: auto;
  }
}
@media screen and (max-width: 1024px) {
  #globalHeader #navigation.header_bottom nav.header_gnav ul > li.gnav_sub {
    width: 100%;
    margin-left: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
}

#globalHeader #navigation.header_bottom nav.header_gnav ul > li.gnav_sub:after {
  content: "";
  display: block;
  position: absolute;
}
@media screen and (min-width: 1025px) and (max-width: 1366px) {
  #globalHeader #navigation.header_bottom nav.header_gnav ul > li.gnav_sub:after {
    width: 6px;
    height: 6px;
    border-right: 2px solid #cc0000;
    border-bottom: 2px solid #cc0000;
    top: 18px;
    right: -19px;
    left: auto;
    bottom: auto;
    margin: auto;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@media screen and (min-width: 1366px) {
  #globalHeader #navigation.header_bottom nav.header_gnav ul > li.gnav_sub:after {
    width: 6px;
    height: 6px;
    border-right: 2px solid #cc0000;
    border-bottom: 2px solid #cc0000;
    top: 18px;
    right: -19px;
    left: auto;
    bottom: auto;
    margin: auto;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

#globalHeader #navigation.header_bottom nav.header_gnav ul > li.gnav_sub .gnav_sub_txt {
  position: relative;
}
@media screen and (min-width: 1366px) {
  #globalHeader #navigation.header_bottom nav.header_gnav ul > li.gnav_sub .gnav_sub_txt {
    display: inline-block;
  }
}

#globalHeader #navigation.header_bottom nav.header_gnav ul > li.gnav_sub .gnav_sub_txt:after, #globalHeader #navigation.header_bottom nav.header_gnav ul > li.gnav_sub .gnav_sub_txt:before {
  content: "";
  display: block;
  position: absolute;
  transition: 0.5s;
}

@media screen and (max-width: 1024px) {
  #globalHeader #navigation.header_bottom nav.header_gnav ul > li.gnav_sub .gnav_sub_txt:after, #globalHeader #navigation.header_bottom nav.header_gnav ul > li.gnav_sub .gnav_sub_txt:before {
    width: 1px;
    height: 13px;
    background: #fff;
    border: none;
    top: 0;
    right: 19px;
    left: auto;
    bottom: 0;
    margin: auto;
  }
}

@media screen and (max-width: 1024px) {
  #globalHeader #navigation.header_bottom nav.header_gnav ul > li.gnav_sub .gnav_sub_txt:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
#globalHeader #navigation.header_bottom nav.header_gnav ul > li.gnav_sub .gnav_sub_txt.toggleOpen:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
#globalHeader #navigation.header_bottom nav.header_gnav ul > li.gnav_sub .gnav_sub_navi {
  background: #464646;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 10;
  transition: all 0.4s;
  display: none;
}

@media screen and (min-width: 1025px) and (max-width: 1366px) {
  #globalHeader #navigation.header_bottom nav.header_gnav ul > li.gnav_sub .gnav_sub_navi {
    position: absolute;
    width: 240px;
    padding: 8px 0;
    left: -36px;
    top: 46px;
    background: #cc0000;
  }
  #globalHeader #navigation.header_bottom nav.header_gnav ul > li.gnav_sub .gnav_sub_navi:before {
    content: "";
    display: block;
    position: absolute;
    top: -12px;
    left: 110px;
    z-index: 5;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 12px 10px;
    border-color: transparent transparent #cc0000 transparent;
  }
}


@media screen and (min-width: 1366px) {
  #globalHeader #navigation.header_bottom nav.header_gnav ul > li.gnav_sub .gnav_sub_navi {
    position: absolute;
    width: 240px;
    padding: 8px 0;
    left: -36px;
    top: 46px;
    background: #cc0000;
  }
  #globalHeader #navigation.header_bottom nav.header_gnav ul > li.gnav_sub .gnav_sub_navi:before {
    content: "";
    display: block;
    position: absolute;
    top: -12px;
    left: 110px;
    z-index: 5;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 12px 10px;
    border-color: transparent transparent #cc0000 transparent;
  }
}

@media screen and (max-width: 768px) {
  #globalHeader #navigation.header_bottom nav.header_gnav ul > li.gnav_sub .gnav_sub_navi {
    display: none;
  }
}

#globalHeader #navigation.header_bottom nav.header_gnav ul > li.gnav_sub .gnav_sub_navi li {
  text-align: center;
  border-color: #fff;
}

@media screen and (min-width: 769px) {
  #globalHeader #navigation.header_bottom nav.header_gnav ul > li.gnav_sub .gnav_sub_navi li {
    text-align: left;
    border-left: none;
    margin-left: 0;
    padding: 15px 10px 15px 30px;
  }
  #globalHeader #navigation.header_bottom nav.header_gnav ul > li.gnav_sub .gnav_sub_navi li:before {
    display: none;
  }
}

#globalHeader #navigation.header_bottom nav.header_gnav ul > li.gnav_sub .gnav_sub_navi li a {
  color: #fff;
  font-size: 1.4rem;
  text-decoration: none;
}

@media screen and (min-width: 769px) {
  #globalHeader #navigation.header_bottom nav.header_gnav ul > li.gnav_sub .gnav_sub_navi li a {
    display: inline-block;
    width: auto;
    text-align: left;
  }
}

#globalHeader #navigation.header_bottom nav.header_gnav ul > li.gnav_sub .gnav_sub_navi li a:after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #fff;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform 0.4s;
}

#globalHeader #navigation.header_bottom nav.header_gnav ul > li.gnav_sub .gnav_sub_navi li a:hover:after {
  transform: scale(1, 1);
}
#globalHeader #navigation.header_bottom nav.header_gnav ul > li.gnav_sub .gnav_sub_navi li a[href="javascript:void(0)"]:hover {
  cursor: auto;
}

#globalHeader #navigation.header_bottom nav.header_gnav ul > li.gnav_sub .gnav_sub_navi li a[href="javascript:void(0)"]:hover:after {
  display: none;
}

@media screen and (min-width: 1025px) {
  #globalHeader #navigation.header_bottom nav.header_gnav ul > li.gnav_sub .gnav_sub_navi li.nav_only_sp {
    display: none;
  }
}

#globalHeader #navigation.header_bottom nav.header_gnav ul > li.gnav_sub .gnav_sub_navi li:last-child {
  border: none;
}
@media screen and (min-width: 1024px) and (max-width: 1366px) {
  #globalHeader #navigation.header_bottom nav.header_gnav ul > li.gnav_sub:hover .gnav_sub_navi {
    -webkit-animation: show 0.4s linear 0s;
    -moz-animation: show 0.4s linear 0s;
    animation: show 0.4s linear 0s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both;
    display: block;
  }
}
@media screen and (min-width: 1366px) {
  #globalHeader #navigation.header_bottom nav.header_gnav ul > li.gnav_sub:hover .gnav_sub_navi {
    -webkit-animation: show 0.4s linear 0s;
    -moz-animation: show 0.4s linear 0s;
    animation: show 0.4s linear 0s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    animation-fill-mode: both;
    display: block;
  }
}

@-webkit-keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

nav ul li .menu_lower {
  display: none;
  position: absolute;
  box-shadow: 6px 6px rgba(17, 17, 17, 0.5);
  border: none;
  width: 120%;
  left: -10%;
}

nav ul li .menu_lower li {
  display: block;
  border: none;
  border-bottom: 1px solid #fff;
}

nav ul li .menu_lower li:last-of-type {
  border: none;
}

nav ul li .menu_lower li a {
  padding: 15px 10px !important;
}

@media screen and (max-width: 1024px) {
  nav ul {
    border-left: 0;
    border-top: 1px solid #bfbfbf;
  }
}

@media screen and (max-width: 1024px) {
  nav ul li {
    display: block;
    border-right: 0;
    padding: 0;
    border-bottom: 1px solid #bfbfbf;
  }
}

@media screen and (max-width: 1024px) {
  nav ul li .menu_lower {
    width: 100%;
    left: 0;
    position: relative;
    box-shadow: none;
    padding: 0 20px;
    border-top: 1px solid #bfbfbf;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.2);
  }
}

@media screen and (max-width: 1024px) {
  header .menuTrigger {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
    width: 30px;
    height: 24px;
    position: absolute;
    right: 20px;
    top: 20px;
  }

  .info header .menuTrigger {
    display: none;
  }

  header .menuTrigger span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #bfbfbf;
  }

  header .menuTrigger span:nth-of-type(1) {
    top: 0;
  }

  header .menuTrigger span:nth-of-type(2) {
    top: 10px;
  }

  header .menuTrigger span:nth-of-type(3) {
    bottom: 0;
  }

  header .menuTrigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
  }

  header .menuTrigger.active span:nth-of-type(2) {
    opacity: 0;
  }

  header .menuTrigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(45deg);
    transform: translateY(-10px) rotate(45deg);
  }
}

.snsBox {
  position: fixed;
  right: 0;
  background: #fff;
  display: inline-block;
  z-index: 4;
}

@media screen and (max-width: 1024px) {
  .snsBox {
    position: static;
    margin-top: 20px;
    text-align: center;
    background: none;
    display: block;
  }
}

.snsBox li {
  display: table;
}

@media screen and (max-width: 1024px) {
  .snsBox li {
    display: inline-block;
  }
}

.snsBox a {
  color: #fff;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 50px;
  height: 50px;
  padding: 10px;
  box-sizing: border-box;
}

@media screen and (max-width: 1024px) {
  .snsBox a {
    display: block;
    width: auto;
    height: auto;
  }
}

.snsBox a:before {
  font-size: 2rem;
}

.snsBox .icon-fb01 {
  background: #31508b;
}

.snsBox .icon-tw01 {
  background: #55a1e3;
}

.snsBox .icon-gp01 {
  background: #d24b39;
}

.snsBox .booking {
  writing-mode: vertical-rl;
}

.snsBoxSP {
  display: none;
}
@media screen and (max-width: 1024px) {
  .snsBox .booking {
    writing-mode: unset;
    display: none;
  }
  .snsBoxSP {
    display: block;
    position: fixed;
    top: 50%;
    right: 0;
    width: 40px;
    z-index: 1;
  }
}

.snsBox .booking a,
.snsBoxSP a.booking {
  height: auto;
  padding: 16px 10px;
  background: #000000;
  color: #fff;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

@media screen and (max-width: 1024px) {
  .snsBoxSP a.booking {
    display: block;
    width: 100%;
    margin-top: 20px;
    background: #cc0000;
  }
}

/*============================================================================
icon font
============================================================================*/
@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?2ng2d4");
  src: url("fonts/icomoon.eot?2ng2d4#iefix") format("embedded-opentype"),
    url("fonts/icomoon.ttf?2ng2d4") format("truetype"), url("fonts/icomoon.woff?2ng2d4") format("woff"),
    url("fonts/icomoon.svg?2ng2d4#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-other01:before {
  content: "\e90c";
}

.icon-arrow01:before {
  content: "\e900";
}

.icon-branding01:before {
  content: "\e901";
}

.icon-event01:before {
  content: "\e902";
}

.icon-fb01:before {
  content: "\e903";
}

.icon-gp01:before {
  content: "\e904";
}

.icon-inbound01:before {
  content: "\e905";
}

.icon-mail01:before {
  content: "\e906";
}

.icon-promotion01:before {
  content: "\e907";
}

.icon-sales01:before {
  content: "\e908";
}

.icon-tourism01:before {
  content: "\e909";
}

.icon-training01:before {
  content: "\e90a";
}

.icon-tw01:before {
  content: "\e90b";
}

/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡

container

≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/

/*---------------------------------------------
breadCrumbs
---------------------------------------------*/
.breadCrumbs .innerWrap {
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}

@media screen and (max-width: 768px) {
  .breadCrumbs .innerWrap {
    overflow-x: scroll;
  }
}

.breadCrumbs .innerWrap .links {
  letter-spacing: -0.4em;
}

.breadCrumbs .innerWrap .links li {
  float: none;
  display: inline-block;
  letter-spacing: normal;
  color: #000;
}
@media screen and (max-width: 768px) {
.breadCrumbs .innerWrap .links li:last-child{
  padding-right: 20px;
}
}
.breadCrumbs .innerWrap .links li:after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  vertical-align: middle;
  margin: -3px 10px 0;
}

.breadCrumbs .innerWrap .links li:last-of-type:after {
  display: none;
}

.breadCrumbs .innerWrap .links li a {
  font-size: 1.4rem;
  color: #000;
}

.breadCrumbs .innerWrap .links li.home a img {
  width: 14px;
  vertical-align: text-top;
}

/*-mq-*/
@media screen and (max-width: 768px) {
  #breadCrumbs .inner {
    width: 100%;
    padding: 10px 20px;
  }
}

/*---------------------------------------------
bigTtl
---------------------------------------------*/
.bigTtl {
  background: #cc0000;
  padding: 25px 10px 23px;
  margin-bottom: 30px;
}
.bigTtl .title.-lage01 {
  margin: 0 auto;
  color: #fff;
  text-align: left;
}
.bigTtl .bigSub{
  letter-spacing: 0.03em;
  display: block;
  font-size: 1.4rem;}

@media only screen and (max-width:768px) {
  .bigTtl .bigSub{
    margin-top: 10px;
  } 
}

@media only screen and (min-width:740px) {
  .bigTtl {
    padding: 25px 0 23px;
    margin-bottom: 60px;
  }
}
@media only screen and (min-width:813px) {
  .bigTtl .title.-lage01 {
    width: 1024px;
  }
  .bigTtl .bigSub{
    font-size: 1.6rem;
    margin-top: 0;
    vertical-align: middle;
  }
}

/*---------------------------------------------
common parts
---------------------------------------------*/

.fontEn {
  font-family: "Roboto", sans-serif;
}
header,
main,
footer {
  opacity: 0;
}
.loading {
  display: inline-block;
  position: fixed;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.container {
  overflow: hidden;
  position: relative;
  padding-bottom: 80px;
}

.contents {
  display: block;
}

.innerWrap {
  width: 1024px;
  margin: auto;
}

.innerWrap.-pdBottom {
  padding-bottom: 80px;
}

@media screen and (max-width: 1024px) {
  .innerWrap {
    width: 100%;
    padding: 0 40px;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 480px) {
  .innerWrap {
    padding: 0 20px;
  }
}

.innerWrap.-mini {
  width: 800px;
}

@media screen and (max-width: 1024px) {
  .innerWrap.-mini {
    width: 100%;
    padding: 0;
  }
}

p + p {
  margin-top: 10px;
}

.contText + .contText {
  margin-top: 30px;
}

.wrapBox {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.wrapBox + .wrapBox,
.tits + .wrapBox,
.wrapBox + p,
.wrapBox + ul {
  margin-top: 20px;
}

.wrapBox .inner {
  padding: 20px;
}

.wrapBox.-shadow {
  background-color: #fff;
  box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.wrapBox.-radius {
  border-radius: 10px;
}

.wrapBox.-bg_orange {
  background:#fcefe8;
}

.wrapBox.-inTitle {
  margin-top: 30px;
  padding: 0;
  background-color: #fff;
  border: solid 1px #bfbfbf;
}

.wrapBox.-inTitle .title {
  background-color: rgba(191, 191, 191, 0.2);
  margin-bottom: 0;
  padding: 15px 20px;
  border: none;
}

.wrapBox.-inTitle .title.-bgRed {
  background-color: #cc0000;
  color: #fff;
}

.wrapBox.-bg {
  background-color: #ededed;
}

/*タイトル*/
.title {
  font-weight: normal;
  line-height: 1.4;
}

.title.-lage01 {
  font-size: 4rem;
  text-align: center;
  letter-spacing: 1.2rem;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .title.-lage01 {
    font-size: 2.8rem;
    letter-spacing: 4px;
    margin-bottom: 30px;
  }
}

.title.-mid01 {
  font-size: 3.2rem;
  text-align: center;
  margin-bottom: 40px;
}

.title.-mid01 > * {
  display: inline-block;
  position: relative;
  padding-bottom: 15px;
  font-weight: normal;
}

.title.-mid01 > *:after {
  content: "";
  width: 100%;
  height: 3px;
  background: #cc0000;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media screen and (max-width: 768px) {
  .title.-mid01 {
    font-size: 2rem;
  }
}

.title.-sml01 {
  font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
  .title.-sml01 {
    font-size: 1.6rem;
  }
}

.title + .lead {
  text-align: center;
}

.pageTitle {
  width: 100%;
}

.pageTitle.-kv {
  position: relative;
  color: #fff;
  overflow: hidden;
  margin-bottom: 20px;
}

.pageTitle.-kv.-wide {
  max-width: 100%;
  width: 100%;
  background-color: transparent;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .pageTitle.-kv.-wide {
    padding-bottom: 103%;
  }
}
@media screen and (max-width: 1024px) {
  .pageTitle.-kv.-wide {
    padding-bottom: 103%;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1366px) {
  .pageTitle.-kv.-wide {
    padding-bottom: 20.8%;
  }
}

@media screen and (min-width: 1367px) {
  .pageTitle.-kv.-wide {
    height: 23.1775vw;
    background-position: center 43px;
  }
}
@media screen and (min-width: 1920px) {
  .pageTitle.-kv.-wide {
    height: 445px;
    background-size: auto;
  }
}
.pageTitle.-kv.-wide .text {
  margin: auto;
}

@media screen and (max-width: 1024px) {
  .pageTitle.-kv.-wide .text {
    margin: 0 auto;
    padding: 0 5.4%;
    top: 14.5vw;
    width: 48vw;
  }
}
@media screen and (max-width: 813px) {
  .pageTitle.-kv.-wide .text {
    width: auto;
    margin: 0 5.4%;
    padding: 0 5.4%;
    top: 55%;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1366px) {
  .pageTitle.-kv.-wide .text {
    width: 40vw;
    padding: 1.5vw;
    top: 13.5vw;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1367px) {
  .pageTitle.-kv.-wide .text {
    width: 40.566vw;
    padding: 2vw 2vw;
    top: 12.5999vw;
  }
}
@media screen and (min-width: 1920px) {
  .pageTitle.-kv.-wide .text {
    width: 780px;
    padding: 53px 63px 58px;
    top: 243px;
  }
}

.pageTitle.-kv.-wide .text * {
  color: #000;
}

.pageTitle.-kv.-wide .text .title.-lage01 {
  letter-spacing: normal;
  font-weight: bold;
}
@media screen and (max-width: 813px) {
  .pageTitle.-kv.-wide .text .title.-lage01 {
    font-size: 4.8vw;
  }
}
@media screen and (min-width: 1367px) {
  .pageTitle.-kv.-wide .text .title.-lage01 {
    font-size: 2.079vw;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1366px) {
  .pageTitle.-kv.-wide .text .title.-lage01 {
    font-size: 2.9283vw;
  }
}
@media screen and (min-width: 1920px) {
  .pageTitle.-kv.-wide .text .title.-lage01 {
    font-size: 40px;
  }
}
@media screen and (max-width: 768px) {
  .pageTitle.-kv.-wide .text .title {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}


@media screen and (min-width: 769px) {
  .pageTitle.-kv.-wide .text .title.-lage01 {
    padding-bottom: 11px;
    margin-bottom: 11px;
  }
}

.pageTitle.-kv.-wide .text .title + p {
  line-height: 1.6;
}
@media screen and (min-width: 1367px) {
  .pageTitle.-kv.-wide .text .title + p {
    font-size: 1.14345vw;
  }
}
@media screen and (min-width: 1920px) {
  .pageTitle.-kv.-wide .text .title + p {
    font-size: 22px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1366px) {
  .pageTitle.-kv.-wide .text .title + p {
    font-size: 1.237vw;
  }
}

@media screen and (max-width: 1025px) {
  .pageTitle.-kv.-wide .text .title + p {
    font-size: 1.3677vw;
  }
}
@media screen and (max-width: 813px) {
  .pageTitle.-kv.-wide .text .title + p {
    font-size: 3.2vw;
  }
}

.pageTitle.-kv.-wide .text .title:after {
  width: 100%;
}

.pageTitle.-kv.-wide:after {
  display: none;
}

.pageTitle.-kv .breadCrumbs {
  position: static;
  background: #eaeaea;
  border-top: 1px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
}

.pageTitle.-kv .pic {
  position: relative;
  z-index: 0;
  min-height: 300px;
  overflow: hidden;
}

@media screen and (max-width: 1300px) {
  .pageTitle.-kv .pic li img {
    width: auto;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    max-width: inherit;
  }
}

.pageTitle.-kv .text {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  text-align: center;
  z-index: 2;
}

.pageTitle.-kv .text .title {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.pageTitle.-kv .text .title:after {
  content: "";
  width: 30px;
  height: 3px;
  background: #cc0000;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.pageTitle.-kv .text .title + p {
  font-size: 1.8rem;
}

.exclamation {
  padding-left: 25px;
  position: relative;
  color: #cc0000;
}

.exclamation:before {
  content: "";
  display: inline-block;
  background: #cc0000;
  width: 21px;
  height: 21px;
  border-radius: 100px;
  position: absolute;
  top: 3px;
  left: 0;
  z-index: 0;
}

.exclamation:after {
  content: "!";
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  font-size: 1.3rem;
  font-weight: bold;
  position: absolute;
  top: 4px;
  left: 4px;
  z-index: 1;
}

.point,
.money {
  font-size: 1.4rem;
  font-weight: bold;
  color: #cc0000;
}

/*テキスト*/
.txt.-price {
  font-size: 2.2rem;
  color: #cc0000;
  font-weight: bold;
}

.txt.-date {
  font-weight: bold;
  color: #cc0000;
}

.txt.-cBlock {
  display: block;
  position: relative;
}

.txt.-cBlock .inner {
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

sup {
  font-size: smaller;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}

sup.-red {
  color: #cc0000;
}

.break.-record {
  text-align: center;
  margin: 20px;
}

/*リスト*/
.list > li {
  margin-bottom: 5px;
  display: inline-block;
}

.list.-link li {
  display: inline-block;
  margin-right: 10px;
}

.list.-default > li {
  margin-left: 1.4rem;
  text-indent: -1.4rem;
}

.list.-tblSet {
  display: table;
}

.list.-tblSet .elem {
  display: table-cell;
  text-align: left;
  vertical-align: top;
}

.list.-tblSet dt.elem {
  padding-right: 10px;
  white-space: nowrap;
}

ol.list {
  counter-reset: item;
}

ol.list > li:before {
  counter-increment: item;
  content: counter(item) ".";
  padding-right: 0.5em;
}

/*インデント*/
table.indentBox {
  table-layout: auto;
  width: 100%;
  margin-bottom: 10px;
}

table.indentBox:last-of-type {
  margin-bottom: 0;
}

table.indentBox > tbody > tr > th,
table.indentBox > tbody > tr > td {
  vertical-align: top;
}

table.indentBox > tbody > tr > th {
  text-align: right;
  padding-right: 1em;
  white-space: nowrap;
}

table.indentBox .indentBox {
  margin-top: 10px;
}

/*リンク*/
.link {
  /* use !important to prevent issues with browser extensions that change fonts */
  /* font-family: 'icomoon' !important; */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  text-decoration: none;
}

.munListArea .link {
  font-family: "icomoon" !important;
}

.link.txt {
  display: inline-block;
  line-height: 1.4;
  padding-left: 20px;
  color: #cc0000;
  position: relative;
}

.link.txt:before {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e900";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  vertical-align: middle;
  font-size: 1.2rem;
}

.link.txt.-anc:before {
  top: 30%;
  -webkit-transform: rotate(135deg) translateY(0);
  transform: rotate(135deg) translateY(0);
}

.link.txt.-pdf:before {
  content: "";
  width: 12px;
  height: 15px;
  background: url(https://japan.jal.co.jp/common/images/icon_pdf01.png) no-repeat 0 0 / cover;
}

.link.txt.-other:before {
  content: "\e90c";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-40%);
  font-size: 1.3rem;
  color: #cc0000;
}

.link.btn {
  display: inline-block;
  padding: 10px 30px 10px 10px;
  box-sizing: border-box;
  color: #fff;
  border-radius: 100px;
}
.link.btn.-other {
  padding: 10px 15px 10px 35px;
}

.link.btn.-other:before {
  content: "\e90c";
}

.link.btn.-other:before {
  display: inline-block;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-42%);
  font-size: 1.3rem;
  color: #cc0000;
}

.link.btn.-pdf {
  padding: 10px 15px 10px 35px;
}
.link.btn.-pdf:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 15px;
  background: url(https://japan.jal.co.jp/common/images/icon_pdf01.png) no-repeat 0 0 / cover;
  margin-right: 5px;
}

.link.btn.noArrow01 {
  padding: 10px;
}

.link.btn:not(.noArrow01):not(.-prev):not(.-anc):not(.-other):not(.-pdf):after {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e900";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  vertical-align: middle;
}

.link.btn.-anc:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 40%;
  right: 12px;
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #cc0000;
  border-right: solid 2px #cc0000;
  -webkit-transform: rotate(135deg) translateY(0);
  transform: rotate(135deg) translateY(0);
}

.link.btn.-prev {
  border: solid 1px #bfbfbf;
  background-color: #ededed;
  padding: 10px 10px 10px 25px;
  text-align: center;
}

.link.btn.-prev:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 15px;
  top: 38%;
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #cc0000;
  border-right: solid 2px #cc0000;
  -webkit-transform: rotate(-135deg) translateY(-50%);
  transform: rotate(-135deg) translateY(-50%);
  vertical-align: middle;
}

.link.btn.-line {
  color: #bfbfbf;
  border: 1px solid #bfbfbf;
  background-color: none;
}
.link.btn.-line.-red {
  border-color: #cc0000;
  color: #cc0000;
}

.link.btn.-line:after {
  border-color: #cc0000 !important;
}

.link.btn.-red:not(.-line) {
  color: #fff;
  background-color: #cc0000;
  border: 1px solid #cc0000;
  font-size: 2rem;
}

.link.btn.-gray {
  color: #000000;
  background-color: #ededed;
  border: 1px solid #bfbfbf;
}

.link.btn.-gray:after {
  border-color: #cc0000 !important;
}

.link.btn.size-mid01 {
  min-width: 300px;
  text-align: center;
}

.linkbox {
  margin-top: 30px;
}

form .linkbox {
  margin-top: 50px;
}

.linkbox.-center {
  text-align: center;
}

.linkbox li {
  display: inline-block;
  margin: 0 10px;
}

@media screen and (max-width: 768px) {
  .linkbox li {
    width: 40%;
  }
}

.linkbox li a.btn {
  min-width: 160px;
}

@media screen and (max-width: 768px) {
  .linkbox li a.btn {
    min-width: inherit;
    display: block;
  }
}

.privacyCheck {
  position: relative;
  margin: 15px auto 0;
  width: 40%;
}

@media screen and (max-width: 768px) {
  .privacyCheck {
    width: 100%;
  }
}

.privacyCheck a.link.btn.-red {
  display: block;
}

.privacyCheck.noClick:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(191, 191, 191, 0.7);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

/* -- slide -- */
.slick-dots li.slick-active button:before {
  background: #cc0000;
  border: 1px solid #cc0000;
}

/* --  -- */
.label.-area {
  display: inline-block;
  position: absolute;
  background: #000000;
  padding: 3px 10px;
  color: #fff;
  left: 0;
  top: 0;
  z-index: 2;
}
.label.-local,
.label.-local_sub {
  display: inline-block;
  position: absolute;
  background: #ffffff;
  border: 1px solid #cc0000;
  padding: 3px 10px;
  color: #cc0000;
  z-index: 2;
  font-family: "Arial Black", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: bold;
  margin-top: 0;
}

.label.-local {
  left: 182px;
  top: 0;
}

.label.-local_sub {
  left: 0;
  top: 0;
}

@media screen and (max-width: 768px) {
  .label.-local {
    left: 0;
    top: 30px;
  }
}

.label.-update_sub {
  display: inline-block;
  position: absolute;
  background: #cc0000;
  padding: 3px 10px;
  color: #fff;
  right: 0;
  top: 0;
  z-index: 2;
  margin: 0;
}

.label.-update_sub.-small {
  width:50px;
  position: absolute;
  left: 0;
  top: 32px;
}

.label.-new,
.label.-update {
  display: inline-block;
  padding: 1px 5px;
  z-index: 2;
  font-size: 1.2rem;
  margin-left: 5px;
}

.label.-new {
  background: #cc0000;
  color: #fff;
}

.label.-update {
  background: #767171;
  color: #fff;
}

.label.-type {
  display: inline-block;
  border: #cc0000 1px solid;
  padding: 3px 10px;
  color: #cc0000;
  margin: 0;
  font-weight:bold;
}

.tag.-genre {
  padding: 5px 15px 5px 15px;
  position: relative;
  font-size: 1.2rem;
  font-weight: bold;
  position: relative;
  background: #efefef; 
}

.tag.-genre [class^="icon-"] {
  display: inline-block;
  position: absolute;
  background: #cc0000;
  width: 30px;
  height: 30px;
  border-radius: 100px;
  top: 0;
  left: 0;
}

.tag.-genre [class^="icon-"]:before {
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.5rem;
}

/* -- 画像 -- */
.picBox,
.-picBox {
  position: relative;
}

.picBox .caption,
.-picBox .caption {
  margin-top: 5px;
}

@media screen and (max-width: 768px) {
  .picBox .caption,
  .-picBox .caption {
    padding: 0 5px;
  }
}

.pic {
  position: relative;
}

.pic.-trim {
  position: relative;
  overflow: hidden;
}

.pic.-trim.-square img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  max-width: inherit;
  height: 100%;
}

/* -- grid -- */
p + .grid {
  margin-top: 15px;
}

.grid {
  letter-spacing: -0.6em;
}

.grid > * {
  letter-spacing: normal;
}

.grid > .elem {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
}

.grid.-center {
  text-align: center;
}

.grid.size {
  margin-left: auto;
  margin-right: auto;
}

.grid.size.-large {
  width: 100%;
}

.grid.size.-w80 {
  width: 80%;
}

.grid.size.-hulf {
  width: 50%;
}

.grid.size.-small {
  width: 25%;
}

.grid.noLetter {
  letter-spacing: normal;
}

.grid.noLetter.-col03 > * {
  width: calc(100% / 3);
}
.grid.noLetter.-col04 > * {
  width: calc(100% / 4);
}
.grid.noLetter.-col07 > * {
  width: calc(100% / 7);
}

@media screen and (max-width: 1024px) {
  .grid.noLetter.-col07 > * {
    width: 100%;
  }
}

.grid.-col01 .elem {
  width: 100%;
  display: block;
  text-align: center;
}

.grid.-col02 .elem {
  letter-spacing: normal;
  display: inline-block;
  width: calc((100% - 40px) / 2);
  margin: 40px 40px 0 0;
  vertical-align: top;
}

.grid.-col02 .elem:nth-of-type(2n) {
  margin-right: 0;
}

.grid.-col02 .elem:nth-of-type(-n + 2) {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .grid.-col02 .elem {
    margin-right: 0;
    width: 100%;
    display: block;
  }

  .grid.-col02 .elem:nth-of-type(-n + 2) {
    margin-top: 40px;
  }

  .grid.-col02 .elem:first-of-type {
    margin-top: 0;
  }
}

.grid.-colFra.-fr2-1 .elem.-fr2 {
  width: calc(70% - 30px);
  float: left;
}

.grid.-colFra.-fr2-1 .elem.-fr1 {
  width: 30%;
  float: right;
}

@media screen and (max-width: 768px) {
  .grid.-colFra.-fr2-1 .elem.-fr1,
  .grid.-colFra.-fr2-1 .elem.-fr2 {
    width: 100%;
    float: none;
  }

  .grid.-colFra.-fr2-1 .elem.-fr2 {
    margin-top: 10px;
  }
}

.grid.-colFra.-fr1-2 .elem.-fr1 {
  width: 30%;
  float: left;
}

.grid.-colFra.-fr1-2 .elem.-fr2 {
  width: calc(70% - 30px);
  float: right;
}

@media screen and (max-width: 768px) {
  .grid.-colFra.-fr1-2 .elem.-fr1,
  .grid.-colFra.-fr1-2 .elem.-fr2 {
    width: 100%;
    float: none;
  }

  .grid.-colFra.-fr1-2 .elem.-fr2 {
    margin-top: 10px;
  }
}

.grid.-col03 > .elem {
  display: inline-block;
  width: calc((100% - 61px) / 3);
  margin-right: 30px;
  margin-top: 30px;
}

.grid.-col03 > .elem:nth-of-type(-n + 3) {
  margin-top: 0;
}

.grid.-col03 > .elem:nth-of-type(3n) {
  margin-right: 0;
}

@media screen and (max-width: 480px) {
  .grid.-col03 > .elem {
    margin-right: 0;
    display: block;
    width: 100%;
  }

  .grid.-col03 > .elem:nth-of-type(-n + 3) {
    margin-top: 30px;
  }

  .grid.-col03 > .elem:first-of-type {
    margin-top: 0;
  }
}

.grid.-col04 .elem {
  width: calc((100% - 45px) / 4);
  margin: 15px 15px 0 0;
  vertical-align: top;
}

.grid.-col04 .elem:nth-of-type(4n) {
  margin-right: 0;
}

.grid.-col04 .elem:nth-of-type(-n + 4) {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .grid.-col04 .elem {
    width: calc((100% - 15px) / 2);
  }

  .grid.-col04 .elem:nth-of-type(2n) {
    margin-right: 0;
  }

  .grid.-col04 .elem:nth-of-type(-n + 4) {
    margin-top: 15px;
  }

  .grid.-col04 .elem:nth-of-type(-n + 2) {
    margin-top: 0;
  }
}

.grid.-col06 > .elem {
  display: inline-block;
  width: calc((100% - 51px) / 6);
  margin-right: 10px;
  margin-top: 10px;
  vertical-align: middle;
}

.grid.-col06 > .elem:nth-of-type(6n) {
  margin-right: 0;
}

.grid.-col06 > .elem:nth-of-type(-n + 6) {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .grid.-col06 > .elem:not(.withLabel01) {
    width: calc((100% - 21px) / 3);
  }

  .grid.-col06 > .elem:not(.withLabel01):nth-of-type(-n + 6) {
    margin-top: 10px;
  }

  .grid.-col06 > .elem:not(.withLabel01):nth-of-type(3n) {
    margin-right: 0;
  }

  .grid.-col06 > .elem:not(.withLabel01):nth-of-type(-n + 3) {
    margin-top: 10px;
  }
}

.grid.-col07 > .elem {
  display: inline-block;
  width: calc((100% - 61px) / 7);
  margin-right: 10px;
  margin-top: 10px;
  vertical-align: middle;
}

.grid.-col07 > .elem:nth-of-type(7n) {
  margin-right: 0;
}

.grid.-col07 > .elem:nth-of-type(-n + 7) {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .grid.-col07 > .elem:not(.withLabel01) {
    width: calc((100% - 31px) / 4);
  }

  .grid.-col07 > .elem:not(.withLabel01):nth-of-type(-n + 7) {
    margin-top: 10px;
  }

  .grid.-col07 > .elem:not(.withLabel01):nth-of-type(4n) {
    margin-right: 0;
  }

  .grid.-col07 > .elem:not(.withLabel01):nth-of-type(-n + 4) {
    margin-top: 10px;
  }
}

.grid.-col07 > .elem img {
  width: 100%;
}

section.block {
  margin-bottom: 80px;
}

section.block > * + .-subheading {
  margin-top: 60px;
}

section .pic {
  display: block;
}

section .pic img {
  width: 100%;
  max-width: inherit;
}

section .pic .caption {
  margin-top: 5px;
  font-size: 1.2rem;
  text-align: center;
}

.copyR {
  font-size: 1.1rem;
  text-align: right;
}

/*---------------------------------------------
colorbox
---------------------------------------------*/
#cboxClose {
  right: 0;
  top: 0;
  background: #000000;
  border-radius: 100px;
  width: 31px;
  height: 31px;
}
#cboxClose {
  right: 0;
  top: 0;
}
#cboxContent {
  background: none;
  padding: 15px;
}
#bookingBox {
  padding: 30px 15px 30px 5px;
  background: #fff;
  box-sizing: border-box;
}
#bookingBox .grid.-col03 {
  display: table;
  width: 100%;
}
#bookingBox .grid.-col03 > .elem {
  text-align: center;
  border-right: 1px solid #ddd;
  padding: 0 20px;
  display: table-cell;
}
#bookingBox .grid.-col03 > .elem:nth-of-type(3n) {
  padding-right: 0;
  border-right: 0;
}
/*-mq-*/
@media screen and (max-width: 768px) {
  #bookingBox {
    padding: 20px;
  }
  #bookingBox .grid.-col03 > .elem {
    border-right: none;
    margin-bottom: 30px;
    padding: 0;
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd;
    display: block;
  }
  #bookingBox .grid.-col03 > .elem:nth-of-type(3n) {
    padding-right: 0;
    border-right: 0;
    margin-bottom: 0;
  }
}

#cboxClose:before,
#cboxClose:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 65%;
  height: 12%;
  margin: -8% 0 0 -33%;
  background: #fff;
}

#cboxClose:before {
  transform: rotate(-45deg);
}

#cboxClose:after {
  transform: rotate(45deg);
}

#cboxClose:hover {
  background-position: -50px -25px;
}

/*============================================================================
一覧
============================================================================*/
.-picup {
  position: relative;
}

.-picup .grid {
  padding: 40px;
}

@media screen and (max-width: 768px) {
  .-picup .grid {
    padding: 0;
  }
}

.-picup .grid .elem.-textBox {
  width: 410px;
  float: left;
}

.-picup .grid .elem.-textBox .title {
  font-size: 2.8rem;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .-picup .grid .elem.-textBox .title {
    font-size: 2.6rem;
  }
}

.-picup .grid .elem.-textBox .list {
  margin-bottom: 30px;
}

.-picup .grid .elem.-textBox .lead {
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 10px;
}

.-picup .grid .elem.-textBox .btn {
  margin-top: 30px;
}

.-picup .grid .elem.-picBox {
  width: 500px;
  float: right;
}

@media screen and (max-width: 768px) {
  .-picup .grid .elem.-textBox,
  .-picup .grid .elem.-picBox {
    float: none;
    width: 100%;
  }

  .-picup .grid .elem.-textBox {
    padding: 20px;
  }
}

@media screen and (max-width: 768px) {
  .-picup .grid .elem {
    float: none;
  }
}

.listPage .grid.-col03 > .elem a {
  display: block;
}

.listPage .grid.-col03 > .elem a .title {
  font-size: 1.8rem;
  margin-bottom: 10px;
}

.listPage .grid.-col03 > .elem a .list {
  margin-bottom: 20px;
}

.listPage .grid.-col03 > .elem a .lead {
  font-weight: bold;
  margin-bottom: 10px;
}

/*============================================================================
詳細
============================================================================*/
.caseDetail .pageTitle.-kv {
 /* height: 280px;*/
}
.caseDetail .pageTitle.-kv .slick-slider .slick-track,
.caseDetail .pageTitle.-kv .slick-slider .slick-list {
  overflow-y: hidden;
  height: 280px;
}

.caseDetail .pageTitle.-kv .pic {
  overflow: hidden;
}

.caseDetail .tabArea {
  background: #ededed;
  padding-top: 10px;
}

@media screen and (max-width: 768px) {
  .caseDetail .tabArea {
    overflow-x: scroll;
  }
}

.caseDetail .tabArea .menu {
  display: table;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .caseDetail .tabArea .menu {
    width: 900px;
  }
}

.caseDetail .tabArea .menu .elem {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: calc(100% / 7);
  border-right: 1px solid #bfbfbf;
}

.caseDetail .tabArea .menu .elem i {
  display: block;
  text-align: center;
  font-size: 4rem;
  opacity: 0.3;
}

@media screen and (max-width: 768px) {
  .caseDetail .tabArea .menu .elem i {
    font-size: 2rem;
  }
}

.caseDetail .tabArea .menu .elem a {
  display: block;
  padding: 20px;
  border-radius: 10px 10px 0 0;
  position: relative;
}

@media screen and (max-width: 768px) {
  .caseDetail .tabArea .menu .elem a {
    padding: 10px;
  }
}

.caseDetail .tabArea .menu .elem a:hover {
  background: #fff;
  opacity: 1;
}

.caseDetail .tabArea .menu .elem a:hover i {
  color: #cc0000;
}

.caseDetail .tabArea .menu .elem a span {
  font-weight: bold;
  margin-top: 5px;
  display: block;
}

@media screen and (max-width: 768px) {
  .caseDetail .tabArea .menu .elem a span {
    font-size: 1rem;
  }
}

.caseDetail .tabArea .menu .elem.active {
  border: none;
}

.caseDetail .tabArea .menu .elem.active a {
  background: #fff;
}

.caseDetail .tabArea .menu .elem.active a i {
  color: #cc0000;
  opacity: 1;
}

.caseDetail .tabArea .menu .elem.active a:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: #cc0000 transparent transparent transparent;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
}

/* .caseDetail .caseBox {
margin-top: 130px;
}
 */

@media screen and (max-width: 768px) {
  /* .caseDetail .caseBox {
margin-top: 60px;
} */
}

.caseDetail .caseBox .caseHead {
  border-top: 2px solid #000000;
  /*margin-top: 130px;*/
  display: table;
  width: 100%;
  padding: 0 0 30px;
}

.caseDetail .caseBox .caseHead + .picBox {
  padding: 0 0 30px;
}

@media screen and (max-width: 768px) {
  .caseDetail .caseBox .caseHead {
    padding: 10px 0 10px;
    /*margin-top: 60px;*/
  }
}

.caseDetail .caseBox .caseHead .text {
  display: table-cell;
  vertical-align: top;
  max-width: 550px;
  padding-right: 60px;
}

@media screen and (max-width: 768px) {
  .caseDetail .caseBox .caseHead .text {
    display: block;
    max-width: auto;
    padding-right: 0;
  }
}

.caseDetail .caseBox .caseHead .text .label {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  margin-bottom:5px;
}

.caseDetail .caseBox .caseHead .text .label.-local_sub {
  margin-right: 0px;
}

.caseDetail .caseBox .caseHead .text .title {
  font-size: 3.6rem;
  display: block;
  vertical-align: middle;
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .caseDetail .caseBox .caseHead .text .title {
    font-size: 2.2rem;
    display: block;
    margin-top: 10px;
    width: 100%;
  }
}

.caseDetail .caseBox .caseHead .genre {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  padding-top: 10px;
  max-width: 210px;
}

@media screen and (max-width: 768px) {
  .caseDetail .caseBox .caseHead .genre {
    display: block;
    margin-left: -3px;
    text-align: left;
    max-width: 100%;
  }
}

.caseDetail .caseBox .caseHead .genre li {
  text-align: center;
  margin-left: 3px;
  margin-bottom: 5px;
}

.caseDetail .caseBox .caseHead .genre li i {
  display: block;
  border: 1px solid #cc0000;
  color: #cc0000;
  padding: 10px;
  border-radius: 100px;
  height: 50px;
  width: 50px;
  box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
  font-size: 3rem;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .caseDetail .caseBox .caseHead .genre li i {
    font-size: 1.2rem;
    height: 25px;
    width: 25px;
    padding: 6px;
  }
}

.caseDetail .caseBox .caseHead .genre li span {
  font-size: 1.1rem;
  color: #000;
  font-weight: bold;
  padding: 5px;
  background: #efefef;
  display: inline-block;
}


.caseDetail .caseBox .caseLead {
  font-size: 2.4rem;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .caseDetail .caseBox .caseLead {
    font-size: 2rem;
  }
}

.caseDetail .caseBox .grid.wRound {
  margin-top: 30px;
}
.caseDetail .caseBox .grid.wRound .picBox {
  float: right;
  padding: 0 0 15px 15px;
  box-sizing: border-box;
}
.caseDetail .caseBox .grid.wRound.unit02 .picBox {
  float: left;
  padding: 0 15px 15px 0;
}
.caseDetail .caseBox .grid.wRound .picBox.-w50 {
  width: 50%;
}
.caseDetail .caseBox .grid.wRound .picBox.-w40 {
  width: 40%;
}

@media screen and (max-width: 875px) {
  .caseDetail .caseBox .grid.wRound .picBox,
  .caseDetail .caseBox .grid.wRound .picBox.-w50,
  .caseDetail .caseBox .grid.wRound .picBox.-w40 {
    float: none;
    width: 100%;
    display: block;
    margin-bottom: 10px;
    padding: 0;
  }
}

.caseDetail .caseBox .tits {
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 2rem;
  font-weight: bold;
}

.caseDetail .caseBox .slideBox {
  background: #ededed;
  padding: 20px 0;
}

.caseDetail .caseBox .slideBox .video {
  position: relative;
}

.caseDetail .caseBox .slideBox .video:before {
  content: "";
  display: inline-block;
  width: 76px;
  height: 76px;
  position: absolute;
  z-index: 2;
  background: url(/common/images/icon_video-start.png) no-repeat 0 0 / 100%;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
}

/*-mq-*/
@media screen and (min-width: 768px) {
  .caseDetail .caseBox .slideBox .caseSlide .slick-slide {
    max-width: 484px;
  }
}
.caseDetail .caseBox .slideBox .caseSlide .slick-slide {
  margin: auto 10px;
}

.caseDetail .caseBox .slideBox .caseSlide .slick-slide img {
  width: 100%;
}

.caseDetail .caseBox .slideBox .slick-slide {
  opacity: 0.5;
}

.caseDetail .caseBox .slideBox .slick-active {
  opacity: 1;
}

.caseDetail * + .slideBox {
  margin-top: 40px;
}

.contText + .column {
  margin-top: 30px;
}

.caseDetail .caseBox .column {
  margin-bottom: 40px;
}

.caseDetail .caseBox .column:last-of-type {
  margin-bottom: 0;
}

.caseDetail .caseBox .column.-voice {
  position: relative;
  background: #efece6;
  padding: 40px 40px 20px;
  margin-top: 40px;
}

@media screen and (min-width: 768px) {
  .caseDetail .caseBox .colWrap {
    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;
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .clm_2_2col.colWrap .column {
    width: calc(50% - 5px);
    margin-left: 10px;
    margin-bottom: 0px;
  }
  .clm_2_2col.colWrap .column:nth-of-type(n + 3) {
    margin-top: 10px;
  }
  .clm_2_2col.colWrap .column:nth-child(2n + 1) {
    margin-left: 0;
  }
  .caseDetail .caseBox .colWrap .column .title {
    top: 8px !important;
  }
}
.caseDetail .caseBox .colWrap .column .pic {
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .caseDetail .caseBox .column.-voice h5.title {
    width: 115px;
    right: 10px;
  }
  .caseDetail .caseBox .column.-voice h5.title img {
    width: 115px;
  }
}
.caseDetail .caseBox .column.-voice .title {
  position: absolute;
  margin-bottom: 15px;
  width: 130px;
  right: 10px;
  top: 5px;
  z-index: 1;
}

.caseDetail .caseBox .column.-voice .title + .grid.wRound {
  margin-top: 15px;
}

.caseDetail .caseBox .column.-voice .grid.wRound .link.txt {
  margin-top: 30px;
}

@media screen and (max-width: 875px) {
  .caseDetail .caseBox .column.-voice .grid.wRound .link.txt {
    margin-top: 10px;
  }
}

.caseDetail .caseBox .column.-voice .grid.wRound .name {
  margin-top: 15px;
}

.caseDetail .caseBox .column.-voice .grid.wRound .elem.-picBox {
  width: 300px;
  float: right;
}

@media screen and (max-width: 875px) {
  .caseDetail .caseBox .column.-voice .grid.wRound .elem.-textBox,
  .caseDetail .caseBox .column.-voice .grid.wRound .elem.-picBox {
    float: none;
    width: 100%;
  }

  .caseDetail .caseBox .column.-voice .grid.wRound {
    margin-top: 10px;
  }
}

@media screen and (max-width: 875px) {
  .caseDetail .caseBox .column.-voice .grid.wRound .elem {
    float: none;
  }
}

.caseDetail .caseBox .column.-info .inner {
  padding: 20px;
}

.caseDetail .caseBox .column.-info .inner.comment .pic {
  float: right;
  margin: 0 0 10px 10px;
}

.caseDetail .caseBox .column.-info .inner.comment .pic img {
    width: 100px;
    object-fit: cover;
    border-radius: 50%;
    object-position: 0px 0px;
}


.caseDetail .caseBox .column.-info .head {
  margin-bottom: 20px;
}

.caseDetail .caseBox .column.-info .head .label {
  display: inline-block;
  font-size: 1.2rem;
  border: 1px solid #000000;
  padding: 3px 5px;
  font-weight: bold;
}

.caseDetail .caseBox .column.-info .head .title {
  display: inline-block;
  font-size: 2rem;
  font-weight: bold;
}

.caseDetail .caseBox .column.-info .grid .elem {
  display: inline-block;
}

.caseDetail .caseBox .column.-info .grid .elem.-textBox {
  width: 520px;
  float: right;
}

@media screen and (max-width: 768px) {
  .caseDetail .caseBox .column.-info .grid .elem.-textBox {
    float: none;
    width: 100%;
  }
}

.caseDetail .caseBox .column.-info .grid .elem.-textBox .link.txt {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .caseDetail .caseBox .column.-info .grid .elem.-textBox .link.txt {
    margin-top: 10px;
  }
}

.caseDetail .caseBox .column.-info .grid .elem.-picBox {
  width: 200px;
  float: left;
}

@media screen and (max-width: 768px) {
  .caseDetail .caseBox .column.-info .grid .elem.-picBox {
    float: none;
    width: 100%;
  }
}

/*============================================================================
collaboration
============================================================================*/
.collaboration .grid .elem .picBox {
  border: 10px solid #ededed;
}

/*============================================================================
etc
============================================================================*/
.accordionArea .accoTitle {
  background: #bfbfbf;
  padding: 20px 40px 20px 20px;
  display: block;
  text-align: center;
  color: #fff;
  position: relative;
}
.accordionArea .accoTitle .more {
  display: block;
  transition: 0.5s;
}
.accordionArea .accoTitle.open .more {
  display: none;
  transition: 0.5s;
}
.accordionArea .accoTitle .close {
  display: none;
  transition: 0.5s;
}
.accordionArea .accoTitle.open .close {
  display: block;
  transition: 0.5s;
}

.accordionArea .accoTitle .acco_icon {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  display: inline-block;
  width: 20px;
  height: 21px;
  box-sizing: border-box;
  background: #fff;
  padding: 5px;
  border-radius: 100px;
}
.accordionArea .accoTitle .acco_icon span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 40%;
  height: 1px;
  background-color: #cc0000;
}

.accordionArea .accoTitle .acco_icon span:nth-of-type(1) {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}

.accordionArea .accoTitle .acco_icon span:nth-of-type(2) {
  top: 48%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}

.accordionArea .accoTitle.open .acco_icon span:nth-of-type(1) {
  display: none;
}

.accordionArea .accoTitle.open .acco_icon span:nth-of-type(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

/*============================================================================
footer
============================================================================*/
footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #262626;
  color: #fff;
}

footer .inner {
  width: 1024px;
  margin: auto;
  padding: 100px 0 70px;
}

footer .inner .logo img {
  width: 200px;
  height: 32px;
}

@media screen and (max-width: 768px) {
  footer .inner {
    padding: 50px 20px;
  }
}

footer .inner .logo {
  display: block;
  margin-bottom: 30px;
}

footer .inner .logo a:hover {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  footer .inner .logo {
    text-align: center;
  }
}

footer .inner .linkList {
  float: left;
  margin-right: 20px;
}

@media screen and (max-width: 768px) {
  footer .inner .linkList {
    float: none;
    margin: 0;
  }
}

footer .inner .linkList li {
  margin-bottom: 10px;
}

footer .inner .linkList a {
  color: #fff;
}

footer .inner .linkList a:before {
  color: #cc0000;
}

footer .copy {
  padding: 10px;
  margin: 20px 0 0;
  background: #000000;
  text-align: center;
  font-size: 1.2rem;
  color: #fff;
}

footer .pagetop {
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 5%;
}

footer .pagetop.fixedF {
  position: fixed;
}

footer .pagetop a {
  display: block;
  background: #111111;
  position: relative;
  width: 20px;
  height: 20px;
  padding: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  text-indent: -999999px;
}

footer .pagetop a:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 12px;
  left: 0;
  right: 0;
  margin: auto;
}

footer .link.btn.-line {
  color: #fff;
  border: 2px solid #fff;
  border-radius: 5px;
  font-weight: bold;
  text-indent: -0.7em;
  padding: 10px 25px 10px 45px;
}

footer .link.btn.-line i {
  margin-right: 5px;
}
footer .contact .-add {
  text-align: center;
  margin-top: 5px;
  font-weight: bold;
}
footer .contact .-add a {
  color: #fff;
  font-weight: bold;
}

footer .link.btn.-line i:before {
  font-size: 2rem;
  display: inline-block;
  vertical-align: middle;
}

footer .contact {
  float: right;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  footer .contact {
    float: none;
    display: block;
    margin-top: 30px;
  }

  footer .contact a {
    width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  footer .inner {
    width: 100%;
  }
}

footer .inner .linkListBox dt.linkListTtl span {
  display: inline-block;
  border: 2px solid #fff;
  border-radius: 10px;
  text-align: center;
  font-size: 2rem;
  width: 133px;
  padding: 5px 0 4px;
}

@media screen and (max-width: 768px) {
  footer .inner .linkListBox dt.linkListTtl span {
    width: auto;
    font-size: 1.8rem;
    padding: 2px 20px 4px;
  }
}

footer .inner .linkListBox dd {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  footer .inner .linkListBox dd {
    margin-top: 25px;
  }
}

/*============================================================================
info layout
============================================================================*/
.info .container {
  padding-bottom: 0px;
}

.info #globalHeader_other {
  border-bottom: 1px solid #a6a6a6;
  position: static !important;
}

.info .clm_2col > .col {
  margin-top: 10px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .info .dataList {
    display: table;
    width: 80%;
    margin: 0 auto;
  }

  .info .dataList dt {
    display: table-cell;
    width: 55px;
  }

  .info .dataList dd {
    display: table-cell;
  }

  .info .dataList dd {
    display: table-cell;
  }

  .info .clm_2col {
    width: 80%;
    margin: 0 auto;
  }

  .info .clm_2col > .col:first-child {
    margin-left: 0;
  }

  .info .clm_2col > .col {
    width: 394px;
    float: left;
    margin-left: 30px;
  }
}

.info .caption {
  margin-top: 5px;
  font-size: 1.2rem;
  text-align: center;
}

.info footer {
  background: none;
}

/*============================================================================
clm_2col
============================================================================*/
.colWrap .clm_2col > .col {
  margin-top: 10px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .colWrap .clm_2col {
    margin: 0 auto;
  }

  .colWrap .clm_2col > .col:first-child {
    margin-left: 0;
  }

  .colWrap .clm_2col > .col {
    width: 385px;
    float: left;
    margin-left: 30px;
  }
}

@media screen and (max-width: 1024px) {
  .info header .menuTrigger {
    display: none;
  }
}

/*============================================================================
type_static
============================================================================*/
.type_static {
  margin-top: 30px;
}

.type_static .title {
  background-color: #707070;
  border-color: #707070;
  padding: 10px;
  color: #fff;
  font-size: 16px;
}

.type_static .inr_wrap {
  border: 1px solid #d0d0d0;
  border-top: 0px;
  padding: 15px;
}

.type_static .inr_wrap.bordT {
  border-top: 1px solid #d0d0d0;
}

.type_static .inr_wrap .inr_cont .pic{
	width:50%;
}

@media screen and (max-width: 875px) {
.type_static .inr_wrap .inr_cont .pic{
	margin:10px 0 0 0;
	width:100%;
}
}


@media screen and (min-width: 768px) {
  .type_static .inr_cont {
    padding: 15px;
  }
  
  .type_static .inr_cont.flex {
    display:flex;
  }
  
  .type_static .inr_cont .inr_cont_sub {
    padding: 0 0 0 30px;
  }

  .type_static .inr_cont dl dt {
    float: left;
    width: 16%;
  }

  .type_static .inr_cont dl dd {
    float: left;
    width: 84%;
  }
}

@media screen and (max-width: 1024px) {
  .type_static .inr_cont {
    margin: 10px 0 0 0;
  }

  .type_static .inr_cont .inr_cont_sub {
  }

  .type_static .inr_cont dl dt {
  }

  .type_static .inr_cont dl dd {
    padding: 0 0 0 10px;
  }
}

/*============================================================================
List
============================================================================*/

.txtListBox{margin-top:10px;}
.txtListBox li em{color:#cc0000;}
.txtListBox.fcWT .noteList > li:before, .txtListBox.fcWT .noteList_star > li:before, .txtListBox.fcWT .noteList_star.numSingle > li:before, .txtListBox.fcWT .numList > li:before{color:#fff;}
.txtListBox.fcWT .txtList > li:before{background-color:#fff;}
.txtList > li, .noteList > li, .noteList_star > li, .numList > li {padding:0 0 0 1.2em !important;position:relative;}
.txtList > li + li, .noteList > li + li, .noteList_star > li + li, .numList > li + li {margin-top:0.2em;}
.txtList > li:before{content:"";display:inline-block;width:0.4em;height:0.4em;background-color:#333;border-radius:50%;position:absolute;top:0.75em;left:0.3em;-webkit-transform:translate(-50%,-50%); transform:translate(-50%,-50%);}
.txtList.fcRD > li:before, .txtList > li.fcRD:before{background-color:#c00;}
.noteList > li:before{content:"※";display:inline-block;position:absolute;top:0.75em;left:0.4em;-webkit-transform:translateY(-50%);transform:translateY(-50%);}
.noteList_star > li:before{content:"*";display:inline-block;position:absolute;top:0.75em;left:0.9em;-webkit-transform:translateY(-50%);transform:translateY(-50%);}
.noteList_star.numSingle{counter-reset:numList;}
.noteList_star.numSingle > li{counter-increment:numList;padding:0 0 0 34px !important;}
.noteList_star.numSingle > li:before{content:"*"counter(numList)"";display:inline-block;width:1.8em;padding-right:0.2em;padding-left:0px;position:absolute;top:0.75em;left:0;-webkit-transform:translateY(-50%);transform:translateY(-50%);text-align:right;white-space:nowrap;}
.noteList_star.numSingle > li:nth-child(-n+9):before{left:3px;}
.numList {counter-reset:numList;}
.numList > li {counter-increment:numList;}
.numList > li:before {content:""counter(numList)".";display:inline-block;width:0.8em;padding-right:0.2em;position:absolute;top:0.8em;left:0;-webkit-transform:translateY(-50%);transform:translateY(-50%);text-align:right;white-space:nowrap;}
.typeIndent .txtList > li, .typeIndent .noteList > li, .typeIndent .noteList_star > li, .typeIndent .numList > li{margin-left:1.5em !important;}
@media all and (min-width:740px) {
.txtList > li, .noteList > li, .noteList_star > li, .numList > li {font-size:1.4rem;}
.contents .txtList > li{padding:0 0 0 12px !important;}
.typeIndent .txtList > li, .typeIndent .noteList > li, .typeIndent .noteList_star > li, .typeIndent .numList > li{margin-left:1em !important;}
.txtList > li:before {width:5px;height:5px;position:absolute;top:11px;left:2px;}
.noteList > li:before{left:0px;}
.noteList > li{padding:0 0 0 1.2em !important;}

}

/* sdgs */
.sdgs {
  margin: 0 auto 0;
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #898989;
  padding-bottom:30px;
}

@media screen and (min-width: 1366px) {
  .sdgs {
    width: 1024px;
    margin: 0px auto 0;
  }
}

@media screen and (max-width: 1024px) {
  .sdgs {
    padding: 0 40px 30px 40px;
  }
}

@media screen and (max-width: 768px) {
  .sdgs {
    padding: 0 20px 30px 20px;
  }
}

.sdgs .sdgsList {
  
}

.sdgs .sdgsList dt {
  font-size: 2rem;
  font-weight: bold;
}

@media screen and (min-width: 1366px) {
  .sdgs .sdgsList dt {
    font-size: 2rem;
  }
}

.sdgs .sdgsList dd {
  margin-top: 16px;
}

@media screen and (min-width: 1366px) {
  .sdgs .sdgsList dd {
    margin-top: 32px;
  }
}

.sdgs .sdgsList dd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: -10px;
}

@media screen and (min-width: 1366px) {
  .sdgs .sdgsList dd ul {
    margin-top: -28px;
    margin-left: -20px;
  }
}

.sdgs .sdgsList dd ul li {
  display: none;
  width: 78px;
  margin: 10px 5px 0;
}

@media screen and (max-width: 768px) {
  .sdgs .sdgsList dd ul li {
    width: calc(100% / 4 - 10px);
  }
}

@media screen and (min-width: 1024px) and (max-width: 1366px) {
  .sdgs .sdgsList dd ul li {
    width: 78px;
  }
}

@media screen and (min-width: 1366px) {
  .sdgs .sdgsList dd ul li {
    margin-top: 28px;
    margin-left: 20px;
    margin-right: 0;
    width: 78px;
  }
}

.sdgs .sdgsList + p {
  margin-top: 15px;
}

@media screen and (min-width: 1366px) {
  .sdgs .sdgsList + p {
    margin-top: 15px;
  }
}

@media screen and (min-width: 1366px) {
  .sdgs .sdgsList + p a {
    font-size: 1.5rem;
  }
}

.sdgs .sdgsList + p a.link {
  padding-left: 0;
  padding-right: 20px;
}

.sdgs .sdgsList + p a.link.txt.-other:before {
  left: auto;
  right: 0;
}

@media screen and (max-width: 768px) {
  .sdgs .sdgsList + p a.link.txt.-other:before {
    top: 8px;
  }
}

body.sdgs01 .sdgs .sdgsList li.icon-sdgs01 {
  display: block;
}

body.sdgs02 .sdgs .sdgsList li.icon-sdgs02 {
  display: block;
}

body.sdgs03 .sdgs .sdgsList li.icon-sdgs03 {
  display: block;
}

body.sdgs04 .sdgs .sdgsList li.icon-sdgs04 {
  display: block;
}

body.sdgs05 .sdgs .sdgsList li.icon-sdgs05 {
  display: block;
}

body.sdgs06 .sdgs .sdgsList li.icon-sdgs06 {
  display: block;
}

body.sdgs07 .sdgs .sdgsList li.icon-sdgs07 {
  display: block;
}

body.sdgs08 .sdgs .sdgsList li.icon-sdgs08 {
  display: block;
}

body.sdgs09 .sdgs .sdgsList li.icon-sdgs09 {
  display: block;
}

body.sdgs10 .sdgs .sdgsList li.icon-sdgs10 {
  display: block;
}

body.sdgs11 .sdgs .sdgsList li.icon-sdgs11 {
  display: block;
}

body.sdgs12 .sdgs .sdgsList li.icon-sdgs12 {
  display: block;
}

body.sdgs13 .sdgs .sdgsList li.icon-sdgs13 {
  display: block;
}

body.sdgs14 .sdgs .sdgsList li.icon-sdgs14 {
  display: block;
}

body.sdgs15 .sdgs .sdgsList li.icon-sdgs15 {
  display: block;
}

body.sdgs16 .sdgs .sdgsList li.icon-sdgs16 {
  display: block;
}

body.sdgs17 .sdgs .sdgsList li.icon-sdgs17 {
  display: block;
}
