<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

body {
  color: #444;
  font-size: 13px;
  font-family: Heebo, "Heebo", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", Yu Gothic, "ヒラギノ角ゴ ProN W3", "メイリオ", sans-serif;
  -webkit-text-size-adjust: 100%;
  /* background-color: #f2f2f2;*/
  background-color: #fff;
}
body.pt {
  padding-top: 60px;
}
body.bg {
  background-image: url('../img/front/common/snslogin_bg.jpg');
}
body#modal {
  background-color: #fff;
}

body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}


@media (min-width: 960px) {
  .hide-l  { display: none !important; }
}
@media (min-width: 520px) {
  .hide-ml  { display: none !important; }
}
@media (max-width: 959px) and (min-width: 520px) {
  .hide-m  { display: none !important; }
}
@media (max-width: 959px) {
  .hide-sm  { display: none !important; }
}
@media (max-width: 519px) {
  .hide-s  { display: none !important; }
}


/* ----- common ----- */
.wrapper {
  width: 1044px;
  padding: 0 10px;
  margin: 0 auto;
}
.wrapper.flex {
  margin-top: 40px;
}
.wrapper.flex &gt; .main {
  width: 700px;
}
.wrapper.flex &gt; .sidebar {
  width: 300px;
}


@media (max-width: 1219px) {
  .wrapper {
    width: 900px;
    /*padding: 0 10px;*/
    /*margin: 0 auto;*/
  }
  .wrapper.flex {
    /*margin-top: 40px;*/
  }
  .wrapper.flex &gt; .main {
    /*width: 630px;*/
    width: 560px;
  }
  .wrapper.flex &gt; .sidebar {
    /*width: 230px;*/
  }
}
@media (max-width: 767px) {
  .wrapper {
    width: 100%;
    padding: 0 15px;
  }
  .wrapper.flex {
    /*margin-top: 40px;*/
  }
  .wrapper.flex &gt; .main {
    width: 100%;
  }
  .wrapper.flex &gt; .sidebar {
    width: 100%;
  }
}


/* ----- object-fit ----- */
.object-fit {
  object-fit: cover;
  font-family: 'object-fit: cover;'
}


/* ----- radius ----- */
.radius4 {
  border-radius: 4px;
  -webkit-border-radius: 4px;/* for Safari and Chrome */
  -moz-border-radius: 4px; /* for Firefox */
  -o-border-radius: 4px; /* for opera */
}
.radius6 {
  border-radius: 6px;
  -webkit-border-radius: 6px;/* for Safari and Chrome */
  -moz-border-radius: 6px; /* for Firefox */
  -o-border-radius: 6px; /* for opera */
}


/* ----- posision ----- */
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}


/* ----- arrow ----- */
.arrow{
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    color: #0000cd;
    vertical-align: middle;
    text-decoration: none;
    font-size: 14px;
}
.arrow::before,
.arrow::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.arrow.right::before{
    left: 0px;
    width: 7px;
    height: 7px;
    border-top: 2px solid #0000cd;
    border-right: 2px solid #0000cd;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.arrow.left::before{
    left: 0px;
    width: 7px;
    height: 7px;
    border-bottom: 2px solid #0000cd;
    border-left: 2px solid #0000cd;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.arrow.top::before{
    left: 0px;
    width: 7px;
    height: 7px;
    border-top: 2px solid #0000cd;
    border-left: 2px solid #0000cd;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.arrow.bottom::before{
    left: 0px;
    width: 7px;
    height: 7px;
    border-bottom: 2px solid #0000cd;
    border-right: 2px solid #0000cd;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}




/* ----- search_bar ----- */
.search_bar {
  /*background-color: rgba(242, 242, 242, 0.8);*/
  background-color: rgba(255, 255, 255, 0.8);
  font-size: 15px;
  font-weight: bold;
  box-shadow: 0 1px 5px #ccc;
  position: relative;
  z-index: 1;
}
body.osaka .search_bar {
  background-color: rgba(255, 219, 20, 0.8);
}
.search_bar .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
}
.search_bar .wrapper .search_items {
  display: flex;
  /*justify-content: space-between;*/
  align-items: center;
  /*width: 100%;*/
  width: calc(100% - 140px);
}
.search_bar .search_items .search_item {
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: left 0 top 3px;
  padding-left: 22px;
  color: #000;
  width: 20%;
}
.search_bar .search_items .search_item a {
  color: #000;
}
.search_bar .search_item span {
  text-decoration: underline;
}
.search_bar .search_item.area {
  background-image: url('https://assets.deep-exp.com/assets/img/front/common/ico_search_area_b.png');
}
.search_bar .search_item.category {
  background-image: url('https://assets.deep-exp.com/assets/img/front/common/ico_search_cate_b.png');
}
.search_bar .search_item.date {
  background-image: url('https://assets.deep-exp.com/assets/img/front/common/ico_search_date_b.png');
}
.search_bar .search_item.tag {
  background-image: url('https://assets.deep-exp.com/assets/img/front/common/ico_search_tag_b.png');
}
.search_bar .search_item.freeword {
  background-image: url('https://assets.deep-exp.com/assets/img/front/common/ico_search_key_b.png');
}
.search_bar input[type="submit"] {
  width: 140px;
  height: 38px;
  margin-left: 5px;
  color: #fff;
  background-color: #000;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  -webkit-appearance: none;
}
@media (max-width: 1219px) {
  .search_bar {
    font-size: 13px;
  }
  .search_bar .wrapper {
    padding: 10px 30px;
  }
  .search_bar input[type="submit"] {
    width: 120px;
  }
}
@media (max-width: 767px) {
  .search_bar {
    background-color: transparent;
    box-shadow: none;
    width: 100%;
    margin: 0 auto;
    border-top: 10px solid #ffdb14;
    height: auto;
    padding: 0 10px;
  }
  body.osaka .search_bar {
    background-color: transparent;
  }
  .search_bar .wrapper {
    display: block;
    width: 100%;
    /*padding: 20px;*/

    padding: 20px 0;
  }

  .search_bar .wrapper &gt; div {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  .search_bar .wrapper &gt; div:not(:last-child){
    margin-bottom: 10px;
  }

  .search_bar .wrapper .search_items {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: space-between;
  }
  .search_bar .wrapper .search_items .search_item {
    width: 49%;
    margin-bottom: 10px;
  }

  .search_bar input[type="submit"] {
    display: block;
    width: 80%;
    margin: 10px auto 0;
    transition: none;
    /*background-color: #ffdb14;*/
    /*color: #333;*/
    background-color: #000;
    color: #fff;
  }
}

/* ----- modal ----- */
.modal{
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  z-index: 999;
}
.modal__bg{
  background: rgba(0,0,0,0.6);
  height: 100vh;
  position: absolute;
  width: 100%;
}
.modal__content {
  background: #fff;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 60%;
  max-height: 80%;
  /*height: 80%;*/
  border-radius: 6px;
}

.modal__content.short{
  width: 400px;
}
.modal__content.middle {
  width: 60%;
  height: 60vh;
}
.modal__content.large {
  width: 80%;
  height: 80vh;
}
.modal__content.huge {
  width: calc(100vw - 80px);
  height: calc(100vh - 80px);
}
.modal__content.full {
  width: 100vw;
  height: 100vh;
}

#modal__header {
  height: 48px;
  text-align: center;
  position: relative;
  width: 98%;
  margin: 0 auto;
  border-bottom: 1px solid #000;
}
#modal__header h1 {
  height: 48px;
  line-height: 48px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
