@charset "UTF-8";
@media screen and (max-width: 767px) {
  .postponement p {
    text-align: left !important; } }
.seminar-block {
  width: 100%;
  margin-top: 45px; }
.seminar-block h2 {
  border-bottom: none;
  font-size: 1em; }
.seminar-block .seminar-list {
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap; }
.seminar-block .seminar-list .single-seminar {
  width: calc( ( 100% - 15px ) / 2 );
  margin-bottom: 50px; }
.seminar-block .seminar-list .single-seminar .btn-1 {
  display: inline-block;
  margin-top: 15px;
  text-align: center;
  width: auto;
  padding-left: 40px;
  padding-right: 40px; }

.btn.btn-4 {
  background-color: #1c4185;
  border: 1px solid #1c4185;
  color: #fff;
  font-size: 0.9rem;
  padding: 0.5em 0;
  width: 230px;
  border-radius: 1.4rem; }

.postponement h1 {
  margin: 45px 0 30px 0;
  border-width: 1px 0;
  border-style: solid;
  border-color: #000000;
  padding: 10px 0; }

.postponement p {
  width: 100%;
  margin: auto;
  text-align: left; }

.important-warning {
  width: 640px;
  margin: 30px auto;
  border: 1px double #cc0000;
  border-radius: 10px;
  font-size: 0.9em; }
.important-warning h1 {
  margin: 0;
  border: none;
  padding: 20px 0 0 0;
  font-size: 1.25em;
  font-weight: bold; }
.important-warning p {
  width: 100%;
  padding: 15px;
  color: #721c24;
  font-size: 1.15em !important; }

.register {
  width: 460px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
  background-color: #1c4185;
  padding: 30px 0;
  color: #ffffff; }
.register .title {
  margin-bottom: 15px;
  font-weight: bold; }

.register-email {
  display: flex;
  align-items: center;
  width: 400px;
  margin: 0 auto; }
.register-email .wpcf7-form-control-wrap.email input[type=email] {
  width: 300px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }
.register-email input[type=submit] {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px; }

span.charStart {
  margin-left: -0.5em; }

span.charEnd {
  margin-right: -0.5em; }

span.charSplit {
  margin-right: -0.25em; }

header nav {
  font-family: 'Barlow Condensed', sans-serif; }

.about.en #buyticket-button {
  font-size: 1.11111em; }

#buyticket-button a {
  display: none;
  position: fixed;
  width: 150px;
  right: -76px;
  bottom: 120px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #56CC00;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  padding: 10px 0;
  text-align: center;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.2em;
  color: #ffffff;
  z-index: 9001;
  transform: rotate(-90deg);
  transition-duration: 0.2s; }
#buyticket-button a img.a {
  width: 12px;
  margin-top: -3px;
  margin-right: 10px;
  transition-duration: 0.3s; }
#buyticket-button a img.b {
  position: absolute;
  width: 12px;
  margin-left: -20px;
  margin-bottom: 0;
  transition-duration: 0.3s;
  transform: rotate(13deg);
  opacity: 0; }
#buyticket-button a img.star {
  position: absolute;
  opacity: 0;
  margin-top: -7px;
  margin-left: -28px;
  width: 10px;
  transition-duration: 0.5s; }
#buyticket-button a:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  background-color: #0c3d87; }
#buyticket-button a:hover img.a {
  margin-left: -4px;
  transform: rotate(-10deg); }
#buyticket-button a:hover img.b {
  opacity: 1;
  margin-left: -18px; }
#buyticket-button a:hover img.star {
  opacity: 1; }

@media screen and (max-width: 767px) {
  .seminar-block h2 {
    font-size: 1em; }
  .seminar-block .seminar-list {
    display: flex;
    width: 100%; }
  .seminar-block .seminar-list .single-seminar {
    width: 100%; }
  .seminar-block .seminar-list .badge-pill.btn-1 {
    margin: 15px auto; }

  .postponement p {
    width: 100%; }

  .important-warning {
    width: 100%; }
  .important-warning h1 {
    padding: 15px 10px 0 10px; }
  .important-warning p {
    width: 100%;
    padding: 15px; }

  .register {
    width: 100%;
    padding: 15px 0 15px 15px; }

  .register-email {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 0 auto; }
  .register-email .wpcf7-form-control-wrap.email input[type=email] {
    width: calc( 100% );
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .register-email input[type=submit] {
    width: 100px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px; }

  .sp-language {
    margin-right: 15px;
    padding-top: 7px;
    font-size: 0.9em; }
  .sp-language a {
    display: inline-block;
    padding: 3px 5px;
    color: #333333 !important; }

  #buyticket-button a {
    width: 120px;
    right: -44px;
    bottom: 100px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 3px 0;
    font-size: 1.2em;
    transition-duration: 0.2s; }
  #buyticket-button a img.a {
    width: 12px;
    margin-top: -3px;
    margin-right: 6px;
    transition-duration: 0.3s; }
  #buyticket-button a img.b {
    margin-left: -20px;
    margin-top: 2px; }
  #buyticket-button a img.star {
    margin-top: -4px;
    margin-left: -26px; }
  #buyticket-button a:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    background-color: #0c3d87; }
  #buyticket-button a:hover img.a {
    margin-left: -4px;
    transform: rotate(-10deg); }
  #buyticket-button a:hover img.b {
    opacity: 1;
    margin-left: -18px; }
  #buyticket-button a:hover img.star {
    opacity: 1; } }
.seminar-weekly-timetable ul.dates {
  display: flex;
  justify-content: space-between;
  margin: 0 0 30px 0;
  padding: 0;
  list-style: none; }
.seminar-weekly-timetable ul.dates li {
  width: calc( (100% - 10px * 4 ) / 5 ); }
