@charset "UTF-8";
/* Scss Document */
/*=============================================================
 レイアウト設定
=============================================================*/
.flex {
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-start;
  flex-flow: row wrap; }

.jc-space-between {
  justify-content: space-between; }

.jc-center {
  justify-content: center; }

.jc-flex-end {
  justify-content: flex-end; }

.jc-flex-start {
  justify-content: flex-start; }

.al-center {
  align-items: center; }

.al-stretch {
  align-items: stretch; }

.al-flex-end {
  align-items: flex-end; }

.al-flex-start {
  align-items: flex-start; }

@media screen and (min-width: 760px) {
  .order1 {
    order: 1; }

  .order2 {
    order: 2; } }
/*=============================================================
 common
=============================================================*/
body {
  font-size: 3.2vw;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", "Meiryo", "ＭＳ ゴシック", sans-serif;
  line-height: 1.68;
  color: #000;
  background-color: #EEEEEF;
  margin: 0;
  padding: 0; }
  @media screen and (min-width: 760px) and (max-width: 1100px) {
    body {
      font-size: 1.6vw; } }
  @media screen and (min-width: 1100px) {
    body {
      font-size: 16px; } }

.lead {
  font-size: 120%; }

a {
  color: #333;
  text-decoration: none; }

a:hover {
  color: #969696; }

a.opacity:hover {
  color: #FF0000;
  opacity: 0.7;
  -webkit-transition: all .3s;
  transition: all .3s; }

img {
  width: 100%;
  height: auto;
  object-fit: contain;
  font-family: "object-fit: contain;"; }

.object-fit {
  object-fit: contain;
  font-family: "object-fit: contain;"; }

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box; }
  @media screen and (min-width: 1100px) {
    .container {
      max-width: 1100px;
      padding: 0 80px; } }
  @media screen and (min-width: 760px) and (max-width: 1180px) {
    .container {
      width: 92%; } }

.view-sp {
  display: block; }
  @media screen and (min-width: 760px) {
    .view-sp {
      display: none; } }

.view-pc {
  display: none; }
  @media screen and (min-width: 760px) {
    .view-pc {
      display: block; } }

@media screen and (max-width: 760px) {
  .ggmap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden; }

  .ggmap iframe, .ggmap object, .ggmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

  .youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%; }
    .youtube iframe {
      position: absolute;
      top: 0;
      right: 0;
      width: 100% !important;
      height: 100% !important; } }
/*=============================================================
 #contents
=============================================================*/
#contents {
  overflow: hidden; }
  @media screen and (min-width: 760px) {
    #contents {
      padding-top: 100px; } }

/*=============================================================
 #gheader
=============================================================*/
#gheader {
  line-height: 1.2; }

/*=========【PC】=========*/
@media screen and (min-width: 760px) {
  #gheader {
    border-bottom: 2px solid #000;
    background-color: #fff;
    position: fixed;
    top: -1px;
    left: 0;
    width: 100%;
    z-index: 2; } }
  @media screen and (min-width: 760px) and (max-width: 1100px) {
    #gheader {
      font-size: 1.5vw; } }
@media screen and (min-width: 760px) {
    #gheader .logo {
      width: 45%;
      box-sizing: border-box;
      padding-left: 1vw;
      margin-block-start: 0;
      margin-block-end: 0;
      margin: 0; }
      #gheader .logo img {
        max-width: 580px; }
    #gheader .drawer-nav .drawer-menu li a {
      display: block;
      padding: 0 1.5vw;
      height: 65px;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 1.2vw; }
      #gheader .drawer-nav .drawer-menu li a:hover {
        color: #969696; } }
    @media screen and (min-width: 760px) and (max-width: 1100px) {
      #gheader .drawer-nav .drawer-menu li a {
        padding: 0 1.2vw;
        font-size: 1.4vw; } }