#modal__header .modal-close{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
#modal__container {
  display: flex;
  flex-direction: column;
  width: 98%;
  margin: 0 auto;
  padding-bottom: 10px;
  height: calc(100vh - 60px);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#modal__iframe iframe {
  width: 100%;
  /*max-height: 80vh;*/
  /*height: 50vh;*/
  height: 100%;
  border-radius: 8px;
  border: 1px solid #838383;
}
/*
#modal__iframe iframe.large {
  height: 80vh;
}
#modal__iframe iframe.huge {
  height: calc(100vh - 80px);
}
#modal__iframe iframe.full {
  height: 100vh;
}
*/



/* ----- is_terms_changed_confirm ----- */
#is_terms_changed_confirm div.body {
  padding: 20px;
}
#is_terms_changed_confirm div.text p {
  margin-bottom: 20px;
}
#is_terms_changed_confirm div.button_area {
  width: 300px;
  margin: 0 auto;
}
#is_terms_changed_confirm div.button_area a {
  padding: 12px 0;
  margin-bottom: 10px;
}



/* ----- admin_login_alert ----- */
#admin_login_alert div.body {
  padding: 20px;
}
#admin_login_alert div.text p {
  margin-bottom: 30px;
}
#admin_login_alert div.button_area {
  width: 260px;
  margin: 0 auto;
}
#admin_login_alert div.button_area .button {
  padding: 12px 0;
}



/* ----- modal_form ----- */
.modal_form_header {
  height: 48px;
  position: relative;
  margin: 0 12px;
  border-bottom: 1px solid #000;
}
.modal_form_header h1{
  height: 48px;
  line-height: 48px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
.modal_form_header h1 span {
  background-image: url('https://assets.deep-exp.com/assets/img/front/common/ico_search.png');
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 18px;
  padding: 4px 0 4px 22px;
}
.modal_form_header #close_btn {
  position: absolute;
  display: block;
  width: 24px;
  right: 12px;
  top: 12px;
  color: #333;
}

/* ----- modal_search ----- */
.modal_search_header {
  height: 48px;
  position: relative;
  margin: 0 12px;
  border-bottom: 1px solid #000;
}
.modal_search_header h1{
  height: 48px;
  line-height: 48px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
.modal_search_header h1 span {
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 18px;
  padding: 4px 0 4px 22px;
}
.modal_search_header h1 span.area {
  background-image: url('https://assets.deep-exp.com/assets/img/front/common/ico_search_area_g.png');
}
.modal_search_header h1 span.category,
.modal_search_header h1 span.category_spot,
.modal_search_header h1 span.category_media {
  background-image: url('https://assets.deep-exp.com/assets/img/front/common/ico_search_cate_g.png');
}
.modal_search_header h1 span.tag,
.modal_search_header h1 span.tag_media {
  background-image: url('https://assets.deep-exp.com/assets/img/front/common/ico_search_tag_g.png');
}
.modal_search_header h1 span.date {
  background-image: url('https://assets.deep-exp.com/assets/img/front/common/ico_search_date_g.png');
}
.modal_search_header h1 span.freeword {
  background-image: url('https://assets.deep-exp.com/assets/img/front/common/ico_search_key_g.png');
}
.modal_search_header #close_btn {
  position: absolute;
  display: block;
  width: 24px;
  right: 12px;
  top: 12px;
  color: #333;
}
#modal_search_body {}
#modal_search_body ul {}
#modal_search_body ul li {
  border-top: 1px solid #ccc;
}
#modal_search_body ul div.accd-head,
#modal_search_body ul div.accd-head.accd-selected {
  cursor: pointer;
  padding: 10px 0;
  font-size: 14px;
  position: relative;
  padding: 10px 0;
  vertical-align: middle;
  text-decoration: none;
}
#modal_search_body ul div.accd-head.accd-selected {
  border-bottom: 1px solid #ccc;
}
#modal_search_body ul div.accd-head::before {
  position: absolute;
  top: 12px;
  right: 6px;
  margin: auto;
  content: "";
  vertical-align: middle;
}
#modal_search_body ul div.accd-head::before {
  width: 10px;
  height: 10px;
  margin-right: 6px;
  border-bottom: 2px solid #333;
  border-right: 2px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#modal_search_body ul div.accd-head.accd-selected::before {
  content: none;
}
#modal_search_body ul div.accd-head.accd-selected::after {
  position: absolute;
  top: 18px;
  right: 6px;
  margin: auto;
  content: "";
  vertical-align: middle;
}
#modal_search_body ul div.accd-head.accd-selected::after {
  width: 10px;
  height: 10px;
  margin-right: 6px;
  border-top: 2px solid #333;
  border-left: 2px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#modal_search_body ul div.accd-body {
  padding-left: 24px;
}
#modal_search_body ul div.accd-body ul {}
#modal_search_body .custom_scrollbar {
  padding: 0 24px;
}
#modal_search_body a.search_link {
  color: #444;
  text-decoration: none;
  position: relative;
  display: block;
  padding: 10px 0 10px 18px;
  font-size: 14px;
}
#modal_search_body a.search_link::before {
  content: "";
  position: absolute;
  display: block;
  width: 12px;
  height: 12px;
  background-color: #fff;
  border: 1px solid #808080;
  border-radius: 30px;
  position: absolute;
  top: 50%;
  left: 2px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transition: 0.3s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#modal_search_body a.search_link:hover {
  background-color: #f0f0f0;
}
#modal_search_body a.search_link:hover:before {
  border: 4px solid #ffdb14;
}
#modal_search_body div#freeword_search {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 20px;
}
#modal_search_body div#freeword_search a.button {
  width: 200px;
  padding: 10px 0;
  margin-left: 10px;
  font-weight: bold;
}



