@charset "UTF-8";
/* CSS Document */
:root {
  --c_black: #343434;
  --r_beige: #FAF8F5;
  --c_beige: #EAE9E5;
  --c_gray: #6C6E73;
  --c_gray2: #707070;
  --c_brown: #B2AFA2;
  --fz12: clamp(10px, 9vw, 12px);
  --fz13: clamp(11px, 9vw, 13px);
  --fz14: clamp(12px, 1vw, 14px);
  --fz16: clamp(13px, 1.1vw, 16px);
  --fz18: clamp(15px, 1.3vw, 18px);
  --fz21: clamp(16px, 1.5vw, 21px);
  --fz24: clamp(17px, 1.7vw, 24px);
  --fz25: clamp(17px, 1.8vw, 25px);
  --fz30: clamp(18px, 2.1vw, 30px);
  --fz32: clamp(20px, 2.3vw, 32px);
  --fz35: clamp(22px, 2.5vw, 35px);
  --fz42: clamp(25px, 3vw, 42px);
}

.common-login {
  display: none;
}

.w1000 {
  width: 100%;
}

body {
  position: relative;
  overflow-x: hidden;
}

body::after {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background: #000000;
  position: fixed;
  top: 0;
}

body.home #main {
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .sp-br {
    display: none;
  }
}

.pc-br {
  display: none;
}

@media only screen and (min-width: 768px) {
  .pc-br {
    display: inherit;
  }
}

#main {
  max-width: 100%;
  margin: 0;
  display: flex;
  flex-flow: row-reverse;
}

@media only screen and (min-width: 768px) {
  #main .content-right {
    margin-right: 5vw;
    width: 80%;
  }
}

#main .left_box {
  position: sticky;
  top: 0;
  position: -webkit-sticky;
  /* Safari用 */
  position: sticky;
  width: 300px;
  max-width: 300px;
  min-width: 300px;
  margin-right: 5vw;
  margin-top: 0;
}

.tv-logo {
  width: 80px;
  display: block;
}

.flex_box.main_flex {
  display: block;
}

#home-reasonto {
  width: 90%;
  margin: auto;
}

@media only screen and (min-width: 768px) {
  #home-reasonto {
    margin-bottom: 50px;
    width: 100%;
  }
}

@media only screen and (min-width: 1025px) {
  #home-reasonto {
    margin-top: 50px;
  }
}

#home-reasonto::before {
  content: "";
  display: block;
  clear: both;
}

#home-reasonto .nu-textbox__tit {
  font-size: 1.6rem;
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  #home-reasonto .nu-textbox__tit {
    font-size: 2.02rem;
  }
}

#home-reasonto .abt-kinosaki-stats ul {
  display: block;
}

@media only screen and (min-width: 768px) {
  #home-reasonto .abt-kinosaki-stats ul {
    display: flex;
    justify-content: space-between;
  }
}

#home-reasonto .abt-kinosaki-stats ul li {
  width: 100%;
  margin-bottom: 50px;
}

@media only screen and (min-width: 768px) {
  #home-reasonto .abt-kinosaki-stats ul li {
    width: 30%;
    margin-bottom: 0;
  }
}

#home-reasonto .abt-kinosaki-stats ul h2 {
  text-align: center;
  margin-bottom: 20px;
}

#home-reasonto .abt-kinosaki-stats .abt-icon {
  height: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#home-reasonto .abt-kinosaki-stats .abt-icon img {
  display: block;
}

#home-reasonto .btn_wrap_24 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
}

#home-reasonto .line_arw_btn {
  display: block;
  font-size: clamp(1rem, 1vw, 1rem);
  white-space: nowrap;
  font-weight: bold;
  line-height: 1.2;
  font-weight: 800;
}

#home-reasonto .line_arw_btn::after {
  content: '\f061';
  margin-left: .3em;
  color: #bf0000;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

@media screen and (min-width: 1400px) {
  #home-reasonto {
    margin-top: 10vw !important;
  }
}

@media screen and (min-width: 1850px) {
  #home-reasonto {
    margin-top: 150px !important;
  }
}

#home-find {
  position: relative;
  margin-top: -100px;
}

@media only screen and (min-width: 768px) {
  #home-find {
    margin-top: -100px;
  }
}

#home-bytrain {
  width: 90%;
  margin: auto;
}

@media only screen and (min-width: 768px) {
  #home-bytrain {
    width: 100%;
  }
}

#home-bytrain .sec_tit_border {
  font-size: 1.6rem;
  color: #000;
  text-align: left;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  #home-bytrain .sec_tit_border {
    font-size: 2rem;
    margin-bottom: 60px;
  }
}

#home-bytrain .sec_tit_border::after {
  display: none;
}

#home-bytrain #access_train {
  background: none;
  position: relative;
}

@media only screen and (min-width: 768px) {
  #home-bytrain #access_train img {
    position: absolute;
    top: 0;
    right: 0;
    width: 70%;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 50px;
  }
}

