@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/mplus1p.css);
@import url(https://use.fontawesome.com/releases/v5.5.0/css/all.css);
@import url("https://fonts.googleapis.com/css?family=Open+Sans&display=swap");
/* ===============================
  base device setting
  画面幅が479px以下（スマホ縦　スタイル）
 =============================== */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    -webkit-transform: scale(1.1, 1.4);
    transform: scale(1.1, 1.4);
    opacity: 0;
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    -webkit-transform: scale(1.1, 1.4);
    transform: scale(1.1, 1.4);
    opacity: 0;
  }
}
body {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  color: #1a1a1a;
  -webkit-text-size-adjust: 100%;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /* スマホのハイライトデザインを無効にする */
  text-decoration: none;
  color: #000;
}
a:focus {
  outline: none;
}

img {
  vertical-align: bottom;
}

.mo a img {
  background-color: rgba(255, 255, 255, 0.01);
  /* マウスオーバー要素のバグ対応 */
}

.ta-center {
  text-align: center;
}

.ta-left {
  text-align: left;
}

.ta-right {
  text-align: right;
}

ul {
  list-style-type: none;
  padding: 0;
}

/* ===============================
  loading
 =============================== */
#pageLoad {
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: fixed;
  z-index: 9;
}
#pageLoad.loading {
  background-image: url(../images/pageloading.gif);
  background-position: center center;
  background-repeat: no-repeat;
}

html, body {
  height: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
}

img {
  width: 100%;
  margin: 0;
  display: block;
  overflow: hidden;
}

.contents-wrap {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

#copyright::before {
  content: "";
  font-family: FontAwesome;
  margin-right: 0.2em;
}
#copyright::after {
  content: "2020 KICKOFF PLANNING All Rights Reserved";
  letter-spacing: 1px;
  /*font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";*/
}

/*****フッターエリア****/
.footer {
  width: 100%;
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 12px;
}

/*****ヘッダーエリア****/
#headerSection {
  background: #fff;
  padding: 0.35em 0 0;
}
#headerSection .contents-wrap {
  position: relative;
  padding: 0;
}

.header-logo {
  display: inline-block;
  width: 100px;
  margin: 0;
  padding: 0 0 0 1rem;
}

#headerSection .shoulder {
  padding: 0 1em 0.5em;
  margin: 0;
  font-size: 12px;
}

.nav_style .gnav-inner {
  display: none;
  width: 100%;
  /* border-bottom: 3px solid #000; */
}
.nav_style #gnavbar {
  border-top: 3px solid #333;
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 99;
  background: #fc0;
  /* 旅行計画
  li.menu__single:nth-child(7) > a{
    color: #f50;
    text-shadow:1px 1px 0 #fff;
  } */
}
.nav_style #gnavbar li.menu__single {
  border-bottom: 3px solid #000;
}
.nav_style #gnavbar li.menu__single a {
  color: #000;
  display: block;
  padding: 0.45em;
  text-decoration: none;
  font-size: 17px;
  text-align: left;
  font-weight: bold;
}
.nav_style #gnavbar2 {
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 99;
  background: #fc0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.nav_style #gnavbar2 .menu__single {
  width: 50%;
  background: #000;
  text-align: center;
  border-bottom: 2px solid #fc0;
  border-left: 2px solid #fc0;
}
.nav_style #gnavbar2 .menu__single:nth-child(odd) {
  border-left: none;
}
.nav_style #gnavbar2 .menu__single:first-child a {
  position: relative;
  z-index: 1;
  /* &::before {  //pulse
    content: "";
    width: 100%;
    @include vh-center();
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-animation: pulse 1.2s ease infinite;
    animation: pulse 1.2s ease infinite;
    background: #f50;
    border-radius: 20px;
    z-index: -1;
  }*/
}
.nav_style #gnavbar2 .menu__single:nth-child(n+3) {
  border-bottom: 0 none;
}
.nav_style #gnavbar2 .menu__single a {
  color: #fff;
  display: block;
  padding: 0.6rem 0.4rem;
  text-decoration: none;
  font-size: 14px;
  position: relative;
}
.nav_style #gnavbar2 .menu__single a:after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  color: #fff;
  font-size: 0.7em;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/***ハンバーガーアイコン******************************************/
.icon-hamburger {
  background: #fff;
  cursor: pointer;
  height: 50px;
  position: relative;
  width: 50px;
  margin: 0.7rem 1rem 1rem;
  float: right;
}
.icon-hamburger span {
  background: #000;
  display: block;
  height: 9%;
  left: 50%;
  margin: -8% 0 0 -42%;
  position: absolute;
  top: 50%;
  width: 84%;
}
.icon-hamburger span::before, .icon-hamburger span::after {
  background: #000;
  content: "";
  display: block;
  height: 90%;
  left: 50%;
  margin: -8% 0 0 -50%;
  position: absolute;
  top: 50%;
  width: 100%;
}
.icon-hamburger span::before {
  margin-top: -38%;
}
.icon-hamburger span::after {
  margin-top: 29%;
}

#pageTop {
  position: fixed;
  bottom: 0.5rem;
  right: 3%;
  display: block;
}
#pageTop a {
  width: 45px;
  display: block;
  opacity: 0.7;
}