/* --------------- *\
 * #travel_terms
\* --------------- */
ul.travel_terms {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
ul.travel_terms li {
  display: flex;
  padding: 0 !important;
  border-bottom: 1px solid #ccc !important;
  color: #333;
}
ul.travel_terms li div {
  padding: 6px;
}
ul.travel_terms li div.th {
  background-color: #f2f2f2;
}
ul.travel_terms li div.condition {
  width: 60% !important;
  border-right: 1px solid #ccc;
}
ul.travel_terms li div.fee {
  width: 40% !important;
}



/* --------------- *\
 * #calendar
\* --------------- */
#calendar {
  height: 100vh;
  overflow: auto;
}
#calendar_wrapper {
  display: flex;
  justify-content: space-between;
}
#calendar_wrapper .calendar_container {
  width: 49%;
}
#calendar_wrapper .calendar_container.left {
  float: left;
}
#calendar_wrapper .calendar_container.right {
  float: right;
}
#shortcutlink {
  display: flex;
  gap: 8px;
  margin-top: 20px;
}
#shortcutlink &gt; div {
  padding: 10px 18px;
  border: 1px solid #c0c0c0;
  border-radius: 6px;
  cursor: pointer;
}
.calendar_holiday {}
.calendar_title {
  background-color: #fff;
  padding: 20px 10px 0;
  position: relative;
}
.calendar_title h2 {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.calendar_title .prev,
.calendar_title .next {
  position: absolute;
  bottom: 0;
  font-size: 0;
}
.calendar_title .prev {
  left: 0;
}
.calendar_title .next {
  right: 0;
}
.calendar_title .prev a,
.calendar_title .next a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 27px;
  height: 27px;
}
.calendar_title .prev a::before,
.calendar_title .next a::before {
  content: "";
  position: absolute;
  width: 9px;
  height: 16px;
  background-color: #838383;
  clip-path: polygon(0 50%, 8px 0px, 9px 1px, 2px 50%, 9px 15px, 8px 16px);
}
.calendar_title .prev a::before {
}
.calendar_title .next a::before {
  transform: rotate(180deg);
}
.calendar_holiday table {
  width: 100%;
  border-bottom: none;
}
.calendar_holiday table th,
.calendar_holiday table td {
  padding: 10px 0;
  border-top: none;
  text-align: center;
}
.calendar_holiday table th {
  background-color: #fff;
  border-bottom: 1px solid #191919;
}
.calendar_holiday table td {
  width: calc(100% / 7);
  height: 50px;
  vertical-align: top;
}
.calendar_holiday table td.ng {
}
.calendar_holiday table td.ng p.symbol {
  /*color: #ececec;*/
  color: #666;
}
.calendar_holiday table td.none {
  background-color: #eee;
  color: #ccc;
}
.calendar_holiday table td.ok p.symbol {
  color: #3e7fff;
}
.calendar_holiday table td.ok:hover {
  background-color: #FFFCE9;
  cursor: pointer;
}
.calendar_holiday table td.holiday {
  background-color: #ffc0cb;
}
.calendar_loading {
  background-color: #fff;
  padding: 100px 0;
  margin: 0 auto;
}
.calendar_loading img.loading {}
.calendar_notice {
  padding: 10px;
  margin-top: auto;
  background-color: #FFFCE9;
  border: 1px solid #FFDC00;
  text-align: left;
}
@media (max-width: 959px) {
}
@media (max-width: 519px) {
  #calendar_wrapper .calendar_container {
    width: 100%;
  }
}




/* ----- search_calendar ----- */
.search_scrollbar {
  /*overflow-y: scroll;*/
  /*padding: 0 0 0 24px;*/
  overflow-y: auto;
  padding: 0 20px;
}
.search_calendar_frame {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.search_calendar_frame .calendar_lt_rt {
  width: 48%;
}
table.search_calendar {
  margin-bottom: 30px;
  /*border-left: 1px solid #ccc;*/
}

.search_calendar_frame .loading {
  margin: 200px auto;
}


.search_calendar_header {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 10px 0;
  align-items: center;
  height: 30px;
}
.search_calendar_header div.caption {
  text-align: center;
  font-weight: bold;
}
.search_calendar_header button:hover {
  cursor: pointer;
}
.search_calendar_header button img {
  width: 30px;
}


table.search_calendar td,
table.search_calendar th {
  text-align: center;
  vertical-align: middle;
  width: 14.28%;
  padding: 0;
  /*border-right: 1px solid #ccc;*/
}
table.search_calendar th {
  height: 30px;
}
table.search_calendar td {
    height: 40px;
}
table.search_calendar .sun {
  color: #dc143c;
}
table.search_calendar .sat {
  color: #4169e1;
}
table.search_calendar .none {
  color: #ececec;
}
table.search_calendar td.today p.day{
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #ccc;
  margin: 0 auto;
  line-height: 30px;
}
table.search_calendar p.set:hover {
  cursor: pointer;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #ccc;
  border: 1px solid #ccc;
  margin: 0 auto;
  line-height: 30px;
}


@media (max-width: 767px) {
  .modal__content{
    width: 90%;
    max-height: 90%;
  }
  .search_calendar_frame .calendar_lt_rt {
    width: 100%;
  }
  .search_scrollbar {
    padding: 0 10px;
  }
  #modal_search_body div#freeword_search {
    padding: 20px 0;
  }
  #modal_search_body input#freeword {
    font-size: 12px;
  }
  #modal_search_body div#freeword_search a.button {
    width: 100px;
    padding: 10px 0;
    margin-left: 6px;
  }
}




/* .num_up_down-box */
.num_up_down {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
a.num_btn {
  color: #09f;
  background-color: #f6f7f9;
  display: block;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 44px;
  text-decoration: none;
  font-weight: bold;
  font-size: 16px;
}
.num_now {
  font-weight: bold;
  font-size: 16px;
  width: 44px;
  height: 44px;
  line-height: 44px;
  padding: 0 !important;
}
.num_now input {
  width: 30px !important;
  border: none;
  text-align: center;
}
a.num_btn:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);        /* ie 6 7 */
  -ms-filter: "alpha(opacity=70)";  /* ie 8 */
}
a.num_btn.disabled {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: .65;
  color: #ccc;
}





/* ----- box ----- */
.box_shadow {
  box-shadow: 0 0 15px #ccc;
  background-color: #fff;
}
.box_white {
  background-color: #fff;
}

