@charset "UTF-8";
html, body {
  height: 100%;
}

html {
  font-size: 62.5%;
}

body {
  background-color: #ffffff;
  color: #1E559B;
  margin: 0px;
  height: 100%;
  font-family: Roboto, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic",'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', "メイリオ";
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  /*font-size: 1.6rem;*/
  letter-spacing: 0.01em;
  /*text-align: justify;*/
}

::-moz-selection {
  /* Firefoxの場合 */
  color: white;
  background: #F0AFC9;
}

::selection {
  color: white;
  background: #F0AFC9;
}

h1, h2, h3, h4, h5, h6, p, blockquote, pre, address, ul, ol, li, dl, dt, dd, table, th, td, form, fieldset {
  margin: 0;
  padding: 0;
}

.booking_info th, td {
    padding: 8px;
}

ul, ol {
  list-style-type: none;
}

div.growlUI {
    text-shadow: none;
    display: none;
    padding: 20px;
}
div.growlUI button {
    -webkit-appearance: none;
    font-size: 1.4rem;
    font-weight: bold;
    border: none;
    border-radius: 50px;
    background: #1E559B;
    color: #fff;
    outline: none;
}

div.growlUI h4 {
    text-align: left;
    color: #666;
}

a {
  color: #008BD8;
  text-decoration: none;
  transition: all 0.18s ease-out;
  word-break: break-all;
}

a:hover {
  transition: all 0.18s ease-out;
}

img {
  border: 0;
  text-decoration: none;
  margin: 0;
}

img a {
  border: 0;
  text-decoration: none;
  margin: 0;
}

hr {
  visibility: hidden;
  clear: both;
}

strong, .bold {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic" , 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W6';
}

.nonewline {
  white-space: nowrap;
}

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

.clearfix {
  display: inline-block;
  min-height: 1%;
}

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

.clearfix {
  display: block;
}

/* End hide from IE */
main {
  display: block;
  z-index: 0;
  padding-bottom: 70px;
}

nav,
figure {
  margin: 0;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

#warpper {
  width: 100%;
  height: 100%;
  position: relative;
}

#noscript {
  font-size: 1.8rem;
  color: #1E559B;
  font-weight: bold;
  text-align: center;
}

#loadingWrap {
  width: 100%;
  height: 100%;
  background: #ffffff;
  position: fixed;
  z-index: 10000;
}

.spinner {
  width: 40px;
  height: 40px;
  background-color: #1E559B;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -20px 0 0 -20px;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
  animation: sk-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
/*
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
ヘッダ
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
*/
#header_wrapper {
  width: 100%;
  height: 90px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid #296DA6;
  background: #fff;
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
}

#head_container {
  height: 90px;
  margin: 0 auto 0 auto;
  min-width: 1040px;
  padding: 0 2% 0 2%;
  display: flex;
  line-height: 0;
}
#head_container > a {
  display: block;
  width: 390px;
}
#head_container h1 {
  text-indent: -1000em;
  height: 68px;
  margin-top: 10px;
  margin-left: -30px;
  background: url("/images/tp_logo.svg?20250626") 0 0 no-repeat;
  background-size: contain;
  background-position: center center;
  flex-grow: 0;
}
#head_container #memu_wrap {
  height: 90px;
  text-align: right;
  margin: 0 0 0 auto;
}
#head_container #memu_wrap #menu_cont {
  /*max-width: 725px;*/
  max-width: 525px;
  margin: 0 0 0 auto;
}
#head_container #memu_wrap #menu_cont ul#menu_upper {
  height: 36px;
  display: inline-flex;
  margin: 0 0 0 auto;
  padding: 15px 0 0 0 !important;
  box-sizing: border-box;
}
#head_container #memu_wrap #menu_cont ul#menu_upper li {
  padding: 0 0 0 30px;
  box-sizing: border-box;
  position: relative;
}
#head_container #memu_wrap #menu_cont ul#menu_upper li a {
  display: flex;
  align-items: center;
  height: 18px;
  padding-top: 3px;
  font-size: 1.2rem;
  color: #008BD8;
  letter-spacing: 0.01em;
  font-weight: normal;
  white-space: nowrap;
}

#head_container #memu_wrap #menu_cont ul#menu_upper li div {
    display: flex;
    align-items: center;
    height: 18px;
    padding-top: 3px;
    font-size: 1.2rem;
    color: #008BD8;
    letter-spacing: 0.01em;
    font-weight: normal;
    white-space: nowrap;
}