@media screen and (min-width: 760px) {
    #gheader .drawer-nav .drawer-menu li.off a {
      color: #969696;
      pointer-events: none; }
    #gheader .drawer-nav .drawer-menu li.tw img {
      width: 23px; }
    #gheader .drawer-nav .drawer-menu li.youtube a {
      background-color: #FF0000;
      color: #fff;
      padding: 0 1vw;
      text-align: center;
      font-size: .9vw; }
      #gheader .drawer-nav .drawer-menu li.youtube a img {
        max-width: 35px;
        margin-bottom: 5px; }
      #gheader .drawer-nav .drawer-menu li.youtube a span {
        display: block; } }
/*=========【SP】=========*/
@media screen and (max-width: 760px) {
  #gheader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%; }
    #gheader .logo {
      display: none; }
    #gheader .tw img {
      width: 40px !important; }
    #gheader .drawer-nav {
      height: 85vh !important;
      display: flex;
      align-items: center;
      justify-content: center; }
      #gheader .drawer-nav img {
        width: auto; }
    #gheader .drawer-menu li {
      width: 100%;
      display: block;
      text-align: center;
      height: 70px; }
      #gheader .drawer-menu li.youtube {
        display: none; }
      #gheader .drawer-menu li.off a {
        color: #97cca5 !important;
        pointer-events: none; }
    #gheader .drawer-menu-item {
      color: #fff !important;
      opacity: 1.0;
      padding: 20px !important;
      position: relative;
      font-size: 5vw;
      line-height: 10vw !important; }

  .drawer-hamburger,
  .drawer-close .drawer-hamburger {
    -webkit-transition: all 0s;
    transition: all 0;
    position: relative !important;
    background: url("../images/common/hanbergar_open.svg");
    background-size: cover;
    width: 60px !important;
    height: 60px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding: 0 !important; }

  .drawer-open .drawer-hamburger {
    -webkit-transition: all 0s;
    transition: all 0;
    border-radius: 50%;
    display: inline-block;
    background-image: none;
    background-color: #fff;
    width: 58px !important;
    height: 58px !important;
    position: relative;
    border: 1.5px solid black;
    cursor: pointer; }

  .drawer-open .drawer-hamburger:before,
  .drawer-open .drawer-hamburger:after {
    display: block;
    content: "";
    position: absolute;
    top: 56%;
    left: 70%;
    width: 45%;
    height: 1.5px;
    margin: -8% 0 0 -42%;
    background: #000; }

  .drawer-open .drawer-hamburger::before {
    transform: rotate(-45deg); }

  .drawer-open .drawer-hamburger::after {
    transform: rotate(45deg); }

  .f_navi {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 3vw;
    z-index: 3;
    height: 80px; }
    .f_navi ul {
      position: absolute;
      bottom: 2vw;
      width: 95%;
      height: 70px; }
      .f_navi ul li {
        height: 70px; }
        .f_navi ul li.link {
          width: 98%;
          /* IE8以下とAndroid4.3以下用フォールバック */
          width: -webkit-calc(100% - 80px);
          width: calc(100% - 80px);
          font-size: 150%; }
          .f_navi ul li.link a {
            display: block;
            background-color: #FF0000;
            color: #fff;
            border-radius: 10px;
            border: 2px #000 solid;
            height: 60px;
            display: flex;
            justify-content: center;
            align-items: center; }
            .f_navi ul li.link a:before {
              content: "";
              display: inline-block;
              width: 40px;
              height: 40px;
              background: url("../images/common/youtube-icon.png");
              background-repeat: no-repeat;
              background-size: 100% auto;
              background-position: center center;
              margin: 0 1em 0 0; } }