p.selector {
  position: relative;
  border-top: 1px solid #eee;
  text-align: center;
  height: 20px;
  width: 100%;
}
p.selector span{
  background-color: #fff;
  padding: 0 10px;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  -webkit- transform: translateX(-50%);
}



/* tippy */
img.tippy_img {
  width: 26px;
  vertical-align: middle;
}
img.tippy_img:hover {
  cursor: pointer;
  opacity: 0.7;
}

.tippy-tooltip.ue-theme{
  color:#d70d0d;
  box-shadow: 0 5px 10px 5px #ccc;
  background-color:#fff;
  text-align: left;
}
.tippy-tooltip.ue-theme .tippy-content {}
.tippy-tooltip.ue-theme[data-placement^=top]&gt;.tippy-arrow{
  border-width:8px 8px 0;
  border-top-color:#fff;
}
.tippy-tooltip.ue-theme[data-placement^=bottom]&gt;.tippy-arrow{
  border-width:0 8px 8px;
  border-bottom-color:#fff;
}
.tippy-tooltip.ue-theme[data-placement^=left]&gt;.tippy-arrow{
  border-width:8px 0 8px 8px;
  border-left-color:#fff;
}
.tippy-tooltip.ue-theme[data-placement^=right]&gt;.tippy-arrow{
  border-width:8px 8px 8px 0;
  border-right-color:#fff;
}
.tippy-tooltip.ue-theme&gt;.tippy-backdrop{
  background-color:#fff;
}
.tippy-tooltip.ue-theme&gt;.tippy-svg-arrow{
  fill:#fff;
}

/** tab_menus **/
.tab_menus {
  width: 600px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.tab_menu_body {
  background-color: #fff;
  border-radius: 0 0 4px 4px;
}
.tab_menus .menu {
  width: 296px;
  font-weight: bold;
  text-align: center;
  padding: 15px 0;
  background-color: #ccc;
  color: #fff;
  border-radius: 4px 4px 0 0;
}
.tab_menus .menu:hover {
  cursor: pointer;
}
.tab_menus .selected {
  background-color: #fff;
  color: #333;
}
.goto_tab {
  background-color: #fef9d1;
  padding: 14px 0 14px 48px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  position: relative;
  background-image: url(../img/front/common/tab_ico.png);
  background-size: 32px 32px;
  background-repeat: no-repeat;
  background-position: center left 10px;
}
.goto_tab:hover {
  cursor: pointer;
}
.goto_tab span{}
.goto_tab::after {
  content: "";
  background-image: url(../img/front/common/tab_arrow.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  right: 12px;
  display: block;
  width: 10px;
  height: 17px;
}


.button {
  -webkit-appearance: none;
  appearance: none;
  border: none;
  display: block;
  /*width: 230px;*/
  margin: 0 auto;
  background-color: #ffdb14;
  color: #333;
  font-size: 15px;
  /*font-weight: bold;*/
  text-align: center;
  /*padding: 10px 25px;*/
  border-radius: 6px;
  text-decoration: none;
}

.button.button-pink {
  background-color: #ff397f;
  color: #fff;
}

.button.button-white {
  background-color: #fff;
  color: #000;
  border: 1px solid #ccc;
}

.button.button-gray {
  background-color: #d1d1d1;
  color: #fff;
}

.button.button-green {
  background-color: #4cd863;
  color: #fff;
}

/* .slider */
.slider,
.slider_arr_black {
  position: relative;
}
.slider .slide,
.slider_arr_black .slide {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.slider .arr,
.slider_arr_black .arr {
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  z-index: 10;
  cursor: pointer;
}
.slider .arr_l,
.slider_arr_black .arr_l {
  left: 0;
}
.slider .arr_r,
.slider_arr_black .arr_r {
  right: 0;
}







/* .breadcrumb */
.top_wrapper.breadcrumb {
  margin: 16px auto !important;
}
.breadcrumb {
  color: #666;
}
.breadcrumb ul {
  display: flex;
  font-size: 13px !important;
}
.breadcrumb li:not(:last-child)::after {
  content: "&gt;" !important;
  display: inline-block !important;
  margin: 0 10px !important;
  flex-shrink: 0;
}
.breadcrumb a {
  color: #666;
}
.breadcrumb a:hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .breadcrumb {
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .breadcrumb li {
    flex-shrink: 0;
  }
}






.pager {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pager span {
  min-width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin: 0 5px;
  background-color: #fff;
  border-radius: 4px;
}
.pager span a {
  display: block;
  color: #333;
  text-decoration: none;
  padding: 0 10px;
}
.pager span.active,
.pager span:hover {
  background-color: #ffdb14;
}
@media (max-width: 767px) {
  .pager {
    /*margin-top: 30px;*/
    flex-wrap: wrap;
  }
  .pager span {
    /*min-width: 30px;*/
    /*height: 30px;*/
    /*line-height: 30px;*/
    margin: 5px;
    /*border-radius: 4px;*/
  }
  .pager span a {
    display: block;
    color: #333;
    text-decoration: none;
    padding: 0 10px;
  }
  .pager span.active,
  .pager span:hover {
    background-color: #ffdb14;
  }
}






.fb_messenger {
  background-color: #fff;
  padding: 40px 0;
  border-bottom: 1px solid #d4d4d4;
}
.fb_messenger .wrapper {
  width: 970px !important;
}
.fb_messenger .fbm_title {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
}
.fb_messenger .fbm_title img {
  width: 33px;
  margin-right: 10px;
}
.fb_messenger .lead {
  text-align: center;
  font-size: 14px;
  margin-top: 10px;
}
.fb_messenger.en .lead {
  letter-spacing: 0.8px;
}
.fb_messenger .lead span {
  display: inline-block;
  font-size: 17.5px;
  font-weight: bold;
  color: #3678f2;
  line-height: 15px;
  border-bottom: 5px solid #ffdb14;
}
.fb_messenger .box {
  display: flex;
  background-color: #eff5ff;
  margin-top: 15px;
  padding: 25px 47px 25px 55px;
  justify-content: space-between;
  align-items: center;
}
.fb_messenger .box p {
  font-weight: bold;
  font-size: 16px;
}
.fb_messenger.en .box p { font-size: 19.5px; }
.fb_messenger.tw .box p { font-size: 16.5px; }
.fb_messenger .box ul {
  margin: 0 auto 0 50px;
}
.fb_messenger .box li {
  font-size: 14px;
  background-image: url(../img/front/common/icon_top_check.png);
  background-repeat: no-repeat;
  background-position: left top 2px;
  background-size: 15px;
  padding-left: 20px;
}
.fb_messenger .box li:not(:last-child) {
  margin-bottom: 5px;
}
.fb_messenger .box a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 50px 15px 45px;
  background-color: #3678f2;
  border-radius: 5px;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
  color: #fff;
  flex-shrink: 0;
}
.fb_messenger .box a img {
  width: 25px;
  margin-right: 12px;
}
.fb_messenger .send {
  font-size: 11.5px;
  margin-top: 10px;
  text-align: right;
}
.fb_messenger .send i {
  margin-right: 5px;
}
@media (max-width: 1219px) {
  .fb_messenger .wrapper {
    width: 900px !important;
  }
  .fb_messenger .box {
    padding: 20px 37px 20px 35px;
    justify-content: space-between;
    align-items: center;
  }
  .fb_messenger .box ul {
    margin-left: 30px;
  }
}
@media (max-width: 767px) {
  .fb_messenger .wrapper {
    width: 100% !important;
  }
  .fb_messenger .fbm_title {
    font-size: 20px;
  }
  .fb_messenger .box {
    display: block;
    padding: 15px;
    justify-content: space-between;
    align-items: center;
  }
  .fb_messenger .box p {
    text-align: center;
    margin-bottom: 10px;
  }
  .fb_messenger .box ul {
    margin-left: 0;
    margin-bottom: 20px;
  }
  .fb_messenger .box li {
    font-size: 12px;
  }
  .fb_messenger .box a {
    justify-content: center;
  }
  .fb_messenger .box a br {
    display: none;
  }
}





/* input */
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 0;
  padding: 10px;
}
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 0;
  padding: 5px 10px;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 30px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-image: url(../img/front/common/arr_s_b_gray.png);
  background-size: 10px 6px;
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-color: #fff;
}
select::-ms-expand {
    display: none;
}

@media (max-width: 767px) {
  input[type="text"],
  input[type="tel"],
  input[type="email"],
  input[type="password"],
  textarea,
  select {
    font-size: 16px;
  }
}
form.form_style input[type="text"],
form.form_style input[type="tel"],
form.form_style input[type="email"],
form.form_style input[type="password"] {
  height: 40px;
  line-height: 20px;
  padding: 10px;
  /*background-color: #fff;*/
}
form.form_style select {
  height: 40px;
  line-height: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  margin-right: 10px;
  background-color: #fff;
}
form.form_style input[type="submit"],
form.form_style button {
  width: 200px;
  font-weight: bold;
  padding: 10px 25px;
  margin: 40px auto 0;
  background-color: #ffdb14;
}
form.form_style input[type="submit"].w300px {
  width: 300px;
}
form.form_style .note {
  font-size: 12px;
  color: #666;
}
@media (max-width: 767px) {
  form.form_style select {
    max-width: 100%;
  }
}
textarea:focus,
select:focus,
input[type="text"]:focus,
input[type="password"]:focus{
  background-color: #ffffe0;
  border: 1px solid #deb887;
  outline: none;
}
.required {
  color: #d70d0d;
}
.error-message {
  color: #d70d0d;
  font-weight: bold;
  text-align: left;
}






/* .ui-datepicker */
.ui-widget-content {
  background: #fff;
  border-radius: 0;
}
.ui-widget-header {
  background: #ffdb14;
  color: #333;
  border: none;
  border-radius: 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  background: #f6f6f6;
}






/* colorbox */
body#colorbox_body {
  background-color: #fff;
}
#colorbox_header,
#gallery_header {
  height: 48px;
  position: relative;
  background-color: transparent;
  text-align: center;
  width: calc(100% - 20px);
  border-bottom: 1px solid #000;
  margin: 0 auto;
}
#gallery_header {
  position: fixed;
}
#colorbox_header h1,
#gallery_header h1{
  height: 48px;
  line-height: 48px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #000;
}
#colorbox_header #close_btn,
#gallery_header #close_btn{
  position: absolute;
  display: block;
  width: 24px;
  right: 12px;
  top: 12px;
  color: #333;
}
#colorbox_container {
  width: 98%;
  margin: 0 auto;
  padding-bottom: 10px;
  height: calc(100vh - 60px);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#gallery_container {
  padding-top: 48px;
}

