/*
* cmn_layout.css
*
*/

body {
  font-family: 'Noto Sans TC', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  -webkit-text-size-adjust: 100%;
  background: #fff;
  font-size: 16px;
  color: #000;
  text-align: center;
  line-height: 160%;
  word-wrap: break-word;
}


@media all and (-ms-high-contrast:none) {
  body {
    font-family: 'Noto Sans JP', "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
}

#wrapper,
#contents {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

#wrapper {
  overflow: hidden;
}

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

img {
  display: block;
  width: 100%;
  height: auto;
}


/*===============================================
●画面の横幅が667px以上(タブレット・PC)
===============================================*/
@media screen and (min-width: 667px) {

  #wrapper {
    min-width: 1160px;
  }

  /* !共通
  ---------------------------------------------------------- */
  .sp-only {
    display: none !important;
  }

  a:hover {
    opacity: 0.8;
  }

  .list-flex {
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-box !important;
    display: -webkit-flexbox !important;
    display: -moz-flexbox !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: -moz-flex !important;
    display: -ms-flex !important;
    display: flex !important;
    -webkit-box-lines: multiple !important;
    -moz-box-lines: multiple !important;
    -webkit-flex-wrap: wrap !important;
    -moz-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  /* メイン画像
  ---------------------------------------------------------- */
  header {
    position: relative;
    z-index: 1;
    width: 100%;
    margin: 0 auto;
    padding: 90px 40px 0 40px;
    background-color: #FEEEEA;
  }

  header > a.logo {
    display: block;
    position: absolute;
    top: 25px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 320px;
  }

  header > h1 {
    width: 100%;
    margin: 0 auto;
    position: relative;
  }

  header > h1 .kv-access {
    width: 26%;
    position: absolute;
    top: 67%;
    left: 9.8%;
    right: 0;
    margin: 0 auto;
  }

  header > a.btn {
    display: block;
    margin: 20px auto 0 auto;
    width: 524px;
  }

  /* コンテンツ部分
  ---------------------------------------------------------- */
  a {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "alpha(opacity=100)";
    zoom: 1;
    transition: opacity 0.5s ease;
  }


  #wrap01 {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 60px 0 120px 0;
    background-color: #FEEEEA;
  }

  /* box01
  --------------------------------------------------------- */
  #box01 {
    position: relative;
    width: 960px;
    margin: 0 auto;
  }

  #box01 > a {
    display: inline-block;
    width: 370px;
    margin: 0;
  }

  #box01 > a:nth-of-type(1) {
    margin-right: 20px;
  }

  /* park
  ---------------------------------------------------------- */
  #park {
    width: 960px;
    margin: 90px auto 0 auto;
  }

  #park > img.title {
    width: 889px;
    margin: 0 auto;
  }

  #park > div.inner {
    position: relative;
    width: 978px;
    margin: 65px auto 0 auto;
  }

  #park .btn-area {
    position: absolute;
    top: 6px;
    left: 9px;
    width: 960px;
  }

  #park .btn-area > li {
    position: relative;
    z-index: 3;
    width: 225px;
    margin: 0 20px 0 0;
    cursor: pointer;
  }

  #park .btn-area > li:nth-of-type(4) {
    margin: 0;
  }

  #park .btn-area > li.btn-active {
    z-index: 1;
  }

  #park .park-area {
    display: none;
    position: relative;
    z-index: 2;
    width: 100%;
    margin: 0 auto;
  }

  #park .park-area > a {
    display: block;
    position: absolute;
    z-index: 2;
    bottom: 35px;
    right: 140px;
    width: 338px;
  }

  #park #park02 > a {
    right: 135px;
  }

  #park #park03 > a {
    right: 120px;
  }

  #park #park04 > a {
    right: 160px;
  }

  #park .active {
    display: block !important;
  }

  /* attraction
  ---------------------------------------------------------- */
  #attraction {
    width: 100%;
    margin: 0 auto;
    padding: 100px 0;
    background-color: #FFD5C7;
  }

  #attraction > img.title {
    width: 672px;
    margin: 0 auto;
  }

  #attraction div.wrap {
    position: relative;
    z-index: 1;
    width: 90%;
    max-width: 1300px;
    margin: 50px auto 0 auto;
    overflow: hidden;
  }

  #attraction div.wrap ul {
    width: 100%;
    margin: 0 auto;
  }

  #attraction div.wrap .slick-list {
    overflow: visible;
  }

  #attraction div.wrap ul div.slick-slide li {
    position: relative;
    padding: 0 20px 0 0;
  }

  #attraction div.wrap ul div.slick-slide img {
    width: 100%;
  }

  #attraction div.wrap ul div.slick-slide a {
    display: block;
    position: absolute;
    bottom: 55px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 308px;
  }

  #attraction .slide-arrow {
    top: 35%;
    cursor: pointer;
    margin: auto;
    position: absolute;
    z-index: 10;
    width: 92px !important;
  }

  #attraction .prev-arrow {
    right: 41.5%;
    left: 0px;
  }

  #attraction .next-arrow {
    right: 0px;
    left: 38.5%;
  }

  #attraction .slick-num {
    margin: 40px auto 0 auto;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0.1em;
  }

  /* help
  ---------------------------------------------------------- */
  #help {
    width: 100%;
    margin: 0 auto;
    padding: 80px 0;
    background-color: #FEEEEA;
  }

  #help > img.title {
    width: 816px;
    margin: 0 auto;
  }

  #help div.wrap {
    width: 960px;
    margin: 35px auto 0 auto;
  }

  #help div.wrap ul {
    width: 100%;
    margin: 0 auto;
    justify-content: space-between;
  }

  #help div.wrap ul li {
    width: 304px;
  }

  /* box05
  ---------------------------------------------------------- */
  #box05 {
    width: 100%;
    margin: 0 auto;
    padding: 130px 0 100px 0;
    background: url(../images/box05-wrap.webp) top center no-repeat;
    background-size: cover;
  }

  #box05 > img.title {
    width: 898px;
    margin: 0 auto;
  }

  #box05 > div {
    width: 960px;
    margin: 50px auto 0 auto;
    font-size: 0;
  }

  #box05 > div img.detail01 {
    display: inline-block;
    width: 460px;
    margin: 0;
  }

  #box05 > div img.detail02 {
    display: inline-block;
    width: 460px;
    margin: 0 0 0 40px;
  }

  /* hotel
  ---------------------------------------------------------- */
  #hotel {
    width: 100%;
    margin: 0 auto;
    padding: 100px 0 90px 0;
    background-color: #FDF8DA;
  }

  #hotel > img.title {
    width: 544px;
    margin: 0 auto;
  }

  #hotel div.wrap {
    position: relative;
    z-index: 1;
    width: 90%;
    max-width: 1300px;
    margin: 60px auto 0 auto;
    overflow: hidden;
  }

  #hotel div.wrap ul {
    width: 100%;
    margin: 0 auto;
  }

  #hotel div.wrap .slick-list {
    overflow: visible;
  }

  #hotel div.wrap ul div.slick-slide li {
    position: relative;
    padding: 0 20px 0 0;
  }

  #hotel div.wrap ul div.slick-slide img {
    width: 100%;
  }

  #hotel div.wrap ul div.slick-slide a {
    display: block;
    position: absolute;
    bottom: 28px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 308px;
  }

  #hotel .slide-arrow {
    top: 30%;
    cursor: pointer;
    margin: auto;
    position: absolute;
    z-index: 10;
    width: 92px !important;
  }

  #hotel .prev-arrow {
    right: 41.5%;
    left: 0px;
  }

  #hotel .next-arrow {
    right: 0px;
    left: 38.5%;
  }

  #hotel .slick-num {
    margin: 40px auto 0 auto;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0.1em;
  }

  #hotel .hotel-link {
    justify-content: space-between;
    width: 1038px;
    margin: 70px auto 0;
  }

  #hotel .hotel-link > a {
    display: block;
    width: 518px;
  }

  /* movie
  ---------------------------------------------------------- */
  #movie {
    width: 100%;
    margin: 0 auto;
    padding: 90px 0 150px 0;
    background-color: #FEEEEA;
  }

  #movie > img.title {
    width: 712px;
    margin: 0 auto;
  }

  #movie > div {
    position: relative;
    width: 960px;
    margin: 40px auto 0 auto;
    padding: 40px 0 80px;
    background-color: #ffffff;
    border-radius: 20px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, .16);
  }

  #movie > div > img.img01 {
    position: absolute;
    top: -62px;
    right: 18px;
    width: 79px;
  }

  #movie > div > img.img02 {
    position: absolute;
    bottom: -81px;
    left: 0;
    width: 89px;
  }

  #movie > div > div {
    width: 420px;
    margin: 0 auto;
  }

  #movie > div > div > img.img {
    width: 420px;
    cursor: pointer;
  }

  #movie > div > div > img.txt {
    width: 133px;
    margin: 30px auto 0 auto;
  }

  .popup {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.8);
  }

  .popup-content {
    position: relative;
    background-color: #fefefe;
    margin: 10% auto;
    padding: 20px 20px 40px 20px;
    width: 600px;
  }

  .close {
    position: absolute;
    bottom: 10px;
    right: 20px;
    color: #aaa;
    font-size: 28px;
    font-weight: bold;
  }

  .close:hover,
  .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  }

  /* Access Information
  ---------------------------------------------------------- */
  #access {
    width: 100%;
    margin: 0 auto;
    padding: 100px 0;
    background-color: #EDFAF3;
  }

  #access > img.title {
    width: 516px;
    margin: 0 auto;
  }

  #access > div {
    position: relative;
    width: 960px;
    margin: 65px auto 0 auto;
    padding: 0 0 0 506px;
    text-align: left;
  }

  #access > div > img.img {
    position: absolute;
    top: 0;
    left: 0;
    width: 460px;
  }

  #access > div > div {
    width: 454px;
    margin: 0;
  }

  #access > div > div > p {
    margin: 28px 0 0 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
  }

  #access > div > div > div {
    position: relative;
    margin: 10px 0 0 0;
    padding: 22px 20px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    background-color: #ffffff;
    border-radius: 10px;
  }

  #access > div > div > div > img {
    position: absolute;
    top: -44px;
    right: 94px;
    width: 209px;
  }

  #access > img.access {
    width: 960px;
    margin: 60px auto 0 auto;
  }

  /* フッター
  ----------------------------------------------------------*/
  footer {
    width: 100%;
    margin: 0 auto;
    padding: 20px 0 125px 0;
    background-color: #ffffff;
  }

  footer > a {
    display: block;
    width: 406px;
    margin: 0 auto;
  }

  /* チケット購入ボタン
  ----------------------------------------------------------*/
  .btn-btm-ticket {
    display: none;
    position: fixed;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 20px 0 0 0;
    width: 960px;
    height: 110px;
    background-color: rgba(255,255,255,0.8);
    border-radius: 20px;
    z-index: 9997;
  }

  .btn-btm-ticket>a {
    display: block;
    width: 500px;
    margin: 0 auto;
  }

  .btn-btm-ticket>a:hover {
    opacity: 1;
  }

  /* トップページへ
  ----------------------------------------------------------*/
  .gotoTop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 10px;
    width: 76px;
    height: 96px;
    z-index: 9998;
  }

  .gotoTop>a {
    display: block;
    width: 76px;
    height: 96px;
  }

  .gotoTop>a:hover {
    opacity: 1;
  }

}

