body, html {
  font-family: "Noto Sans JP", sans-serif !important;
  font-optical-sizing: auto;
  color: #212121;
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
  font-style: normal; }

.only-sp {
  display: none; }

.only-pc {
  display: block; }

@media (max-width: 768px) {
  body, html {
  font-size: 14px;
  }
  .only-sp {
    display: block;
  }
  .only-pc {
    display: none;
  } 
}
.breadcrum {
  font-size: 11px;
  padding-bottom: 10px;
}
a:visited, a:focus,.main a {
  color: #1565C0 !important;
}
.breadcrum-wrap {
  max-width: 100%;
}
.breadcrum a {
  color: #1565C0;
  text-decoration: none; 
  position: relative;
  padding-right: 28px;
}
.breadcrum a::after {
  content: '';
  color: #333333;
  position: absolute;
  right: 12px;
  top: 50%;
  border: solid;
  height: 0;
  width: 0;
  border-color: #fff;
  border-left-color: #333;
  border-width: 4px;
  margin-top: -2px;
}

#atgNav4-SP, .banner-carousel, .block-search, .bg-character, .topSearch, .title-top-search, .container-link-hotel {
  display: none !important; }

.search-content * {
  font-family: "Noto Sans JP", sans-serif !important; }

.main {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 5%;
}
.main .main-content {
  width: 60%;
  order: 1;
}
.main .main-footer {
  width: 60%;
  order: 3;
}
.main .slider-right {
  width: 35%;
  order: 2;
}
.title-page {
  font-size: 26px;
  font-weight: 700;
  padding: 24px 0;
}
.line {
  width: 100%;
  height: 6px;
  background: url("/images/special/bg-line.svg") top repeat-x;
}
.main-inner .sub-title {
  padding-top: 40px;
  line-height: 180%;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 16px;
}
.main-inner .date {
  color: #007FC9;
  font-size: 16px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .main {
    flex-direction: column;
    padding: 0 15px;
  }
  .main .main-content,
  .main .main-footer {
    width: 100%;
  }
  .main .slider-right {
    width: 100%;
    margin-top: 40px;
    border-top: 4px solid #D9D9D9;
  }
  .master_header_sp {
    border-bottom: 1px solid #D9D9D9;
  }
  .title-page {
    font-size: 22px;
    padding: 16px 0;
  }
  .main-inner .sub-title {
    padding-top: 24px;
    font-size: 20px;
  }
  .main-inner .date {
    color: #007FC9;
    font-size: 16px;
    font-weight: 700;
  }
}
.recommended-content {
  border-top: 1px solid #D9D9D9;
  margin-top: 60px;
}
.main-footer .recommended-title {
  color: #1565C0;
  font-size: 20px;
  line-height: 32px;
  font-weight: 900;
  padding: 40px 0 24px;
  text-align: center;
}
.main-footer .recommended-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 9px;
  margin-bottom: 40px;
}
.main-footer .recommended-list a {
  border-radius: 8px;
  border: 1px solid #F5F5F5;
  color: #1565C0;
  padding: 8px 10px;
  font-size: 16px;
  min-width: calc(100% / 3 - 6px);
}
@media (max-width: 550px) {
  .main-footer .recommended-list {
    gap: 10px; 
  }
  .main-footer .recommended-list a {
    min-width: calc(50% - 5px);
    padding: 8px 4px; 
  }
}
.link-orther {
  display: flex;
  justify-content: flex-start;
  gap: 24px; 
  flex-direction: column;
  margin-bottom: 100px;
}
.link-orther dl dt {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 16px;
}
.link-orther dl dd {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.link-orther dl dd a {
  font-size: 14px;
}
@media (max-width: 768px) {
  .link-orther {
    gap: 24px;
    flex-direction: column;
  }
  .link-orther dl {
    width: 100%;
  }
  .link-orther dl dt {
    margin-bottom: 16px;
  }
}
.article-posrt {
  margin: 40px 0;
}
@media (max-width: 768px) {
  .article-posrt {
    margin: 24px 0 40px;
  }
}
.article-posrt .article-title {
  font-size: 18px;
  line-height: 180%;
  font-weight: 700;
  display: block;
  border-bottom: 2px solid #D9D9D9;
  margin-bottom: 16px;
}
.article-posrt li {
  border-bottom: 1px solid #D9D9D9;
}
.article-posrt li a {
  padding: 16px;
  display: flex;
}
.article-posrt li a:hover {
  text-decoration: none;
}
.article-posrt li img {
  width: 108px;
  height: 108px;
}
.article-posrt li .text {
  width: calc(100% - 108px);
  padding-left: 16px;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  font-size: 16px;
}
.article-posrt li .text p{
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  color: #212121;
  margin-bottom: 8px;
}
.article-posrt li .text label{
  color: #007FC9;
  text-align: right;
}
.search-wrap {
  position: static;
  transition: position 0.3s ease;
  background-color: #fff;
}
@media (min-width: 768px) {
  .search-wrap {
    max-width: 350px;
  }
}
.fixed {
  position: fixed;
  top: 0;
  right: calc(50% - 500px);
  z-index: 1000;
}
.search-wrap .search-title{
  color: #007FC9;
  font-size: 20px;
  font-weight: 700;
  margin: 24px 0 20px;
  text-align: center;
}
.box_room .dom-dropdown-toggle {
  height: 50px;
  line-height: 50px;
  color: #212121 !important;
  font-size: 13px;
}
.box_room .dom-dropdown-toggle:hover {
  text-decoration: none;
}
.box_room .dom-dropdown-toggle span.dom-adults-num,
.box_room .dom-dropdown-toggle span.dom-children-num,
.box_room .dom-dropdown-toggle span.num-count-txt-01 {
  font-size: 16px;
  font-weight: bold;
}
.slider-right .domsearch-wrapper {
  padding: 10px;
}
.slider-right .select-airport-01 {
  margin-bottom: 10px;
}
.slider-right .form-str {
  padding-bottom: 30px;
}
.slider-right .search-content{
  background: none;
  padding: 0;
}
.slider-right .search-content .container {
  width: 100% !important;
  box-shadow: none;
}
.slider-right .select-search-frame-03 {
  display: flex;
  flex-direction: column;
}
.search-frame-style-02:before,
.wrapper-hotel .search-frame-style-03:before {
  content: none;
}
.slider-right .nav-select-btn {
  left: 0;
  width: 100%;
  
}
.slider-right .css3-checkbox{
  color: #007FC9;
  font-weight: 600;
}
.slider-right .nav-select-btn li{
  color: #212121;
}
#travel-schedule {
  margin: 0;
  position: static;
}
.slider-right .select-search-frame-01 {
  display: flex;

}
.slider-right .select-search-frame-01 li {
  width: 50%;
}
.slider-right .return-airport ,
.slider-right .select-box-search-02{
  width: 100%;
  padding-bottom: 0;
}
#travel-schedule,
#travel-schedule .col2-box,
.slider-right .btn-conversion-01,
#dp-hotel-region .search-frame-detail, #dp-hotel-region .search-frame-detail.search-frame-style-03 {
  width: 100%;
}
.slider-right .form-str .select-str,
.slider-right .schedule-detail-01{
  height: 50px;
  width: 100% !important;
}
#outwardDate {
  padding-top: 16px;
}
.slider-right .schedule-detail-01{
  padding-top: 16px;
}
.slider-right #dp-hotel-rooms {
  padding-left: 0;
  padding-bottom: 30px;
  width: 100%;
}
.slider-right .select-search-frame-01 li label,
.slider-right .search-frame-detail > label,
.slider-right #travel-schedule .col2-box label,
.slider-right .wrapper-people .numberPeople dt{
  display: none;
}
.slider-right .show-hide-location label {
  display: block;
}
.slider-right .show-hide-location {
  position: absolute;
  bottom: -85px;
  left: 0;
}
.slider-right label.lodging:before {
  top: 4px;
}
.slider-right label.lodging.active::after {
  top: 9px;
}
#locationSearch, #dp-hotel-region {
  margin-top: 6px;
}
.slider-right .date-return {
  width: 100%;
  padding-left: 0;
  margin-bottom: 10px;
  position: relative;
}
#dom-airhotel input#showHide[type="checkbox"] + span::before {
  background: #fff;
  border: none;
  border-radius: 0;
}
#dom-airhotel input#showHide[type="checkbox"] + span:after {
  background: #fff;
    transform: translateY(-50%) rotate(-45deg);
    border: solid #196FB9;
    border-width: 0 0 2px 2px;
    display: inline-block;
    padding: 4px;
    width: 6px;
    height: 6px;
    top: 12px;
}
#dom-airhotel input#showHide[type="checkbox"]:checked + span:after {
  border-width: 0px 2px 2px 0px;
  border-right: 2px solid #196FB9;
  border-bottom: 2px solid #196FB9;
  top: 10px;
  
}
.li-checkin .ui-datepicker .ui-datepicker-header .ui-datepicker-prev .ui-icon, .li-checkin .ui-datepicker .ui-datepicker-header .ui-datepicker-next .ui-icon {
  top: 14px !important;
}
#regionId_name {
  height: 50px;
}
.hdg-lv2-01 {
  display: none;
}
@media (max-width: 768px) {
  .box_room .dom-dropdown-toggle {
    padding-top: 13px;
    line-height: 17px;
  }
  #pers-num a.dom-dropdown-toggle {
    color: #212121 !important;
    padding-top: 11px;
    height: 50px;
  }
  .hdg-lv2-01 {
    display: none;
  }
  .nav-select-btn {
    padding: 10px 0 10px;
  }
  .nav-select-btn li {
    font-size: 14px;
  }
  .slider-right label.lodging.active::after {
    top: 8px;
  }
  #dp-hotel-region {
    margin-top: 0;
    padding-top: 0;
  }
  #get_data_calendar, #check_in_out, #car_campaign {
    height: 50px;
    line-height: 50px;
  }
  .domtour-search-wrapper .search-main-content-01 .select-frame .select-str {
    min-height: 50px;
  }
  .slider-right #dp-hotel-rooms {
    padding-bottom: 0;
  }
  .search-main-content-01 {
    margin-bottom: 0;
  }
  .recommended-content {
    margin-top: 0;
  }
  .modal-calendar .tbl-calendar td a{
    color: #212121 !important;
  }
  .modal-calendar .date-box-01 td.state-disabled a.state-default{
    color: #999 !important;
  }
  .modal-calendar .date-box-01 td.sat.cl-dep-date .date,
  .modal-calendar .date-box-01 td.holiday.cl-rtn-date .date{
    color: #fff !important;
  }
    .modal-calendar .date-box-01 td.holiday a{
    color: #e84838 !important;
  }
  .modal-calendar .date-box-01 td.sat a{
    color: #0b61a4 !important;
  }
}
.form-str .select-base-01.ico-arrow-b:after,
.form-str .select-frame.ico-arrow-b:after {
  margin-top: 0px;
  border: 5px solid transparent;
  border-top: 5px solid #666;
  background-image: none;
  width: 0;
  height: 0;
  right: 7px;
  top: 25px;
  transform: none;
}
.slider-right .btn-clear {
  top: 10px;
  font-size: 20px;
}
.block-note {
  padding: 40px 0 0;
}
.block-note .block-title{
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
}
.block-note ul{
  border: 2px solid #D9D9D9;
  padding: 16px;
}
.block-note li{
  list-style: disc;
  list-style-position: inside;
}
.block-note li+li {
  margin-top: 10px;
}
.h2-title {
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 16px;
  border-bottom: 4px solid #007FC9;
  margin-bottom: 24px;
  padding-top: 40px;
}
.h3-title {
  padding: 8px 8px 8px 14px;
  border-left: 4px solid #007FC9;
  background-color: #E5F6FF;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 24px;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .block-note {
    padding: 24px 0;
  }
  .h2-title {
    font-size: 18px;
  }
  .h3-title {
    padding: 0px 10px 0px 14px;
    border-left: 4px solid #007FC9;
    background-color: #E5F6FF;
    font-size: 16px;
    margin-bottom: 24px;
    margin-top: 24px;
  }
}
figure img {
    width: 100%;
    max-height: 400px;
    object-fit: cover;
    margin-bottom: 16px;
}
.check-point {
  margin: 24px 0 0px;
}
#dom-airhotel .box-calendar-01 {
  right: 0 !important;
  left: inherit !important;
}
.check-point label {
  display: inline-block;
  background-color: #007FC9;
  border-radius: 4px 4px 0 0;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 2px 10px;
  text-align: center;
}
.check-inner {
  border: 2px solid #007FC9;
  background-color: #F6FCFF;
  padding: 16px;
}
.check-inner li {
  display: flex;
  align-items: center;
}
.check-inner li+li {
  margin-top: 8px;
}
.check-inner li a {
  text-decoration: underline;
  color: #1565C0;
  word-break: break-all;
  width: calc(100% - 34px);
}
.check-inner li p {
  width: calc(100% - 34px);
}
.icon {
  width: 24px;
  height: 24px;
  margin-right: 10px;
  display: inline-block;
}
.logo {
  width: 34px;
  height: 34px;
   display: inline-block;
}