#home-bytrain #access_train .tit_txt_btn_wrap {
  background: #f2f2f2;
}

#home-bytrain #access_train .tit_txt_btn_wrap p {
  color: #000;
}

#home-bytrain #access_train .tit_txt_btn_wrap p a {
  font-weight: 800;
}

#home-bytrain #access_train .tit_txt_btn_wrap .red_btn {
  background: #000;
}

#home-bytrain .tit_txt_btn_wrap .red_btn {
  width: 100%;
}

@media screen and (min-width: 1850px) {
  #home-bytrain #access_train img {
    width: 60%;
  }
}

body.operation-flow .content .operation-flow {
  display: none;
}

.menu-item-10844 {
  color: #FFF;
  padding: 6px 15px;
  transition: all 0.3s ease-in-out 0s;
}

.menu-item-10844 .ol-tit {
  padding-left: 5px;
  padding-top: 5px;
  padding-bottom: 10px;
  display: block;
  color: #000000;
}

@media only screen and (min-width: 768px) {
  .menu-item-10844 .ol-tit {
    padding-left: 15px;
    padding-top: 10px;
    padding-bottom: 0;
  }
}

body.inquiry-form h2.page-title {
  font-size: 2.02rem;
}

.abt-kinosaki-stats ul {
  display: block;
}

@media only screen and (min-width: 768px) {
  .abt-kinosaki-stats ul {
    display: flex;
    justify-content: space-between;
  }
}

.abt-kinosaki-stats ul li {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .abt-kinosaki-stats ul li {
    width: 30%;
  }
}

.abt-kinosaki-stats ul .abt-icon {
  display: flex;
  justify-content: center;
}

.abt-kinosaki-stats ul h2 {
  text-align: center;
  margin: 10px 0 20px;
}

.abt-kinosaki-stats ul .btn_wrap_24 {
  width: 100%;
  text-align: center;
}

.abt-kinosaki-stats ul a {
  font-weight: 800;
  text-decoration: underline;
  font-size: clamp(1rem, 1vw, 1.3rem);
  text-align: center;
}

.abt-kinosaki-stats ul .line_arw_btn::after {
  content: '\f061';
  margin-left: .3em;
  color: var(--c_red);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #bf0000;
}

#about-us-spending {
  background-color: #faf8f5;
  padding: 30px;
  margin-top: 15vw;
  margin-bottom: 15vw;
}

@media only screen and (min-width: 768px) {
  #about-us-spending {
    margin: 50px 0 80px;
    margin-left: -3vw;
    margin-right: -3vw;
    padding: 30px;
  }
}

#about-us-spending h3 {
  font-weight: 800;
  font-size: clamp(1.1rem, 1.5vw, 2rem);
}

#about-us-spending .au-prof-info {
  padding: 25px 0px;
  width: 100%;
  display: block;
  border-bottom: 1px dotted #000;
}

@media only screen and (min-width: 768px) {
  #about-us-spending .au-prof-info {
    display: flex;
    flex-direction: row;
  }
}

#about-us-spending .au-prof-tit {
  font-weight: 600;
  font-size: 1.3rem;
  padding: 0px 0px 0px 0px;
}

@media only screen and (min-width: 768px) {
  #about-us-spending .au-prof-tit {
    padding: 0px 0px 0px 15px;
    width: 450px;
    font-size: 21px;
  }
}

#about-us-spending .au-prof-txt {
  width: 100%;
}

#about-us-spending .line_arw_btn::after {
  content: '\f061';
  margin-left: .3em;
  color: var(--c_red);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #bf0000;
}

#about-us-spending a {
  font-weight: 800;
  text-decoration: underline;
  font-size: clamp(1rem, 1vw, 1.3rem);
}

#page_content.access-page .entry-title {
  text-align: left;
  font-size: 1.6rem;
}

@media only screen and (min-width: 768px) {
  #page_content.access-page .entry-title {
    font-size: 2.02rem;
  }
}

#page_content.access-page p {
  margin-bottom: 20px;
}

#page_content.access-page .entry-header {
  padding-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0;
}

#page_content.access-page .access_top_txt {
  font-size: clamp(0.8rem, 0.8vw, 0.8rem);
}

#page_content.access-page .access_al_link {
  justify-content: center;
}

#page_content.access-page .access_al_link .empty_box {
  display: none;
}

#page_content.access-page #access_train {
  background: #f8f1eb;
}

@media only screen and (min-width: 768px) {
  #page_content.access-page #access_train {
    padding: 30px;
  }
}

@media only screen and (min-width: 768px) {
  #page_content.access-page .tit_txt_btn_wrap {
    padding: 30px;
  }
}

#page_content.access-page .tit_txt_btn_wrap .red_btn {
  width: 100%;
}

#page_content.access-page table {
  border: none;
}

#page_content.access-page table th {
  background: none;
  border: none;
}