/*===============================================
●画面の横幅が666px以下(スマホのみ)
===============================================*/
@media screen and (max-width: 666px) {


  /* !共通
  ---------------------------------------------------------- */
  .pc-only {
    display: none !important;
  }

  .sp-list-flex {
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-box !important;
    display: -webkit-flexbox !important;
    display: -moz-flexbox !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: -moz-flex !important;
    display: -ms-flex !important;
    display: flex !important;
    -webkit-box-lines: multiple !important;
    -moz-box-lines: multiple !important;
    -webkit-flex-wrap: wrap !important;
    -moz-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  /*------------------------------------
  clearfix
  --------------------------------------*/
  .clearfix-sp {
    zoom: 1;
    overflow: hidden;
  }

  .clearfix-sp:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    line-height: 0;
  }

  /* メイン画像
  ---------------------------------------------------------- */
  header {
    position: relative;
    z-index: 1;
    width: 100%;
    margin: 0 auto;
    padding: 50px 20px 0 20px;
    background-color: #FEEEEA;
  }

  header > a.logo {
    display: block;
    position: absolute;
    top: 14px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 160px;
  }

  header > h1 {
    width: 100%;
    margin: 0 auto;
  }

  header > h1 .kv-access {
    width: 37%;
    position: absolute;
    top: 64%;
    right: 5%;
  }

  header > a.btn {
    display: block;
    margin: 10px auto 0 auto;
    width: 92%
  }

  /* コンテンツ部分
  ---------------------------------------------------------- */

  #wrap01 {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 35px 0 60px 0;
    background-color: #FEEEEA;
  }

  /* box01
  --------------------------------------------------------- */
  #box01 {
    position: relative;
    width: 94%;
    margin: 0 auto;
    font-size: 0;
  }

  #box01 > a {
    display: inline-block;
    width: 49.5%;
    margin: 0;
  }

  #box01 > a:nth-of-type(1) {
    margin-right: 1%;
  }

  /* park
  ---------------------------------------------------------- */
  #park {
    width: 100%;
    margin: 40px auto 0 auto;
  }

  #park > img.title {
    width: 70%;
    margin: 0 auto;
  }

  #park > div.inner {
    position: relative;
    width: 100%;
    margin: 30px auto 0 auto;
  }

  #park .btn-area {
    width: 95%;
    margin: 0 auto;
  }

  #park .btn-area > li {
    width: 49%;
    margin: 0 auto;
  }

  #park .park-area {
    display: none;
    width: 95%;
    margin: 5px auto 0 auto;
  }

  #park .park-area > a {
    display: block;
    position: absolute;
    width: 67%;
    bottom: 4%;
    left: 10%;
  }

  #park #park01 > a {
    left: 15%;
  }

  #park .active {
    display: block !important;
  }

  /* attraction
  ---------------------------------------------------------- */
  #attraction {
    width: 100%;
    margin: 0 auto;
    padding: 50px 0 40px 0;
    background-color: #FFD5C7;
  }

  #attraction > img.title {
    width: 90%;
    margin: 0 auto;
  }

  #attraction div.wrap {
    position: relative;
    z-index: 1;
    width: 100%;
    margin: 30px auto 0 auto;
    overflow: hidden;
  }

  #attraction div.wrap ul {
    width: 100%;
    margin: 0 auto;
  }

  #attraction div.wrap .slick-list {
    overflow: visible;
  }

  #attraction div.wrap ul div.slick-slide li {
    position: relative;
    padding: 0;
  }

  #attraction div.wrap ul div.slick-slide img {
    width: 100%;
  }

  #attraction div.wrap ul div.slick-slide a {
    display: block;
    position: absolute;
    bottom: 13%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 80%;
  }

  #attraction .slide-arrow {
    top: 36%;
    cursor: pointer;
    margin: auto;
    position: absolute;
    z-index: 10;
    width: 48px !important;
  }

  #attraction .prev-arrow {
    left: 12px;
  }

  #attraction .next-arrow {
    right: 11px;
  }

  #attraction .slick-num {
    margin: 20px auto 0 auto;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.1em;
  }

  /* help
  ---------------------------------------------------------- */
  #help {
    width: 100%;
    margin: 0 auto;
    padding: 80px 0;
    background-color: #FEEEEA;
  }

  #help > img.title {
    width: 88%;
    margin: 0 auto;
  }

  #help div.wrap {
    position: relative;
    z-index: 1;
    width: 100%;
    margin: 30px auto 0 auto;
  }

  #help div.wrap ul {
    width: 100%;
    margin: 0 auto;
  }

  #help div.wrap .slick-list {
    overflow: visible;
  }

  #help div.wrap ul div.slick-slide {
    margin: 0 10px;
  }

  #help div.wrap ul div.slick-slide img {
    width: 100%;
  }

  #help div.wrap ul div.slick-slide a {
    display: block;
  }

  #help .slide-arrow {
    bottom: -20px;
    cursor: pointer;
    margin: auto;
    position: absolute;
    z-index: 10;
    width: 48px !important;
  }

  #help .prev-arrow {
    left: 12px;
  }

  #help .next-arrow {
    right: 11px;
  }

  #help .slick-num {
    margin: 20px auto 0 auto;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.1em;
  }

  /* box05
  ---------------------------------------------------------- */
  #box05 {
    width: 100%;
    margin: 0 auto;
    padding: 65px 0 50px 0;
    background: url(../images/box05-wrap_sp.webp) top center no-repeat;
    background-size: cover;
  }

  #box05 > img.title {
    width: 80%;
    margin: 0 auto;
  }

  #box05 > div {
    width: 95%;
    margin: 30px auto 0 auto;
  }

  #box05 > div img.detail01 {
    width: 100%;
    margin: 0 auto;
  }

  #box05 > div img.detail02 {
    width: 100%;
    margin: 30px auto 0 auto;
  }

  /* hotel
  ---------------------------------------------------------- */
  #hotel {
    width: 100%;
    margin: 0 auto;
    padding: 50px 0 40px 0;
    background-color: #FDF8DA;
  }

  #hotel > img.title {
    width: 75%;
    margin: 0 auto;
  }

  #hotel div.wrap {
    position: relative;
    z-index: 1;
    width: 100%;
    margin: 20px auto 0 auto;
    overflow: hidden;
  }

  #hotel div.wrap ul {
    width: 100%;
    margin: 0 auto;
  }

  #hotel div.wrap .slick-list {
    overflow: visible;
  }

  #hotel div.wrap ul div.slick-slide li {
    position: relative;
    padding: 0;
  }

  #hotel div.wrap ul div.slick-slide img {
    width: 100%;
  }

  #hotel div.wrap ul div.slick-slide a {
    display: block;
    position: absolute;
    bottom: 7%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 80%;
  }

  #hotel .slide-arrow {
    top: 36%;
    cursor: pointer;
    margin: auto;
    position: absolute;
    z-index: 10;
    width: 48px !important;
  }

  #hotel .prev-arrow {
    left: 12px;
  }

  #hotel .next-arrow {
    right: 11px;
  }

  #hotel .slick-num {
    margin: 20px auto 0 auto;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.1em;
  }

  #hotel .hotel-link {
    display: block;
    width: 85%;
    margin: 50px auto 0 auto;
  }

  #hotel .hotel-link > a {
    display: block;
    width: 100%;
  }

  /* movie
  ---------------------------------------------------------- */
  #movie {
    width: 100%;
    margin: 0 auto;
    padding: 45px 0 80px 0;
    background-color: #FEEEEA;
  }

  #movie > img.title {
    width: 85%;
    margin: 0 auto;
  }

  #movie > div {
    position: relative;
    width: 90%;
    margin: 25px auto 0 auto;
    padding: 20px 20px 60px 20px;
    background-color: #ffffff;
    border-radius: 20px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, .16);
  }

  #movie > div > img.img01 {
    position: absolute;
    z-index: 3;
    top: -28px;
    right: 0;
    width: 74px;
  }

  #movie > div > img.img02 {
    position: absolute;
    z-index: 3;
    bottom: -46px;
    left: 0;
    width: 62px;
  }

  #movie > div > div {
    width: 100%;
    margin: 0 auto;
  }

  #movie > div > div > img.img {
    width: 100%;
    margin: 0 auto;
  }

  #movie > div > div > img.txt {
    width: 48%;
    margin: 15px 0 0 0;
  }

  .popup {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.8);
  }

  .popup-content {
    position: relative;
    background-color: #fefefe;
    margin: 40% auto;
    padding: 10px 10px 40px 10px;
    width: 95%;
  }

  .popup-content > div {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }

  .popup-content > div iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }

  .close {
    position: absolute;
    bottom: 8px;
    right: 10px;
    color: #aaa;
    font-size: 20px;
    font-weight: bold;
  }

  .close:hover,
  .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  }

  /* 交通方式
  ---------------------------------------------------------- */
  #access {
    width: 100%;
    margin: 0 auto;
    padding: 50px 20px;
    background-color: #EDFAF3;
  }

  #access > img.title {
    width: 75%;
    margin: 0 auto;
  }

  #access > div {
    position: relative;
    width: 100%;
    margin: 30px auto 0 auto;
    text-align: left;
  }

  #access > div > img.img {
    width: 100%;
    margin: 0 auto;
  }

  #access > div > div {
    width: 100%;
    margin: 0 auto;
  }

  #access > div > div > p {
    margin: 28px 0 0 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
  }

  #access > div > div > div {
    position: relative;
    margin: 10px 0 0 0;
    padding: 15px 20px;
    font-size: 14px;
    font-weight: 700;
    background-color: #ffffff;
    border-radius: 10px;
  }

  #access > div > div > div > img {
    position: absolute;
    top: -47px;
    right: 20px;
    width: 196px;
  }

  #access > img.access01 {
    width: 100%;
    margin: 40px auto 0 auto;
  }

  #access > img.access02 {
    width: 100%;
    margin: 20px auto 0 auto;
  }

  /* フッター
  ----------------------------------------------------------*/
  footer {
    width: 100%;
    margin: 0 auto;
    padding: 20px 0 85px 0;
    background-color: #ffffff;
  }

  footer > a {
    display: block;

    width: 315px;
    margin: 0 auto;
  }

  /* チケット購入ボタン
  ----------------------------------------------------------*/
  .btn-btm-ticket {
    display: none;
    position: fixed;
    bottom: 5px;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 8px 0 0 0;
    width: 98%;
    max-width: 335px;
    height: 55px;
    background-color: rgba(255,255,255,0.8);
    border-radius: 10px;
    z-index: 9997;
  }

  .btn-btm-ticket>a {
    display: block;
    width: 240px;
    margin: 0 auto;
  }

  .btn-btm-ticket>a:hover {
    opacity: 1;
  }

  /* トップページへ
  ----------------------------------------------------------*/
  .gotoTop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 5px;
    width: 50px;
    height: 64px;
    z-index: 9998;
  }

  .gotoTop>a {
    display: block;
    width: 50px;
    height: 64px;
  }

  .gotoTop>a:hover {
    opacity: 1;
  }

}