#head_container #memu_wrap #menu_cont ul#menu_upper li a:hover {
  font-size: 1.2rem;
  color: #F04B5A;
}
#head_container #memu_wrap #menu_cont ul#menu_upper li:nth-of-type(1)::after {
  content: "";
  display: block;
  width: 1px;
  height: 10px;
  position: absolute;
  top: 6px;
  right: -15px;
  z-index: 0;
  background: #999;
}
#head_container #memu_wrap #menu_cont ul#menu_upper li#head_bt {
  /*&::before{
  	content:"";
  	display: block;
  	width: 180px;
  	height: 40px;
  	border-radius: 20px;
  	position: absolute;
  	top: 0;
  	left: 0;
  	z-index: -1;
  	background: $c1;
  	transition: all 0.2s ease-out;
  }
  &::after{
  	content:"";
  	display: block;
  	width: 180px;
  	height: 40px;
  	border-radius: 20px;
  	position: absolute;
  	top: 0;
  	left: 0;
  	z-index: -2;
  	background: rgba($c1, 0.7);
  }*/
}
#head_container #memu_wrap #menu_cont ul#menu_upper li#head_bt a {
  font-size: 1.1rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 0 10px;
  display: block;
  width: 180px;
  height: 21px;
  line-height: 21px;
  position: relative;
  z-index: 0;
  background: #001450;
  border-radius: 21px;
  white-space: nowrap;
}
#head_container #memu_wrap #menu_cont ul#menu_upper li#head_bt a:hover {
  opacity: 0.7;
  transition: all 0.2s ease-out;
}
#head_container #memu_wrap #menu_cont ul#menu_lower {
  display: inline-flex;
  margin: 0 0 0 auto;
  padding: 0 !important;
}
#head_container #memu_wrap #menu_cont ul#menu_lower li {
  padding: 0 0 0 30px;
  height: 54px;
  line-height: 54px;
  box-sizing: border-box;
  position: relative;
}
#head_container #memu_wrap #menu_cont ul#menu_lower li a {
  display: block;
  font-size: 1.4rem;
  color: #1E559B;
  letter-spacing: 0.05em;
  font-weight: bold;
  margin-left: 15px;
  white-space: nowrap;
}
#head_container #memu_wrap #menu_cont ul#menu_lower li a::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background-image: url(/images/ticketmenu_icon.svg);
  background-size: cover;
  position: absolute;
  top: 20px;
  left: 28px;
}
#head_container #memu_wrap #menu_cont ul#menu_lower li a:hover {
  font-size: 1.4rem;
  color: #008BD8;
}
.dropdown {
    position: relative;
    cursor: pointer;
    display: inline-block;
}

.dropdown:hover .dropdown-content {
    display: block;
}

ul.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 160px;
    /*box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/
    /*padding: 12px 16px;*/
    /*box-shadow: 0 0 5px #444444;*/
    top: 25px;
    list-style: none outside none;
    text-align: left;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    z-index: 100;
}
ul.dropdown-content::before {
    content: "";
    position: absolute;
    top: -5px;
    left: 47px;
    width: 7px;
    height: 7px;
    border: 1px solid #e5e5e5;
    transform: rotate(45deg);
    border-right: transparent;
    border-bottom: transparent;
    background: #fff;
}

#right_header div .to_bottom {
    width: 0;
    height: 0;
    border-top: 5px solid #ccc;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    margin: 21px 0px 0px 5px;
}


#head_container #memu_wrap #menu_cont ul#menu_upper ul.dropdown-content li {
    /*background: none repeat scroll 0 0 #F0F0F0;*/
    display: inline;
    float: left;
    position: relative;
    font-size:0.9em;
    padding-left: 0px;
}
#head_container #memu_wrap #menu_cont ul#menu_upper ul.dropdown-content li:after {
    content: normal;
}
#head_container #memu_wrap #menu_cont ul#menu_upper ul.dropdown-content li a {
    /*border-bottom: 1px solid #CCCCCC;*/
    /*border-top: 1px solid #FFFFFF;*/
    color: #333333;
    display: block;
    /*min-width: 199px;*/
    padding: 10px 0 10px 10px;
}
#head_container #memu_wrap #menu_cont ul#menu_upper ul.dropdown-content li a:hover {
    color: #ffffff;
    background-color: #555;
}
#head_container #memu_wrap #menu_cont ul#menu_upper ul.dropdown-content li{
    float: none;
}
#head_container #memu_wrap #menu_cont {
    font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS P Gothic","Osaka",Verdana,Arial,Helvetica,sans-serif;
}