#gallery_container ul#ul_spot_gallery {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
}
@media (max-width: 767px) {
  #gallery_container ul#ul_spot_gallery {
    grid-template-columns: repeat(4, 1fr);
  }
}



/* table */
table {
  width: 100%;
  border-bottom: 1px solid #cbcbcb;
  word-wrap: break-word;
  word-break: break-all;
}
table th {
  background-color: #f2f2f2;
}
table th,
table td {
  border-top: 1px solid #cbcbcb;
  padding: 10px 15px;
  vertical-align: top;
}

table.table_num {}
table.table_num th,
table.table_num td {
  padding: 10px 10px;
  vertical-align: middle;
}
table.table_num tr.no_stock td {
  background-color: #ffe4e1;
}
/* .table_list */
table.table_list th {
  width: 20%;
  text-align: center;
}
table.table_package th {
  padding: 10px 0;
  text-align: center;
}
@media (max-width: 767px) {
  table.table_list th {
    width: 35%;
  }
}









/* ----- ul_change_locale ----- */
.ul_change_locale {
  padding: 20px 0;
  font-size: 14px;
  display: flex;
}
.ul_change_locale li {
  width: 33.3% !important;
  margin-bottom: 20px;
  text-align: center;
}
.ul_change_locale li:not(:nth-child(3n)) {
  border-right: 1px solid #ccc;
}
.ul_change_locale a {
  color: #333;
  text-decoration: none;
  font-weight: bold;
}
.ul_change_locale a:hover {
  text-decoration: underline;
}