/*===============================================
●画面の横幅が360px以下(スマホのみ)
===============================================*/
@media screen and (max-width: 360px) {}



/* 終了対応 */
.end-message {
  text-align: center;
  color: white;
  background: red;
  padding: 0.8rem;
  font-weight: bold;
}

.end-message>.sp {
  display: none;
}

@media screen and (max-width: 666px) {
  .end-message {
    padding: 0.5rem;
  }

  .end-message>.sp {
    display: block;
  }
}

.bnr-box {
  width: 960px;
  margin: 71px auto 40px auto;
}

@media screen and (max-width: 666px) {
  .bnr-box {
    width: 90%;
    margin: 40px auto;
  }
}

@media screen and (max-width: 959px) {
  .bnr-box img {
    width: 100%;

  }
}


/* corona-box
---------------------------------------------------------- */
.corona-notice {
  width: 960px;
  margin: 71px auto 40px auto;
  border-radius: 5px;
}

@media screen and (max-width: 666px) {
  .corona-notice {
    width: 90%;
    margin: 40px auto;
    border-radius: 5px;
  }
}

.covid19__box {
  background: #fff;
  border: 1px solid #000;
  border-radius: 10px;
  padding: 50px 30px 0;
}

@media screen and (max-width: 959px) {
  .covid19__box {
    padding: 32px 15px 0;
  }
}