/*
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
フッター
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
*/
footer {
  background: linear-gradient(to right, #5fb9e6, #51cfce);
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  overflow: hidden;
}
footer #footer_cont {
  width: 100%;
  height: 200px;
  min-width: 1000px;
  display: flex;
  align-items: center;
  padding: 0 4% 0 2%;
}
footer #footer_cont #footer_logo {
  width: 385px;
  padding-right: 25px;
}
footer #footer_cont #footer_logo img {
  width: 100%;
  margin-bottom: 25px;
}
footer #footer_cont #footer_menu {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex: 1;
}
footer #footer_cont #footer_menu ul {
  width: 240px;
}
footer #footer_cont #footer_menu ul li {
  padding-top: 10px;
}
footer #footer_cont #footer_menu ul li a {
  font-size: 1.4rem;
  color: #fff;
  font-weight: bold;
  position: relative;
  padding-left: 18px;
  transition: all 0.18s ease-out;
}
footer #footer_cont #footer_menu ul li a:hover {
  transition: all 0.18s ease-out;
  color: #ffffb4;
}
footer #footer_cont #footer_menu ul li a::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background-image: url(/images/footer_icon.svg);
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}
footer #footer_cont #footer_menu ul li:first-of-type {
  padding-top: 0;
}
footer #footer_cont #secom_img {
  width: 110px;
  padding-top: 3px;
}
footer #footer_cont #secom_img img {
  width: 100%;
}
footer #copyright_item {
  width: 100%;
  height: 50px;
  /*position: absolute;
  bottom: 0;
  left: 0;*/
  background: #001450;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.02em !important;
  color: #fff;
  text-align: center;
  line-height: 50px;
  text-shadow: none;
  font-family: Helvetica,Arial,sans-serif;
}

.menu-trigger p {
    display: none;
}

.show-seven-payment-page-button {
    font-size: medium;
}

/*
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
SP用
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
*/
body {
  letter-spacing: 0.0;
}