#page_content.access-page table td {
  border: none;
}

@media only screen and (min-width: 768px) {
  #page_content.access-page #access_car {
    padding: 30px;
  }
}

.flex_box .contact-form-content {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .flex_box .contact-form-content {
    margin-bottom: 50px;
  }
}

#access_car .accordion-btn.in-btn span {
  font-size: clamp(1rem, 1vw, 1rem);
}

.local_access_banner__contents h3 {
  font-size: clamp(0.9rem, 1vw, 1rem) !important;
}

/*faq*/
.faq23 {
  width: 100%;
  margin-bottom: 150px;
}

.faq23 .head2 {
  max-width: 1025px;
  width: 92%;
  margin: 50px auto 30px;
  font-weight: 400;
  line-height: 1.3;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .faq23 .head2 {
    margin: 50px auto 50px;
    font-size: var(--fz42);
  }
}

.ct-att02 {
  position: relative;
}

@media only screen and (min-width: 768px) {
  .ct-att02 {
    margin-top: -50px !important;
    display: block;
    margin-bottom: 100px !important;
  }
}

.ct-att {
  text-align: left;
}

@media only screen and (min-width: 768px) {
  .ct-att {
    text-align: center;
  }
}

.ct-nav {
  margin-bottom: 50px;
}

.ct-nav a {
  display: flex;
  text-decoration: underline;
  justify-content: center;
  font-size: clamp(1rem, 1.2vw, 1.5rem);
}

.faq23_cat {
  max-width: 1025px;
  width: 92%;
  margin: auto;
}

.faq23_cat .swiper-wrapper {
  flex-wrap: wrap;
  display: flex;
}

.swiper-container.faq23_cat_slide {
  width: 100%;
}

.faq23_cat_slide .swiper-slide {
  width: auto;
  padding-bottom: 5px;
  margin-right: 40px;
  margin-bottom: 30px;
}

.faq23_cat_slide a {
  opacity: 1;
  position: relative;
  display: block;
  padding-bottom: 10px;
  color: var(--c_black);
  font-size: var(--fz16);
  font-weight: 700;
  line-height: 1.3;
  border-bottom: 2px solid var(--c_black);
  transition: all .3s ease;
}

.faq23_cat_slide a:hover {
  opacity: .6;
}

.faq23_cat_slide a::before {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  border-top: 5px solid #fff;
  border-right: 5px solid transparent;
  border-bottom: none;
  border-left: 5px solid transparent;
  transform: translateX(-50%);
  pointer-events: none;
  z-index: 2;
}

.faq23_cat_slide a::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  border-top: 7px solid var(--c_black);
  border-right: 7px solid transparent;
  border-bottom: none;
  border-left: 7px solid transparent;
  transform: translateX(-50%);
  pointer-events: none;
}

.faq23_block {
  max-width: 1025px;
  width: 92%;
  padding-top: 65px;
  margin: -30px auto 0;
}

.faq23_block .head3 {
  width: 100%;
  margin-bottom: 20px;
  font-size: var(--fz32);
  font-weight: 400;
  line-height: 1.4;
}

.faq23_wrap {
  width: 100%;
}

.faq23_block .acc-wrap {
  width: 100%;
  padding: 20px 0 0;
}

.faq23_block .acc-btn {
  opacity: 1;
  position: relative;
  width: 100%;
  padding: 0 0 15px 25px;
  font-size: var(--fz16);
  font-weight: 700;
  line-height: 1.4;
  border-bottom: 1px dotted var(--c_gray);
  transition: all .3s ease;
  cursor: pointer;
}

.faq23_block .acc-btn:hover {
  opacity: .6;
}

.faq23_block .acc-btn::before {
  content: '\f078';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  color: var(--c_gray);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  transition: all .3s ease;
}

.faq23_block .acc-btn.acc-open::before {
  content: '\f077';
}

.faq23_block .acc-cont {
  display: none;
  width: 100%;
  padding-left: 25px;
  padding-top: 10px;
  font-size: var(--fz14);
  line-height: 1.7;
}

@media only screen and (max-width: 900px) {
  .faq23 .head2 {
    margin: 30px auto 60px;
  }
  .faq23_block .head3 {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  .faq23 .head2 {
    margin: 20px auto 35px;
  }
  .faq23_cat_slide .swiper-slide {
    margin-right: 20px;
    margin-bottom: 15px;
  }
  .faq23_block {
    padding-top: 40px;
    margin-top: -15px;
  }
  .faq23_block .acc-wrap {
    padding: 15px 0 0;
  }
  .faq23 {
    margin-bottom: 80px;
  }
  .faq23_block .acc-btn {
    padding-left: 20px;
  }
  .faq23_block .acc-btn::before {
    font-size: .8em;
    line-height: 1.8;
  }
}

/*//faq*/
.privacy-page .f-sl {
  margin-top: 0;
  border-bottom: 1px solid #000;
}

.privacy-page .policy-tit {
  text-align: left;
}

.login-modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999;
}

