@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  box-sizing: border-box;
}

html {
  line-height: 1;
}

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

.clearfix {
  display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End hide from IE-mac */
ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.clear {
  clear: both;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

*, :after, :before {
  box-sizing: border-box;
}

body {
  font-family: Verdana, Meiryo, "ヒラギノ丸ゴ Pro W4", "Hiragino Maru Gothic Pro", "ＭＳ Pゴシック", Osaka, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  color: #000;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: top;
}

a {
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .hidden-sp {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .hidden-pc {
    display: none !important;
  }
}
/*------------------------------------------
  ヘッダー
------------------------------------------*/
@media screen and (max-width: 1099.98px) {
  .header-logo {
    height: 80px;
  }
}
.header-logo img {
  position: relative;
  margin: 0 auto;
  display: block;
  max-height: 40px;
}

.header-logo {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 84px;
  background-color: #fff;
}

a img {
  border: none;
}

.lang {
  margin-right: 30px;
}

.lang_form {
  font-size: 15px;
}

.form {
  font-size: 15px;
}

.form-control {
  width: 100%;
  height: 2em;
  padding: 0.1em 0.5em 0.2em 0.5em;
  margin: 0 1em;
  color: #333333;
  font-family: inherit;
  font-size: 18px;
  line-height: 1.4;
  border-radius: 5px;
  font-weight: 300;
  border: 1px solid #DDDDDD;
  background-color: #fff;
}

.humberguer {
  margin-left: 40px;
  width: 120px;
}

.important-news {
  position: relative;
  background-color: #ff8708;
  color: #fff;
  font-size: 1.2rem;
  width: 100%;
  height: 40px;
}

.main {
  display: block;
  position: relative;
  margin-top: 80px;
}

/*------------------------------------------
  サービス別レスポンシブ
------------------------------------------*/
/*youtube*/
.youtubeWrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtubeWrapper iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/*googlemap*/
.ggmapWrapper {
  position: relative;
  /*padding-bottom: 56.25%;*/
  height: 480px;
  overflow: hidden;
}

.ggmapWrapper iframe,
.ggmapWrapper object,
.ggmapWrapper embed {
  position: absolute;
  top: -140px;
  left: 0;
  width: 100%;
  height: 600px;
}

.ggmapWrapper iframe {
  height: 800px;
}

/*------------------------------------------
  cmn
------------------------------------------*/
.hoverBtn {
  transition: 0.3s;
}

.innerBox {
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .innerBox {
    padding: 0 5%;
  }
}

.sp {
  display: none;
}

/*------------------------------------------
  body
------------------------------------------*/
.bgGra_01 {
  padding: 0 0 50px 0;
  background: linear-gradient(to right, #d6edf3, #f9f7e7);
}

/*------------------------------------------
  #mv
------------------------------------------*/
.mvWrapper {
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .mvWrapper {
    margin-bottom: 50px;
  }
}
/*------------------------------------------
  #トップ
------------------------------------------*/
.topTxtBox h1 {
  margin-bottom: 50px;
  font-size: 30px;
  font-style: italic;
  font-family: "Noto Sans JP", sans-serif;
  color: #33b3c3;
  text-align: center;
}
.topTxtBox h1 strong {
  font-size: 150%;
}
@media screen and (max-width: 950px) {
  .topTxtBox h1 {
    font-size: 26px;
  }
}
@media screen and (max-width: 800px) {
  .topTxtBox h1 {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .topTxtBox h1 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 500px) {
  .topTxtBox h1 {
    font-size: 18px;
  }
}
.topTxtBox h2 {
  margin-bottom: 30px;
  color: #333;
  text-align: center;
  font-size: 24px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.2;
}
.topTxtBox h2 .sTxt {
  font-size: 60%;
  font-weight: 400;
}
.topTxtBox h2 strong {
  font-size: 150%;
}
@media screen and (max-width: 768px) {
  .topTxtBox h2 {
    font-size: 18px;
  }
}

.tiketsType {
  margin-bottom: 100px;
  font-family: "Noto Sans JP", sans-serif;
}
.tiketsType .boxLR {
  border: 2px solid #35aab8;
  background: #FFF;
  border-radius: 20px;
  display: flex;
}
.tiketsType .boxLR > div {
  min-height: 90px;
  width: 100%;
  flex: 1;
}
.tiketsType .boxLR > div .inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-align: center;
  color: #333;
}
.tiketsType .boxLR > div .inner:after {
  content: "";
  width: 0%;
  height: 100%;
  display: block;
  background: rgba(69, 119, 188, 0.1);
  position: absolute;
  top: 0;
  transition: 0.3s;
}
.tiketsType .boxLR > div .inner h3 {
  width: 110px;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #2072ba;
  color: #FFF;
  border-radius: 110px;
  font-size: 20px;
  line-height: 1;
  position: absolute;
  top: -20px;
  z-index: 2;
}
.tiketsType .boxLR > div .inner h3 strong {
  font-size: 40px;
}
.tiketsType .boxLR > div .inner .txtBox p {
  position: relative;
  z-index: 2;
}
.tiketsType .boxLR > div .inner .txtBox p.txt_01 {
  font-size: 20px;
  font-weight: 700;
  font-style: italic;
}
.tiketsType .boxLR > div .inner .txtBox p.txt_01 strong {
  font-size: 140%;
  color: #2072ba;
}
.tiketsType .boxLR > div .inner .txtBox p.price {
  font-size: 30px;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
  color: #2072ba;
  line-height: 1;
}
.tiketsType .boxLR > div .inner .txtBox p.price strong {
  font-size: 200%;
}
.tiketsType .boxLR > div .inner:hover:after {
  width: 0%;
}
.tiketsType .boxLR > div.boxL {
  border-right: 2px solid #35aab8;
}
.tiketsType .boxLR > div.boxL .inner {
  padding: 10px 10px 20px 90px;
}
.tiketsType .boxLR > div.boxL .inner:after {
  left: 0;
  border-radius: 20px 0 0 20px;
}
.tiketsType .boxLR > div.boxL .inner h3 {
  left: -20px;
}
.tiketsType .boxLR > div.boxR .inner {
  padding: 10px 90px 20px 10px;
}
.tiketsType .boxLR > div.boxR .inner:after {
  right: 0;
  border-radius: 0 20px 20px 0;
}
.tiketsType .boxLR > div.boxR .inner h3 {
  right: -20px;
}
@media screen and (max-width: 1039px) {
  .tiketsType .boxLR > div .inner h3 {
    top: 50%;
    transform: translate(0, -50%);
  }
  .tiketsType .boxLR > div.boxL .inner h3 {
    left: 10px;
  }
  .tiketsType .boxLR > div.boxR .inner h3 {
    right: 10px;
  }
}
@media screen and (max-width: 935px) {
  .tiketsType .sp {
    display: block;
  }
}

@media screen and (max-width: 750px) {
  .tiketsType {
    margin-bottom: 50px;
  }
  .tiketsType .boxLR {
    border-radius: 20px;
    display: block;
  }
  .tiketsType .boxLR > div {
    min-height: inherit;
    width: 100%;
  }
  .tiketsType .boxLR > div .inner {
    height: 100%;
    display: flex;
    align-items: inherit;
    justify-content: inherit;
    flex-direction: column;
    position: relative;
  }
  .tiketsType .boxLR > div .inner:after {
    content: "";
    width: 0%;
    height: 100%;
    display: block;
    background: rgba(69, 119, 188, 0.1);
    position: absolute;
    top: 0;
    transition: 0.3s;
  }
  .tiketsType .boxLR > div .inner h3 {
    order: 2;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #2072ba;
    color: #FFF;
    border-radius: 110px;
    font-size: 18px;
    line-height: 1;
    position: inherit;
    top: inherit;
    transform: translate(0, 0);
    z-index: 2;
  }
  .tiketsType .boxLR > div .inner h3 strong {
    font-size: 40px;
  }
  .tiketsType .boxLR > div .inner .txtBox {
    order: 1;
  }
  .tiketsType .boxLR > div .inner .txtBox p {
    position: relative;
    z-index: 2;
  }
  .tiketsType .boxLR > div .inner .txtBox p.txt_01 {
    font-size: 20px;
    font-weight: 700;
    font-style: italic;
  }
  .tiketsType .boxLR > div .inner .txtBox p.txt_01 strong {
    font-size: 140%;
    color: #2072ba;
  }
  .tiketsType .boxLR > div .inner .txtBox p.price {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 700;
    font-family: "Noto Serif JP", serif;
    color: #2072ba;
    line-height: 1;
  }
  .tiketsType .boxLR > div .inner .txtBox p.price strong {
    font-size: 200%;
  }
  .tiketsType .boxLR > div .inner:hover:after {
    width: 0%;
  }
  .tiketsType .boxLR > div.boxL {
    border-right: none;
    border-bottom: 2px solid #35aab8;
  }
  .tiketsType .boxLR > div.boxL .inner {
    padding: 10px 10px 20px 10px;
  }
  .tiketsType .boxLR > div.boxL .inner:after {
    left: 0;
    border-radius: 20px 20px 0 0;
  }
  .tiketsType .boxLR > div.boxL .inner h3 {
    left: inherit;
  }
  .tiketsType .boxLR > div.boxR .inner {
    padding: 10px 10px 20px 10px;
  }
  .tiketsType .boxLR > div.boxR .inner:after {
    right: inherit;
    left: 0;
    border-radius: 0 0 20px 20px;
  }
  .tiketsType .boxLR > div.boxR .inner h3 {
    right: inherit;
  }
}
@media screen and (max-width: 750px) and (max-width: 935px) {
  .tiketsType .sp {
    display: block;
  }
}
/*------------------------------------------
  #施設
------------------------------------------*/
.coutionTxt {
  color: #F00;
}

.shisetsWrapper {
  max-width: 1000px;
  padding: 50px;
  margin: 0 auto;
  background: #FFF;
}
@media screen and (max-width: 1020px) {
  .shisetsWrapper {
    max-width: 95%;
    padding: 50px 2.5%;
  }
  .shisetsWrapper .innerBox {
    padding: 0;
  }
}
.shisetsWrapper .shisetsuTtl {
  margin: 0 0 50px 0;
}
.shisetsWrapper .shisetsuTtl h2 {
  padding: 10px;
  min-height: 100px;
  border-radius: 200px;
  background: #2072ba;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 30px;
  font-family: "Noto Sans JP", sans-serif;
  color: #FFF;
}
.shisetsWrapper .freeBox {
  margin: 0 0 50px 0;
  background: #fff0f8;
  display: flex;
}
.shisetsWrapper .freeBox .boxTtl {
  padding: 20px;
  display: flex;
  align-items: center;
}
.shisetsWrapper .freeBox .boxTtl h3 {
  width: 110px;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fdc2de;
  font-size: 24px;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  font-style: italic;
  color: #FFF;
  border-radius: 200px;
}
.shisetsWrapper .freeBox .txtBox {
  width: 100%;
  padding: 20px;
  flex: 1;
  display: flex;
  align-items: center;
}
.shisetsWrapper .freeBox .txtBox h3 {
  margin: 0 0 10px 0;
  font-size: 20px;
}
.shisetsWrapper .freeBox .txtBox p {
  line-height: 1.8;
}
.shisetsWrapper .freeBox .txtBox p .coutionTxt {
  font-size: 14px;
}
.shisetsWrapper .shisetsuList .topTxt {
  margin: 0 0 50px 0;
}
.shisetsWrapper .shisetsuList .topTxt .coutionTxt {
  margin: 0 0 10px 0;
  line-height: 1.8;
}
.shisetsWrapper .shisetsuList .topTxt .coutionTxt strong {
  font-size: 120%;
}
.shisetsWrapper .shisetsuList .topTxt > p {
  font-size: 14px;
}
.shisetsWrapper .shisetsuList .topTxt > p span {
  padding: 0 5px;
  color: #FFF;
  display: inline-block;
  background: #2072ba;
}
.shisetsWrapper .shisetsuList .tableWrapper {
  margin: 0 0 50px 0;
}
.shisetsWrapper .shisetsuList .tableWrapper table {
  border: 1px solid #2072ba;
}
.shisetsWrapper .shisetsuList .tableWrapper table tbody tr:not(:last-child) {
  border-bottom: 1px dotted #2072ba;
}
.shisetsWrapper .shisetsuList .tableWrapper table tbody tr th {
  padding: 20px;
  border-right: 1px solid #2072ba;
  background: #f5f9ff;
  font-size: 18px;
}
.shisetsWrapper .shisetsuList .tableWrapper table tbody tr th a {
  font-weight: 700;
  color: #2072ba;
  line-height: 1.2;
}
.shisetsWrapper .shisetsuList .tableWrapper table tbody tr th a:hover {
  text-decoration: underline;
}
.shisetsWrapper .shisetsuList .tableWrapper table tbody tr th a .num {
  padding: 0 5px;
  margin-right: 5px;
  display: inline-block;
  background: #2072ba;
  color: #FFF;
}
.shisetsWrapper .shisetsuList .tableWrapper table tbody tr th a .sTxt {
  font-size: 60%;
  font-weight: 400;
  color: #333;
}
.shisetsWrapper .shisetsuList .tableWrapper table tbody tr td {
  padding: 20px;
  font-size: 12px;
  line-height: 1.8;
}
.shisetsWrapper .shisetsuList .tableWrapper table tbody tr td a {
  color: #2072ba;
}
.shisetsWrapper .shisetsuList .tableWrapper table tbody tr td a:hover {
  text-decoration: underline;
}
.shisetsWrapper .shisetsuList .tableWrapper table tbody tr td .coutionTxt {
  display: inline-block;
}
.shisetsWrapper .shisetsuList .tableWrapper table tbody tr td .coutionTxt.iconDanger {
  padding-left: 20px;
  background: url("../img/exclamation-triangle.svg") no-repeat left 0 top 4px/14px;
}
.shisetsWrapper .shisetsuList .attentionBox {
  padding: 20px;
  background: #F6F6F6;
}
.shisetsWrapper .shisetsuList .attentionBox h3 {
  margin: 0 0 15px 0;
}
.shisetsWrapper .shisetsuList .attentionBox ul {
  font-size: 14px;
}
.shisetsWrapper .shisetsuList .attentionBox ul li {
  padding: 0 0 0 16px;
  position: relative;
}
.shisetsWrapper .shisetsuList .attentionBox ul li:before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}
.shisetsWrapper .shisetsuList .attentionBox ul li:not(:last-child) {
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .shisetsWrapper .shisetsuTtl {
    margin: 0 0 50px 0;
  }
  .shisetsWrapper .shisetsuTtl h2 {
    min-height: 80px;
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) and (max-width: 435px) {
  .shisetsWrapper .shisetsuTtl h2 {
    font-size: 5vw;
  }
}
@media screen and (max-width: 768px) {
  .shisetsWrapper .freeBox {
    margin: 0 0 50px 0;
    background: #fff0f8;
    display: flex;
  }
  .shisetsWrapper .freeBox .boxTtl {
    padding: 20px;
    display: flex;
    align-items: center;
  }
  .shisetsWrapper .freeBox .boxTtl h3 {
    width: 110px;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fdc2de;
    font-size: 24px;
    font-weight: 700;
    font-family: "Noto Sans JP", sans-serif;
    font-style: italic;
    color: #FFF;
    border-radius: 200px;
  }
  .shisetsWrapper .freeBox .txtBox {
    width: 100%;
    padding: 20px;
    flex: 1;
    display: flex;
    align-items: center;
  }
  .shisetsWrapper .freeBox .txtBox h3 {
    margin: 0 0 10px 0;
    font-size: 20px;
  }
  .shisetsWrapper .freeBox .txtBox p {
    line-height: 1.8;
  }
  .shisetsWrapper .freeBox .txtBox p .coutionTxt {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) and (max-width: 499px) {
  .shisetsWrapper .freeBox {
    display: block;
  }
  .shisetsWrapper .freeBox .boxTtl {
    padding: 20px 0 0 0;
    display: block;
  }
  .shisetsWrapper .freeBox .boxTtl h3 {
    margin: 0 auto;
  }
  .shisetsWrapper .freeBox .txtBox {
    width: 100%;
    padding: 20px;
    flex: 1;
    display: flex;
    align-items: center;
  }
  .shisetsWrapper .freeBox .txtBox h3 {
    margin: 0 0 10px 0;
    font-size: 20px;
  }
  .shisetsWrapper .freeBox .txtBox p {
    line-height: 1.8;
  }
  .shisetsWrapper .freeBox .txtBox p .coutionTxt {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .shisetsWrapper .shisetsuList .topTxt {
    margin: 0 0 50px 0;
  }
  .shisetsWrapper .shisetsuList .topTxt .coutionTxt {
    margin: 0 0 10px 0;
    line-height: 1.8;
  }
  .shisetsWrapper .shisetsuList .topTxt .coutionTxt strong {
    font-size: 120%;
  }
  .shisetsWrapper .shisetsuList .topTxt > p {
    font-size: 14px;
  }
  .shisetsWrapper .shisetsuList .topTxt > p span {
    padding: 0 5px;
    color: #FFF;
    display: inline-block;
    background: #2072ba;
  }
  .shisetsWrapper .shisetsuList .tableWrapper {
    margin: 0 0 50px 0;
  }
  .shisetsWrapper .shisetsuList .tableWrapper table {
    display: block;
  }
  .shisetsWrapper .shisetsuList .tableWrapper table tbody {
    display: block;
  }
  .shisetsWrapper .shisetsuList .tableWrapper table tbody tr {
    display: block;
  }
  .shisetsWrapper .shisetsuList .tableWrapper table tbody tr:not(:last-child) {
    border-bottom: 1px solid #2072ba;
  }
  .shisetsWrapper .shisetsuList .tableWrapper table tbody tr th {
    display: block;
    padding: 20px;
    border-right: none;
    border-bottom: 1px dotted #2072ba;
    background: #f5ffff;
    font-size: 16px;
  }
  .shisetsWrapper .shisetsuList .tableWrapper table tbody tr th a {
    font-weight: 700;
    color: #2072ba;
    line-height: 1.2;
  }
  .shisetsWrapper .shisetsuList .tableWrapper table tbody tr th a:hover {
    text-decoration: underline;
  }
  .shisetsWrapper .shisetsuList .tableWrapper table tbody tr th a .num {
    padding: 0 5px;
    margin-right: 5px;
    display: inline-block;
    background: #2072ba;
    color: #FFF;
  }
  .shisetsWrapper .shisetsuList .tableWrapper table tbody tr th a .sTxt {
    font-size: 60%;
    font-weight: 400;
    color: #333;
  }
  .shisetsWrapper .shisetsuList .tableWrapper table tbody tr td {
    display: block;
    padding: 20px;
    font-size: 12px;
    line-height: 1.8;
  }
  .shisetsWrapper .shisetsuList .tableWrapper table tbody tr td a {
    color: #2072ba;
    word-break: break-all;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  .shisetsWrapper .shisetsuList .tableWrapper table tbody tr td a:hover {
    text-decoration: underline;
  }
  .shisetsWrapper .shisetsuList .tableWrapper table tbody tr td .coutionTxt {
    display: inline-block;
  }
  .shisetsWrapper .shisetsuList .tableWrapper table tbody tr td .coutionTxt.iconDanger {
    padding-left: 20px;
    background: url("../img/exclamation-triangle.svg") no-repeat left 0 top 4px/14px;
  }
  .shisetsWrapper .shisetsuList .attentionBox {
    padding: 20px;
    background: #F6F6F6;
  }
  .shisetsWrapper .shisetsuList .attentionBox h3 {
    margin: 0 0 15px 0;
  }
  .shisetsWrapper .shisetsuList .attentionBox ul {
    font-size: 14px;
  }
  .shisetsWrapper .shisetsuList .attentionBox ul li {
    padding: 0 0 0 16px;
    position: relative;
  }
  .shisetsWrapper .shisetsuList .attentionBox ul li:before {
    content: "※";
    position: absolute;
    left: 0;
    top: 0;
  }
  .shisetsWrapper .shisetsuList .attentionBox ul li:not(:last-child) {
    margin-bottom: 10px;
  }
}
/*------------------------------------------
  #フッター
------------------------------------------*/
section.bottomBox {
  padding: 50px 0 100px 0;
}
section.bottomBox .btnBoxTicket a {
  width: 100%;
  max-width: 500px;
  height: 140px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  color: #FFF;
  background: #d12b3b;
  border-radius: 10px;
  transition: 0.3s;
}
section.bottomBox .btnBoxTicket a strong {
  font-size: 150%;
}
section.bottomBox .btnBoxTicket a:hover {
  background: #d02e79;
}
section.bottomBox .logoBottom {
  text-align: center;
}
section.bottomBox .logoBottom img {
  max-width: 200px;
}
@media screen and (max-width: 499px) {
  section.bottomBox {
    padding: 50px 0;
  }
  section.bottomBox .btnBoxTicket {
    margin-bottom: 50px;
  }
  section.bottomBox .btnBoxTicket a {
    width: 100%;
    max-width: 500px;
    height: 100px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-family: "Noto Sans JP", sans-serif;
    text-align: center;
    color: #FFF;
    background: #d12b3b;
    border-radius: 10px;
    transition: 0.3s;
  }
  section.bottomBox .btnBoxTicket a strong {
    font-size: 120%;
  }
  section.bottomBox .btnBoxTicket a:hover {
    background: #d02e79;
  }
  section.bottomBox .logoBottom {
    text-align: center;
  }
  section.bottomBox .logoBottom img {
    max-width: 120px;
  }
}

.footer_buy {
  position: fixed;
  right: 1%;
  bottom: 3%;
  z-index: 1000;
}
.footer_buy .btnClose {
  margin-bottom: 5px;
  text-align: right;
}
.footer_buy .btnClose img {
  width: 24px;
  cursor: pointer;
}
.footer_buy a {
  width: 100%;
  max-width: 500px;
  height: 120px;
  padding: 10px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  color: #444;
  border: 3px solid #d12b3b;
  background: #FFF;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  transition: 0.3s;
}
.footer_buy a strong {
  font-size: 120%;
}
.footer_buy a:hover {
  color: #FFF;
  background: #d12b3b;
}
@media screen and (max-width: 768px) {
  .footer_buy a {
    width: 100%;
    max-width: 500px;
    height: 90px;
    padding: 10px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-family: "Noto Sans JP", sans-serif;
    text-align: center;
    color: #FFF;
    border: 3px solid #d12b3b;
    background: #d12b3b;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    transition: 0.3s;
  }
  .footer_buy a strong {
    font-size: 120%;
  }
  .footer_buy a:hover {
    color: #FFF;
    background: #d12b3b;
  }
}

.attentionBox .smallNum {
  padding: 0 5px;
  color: #FFF;
  display: inline-block;
  background: #2072ba;
}/*# sourceMappingURL=style.css.map */