@media screen and (max-width: 736px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }

  #header_wrapper {
    height: 60px;
  }

  #head_container {
    height: 60px;
    padding: 0 5% 0 5%;
  }
  #head_container > a {
    display: block;
    width: 135px;
  }
  #head_container h1 {
    text-indent: -1000em;
    width: 210px;
    height: 60px;
    margin-top: 0;
    margin-left: 0;
    background: url("/images/tp_logo.svg?20250626") 0 0 no-repeat;
    background-size: contain;
    background-position: center center;
    flex-grow: 0;
  }

  .menu-trigger {
    position: absolute;
    top: 10px;
    right: 5%;
    display: block;
  }
  .menu-trigger p {
    display: block;
    width: 100%;
    font-size: 1.2rem;
    text-align: center;
    color: #1E559B;
    position: absolute;
    bottom: -6px;
    left: 0;
  }

  .menu-trigger,
  .menu-trigger span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
  }

  .menu-trigger {
    width: 36px;
    height: 30px;
  }

  .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #1E559B;
    border-radius: 2px;
  }

  .menu-trigger span:nth-of-type(1) {
    top: 0;
  }

  .menu-trigger span:nth-of-type(2) {
    top: 12px;
  }

  .menu-trigger span:nth-of-type(3) {
    bottom: 4px;
  }

  .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(14px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
  }

  .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }

  .menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-14px) rotate(45deg);
    transform: translateY(-14px) rotate(45deg);
  }

  #head_container #memu_wrap {
    width: 40%;
    height: 60px;
    background-color: #ffffff;
    margin-right: 0;
    position: static;
    z-index: 1;
  }
  #head_container #memu_wrap #menu_cont {
    display: none;
    width: 100%;
    /*height: 350px;*/
    height: 190px;
    background: #fff;
    position: absolute;
    top: 60px;
    left: 0;
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
  }
  #head_container #memu_wrap #menu_cont ul {
    width: 100%;
    background-color: #ffffff;
    position: relative;
    height: auto;
    /*z-index: 0;*/
  }
  #head_container #memu_wrap #menu_cont ul#menu_upper {
    display: flex;
    flex-wrap: wrap;
    height: auto;
    position: absolute;
    /*top: 270px;*/
    top: 110px;
    left: 0;
    padding: 0 !important;
  }
  #head_container #memu_wrap #menu_cont ul#menu_upper li {
    height: 40px !important;
  }
  #head_container #memu_wrap #menu_cont ul#menu_upper li:nth-of-type(1) {
    width: 50%;
  }
  #head_container #memu_wrap #menu_cont ul#menu_upper li:nth-of-type(1) a {
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0;
  }
  #head_container #memu_wrap #menu_cont ul#menu_upper li:nth-of-type(1) div {
        display: block;
        height: 40px;
        line-height: 40px;
        text-align: center;
        padding: 0;
        font-size: inherit;
  }
  #head_container #memu_wrap #menu_cont ul#menu_upper li:nth-of-type(1)::after {
    content: "";
    display: block;
    width: 1px;
    height: 40px;
    position: absolute;
    top: 0;
    right: -1px;
    z-index: 0;
    background: #E2E2E2;
  }
  #head_container #memu_wrap #menu_cont ul#menu_upper li:nth-of-type(2) {
    width: 50%;
    line-height: 40px;
  }
  #head_container #memu_wrap #menu_cont ul#menu_upper li:nth-of-type(2) a {
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0;
  }
  #head_container #memu_wrap #menu_cont ul#menu_upper li:nth-of-type(3) {
    width: 100%;
  }
  #head_container #memu_wrap #menu_cont ul#menu_lower {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
  #head_container #memu_wrap #menu_cont ul#menu_lower li a {
    margin-left: 18px;
    font-size: medium;
  }
  #head_container #memu_wrap #menu_cont ul#menu_lower li a::before {
    left: 15px;
  }
  #head_container #memu_wrap #menu_cont ul li {
    width: 100%;
    height: 60px;
    padding: 0 0 0 0 !important;
    color: #666666;
    line-height: 60px;
    border-top: 1px solid #E6E6E6;
  }
  #head_container #memu_wrap #menu_cont ul li a {
    font-size: 1.4rem;
    width: 100%;
    height: 60px;
    display: block;
    text-align: left;
    padding-left: 5%;
  }
  #head_container #memu_wrap #menu_cont ul li a:hover {
    font-size: 1.4rem;
  }
  #head_container #memu_wrap #menu_cont ul li#head_bt a {
    font-size: 1.4rem;
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin-top: 0;
    display: block;
    width: 100% !important;
    height: 40px !important;
    line-height: 40px !important;
    border-radius: 0 !important;
    padding-left: 0;
    position: relative;
    z-index: 0;
  }
  #head_container #memu_wrap #menu_cont ul li#head_bt a:hover::before {
    opacity: 0;
    transition: all 0.2s ease-out;
  }

  #memu_wrap nav ul li,
  #hidden_btn_sp {
    width: 100%;
    height: 60px;
    padding-left: 5%;
    color: #666666;
    line-height: 60px;
    border-top: 1px solid #E6E6E6;
  }

  /*
  ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
  フッター
  ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
  */
  footer #footer_cont {
    height: auto;
    min-width: auto;
    flex-wrap: wrap;
    padding: 0;
  }
  footer #footer_cont #footer_logo {
    width: 100%;
    padding: 5% 0 3% 0;
    text-align: center;
  }
  footer #footer_cont #footer_logo img {
    width: 100%;
    margin-bottom: 25px;
  }
  footer #footer_cont #footer_menu ul {
    width: 100%;
  }
  footer #footer_cont #footer_menu ul:first-child li:first-child {
    border-top: 1px solid #fff;
  }
  footer #footer_cont #footer_menu ul li {
    padding-top: 0;
    line-height: 50px;
    border-bottom: 1px solid #fff;
    padding: 0 3%;
    box-sizing: border-box;
  }
  footer #footer_cont #footer_menu ul li a {
    display: block;
    height: 50px;
    font-size: small;
    font-family: Helvetica,Arial,sans-serif;
  }
  footer #footer_cont #footer_menu ul li a::before {
    content: "";
    top: 17.5px;
  }
  footer #footer_cont #secom_img {
    width: 100%;
    padding: 8% 0 5% 0;
    text-align: center;
  }
  footer #footer_cont #secom_img img {
    width: 30%;
  }
}
.go_to_campaign_event_mark {
    width: auto;
    height: 24px;
    display: inline-block;
    padding: 0 25px;
    background-color: #f10505;
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 24px;
    border-radius: 100px;
    white-space: nowrap;
    margin-right: 6px;
}
/*end*/