.login-modal-content {
  background: #fff;
  width: 90%;
  max-width: 400px;
  margin: 10% auto;
  padding: 30px;
  border-radius: 8px;
  position: relative;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 20px;
  background: none;
  border: none;
  cursor: pointer;
}

.tour_packages_archive, .tour_packages_single {
  margin: 25vw 0 0px;
}

@media only screen and (min-width: 768px) {
  .tour_packages_archive, .tour_packages_single {
    margin: 0px 0 0px;
  }
}

@media only screen and (min-width: 768px) {
  .tour_packages_single {
    margin-top: 50px;
  }
}

.tour_packages_archive .archive_filter.w1200 {
  width: auto;
}

.tour_packages_archive .the_archive__container {
  display: block;
}

.tour_packages_archive .archive_search_form {
  width: auto;
}

.tour_packages_archive .searchandfilter > ul > li {
  width: 48%;
}

.tour_packages_archive .searchandfilter > ul {
  justify-content: space-between;
}

.tour_packages_archive .archive_search_form .searchandfilter > ul > li > ul > li {
  width: 90%;
}

.tour_packages_archive .archive_search_form .searchandfilter h4 {
  color: #FFFFFF;
}

.page-h-title .commno-h-tit {
  display: none;
}

#footer-about {
  margin-top: 10px;
}

#footer-about .address {
  padding-bottom: 50px;
}

body.access .entry-content {
  padding-bottom: 0;
}

#sidebar div.widget-container ul.menu {
  background-color: #f2f2f2 !important;
}

#sidebar div.widget-container ul li {
  background-color: #f2f2f2 !important;
  border-bottom: 1px solid #ccc;
  padding: 7px 15px;
}

#sidebar ul li a {
  color: #000000;
  font-weight: normal;
}

.menu-item-14108, .menu-item-16844, .menu-item-18166 {
  position: relative;
}

.menu-item-14108::before, .menu-item-16844::before, .menu-item-18166::before {
  content: "";
  display: block;
  background: url(images/log.svg) center top/cover no-repeat;
  height: 18px;
  width: 21px;
  position: absolute;
  top: 12px;
  left: 20px;
}

@media only screen and (min-width: 768px) {
  .menu-item-14108::before, .menu-item-16844::before, .menu-item-18166::before {
    left: 30px;
  }
}

.menu-item-14108 a, .menu-item-16844 a, .menu-item-18166 a {
  padding-left: 50px !important;
}

@media only screen and (min-width: 768px) {
  .menu-item-14108 a, .menu-item-16844 a, .menu-item-18166 a {
    padding-left: 40px !important;
  }
}

#sidebar ul li {
  color: #000 !important;
}

#sidebar ul li:hover {
  color: #000 !important;
}

#sidebar ul li a:hover, .current_page_item > a, .current-menu-item > a, .current-post-parent > a {
  color: #000 !important;
  background: none !important;
}

#sidebar ul li:hover a {
  color: #000000;
}

#sidebar div.widget-container ul.menu {
  border-top: none;
}

#sidebar {
  position: sticky;
  top: 0;
}

.side-contact {
  margin-top: 30px;
}

@media only screen and (min-width: 768px) {
  .side-contact {
    margin-top: 0;
  }
}

.side-contact a {
  display: block;
  width: 100%;
  background: #333;
  color: #fff !important;
  text-align: center;
}

#sidebar .side-contact a:hover {
  background: #777 !important;
  color: #fff !important;
}

#site-title.title-img::before {
  display: none;
}

#site-title {
  /* height: 300px; */
  height: 340px;
  color: #FFF;
  text-align: center;
  background: none;
  background-size: cover;
  margin-top: 1px;
  position: relative;
  height: auto;
}

#site-title img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: center center;
  aspect-ratio: 4 / 2;
  width: 100%;
  height: auto;
  transition: .5s;
}

@media only screen and (min-width: 768px) {
  #site-title img {
    aspect-ratio: 1 / .2;
  }
}

#main .right_box, #main.page_main .right_box {
  width: 100%;
}

.top-tit-wrap {
  text-align: center;
  padding: 15vw 0 10vw;
  background: #f2f2f2;
}

@media only screen and (min-width: 768px) {
  .top-tit-wrap {
    border-left: 5px solid #46a4ca;
    padding: 5px 0 5px 20px;
    margin: 20px 0;
    text-align: left;
    background: none;
  }
}

.top-tit-wrap .catch {
  margin-bottom: 10px;
  margin-top: 10px;
}

@media only screen and (min-width: 768px) {
  .top-tit-wrap .catch {
    font-size: 1.6rem;
    margin-bottom: 0;
    margin-top: 0;
  }
}

.top-tit-wrap h1 {
  line-height: 1.1;
  font-weight: 800;
  font-size: 6vw;
}