/* ----- header ----- */
header {
  /*position: absolute;*/
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 600;
  background-color: rgba(0, 0, 0, 0.8);
  transition: all .2s ease;
}
body.osaka-info header {
  background-color: rgba(255, 219, 20, 0.8);
}
header.hideClass {
  top: -100px;
}
header .obi {
  width: 1200px;
  display: flex;
  align-items: center;
  /*padding: 0 40px;*/
  position: relative;
  height: 60px;
}
header .obi .logo {
  align-self: center;
  height: 50px;
  width: 75px;
}
header .obi &gt; a {
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  padding-right: 20px;
  color: #fff;
  text-decoration: none;
}
body.osaka-info header .obi &gt; a {
  color: #000;
}
header .obi &gt; a:hover {
  text-decoration: underline;
}
header .obi &gt; div {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  /*margin-right: 130px;*/
}
header .obi .change_lang {
/*  margin-right: 60px;*/
  /*border-left: 1px solid rgba(255, 255, 255, 0.9);*/
  margin-left: auto;
  width: auto;
  align-self: center;
}
header .obi .change_lang a:last-child {
  border-left: 1px solid rgba(255, 255, 255, 0.9);
  margin-left: 13px;
}
header .obi .change_lang a {
  display: block;
  padding: 10px 0 10px 13px;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
}
body.osaka-info header .obi .change_lang a {
  color: #000;
}
header .obi .change_lang a:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
header .obi .change_lang i {
  margin-right: 5px;
}
header .header_logo {
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .header_logo img {
  width: 100%;
}

body.osaka header .header_logo{
  height: 100px;
  padding: 10px;
}

@media (max-width: 1219px) {
  header .obi {
    width: 900px;
    padding: 5px 10px;
  }
  header .obi &gt; div {
    /*margin-right: 90px;*/
  }
  header .obi .change_lang {
    margin-right: 70px;
  }
  header .osaka-info {
    right: 0;
    width: 70px;
    height: 60px;
  }
}
@media (max-width: 767px) {
  header {
    /*position: fixed;*/
    /*width: 100%;*/
    /*left: 0;*/
    /*top: 0;*/
    /*z-index: 200;*/
    /*display: flex;*/
    /*justify-content: space-between;*/
    /*align-items: flex-start;*/
  }
  header.hideClass {
    top: -50px;
  }
  header .obi {
    /*background-color: rgba(0, 0, 0, 0.4);*/
    width: 100%;
    /*display: flex;*/
    padding: 5px;
  }
  header .obi .change_lang i {
    margin-right: 10px;
  }
  header .obi .logo {
    width: 75px;
    height: 40px;
  }
  header .osaka-info {
    width: 80px;
    height: 70px;
    padding: 10px;
  }
}

/* gnavi_btn */
.gnavi_btn {
  width: 30px;
  height: 40px;
  display: flex;
  align-items: center;
  transition-duration: .4s;
  z-index: 9999;
  margin: 0 10px 0 auto;
}
.gnavi_btn.open {
  background: rgba(0, 0, 0, 0);
}
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
  position: relative;
  width: 38px;
  height: 24px;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 11px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.gnavi_btn.open .menu-trigger span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotate(-45deg);
  transform: translateY(11px) rotate(-45deg);
}
.gnavi_btn.open .menu-trigger span:nth-of-type(2) {
  opacity: 0;
}
.gnavi_btn.open .menu-trigger span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotate(45deg);
  transform: translateY(-11px) rotate(45deg);
}
/* navi */
.gnavi {
  width: 100%;
  height: 0vh;
  position: absolute;
  top: 60px;
  right: 0;
  background: rgba(26,26,26,0.8);
  transition: 0.4s;
  z-index: 999;
  padding: 0 1em;
  overflow: hidden;
}
.gnavi.active {
  height: 100vh;
}
.gnavi nav {
  /*margin: 1em 0 0;*/
  margin: 0;
  overflow-y: scroll;
  height: 100vh;
  padding-bottom: 100px;
}
.gnavi nav ul li {
  border-bottom: 1px dotted #FFF;
}
.gnavi nav a {
  line-height: 4em;
  display: block;
  color: #fff;
  text-decoration: none;
}
.gnavi nav a i {
  margin-right: 5px;
}



/* ------------------------------
 * all_top navi
 * ------------------------------ */

/* .gnavi_pc */
#gnavi_pc {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#gnavi_pc li {
  margin-right: 20px;
}
#gnavi_pc li a {
  color: #ffffff;
  text-decoration: none;
}
#gnavi_pc li a:hover {
  text-decoration: underline;
}
#gnavi_pc .gnavi_pc_child {
  display: none;
  position: absolute;
  z-index: 1;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  top: 60px;
  left: 0;
  background-color: rgba(255, 255, 255, 0.90);
  padding: 20px 0 0 0;
}
#gnavi_pc .child_show {
  display: block;
}
#gnavi_pc .gnavi_pc_child .inner {
  width: 1024px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: start;
}
#gnavi_pc .gnavi_pc_child .inner h3 {
  background-size: 30px;
  background-repeat: no-repeat;
  padding-left: 36px;
  font-weight: bold;
  font-size: 18px;
  line-height: 30px;
  margin-right: 20px;
  white-space: nowrap;
}
#gnavi_pc #sub_menu_activity h3 {
  background-image: url('https://assets.deep-exp.com/assets/img/front/common/icon_taiken.png');
}
#gnavi_pc #sub_menu_media h3 {
  background-image: url('https://assets.deep-exp.com/assets/img/front/common/icon_kankou.png');
}
#gnavi_pc .gnavi_pc_child .inner ul {
  display: flex;
  justify-content: flex-start;
  align-items: start;
  flex-wrap: wrap;
}
#gnavi_pc #sub_menu_activity .inner ul li {
  width: 130px;
  margin-bottom: 20px;
  margin-right: 20px;
}
#gnavi_pc .gnavi_pc_child .inner ul li a {
  color: #000;
}
#gnavi_pc .gnavi_pc_child .inner ul li a:hover {
  opacity: 0.7;
}
#gnavi_pc .gnavi_pc_child .inner ul li.relative img {
  border-radius: 4px;
}
#gnavi_pc .gnavi_pc_child .inner ul li.relative div.name {
  position: absolute;
  bottom: 0;
  background: linear-gradient(rgba(0,0,0,0.0), rgba(0,0,0,0.6));
  color: #fff;
  text-align: center;
  width: 100%;
  height: 30px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 0 0 4px 4px;
}

/* #sub_menu_media */
#gnavi_pc #sub_menu_media .inner ul {
  margin-bottom: 12px;
}
/*
#gnavi_pc #sub_menu_media .inner ul li {
  width: 16.6%;
  padding: 8px;
  margin: 0;
}
*/
#gnavi_pc #sub_menu_media .inner ul li {
  width: 109px;
  padding: 8px;
  margin: 0;
}

#gnavi_pc #sub_menu_media.gnavi_pc_child .inner ul li div.relative img {
  border-radius: 50%;
}
#gnavi_pc #sub_menu_media.gnavi_pc_child .inner ul li div.relative div.name {
  position: absolute;
  bottom: 0;
  background: linear-gradient(rgba(0,0,0,0.0), rgba(0,0,0,0.6));
  color: #fff;
  text-align: center;
  width: 100%;
  height: 65px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 0 0 46.5px 46.5px;
  padding-top: 26px;
}