.icon.i-location {
  background: url("/images/special/icon-location.svg") center no-repeat;
}
.icon.i-link {
  background: url("/images/special/icon-link.svg") center no-repeat;
}
.icon.i-directions {
  background: url("/images/special/icon-directions.svg") center no-repeat;
}
.icon.i-clock {
  background: url("/images/special/icon-clock.svg") center no-repeat;
}
.icon.i-datepicker {
  background: url("/images/special/icon-datepicker.svg") center no-repeat;
}
.icon.i-yen {
  background: url("/images/special/icon-yen.svg") center no-repeat;
}
.icon.i-pencil {
  background: url("/images/special/icon-pencil.svg") center no-repeat;
}
.logo.i-face {
  background: url("/images/special/icon-face.svg") center no-repeat;
}
.logo.i-copylink {
  background: url("/images/special/icon-copylink.svg") center no-repeat;
}
.logo.i-twitter {
  background: url("/images/special/icon-twitter.svg") center no-repeat;
}
.logo.i-line {
  background: url("/images/special/icon-line.svg") center no-repeat;
}
.logo.i-rss {
  background: url("/images/special/icon-rss.svg") center no-repeat;
}
.air-note {
  border: 2px solid #D9D9D9;
  padding: 16px;
  margin: 24px 0 40px;
}
.air-note .title {
  font-weight: 700;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.sns-app {
    overflow: hidden;
    padding: 44px 0;
    width: 100%;
}
.sns-app ul {
    max-width: 100%;
    display: flex;
}
.sns-app li {
    width: 50%;
}
.sns-app li h3 {
    text-align: left;
    font-size: 18px;
    line-height: 1.4;
    color: #333;
    margin-bottom: 24px;
    font-weight: bold;
}
.sns-app li .app-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
}
.sns-app li a {
    display: flex;
}
.sns-app li a img {
  width: 40px;                             
}
.sns-app li.apps a {
  width: calc(50% - 6px);                             
}
.sns-app li.apps a img{
  width: 100%;                             
}
.domtour-searchbox-w950 .col2-box .box-num-count-01 {
  display: flex;
}
.box-num-count-01 .ico-btn02:after {
  left: 13px;
}
.box-num-count-01 .num-count-txt-02 {
  word-break: keep-all;
}
@media (max-width: 767px) {
  figure img {
    max-height: 310px;
    margin-bottom: 12px;
  }
  .sns-app ul {
    flex-direction: column;
  }
  .sns-app li {
      width: 100%;
  }
  .sns-app li h3 {
      font-size: 16px;
      margin-bottom: 12px;
      text-align: center;
  }
  .sns-app li.apps a {
    max-width: 160px;
  }
  .sns-app li+li {
    margin-top: 24px;
  }
  .sns-app li .app-item {
    justify-content: center;
  }
  .box-num-count-01 .ico-btn02:after {
    left: -1px;
  }
  .domtour-search-wrapper .dis-block {
    display: flex;
    align-items: center;
    gap: 3px;
  }
  .form-list-detail-01 .media {
    display: flex;
    align-items: center;
  }
  .form-list-detail-01 .media-right {
    display: flex;
    width: auto;
    align-items: center;
  }
  .form-list-detail-01 fieldset.select-box .media-left{
    padding-top: 0;
  }
  .domtour-search-wrapper .dis-block::before,
  .domtour-search-wrapper .dis-block::after {
    content: none;
  }
  .domtour-search-wrapper .dis-block .label-search-txt {
    word-break: keep-all;
    margin: 0;
  }
  .col-l.form-list-box-02 .select-box {
    padding-top: 30px;
  }
  .open-reion-modal {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  #locationSearch:before {
    top: 12px;
  }
}
@media (max-width: 425px) {
  figure img {
    max-height: 240px;
    margin-bottom: 12px;
  }
}
#dp-hotel-room-view .select-child-num {
  margin-left: 0 !important;
}
@media (min-width: 768px) {
  .check-base-01.check-box-search-01 {
    margin-top: 0px;
  }
  .slider-right .date-return {
    margin-top: 10px;
  }
  .slider-right #dp-hotel-rooms {
    padding-bottom: 25px;
  }
  .slider-right .show-hide-location {
    bottom: -95px;
  }
}
#dom-airhotel .box-calendar-01 .holiday a{
  color: #e84838 !important;
  font-weight: 400;
}
#dom-airhotel .box-calendar-01 .ui-datepicker-current-day a,
#dom-airhotel .box-calendar-01 .cl-travel-period a,
#dom-airhotel .box-calendar-01 .cl-dep-date a,
#dom-airhotel .box-calendar-01 .cl-rtn-date a,
#dom-airhotel .box-calendar-01 .ui-datepicker-current-day .price,
#dom-airhotel .box-calendar-01 .cl-travel-period .price,
#dom-airhotel .box-calendar-01 .cl-dep-date .price,
#dom-airhotel .box-calendar-01 .cl-rtn-date .price{
  color: #fff !important;
}
#dom-airhotel .box-calendar-01 a {
  color: #212121 !important;
}
#dom-airhotel .box-calendar-01 .ui-datepicker-unselectable .ui-state-default {
  color: #999 !important;
  font-weight: 400;
}
#dom-airhotel .box-calendar-01 .ui-datepicker-week-end.sat .ui-state-default{
  color: #0b61a4 !important;
  font-weight: 400;
}
#dom-airhotel .box-calendar-01 .ui-datepicker-week-end.sat .ui-state-default{
  color: #0b61a4 !important;
  font-weight: 400;
}
#dom-airhotel .box-calendar-01 .ui-datepicker .ui-datepicker-header .ui-datepicker-next:hover,
#dom-airhotel .box-calendar-01 .ui-datepicker .ui-datepicker-header .ui-datepicker-prev:hover {
  border: none !important;
}
@media (max-width: 768px) {
  .search-modal.modal-calendar {
    position: fixed;
  }
  .search-modal.modal-calendar .tbl-calendar{
    height: 100vh;
    padding-bottom: 150px;
  }
}