@media only screen and (min-width: 768px) {
  .top-tit-wrap h1 {
    font-size: 2.2rem;
    font-size: clamp(1rem, 3vw, 4rem);
  }
}

@media only screen and (min-width: 768px) {
  #footer-about {
    margin-top: 100px;
  }
}

.tit-se-wrap {
  background: url(images/tit_ac.png) right top/cover no-repeat #f2f2f2;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: center center;
  aspect-ratio: 1 / 0.25;
  width: 100%;
  height: auto;
  transition: .5s;
  background-size: 57%;
  display: flex;
  align-items: center;
  padding: 0 5vw;
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
  margin-top: 70px;
}

@media only screen and (min-width: 768px) {
  .tit-se-wrap {
    margin-bottom: 30px;
    aspect-ratio: 1 / 0.18;
    margin-top: 0;
  }
}

.tit-se-wrap .tit-se-l {
  background: #f2f2f2;
  position: relative;
  top: 17vw;
  text-align: center;
  width: 100%;
  padding: 5vw 0;
}

@media only screen and (min-width: 768px) {
  .tit-se-wrap .tit-se-l {
    top: 0;
    width: auto;
    text-align: left;
    padding: 3px 0 3px 20px;
    border-left: 4px solid #46a4ca;
  }
}

.tit-se-wrap span {
  font-size: clamp(0.7rem, 1vw, 1.1rem);
}

.tit-se-wrap h2 {
  font-size: clamp(1.2rem, 1.5vw, 2rem);
  line-height: 1.2;
  font-weight: 800;
}

.tit-se-wrap.tit-gallery {
  background: url(images/tit_gallery.png) right top/cover no-repeat #f2f2f2;
  background-size: 60%;
}

.tit-se-wrap.tit-local {
  background: url(images/tit_local.png) right top/cover no-repeat #f2f2f2;
  background-size: 60%;
}

.tit-se-wrap.tit-st {
  background: url(images/tit_st.png) right top/cover no-repeat #f2f2f2;
  background-size: 60%;
}

.tit-se-wrap.tit-si {
  background: url(images/tit_si.png) right top/cover no-repeat #f2f2f2;
  background-size: 60%;
}

.tit-se-wrap.tit-of {
  background: url(images/tit_of.png) right top/cover no-repeat #f2f2f2;
  background-size: 60%;
}

.tit-se-wrap.tit-topics {
  background: url(images/tit_topics.png) right top/cover no-repeat #f2f2f2;
  background-size: 60%;
}

.tit-se-wrap.tit-pv {
  background: url(images/tit_pv.png) right top/cover no-repeat #f2f2f2;
  background-size: 60%;
}

.tit-se-wrap.tit-about {
  background: url(images/tit_about.png) right top/cover no-repeat #f2f2f2;
  background-size: 60%;
}

.tit-se-wrap.tit-contact {
  background: url(images/tit_ct.png) right top/cover no-repeat #f2f2f2;
  background-size: 60%;
}

.tit-se-wrap.tit-access {
  background: url(images/tit_access.png) right top/cover no-repeat #f2f2f2;
  background-size: 60%;
}

.tit-se-wrap.normal {
  background: none;
  padding: 0;
  margin-left: 5vw;
}

.btn-common-wrap {
  position: absolute;
  top: 20px;
  right: 10px;
  z-index: 10;
  display: flex;
  align-items: center;
  z-index: 5;
}

@media only screen and (min-width: 768px) {
  .btn-common-wrap {
    top: 2vw;
    right: 40px;
  }
}

.btn-common-wrap .vk-link {
  margin-right: 20px;
  font-size: clamp(0.7rem, 1vw, 1.5rem);
  letter-spacing: -.01rem;
  position: relative;
  top: 1px;
  text-shadow: white 0 0 5px, white 0px 0px 5px, white 0px 0px 5px, white 0px 0px 5px, white 0px 0px 5px, white 0px 0px 5px, white 0px 0px 5px, white 0px 0px 5px;
}

@media only screen and (min-width: 768px) {
  .btn-common-wrap .vk-link {
    letter-spacing: inherit;
    top: unset;
  }
}

.btn-common-wrap .vk-link:hover {
  opacity: .7;
}

.btn-common-wrap .btn-common-login a {
  display: inline-block;
  background: #000000;
  color: #FFFFFF;
  border-radius: 20px;
  padding: 5px 10px;
  font-size: clamp(0.7rem, 1.1vw, 1.4rem);
}

@media only screen and (min-width: 768px) {
  .btn-common-wrap .btn-common-login a {
    padding: 10px 20px;
  }
}

.btn-common-wrap .btn-common-login a:hover {
  opacity: .8;
}

.btn-common-wrap .btn-common-login a::before {
  content: "";
  display: inline-block;
  background: url(images/login.svg) center top/cover no-repeat;
  height: 15px;
  width: 18px;
  margin-right: .5rem;
  position: relative;
  top: 3px;
}