/* #gnavi sp */
.gnavi nav ul li a.accordion {
  display: flex;
  justify-content: space-between;
}
.gnavi nav ul li div.sub {
  width: 90%;
  margin: 0 auto;
}
.gnavi nav ul li div.sub ul {
  display: flex;
  justify-content: space-between;
  align-items: start;
  flex-wrap: wrap;
}
.gnavi nav ul li div.sub ul li {
  width: 48%;
  margin-bottom: 20px;
  border-bottom: none;
}
.gnavi nav ul li div.sub ul li a {
  color: #000;
}
.gnavi nav ul li div.sub ul li a:hover {
  opacity: 0.7;
}
.gnavi nav ul li div.sub ul li.relative img {
  border-radius: 4px;
  width: 100%;
}

.gnavi nav ul li div.sub ul li.relative div.name {
  position: absolute;
  bottom: 0;
  background: linear-gradient(rgba(0,0,0,0.0), rgba(0,0,0,0.6));
  color: #fff;
  text-align: center;
  width: 100%;
  font-size: 14px;
  font-weight: bold;
  border-radius: 0 0 4px 4px;
}
.gnavi nav ul li div.sub.circle ul li div.relative img {
  border-radius: 50%;
}

#sub_menu_media ul li div.relative div.bg,
.gnavi nav ul li div.sub.circle ul li div.relative div.bg {
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(0,0,0,0.0) 30px, rgba(0,0,0,0.6));
  color: #fff;
  text-align: center;
  width: 100%;
  max-width: 154px;
  font-size: 14px;
  font-weight: bold;
  height: 100%;
  max-height: 154px;
  border-radius: 50%;
}

#sub_menu_media ul li div.relative div.pref_name,
.gnavi nav ul li div.sub.circle ul li div.relative div.pref_name {
  position: absolute;
  bottom: 10px;
  color: #fff;
  width: 100%;
  max-width: 154px;
  text-align: center;
  font-weight: bold;
  line-height: 20px;
}

.gnavi nav ul li div.sub.circle ul li {
  width: 33.3%;
  margin: 0;
  padding: 5px;
}
/*
.gnavi nav ul li div.sub.circle ul li {
  width: 109px;
  margin: 0;
  padding: 8px;
}
*/
.gnavi nav ul li div.sub.circle ul {
  justify-content: start;
}




/* ----- .content ----- */
.content {
}
@media (max-width: 1219px) {
}
@media (max-width: 767px) {
}





/* ----- #go_top ----- */
#go_top,
#go_top.all_top {
  position: fixed;
  right: 50px;
  bottom: 50px;
  display: flex;
  width: 50px;
  height: 50px;
  background-color: #000;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-size: 24px;
  color: #fff;
  z-index: 10;
  transition: all 0.3s ease;
  opacity: 0;
  pointer-events: none;
}
#go_top.on {
  opacity: 1;
  pointer-events: auto;
}

#go_top.all_top {
  background-color: #fff;
  color: #000;
}

body.osaka #go_top {
  background-color: #ffdb14;
  color: #000;
}

@media (max-width: 1219px) {
}
@media (max-width: 767px) {
  #go_top,
  #go_top.all_top {
    right: 10px;
    bottom: 10px;
    display: flex;
    width: 40px;
    height: 40px;
    border-radius: 6px;
    font-size: 18px;
  }
}



/* ----- no_published_img ----- */
img.no_published_img {
  width: 100%;
  border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.BasicImage(GrayScale=1);
  filter: url('data:image/svg+xml;utf8,&lt;svg xmlns="http://www.w3.org/2000/svg"&gt;&lt;defs&gt;&lt;filter id="grayscale"&gt;&lt;fecolormatrix type="matrix" values="0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0"&gt;&lt;/fecolormatrix&gt;&lt;/filter&gt;&lt;/defs&gt;&lt;/svg&gt;#grayscale');
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.7;
}





/* .lazy */
img.lazy {}






/* ----- footer ----- */
footer {
  padding-top: 20px;
  background-color: #EBEBEB;
  font-size: 12px;
}
body.osaka-info footer {
  background-color: #ffdb14;
}
body#simple footer {
  padding-top: 40px;
}
body#conversion footer {
  padding-top: 0;
}
body#x footer {
  background-color: #191919;
}

body.osaka footer {
  background-color: #ffdb14;
}
body#simple footer .wrapper.flex {
  margin-top: 0;
}

footer h3 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
footer a {
  color: #333;
  text-decoration: none;
}
footer a:hover {
  text-decoration: underline;
}
footer .footer_search_link {
  width: 80%;
}
footer .footer_search_link h3 {
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
}

body.osaka .footer_search_link h3 {
  border-bottom: 1px solid #d7b919;
}


footer .footer_search_link h4 {
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 5px;
}
footer .footer_right {
  width: 150px;
}
footer .sns {
  margin-top: 20px;
  display: -webkit-flex;
  display: flex;
}
footer .sns img {
  height: 33px;
  margin-right: 10px;
}
footer .sns img:hover {
  opacity: 0.7;
}
footer .currency {
  margin-top: 20px;
}
footer .lang a,
footer .currency a {
  display: block;
  text-align: center;
  border: 1px solid #000;
  border-radius: 4px;
  font-size: 14px;
  text-decoration: none;
  font-weight: bold;
  padding: 2px;
  transition: all 0.3s ease;
}
footer .lang a:hover,
footer .currency a:hover {
  color: #fff;
  background-color: #000;
}
footer .logo {
  margin: 20px 20px 0 20px;
}


footer ul.top_link {
  display: flex;
  justify-content: center;
}
footer .footer_right ul.top_link.en {
  display: block;
}
footer ul.top_link li a {
  font-weight: bold;
}
footer .footer_right ul.top_link.en li a {
  text-decoration: underline;
}
footer .footer_right ul.top_link.en li a:hover {
  opacity: 0.7;
}
footer ul.top_link li:not(:last-child)::after {
  content: "|";
  display: inline-block;
  margin: 0 6px;
}
footer ul.top_link.en li {
  text-align: center;
}
footer .footer_right ul.top_link.en li::after {
  content: none;
}
footer div.sp_top_link {
  text-align: center;
}
footer div.sp_top_link ul.top_link li a {
  font-size: 14px;
}