@media screen and (max-width: 666px) {
  .covid19__box {
    border-radius: 0.5rem;
    padding: 24.8px 13px 0;
  }
}

.covid19__txt-top {
  width: 65.77%;
  padding-bottom: 43px;
}

@media screen and (max-width: 959px) {
  .covid19__txt-top {
    padding-bottom: 13px;
  }
}

@media screen and (max-width: 666px) {
  .covid19__txt-top {
    width: 212px;
    padding-bottom: 26px;
  }
}

@media screen and (max-width: 340px) {
  .covid19__txt-top {
    width: 65.77%;
    padding-bottom: 26px;
  }
}

.covid19__txt-wrap {
  position: relative;
  padding-bottom: 25px;
}

@media screen and (max-width: 666px) {
  .covid19__txt-wrap img {
    width: 100%;
  }
}

.covid19__txt-wrap::before {
  content: "";
  position: absolute;
  top: 6px;
  right: 0;
  width: 20.4px;
  height: 2px;
  /*縦線に*/
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  background: #323232;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 666px) {
  .covid19__txt-wrap::before {
    top: 18.8px;
    right: 5px;
  }
}

.covid19__txt-wrap::after {
  content: "";
  position: absolute;
  top: 6px;
  right: 0;
  /*横線*/
  width: 20.4px;
  height: 2.5px;
  background: #323232;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@media screen and (max-width: 666px) {
  .covid19__txt-wrap::after {
    top: 19px;
    right: 5px;
  }
}