@media only screen and (min-width: 768px) {
  .btn-common-wrap .btn-common-login a::before {
    height: 18px;
    width: 20px;
  }
}

body.sec #site-title {
  display: none;
}

body.sec #site-title img {
  display: none;
}

.sub-menu-m {
  display: flex;
  align-items: center;
  width: 100%;
}

.sub-menu-m a::before {
  content: "\f105";
  font-family: FontAwesome;
  margin-right: 8px;
}

.drawer-nav {
  padding: 20px !important;
  background: #f2f2f2 !important;
  left: -90vw !important;
  width: 90vw !important;
}

.drawer-open .drawer-nav {
  left: 0 !important;
}

.drawer--left.drawer-open .drawer-hamburger {
  left: unset !important;
  right: 0 !important;
}

#sp-drawer-nav .drawer-menu li a {
  font-weight: 400;
}

#sp-drawer-nav .drawer-menu .sub-menu a {
  padding: 5px 20px 5px 15px;
}

#sp-drawer-nav .drawer-menu .sub-menu a::before {
  content: "\f105";
  font-family: FontAwesome;
  margin-right: 8px;
}

.page-lg h3 {
  font-size: clamp(1.3rem, 1.5vw, 2rem);
  border-bottom: 1px solid #668B99;
  padding: 10px 0px 5px 0px;
  margin-bottom: 20px;
  line-height: 1.2;
}

@media only screen and (min-width: 768px) {
  .page-lg h3 {
    padding: 10px 10px 5px 10px;
    line-height: inherit;
  }
}

.page-lg .lg-att {
  margin-left: 50px;
}

@media only screen and (min-width: 768px) {
  .page-lg .lg-att {
    margin-left: 50px;
  }
}

.page-lg .lg-att li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 20px;
}

.page-lg .lg-att li::before {
  content: "";
  display: block;
  background: url(images/arrow_lg.svg) center top/cover no-repeat;
  height: 15px;
  width: 11px;
  position: absolute;
  top: 3px;
  left: -0px;
}

@media only screen and (min-width: 768px) {
  .page-lg .lg-att li::before {
    top: 2px;
  }
}

.page-lg .lg-column {
  margin-top: 50px;
}

@media only screen and (min-width: 768px) {
  .page-lg .lg-column {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
  }
}

.page-lg .lg-box {
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
}

@media only screen and (min-width: 768px) {
  .page-lg .lg-box {
    width: 48%;
  }
}

.page-lg .lg-box::before {
  content: "";
  display: block;
  border: 1px solid #668B99;
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 10;
}

.page-lg .lg-box .lg-box-inner {
  background: #CCE4ED;
  position: relative;
  left: 5px;
  top: 5px;
  padding: 20px;
  z-index: 0;
}

@media only screen and (min-width: 768px) {
  .page-lg .lg-box .lg-box-inner {
    padding: 50px;
  }
}

.page-lg .lg-box .lg-box-inner::after {
  content: "";
  display: block;
  background: url(images/label_b.svg) center top/cover no-repeat;
  height: 40px;
  width: 30px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -5px;
}

.page-lg .lg-box .lg-box-inner dl {
  text-align: center;
  margin: 20px 0;
}

.page-lg .lg-box .lg-box-inner dl dd {
  font-size: clamp(1rem, 1.5vw, 1.6rem);
  font-weight: 800;
  line-height: 1;
}

#page_content {
  margin-top: 20vw;
}

@media only screen and (min-width: 768px) {
  #page_content {
    margin-top: 0;
  }
}

.filter-sptit {
  margin: 20vw 0 0;
}

@media only screen and (min-width: 768px) {
  .filter-sptit {
    margin: 15vw;
  }
}

.usepolicy {
  padding: 0;
}

/* ----------------------------------

form

---------------------------------- */
@media only screen and (min-width: 768px) {
  .if-column {
    display: flex;
    justify-content: space-between;
  }
}

.if-column .mwform-radio-field, .if-column .mwform-checkbox-field-text {
  margin: 10px 0;
  display: inline-block;
}

.if-column .req {
  color: #0060BA;
}

.if-column .txt-box {
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .if-column .txt-box {
    margin-bottom: 0;
  }
}

.if-column input[type="text"] {
  width: 100%;
  margin-top: 5px;
}

.if-column input[type="email"] {
  width: 100%;
  margin-top: 5px;
}

.if-column select {
  width: 100%;
}

.if-column .if-column-l {
  margin-bottom: 30px;
  font-weight: 800;
}