footer .ja_keisai a,
footer .ja_guide a {
  display: block;
  border-radius: 6px;
  padding: 10px;
  font-weight: bold;
  color: #000;
  text-align: center;
}
footer .ja_keisai a {
  background-color: #ff7200;
}
footer .ja_guide a {
  background-color: #fff;
}
footer .ja_keisai a:hover,
footer .ja_guide a:hover {
  text-decoration: none;
}
footer .ja_keisai img,
footer .ja_guide img {
  margin-right: 3px;
}
footer .page_links li {
  display: inline;
}
footer .page_links li:not(:last-child)::after {
  content: "|";
  display: inline-block;
  margin: 0 3px;
}
body#simple footer .page_links li:not(:last-child)::after {
  margin: 0 11px;
}
footer hr {
  width: 1024px;
  margin: 30px auto 20px;
  border-top: none;
  border-bottom: 1px solid #ccc;
}

body.osaka footer hr {
  border-bottom: 1px solid #d7b919;
}

footer .supported {
  display: flex;
  align-items: center;
  font-size: 20px;
  flex-wrap: nowrap;
  margin-top: 20px !important;
  margin-bottom: 20px;
}
footer .supported div.supported_left {
  width: 200px;
  text-align: left;
}

footer .supported div.supported_right {
  width: calc(100% - 200px);
  font-weight: bold;
  border-left: 1px solid #ccc;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

body.osaka footer .supported div.supported_right {
  border-left: 1px solid #d7b919;
}

footer .supported div.supported_right div{
  border-right: 1px solid #d7b919;
  padding: 0 30px;
}

body.osaka footer .supported div.supported_right div {
  border-right: 1px solid #ccc;
}

footer .supported div.supported_right div:last-of-type {
  border-right: none;
}

.copy {
  text-align: center;
  background-color: #000;
  font-size: 10px;
  color: #606060;
  padding: 4px 0;
}
.copy a {
  color: #606060;
}






footer#all_top_fooer {
  background-color: #333;
  color: #fff;
}
footer#all_top_fooer a {
  color: #fff;
}
footer#all_top_fooer .footer_search_link h3 {
  border-bottom: none;
}
footer#all_top_fooer .lang a,
footer#all_top_fooer .currency a {
  border: 1px solid #666;
}
footer#all_top_fooer .lang a:hover,
footer#all_top_fooer .currency a:hover {
  color: #fff;
  background-color: #000;
}
footer#all_top_fooer .supported {
  text-align: center;
  display: block;
}
footer#all_top_fooer .supported img {
  width: 300px;
}






@media (max-width: 1219px) {
  footer hr {
    width: 900px;
  }
  footer .supported {
    /*height: 50px;*/
    /*align-items: center;*/
    font-size: 18px;
    /*flex-wrap: nowrap;*/
    margin-top: 20px;
    margin-bottom: 20px;
  }
  footer .supported div {
    /*border-left: 1px solid #d7b919;*/
    /*display: flex;*/
    /*justify-content: center;*/
    /*align-items: center;*/
    /*height: 100%;*/
    /*font-weight: bold;*/
    /*padding: 0 40px;*/
  }
  footer .supported div.supported_right div{
    padding: 0;
  }
}
@media (max-width: 767px) {
  footer {
    padding-top: 0;
  }
  body#simple footer {
    padding-top: 10px;
  }
  footer .wrapper {
    width: 100%;
    margin-top: 0 !important;
    padding: 0 15px 15px;
  }
  footer h3 {
    /*font-size: 16px;*/
    /*margin-bottom: 10px;*/
  }
  footer .footer_search_link {
    width: 100%;
    padding-top: 10px;
  }
  body#simple footer .footer_search_link {
    padding-top: 0;
  }

  footer .footer_search_link section:first-child h3 {
    /*border-bottom: 1px solid #d7b919;*/
    /*padding-bottom: 5px;*/
    padding-top: 10px;
  }
  footer .footer_search_link section section:not(:first-child) h4 {
    /*font-weight: bold;*/
    /*font-size: 15px;*/
    /*margin-bottom: 5px;*/
    padding-top: 10px;
  }
  footer section ul {
    /*display: flex;*/
    flex-wrap: wrap;
  }
  footer section li {
    display: inline;
  }
  footer section li:not(:last-child)::after {
    content: "|";
    display: inline-block;
    margin: 0 3px;
  }
  footer .footer_right {
    width: 100%;
  }
  footer .sns {
    float: left;
    margin-top: 10px;
  }
  footer .sns img {
    /*height: 28px;*/
    margin-right: 15px;
  }
  footer .lang {
    float: left;
  }
  footer .currency {
    float: right;
  }
  footer .lang,
  footer .currency {
    margin-top: 10px;
    width: 49%;
    /*float: right;*/
  }
  footer .lang a,
  footer .currency a {
    /*border-radius: 4px;*/
    /*font-size: 14px;*/
    /*padding: 2px;*/
  }
  footer .sp_logo {
    width: 70%;
    margin: 20px auto 0;
  }
  footer hr {
    width: 100%;
    margin: 0 auto 10px;
  }
  footer .supported {
    height: auto;
    /*align-items: center;*/
    font-size: 14px;
    /*flex-wrap: nowrap;*/
    /*margin-top: 30px;*/
    margin-bottom: 0;
    /*justify-content: center;*/
    text-align: center;

    display: block;
  }
  footer .supported div {
    border-left: none;
    /*display: flex;*/
    /*justify-content: center;*/
    /*align-items: center;*/
    height: auto;
    /*padding: 0 40px;*/
    margin-top: 10px;
  }
  footer .supported div img {
    width: 60px;
  }

  footer .supported div.supported_left {
    width: 100%;
    text-align: center;
  }
  footer .supported div.supported_right {
    display: block;
    width: 100%;
    border-left: none;
  }

  body.osaka footer .supported div.supported_right {
    border-left: none;
  }
  body.osaka footer .supported div.supported_right div {
    border-right: none;
  }
}







/* --------------- *\
 * error
\* --------------- */
#error {
  padding: 100px 0 60px;
  font-size: 14px;
}
#error .box_shadow {
  margin-top: 30px;
  border-top: 6px solid #ffdb14;
  padding: 40px;
}
#error .box_shadow h3 {
  font-size: 30px;
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  #error {
    /*padding: 100px 0 60px;*/
  }
  #error .box_shadow {
    /*margin-top: 30px;*/
    padding: 20px;
  }
  #error .box_shadow h3 {
    font-size: 24px;
    line-height: 24px;
    /*margin-bottom: 20px;*/
  }
}
</pre></body></html>