/*=============================================================
 #gFooter
=============================================================*/
#gFooter {
  position: relative; }
  @media screen and (max-width: 760px) {
    #gFooter {
      margin-bottom: 100px;
      padding-bottom: 40px; } }
  #gFooter .tamabase {
    background-color: #000;
    padding: 3vw 0;
    color: #fff; }
    @media screen and (min-width: 760px) {
      #gFooter .tamabase {
        padding: 1.5vw 0 2vw; } }
    @media screen and (min-width: 760px) {
      #gFooter .tamabase .container {
        padding: 0 13vw; } }
    #gFooter .tamabase p {
      margin-top: .5vw; }
      #gFooter .tamabase p.lead {
        margin-top: 0; }
    #gFooter .tamabase a {
      display: inline-block;
      color: #fff;
      position: relative;
      padding-left: 1.5em; }
      #gFooter .tamabase a:before {
        content: "";
        display: inline-block;
        width: 1em;
        height: 1em;
        background: url("../images/home/tama_base_icon.png") no-repeat;
        background-size: cover;
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -0.4em; }
    #gFooter .tamabase .left_box {
      width: 60%;
      margin: 0 auto 10px auto; }
      @media screen and (min-width: 760px) {
        #gFooter .tamabase .left_box {
          margin: 0;
          width: 24%; } }
      #gFooter .tamabase .left_box img {
        max-width: 180px;
        margin-left: 3vw; }
        @media screen and (min-width: 760px) {
          #gFooter .tamabase .left_box img {
            max-width: 225px; } }
    #gFooter .tamabase .right_box {
      width: 100%;
      padding: 0 4vw; }
      @media screen and (min-width: 760px) {
        #gFooter .tamabase .right_box {
          width: 65%;
          padding: 0; } }
  #gFooter .organizer {
    background-color: #fff;
    padding: 3vw 0;
    text-align: center; }
    #gFooter .organizer img {
      width: 60%;
      margin: 5vw 0; }
      @media screen and (min-width: 760px) {
        #gFooter .organizer img {
          max-width: 250px;
          margin: 1vw 0 2vw 0; } }
    #gFooter .organizer p {
      margin: 0 0 1vw 0;
      font-weight: normal; }
      #gFooter .organizer p:last-child {
        margin: 0; }
  #gFooter .support {
    padding: 3vw 0 4vw 0;
    background-color: #EEEEEF; }
    #gFooter .support p {
      font-weight: normal; }
    #gFooter .support .lead {
      margin-bottom: 0.5em;
      font-weight: bold; }
  #gFooter .copy {
    background-color: #C9C7C6;
    text-align: center;
    letter-spacing: 0.1em;
    font-size: 70%;
    font-weight: normal;
    width: 40%;
    padding: 0.5em;
    box-sizing: border-box;
    position: absolute;
    bottom: 0px;
    left: 0;
    z-index: 1;
    width: 80%;
    text-align: left; }
    @media screen and (min-width: 760px) {
      #gFooter .copy {
        width: auto;
        text-align: center; } }
  #gFooter .pageTop {
    display: none;
    position: fixed;
    right: -20vw;
    bottom: 100px;
    z-index: 2; }
    @media screen and (min-width: 760px) {
      #gFooter .pageTop {
        right: 10px;
        bottom: 10px;
        right: 3vw; } }
    #gFooter .pageTop img {
      width: 40px; }
      @media screen and (min-width: 760px) {
        #gFooter .pageTop img {
          max-width: 80px; } }
  #gFooter .pageTop.sp {
    position: absolute;
    display: block;
    right: 0;
    bottom: 0;
    z-index: 1; }
    @media screen and (min-width: 760px) {
      #gFooter .pageTop.sp {
        display: none;
        bottom: 10px;
        right: 0;
        z-index: 2; } }
    #gFooter .pageTop.sp img {
      width: 75%; }
      @media screen and (min-width: 760px) {
        #gFooter .pageTop.sp img {
          max-width: 80px; } }

/*=============================================================
　SPのみコンテンツ横スクロール
=============================================================*/
@media screen and (max-width: 760px) {
  .scroll {
    overflow: auto;
    white-space: nowrap; }

  .scroll::-webkit-scrollbar {
    height: 5px; }

  .scroll::-webkit-scrollbar-track {
    background: #F1F1F1; }

  .scroll::-webkit-scrollbar-thumb {
    background: #BCBCBC; }

  .scroll th,
  .scroll td {
    display: table-cell; } }