@media only screen and (min-width: 768px) {
  .if-column .if-column-l {
    width: 20%;
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 768px) {
  .if-column .if-column-r {
    width: 75%;
  }
}

.if-column:nth-child(1) {
  border-bottom: 1px dotted #000;
  padding-bottom: 50px;
  margin-bottom: 50px;
  margin-top: 50px;
}

.if-column .if-txt-wrap01 {
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .if-column .if-txt-wrap01 {
    display: flex;
    justify-content: space-between;
  }
}

@media only screen and (min-width: 768px) {
  .if-column .if-txt-wrap01 .txt-box {
    width: 32%;
  }
}

.if-column .if-txt-wrap02 {
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .if-column .if-txt-wrap02 {
    display: flex;
    justify-content: space-between;
  }
}

@media only screen and (min-width: 768px) {
  .if-column .if-txt-wrap02 .txt-box {
    width: 48%;
  }
}

.if-column .if-txt-wrap03 {
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .if-column .if-txt-wrap03 {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
}

@media only screen and (min-width: 768px) {
  .if-column .if-txt-wrap03 .txt-box:nth-child(1) {
    width: 30%;
  }
}

@media only screen and (min-width: 768px) {
  .if-column .if-txt-wrap03 .txt-box:nth-child(2) {
    width: 66%;
  }
}

.if-column .if-txt-wrap04 {
  margin-bottom: 30px;
}

.if-column .if-txt-wrap04 .txt-box:nth-child(1) {
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .if-column .if-txt-wrap04 .txt-box:nth-child(2) .input-f {
    display: flex;
    flex-flow: wrap;
  }
}

.if-column .if-txt-wrap04 .txt-box:nth-child(2) .horizontal-item + .horizontal-item {
  margin-left: 0;
  margin-right: 20px;
}

.if-column .if-txt-wrap04 .txt-box:nth-child(2) .mwform-checkbox-field.horizontal-item {
  margin-right: 20px;
}

.if-column .if-txt-wrap04 .txt-box:nth-child(2) .mwform-checkbox-field-text {
  margin-bottom: 0;
}

.if-column .if-txt-wrap05 {
  flex-flow: wrap;
  /* 親要素の調整（矢印ボックスの土台） */
  /* セレクトボックス本体のスタイル */
  /* 右側の青いボックスを作成 */
  /* 白い矢印を作成 */
  /* IE/Edgeでデフォルト矢印を消す */
}

@media only screen and (min-width: 768px) {
  .if-column .if-txt-wrap05 {
    display: flex;
    justify-content: space-between;
  }
}

@media only screen and (min-width: 768px) {
  .if-column .if-txt-wrap05 .txt-box {
    width: 48%;
  }
}

.if-column .if-txt-wrap05 .txt-box:nth-child(3) {
  margin-top: 30px;
}

.if-column .if-txt-wrap05 .txt-box:nth-child(4) {
  margin-top: 30px;
}

.if-column .if-txt-wrap05 .input-f {
  position: relative;
  display: block;
  width: 100%;
}

.if-column .if-txt-wrap05 .input-f select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  padding: 10px 50px 10px 15px;
  /* 右側に青いボックス分の余白を確保 */
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  cursor: pointer;
  font-size: 16px;
  /* 読みやすいサイズに */
  line-height: 1.5;
  position: relative;
  z-index: 1;
  display: block;
}

.if-column .if-txt-wrap05 .input-f::before {
  content: "";
  position: absolute;
  top: 1px;
  /* 枠線の太さ分調整 */
  right: 1px;
  /* 枠線の太さ分調整 */
  bottom: 1px;
  /* 枠線の太さ分調整 */
  width: 40px;
  /* ボックスの幅 */
  background-color: #00638C;
  /* 青色（お好みで変更してください） */
  border-radius: 0 3px 3px 0;
  /* セレクトボックスの角丸に合わせる */
  z-index: 2;
  pointer-events: none;
  /* クリックを透過させる */
}

.if-column .if-txt-wrap05 .input-f::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 13px;
  /* 青いボックス内の中央に配置 */
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 8px solid #ffffff;
  /* 白色の下向き三角形 */
  z-index: 3;
  pointer-events: none;
}

.if-column .if-txt-wrap05 .input-f select::-ms-expand {
  display: none;
}

.if-column .if-txt-wrap06 {
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .if-column .if-txt-wrap06 {
    display: flex;
    justify-content: space-between;
  }
}

@media only screen and (min-width: 768px) {
  .if-column .if-txt-wrap06 .txt-box:nth-child(1) {
    width: 30%;
  }
}

@media only screen and (min-width: 768px) {
  .if-column .if-txt-wrap06 .txt-box:nth-child(2) {
    width: 65%;
  }
}

.if-column .if-txt-wrap07 {
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .if-column .if-txt-wrap07 .input-f {
    display: flex;
    flex-flow: wrap;
  }
}

.if-column .if-txt-wrap07 .horizontal-item + .horizontal-item {
  margin-left: 0px !important;
  margin-right: 20px;
}

.if-column .if-txt-wrap07 .mwform-checkbox-field.horizontal-item {
  margin-right: 20px;
}

.if-column .if-txt-wrap07 .mwform-checkbox-field-text {
  margin-bottom: 0;
}