.covid19__txt-inner {
  display: none;
  padding-bottom: 50px;
}

@media screen and (max-width: 959px) {
  .covid19__txt-inner {
    padding-bottom: 32px;
  }
}

@media screen and (max-width: 666px) {
  .covid19__txt-inner {
    padding-top: 20px;
  }
}

@media screen and (max-width: 666px) {
  .covid19__txt-inner img {
    width: 100%;
  }
}

.covid19__txt-wrap.active::before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.covid19__txt-wrap.active::after {
  opacity: 0;
}

/* 本サイトヘッダーフッター調整用 */
@media screen and (min-width: 750px) {
  #suzuka-global-footer .sgf-icons li.ig img {
    width: 60px;
  }
  #suzuka-global-footer .sgf-icons li.line img {
    width: 60px;
  }
  #suzuka-global-footer .sgf-icons li.fb img {
    width: 54px;
  }
  #suzuka-global-footer .sgf-icons li.tw img {
    width: 60px;
  }
  #suzuka-global-footer .sgf-icons li.yt img {
    width: 66px;
  }
  #suzuka-global-footer .sgf-inner a img {
    width: 160px;
  }
  #suzuka-global-footer .sgf-motegilink a img {
    width: 197px;
  }
  #suzuka-global-footer .sgf-parklink a img {
    width: 197px;
  }
  #suzuka-global-header .sgh-top-logo a img {
    width: 440px;
  }
}