.seminar-weekly-timetable ul.dates li a {
  display: block;
  border: 1px solid #000000;
  border-radius: 30px;
  padding: 7px;
  text-align: center;
  color: #000000; }
.seminar-weekly-timetable ul.dates li.active a {
  border-color: #1c4185;
  background-color: #1c4185;
  color: #ffffff; }
.seminar-weekly-timetable .schedule {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%; }
.seminar-weekly-timetable .schedule .day {
  width: calc( (100% - 20px) / 2 );
  margin-bottom: 45px; }
.seminar-weekly-timetable .schedule .day .date-label {
  font-weight: bold; }
.seminar-weekly-timetable .schedule .day .timetable {
  margin-top: 10px;
  border-top: 1px dashed #e0e0e0; }
.seminar-weekly-timetable .schedule .day .timetable .half-hour {
  position: relative;
  display: flex;
  border-bottom: 1px dashed #e0e0e0;
  line-height: 40px; }
.seminar-weekly-timetable .schedule .day .timetable .half-hour .half-hour-label {
  width: 2.5em;
  margin-right: 20px;
  text-align: right;
  font-size: 0.8em; }
.seminar-weekly-timetable .schedule .day .timetable .half-hour .single-seminar {
  z-index: 500;
  width: calc( 100% - 50px );
  position: absolute;
  margin-top: 4px;
  margin-left: 50px;
  border-width: 5px;
  border-style: solid;
  border-color: #FCF8BE;
  border-radius: 14px;
  box-shadow: 0 0 7px #ABA01E; }
.seminar-weekly-timetable .schedule .day .timetable .half-hour .single-seminar a.detail {
  display: flex;
  align-items: center;
  height: 62px;
  border-radius: 10px;
  box-shadow: 0 0 7px #ABA01E inset;
  background-color: #ffffff;
  padding: 8px;
  line-height: 1.2em;
  font-size: 0.85em;
  color: #000000; }
.seminar-weekly-timetable .schedule .day .timetable .half-hour .single-seminar a.detail .logo {
  width: 86px;
  margin-right: 15px;
  text-align: center; }
.seminar-weekly-timetable .schedule .day .timetable .half-hour .single-seminar a.detail .logo img.diplomatico {
  height: 38px; }
.seminar-weekly-timetable .schedule .day .timetable .half-hour .single-seminar a.detail .logo img.sipsmith {
  height: 38px; }
.seminar-weekly-timetable .schedule .day .timetable .half-hour .single-seminar a.detail .logo img.zubrowka {
  height: 37px; }
.seminar-weekly-timetable .schedule .day .timetable .half-hour .single-seminar a.detail .logo img.altos {
  height: 28px; }
.seminar-weekly-timetable .schedule .day .timetable .half-hour .single-seminar a.detail .logo img.glenmorangie {
  height: 37px; }
.seminar-weekly-timetable .schedule .day .timetable .half-hour .single-seminar a.detail .logo img.monin {
  height: 34px; }
.seminar-weekly-timetable .schedule .day .timetable .half-hour .single-seminar a.detail .logo img.perrier {
  height: 37px; }
.seminar-weekly-timetable .schedule .day .timetable .half-hour .single-seminar a.detail .logo img.bacardi {
  height: 39px; }
.seminar-weekly-timetable .schedule .day .timetable .half-hour .single-seminar a.detail .logo img.fever-tree {
  height: 44px; }
.seminar-weekly-timetable .schedule .day .timetable .half-hour .single-seminar a.detail .logo img.disaronno {
  height: 14px; }
.seminar-weekly-timetable .schedule .day .timetable .half-hour .single-seminar a.detail .logo img.hennessy {
  height: 36px; }
.seminar-weekly-timetable .schedule .day .timetable .half-hour .single-seminar a.detail .logo img.campari {
  height: 36px; }
.seminar-weekly-timetable .schedule .day .timetable .half-hour .single-seminar a.detail .logo img.hendricks {
  height: 34px; }
.seminar-weekly-timetable .schedule .day .timetable .half-hour .single-seminar a.detail .logo img.tumugi {
  height: 36px; }
.seminar-weekly-timetable .schedule .day .timetable .half-hour .single-seminar a.detail .logo img.monin-perrier {
  height: 30px; }
.seminar-weekly-timetable .schedule .day .timetable .half-hour .single-seminar a.detail .logo img.diplomatico-fever-tree {
  height: 28px; }
.seminar-weekly-timetable .schedule .day .timetable .half-hour .single-seminar a.detail .logo img.cointreau {
  height: 30px; }
.seminar-weekly-timetable .schedule .day .timetable .half-hour .single-seminar a.detail .logo img.sauza {
  height: 34px; }
.seminar-weekly-timetable .schedule .day .timetable .half-hour .single-seminar a.detail .logo img.perrier-monin {
  height: 30px; }
.seminar-weekly-timetable .schedule .day .timetable .half-hour .single-seminar a.detail .logo img.ketelone {
  height: 30px; }
.seminar-weekly-timetable .schedule .day .timetable .half-hour .single-seminar a.detail .logo img.tc7d {
  height: 36px; }
.seminar-weekly-timetable .schedule .day .timetable .half-hour .single-seminar a.detail .text {
  width: calc( 100% - 86px - 15px ); }

.seminar-timetable {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 45px;
  font-family: "游ゴシック", YuGothic, "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif; }
.seminar-timetable .day {
  width: calc(( 100% - 30px ) / 2 ); }
.seminar-timetable .day .day-title {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 1.15em; }
.seminar-timetable .day .event {
  display: flex;
  height: 75px;
  margin-bottom: 15px; }
.seminar-timetable .day .event .time {
  height: 15px;
  margin-top: 30px;
  margin-left: -25px;
  font-size: 13px;
  transform: rotate(90deg); }
.seminar-timetable .day .event .outline {
  width: calc( 100% - 50px );
  border-width: 5px;
  border-style: solid;
  border-color: #FCF8BE;
  border-radius: 14px;
  box-shadow: 0 0 7px #ABA01E; }
.seminar-timetable .day .event .outline:before {
  display: block;
  content: '';
  height: 65px;
  border-radius: 10px;
  box-shadow: 0 0 7px #ABA01E inset; }
.seminar-timetable .day .event .outline .detail {
  display: flex;
  height: 65px;
  align-items: center;
  margin-top: -65px;
  font-size: 14px; }
.seminar-timetable .day .event .outline .detail a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 60px;
  padding: 15px 10px;
  color: #202020; }
.seminar-timetable .day .event .outline .detail a .logo {
  width: 86px;
  margin-right: 15px;
  text-align: center; }
.seminar-timetable .day .event .outline .detail a .logo img.diplomatico {
  height: 46px; }
.seminar-timetable .day .event .outline .detail a .logo img.sipsmith {
  height: 38px; }
.seminar-timetable .day .event .outline .detail a .logo img.zubrowka {
  height: 37px; }
.seminar-timetable .day .event .outline .detail a .logo img.altos {
  height: 28px; }
.seminar-timetable .day .event .outline .detail a .logo img.glenmorangie {
  height: 37px; }
.seminar-timetable .day .event .outline .detail a .logo img.monin {
  height: 19px; }
.seminar-timetable .day .event .outline .detail a .logo img.perrier {
  height: 37px; }
.seminar-timetable .day .event .outline .detail a .logo img.bacardi {
  height: 39px; }
.seminar-timetable .day .event .outline .detail a .logo img.fever-tree {
  height: 44px; }
.seminar-timetable .day .event .outline .detail a .logo img.disaronno {
  height: 14px; }
.seminar-timetable .day .event .outline .detail a .logo img.hennessy {
  height: 16px; }
.seminar-timetable .day .event .outline .detail a .logo img.campari {
  height: 16px; }
.seminar-timetable .day .event .outline .detail a .logo img.hendricks {
  height: 24px; }
.seminar-timetable .day .event .outline .detail a .logo img.tumugi {
  height: 15px; }
.seminar-timetable .day .event .outline .detail a .logo img.diplomatico-fever-tree {
  height: 10px; }
.seminar-timetable .day .event .outline .detail a .title {
  width: calc( 100% - 24px - 86px - 15px);
  font-weight: bold; }
.seminar-timetable .day .event .outline .detail a .arrow {
  display: none;
  width: 24px;
  padding-right: 5px;
  text-align: right;
  font-size: 20px; }
.seminar-timetable .day .event .outline .detail a .arrow i {
  font-family: FontAwesome; }

@media screen and (max-width: 767px) {
  .seminar-timetable {
    display: flex;
    margin-bottom: 30px; }
  .seminar-timetable .day {
    width: 100%; }
  .seminar-timetable .day .day-title {
    margin-top: 15px;
    text-align: center;
    font-size: 1em; }
  .seminar-timetable .day .day-title:first-child {
    margin-top: 0; }
  .seminar-timetable .day .event .time {
    margin-right: -15px;
    letter-spacing: -0.2px; }
  .seminar-timetable .day .event .outline {
    width: calc( 100% - 30px ); }
  .seminar-timetable .day .event.none {
    display: none; }

  .seminar-weekly-timetable ul.dates {
    flex-wrap: wrap;
    margin: 0 0 30px 0;
    padding: 0; }
  .seminar-weekly-timetable ul.dates li {
    width: calc( (100% - 10px ) / 2 );
    margin-bottom: 10px;
    font-size: 0.85em; }
  .seminar-weekly-timetable .schedule {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  .seminar-weekly-timetable .schedule .day {
    width: 100%;
    margin-bottom: 45px; }
  .seminar-weekly-timetable .schedule .day .date-label {
    font-weight: bold; }
  .seminar-weekly-timetable .schedule .day .timetable .half-hour {
    position: relative;
    display: flex;
    border-bottom: 1px dashed #e0e0e0;
    line-height: 60px; }
  .seminar-weekly-timetable .schedule .day .timetable .half-hour .half-hour-label {
    width: 2.5em;
    margin-right: 20px;
    text-align: right;
    font-size: 0.8em; }
  .seminar-weekly-timetable .schedule .day .timetable .half-hour .single-seminar a.detail {
    display: flex;
    align-items: center;
    height: 102px;
    background-color: #ffffff;
    padding: 8px;
    line-height: 1.2em;
    font-size: 0.85em;
    color: #000000; }
  .seminar-weekly-timetable .schedule .day .timetable .half-hour .single-seminar a.detail .logo {
    width: 56px;
    margin-left: 3px;
    margin-right: 15px;
    text-align: center; }
  .seminar-weekly-timetable .schedule .day .timetable .half-hour .single-seminar a.detail .logo img.diplomatico {
    height: 30px; }
  .seminar-weekly-timetable .schedule .day .timetable .half-hour .single-seminar a.detail .logo img.sipsmith {
    height: 30px; }
  .seminar-weekly-timetable .schedule .day .timetable .half-hour .single-seminar a.detail .logo img.zubrowka {
    height: 37px; }
  .seminar-weekly-timetable .schedule .day .timetable .half-hour .single-seminar a.detail .logo img.altos {
    height: 28px; }
  .seminar-weekly-timetable .schedule .day .timetable .half-hour .single-seminar a.detail .logo img.glenmorangie {
    height: 30px; }
  .seminar-weekly-timetable .schedule .day .timetable .half-hour .single-seminar a.detail .logo img.monin {
    height: 30px; }
  .seminar-weekly-timetable .schedule .day .timetable .half-hour .single-seminar a.detail .logo img.perrier {
    height: 30px; }
  .seminar-weekly-timetable .schedule .day .timetable .half-hour .single-seminar a.detail .logo img.bacardi {
    height: 30px; }
  .seminar-weekly-timetable .schedule .day .timetable .half-hour .single-seminar a.detail .logo img.fever-tree {
    height: 44px; }
  .seminar-weekly-timetable .schedule .day .timetable .half-hour .single-seminar a.detail .logo img.disaronno {
    height: 14px; }
  .seminar-weekly-timetable .schedule .day .timetable .half-hour .single-seminar a.detail .logo img.hennessy {
    height: 30px; }
  .seminar-weekly-timetable .schedule .day .timetable .half-hour .single-seminar a.detail .logo img.campari {
    height: 30px; }
  .seminar-weekly-timetable .schedule .day .timetable .half-hour .single-seminar a.detail .logo img.hendricks {
    height: 30px; }
  .seminar-weekly-timetable .schedule .day .timetable .half-hour .single-seminar a.detail .logo img.tumugi {
    height: 30px; }
  .seminar-weekly-timetable .schedule .day .timetable .half-hour .single-seminar a.detail .logo img.monin-perrier {
    height: 22px; }
  .seminar-weekly-timetable .schedule .day .timetable .half-hour .single-seminar a.detail .logo img.diplomatico-fever-tree {
    height: 20px; }
  .seminar-weekly-timetable .schedule .day .timetable .half-hour .single-seminar a.detail .text {
    margin-left: 3px;
    width: calc( 100% - 56px - 15px - 3px ); } }
.about .news .articles {
  display: flex;
  margin-bottom: 30px; }
.about .news .articles .article {
  width: calc( ( 100% - 30px ) / 3 );
  margin: 0 10px; }
.about .news .articles .article a {
  color: #000000; }
.about .news .articles .article .image {
  height: 238px;
  margin-bottom: 5px;
  background-color: #f0f0f0;
  background-position: center center;
  background-size: cover; }
.about .news .articles .article .image .category {
  display: inline-block;
  margin-top: 15px;
  background-color: #ffffff;
  padding: 0 10px;
  font-size: 0.75em;
  font-weight: bold;
  color: #666666; }
.about .news .articles .article .published-at {
  font-size: 0.8em;
  color: #999999; }
.about .news .articles .article .title {
  margin-bottom: 5px;
  font-size: 0.85em;
  font-weight: bold; }
.about .news .articles .article .overview {
  font-size: 0.8em; }

@media screen and (max-width: 767px) {
  .about .news .articles {
    flex-wrap: wrap; }
  .about .news .articles .article {
    width: 100%;
    margin-bottom: 15px; } }
.btn-block {
  width: 100% !important; }

.btn-width-280 {
  min-width: 280px; }

.slider .slider-image {
  height: 600px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 100; }
.slider .slider-image img {
  width: 100%; }

.slider-upper {
  margin-top: -600px;
  width: 100%;
  height: 600px;
  text-align: center;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  color: #ffffff;
  text-shadow: 0 0 5px #000000;
  z-index: 10000; }
.slider-upper h1 {
  margin: 0 0 15px 0;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 3em;
  line-height: 1em; }
.slider-upper h1 .summary {
  font-size: 0.55em; }
.slider-upper p {
  color: #ffffff; }
.slider-upper .button {
  margin-top: -75px;
  text-shadow: none; }
.slider-upper .button .btn-coming-soon {
  display: inline-block;
  width: 280px;
  border: 1px solid #ffffff;
  border-radius: 1.4rem;
  padding: 0.5em 0;
  font-size: 0.9rem; }

.comingsoon {
  border: 3px double #beed00;
  border-radius: 10px;
  background-color: #fefac9;
  padding: 15px 10px;
  font-size: 2em;
  font-family: 'Barlow Condensed', sans-serif;
  text-align: center; }

.button {
  margin: 20px 0; }

.about .what-happens .caption {
  margin-top: -20px;
  margin-bottom: 20px;
  text-align: center;
  font-size: 1.15em;
  font-weight: bold; }
.about .what-happens .columns {
  display: flex;
  justify-content: space-between; }
.about .what-happens .columns .column {
  width: calc( ( 100% - 20px ) / 2 ); }
.about .what-happens .columns .column a {
  color: #1c4185; }
.about .what-happens .columns .column h3 {
  margin-top: 25px;
  margin-bottom: 15px;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 5px;
  font-size: 1.15em;
  text-align: center; }
.about .what-happens .columns .column h3 .title-main {
  margin-bottom: 3px;
  font-size: 1.05em;
  font-weight: normal; }
.about .what-happens .columns .column h3 .title-sub {
  margin: 7px 0;
  font-size: 0.8em;
  font-weight: normal;
  line-height: 1.7em; }
.about .what-happens .columns .column .image img {
  width: 100%; }
.about .what-happens .columns .column .caption {
  text-align: right;
  margin-top: 8px;
  font-weight: normal;
  color: #777777; }

.about .archives .bg-layer {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 9500; }
.about .archives .fg-layer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9501;
  display: flex;
  justify-content: center;
  align-items: center; }
.about .archives .fg-layer img {
  border: 2px solid #ffffff;
  display: none;
  max-width: calc( 100% - 30px ); }
.about .archives .fg-layer .video {
  position: relative;
  border: 2px solid #ffffff !important;
  background-color: #000000;
  display: none;
  width: 720px;
  height: 400px;
  border: none;
  padding: 0; }
.about .archives .fg-layer .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.about .archives ul.items {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none; }
.about .archives ul.items li.movie {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 100%;
  font-size: 100px;
  color: #ff2222;
  text-shadow: 0 0 10px #ffffff;
  padding-top: 0; }
.about .archives ul.items li {
  width: 25%;
  border-width: 0 2px 2px 0;
  border-style: solid;
  border-color: #ffffff;
  padding-top: 25%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer; }
.about .archives ul.items li:nth-child(odd) {
  background-color: #e0e0e0; }
.about .archives ul.items li:nth-child(even) {
  background-color: #f0f0f0; }

@media screen and (max-width: 767px) {
  .about .archives ul.items li {
    width: 50%;
    padding-top: 50%; }

  .about .archives .fg-layer .video {
    width: calc( 100% - 30px );
    height: 0;
    padding-top: 50%; } }
.about p {
  font-size: 1.1rem;
  line-height: 2.3rem; }

body.windows .about {
  font-weight: 500; }

.about {
  font-family: "游ゴシック", YuGothic, "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-feature-settings: "palt" 1; }
.about hr {
  margin: 45px auto; }
.about .overview-text {
  margin: 45px 0; }
.about .overview-text hr {
  width: 100px;
  height: 1px;
  margin: 45px auto;
  border: none;
  background-color: #dddddd; }
.about .card-body h3.has-icon {
  line-height: 48px;
  padding-left: 64px;
  background-position: left center;
  background-size: contain;
  background-repeat: no-repeat; }
.about .card-body h3.has-icon.icon-cocktail {
  background-image: url("/wp-content/themes/cocktail/images/icon-cocktail.svg"); }
.about .card-body h3.has-icon.icon-special {
  background-image: url("/wp-content/themes/cocktail/images/icon-special.svg"); }
.about .card-body h3.has-icon.icon-seminar {
  background-image: url("/wp-content/themes/cocktail/images/icon-seminar.svg"); }
.about .card-body .caption {
  margin-top: -8px;
  text-align: right;
  font-size: 0.85em;
  color: #777777; }
.about .pane-text {
  width: 50%; }
.about .pane-text a:not(.btn) {
  color: #1c4185; }
.about .pane-text ul {
  margin: 0;
  padding: 0;
  list-style: none; }
.about .pane-text ul li {
  display: flex;
  margin-bottom: 15px; }
.about .pane-text ul li:before {
  display: block;
  content: '';
  width: 48px;
  height: 64px;
  background-position: left 0.6em;
  background-size: 32px;
  background-repeat: no-repeat; }
.about .pane-text ul li div {
  width: calc(100% - 48px);
  line-height: 2em; }
.about .pane-text ul li:nth-child(1):before {
  background-image: url("/wp-content/themes/cocktail/images/tc7d2020-num-1.svg"); }
.about .pane-text ul li:nth-child(2):before {
  background-image: url("/wp-content/themes/cocktail/images/tc7d2020-num-2.svg"); }
.about .pane-text ul li:nth-child(3):before {
  background-image: url("/wp-content/themes/cocktail/images/tc7d2020-num-3.svg"); }
.about .pane-text ul li:nth-child(4):before {
  background-image: url("/wp-content/themes/cocktail/images/tc7d2020-num-4.svg"); }
.about .pane-text h3 .title-img {
  height: 46px;
  margin: 0 auto; }
.about .pane-text h3 .title-img.d-sm-none {
  height: 69px; }
.about .pane-text h3.icon-airplane .title-inner {
  display: inline-block;
  padding-left: 40px;
  background-image: url("/wp-content/themes/cocktail/images/icon-airplane.png");
  background-size: 32px;
  background-position: left center;
  background-repeat: no-repeat; }
.about .pane-text.center {
  width: 100%; }
.about .pane-text.left {
  width: calc( 50% - 20px );
  margin-right: 20px; }
.about .pane-text.right {
  width: calc( 50% - 20px );
  margin-left: 20px; }
.about .pane-text.nowadays p, .about .pane-text.japonica p {
  font-size: 0.95em; }
.about .pane-text.mocktail h3 {
  margin-top: 12px; }
.about .pane-text.mocktail p {
  margin-bottom: 0; }
.about .pane-text.barhopping.center {
  margin-top: 50px;
  margin-bottom: 30px; }
.about .pane-text h3 {
  margin-top: 25px;
  margin-bottom: 15px;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 5px;
  font-size: 1.15em;
  text-align: center; }
.about .pane-text h3 .title-main {
  margin-bottom: 3px;
  font-size: 1.05em; }
.about .pane-text h3 .title-sub {
  margin-top: 10px;
  font-size: 0.8em; }
.about .pane-text p {
  font-size: 1em;
  line-height: 2em; }
.about .pane-image {
  width: 50%; }
.about .pane-image .caption {
  text-align: left;
  margin-top: 8px;
  font-weight: normal;
  color: #777777; }

.about #village .image-icon {
  width: 100%;
  height: 120px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat; }
.about #topbar h3 .num {
  font-size: 2.5em;
  font-family: 'Delius Unicase', cursive; }

.about .how-to-enjoy {
  margin-top: 25px; }
.about .how-to-enjoy .arrow {
  width: calc( 100% / 3 );
  margin: 7px auto;
  text-align: center;
  transform: scaleX(3);
  color: #00164c; }
.about .how-to-enjoy .step.min-text .num {
  margin-top: 40px; }
.about .how-to-enjoy .step.min-text .text p {
  margin-top: 40px; }
.about .how-to-enjoy .step.step-1 .num {
  margin-top: 40px; }
.about .how-to-enjoy .step.step-1 .text p {
  margin-top: 30px; }
.about .how-to-enjoy .step.step-2 .num {
  margin-top: 0px; }
.about .how-to-enjoy .step.step-2 .text p {
  margin-top: 5px; }
.about .how-to-enjoy .step.step-6 .num, .about .how-to-enjoy .step.step-7 .num {
  margin-top: 0px; }
.about .how-to-enjoy .step.step-6 .text p, .about .how-to-enjoy .step.step-7 .text p {
  margin-top: 5px; }
.about .how-to-enjoy .step {
  border-top: 1px solid #DDE1DE;
  background-color: #F8FBFF;
  border-bottom: 1px solid #DDE1DE;
  padding: 10px 60px 10px 120px; }
.about .how-to-enjoy .step .num {
  float: left;
  width: 100px;
  height: 60px;
  margin: 10px 15px 0 15px;
  border-radius: 100px;
  padding: 5px;
  line-height: 54px;
  font-family: 'Delius Unicase', cursive;
  font-size: 48px;
  font-weight: bold;
  color: #222222; }
.about .how-to-enjoy .step .text {
  float: left;
  width: calc( 100% - 100px - 15px - 15px );
  padding: 0 10px 0 0;
  text-align: left; }
.about .how-to-enjoy .step .text .title {
  margin-top: 15px;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 1.1em; }
.about .how-to-enjoy .step .text em {
  font-style: normal;
  font-weight: normal; }
.about .how-to-enjoy .step .text a:not(.btn) {
  font-weight: bold;
  color: #1c4185;
  text-decoration: underline; }
.about .how-to-enjoy .step .text .only-text p {
  margin-top: 0; }
.about .how-to-enjoy .step .text p {
  margin-top: 0; }
.about .how-to-enjoy .step .text .address {
  font-family: 'Barlow Condensed', sans-serif; }
.about .how-to-enjoy .step .text img {
  border-radius: 5px; }
.about .how-to-enjoy .step .text .square-image {
  padding-top: 80%;
  border-radius: 5px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }
.about .how-to-enjoy .step:after {
  display: block;
  content: '';
  clear: both; }

.about .passport-offers {
  margin-bottom: 20px; }
.about .passport-offers .title {
  margin-bottom: 10px;
  text-align: center;
  font-weight: bold;
  font-size: 1.1em; }
.about .passport-offers ul {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 2.3em; }

.about .tickets {
  margin-top: 15px;
  font-size: 1.2em;
  color: #888888; }
.about .for-free {
  margin: 20px 0 35px 0;
  color: #CC0000; }
.about .for-free .title {
  font-size: 1.15em;
  font-weight: bold; }
.about label {
  padding-top: 5px; }

.about .instagram-description {
  margin: 30px 0;
  text-align: center;
  color: #999999; }
.about .instagram .instagram-image {
  float: left;
  width: calc( (100% - 15px * 3 ) / 4 );
  margin-right: 15px;
  margin-bottom: 15px;
  padding-top: calc( ( 100% - 15px * 3 ) / 4 );
  background-size: cover;
  background-position: center center; }
.about .instagram .instagram-image:nth-child(4n) {
  margin-right: 0; }
.about .instagram .instagram-image:nth-child(9), .about .instagram .instagram-image:nth-child(10) {
  display: none; }
.about .instagram:after {
  display: block;
  content: '';
  clear: both; }

.alert.alert-danger ul {
  margin: 0; }

img.img-frame {
  border: 1px solid #dddddd;
  background-color: #ffffff;
  padding: 8px; }

.btn.coming-soon {
  padding: 3px 0;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.2em;
  background-color: #555555;
  color: #999999; }

.about form .text-center .btn {
  margin: 20px 0 0 0; }

.about .milage-special {
  border: 3px double #beed00;
  border-radius: 10px;
  background-color: #fefac9; }
.about .milage-special .num {
  font-size: 2.5em;
  font-family: 'Delius Unicase', cursive; }
.about .milage-special .item:last-child {
  border-bottom: none; }
.about .milage-special .item {
  border-bottom: 1px dashed #beed00;
  padding-top: 7px; }
.about .milage-special .item .mile {
  float: left;
  width: 115px;
  margin-top: -5px;
  text-align: right; }
.about .milage-special .item .icon {
  float: left;
  width: 30px;
  margin: 0 15px;
  text-align: center;
  line-height: 3rem;
  font-size: 1.5em;
  color: #999999; }
.about .milage-special .item .caption {
  float: left;
  width: calc( 100% - 115px - ( 15px * 2 ) - 30px );
  padding-bottom: 8px; }
.about .milage-special .item .caption a {
  text-decoration: underline;
  font-weight: bold;
  color: #333333; }
.about .milage-special .item .caption.single {
  line-height: 3rem; }
.about .milage-special .item:after {
  display: block;
  content: '';
  clear: both; }

.barhotel {
  margin-top: 10px;
  margin-right: 20px; }
.barhotel img {
  margin: 14px 0;
  width: 74.5%; }
.barhotel .caption {
  width: 80% !important;
  margin-top: 5px;
  text-align: center;
  font-size: 0.8em;
  color: #888888; }

.video {
  position: relative;
  width: 100%;
  padding-top: calc( 56.25% / 10 * 7 ); }

.video iframe {
  position: absolute;
  top: 0;
  right: 15%;
  width: 70%;
  height: 100%; }

.cart .btn.btn-1, .apply-form .btn.btn-1 {
  margin-top: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 30px; }
.cart .agreement .alert-block, .apply-form .agreement .alert-block {
  margin: 45px 0 10px 0; }
.cart .agreement .alert, .apply-form .agreement .alert {
  display: inline-block; }
.cart .agreement label, .apply-form .agreement label {
  text-align: center; }
.cart input[type=radio], .cart input[type=checkbox], .apply-form input[type=radio], .apply-form input[type=checkbox] {
  display: none; }
.cart .checkbox, .apply-form .checkbox {
  box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  margin: 0 15px 0 0 !important;
  padding: 0 0 0 22px;
  border-radius: 2px;
  vertical-align: middle;
  cursor: pointer;
  font-weight: normal; }
.cart .checkbox:after, .apply-form .checkbox:after {
  position: absolute;
  top: 15px;
  left: 0;
  display: block;
  margin-top: -10px;
  width: 18px;
  height: 18px;
  border: 1px solid #cccccc;
  content: ''; }
.cart .checkbox:after, .apply-form .checkbox:after {
  border-radius: 4px; }
.cart .checkbox:before, .apply-form .checkbox:before {
  position: absolute;
  top: 14px;
  left: 5px;
  display: block;
  margin-top: -7px;
  width: 8px;
  height: 12px;
  border-right: 3px solid #666666;
  border-bottom: 3px solid #666666;
  content: '';
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }
.cart input[type=checkbox]:checked + .checkbox:before, .apply-form input[type=checkbox]:checked + .checkbox:before {
  opacity: 1; }
.cart form, .apply-form form {
  margin: 0; }
.cart .btn.btn-1.disabled, .apply-form .btn.btn-1.disabled {
  border-color: #b0b0b0;
  background-color: #cccccc;
  color: #888888; }
.cart h2, .apply-form h2 {
  margin-bottom: 30px;
  border-bottom: 1px solid #dddddd !important;
  font-weight: normal; }
.cart label, .apply-form label {
  display: block;
  padding-top: 5px;
  text-align: right; }
.cart label#total-price, .apply-form label#total-price {
  padding-top: 2px;
  font-size: 1.2em;
  font-weight: bold; }

.apply-form label {
  text-align: left; }
.apply-form .description {
  margin-top: 30px;
  font-size: 0.9em;
  line-height: 1.7em; }

.seminar-schedule {
  margin-bottom: 45px; }
.seminar-schedule:after {
  display: block;
  content: '';
  clear: both; }
.seminar-schedule .heading {
  border-bottom: 1px solid #dddddd;
  font-family: 'Barlow Condensed', sans-serif; }
.seminar-schedule .time {
  float: left;
  width: 100px; }
.seminar-schedule .time .calendar {
  padding: 10px 15px 10px 0;
  font-size: 16px;
  font-family: 'Barlow Condensed', sans-serif;
  line-height: 24px;
  text-align: right;
  color: #999999; }
.seminar-schedule .day {
  float: left;
  width: calc( (100% - 100px - 30px ) / 2 );
  margin-left: 15px; }
.seminar-schedule .day .calendar {
  margin-top: 12px;
  padding: 10px 0 10px 0; }
.seminar-schedule .day .calendar .event {
  min-height: 12px;
  position: absolute;
  background-color: #D4E24A; }
.seminar-schedule .day .calendar .event.m60 {
  height: 48px; }
.seminar-schedule .day .calendar .event.m60 div {
  line-height: 48px; }
.seminar-schedule .day .calendar .event.m90 {
  height: 72px; }
.seminar-schedule .day .calendar .event.m90 div {
  line-height: 72px; }
.seminar-schedule .day .calendar .event.m120 {
  height: 96px; }
.seminar-schedule .day .calendar .event.m120 div {
  line-height: 96px; }
.seminar-schedule .day .calendar .event:after {
  display: block;
  content: '';
  clear: both; }
.seminar-schedule .day .calendar .event .event-time {
  float: left;
  width: 80px;
  border-right: 1px solid #ffffff;
  font-size: 11px;
  line-height: 11px;
  text-align: center; }
.seminar-schedule .day .calendar .event .event-title {
  float: left;
  width: calc( 100% - 80px );
  padding: 0 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 0.9em; }
.seminar-schedule .day .calendar .zone {
  height: 12px;
  border-top: 1px solid #ffffff;
  background-color: #f0f0f0; }
.seminar-schedule .day .calendar .disabled .zone {
  background-color: #dddddd; }

.payment-complete h1 {
  margin-bottom: 30px;
  font-weight: normal; }

@media screen and (min-width: 768px) {
  .pane-text.japonica {
    padding-top: 40px; }

  .pane-text.left.barhopping {
    width: calc( 57% - 20px ); }

  .pane-image.barhopping {
    width: 43%; }

  .about .pane-text.nowadays h3 {
    margin-top: 0; } }
@media screen and (max-width: 767px) {
  #content.about {
    padding-top: 42px; }

  .kv-sp-fg-1 {
    margin-top: calc( -100% - 115px ); }

  .kv-sp-fg-2 {
    background-size: 200px; }

  .bg {
    top: 0; }

  .sp-menu {
    top: 42px; }

  .slider .slider-image img {
    width: 100%; }

  .slick-dots li button:before {
    font-size: 15px !important; }

  .slider-upper {
    padding-left: 15px;
    padding-right: 15px; }
  .slider-upper h1 {
    border-bottom: none;
    font-size: 1.65em; }

  .d-xs-image {
    margin-bottom: 10px; }

  .about .what-happens .caption {
    margin-top: -20px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 1.15em;
    font-weight: bold; }
  .about .what-happens .columns {
    display: flex;
    flex-wrap: wrap; }
  .about .what-happens .columns .column {
    width: 100%; }

  .about hr {
    margin: 20px auto;
    width: 100px; }
  .about .card-body h3.has-icon {
    line-height: 40px;
    padding-left: 54px; }
  .about .card-body h3.has-icon.icon-cocktail {
    line-height: 20px; }

  img.img-frame {
    border: 1px solid #dddddd;
    background-color: #ffffff;
    padding: 3px; }

  .milage-special .barhotel {
    margin: 0 15px;
    text-align: center; }
  .milage-special .barhotel img {
    width: 100% !important; }
  .milage-special .barhotel .caption {
    float: none !important;
    width: 100% !important; }

  .about .passport-offers {
    margin-bottom: 20px;
    border: none;
    background-color: transparent;
    padding: 0; }

  .video {
    position: relative;
    width: 100%;
    padding-top: 56.25%; }

  .video iframe {
    position: absolute;
    top: 0;
    right: 0%;
    width: 100%;
    height: 100%; }

  .about .card-body h3 {
    margin: 5px 0 20px 0; }
  .about .card-body .caption {
    margin-bottom: 30px; }

  .about .pane-text {
    width: 100%; }
  .about .pane-text.left {
    width: 100%;
    margin-right: 0; }
  .about .pane-text.right {
    width: 100%;
    margin-left: 0; }
  .about .pane-text h3 {
    margin-bottom: 15px; }
  .about .pane-image {
    width: 100%;
    margin-bottom: 15px; }

  .pane-text.center.barhopping {
    padding-top: 0;
    font-size: 0.9em; }

  .about .milage-special {
    margin-bottom: 15px; }
  .about .milage-special .num {
    font-size: 2em;
    font-family: 'Delius Unicase', cursive; }
  .about .milage-special .item {
    padding-top: 13px;
    padding-bottom: 7px; }
  .about .milage-special .item .mile {
    float: left;
    width: 110px;
    text-align: right; }
  .about .milage-special .item .icon {
    width: 20px;
    margin: 0 10px;
    line-height: 3rem;
    font-size: 1em; }
  .about .milage-special .item .caption {
    float: left;
    width: calc( 100% - 115px - ( 15px * 2 ) - 20px ); }
  .about .milage-special .item .caption.single {
    line-height: 1.5rem; }
  .about .milage-special .item:after {
    display: block;
    content: '';
    clear: both; }

  .about .how-to-enjoy .arrow {
    margin: 7px 0;
    text-align: center;
    transform: scaleX(3);
    color: #00164c; }
  .about .how-to-enjoy .step.min-text .num {
    margin-top: 0px; }
  .about .how-to-enjoy .step.min-text .text p {
    margin-top: 0px; }
  .about .how-to-enjoy .step.step-1 .num {
    margin-top: 0; }
  .about .how-to-enjoy .step.step-1 .text p {
    margin-top: 0; }
  .about .how-to-enjoy .step.step-1 .button {
    margin-bottom: 0; }
  .about .how-to-enjoy .step.step-1 .button .btn {
    width: 160px; }
  .about .how-to-enjoy .step.step-2 .num {
    margin-top: 0px; }
  .about .how-to-enjoy .step.step-2 .text p {
    margin-top: 0; }
  .about .how-to-enjoy .step.step-6 .num {
    margin-top: 0px; }
  .about .how-to-enjoy .step.step-6 .text p:first-child {
    margin-top: 5px; }
  .about .how-to-enjoy .step {
    padding: 10px 0 10px 0; }
  .about .how-to-enjoy .step .num {
    float: left;
    width: 60px;
    height: 60px;
    margin: 10px 0 0 0;
    border-radius: 100px;
    padding: 5px;
    line-height: 32px;
    font-family: 'Delius Unicase', cursive;
    font-size: 32px;
    font-weight: bold;
    color: #222222; }
  .about .how-to-enjoy .step .text {
    float: left;
    width: calc( 100% - 60px );
    padding: 0 10px 0 0;
    text-align: left; }
  .about .how-to-enjoy .step .text .float-right {
    width: 40%;
    margin: 0 0 0 10px; }
  .about .how-to-enjoy .step .text p {
    margin-bottom: 0; }

  .about .tickets {
    margin-top: 20px;
    font-size: 1.2em; }
  .about .for-free {
    margin: 20px 0 20px 0;
    font-size: 0.9em; }
  .about .for-free .title {
    font-size: 1.15em;
    font-weight: bold; }
  .about label {
    padding-top: 5px; }

  .seminar-schedule {
    margin-bottom: 45px; }
  .seminar-schedule:after {
    display: block;
    content: '';
    clear: both; }
  .seminar-schedule .heading {
    border-bottom: 1px solid #dddddd;
    font-family: 'Barlow Condensed', sans-serif; }
  .seminar-schedule .time {
    float: left;
    width: 60px; }
  .seminar-schedule .time .calendar {
    padding: 10px 15px 10px 0;
    font-size: 16px;
    font-family: 'Barlow Condensed', sans-serif;
    line-height: 24px;
    text-align: right;
    color: #999999; }
  .seminar-schedule .heading {
    line-height: 30px; }
  .seminar-schedule .heading .tabs {
    text-align: center;
    border-left: 1px solid #dddddd; }
  .seminar-schedule .heading .tabs .tab {
    float: left;
    width: 50%;
    border-width: 1px 1px 0 0;
    border-style: solid;
    border-color: #dddddd;
    background-color: #333333;
    color: #ffffff; }
  .seminar-schedule .heading .tabs .tab.active {
    border-bottom-color: #ffffff;
    background-color: #ffffff;
    color: #333333; }
  .seminar-schedule .heading .tabs:after {
    display: block;
    content: '';
    clear: both; }
  .seminar-schedule .day {
    float: left;
    width: calc( 100% - 60px );
    margin-left: 0; }
  .seminar-schedule .day .heading {
    border-bottom: none;
    cursor: pointer; }
  .seminar-schedule .day.day-2 {
    display: none; } }
@media screen and (max-width: 420px) {
  .kv-sp-fg-1 {
    margin-top: calc( -100% - 220px ); }

  .kv-sp-fg-2 {
    background-size: 200px; }

  .about .card-body h3.has-icon {
    line-height: 40px;
    padding-left: 54px; }
  .about .card-body h3.has-icon.icon-cocktail {
    line-height: 40px; } }
@media screen and (max-width: 380px) {
  .kv-sp-fg-1 {
    margin-top: calc( -100% - 130px ); }

  .kv-sp-fg-2 {
    background-size: 200px; }

  .slider-upper {
    height: 490px; }

  .about .card-body h3.has-icon {
    line-height: 40px;
    padding-left: 54px; }
  .about .card-body h3.has-icon.icon-cocktail {
    line-height: 20px; } }
@media screen and (max-width: 320px) {
  .kv-sp-fg-1 {
    margin-top: calc( -100% - 80px ); }

  .kv-sp-fg-2 {
    background-size: 150px; }

  .slider-upper {
    height: 390px; }
  .slider-upper h1 {
    font-size: 1.5em; }

  .about .card-body h3.has-icon {
    line-height: 40px;
    padding-left: 54px; }
  .about .card-body h3.has-icon.icon-cocktail {
    line-height: 20px; }

  .about .pane-text.barhopping p {
    font-size: 0.8em; }
  .about .pane-text.barhopping .milage-special {
    font-size: 0.9em; }

  .about .tickets {
    font-size: 0.9em; }
  .about label {
    font-size: 0.85em; } }
select.form-control {
  width: 100%;
  padding: 0px 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #cccccc;
  background: #eee;
  background: url("/wp-content/themes/cocktail/images/arrow01.png") right 50% no-repeat, #ffffff;
  background: url("/wp-content/themes/cocktail/images/arrow01.png") right 50% no-repeat, #ffffff;
  background-size: 20px; }
select.form-control:focus, select.form-control:active {
  background: url("/wp-content/themes/cocktail/images/arrow01-active.png") right 50% no-repeat, #ffffff;
  background: url("/wp-content/themes/cocktail/images/arrow01-active.png") right 50% no-repeat, #ffffff;
  background-size: 20px; }

.mypage select.form-control {
  border: 1px solid #ff324a !important;
  background: url("/wp-content/themes/cocktail/images/arrow02.png") right 50% no-repeat, #ffffff; }
.mypage select.form-control:focus, .mypage select.form-control:active {
  background: url("/wp-content/themes/cocktail/images/arrow02.png") right 50% no-repeat, #ffffff; }

@media screen and (min-width: 768px) {
  #buyticket-button a {
    right: -51px; } }
.about.en {
  font-family: "Open Sans", sans-serif;
  font-size: 0.9em; }
.about.en .slider-upper h1 {
  font-family: 'Yrsa', serif;
  font-size: 3.3em; }
.about.en .slider-upper h1 .summary {
  font-family: 'Yrsa', serif; }
.about.en .btn.btn-2 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: normal;
  font-size: 1.1em;
  padding: 0.3em 0; }
.about.en .pane-text h3 .title-main {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 600;
  font-size: 1.3em; }
.about.en .pane-text h3 .title-sub {
  font-family: 'Yrsa', serif;
  font-size: 1em; }
.about.en .card-body h3 {
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 600;
  font-size: 1.6em; }
.about.en #topbar h3 .num {
  font-size: 1.85em; }
.about.en .barhotel img {
  width: 82%; }
.about.en .how-to-enjoy .step.step-3 .num {
  margin-top: 35px; }
.about.en .how-to-enjoy .step.step-5 .num {
  margin-top: 40px; }
.about.en .how-to-enjoy .step.step-5 .text p {
  margin-top: 30px; }
.about.en .how-to-enjoy .step.step-7 .num {
  margin-top: 50px; }
.about.en .passport-offers {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 1.1em; }
.about.en .passport-offers .title {
  text-align: left;
  font-weight: 600; }
.about.en .tickets {
  text-align: right; }
.about.en label {
  padding-top: 8px; }

@media (min-width: 576px) {
  .offset-sm-half {
    width: 100%;
    margin-left: 12.5%; } }
@media (max-width: 767px) {
  .about.en .card-body h3 {
    font-size: 1.5em; }
  .about.en .tickets {
    text-align: center; }
  .about.en label {
    padding-top: 10px; } }
@media (max-width: 767px) {
  .about .overview-text, .about .pane-text ul, .about .pane-text p, .about .card-body p, .about .passport-offers {
    padding: 0 15px; } }
@media (max-width: 420px) {
  .about.en .card-body h3.has-icon.icon-cocktail {
    line-height: 40px; } }
@media (max-width: 375px) {
  .about.en .card-body h3.has-icon.icon-cocktail {
    line-height: 20px; } }
