html {
  font-family:  'proxima-nova','Montserrat', sans-serif;
  font-weight: 400;
  line-height: 1.5em;
}

@media screen and ( max-width:767px) {
  .pc-only {
    display: none!important;
  }
}
@media screen and ( min-width:768px) {
  .sp-only {
    display: none!important;
  }
}
.center_contents {
  max-width: 1328px;
  margin: 0 auto;
}

@media screen and (min-width:768px) and ( max-width:1328px) {
  .center_contents {
    padding-right: 3%;
    padding-left: 3%;
  }
}

.f_bold {
  font-weight: bold!important;
}
.f_red {
  color: #e83929!important;
}
.f_white {
  color: #FFF!important;
}
.linkline {
  text-decoration: underline;
  color: #4D5AAF;
}

.link_opacity:hover {
  opacity: 0.6;
  transition: 0.25s;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.text_left {
  text-align: left;
}
.text_right {
  text-align: right;
}
.text_center {
  text-align: center;
}
::selection {
  background-color: rgba(77, 90, 175, 0.7);
  color: #FFF;
}
::-moz-selection {
  background-color: rgba(77, 90, 175, 0.7);
  color: #FFF;
}
/* ↓↓↓＿＿＿common_header＿＿＿↓↓↓ */
header {
  position: fixed;
  width: 100%;
  z-index: 5;
  background-color: rgba(255,255,255,0.9);
}
header.header_fixed {
  background-color: rgba(255,255,255,0.9);
  transition: 0.4s;
}
.container {
  padding-top: 70px;
}
@media screen and ( max-width:767px) {
  .container {
    padding-top: 60px;
  }
}
.common_header_wrapper {
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 10px;
  height: 70px;
}
@media screen and ( max-width:767px) {
  .common_header_wrapper {
    height: 60px;
  }
}
@media screen and ( max-width:767px) {
  .header_logo img {
    width: 160px;
    padding-left: 10px;
  }
}
.nav_pc {
  display: flex;
  align-items: center;
}
@media screen and ( max-width:980px) {
  .nav_pc {
    display: flex;
    align-items: center;
  }
}
.nav {
overflow: hidden;
margin: 0 auto;
padding: 0;
display: flex;
justify-content: space-between;
}
.nav li {
  font-size: 18px;
  display: flex;
  align-items: center;
}
.nav > li:not(:last-child) {
  margin-right: 77px;
}
@media screen and (min-width:768px) and ( max-width:900px) {
  .nav > li:not(:last-child) {
    margin-right: 31px;
  }
}
.nav li a,
.nav li span,
.nav li .pref {
  display: inline-block;
  font-weight: bold;
  color: #4D5AAF;
}
.nav li ul li {
  font-size: 14px;
}
.nav li ul {
  display: none;
  position: absolute;
  background-color: rgba(255,255,255,0.9);
  top: 40px;
  line-height: 40px;
  margin-top: 10px;
}
.nav li ul li {
  padding-right: 30px;
}
.nav li ul li:not(.pref) {
  padding-left: 45px;
}
.nav li ul li.pref {
  padding-left: 15px;
}
.nav li ul li:not(.pref):hover {
  background-color: #4D5AAF;
}
.nav li ul li:not(.pref):hover a {
  color: #FFF;
}
.nav_pc .signin {
  background-color: #4D5AAF;
  border-radius: 23px;
  border: 1px solid #4D5AAF;
}
.nav_pc .signin:hover {
  background-color: #FFF;
  transition: 0.2s;
}
.nav_pc .nav li.signin a {
  color: #FFF;
  padding: 10px 40px;
}
.nav_pc .nav li.signin a:hover {
  color: #4D5AAF;
  transition: 0.2s;
}

.nav_trigger {
  width: 30px;
  height: 40px;
  margin-right: 15px;
  z-index: 100;
}
.nav_trigger_inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.nav_trigger_box.menu-trigger.activ {
  opacity: 0;
}

.nav_trigger_box span {
  background-color: #4D5AAF;
  display: block;
  width: 30px;
  height: 3px;
  transition: 1.4s;
}


.nav_trigger_box span:not(:last-child) {
  margin-bottom: 7px;
}
overlay {
  content: "";
  display: block;
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  transition: opacity .5s;
}
.overlay.open {
  width: 100%;
  height: 100%;
  opacity: 1;
}
.wrapper {
  height: 100%;
  min-height: 100vh;
  padding: 0 50px;
  background-color: #eee;
  transition: all .5s;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.wrapper.open {
  transform: translateX(-100vw);
}

.menu-trigger.active span {
  opacity: 0;
  /* background-color: #fff; */
  transition: 0.4s;
}
/* .menu-trigger span {
  transition: 0.4s;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(8px) rotate(-45deg);
}
.menu-trigger span:nth-of-type(2) {
  top: 12px;
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-12px) rotate(45deg);
} */

.nav_sp {
  height: 100%;
  width: 100vw;
  padding: 60px 30px;
  background-color: rgba(77,90,175,0.9);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  transform: translate(100vw);
  transition: all .5s;
  overflow-y: scroll;
}
.nav_sp.open {
  transform: translateZ(0);
}
.nav_sp li {
  color: #FFF;
  font-size: 18px;
  line-height: 27px;
  font-weight: bold;
  border-bottom: 1px solid #FFF;
  position: relative;
}
.nav_sp li.nav-accordion-click::before {
  content: '';
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 2px #FFF;
  border-right: solid 2px #FFF;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 3.85px);
  right: 7px;
  transition: 0.4s;
}
.nav_sp li.nav-accordion-click.active::before {
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  transition: 0.4s;
}

.nav-accordion-click + ul {
  padding-left: 10px;
}


.nav_sp li.signin {
  color: #4D5AAF;
  font-size: 18px;
  line-height: 27px;
  background-color: #FFF;
  border-radius: 25px;
  text-align: center;
  overflow: hidden;
}
.nav_sp li {
  padding: 11.5px 0 11.5px 5px;
}
.nav_sp .nav-accordion-content li:not(.pref) {
  padding: 11.5px 0 11.5px 25px;
}
.nav_sp .nav-accordion-content li:not(.pref)::before {
  content: '';
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 1px #FFF;
  border-right: solid 1px #FFF;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 3.85px);
  left: 4px;
}


.nav_sp li a {
  display: block;
}
.nav_trigger_close {
  top: 22px;
  right: 13px;
  position: absolute;
  width: 30px;
  height: 30px;

}
.nav_trigger_close span {
  background-color: #FFF;
  display: block;
  width: 30px;
  height: 3px;
}
.nav_trigger_close span:nth-of-type(1) {
  top: 0;
}
.nav_trigger_close span:nth-of-type(1) {
  transform: translateY(7px) rotate(-45deg);
}
.nav_trigger_close span:nth-of-type(2) {
  top: 12px;
}
.nav_trigger_close span:nth-of-type(2) {
  opacity: 0;
}
.nav_trigger_close span:nth-of-type(3) {
  bottom: 0;
}
.nav_trigger_close span:nth-of-type(3) {
  transform: translateY(1px) rotate(45deg);
}





/* ↓↓↓＿＿＿common_pagetop＿＿＿↓↓↓ */
.common-pagetop {
  display: inline-block;
  border-radius: 50%;
  border: 1px solid #4D5AAF;
  background-color: #FFF;
  height: 40px;
  width: 40px;
  zoom: 1;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 5;
}
.common-pagetop a {
  position: relative;
  display: block;
  height: 100%;
  border-radius: 50%;
}
.common-pagetop a::before {
  content:'';
  left: calc(50% - 7.07px);
  top: calc(50% - 3.07px);
  width: 14.14px;
  height: 14.14px;
  border-top: 1px solid #4D5AAF;
  border-right: 1px solid #4D5AAF;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
}
/* ↓↓↓＿＿＿common_footer＿＿＿↓↓↓ */
.common_footer {
  padding: 25px 0 10px;
  background-color: #4D5AAF;
}
.common_footer_link {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #BAC0E5;
  padding-bottom: 50px;
  margin-bottom: 20px;
}
@media screen and ( max-width:767px) {
  .common_footer_link {
    padding-bottom: 20px;
  }
}
.common_footer_inner--sitelink,
.common_footer_inner--sns_link {
  width: 50%;
}
@media screen and ( max-width:767px) {
  .common_footer_inner--sns_link {
    width: 100%;
  }
}
@media screen and (min-width:768px) {
  .common_footer_inner{
    width: auto;
  }
}
.footer_sitelink div:not(:last-child) {
  margin-right: 2vw;
}
.footer_sitelink {
  display: flex;
  justify-content: space-between;
  color: #BAC0E5;
  font-size: 12px;
  line-height: 26px;
}
.footer_sitelink ul li a{
  white-space: nowrap;
}
.footer_sitelink_subbox {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.footer_sitelink_subbox ul:not(:last-child) {
  margin-right: 2vw;
  margin-bottom: 15px;

}
.footer_sns_link {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media screen and ( max-width:767px) {
  .footer_sns_link {
    align-items: center;
  }
}
.footer_sns_link ul {
  display: flex;
  justify-content: space-between;
  width: 260px;
  flex-wrap: wrap;
}
.footer_sns_link ul li:not(:last-child) {
  margin-right: 0.5vw;
}
.common_footer_company {
  display: flex;
  justify-content: space-between;
  margin-bottom: 37px;
}
@media screen and ( max-width:767px) {
  .common_footer_company {
    justify-content: center;
    margin-bottom: 47px;
  }
}
.footer_company {
  color: #BAC0E5;
  font-size: 14px;
  line-height: 1.1rem;
}
@media screen and ( max-width:767px) {
  .footer_company p {
    text-align: center;
  }
}
.footer_company .footer_company--name {
  color: #FFF;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
}
.footer_join--affiliate {
  width: 390px;
  background-color: #FFF;
  border-radius: 5px;
  padding: 5px 15px;;
}
.footer_join--affiliate ul {
  display: flex;
  flex-wrap: wrap;
}
.footer_join--affiliate p {
  width: 100%;
  margin-bottom: 7px;
  font-weight: bold;
}
.footer_join--affiliate li {
  display: flex;
  align-items: center;
  width: 30%;
  height: 70px;
}
.footer_join--affiliate li:first-of-type {
  margin-left: 27px;
}
.common_footer_copyright {
  color: #BAC0E5;
  font-size: 11px;
  line-height: 13px;
  text-align: right;
}
@media screen and ( max-width:767px) {
  .common_footer_copyright {
    font-size: 10px;
    line-height: 15px;
    text-align: center;
  }
}




/* スタイルガイド共通モジュール部分 ↓↓↓↓↓↓↓*/

.breadcrumbs {
  max-width: 1328px;
  margin: 20px auto 10px;
}
@media screen and ( max-width:1328px) {
  .breadcrumbs {
    padding: 0 3%;
  }
}
.breadcrumbs__box ul {
  display: flex;
}

.breadcrumbs__box ul li {
  position: relative;
  font-size: 12px;
}
.breadcrumbs__box ul li:not(:last-child) {
  margin-right: 35px;
}
.breadcrumbs__box ul li:not(:last-child)::after {
  content: '>';
  font-size: 22px;
  font-weight: lighter;
  position: absolute;
  top: calc(50% - 11px);
  right: -23px;
}
@media screen and (max-width:768px) {
 .breadcrumbs ul {
  display:block;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  overflow: auto;
  white-space: nowrap;
 }
 .breadcrumbs li {
  display:inline;
 }
}
::-webkit-scrollbar {
  display: none;
  -webkit-appearance: none;
}


.headline1 {
  background-color: #F2F5FF;
  padding: 126px 0;
}
@media screen and ( max-width:1328px) {
  .headline1 {
    padding: 80px 3%;
  }
}
.headline1 > * {
  font-size: 42px;
  font-weight: bold;
  text-align: center;
  word-wrap: break-word;
}
@media screen and ( max-width:767px) {
  .headline1 > * {
    font-size: 36px;
  }
}
.headline2 > * {
  font-size: 36px;
  font-weight: bold;
  word-wrap: break-word;
}
.headline3 > * {
  font-size: 36px;
  font-weight: bold;
  word-wrap: break-word;
}



.table_basic {
  width: 100%;
  margin-bottom: 50px;
}
.table_basic th,td {
  border: 1px solid #DDD;
}
.table_basic th {
  background-color: #F6F6F6;
  width: 22%;
  vertical-align: middle;
  text-align: center;
  padding: 25px 0;
}
@media screen and ( max-width:768px) {
  .table_basic th {
    width: 100%;
    display: block;
  }
}
.table_basic td {
  width: 78%;
  padding: 25px 0 25px 40px;
}
@media screen and ( max-width:768px) {
  .table_basic td {
    width: 100%;
    display: block;
    padding: 10px;
  }
}
@media screen and ( max-width:768px) {
  .galende_info_detail {
    padding: 10px;
  }
}
@media screen and ( max-width:768px) {
  .table_basic tr:not(:last-child) td,th {
    border-bottom: none;
  }
  .table_basic th {
    border-bottom: none;
  }
}
.table_basic li {
  margin-bottom: 5px;
}
.table_basic dt {
  margin-bottom: 5px;
}
.table_basic dd:not(:last-child) {
  margin-bottom: 15px;
}


/* TOPページ */
.top_img {
  position: relative;
  margin-bottom: 80px;
}
@media screen and ( max-width:767px) {
  .top_img {
    margin-bottom: 30px;
  }
}
.header_text {
  pointer-events: none;
  position: absolute;
  top: 55%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
  width: max-content;
}
@media screen and ( max-width:767px) {
  .header_text {
    width: auto;
    left: 38%;
  }
  .header_text.header_text_area {
    width: max-content;
  }
}



.top_img h1 {
  color: #FFF;
  font-size: 56px;
  font-weight: bold;
  line-height: 36px;
  text-align: center;
  margin-bottom: 15px;
  text-shadow: 2px 2px 0 rgba(51, 51, 51, .5)
}
@media screen and ( max-width:768px) {
  .top_img h1 {
    text-align: left;
    font-size: 28px;
  }
}
.top_img p {
  color: #FFF;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  line-height: 28px;
  text-shadow: 2px 2px 0 rgba(51, 51, 51, .5)
}
@media screen and ( max-width:768px) {
  .top_img p {
    font-size: 14px;
    line-height: 14px;
    text-align: left;
  }
}
.slider_img {
  position: relative;
}
.slider_img img{
  width: 100%;
}
.slide-dots{
  text-align: center;
  position: absolute;
  bottom: 10px;
  width: 100%;
}
@media screen and ( max-width:767px) {
.slide-dots{
  bottom: -33px;
  }
}

.slide-dots li {
  display: inline-block;
  margin: 0 15px;
}
.slide-dots li.slick-active button::before{
  content: '';
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background-color: #4D5AAF;
}
.slide-dots li button{
  position: relative;
  text-indent: -9999px;
}
.slide-dots li button::before{
  content: '';
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background-color: #F2F5FF;
  position: absolute;
  top: 0;
  left: 0;
}

.top_ski_resort {
  margin-bottom: 190px;
}
@media screen and ( max-width:767px) {
  .top_ski_resort {
    margin-bottom: 0;
  }
}

h2 {
  text-align: center;
  color: #333;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 50px;
}
@media screen and ( max-width:767px) {
  h2 {
    font-size: 28px;
    margin-bottom: 30px;
  }
}

.top_ski_resort_inner ul {
  display: grid;
  /* grid-template-rows: 25% 25% 25% 25%;
  grid-template-columns: 25% 25% 25% 25%; */
}
@media screen and ( max-width:767px) {
  .top_ski_resort_inner ul {
    /* grid-template-columns: 50% 50%; */
  }
}
.griditem {
  background-color: transparent;
  transition: 0.4s;
}
.griditem:hover {
  background-color: #000;
  transition: 0.4s;
}
.griditem:hover img {
  display: block;
  opacity: 0.6;
  transition: 0.4s;
}
.griditem img {
  display: block;
  opacity: 1;
  transition: 0.4s;
}
.griditem1 {
  grid-row: 1 / 2;
  grid-column: 1 / 2;
}
.griditem2 {
  grid-row: 1 / 2;
  grid-column: 2 / 3;
}
.griditem3 {
  grid-row: 2 / 3;
  grid-column: 1 / 2;
}
.griditem4 {
  grid-row: 2 / 3;
  grid-column: 2 / 3;
}
@media screen and ( max-width:767px) {
  .griditem1 {
    grid-row: 1 / 2;
    grid-column: 1 / 3;
  }
  .griditem2 {
    grid-row: 2 / 3;
    grid-column: 1 / 3;
  }
  .griditem3 {
    grid-row: 3 / 4;
    grid-column: 1 / 2;
  }
  .griditem4 {
    grid-row: 3 / 4;
    grid-column: 2 / 3;
  }
}
.griditem img {
  display: block;
}
.top_ski_resort_inner li {
  position: relative;
}
.top_ski_resort_inner li h3 a{
  text-shadow: 0 2px 5px #666;
  text-align: center;
  color: #FFF;
  font-size: 32px;
  font-weight: bold;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and ( max-width:767px) {
  .top_ski_resort_inner li h3 a{
    font-size: 26px;
  }
}
.top_map {
  background-color: #F2F5FF;
  height: 92vw;
  max-height: 1000px;
  padding-top: 72px;
  padding-bottom: 72px;
  position: relative;
  margin-bottom: 110px;
}
@media screen and ( max-width:767px) {
  .top_map {
    height: auto;
    padding: 50px 20px 64px;
    margin-bottom: 40px;
  }
}
.top_map_inner {
  position: relative;
  height: 100%;
}
.top_map_inner > img{
  position: absolute;
  right: 3%;
  width: 67%;
}
.top_map_box {
  width: 40%;
  position: absolute;
  top: 0;
  left: 3%;
}
@media screen and ( max-width:767px) {
  .top_map_box {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
  }
}
.top_map_box img {
  margin-bottom: 25px;
  width: 100%;
  height: auto;

}
.top_map_box p {
  font-size: 20px;
  line-height: 30px;
}

@media screen and ( max-width:767px) {
  .top_map_box p {
    font-size: 14px;
    line-height: 22px;
  }
}

.top_ski_nagano,
.top_ski_hokkaido {
  background-color: rgba(255, 255, 255, 1);
  position: absolute;
}
.top_ski_nagano {
  bottom: 401px;
  left: 45.5%;
}
@media screen and ( max-width:1100px) {
  .top_ski_nagano {
    bottom: 36vw;
    left: 44%;
  }
}
.top_ski_hokkaido {
  top: 23%;
  right: 6vw;
}

.top_ski_nagano ul li:hover,
.top_ski_hokkaido ul li:hover {
  background-color: #4D5AAF;
  transition: 0.4s;
}
.top_ski_nagano ul li a,
.top_ski_hokkaido ul li a {
  display: flex;
  align-items: center;
  width: 160px;
  height: 40px;
  padding-left: 10px;
  font-size: 14px;
  color: #4D5AAF;
  font-weight: bold;
}
.top_ski_nagano ul li a:hover,
.top_ski_hokkaido ul li a:hover {
  color: #FFF;
  transition: 0.4s;
}
.top_ski_tour,
.gelande_ski_tour {
  margin-bottom: 150px;
}
.ski_tour_inner {
  padding: 0 60px;
}
@media screen and ( max-width:600px) {
  .ski_tour_inner {
    padding: 0;
  }
}


.slider_tour {
  justify-content: space-between;
}
.ski_tour_box {
  padding: 0 4%;
  position: relative;
}
.ski_tour_box::before {
  background-color: #4D5AAF;
  position: absolute;
  color: #FFF;
  font-size: 16px;
  font-weight: bold;
  line-height: 27px;
  padding: 2px 10px;
}
.ski_tour_box-hakuba::before {
  content: 'Hakuba';
}
.ski_tour_box-goryu::before {
  content: 'Goryu';
}
.ski_tour_box-happo::before {
  content: 'Happo';
}
.ski_tour_box-norikura::before {
  content: 'Norikura';
}
.ski_tour_box-tsugaike::before {
  content: 'Tsugaike';
}
.ski_tour_box-nozawa::before {
  content: 'Nozawa';
}
.ski_tour_box-ryuo::before {
  content: 'Ryuoo';
}
.ski_tour_box-shiga::before {
  content: 'Shiga';
}
.ski_tour_box-niseko::before {
  content: 'Niseko';
}
.ski_tour_box-rusutsu::before {
  content: 'Rusutsu';
}
.ski_tour_box-kiroro::before {
  content: 'Kiroro';
}
.ski_tour_box-tomamu::before {
  content: 'Tomamu';
}
.ski_tour_box-sapporo::before {
  content: 'Sapporo';
}
.slider_tour li dl {
  padding-top: 10px;
  padding-left: 10px;
  padding-bottom: 10px;
  border-radius: 0 0 2px 2px;
}
.slider_tour li dt {
  font-size: 16px;
  font-weight: bold;
  line-height: 25px;
  margin-bottom: 10px;
}
.slider_tour li dd {
  font-size: 14px;
  line-height: 25px;
}
.top_ski_tour .slick-arrow,
.gelande_ski_tour .slick-arrow {
  z-index: 2;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #FFF;
}
.top_ski_tour .slick-arrow:hover,
.gelande_ski_tour .slick-arrow:hover {
  opacity: 0.6;
  transition: 0.25s;
}
.top_ski_tour .slick-arrow:focus,
.gelande_ski_tour .slick-arrow:focus {
  background-color: #FFF;
}

.top_ski_tour .slick-arrow.slick-prev,
.gelande_ski_tour .slick-arrow.slick-prev {
  left: -40px;
}
.top_ski_tour .slick-arrow.slick-next,
.gelande_ski_tour .slick-arrow.slick-next {
  right: -40px;
}
.top_ski_tour .slick-arrow::before,
.gelande_ski_tour .slick-arrow::before {
  content: '';
  top: calc(50% - 6px);
  width: 14.14px;
  height: 14.14px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  position: absolute;
}
.top_ski_tour .slick-arrow.slick-prev::before,
.gelande_ski_tour .slick-arrow.slick-prev::before {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  left: calc(50% - 4px);
}
.top_ski_tour .slick-arrow.slick-next::before,
.gelande_ski_tour .slick-arrow.slick-next::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: calc(50% - 4px);
}

/* スキー場ページ */
.gelande_hotellist {
  background-color: #F2F5FF;
  padding-top: 80px;
}

.gelande_hotellist_inner ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
@media screen and ( max-width:767px) {
  .gelande_hotellist_inner ul {
    margin-left: 0;
    margin-right: 0;
  }
}
.gelande_hotellist_inner ul li {
  padding: 0 10px;
  box-sizing: border-box;
  width: 25%;
  margin-bottom: 20px;
}
@media screen and ( max-width:767px) {
  .gelande_hotellist_inner ul li {
    padding: 0 2%;
    width: 50%;
  }
}
.gelande_hotellist_inner ul li img {
  border-radius: 2px;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
@media screen and ( max-width:767px) {
  .gelande_hotellist_inner ul li img {
    margin-bottom: 5px;
  }
}
.gelande_hotellist_inner ul li p {
  font-size: 20px;
  font-weight: bold;
  line-height: 25px;
}
@media screen and ( max-width:767px) {
  .gelande_hotellist_inner ul li p {
    font-size: 14px;
    font-weight: bold;
    line-height: 25px;
  }
}
.gelande_ski_tour {
  padding-top: 80px;
}
@media screen and ( max-width:767px) {
  .gelande_ski_tour {
    padding-top: 80px;
  }
}
.gelande_info {
  background-color: #F2F5FF;
  padding-top: 80px;
  padding-bottom: 110px;
}
@media screen and ( max-width:767px) {
  .gelande_info {
    padding: 80px 5% 20px;
  }
}
.gelande_info_box {
  display: flex;
  background-color: #FFF;
  margin-bottom: 80px;
}
@media screen and ( max-width:768px) {
  .gelande_info_box {
    display: block;
    margin-bottom: 0;
  }
}
.gelande_info_box img {
  width: 41%;
  margin-right: 2.5%;
  object-fit: cover;
}
@media screen and ( max-width:768px) {
  .gelande_info_box img {
    width: 100%;
    margin-right: 0;
  }
}
.galende_info_detail {
  padding-top: 25px;
  padding-bottom: 25px;
  padding-right: 40px;
}
@media screen and ( max-width:768px) {
  .galende_info_detail {
    padding: 10px;
  }
}
.galende_info_detail h3 {
  font-weight: 28px;
  font-weight: bold;
  line-height: 32px;
  margin-bottom: 12px;
}
.galende_info_detail p {
  margin-bottom: 25px;
  line-height: 1.5em;
}
.galende_info_detail dl {
  display: flex;
  flex-wrap: wrap;
  line-height: 2em;
}
.galende_info_detail dl dt {
  width: 100px;
  font-weight: bold;
  color: #4D5AAF;
  position: relative;
}
@media screen and ( max-width:767px) {
  .galende_info_detail dl dt.icon_access {
    width: 100%;
  }
}
.galende_info_detail dl dt:before {
  position: absolute;
  top: 4px;
  left: -2px;;
}
dl dt.icon_course:before {
  content: url(../images/gelande/icon-course.png);
}
dl dt.icon_lifts:before {
  content: url(../images/gelande/icon-lifts.png);
}
dl dt.icon_access:before {
  content: url(../images/gelande/icon-access.png);
}
.galende_info_detail dl dd {
  width: calc(100% - 100px);
  padding-left: 40px;
}

@media screen and ( max-width:767px) {
  .galende_info_detail dl dd {
    padding-left: 20px;
  }
  .galende_info_detail dl dt.icon_access + dd {
    width: 100%
  }
}
.galende_info_detail dt {
  padding-left: 20px;
}
.gelande_info_map {
  height: 380px;
}
.gelande_sightseeing {
  padding-top: 80px;
  margin-bottom: 120px;
}
.gelande_sightseeing_inner {
  margin: 0 -15px;
}
@media screen and ( max-width:768px) {
  .gelande_sightseeing_inner {
    margin: 0 ;
  }
}
.gelande_sightseeing_inner ul {
  display: flex;
  justify-content: flex-start;
}
@media screen and ( max-width:767px) {
  .gelande_sightseeing_inner ul {
    display: block;
  }
}
.gelande_sightseeing li {
  width: 20%;
  padding: 0 15px;
}
.gelande_sightseeing li img {
  margin-bottom: 10px;
  width: 100%;
}
.gelande_sightseeing dt {
  font-size: 16px;
  margin-bottom: 7px;
}
.gelande_sightseeing dd {
  font-size: 12px;
  line-height: 18px;;
  color: #4D5AAF;
}
/* ゲレンデリスト（北海道・白馬バレー） */
.gelandelist_top_img {
  position: relative;
  margin-bottom: 80px;
}
@media screen and ( max-width:767px) {
  .top_img {
    margin-bottom: 50px;
  }
}


@media screen and ( max-width:767px) {
  .gelandelist_top .header_text {
    left: 50%;
  }
}

.gelande_gelandelist {
  margin-bottom: 250px;
}
@media screen and ( max-width:767px) {
  .gelande_gelandelist {
    margin-bottom: 150px;
  }
}
.gelande_gelandelist_inner ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and ( max-width:767px) {
  .gelande_gelandelist_inner ul {
    display: flex;
    padding: 0 15px;
  }
}

.gelande_gelandelist_inner ul li {
  width: 30%;
  margin-bottom: 80px;
}
@media screen and ( max-width:767px) {
  .gelande_gelandelist_inner ul li {
    width: 48%;
    margin-bottom: 25px;
  }
}
.gelande_gelandelist_inner ul:after {
  content: "";
  display: block ;
  width: 30% ;
  height: 0 ;
}
.gelande_gelandelist_inner ul li img {
  width: 100%;
  height: auto;
}
.gelande_gelandelist_inner img {
  margin-bottom: 20px;
}
@media screen and ( max-width:767px) {
  .gelande_gelandelist_inner img {
    margin-bottom: 10px;
  }
}
.gelande_gelandelist_inner h2 {
  font-size: 28px;
  text-align: left;
  margin-bottom: 20px;
}
@media screen and ( max-width:767px) {
  .gelande_gelandelist_inner h2 {
    font-size: 14px;
    padding-left: 5px;
    margin-bottom: 5px;
  }
}
@media screen and ( max-width:767px) {
  .gelande_gelandelist_inner p {
    padding: 0 5px;
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
}



/* ホテルページ */
.hotel_top {
  margin-top: 50px;
  margin-bottom: 100px;
}
@media screen and ( max-width:767px) {
  .hotel_top {
    padding: 0 5%;

  }
}
.hotel_top h1 {
  font-size: 28px;
  font-weight: bold;
  line-height: 32px;
  margin-bottom: 20px;
}
@media screen and ( max-width:767px) {
  .hotel_top h1 {
    margin-bottom: 10px;
  }
}
.hotel_top h1 span {
  display: block;
  font-size: 18px;
  font-weight: normal;
  line-height: 18px;
  margin-top: 5px;
}
.hotel_top_inner {
  display: flex;
  justify-content: space-between;
}
@media screen and ( max-width:767px) {
  .hotel_top_inner {
    display: block;
  }
}
.hotel_top_leftbox {
  width: 47%;
}
@media screen and ( max-width:767px) {
  .hotel_top_leftbox {
    width: 100%;
    margin-bottom: 50px;
  }
}
.slider_item img {
  width: 100%;
  height: auto;
  cursor: pointer;
}

.thumb_item img {
  width: 100%;
  height: auto;
  cursor: pointer;
}
.thumb_item.slick-center img {
  outline: 3px solid rgba(77, 90, 175, 0.6);
  outline-offset: -3px;
}
.slick-dots li button::before {
    position: absolute;
    top: 10px;
    left: 0px;
    width: 10px;
    height: 10px;
    content: "";
    background-color: #DDDDDD;
    text-align: center;
    border-radius: 50%;
    opacity: 0.5;
}
.slick-dots li.slick-active button:before {
  background-color: rgba(77, 90, 175, 0.6);
  opacity: 1;
}
.hotel_top_rightbox {
  width: 50%;
}
@media screen and ( max-width:767px) {
  .hotel_top_rightbox {
    width: 100%;
  }
}
.hotel_top_rightbox p {
  font-size: 14px;
  line-height: 1.5em;
  margin-bottom: 30px;
}
.hotel_movie {
  position: relative;
  padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
}
.hotel_movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}
.hotel_info {
  margin-bottom: 130px;
}
.hotel_info h3 {
  font-size: 24px;
  margin-bottom: 20px;
}
@media screen and ( max-width:767px) {
  .hotel_info h3 {
    font-size: 20px;
  }
}

.hotel_basicinfo {
  margin-bottom: 90px;
}
@media screen and ( max-width:767px) {
  .hotel_basicinfo {
    margin-bottom: 10px;
    padding: 0 5%;
  }
}
.hotel_basicinfo dl {
  font-size: 16px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and ( max-width:767px) {
  .hotel_basicinfo dl {
    font-size: 14px;
  }
}
.hotel_basicinfo dt {
  width: 16%;
  margin-bottom: 20px;
}
@media screen and ( max-width:767px) {
  .hotel_basicinfo dt {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
}

.hotel_basicinfo dd {
  width: 84%;
  margin-bottom: 20px;
}
@media screen and ( max-width:767px) {
  .hotel_basicinfo dd {
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
  }
}
@media screen and ( max-width:767px) {
  .hotel_map h3 {
    padding: 0 0 0 5%;
    margin-right: 5%;
  }
}
.hotel_map_inner {
  height: 350px;
}
@media screen and ( max-width:767px) {
  .hotel_map_inner {
    height: 250px;
  }
}

.accordion-click_allow {
  position: relative;
}
@media screen and ( max-width:767px) {
  .accordion-click_allow::before{
    content: '';
    width: 10px;
    height: 10px;
    border: 0px;
    border-top: solid 2px #4D5AAF;
    border-right: solid 2px #4D5AAF;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    /* top: calc(50% - 3.85px); */
    bottom: 7px;
    right: 7px;
    transition: 0.4s;
  }
}
@media screen and ( max-width:767px) {
  .accordion-click_allow.active::before {
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    transition: 0.4s;
  }
}
.hotel_skitour {
  margin-bottom: 150px;
}
@media screen and ( max-width:767px) {
  .hotel_skitour {
    padding: 0 5%;
  }
}
.hotel_skitour_inner {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.hotel_skitour_box {
  width: 32%;
}
@media screen and ( max-width:767px) {
  .hotel_skitour_box {
    width: 100%;
    margin-bottom: 70px;
  }
}
.hotel_skitour_box img {
  display: block;
  width: 46%;
  margin: 0 auto 20px;
}
.hotel_skitour_box h3 {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 30px;
}
@media screen and ( max-width:767px) {
  .hotel_skitour_box h3 {
    font-size: 26px;
  }
}
.hotel_skitour_box li {
  text-align: center;
  border: 2px solid #4D5AAF;
  border-radius: 5px;
  font-size: 20px;
  line-height: 50px;
  margin-bottom: 10px;
}
.hotel_skitour_box a {
  display: block;
}


#toppage .hotel_skitour {
  margin-bottom: 0;
}
#toppage .hotel_skitour_box li {
  background-color: #FFF;
}
@media screen and ( max-width:767px) {
  #toppage .hotel_skitour_box {
    width: 30%;
    margin-bottom: 0;
  }
  #toppage .hotel_skitour_box img {
    width: 80%;
    margin: 0 auto;
  }
  #toppage .hotel_skitour_box a {
    font-size: 14px;
  }
}


/* プランページ */


.plan_top {
  margin-top: 50px;
  margin-bottom: 90px;
}
@media screen and ( max-width:767px) {
  .plan_top {
    padding: 0 5%;
    margin-bottom: 30px;
  }
}
.plan_top h1 {
  font-size: 28px;
  font-weight: bold;
  line-height: 32px;
  margin-bottom: 20px;
}
@media screen and ( max-width:767px) {
  .plan_top h1 {
    margin-bottom: 10px;
    font-size: 24px;
  }
}
.plan_top h1 span {
  display: block;
  font-size: 18px;
  font-weight: normal;
  line-height: 18px;
  margin-top: 5px;
}

.plan_top_inner {
  display: flex;
  justify-content: space-between;
}
@media screen and ( max-width:767px) {
  .plan_top_inner {
    display: block;
  }
}
.plan_top_leftbox {
  width: 47%;
}
@media screen and ( max-width:767px) {
  .plan_top_leftbox {
    width: 100%;
    margin-bottom: 50px;
  }
}
.slider_item img {
  width: 100%;
  height: auto;
  cursor: pointer;
}
.thumb_item img {
  width: 100%;
  height: auto;
  cursor: pointer;
}
/* .thumb_item.slick-center img {
  outline: 3px solid rgba(0, 0, 0, 0.6);
  outline-offset: -3px;
} */
.slick-dots li button::before {
  position: absolute;
  top: 10px;
  left: 0px;
  width: 10px;
  height: 10px;
  content: "";
  background-color: #DDDDDD;
  text-align: center;
  border-radius: 50%;
  opacity: 0.5;
}
/* .slick-dots li.slick-active button:before {
  background-color: #999999;
  opacity: 1;
} */
.plan_top_rightbox {
  width: 50%;
  background-color: #F5F5F5;
  padding: 20px;
}
@media screen and ( max-width:767px) {
  .plan_top_rightbox {
    width: auto;
    margin: 0 -5.5%;
  }
}
.plan_top_rightbox ul li {
  list-style-type: disc;
  margin-left: 20px;
}
h2.h2_planpage {
  font-size: 24px;
  font-weight: normal;
  text-align: left;
  margin-bottom: 40px;
  padding-top: 30px;
  border-top: 1px solid #DDDDDD;
}
@media screen and ( max-width:767px) {
  h2.h2_planpage {
    font-size: 20px;
  }
}
.plan_top_rightbox h2.h2_planpage {
  border-top: none;
  padding-top: 0;
}

.plan_top_rightbox p.price {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
}
.plan_top_rightbox a {
  padding: 4px;
  display: block;
  background-color: #4D5AAF;
  color: #FFF;
  font-weight: bold;
  border-radius: 5px;
  text-align: center;
  font-size: 16px;
  line-height: 32px;
  margin-bottom: 35px;
}
.plan_top_rightbox h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.plan_top_rightbox ul {
  margin-bottom: 35px;
}
.plan_top_rightbox li {
  font-size: 14px;
  line-height: 1.5em;
}



.plan_benefits {
  margin-bottom: 60px;
}
@media screen and ( max-width:767px) {
  .plan_benefits {
    padding: 0 5%;
    margin-bottom: 30px;
  }
}
.plan_benefits ul li {
  list-style-type: disc;
  line-height: 1.5em;
  margin-left: 16px;
  margin-bottom: 5px;
}
.plan_skiresort {
  line-height: 1.5em;
  margin-bottom: 55px;
}
@media screen and ( max-width:767px) {
  .plan_skiresort {
    padding: 0 5%;
    margin-bottom: 25px;
  }
}
.plan_skiresort_inner h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 25px;
}
.plan_skiresort_box {
  display: flex;
  justify-content: space-between;
}
@media screen and ( max-width:767px) {
  .plan_skiresort_box {
    display: block;
  }
}
.plan_skiresort_leftbox {
  flex-basis: 57%;
}
@media screen and ( max-width:767px) {
  .plan_skiresort_leftbox {

    margin-bottom: 25px
  }
}
.plan_skiresort_leftbox p {
  font-size: 16px;
}
.plan_skiresort_rightbox {
  background-color: #F2F5FF;
  padding: 20px;
  flex-basis: 39%;
}
@media screen and ( max-width:767px) {
  .plan_skiresort_rightbox {
    margin: 0 -5.5%;
    padding: 15px 5% 40px;;
  }
}
.plan_skiresort_rightbox dl {
  display: flex;
  flex-wrap: wrap;
  line-height: 2em;
}
.plan_skiresort_rightbox dl dt {
  width: 100px;
  font-weight: bold;
  color: #4D5AAF;
  position: relative;
}
@media screen and ( max-width:767px) {
  .plan_skiresort_rightbox dl dt.icon_access {
    width: 100%;
  }
}
.plan_skiresort_rightbox dl dt:before {
  position: absolute;
  top: 4px;
  left: -2px;;
}
.plan_skiresort_rightbox dl dd {
  width: calc(100% - 100px);
  padding-left: 40px;
}
@media screen and ( max-width:768px) {
  .plan_skiresort_rightbox dl dd {
    padding-left: 20px;
  }
  .plan_skiresort_rightbox dl dt.icon_access + dd {
    width: 100%
  }
}
.plan_skiresort_rightbox dt {
  padding-left: 20px;
}
@media screen and ( max-width:767px) {
  .plan_course {
      padding: 0 5%;
      margin-bottom: 25px;
  }
}
.plan_course_inner .plan_course_day-meal {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 20px;
}
@media screen and ( max-width:767px) {
  .plan_course_inner .plan_course_day-meal {
    font-size: 16px;
  }
}

.plan_course_box {
  margin-bottom: 42px;
  position: relative;
}
.plan_course_box:not(.plan_course_box_last):after {
  position: absolute;
  font-weight: bold;
  font-size: 26px;
  content: '↓';
  bottom: -35px;
  left: 0;
}
.plan_course_caution {
  margin-bottom: 20px;
}

.map_select_box {
  display: flex;
  margin-bottom: 20px;
}
@media screen and ( max-width:767px) {
  .map_select_box {
    align-items: center;
  }
}
.map_select_box p {
  padding-right: 10px;
  padding: 7px 10px;;
  border-radius: 5px 0 0 5px;
  border: 1px solid #4D5AAF;
  border-right: none;
}
.map_select_box select {
  padding: 7px 63px 7px 20px;
  border-radius: 0 5px 5px 0;
  text-align: left;
  border: 1px solid #4D5AAF;
}
.map_select_wrap {
  position: relative;
}
.map_select_wrap::after {
    content: '';
    width: 10px;
    height: 10px;
    border: 0px;
    border-top: solid 2px #4D5AAF;
    border-right: solid 2px #4D5AAF;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    top: 10px;
    right: 10px;
}

.plan_map_box {
  padding: 16px;
  background-color: #F2F5FF;
}
.plan_map_box iframe{
  width: 100%;
  height: 300px;
  margin-bottom: 16px;
}
@media screen and ( max-width:767px) {
  .plan_map_box iframe{
    height: 200px;
  }
}
@media screen and ( max-width:767px) {
  .plan_map_box {
    margin: 0 -5.5%;
    padding: 16px 5% 16px;
  }
}
.plan_map_box p {
  margin-bottom: 16px;
  line-height: 1.5em;
}
@media screen and ( max-width:767px) {
  .plan_map_box p {
    font-size: 14px;
  }
}


@media screen and ( max-width:767px) {
  .plan_hotelinfo {
    padding: 0 5%;
    margin-bottom: 25px;
  }
}
.common_dl {
  display:flex;
  flex-wrap: wrap;
  margin-bottom: 42px;
}
.common_dl dt {
  width: 12%;
  margin-bottom: 16px;
}
@media screen and ( max-width:767px) {
  .common_dl dt {
    width: 100%;
  }
}

.common_dl dd {
  width: 88%;
  margin-bottom: 16px;
}
@media screen and ( max-width:767px) {
  .common_dl dd {
    width: 100%;
  }
}


.plan_hotelinfo_inner .plan_hotelinfo_amenities dt {
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 16px;
}
.plan_hotelinfo_inner .plan_hotelinfo_amenities dd {
  margin-bottom: 16px;
}

.plan_tourinfo {
  margin-bottom: 50px;
}
@media screen and ( max-width:767px) {
  .plan_tourinfo {
    padding: 0 5%;
    margin-bottom: 25px;
  }
}
table.cancel_charge {
  width: 100%;
  margin: 16px 0;
}
table.cancel_charge th {
  width: 30%;
  border: 1px solid #CCC;
  text-align: center;
  vertical-align: middle;
  background-color: #F3F3F3;
  padding: 5px 0;
}
@media screen and ( max-width:767px) {
  table.cancel_charge th {
    display: block;
    width: 100%;
  }
}

table.cancel_charge td {
  border: 1px solid #CCC;
  text-align: center;
  vertical-align: middle;
  padding: 5px 0;
  width: 70%;
}
@media screen and ( max-width:767px) {
  table.cancel_charge td {
    display: block;
    width: 100%;
  }
}
.plan_calendar iframe {
  width: 100%;
  height: 1280px;
  margin-bottom: 50px;
}
@media screen and ( max-width:767px) {
  .plan_calendar iframe {
    height: 777px;
  }
}
@media screen and ( max-width:767px) {
  .plan_calendar .h2_planpage {
    padding: 30px 5% 0;
  }
}
@media screen and ( max-width:767px) {
  .plan_child_def {
    padding: 0 5%;
  }
}
/* .common_dl {
  display: flex;
  flex-wrap: wrap;
}
.common_dl dt {
  width: 12%;
  margin-bottom: 16px;
}
.plan_child_def_inner dd {
  width: 88%;
  margin-bottom: 16px;
} */





















/* インフォ */

a.info_button {
  display: flex;
  border: 2px solid #4D5AAF;
  border-radius: 5px;
  height: 60px;
  width: 317px;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  margin-right: 10px;
}
.b_blue {
  color: #1b5fbb;
  font-weight: bold;

}
@media screen and ( max-width:767px) {
  a.info_button {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    margin-right: 0;
  }
}

.info_linkbox {
  display: flex;
  margin-top: 10px;
}
@media screen and ( max-width:767px) {
  .info_linkbox {
    display: block;
  }
}


.info_wrapper {
  line-height: 1.5em;
  margin-bottom: 266px;
}
.info_wrapper h1 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 300px;
  background-color: #F2F5FF;
  font-size: 42px;
  font-weight: bold;
  margin-bottom: 50px;
  line-height: 1.5em
}
@media screen and ( max-width:767px) {
  .info_wrapper h1 {
    height: 200px;
    font-size: 36px;
    padding-left: 10px
  }
}
@media screen and ( max-width:767px) {
  .info_inner {
    padding: 0 5%;
  }
}

.info_inner h2 {
  text-align: left;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 50px;
}
@media screen and ( max-width:767px) {
  .info_inner h2 {
    font-size: 26px;
    margin-bottom: 37px;
  }
}

.info_inner dl dt {
  margin-bottom: 10px;
}
.info_inner dl dd {
  margin-bottom: 25px;
}

.info_inner dl dd ul {
  line-height: 1.9em;
  padding-left: 10px;
}

.info_link-arrow {
  margin-bottom: 300px;
}
.info_link-arrow ul li {
  border-bottom: 1px solid #DDD;
  position: relative;
}
.info_link-arrow ul li:first-child {
  border-top: 1px solid #DDD;
}
.info_link-arrow ul li a::before {
  content: '';
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 2px #4D5AAF;
  border-right: solid 2px #4D5AAF;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 3.85px);
  left: 0;
}
.info_link-arrow ul li a {
  display: block;
  padding: 30px 35px;
  font-size: 20px;
}
.info_number {
  margin-bottom: 100px;
}
.info_number li h3 {
  font-weight: bold;
  margin-bottom: 15px;
}
.info_number li {
  margin-bottom: 50px;
}
@media screen and ( max-width:767px) {
  .info_number li {
    margin-bottom: 30px;
  }
}
.info_caution {
  margin-bottom: 100px;
}
.info_caution li h3 {
  font-weight: bold;
  margin-bottom: 15px;
}
.info_caution li {
  margin-bottom: 50px;
}
@media screen and ( max-width:767px) {
  .info_caution li {
    margin-bottom: 30px;
  }
}
.info_caution li ul li{
  margin-bottom: 20px;
}


.info_table_air th {
  /* border: 1px solid #e6e6e6; */
  color: #FFF;
  background-color: #0B308E;
  text-align: center;
  vertical-align: middle;
  width: 15%;
}
@media screen and ( max-width:767px) {
  .info_table_air th {
    width: 100%;
    display:block;
    border: none;
    padding: 10px 0;
  }
}
.info_table_air tr:last-child th {
  background-color: #C80019;
}
.info_table_air td {
  padding: 10px;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
@media screen and ( max-width:767px) {
  .info_table_air td {
    border-left: 1px solid #ccc;
  }
}
.info_table_air tr:first-child td {
  border-top: 1px solid #ccc;
}
@media screen and ( max-width:767px) {
  .info_table_air tr:first-child td {
    border-top: none;
    border-bottom: none;
  }
}
.info_table_air tr:not(:last-child) td:first-of-type {
  width: 20%;
  text-align: center;
  vertical-align: middle;
  background-color: #e6e6e6;
}
@media screen and ( max-width:767px) {
  .info_table_air tr:not(:last-child) td:first-of-type {
    border: none;
    width: 100%;
  }
}
@media screen and ( max-width:767px) {
  .info_table_air td {
    width:100%;
    display: block;
  }
}

.info_button {
  border: 2px solid #4D5AAF;
  border-radius: 5px;
  margin-bottom: 20px;
}
.info_button a {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 20px 0;
  font-size: 18px;
  font-weight: bold;
}

.info_sitemap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and ( max-width:767px) {
  .info_sitemap {
    display: block;
    }
  }


.info_sitemap .sitemap_inner {
  width: 48%;
}
@media screen and ( max-width:767px) {
  .info_sitemap .sitemap_inner {
    width: 100%;
  }
}
.info_sitemap h3 {
  width: 100%;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 16px;
}
@media screen and ( max-width:767px) {
  .info_sitemap h3 {
    font-size: 20px;
  }
}

.info_sitemap .sitemap_inner ul {
  border-top: 1px solid #DDDDDD;
  margin-bottom: 90px;
  padding-top: 20px;
}

.info_sitemap .sitemap_inner ul li {
  margin-bottom: 20px;
}

/* ホテルより選ぶ（サイトマップレイアウト内）*/
.plan_hotellist {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and ( max-width:767px) {
  .plan_hotellist {
    display: block;
    }
  }

.plan_hotellist_inner {
  width: 48%;
  margin-bottom: 80px;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
}
@media screen and ( max-width:767px) {
  .plan_hotellist_inner {
    width: 100%;
  }
}
.plan_hotellist h3 {
  width: 100%;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 16px;
}
@media screen and ( max-width:767px) {
  .plan_hotellist h3 {
    font-size: 20px;
  }
}

.plan_hotellist_inner .plan_inner {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  border-top: 1px solid #DDDDDD;
  padding-top: 20px;
  /* margin: 0 0 160px; */
}
@media screen and ( max-width:767px) {
  .plan_hotellist_inner .plan_inner {
    justify-content: space-between;
    margin-left: 0;
    margin-right: 0;
  }
}
.plan_hotellist_inner .plan_inner .hotel {
  position: relative;
  display: flex;
  flex-direction: column;
  width: calc((100% - 30px) / 3);
  margin-bottom: 160px;
  margin-right: 10px;
}
@media screen and ( max-width:767px) {
  .plan_hotellist_inner .plan_inner .hotel {
    width: 47%;
  }
  .plan_hotellist_inner .plan_inner .hotel:nth-child(2n) {
    margin-right: 0;
  }
  .plan_hotellist_inner .plan_inner .hotel:lang(en) {
    margin-bottom: 230px;
  }
}
.plan_hotellist_inner .plan_inner .hotel img {
  border-radius: 2px;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
@media screen and ( max-width:767px) {
  .plan_hotellist_inner .plan_inner .hotel img {
    margin-bottom: 5px;
  }
}
.plan_hotellist_inner .plan_inner .hotel p {
  font-size: 20px;
  font-weight: bold;
  line-height: 25px;
  margin-bottom: 1em;
}
@media screen and ( max-width:767px) {
  .plan_hotellist_inner .plan_inner .hotel p {
    font-size: 14px;
  }
}
.plan_hotellist_inner .plan_inner .plan_box {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: -9em;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.plan_hotellist_inner .plan_inner .plan_box:lang(en) {
  bottom: -13em;
}
.plan_hotellist_inner .plan_inner .plan_box a {
  display: block;
  width: 100%;
  text-align: center;
  border: 2px solid #4D5AAF;
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 5px 0;
}
@media screen and ( max-width:767px) {
  .plan_hotellist_inner .plan_inner .plan_box a {
    font-size: 0.9em;
  }
}


.faq_category {
  margin-bottom: 136px;
}

.faq_category ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.faq_category ul:before,
.faq_category ul:after {
  content: "";
  display: block;
  width: calc((100% - 20px) / 4);
  height: 0;
}



.faq_category ul:before {
  order: 1;
}
.faq_category ul li {
  width: calc((100% - 20px) / 4);
}

@media screen and ( max-width:768px) {
  .faq_category ul li {
    width: calc((100% - 20px) / 3);
  }
}
@media screen and ( max-width:600px) {
  .faq_category ul li {
    width: 100%;
  }
}


.faq_contents .accordion-click_allow::before{
  content: '';
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 2px #4D5AAF;
  border-right: solid 2px #4D5AAF;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  /* top: calc(50% - 3.85px); */
  bottom: 35px;
  right: 7px;
  transition: 0.4s;
}
.faq_contents .accordion-click_allow.active::before {
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  transition: 0.4s;
}

.faq_contents dt,
.faq_contents dd {
  padding: 30px 0 30px 10px;
}
.faq_contents dt {
  border-bottom: 1px solid #DDDDDD;
    transition-delay: 0.2s;
}
.faq_contents dt.active {
  border-bottom: none;
}
.faq_contents dt.active + dd {
  border-bottom: 1px solid #DDDDDD;
}
/* 個人情報保護 */

.dl_privacy dt {
  font-size: 24px;
  margin-bottom: 30px;
}
.dl_privacy dd {
  margin-bottom: 50px;
}
/* 旅行条件書 */

.dl_law dt {
  font-size: 24px;
  margin-bottom: 30px;
  line-height: 1.5em;
  counter-increment: number;
}
.dl_law dt::before {
  counter-increment: 1;
  content: counter(number) ".";
  padding-right: 5px;
}
.dl_law dd {
  margin-bottom: 50px;
  margin-left: 20px;
}
.dl_law dd ol {
  list-style-type: decimal;
}
.dl_law dd ol li {
  margin-bottom: 10px;
}
.dl_law dd ol ol {
  margin-top: 10px;
  margin-left: 10px;
  list-style-type: lower-roman;
}
.dl_law dd ol ol ol {
  margin-top: 10px;
  list-style-type: upper-latin;
}
.dl_law dd ol ol ol ol {
  margin-top: 10px;
  list-style-type: decimal;
}






.dl_law p {
  margin-bottom: 10px;
}

.table_law {
  margin: 10px 0;
  width: 100%;
  min-width: 700px;
}
@media screen and ( max-width:768px) {
  .scroll-table {
    overflow-x: scroll;
  }
  .table_law {
    width: 100%;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
}
.table_law th,td {
  border: 1px solid #DDD;
  vertical-align: middle;
  text-align: center;
  padding: 5px;
}
.table_law th {
  background-color: #F6F6F6;
}

.table_law.table_law_cxl {
  min-width: 670px;
}
p.law_caution {
  margin-bottom: 20px;
}