.resumption {
  display: block;
  background-color: #eff;
  width: 100%;
  max-width: 960px;
  margin: 20px auto;
  border: solid 2px #3A5490;
  border-radius: 5px;
  padding: 2em;
  position: relative;
}
@media screen and (min-width: 768px) {
  .resumption {
    width: calc(100% - 40px);
  }
}
.resumption::after {
  content: "";
  border: solid 1px #3A5490;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  position: absolute;
  top: 3px;
  left: 3px;
}
.resumption h3 {
  color: #00A2D7;
  letter-spacing: 2px;
  font-size: 2.7ch;
  text-align: center;
  display: block;
  margin-bottom: 20px;
  text-shadow: 1px 1px 0px rgba(37, 201, 255, 0.25), 2px 2px 0px rgba(37, 201, 255, 0.25), 4px 4px 0px rgba(37, 201, 255, 0.25);
}
@media screen and (min-width: 768px) {
  .resumption h3 {
    font-size: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .resumption h3 {
    font-size: 36px;
  }
}
.resumption p {
  margin: 0 auto 15px;
  position: relative;
  z-index: 9;
}
.resumption p span {
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 5px;
}
.resumption p span em {
  font-style: normal;
  font-size: 0.7em;
  opacity: 0.4;
  display: inline-block;
  padding: 0;
  margin-right: 0.5em;
  line-height: 0;
  position: relative;
  top: -0.1em;
}
.resumption p a {
  word-break: break-all;
  color: #33c;
  text-decoration: underline;
}
.resumption p a:active {
  color: blue;
}
@media screen and (min-width: 1024px) {
  .resumption p a:hover {
    color: blue;
    text-decoration: underline;
  }
}

/* .cautionCovid19{
  display: block;
  background-color: #fee;
  width:calc(100% - 40px);
  max-width:960px;
  margin:20px auto;
  border:solid 2px #e60012;
  border-radius:5px;
  padding:1.5em 1em;
  position: relative;
  &::after{
    content:"";
    border:solid 1px #e60012;
    width:calc(100% - 6px);
    height:calc(100% - 6px);
    position: absolute;
    top:3px;
    left:3px;
  }
  p{
    font-weight: bold;
    margin:0;
  }
} */
/* =============================================================================================
  // メディアクエリ Tab
  // device setting
 ============================================================================================= */
@media screen and (min-width: 768px) {
  /* 画面幅が768px以上（タブレット）*/
  #headerSection .shoulder {
    text-align: center;
  }
}
/* =============================================================================================
  // メディアクエリ PC
  // device setting
 ============================================================================================= */
@media screen and (min-width: 961px) {
  /* 画面幅が961px以上（PC・タブレットスタイル）*/
  img {
    width: auto;
  }

  .hide_pc {
    display: none;
  }

  .contents-wrap {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  /***ヘッダー・Gnav******************************************/
  #headerSection {
    margin: 0 auto;
    padding-top: 0;
    position: relative;
  }

  .header-logo {
    display: inline-block;
  }

  #headerSection .shoulder {
    padding: 0.5em 1em;
    margin: 0;
    font-size: 14px;
  }

  .icon-hamburger {
    display: none;
  }

  .nav_style {
    margin-top: 1rem;
  }
  .nav_style .gnav-inner {
    display: block !important;
    border-bottom: none;
  }
  .nav_style #gnavbar {
    position: absolute;
    right: 0;
    bottom: 0;
    border-top: none;
    background: none;
    text-align: right;
  }
  .nav_style #gnavbar li.menu__single {
    display: inline-block;
    border-bottom: none;
  }
  .nav_style #gnavbar li.menu__single a {
    position: relative;
    display: block;
    padding: 0.6em 0.2em;
  }
  .nav_style #gnavbar li.menu__single a:after {
    content: "/";
    color: #666;
    margin-left: 0.25rem;
  }
  .nav_style #gnavbar li.menu__single a:hover:before {
    content: "";
    color: #69f;
    font-family: fontAwesome;
    font-size: 0.9em;
    text-indent: -0.8em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    top: -0.5em;
    left: 0;
    right: 0;
    text-align: center;
  }
  .nav_style #gnavbar2 {
    position: absolute;
    right: 0;
    bottom: 3em;
    background: none;
  }
  .nav_style #gnavbar2 .menu__single {
    width: auto;
    background: none;
    border: none;
    /* &:first-child{
      >a{
        position: relative;
        color:#fff;
        border-radius:20px;
        padding: 0 1.5em 0 1em;
        margin-right: 10px;
        height: 36px;
        line-height: 36px;
        font-weight: bold;
        &:after {
          content: "\f054";
          font-family: $awesome;
          font-size: .7em;
          color:#fff;
          position: absolute;
          right: 1em;
        }
      }
    } */
  }
  .nav_style #gnavbar2 .menu__single a {
    color: #000;
    padding: 0.6rem 0.3rem;
    font-size: 14px;
    text-align: left;
  }
  .nav_style #gnavbar2 .menu__single a:after {
    content: "/";
    margin-left: 0.3rem;
    color: #666;
    display: inline-block;
    font-family: unset;
    font-weight: bold;
    font-size: 1em;
    position: relative;
    top: auto;
    bottom: auto;
    right: auto;
  }
  .nav_style #gnavbar .menu__single:last-child a:after,
.nav_style #gnavbar2 .menu__single:last-child a:after {
    content: none;
  }

  /*****フッターエリア****/
  .footer {
    padding-top: 2rem;
    padding-bottom: 1rem;
    font-size: 14px;
  }

  #pageTop {
    right: 10%;
  }
}
/**********************************************************************/
@media screen and (min-width: 480px) and (max-width: 960px) {
  /*　画面サイズが480pxから960pxまではここを読み込む　*/
  .hide_tablet {
    display: none;
  }

  #pageTop {
    right: 4%;
  }
}
/* ==================================================================
  device setting
  画面幅が960以下（タブレット以下　スタイル）
 ==================================================================== */
/**********************************************************************/
@media screen and (max-width: 960px) {
  /*　画面サイズが480px以下はここを読み込む　*/
}
/**********************************************************************/
@media screen and (max-width: 480px) {
  /*　画面サイズが480px以下はここを読み込む　*/
  .hide_mobile {
    display: none;
  }
}