.if-column .if-txt-wrap08 {
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .if-column .if-txt-wrap08 {
    display: flex;
    justify-content: space-between;
  }
}

@media only screen and (min-width: 768px) {
  .if-column .if-txt-wrap08 .txt-box {
    width: 48%;
  }
}

.if-column .if-txt-wrap09 {
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .if-column .if-txt-wrap09 {
    display: flex;
    justify-content: space-between;
  }
}

@media only screen and (min-width: 768px) {
  .if-column .if-txt-wrap09 .txt-box {
    width: 48%;
  }
}

.if-column .if-txt-wrap10 {
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .if-column .if-txt-wrap10 {
    display: flex;
    justify-content: space-between;
  }
}

@media only screen and (min-width: 768px) {
  .if-column .if-txt-wrap10 .txt-box:nth-child(1) {
    width: 50%;
  }
}

@media only screen and (min-width: 768px) {
  .if-column .if-txt-wrap10 .txt-box:nth-child(2) {
    width: 18%;
  }
}

@media only screen and (min-width: 768px) {
  .if-column .if-txt-wrap10 .txt-box:nth-child(3) {
    width: 25%;
  }
}

.if-column .if-txt-wrap11 {
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .if-column .if-txt-wrap11 {
    display: flex;
    justify-content: space-between;
  }
}

@media only screen and (min-width: 768px) {
  .if-column .if-txt-wrap11 .txt-box {
    width: 48%;
  }
}

.if-column .if-txt-wrap11 input {
  margin-top: 10px;
}

.if-column .if-txt-wrap12 {
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .if-column .if-txt-wrap12 {
    display: flex;
    justify-content: space-between;
  }
}

@media only screen and (min-width: 768px) {
  .if-column .if-txt-wrap12 .txt-box {
    width: 48%;
  }
}

.if-column .if-txt-wrap12 input {
  margin-top: 10px;
}

.if-column .if-txt-wrap12 .mwform-checkbox-field-text {
  display: inline;
}

.if-column .accommodation-block > div {
  margin-bottom: 20px;
}

.if-column .online-meeting-block input {
  margin-top: 10px;
}

.if-column .if-txt-last {
  margin-top: 50px;
}

.if-column .if-check {
  color: #026F9C;
}

.if-column .if-send-btn {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.if-column .if-send-btn input[type="submit"] {
  background: #026F9C;
  border: none;
}

.if-column .if-send-btn input[type="submit"]:hover {
  color: #FFFFFF;
  opacity: .7;
}

.switch-content {
  max-height: 700px;
  /* 十分な高さを設定 */
  opacity: 1;
  transition: .5s;
  overflow: hidden;
}

.disp-none {
  max-height: 0;
  opacity: 0;
}

@media only screen and (max-width: 768px) {
  dl#tour-price-outter dd table {
    min-width: 100%;
    table-layout: fixed;
    margin-bottom: 5px;
  }
}

/* ----------------------------------

sustainable-journey

---------------------------------- */
.tour_exp_li {
  justify-content: flex-start;
}

/* ----------------------------------

form

---------------------------------- */
.form-wrap {
  max-width: 100%;
}

.guest-box input {
  margin-bottom: 20px;
}

.guest-box select {
  margin-bottom: 20px !important;
}

.add-guest-1 {
  background: #000000;
  border: none;
  color: #FFFFFF;
  padding: 5px 20px;
  border-radius: 100px;
  margin: 10px 0 0;
}

.form-wrap dl {
  opacity: 1;
  transition: .5s;
  overflow: hidden;
}

.form-wrap dl dt br {
  display: none;
}

.form-wrap dl.disp-none {
  opacity: 0;
  max-height: 0;
  padding: 0;
}

.mw_wp_form table th, .mw_wp_form table td {
  padding: 0;
}

.last-form-cont br {
  display: none;
}

.mw_wp_form input[type="submit"] {
  background: #026F9C;
  border: none;
}

.mw_wp_form input[type="submit"]:hover {
  background: #026F9C;
  opacity: .8;
  color: #FFFFFF;
}

@media only screen and (max-width: 900px) {
  .tour_packages_form_title {
    margin-top: 0;
  }
}

#datepicker_view {
  width: 100%;
}

.ui-datepicker-calendar th {
  padding: 5px !important;
  text-align: center !important;
}

.ui-datepicker-calendar td {
  width: 10% !important;
}

@media only screen and (min-width: 768px) {
  .ui-datepicker-calendar td {
    width: auto !important;
  }
}

.form-wrap dd {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .form-wrap dd {
    width: 75%;
  }
}

@media screen and (max-width: 768px) {
  .ui-datepicker-inline.ui-datepicker.ui-widget.ui-widget-content.ui-helper-clearfix.ui-corner-all.ui-datepicker-multi-3.ui-datepicker-multi {
    width: 100% !important;
  }
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 100% !important;
}

@media only screen and (min-width: 768px) {
  .ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3% !important;
  }
}
