@charset "utf-8";
/* CSS Document */

.banner_100th {
  display: block;
  position: absolute;
  top: 10%;
  left: 30px;
  z-index: 2;
  width: 100%;
  max-width: 200px;
}
.banner_100th img {
  width: 100%;
}
/* .banner_100th a {
  display: block;
} */

.swiper-slide {
  background-color: #555;
}

#kurodake {
  background: #6cbfbd;
}
.fancybox-toolbar {
  top: 0 !important;
  bottom: inherit;
}
.fancybox-close-small {
  background: #555;
  color: #fff;
}
.globalMenuSp {
  /*background: #fff;*/
  background-color: rgba(108, 191, 189, 0.8);
}
.globalMenuSp.active > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 300px;
  height: 50px;
  display: inline-block;
}
.globalMenuSp ul li a {
  color: #fff;
}
.globalMenuSp ul li {
  border-right: 1px #fff solid;
}
.globalMenuSp.is-fixed::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  display: inline-block;
  width: 100%;
  background: #efefef;
  text-align: left;
  color: #fff;
  margin: -10px 0;
  padding: 10px;
  background-image: url(../image/kurodake/logo.png);
  background-size: 180px;
  background-position: left 10px center;
  background-repeat: no-repeat;
  height: 54px;
}
#main_img h2 {
  text-align: left;
  width: 50%;
  float: right;
}
#main_img h2 img {
  width: 100%;
}
#tour article {
  margin: 20vh auto 0;
}
#main_img::after {
  content: "";
  background-image: url(../image/kurodake/main_after.png);
  background-position: bottom;
  background-repeat: repeat-x;
  width: 100%;
  max-height: 164px;
  display: block;
  position: absolute;
  bottom: -1px;
  background-size: contain;
  height: 50%;
}
#main_img > div.main_copy {
  z-index: 1;
  position: absolute;
  width: 90%;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -30%);
}
#main_img h2 span {
  font-style: italic;
  width: 95%;
}
#main_img h2 span small {
  font-style: normal;
}
/* .navbar.navbar-inverse.navbar-static-top {
  background: #fff;
  border-color: #fff;
} */
.navbar.navbar-inverse.navbar-static-top a {
  color: #000;
}
.arrow_box {
  position: relative;
  background: #eb7352;
  padding: 5px 20px;
  border-radius: 6px;
  margin: 0 10px 0 0;
}
.arrow_box:after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(235, 115, 82, 0);
  border-left-color: #eb7352;
  border-width: 6px;
  margin-top: -6px;
}
#pickup_tour {
  background-color: #fff;
  padding: 100px 0 140px;
}
#pickup_tour h3 {
  text-align: center;
  font-size: 3.8rem;
  font-size: 38px;
  margin: 0 0 40px;
}
#pickup_tour h3::before,
#pickup_tour h3::after {
  content: "";
  display: inline-block;
  width: 47px;
  padding: 2vh 0;
  margin: 0 14px -6px;
}
#pickup_tour h3::before {
  background-image: url(../image/tour/pickup_tour_h3_l.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#pickup_tour h3::after {
  background-image: url(../image/tour/pickup_tour_h3_r.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#pickup_tour h4.arrow_box {
  border-bottom: 2px #000 dotted;
  text-align: center;
  font-size: 2rem;
  font-size: 20px;
  margin: 0 auto;
  padding: 30px 0;
  border-radius: 0;
}
#pickup_tour h4.arrow_box:before {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #000;
  border-width: 16px;
  margin-left: -16px;
}
#pickup_tour h4.arrow_box:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #000;
  border-width: 16px;
  margin-left: -16px;
}
#pickup_tour > ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
#pickup_tour > ul > li {
  width: 29%;
  margin: 8px 16px 8px;
  position: relative;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
}
#pickup_tour ul li > div {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
}
#pickup_tour ul li .new_flag:empty {
  display: none;
}
#pickup_tour ul li .new_flag {
  background: #da2426;
  color: #fff;
  font-size: 1.6rem;
  font-size: 16px;
  text-align: center;
  display: inline-block;
  box-sizing: border-box;
  padding: 5px 20px;
  top: 28px;
  top: 15px;
  left: -20px;
  z-index: 1;
}
#pickup_tour ul li .new_flag::after {
  position: absolute;
  content: "";
  z-index: 1;
  top: 0;
  right: -16px;
  height: 100%;
  width: 17px;
  background: url(../image/tour/new_flag.png);
  background-size: contain;
  background-repeat: no-repeat;
}
#pickup_tour ul li .new_flag::before {
  position: absolute;
  content: "";
  top: -14px;
  left: 0;
  border: none;
  border-top: solid 15px transparent;
  border-right: solid 20px #9c1919;
}
#pickup_tour ul li a {
  padding: 14px 14px 48px 14px;
  display: block;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #fff;
}
_:-ms-lang(x),
#pickup_tour ul li a {
  margin: -22px 0 0 0;
}
#pickup_tour ul li a figure {
  height: 180px;
  margin: 0 auto 14px;
  display: block;
  background: #efefef;
  position: relative;
  overflow: hidden;
}
#pickup_tour ul li a img {
  margin: 0 auto;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  min-height: 100%;
}
#pickup_tour ul li a .t_number {
  font-size: 1.2rem;
  font-size: 12px;
  color: #000;
}
#pickup_tour ul li a .t_number::before {
  content: "No.";
  display: inline-block;
}
#pickup_tour ul li a .t_title {
  font-size: 1.6rem;
  font-size: 16px;
  color: #3e4884;
  font-weight: 600;
  margin: 0.5em 0;
}
#pickup_tour ul li a time {
  margin: 0 0 1em 0;
  display: inline-block;
  color: #000;
}
.t_icon,
.tag {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.tag {
  margin: 0 auto 40px;
}
.t_icon li {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.t_icon li span,
.tag li {
  color: #fff;
  font-size: 1.2rem;
  font-size: 12px;
  text-align: center;
  padding: 0.2em !important;
  margin: 0.2em;
  width: auto !important;
}
#pickup_tour ul li a .t_price {
  color: #da2426;
  font-size: 2.4rem;
  font-size: 24px;
  text-align: right;
  padding: 0.5em 0 0;
  font-weight: 600;
  position: absolute;
  bottom: 16px;
  right: 10px;
}
#pickup_tour ul li a .t_price::before {
  content: "￥";
}
/*-- #info --*/
#info {
  position: relative;
  margin: 107px 0 0 0;
}
#info .base_contents__inner {
  width: 95%;
  margin: 40px auto 0;
  max-width: 1200px;
}
#info::before {
  content: "";
  background-image: url(../image/kurodake/weather_head.png);
  background-repeat: no-repeat;
  background-position: left top;
  width: 100%;
  height: 107px;
  background-size: contain;
  display: block;
  position: absolute;
  top: 0;
  left: 20%;
  margin: -107px 0 0 0;
}
#info > div {
  background-color: #f7d66c;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
#info > div > div {
  display: flex;
  justify-content: space-around;
  flex-wrap: nowrap;
  padding: 40px 0;
  margin: 40px auto 0;
}
#info > div > div > div {
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
#info > div > div > div.weather {
  align-items: center;
  width: 25%;
}
#info > div > div > div.weather img {
  width: 100%;
  max-width: 180px;
}
#info > div > div > div.situation {
  align-items: center;
}
#info > div > div > div ul {
  width: 100%;
}
#info > div > div > div.weather ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
}
#info > div > div > div.weather ul li {
  border-bottom: none;
}
#info > div > div > div.weather ul li dl {
  justify-content: center;
}
#info > div > div > div.weather ul li dl dt {
  width: auto;
}
#info > div > div > div.weather ul li dl dd {
  text-align: center;
  width: auto;
  margin-left: 14px;
}
#info > div > div > div ul li {
  padding: 4px 0;
  display: flex;
  align-items: center;
}
#info .ymdd {
  border-right: 1px #000 solid;
}
#info .situation {
  border-left: 1px #000 solid;
}
#info .ymdd {
  width: 18%;
}
#info .situation,
#info .message {
  width: 35%;
}
#info .ymdd span {
  width: 100%;
  display: inline-block;
  font-weight: 600;
}
#info .ymdd span.year {
  font-size: 2vw;
}
#info .ymdd span.day {
  font-size: 3vw;
  margin: 0.4em 0;
}
_:-ms-lang(x),
#info .ymdd span.day {
  font-size: 3.2vw;
}
#info .ymdd span.dw {
  font-size: 22px;
  font-size: 2.2rem;
  margin: 0.4em 0;
}
#info .ymdd small.update {
  font-size: 14px;
  font-size: 1.4rem;
}
#info ul li {
  border-bottom: 1px #000 solid;
}
#info ul li:last-child {
  border-bottom: none;
}
#info ul li dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
#info ul li dl dd {
  font-size: calc(1rem + ((1vw - 4.8px) * 0.9722));
  font-weight: 600;
  line-height: 140%;
  width: 50%;
  text-align: left;
}
#info ul li dl dt,
#info ul li dl dd span,
#info ul li dl dd small {
  font-size: calc(1rem + ((1vw - 8.12px) * 0.5415));
  font-weight: 600;
}
#info ul li dl dt {
  width: 50%;
}
#info ul li dl dt small {
  display: block;
  font-size: 1.2rem;
  font-size: 12px;
}
#info ul li dl dd small {
  display: block;
}
#info .weather ul li dd {
  font-size: calc(2.5rem + ((1vw - 4.8px) * 0.6944));
  text-align: right;
}
#info ul li dl.windspeed dd {
  font-size: calc(2.5rem + ((1vw - 4.8px) * 0.6944));
}
#info .weather ul li:last-child {
  position: relative;
  padding: 47%;
}
#info .weather ul li:last-child img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#info .message {
  align-items: stretch;
}
#info .message dl {
  width: 100%;
}
#info .message dl dt {
  background-color: #6cbfbd;
  border-radius: 10px 10px 0 0;
  padding: 4px 10px;
  display: inline-block;
  color: #fff;
  font-weight: 500;
}
#info .message dl dd {
  background-color: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.4) inset;
  border-radius: 0 10px 10px 10px;
  padding: 14px;
  height: 30vh;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  transform: translateZ(0);
  min-height: 240px;
}
#sns {
  background-color: #6cbfbe;
  padding: 40px 0 100px;
}
#sns > div {
  margin: 0 auto 40px;
}
#sns h3 {
  background-image: url(../image/kurodake/sns.png);
  padding: 0 0 0 62px;
  text-align: left;
  line-height: 30px;
  margin: 30px auto 50px;
  font-size: 4rem;
  font-size: 40px;
  background-size: 49px;
  position: relative;
}
#sns h3 span {
  font-size: 1.6rem;
  font-size: 16px;
  font-weight: 300;
  position: absolute;
  top: 10%;
  left: 160px;
}
#sns ul {
  display: flex;
  justify-content: space-around;
}
#sns ul li {
  width: 45%;
  padding: 0 10px;
  height: 500px;
}
#sns ul li:first-child {
  border: 1px #ccc solid;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  transform: translateZ(0);
  background-color: #fff;
}

/*-- 20200110 --*/
#sns .instagram {
  width: 100%;
  max-width: 320px;
  background-color: rgba(255, 255, 255, 0.6);
  padding: 10px 14px;
  border-radius: 10px;
  text-align: center;
}
#sns .instagram_link {
  display: inline-block;
  padding: 13px 0 15px 50px;
  background: url(../image/kurodake/insta_logo.png);
  background-size: 40px;
  background-position: center left;
  background-repeat: no-repeat;
  color: #000;
  font-size: 1.7rem;
  text-decoration: underline;
}
/*----*/

#intro,
#sounkyo {
  position: relative;
}
#intro > div {
  background-color: #6cbfbd;
  margin: 0 auto 100px;
}
#intro::before,
#sounkyo::before {
  content: "";
  background-image: url(../image/kurodake/intro_before.png);
  background-position: bottom;
  background-repeat: repeat-x;
  width: 100%;
  max-height: 164px;
  display: block;
  position: absolute;
  top: 0;
  background-size: contain;
  height: 50%;
  margin: -160px 0 0 0;
}
#intro h3 {
  width: 100%;
  font-size: 2.5vw;
  text-align: center;
  background-image: url(../image/kurodake/kurodake_head.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  padding: 100px 0 140px;
}
#intro > div > div > div {
  display: flex;
  margin: 40px auto;
  align-items: center;
  justify-content: space-around;
}
#intro dl {
  width: 50%;
  margin: 0 auto;
}
#intro dl dt {
  font-weight: 600;
  font-size: 2.4rem;
  font-size: 24px;
  color: #fff;
  line-height: 180%;
}
#intro dl dd {
  padding: 40px 0 0 1em;
  color: #fff;
}
#intro > div > div > figure {
  text-align: center;
  position: relative;
}
#intro > div > div > figure a {
  position: absolute;
  bottom: 32%;
  left: 50%;
  display: block;
  border: 3px #00dfcd solid;
  width: 35%;
  height: 60%;
  transform: translate(-50%, 32%);
}
#intro > div > div > figure a span {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #00dfcd;
  display: block;
  padding: 0.5em 1em;
  color: #000;
  border-radius: 0 0 5px 0;
  font-size: 1.2rem;
  font-size: 12px;
}
#intro > div > div > figure a:hover {
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.4);
}
.intro__photo {
  margin-left: calc(((100vw - 1040px) / 2) * -1) !important;
  margin-right: calc(((100vw - 1040px) / 2) * -1) !important;
  padding: 0 25%;
}
.intro__photo img {
  height: 383px;
  width: auto;
}
.intro__pamphlet {
  background-color: rgba(255, 255, 255, 0.6);
  padding: 10px 14px;
  border-radius: 10px;
}
.intro__pamphlet h5 {
  background-image: url(../image/kurodake/kurodake1.png);
  padding: 0 0 0 54px;
  line-height: 35px;
  font-size: 2rem;
  font-size: 20px;
  color: #808080;
  font-weight: 600;
}
.intro__pamphlet > div,
.intro__pamphlet > ul {
  width: 50%;
  padding: 14px;
}
.intro__pamphlet > div > p {
  padding: 1em 0 0 1em;
}
.intro__pamphlet ul li {
  padding: 10px 0;
}
.intro__pamphlet ul li span {
  color: #fff;
  font-weight: 600;
}
.intro__pamphlet ul li a {
  text-decoration: underline;
  color: #000;
  font-size: 1.6rem;
  font-size: 16px;
}

/* 料金表 */
#price {
  background-color: #fff;
  padding: 80px 0 100px;
}
#price h3 {
  text-align: center;
  background-image: url(../image/kurodake/price_head.png);
  background-position: top center;
  background-repeat: no-repeat;
  padding: 80px 0 0 0;
  font-size: 2.5vw;
  line-height: normal;
}
.fare_table {
  font-size: 16px;
  line-height: 1.7;
  text-align: center;
  margin-top: 15px;
}
.fare_table a {
  text-decoration: underline;
}
.price_detail {
  margin: 60px auto;
  width: 90%;
  max-width: 960px;
}
.price_detail > div {
  margin: 0 auto 30px;
  display: flex;
}
.price_detail > div:nth-of-type(1) > table td {
  padding: 0 1em;
}
.price_detail > table,
.price_detail > table tbody {
  width: 100%;
}
.price_detail > div > table {
  margin: 20px auto 0;
}
.price_detail > div > table {
  width: 50%;
  margin: 0 0 0 24px;
  align-items: baseline;
}
#price table tr:nth-of-type(1) td ul li:first-child {
  height: 44px;
  line-height: 44px;
}

.price_detail > div.price__fare {
  display: flex;
  justify-content: center;
  align-items: stretch;
  margin: 0 auto;
}
.price_detail > div.price__fare > table {
  margin: 0 auto;
  align-items: baseline;
}
.price_detail > div.price__fare > table:nth-of-type(1) tbody {
  border-right: 1px #000 solid;
}
.price_detail > div.price__fare > table th {
  width: 50px;
}
.price_detail > div.price__fare > table:nth-of-type(2) th {
  display: none;
}
.price_detail > div.price__fare > table:nth-of-type(2) caption {
  opacity: 0;
}
.price_detail > div > table td {
}
.price_detail > div > dl {
  border-radius: 10px;
  padding: 6% 1% 0 20%;
}
.price_detail > div > dl dt {
  color: #fff;
  font-weight: 600;
  font-size: 2rem;
  font-size: 20px;
}
.price_detail > div > dl dd {
  color: #fff;
  font-size: 1.3rem;
  font-size: 13px;
  line-height: normal;
}

#price table th,
#price table td {
  text-align: left;
  font-weight: 400;
  /* border-bottom: 1px #000 dashed; */
}
#price table th {
  border-right: 1px #000 solid;
}
.br {
  border-right: 1px #000 solid;
}
#price table tr:nth-child(n + 2) td,
#price table tr:nth-child(n + 2) th {
  border-top: 1px #000 dashed;
}
/*
#price table th.last,
#price table td.last {
    border-bottom: none;
}
*/
.br_none,
.br_none ul {
  border-right: none !important;
}
#price table caption {
  text-align: left;
  font-weight: 600;
}
#price table tbody {
  border-top: 3px #000 solid;
  border-bottom: 3px #000 solid;
  display: table;
  border-radius: 3px;
  margin: 0 auto;
  padding: 5px 0;
}
.price_detail > div > table tbody {
  width: 100%;
}
.price_detail > div > table tbody th {
  width: 70%;
  padding: 4px 0;
}
#price table td div {
  text-align: center;
  border-bottom: 1px #000 solid;
  padding: 0 0 10px 0;
}
#price table td ul {
  display: flex;
  justify-content: space-around;
  border-right: 1px solid #000;
  padding: 6px 0;
  align-items: center;
}
#price table td ul li {
  width: 33%;
  text-align: center;
  border-right: 1px #000 solid;
}
#price table td ul li small {
  display: block;
}
#price table td ul li:last-child {
  border-right: none;
}
.price_detail p {
  font-size: 1.2rem;
  font-size: 12px;
  line-height: 120%;
}

/* 冬季ペアリフト */
.tbl_column2_a {
  display: flex;
  justify-content: space-between;
}
.tbl_column2_a li {
  width: 50%;
}
.tbl_column2_a li:first-child {
  margin-right: 14px;
}
.tbl_column2_a li:last-child {
  margin-left: 14px;
}
.tbl_column2_a li table,
.tbl_column2_a li table tbody {
  width: 100%;
}
.tbl_column2_a li table tbody th,
.tbl_column2_a li table tbody td {
  text-align: center !important;
  padding: 4px;
}
.tbl_column1_a {
  margin-top: 20px;
}
.tbl_column1_a th,
.tbl_column1_a td {
  text-align: left;
  padding: 4px 0 4px 1em;
}

/* 表イメージ */
.mainimage {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  border-radius: 10px;
  min-height: 180px;
  background-color: #eee;
  overflow: hidden;
}
.mainimage dl {
  position: relative;
  z-index: 1;
  width: 60%;
  margin-right: 20px;
  text-align: right;
}
.mainimage dl dt {
  color: #fff;
  font-weight: 600;
  font-size: 2rem;
  font-size: 20px;
  line-height: 1.4;
}
.mainimage dl dd {
  display: block;
  color: #fff;
  font-size: 1.3rem;
  font-size: 13px;
  line-height: normal;
  margin-top: 6px;
}
.mainimage img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: auto;
}
.mainimage_txt {
  display: none;
  margin: 6px 0 5px;
  font-size: 1.3rem !important;
  font-size: 13px !important;
  line-height: 1.5 !important;
}

/* 表の色 */
/* オレンジ */
#price .color_Orange .mainimage {
  background-color: #eb7352;
}
#price .color_Orange div.price__fare > table:nth-of-type(1) tbody,
#price .color_Orange table tbody,
#price .color_Orange table tbody th,
#price .color_Orange table tbody td,
#price .color_Orange table tbody td div,
#price .color_Orange table tbody ul,
#price .color_Orange table tbody ul li {
  border-color: #eb7352;
}
#price .color_Orange table caption {
  color: #eb7352;
}

/* イエロー */
#price .color_Yellow .mainimage {
  background-color: #f7b95d;
}
#price .color_Yellow div.price__fare > table:nth-of-type(1) tbody,
#price .color_Yellow table tbody,
#price .color_Yellow table tbody th,
#price .color_Yellow table tbody td,
#price .color_Yellow table tbody td div,
#price .color_Yellow table tbody ul,
#price .color_Yellow table tbody ul li {
  border-color: #f7b95d;
}
#price .color_Yellow table caption {
  color: #f7b95d;
}

/* グリーン */
#price .color_Green div.price__fare > table:nth-of-type(1) tbody,
#price .color_Green table tbody,
#price .color_Green table tbody th,
#price .color_Green table tbody td,
#price .color_Green table tbody td div,
#price .color_Green table tbody ul,
#price .color_Green table tbody ul li {
  border-color: #93c553; /*7cbf6c*/
}
#price .color_Green .mainimage {
  background-color: #93c553;
}
#price .color_Green table caption {
  color: #93c553;
}

/* ミントグリーン */
#price .color_Mintgreen div.price__fare > table:nth-of-type(1) tbody,
#price .color_Mintgreen table tbody,
#price .color_Mintgreen table tbody th,
#price .color_Mintgreen table tbody td,
#price .color_Mintgreen table tbody td div,
#price .color_Mintgreen table tbody ul,
#price .color_Mintgreen table tbody ul li {
  border-color: #6cbfbd; /*7cbf6c*/
}
#price .color_Mintgreen .mainimage {
  background-color: #6cbfbd;
}
#price .color_Mintgreen table caption {
  color: #6cbfbd;
}

/* ピンク */
#price .color_Pink .mainimage {
  background-color: #f78888;
}
#price .color_Pink div.price__fare > table:nth-of-type(1) tbody,
#price .color_Pink table tbody,
#price .color_Pink table tbody th,
#price .color_Pink table tbody td,
#price .color_Pink table tbody td div,
#price .color_Pink table tbody ul,
#price .color_Pink table tbody ul li {
  border-color: #f78888;
}
#price .color_Pink table caption {
  color: #f78888;
}

/* パープル */
#price .color_Purple .mainimage {
  background-color: #a16cd2;
}
#price .color_Purple div.price__fare > table:nth-of-type(1) tbody,
#price .color_Purple table tbody,
#price .color_Purple table tbody th,
#price .color_Purple table tbody td,
#price .color_pucolor_Purpleple table tbody td div,
#price .color_Purple table tbody ul,
#price .color_Purple table tbody ul li {
  border-color: #a16cd2;
}
#price .color_Purple table caption {
  color: #a16cd2;
}

/* ブラウン */
#price .color_Brown .mainimage {
  background-color: #cc9c55;
}
#price .color_Brown div.price__fare > table:nth-of-type(1) tbody,
#price .color_Brown table tbody,
#price .color_Brown table tbody th,
#price .color_Brown table tbody td,
#price .color_Brown table tbody td div,
#price .color_Brown table tbody ul,
#price .color_Brown table tbody ul li {
  border-color: #cc9c55;
}
#price .color_Brown table caption {
  color: #cc9c55;
}

/* ブルー */
#price .color_Blue .mainimage {
  background-color: #418ede;
}
#price .color_Blue div.price__fare > table:nth-of-type(1) tbody,
#price .color_Blue table tbody,
#price .color_Blue table tbody th,
#price .color_Blue table tbody td,
#price .color_Blue table tbody td div,
#price .color_Blue table tbody ul,
#price .color_Blue table tbody ul li {
  border-color: #418ede;
}
#price .color_Blue table caption {
  color: #418ede;
}

#price > div > p {
  text-align: center;
  font-size: 2rem;
  font-size: 20px;
}
#price > div > a {
  background: #29abe2;
  color: #fff;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.4);
  width: 80%;
  min-width: 300px;
  font-size: 2rem;
  font-size: 20px;
  margin: 40px auto 0;
  padding: 1em;
  display: block;
  border-radius: 10px;
  text-align: center;
  position: relative;
}
#price > div > a span {
  font-size: 1.4rem;
  font-size: 14px;
  display: inline-block;
  margin: 0 0 0 1em;
}
#price > div > a::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 8px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  right: 20px;
  top: 24px;
}

#sounkyo h3 {
  text-align: center;
  background-image: url(../image/kurodake/souunkyo1.png);
  background-position: bottom 70px center;
  background-repeat: no-repeat;
  padding: 140px 0 0 0;
  font-size: 2.5vw;
  line-height: normal;
}
#sounkyo figure img {
  margin: 0 auto;
  display: block;
}
#sounkyo figure figcaption {
  font-size: 1.4rem;
  font-size: 14px;
  text-align: center;
  padding: 0 0 40px;
  max-width: 800px;
  margin: 0 auto;
  width: 90%;
}
.sounkyo_link {
  background-color: #f7d66c;
  padding: 2% 0 0;
  border-radius: 10px;
  display: block;
  position: relative;
  margin: 100px auto;
  width: 90%;
  height: 150px;
  max-width: 860px;
}
.sounkyo_link p {
  background-image: url(../image/kurodake/souunkyo6.png);
  background-position: top center;
  background-repeat: no-repeat;
  width: 60%;
  float: right;
  text-align: center;
  color: #000;
  font-size: 2.5rem;
  font-size: 25px;
  font-weight: 600;
  padding: 6% 0 0;
}
.sounkyo_link p span {
  font-size: 1.4rem;
  font-size: 14px;
  font-weight: 400;
  display: block;
  margin: 8px auto 0;
}
.sounkyo_link p::before {
  content: "";
  background-image: url(../image/kurodake/souunkyo8.png);
  background-position: left center;
  background-repeat: no-repeat;
  display: block;
  padding: 90px 0;
  position: absolute;
  top: -50px;
  left: 30px;
  width: 100%;
}
#access {
  background-color: #fff;
  padding: 80px 0;
}
.google-maps {
  position: relative;
  padding-bottom: 30%;
  height: 0;
  overflow: hidden;
  margin: 60px 0;
}
.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
#access h3 {
  text-align: center;
  background-image: url(../image/kurodake/souunkyo5.png);
  background-position: top center;
  background-repeat: no-repeat;
  padding: 80px 0 0 0;
  font-size: 2.5vw;
  line-height: normal;
}
#access dl dt {
  font-size: 1.6rem;
  font-size: 16px;
  margin: 0 auto 1em;
  font-weight: 500;
  color: #eb7352;
  display: flex;
  align-items: center;
}
#access dl dd {
  font-size: 1.4rem;
  font-size: 14px;
  border-bottom: 3px #000 solid;
  border-top: 3px #000 solid;
  padding: 14px;
  margin: 0 auto 40px;
  border-radius: 3px;
}
#access dl dd a {
  color: #000;
}
#access dl dd ul li {
  font-size: 1.4rem;
  font-size: 14px;
  padding: 14px 0;
  border-bottom: 1px #ccc dashed;
}
#access dl dd ul li:first-child {
  padding: 0 0 14px;
}
#access dl dd ul li:last-child {
  padding: 14px 0 0;
  border-bottom: none;
}

#access svg {
  width: 24px;
  height: 24px;
  fill: #eb7352;
  margin: 0 1em 0 0;
}
#access .bus_link {
  display: flex;
  border-radius: 10px;
  /* box-shadow: 0 3px 0 #EB7352; */
  width: 90%;
  max-width: 620px;
  margin: 0 auto;
  padding: 14px 0;
  color: #fff;
  font-weight: 600;
  text-align: center;
  /* border: 1px #aaa solid; */
  justify-content: center;
  align-items: center;
  background-color: #eb7352;
  font-size: 16px;
}
#access .bus_link svg {
  fill: #fff;
}
#t_contact {
  background-color: #fff;
  padding: 20px 0 80px;
  text-align: center;
}
#t_contact a {
  color: #000;
}
#t_contact p.t_contact_tit {
  color: #000;
  font-size: 3rem;
  font-size: 30px;
  text-align: center;
  font-weight: 600;
  margin: 0 auto 40px;
}
#t_contact p.t_contact_tit::before {
  content: "";
  background-image: none;
}
#t_contact p {
  font-size: 3.6rem;
  font-size: 36px;
  display: flex;
  align-items: center;
  font-weight: 600;
  position: relative;
  text-align: center;
  justify-content: center;
  margin: 0 auto;
}
#t_contact p::before {
  content: "";
  background-image: url(../image/kurodake/phone.png);
  background-position: left center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 44px;
  height: 44px;
}
#t_contact p span {
  font-weight: 400;
  font-size: 18px;
  font-size: 1.8rem;
  display: inline-block;
  margin: 0 1em 0;
}
#t_contact ul {
  margin: 40px auto 0;
  display: flex;
  justify-content: center;
}
#t_contact ul li:first-child {
  margin: 0 14px 0 0;
}
#t_contact ul li:last-child {
  margin: 0 0 0 14px;
}
#pickup_tour > ul > li.search_none {
  width: 100%;
  box-shadow: none;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  padding: 140px 5%;
  border: none;
}
.changed_txt {
  padding: 0 5% !important;
  color: #555;
}
footer ul li a {
  font-size: 1.2rem;
  font-size: 12px;
  color: #fff;
}
footer ul li {
  border-right: 1px #fff solid;
}
footer small {
  color: #fff;
}
/*--  summer & winter --*/
#summer.enjoy__contents .en__ph {
  background-image: url(../image/kurodake/summer_mainph.png);
  background-attachment: fixed;
}
#winter.enjoy__contents .en__ph {
  background-image: url(../image/kurodake/winter_mainph.png);
  background-attachment: fixed;
}
.enjoy__contents .en__ph {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin: 0 auto -30px;
  display: flex;
  align-items: center;
  padding: 80px 0 160px 0;
}
.enjoy__contents .en__ph::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.2);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.enjoy__contents .en__ph img {
  opacity: 0.8;
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}
.enjoy__contents .en__ph > div {
  text-align: center;
  width: 100%;
  z-index: 1;
}
.enjoy__contents .en__ph > div h3 {
  color: #fff;
  font-size: 4vw;
  margin: 0 0 60px 0;
}
.enjoy__contents .en__ph > div h3 span {
  display: block;
  font-size: 1.6vw;
  color: #fff;
  margin: 0 auto 4%;
}
.enjoy__contents .en__ph > div p {
  font-size: 1.4rem;
  font-size: 14px;
  width: 90%;
  max-width: 860px;
  margin: 0 auto;
  text-align: left;
  color: #fff;
  height: 100%;
  line-height: normal;
}
.enjoy__contents h4 {
  background-image: url(../image/kurodake/kurodake_h3.png),
    url(../image/kurodake/kurodake_h1.png);
  background-position: left bottom, left 6px bottom 4px;
  background-repeat: repeat-x, no-repeat;
  display: inline-block;
  font-size: 2.6rem;
  font-size: 26px;
  margin: 0 auto 40px;
  width: 70%;
  padding: 24px 0 24px 0;
}
.enjoy__contents h4 span {
}
.enjoy__contents > div {
  text-align: center;
}
.en__gallery {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#summer .en__gallery a {
  width: 33%;
  margin: 7px 0;
  overflow: hidden;
  position: relative;
  height: 170px;
}
#summer .en__gallery a img {
  height: initial;
  width: 95%;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.enjoy__contents hr {
  background-image: url(../image/kurodake/kurodake_h2.png);
  background-position: center;
  background-repeat: no-repeat;
  border: none;
  height: 11px;
  width: 100%;
  margin: 24px 0;
}
.enjoy__contents .txt {
  width: 90%;
  max-width: 860px;
  margin: 0 auto;
  text-align: left;
  font-size: 1.6rem;
  font-size: 16px;
  font-weight: normal;
}
.en__button {
  background-color: #007bc3;
  padding: 14px;
  color: #fff;
  font-size: 1.6rem;
  font-size: 16px;
  font-weight: 600;
  border-radius: 10px;
  box-shadow: 0 5px 0 #00459b;
  margin: 40px auto 0;
  display: block;
  width: 100%;
  max-width: 480px;
}
.en__button.btn_green {
  background-color: #5bc300;
  box-shadow: 0 5px 0 #3a7b01;
}
.en__button.btn_brown {
  background-color: #c35300;
  box-shadow: 0 5px 0 #833800;
}
.en__button span {
  padding: 0 80px 0 102px;
}
.en__button span::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 6px;
  border-color: transparent transparent transparent #ffffff;
  display: inline-block;
  margin: 0 0px 0 1em;
}
#winter .en__button {
  position: relative;
}
#winter .en__button span::after {
  display: none;
}
#winter .en__button span::before {
  content: "";
  background-image: url(../image/kurodake/winter_button.png);
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 10px;
  left: 25px;
  display: inline-block;
  width: 20%;
  height: 57%;
}
.enjoy__contents > div {
  margin: 80px auto 0;
  padding: 0 100px 120px;
  position: relative;
}
#summer.enjoy__contents .en__ph::before {
  content: "";
  width: 100%;
  background-image: url(../image/kurodake/summer4.png);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-size: contain;
  z-index: 1;
  height: 75px;
}
#winter.enjoy__contents .en__ph::before {
  content: "";
  width: 100%;
  background-image: url(../image/kurodake/winter.png);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
  background-size: contain;
  z-index: 1;
  height: 75px;
}
.enjoy__contents div.summer_1 {
  margin: 40px auto 120px;
}
.enjoy__contents div.summer_1 h4 + p {
  font-size: 24px;
  font-weight: 600;
  margin: 0 auto 40px;
}
.enjoy__contents div.summer_2 {
  margin: 40px auto 0;
}
#summer {
  background-color: #b6ffac;
}
#winter {
  background: #dae6ed;
}
.summer_2__figure1 figcaption {
  width: 100%;
  font-size: 34px;
  font-weight: 600;
  margin: 10px auto 40px;
}
.summer_2__figure1 div {
  display: flex;
  justify-content: space-around;
}
.summer_2__figure1 div a {
  width: 33%;
  padding: 14px;
}
.summer_2__figure1 div a img {
  width: 100%;
  height: auto;
}
.summer_2__figure2 img {
  width: 100%;
  margin: 40px auto;
}
.summer_2__figure2 figcaption {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 14px;
  border-radius: 10px;
  text-align: left;
  width: 90%;
  margin: 0 auto;
}
#ishimuro {
  width: 90% !important;
  margin: 10px;
  padding: 54px 14px 14px 14px;
}
#ishimuro h4 {
  font-size: 2rem;
  font-size: 20px;
  margin: 0 auto 1em;
  color: #fff;
  background-color: #444;
  padding: 10px;
  border-radius: 6px;
}
#ishimuro img {
  float: left;
  width: 50%;
  margin-right: 24px;
}
#ishimuro p small {
  width: calc(50% - 24px);
  float: right;
  padding: 1em 0 0 0;
  line-height: normal;
  display: inline-flex;
}
#ishimuro p small span {
  color: #b52d2f;
  font-weight: 600;
  margin: 0 0.5rem 0 0;
  text-decoration: none;
  display: inline-block;
  width: 65px;
}
.ishimuro_info h5 {
  border-left: 3px #444 solid;
  padding-left: 1rem;
  font-size: 1.6rem;
  font-size: 16px;
  margin: 24px auto 10px;
}
.ishimuro_info dl {
  margin: 0 auto 14px;
  padding: 0 0 0 014px;
}
.ishimuro_info dl dt {
  font-weight: 600;
}
.ishimuro_info dl dd p {
  width: 100%;
  font-size: 1.4rem;
  font-size: 14px;
}
.ishimuro_info dl dd p span {
  margin: 0 1rem 0 0;
}
.ishimuro_info table {
  width: 98%;
  margin: 20px auto 0;
}
.ishimuro_info table th {
  background-color: rgba(0, 0, 0, 0.1);
  font-weight: 300;
  font-size: 12px;
  border-radius: 6px;
  padding: 4px 10px;
  text-align: left;
}
.ishimuro_info table td {
  background-color: rgba(0, 0, 0, 0.3);
  font-size: 12px;
  border-radius: 6px;
  padding: 4px 10px;
  text-align: left;
  width: 39%;
  font-weight: 600;
}
.ishimuro_info > p {
  font-size: 1.2rem;
  font-size: 12px;
  padding: 0 0 0 14px;
}
.ishimuro_info > p.atn {
  text-decoration: underline;
  line-height: normal;
  margin: 20px auto 0;
}
.winter_1 .en__gallery {
  flex-wrap: nowrap;
}
.winter_1 .en__gallery div:nth-of-type(1) {
  width: 51%;
}
.winter_1 .en__gallery div:nth-of-type(2) {
  width: 49%;
}
.winter_1 .en__gallery div a,
.winter_1 .en__gallery div a img {
  width: 100%;
  padding: 0;
}
.winter_1 .en__gallery div:nth-of-type(1) img {
  padding: 0 7px 0 0;
}
.winter_1 .en__gallery div:nth-of-type(2) img {
  padding: 0 0 10px 7px;
}
.winter_2 {
  margin: 80px auto;
}
.winter_2 > div {
  display: flex;
  justify-content: space-between;
}
.winter_2 > div > a {
  width: 50%;
  position: relative;
  height: 280px;
  overflow: hidden;
}
.winter_2 > div > a > img {
  width: initial;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.winter_3 table th,
.winter_3 table td {
  text-align: left;
  border-left: 3px #c4c4c4 solid;
  border-bottom: 1px #c4c4c4 solid;
  padding: 1rem;
}
.winter_3 table {
  border-collapse: separate;
  border-spacing: 1rem;
}
.winter_3 table th {
  width: 25%;
  margin: 0 1rem 1rem 0;
}

.price_bikou {
  text-align: center;
  font-size: 1.7rem;
  margin-top: 20px;
  color: #049abf;
}

.credit-card {
  display: block;
  text-align: center;
}
.credit-card p {
  font-size: 1.8rem;
  margin-bottom: 20px;
}
.credit-card div {
  border: 1px solid #ccc;
  border-radius: 6px;
  width: 100%;
  padding: 20px;
}
.credit-card div img {
  width: 100%;
  max-width: 743px;
  margin: 0 auto;
}

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

live camera 

---------------- */
#live_camera {
  background-color: #f9f9f9;
}
.contents_inner {
  padding: 50px 0 80px;
  position: relative;
  z-index: 1;
}
.contents_inner h3 {
  text-align: center;
  background-image: url(../image/kurodake/icon_livecamera.svg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 50px;
  padding: 55px 0 30px 0;
  font-size: 2.5vw;
  line-height: normal;
}
.movie_wrap {
  display: block !important;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}
.movie_wrap .inner {
  padding-top: 56.25%;
  position: relative;
  height: 0;
  overflow: hidden;
}
.movie_wrap .inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.movie_wrap.movie_kurodake {
  width: 100%;
  max-width: 880px;
}

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

Information 

---------------- */
#pagetop_info {
  background-color: #fff;
}
#information {
  /* margin: 50px auto 80px; */
  padding: 50px 0 80px;
  position: relative;
  z-index: 1;
}
#information h3 {
  text-align: center;
  background-image: url(../image/kurodake/information_head.png);
  background-position: top center;
  background-repeat: no-repeat;
  padding: 60px 0 30px 0;
  font-size: 2.5vw;
  line-height: normal;
}
#information ul {
  width: 95%;
  max-width: 960px;
  margin: 0 auto;
}
#information ul li {
  background-color: #fff;
  border: 1px #ababab solid;
  border-radius: 6px;
  margin: 0 auto 24px;
  display: flex;
  flex-wrap: nowrap;
}
#information ul li.none_data {
  display: none;
}
#information ul li.none_data.kurodake,
#information ul li.none_data.moiwa,
#information ul li.none_data.tour,
#information ul li.none_data.aizankeionsen,
#information ul li.none_data.company {
  display: inline-block;
  text-align: center;
  font-size: 1.6rem;
  border: none;
  width: 100%;
}
#information ul li a,
#information ul li div {
  position: relative;
  display: flex;
  width: 100%;
}
#information ul li a .category,
#information ul li div .category {
  background-color: #000;
  color: #fff;
  padding: 10px 10px;
  border-radius: 6px 0 0 6px;
  font-size: 1.6rem;
  display: inline-flex;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 180px;
  flex-direction: column;
  line-height: 160%;
}
#information ul li a .category span:nth-of-type(1),
#information ul li div .category span:nth-of-type(1) {
  display: block;
  width: 100%;
}
#information ul li a .category span:nth-of-type(2),
#information ul li div .category span:nth-of-type(2) {
  display: inline-block;
  border: 1px #fff solid;
  text-align: center;
  font-size: 1.4rem;
  padding: 0 5px;
  width: 100%;
}

#information ul li .txt,
#information ul li div .txt {
  font-size: 1.6rem;
  color: #040000;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 10px 14px;
  width: calc(100% - 180px);
}
#information ul li .txt .icon {
  display: inline-block;
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
  padding: 0 10px;
  margin: 0 0 10px 0;
}
#information ul li .txt .kurodake {
  background-color: #6bacab;
}
#information ul li .txt .moiwa {
  background-color: #ea5a57;
}
#information ul li .txt .tour {
  background-color: #cacdcb;
  color: #5a4b44;
}
#information ul li .txt .aizankeionsen {
  background-color: #ee751d;
}
#information ul li .txt .company {
  background-color: #217539;
}
#pagetop_info #information h2,
#second_faq #faq h2,
.inquiry h2 {
  background-color: #ededed;
  margin: 0 auto;
  padding: 80px 0 10px;
}
.inquiry h2 {
  padding: 80px 0;
  background-position: bottom 70px center;
}
#information ul li div .txt {
  font-size: 1.8rem;
}
.inquiry h2 {
  margin: 50px auto 0;
}
.category_link {
  background-color: #ededed;
  display: flex;
  justify-content: center;
  margin: 0px auto 50px;
  padding: 40px 0 40px;
  flex-wrap: wrap;
}
#pagetop_info #information ul li div.txt_detail {
  width: 100%;
  display: inline-block;
  padding: 20px 30px;
}
#pagetop_info #information ul li div.txt_detail p {
  padding: 0 0 20px 0;
}
#pagetop_info #information ul li div.txt_detail div {
  display: inline-block;
}
#pagetop_info #information ul li div.txt_detail div div {
  float: right;
  width: 30%;
  margin: 0 0 0 20px;
}
#pagetop_info #information ul li div.txt_detail div a {
  display: inline-flex;
  color: rgb(223, 86, 86);
  text-decoration: underline;
  width: auto;
  margin: 0 1em 0 0;
  font-weight: 500;
  align-items: center;
}
#pagetop_info #information ul li div.txt_detail div p a::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(../image/top/file.png);
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 0.2em 0 0;
}
#pagetop_info #information ul li div.txt_detail div img {
  width: 100%;
  margin: 0 0 10px 0;
}
#pagetop_info #information ul li div.txt_detail p {
  display: inline-block;
  width: 100%;
  margin: 20px 0 0 0;
  padding: 0;
}
#pagetop_info #information ul li div.txt_detail a::after {
  content: none;
  display: none;
}
#information ul li div .category {
  border-radius: 5px 0 6px 0;
}
#pagetop_info #information ul li {
  flex-wrap: wrap;
}

@media screen and (min-width: 769px) and (max-height: 800px) {
  /* ノートPCなど */
  #info .ymdd span.day {
    font-size: 4vw;
  }
  .enjoy__contents .en__ph > div h3 span {
    margin: 0 0 40px 0;
  }
  .enjoy__contents .en__ph > div h3 {
    margin: 0 0 40px 0;
  }
  /*#info ul li dl dt, #info ul li dl dd span, #info ul li dl dd small{
		 font-size: calc(0.75rem + ((1vw - 4.8px) * 0.2778));
	}	*/
}
@media (max-width: 75em) {
  #summer.enjoy__contents .en__ph,
  #winter.enjoy__contents .en__ph {
    background-attachment: initial;
    background-size: cover;
    background-position: center;
  }
}

@media (max-width: 50.75em) {
  .banner_100th {
    top: initial;
    bottom: 100px;
    left: 0;
    right: 0;
    margin: auto;
    width: 130px;
  }

  .swiper-container-horizontal > .swiper-pagination-bullets,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    top: 68vh;
  }

  .fare_table {
    font-size: 14px;
  }

  /* live camera */
  .contents_inner h3 {
    padding: 30px 0 20px 0;
    font-size: 2.4rem;
    line-height: normal;
    background-size: 30px;
  }
  .movie_wrap {
    width: 95%;
  }

  /* information */
  #information h3 {
    padding: 40px 0 20px 0;
    font-size: 2.4rem;
    line-height: normal;
    background-size: 30px;
  }
  #information ul li a,
  #information ul li div {
    flex-direction: column;
    margin: 0;
  }
  #information ul li a .category,
  #information ul li div .category {
    padding: 5px 10px;
    border-radius: 6px 6px 0 0;
    font-size: 1.4rem;
    width: 100%;
    flex-direction: row;
  }
  #information ul li a .category span:nth-of-type(1),
  #information ul li div .category span:nth-of-type(1) {
    display: inline-block;
    width: auto;
  }
  #information ul li a .category span:nth-of-type(2),
  #information ul li div .category span:nth-of-type(2) {
    display: inline-block;
    margin: 0 0 0 12px;
    font-size: 1.3rem;
    line-height: 1.2rem;
    padding: 4px;
    width: auto;
  }
  #information ul li .txt {
    font-size: 1.4rem;
    font-weight: 500;
    width: calc(100% - 20px);
  }
  #information ul li div .txt {
    font-size: 1.6rem;
    font-weight: 500;
    padding: 10px 14px 14px 10px;
    width: 100%;
  }
  #information ul li .txt .icon,
  #information ul li div .icon {
    margin: 0 0 10px 0;
  }
  #information > div > a span {
    line-height: 35px;
    font-size: 1.4rem;
  }
  #information > div > a span::after {
    border-width: 6px 0 6px 6px;
  }

  #pagetop_info #information h2 {
    padding: 20px 0 10px;
    background-position: bottom 16px center;
  }
  #pagetop_info #information ul li div.txt_detail {
    padding: 0px 15px 6px;
  }
  #pagetop_info #information ul li div.txt_detail div {
    display: flex;
    flex-wrap: wrap;
  }
  #pagetop_info #information ul li div.txt_detail div div {
    float: none;
    width: 100%;
    margin: 24px auto 0;
    order: 3;
  }
  #pagetop_info #information ul li div.txt_detail div {
    font-size: 1.3rem;
  }
  #pagetop_info #information ul li div.txt_detail div img {
    width: 100%;
    margin: 0 auto 10px;
  }
  #pagetop_info #information ul li div.txt_detail div a {
    margin: 0;
  }
  #pagetop_info #information ul li div.txt_detail div p a {
    width: 100%;
    flex-direction: row;
  }
  #pagetop_info #information ul li div.txt_detail div p a:nth-of-type(1) {
    margin: 0 auto 1em;
  }
  #information > div > a .faq_open::before {
    font-size: 2rem;
  }
  /* information */

  .credit-card {
    padding: 0 20px;
  }
  .credit-card p {
    font-size: 1.6rem;
    margin-bottom: 16px;
  }
  .credit-card div img {
    max-width: 274px;
  }

  .fancybox-caption {
    padding: 25px 44px 50px;
  }
  #main_img h2 img {
    margin: 0 auto;
    width: 100%;
    max-width: 360px;
  }
  .navToggle {
    top: 8px !important;
  }
  .globalMenuSp.is-fixed::before,
  .globalMenuSp.active::before {
    background-color: #000;
    background-image: url(../image/kurodake/logo.png);
    background-size: 184px;
    background-repeat: no-repeat;
    background-position: left 12px center;
    padding: 25px 0;
  }
  #main_img h2 {
    text-align: center;
    width: 100%;
    float: none;
  }
  #main_img h2 span {
    width: 100%;
  }
  #main_img h2 span small {
    font-size: 1.4rem;
  }
  #main_img::after {
    background-size: contain;
  }
  #info > div > div {
    flex-wrap: wrap;
  }
  #info .situation {
    border-left: none;
  }
  #info > div > div > div.weather {
    width: 60%;
    padding: 0 10px;
  }
  #info .weather ul li:last-child {
    padding: 30%;
  }
  #info .ymdd {
    width: 40%;
    padding: 0 10px;
  }
  #info .situation,
  #info .message {
    width: 100%;
  }
  #info .ymdd span.day {
    font-size: 3rem;
  }
  #info .ymdd span.year {
    font-size: 2.4rem;
  }
  #info .ymdd span.dw {
    font-size: 1.8rem;
  }
  #info ul li dl dt,
  #info ul li dl dd span,
  #info ul li dl dd small {
    font-size: 1.3rem;
  }
  #info ul li dl dd {
    font-size: 1.8rem;
  }
  #info ul li dl dt small {
    font-size: 1.1rem;
  }
  #info .weather ul li dd,
  #info ul li dl.windspeed dd {
    font-size: 3rem;
  }
  #info::before {
    content: "";
    background-image: url(../image/kurodake/weather_head.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 150px;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    margin: -87px 0 0 0;
    transform: translateX(-50%);
  }
  #info > div > div > div.situation {
    margin: 20px auto;
  }
  #sns h3 span {
    font-size: 1.2rem;
    font-weight: 300;
    position: initial;
    top: initial;
    left: initial;
    display: inline-block;
    padding: 0 0 0 10px;
    line-height: normal;
  }
  #sns h3 {
    background-image: url(../image/kurodake/sns.png);
    padding: 0 0 0 48px;
    text-align: left;
    line-height: 28px;
    margin: 0px auto;
    font-size: 4rem;
    font-size: 2.8rem;
    background-size: 40px;
    position: relative;
    display: inline-flex;
    align-items: center;
  }
  #sns ul {
    display: block;
  }
  #sns ul li {
    width: 85%;
    height: 260px;
    padding: 0;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    transform: translateZ(0);
    margin: 20px auto;
    border: 1px #ccc solid;
  }
  #sns {
    padding: 40px 0;
  }
  /*-- 20200110 --*/
  #sns .instagram {
    width: 70%;
  }
  #sns .instagram_link {
    padding: 12px 0 15px 16%;
    font-size: 1.5rem;
    background-size: 15%;
  }
  /*----*/
  #intro > div {
    margin: 0 auto 60px;
  }
  #intro h3 {
    width: 100%;
    font-size: 2.5rem;
    text-align: center;
    background-image: url(../image/kurodake/kurodake_head.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    padding: 40px 0 70px;
    background-size: 1190px;
  }
  #intro > div > div > div {
    margin: 20px auto;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  #intro dl {
    width: 90%;
    margin: 0 auto;
  }
  #intro dl dt {
    font-size: 1.6rem;
    line-height: 140%;
  }
  #intro dl dd {
    padding: 2em 0 0;
    color: #fff;
    font-size: 1.3rem;
  }
  #intro > div > div > div img {
    width: 70%;
    margin: 20px auto 0;
  }
  #intro > div > div > figure img {
    width: 100%;
  }
  #intro > div > div > figure a span {
    top: initial;
    padding: 0 1em;
    border-radius: 0;
    font-size: 1rem;
    width: 100%;
    bottom: 0;
  }
  .intro__photo {
    display: none !important;
  }
  .intro__pamphlet {
    flex-direction: column !important;
  }
  .intro__pamphlet > div {
    width: 100%;
    padding: 0;
  }
  .intro__pamphlet > ul {
    width: 100%;
    padding: 0 14px;
  }
  .intro__pamphlet h5 {
    padding: 0 0 0 37px;
    line-height: 24px;
    font-size: 1.6rem;
    background-size: 29px;
  }
  .intro__pamphlet > div > p {
    padding: 1em 0;
    font-size: 1.3rem;
  }
  .intro__pamphlet ul li span {
    font-size: 1.2rem;
    width: 100%;
    display: block;
    text-align: center;
    padding: 2px 0;
  }
  .intro__pamphlet ul li:nth-child(2) span {
    display: none;
  }
  .arrow_box:after {
    left: 50%;
    top: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(235, 115, 82, 0);
    border-left-color: #eb7352;
    border-width: 6px;
    margin-top: 0;
    transform: rotate(90deg) translateY(50%);
  }
  .intro__pamphlet ul li a {
    font-size: 1.5rem;
    display: block;
    margin: 0.5em 0 0;
  }
  .intro__pamphlet ul li {
    padding: 0;
  }
  #price {
    padding: 40px 0;
  }

  /* 表イメージ */
  .mainimage {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    min-height: 120px;
    background-color: #eee;
  }
  .mainimage dl {
    position: relative;
    z-index: 1;
    width: 50%;
    margin-right: 10px;
    text-align: right;
  }
  .mainimage dl dt {
    color: #fff;
    font-weight: 600;
    font-size: 1.6rem;
    font-size: 16px;
    line-height: 1.4;
  }
  .mainimage dl dd {
    display: none;
    color: #fff;
    font-size: 1.1rem;
    font-size: 11px;
    line-height: normal;
    margin-top: 6px;
  }
  .mainimage_txt {
    display: block;
    width: 100%;
  }

  #price table {
    margin: 10px auto !important;
  }
  #price h3 {
    padding: 50px 0 0 0;
    font-size: 2.4rem;
    line-height: normal;
    background-size: 80px;
  }
  .price_detail > div {
    flex-wrap: wrap;
    margin: 0 auto;
  }
  .price_detail > div > dl {
    width: 100%;
    background-position: top 10px center;
  }
  .price_detail > div > dl dt {
    font-size: 1.6rem;
  }
  .price_detail > div > dl dd {
    font-size: 1.2rem;
  }
  .price_detail > div > dl {
    padding: 9% 5% 6% 41%;
    min-height: 104px;
    margin: 0 auto 20px;
  }

  /* 共通料金表 */
  #price .price__kyoutsu dl {
    padding: 8% 0% 0 63%;
    min-height: 120px;
  }
  #price .price__kyoutsu dl dt {
    font-size: 1.6rem;
    font-size: 16px;
  }
  /* -------- */

  .price_detail > div > table {
    width: 90%;
    margin: 20px auto;
    align-items: baseline;
  }
  .price_detail > div > table tbody th {
    width: 64%;
    padding: 0 0.2em;
  }
  .price_detail table tbody th,
  .price_detail table tbody td {
    font-size: 1.3rem;
    font-size: 13px;
  }
  .price_detail > div > table {
    width: 100%;
    margin: 20px auto 0;
    align-items: baseline;
  }
  .price_detail > div.price__fare > table:nth-of-type(2) caption {
    opacity: 1;
  }
  .price_detail > div.price__fare > table:nth-of-type(1) tbody {
    border-right: none;
  }
  .price_detail > div.price__fare > table:nth-of-type(2) th {
    display: table-cell;
  }
  .price_detail {
    margin: 40px auto;
  }
  .price_detail > table {
    width: 100%;
    overflow-x: scroll;
    display: block;
  }
  #price div.price__fare table th {
    width: 50px;
  }
  #price table caption {
    display: inline-block;
    width: 100%;
  }
  #price table caption span {
    display: inline-block !important;
  }
  .price_detail > div > table td {
    padding: 0;
    text-align: center;
  }

  /* ペアリフト（冬季） */
  .tbl_column2_a {
    flex-wrap: wrap;
  }
  .tbl_column2_a li {
    width: 100%;
  }
  .tbl_column2_a li:first-child {
    margin-right: 0;
  }
  .tbl_column2_a li:last-child {
    margin-left: 0;
  }

  #price table td div {
    display: none;
  }
  #price .tbl_column1_a tbody th {
    width: 35%;
  }
  #price > div > p {
    font-size: 1.4rem;
    width: 90%;
    margin: 0 auto;
  }
  #price table td ul {
    padding: 0;
  }
  #price table td ul li {
    font-size: 1.3rem;
    line-height: normal;
    padding: 4px 0;
  }
  #price table td ul li:first-child {
    width: 25%;
  }
  #price table td ul li:nth-child(2) {
    width: 30%;
  }
  #price table td ul li:nth-child(3) {
    width: 45%;
  }
  #price table tr:nth-of-type(1) td ul li:first-child {
    height: 40px;
    line-height: 32px;
  }
  #pickup_tour {
    padding: 40px 0;
  }
  #pickup_tour h3::before,
  #pickup_tour h3::after {
    content: "";
    padding: 10px 0;
    margin: 0 14px -6px;
    height: 30px;
    width: 20px;
  }
  #pickup_tour h3 {
    font-size: 6vw;
    margin: 0 0 40px !important;
  }
  #pickup_tour h3 span {
    width: 70%;
    display: inline-block;
  }
  #pickup_tour > ul {
    display: block;
    width: 100%;
  }
  #pickup_tour > ul > li {
    width: 100%;
    display: block;
    margin: 0;
    border-top: 1px #ccc solid;
    box-shadow: none;
  }
  #pickup_tour > ul > li:last-child {
    border-bottom: 1px #ccc solid;
  }
  #pickup_tour > ul > li > a {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
  }
  #pickup_tour > ul > li > a figure {
    width: 150px;
    display: inline-block;
    height: 110px;
  }
  /* #pickup_tour > ul > li > a figure img {
  } */
  #pickup_tour > ul > li > a div {
    width: 60%;
    display: inline-block;
    padding: 0 14px;
  }
  #pickup_tour > ul li .new_flag {
    font-size: 1rem;
    padding: 2px 10px;
    top: 18px;
    left: 0px;
    height: 24px;
    font-weight: 600;
  }
  #pickup_tour > ul li .new_flag::before {
    position: absolute;
    content: "";
    top: -10px;
    left: 0;
    border: none;
    border-top: solid 10px transparent;
    border-right: solid 10px #9c1919;
  }
  #pickup_tour > ul li .new_flag::after {
    position: absolute;
    content: "";
    z-index: 1;
    top: 0;
    right: -16px;
    height: 100%;
    width: 17px;
    background: url(../image/tour/new_flag.png);
    background-size: contain;
    background-repeat: no-repeat;
  }
  #pickup_tour > ul li a .t_title {
    font-size: 1.4rem;
    line-height: 130%;
  }
  #pickup_tour > ul li a time {
    font-size: 1.2rem;
    line-height: 140%;
    margin: 0;
  }
  #pickup_tour ul.t_icon {
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 10px;
  }
  #pickup_tour ul.t_icon li {
    font-size: 1.1rem;
    width: auto !important;
    line-height: 130%;
  }
  #pickup_tour.all ul.t_icon li {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
  }
  .t_icon li span {
    display: inline-block;
  }
  #pickup_tour ul li a .t_price {
    bottom: 4px;
    right: 14px;
    font-size: 2rem;
  }
  #pickup_tour ul li a {
    padding: 9px 9px 20px 9px;
  }
  #intro,
  #sounkyo {
    position: relative;
    padding: 40px 0 0;
  }
  #sounkyo h3 {
    padding: 50px 0 0 0;
    font-size: 2.5rem;
    background-size: 50px;
    background-position: top center;
  }
  #sounkyo figure figcaption {
    font-size: 1.4rem;
    font-size: 1.3rem;
    text-align: left;
    padding: 0 0 20px 0;
  }
  #sounkyo figure img {
    width: 100%;
  }
  .sounkyo_link p {
    background-position: bottom 48px center;
    width: 100%;
    float: none;
    font-size: 1.6rem;
    padding: 39px 0 0;
    background-size: 28px;
  }
  .sounkyo_link p span {
    margin: 0 auto 0;
  }
  .sounkyo_link p::before {
    display: none;
  }
  .sounkyo_link {
    height: auto;
    padding: 2% 0 4%;
    margin: 40px auto;
  }
  #access h3 {
    padding: 40px 0 0 0;
    font-size: 2.5rem;
    line-height: normal;
    background-size: 40px;
  }
  #access {
    padding: 40px 0;
  }
  .google-maps {
    padding-bottom: 90%;
    margin: 30px 0;
  }
  #access dl dt {
    font-size: 1.4rem;
  }
  #access dl dd {
    font-size: 1.3rem;
    line-height: normal;
  }
  #access .bus_link svg {
    fill: #fff;
    width: 62px !important;
    height: 62px !important;
  }
  #access .bus_link {
    background-position: left 14px center;
    margin: 0 auto;
    color: #fff;
    font-weight: 600;
    text-align: left;
    font-size: 1.4rem;
    padding: 10px;
  }
  #t_contact p.t_contact_tit {
    font-size: 2rem;
    width: 90%;
    text-align: left;
    margin: 0 auto;
    padding: 0;
  }
  #t_contact p {
    font-size: 2.8rem;
    display: inline-flex;
    align-items: center;
    font-weight: 600;
    position: relative;
    text-align: center;
    justify-content: center;
    margin: 0 auto;
    flex-wrap: wrap;
    width: 100%;
    padding: 0 0 0px 44px;
  }
  #t_contact p::before {
    content: "";
    background-image: url(../image/kurodake/phone.png);
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    width: 44px;
    height: 44px;
    position: absolute;
    left: 30px;
    background-size: contain;
    top: 12px;
  }
  #t_contact p span {
    font-weight: 400;
    font-size: 18px;
    font-size: 1.2rem;
    display: inline-block;
    margin: 0.5em;
    width: 70%;
  }
  #t_contact ul {
    display: flex;
    justify-content: space-around;
  }
  #t_contact ul li:first-child {
    margin: 0;
  }
  #t_contact ul li:last-child {
    margin: 0;
  }
  #t_contact ul li img {
    width: 90%;
  }
  footer ul li {
    border-bottom: 1px #fff solid;
  }
  #info > div > div > div.weather img {
    width: 80%;
    max-width: 147px;
  }
  .enjoy__contents h4 {
    font-size: 2rem;
    width: 100%;
    margin: 0 auto 20px;
  }
  /*#winter.enjoy__contents>div::before,	#summer.enjoy__contents>div::before {
    padding-bottom: 65px;
    top: -125px;
    left: 50%;
  }*/
  .enjoy__contents .en__ph > div h3 span {
    display: block;
    font-size: 1.6rem;
    color: #fff;
    margin: 0 0 10px 0;
  }
  .enjoy__contents .en__ph > div h3 {
    color: #fff;
    font-size: 3rem;
    margin: 0 0 16px 0;
  }
  .enjoy__contents .en__ph > div p {
    font-size: 1.3rem;
  }
  #summer.enjoy__contents .en__ph,
  #winter.enjoy__contents .en__ph {
    background-attachment: initial;
    background-size: cover;
    background-position: center;
  }
  .enjoy__contents > div {
    margin: 60px auto 0px;
    padding: 0 0 20px;
  }
  .enjoy__contents .en__ph {
    padding: 40px 0 80px;
  }
  #summer .en__gallery a {
    height: 70px;
    margin: 3px 0;
  }
  #summer .en__button {
    width: 80%;
  }
  .winter_2 > div {
    display: flex;
    justify-content: space-around;
  }
  .winter_2 > div > a {
    height: 140px;
  }
  .en__button {
    margin: 10px auto 40px;
  }
  .en__button span {
    padding: 0;
  }
  .enjoy__contents .en__ph img {
    width: initial;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  /*.enjoy__contents .en__ph>div {
    top: 6%;
    left: 50%;
    transform: translate(-50%,0);
}*/
  .enjoy__contents div.summer_1 {
    margin: 40px auto;
  }
  .summer_1 > p {
    font-size: 24px;
    font-weight: 600;
    margin: 0 auto 40px;
  }
  .enjoy__contents div.summer_1 h4 + p {
    font-size: 1.8rem;
    margin: 0 auto 20px;
  }
  .summer_2__figure1 div a {
    padding: 4px;
  }
  .summer_2__figure1 figcaption {
    font-size: 2.2rem;
    margin: 0 auto 20px;
  }
  .summer_2__figure2 figcaption {
    font-size: 1.2rem;
    width: 100%;
    line-height: normal;
  }
  .enjoy__contents div.summer_2 {
    padding: 0 0 40px 0;
  }
  .winter_3 table th,
  .winter_3 table td {
    width: 100% !important;
    display: block;
    font-size: 1.3rem;
    border-left: none;
    padding: 4px;
    margin: 4px;
  }
  .winter_3 table th::before {
    content: "■";
    display: inline-block;
  }
  #winter .en__button span::before {
    display: none;
  }
  #winter .en__button span::after {
    display: inline-block;
  }
  .winter_2 {
    margin: 40px auto;
  }
  #ishimuro p small {
    width: 100%;
  }
  #ishimuro img {
    float: none;
    width: 100%;
    margin-right: 0;
    display: block;
    margin-bottom: 20px;
  }
  .winter_1 .en__gallery div:nth-of-type(1) img {
    padding: 0;
  }
  .winter_1 .en__gallery div:nth-of-type(2) img {
    padding: 0 0 6px 7px;
  }
  .winter_3 table {
    margin: -20px auto 0;
  }
  #main_img > div.main_copy {
    top: 40%;
  }
}

@media (max-width: 321px) {
  .enjoy__contents .en__ph ::before {
    content: "";
    display: block;
  }
  #sns .instagram_link {
    font-size: 1.4rem;
  }
  #info > div > div > div.weather {
    width: 60%;
    padding: 0 10px;
  }
  #info .ymdd {
    width: 40%;
    padding: 0 10px;
  }
  #info ul li dl dt,
  #info ul li dl dd span,
  #info ul li dl dd small {
    font-size: 1.1rem;
  }
  #info ul li dl dd {
    font-size: 1.4rem;
  }
}
@media (max-width: 50.75em) and (orientation: landscape) {
  #t_contact p {
    width: 80%;
    height: 44px;
    margin: 20px auto;
  }
  #t_contact p span {
    width: auto;
  }
  #t_contact p::before {
    top: 0;
  }
  #t_contact h6 {
    text-align: center;
  }
  #t_contact ul {
    justify-content: center;
  }
  #sns ul li {
    width: 500px;
  }
  #sns .instagram {
    width: 60%;
  }
  #info > div > div {
    align-items: center;
  }
  #info .message {
    width: 90% !important;
  }
  #info .ymdd {
    width: 20%;
    padding: 0 10px;
  }
  #info > div > div > div.weather {
    width: 30%;
    padding: 0 10px;
  }
  #info .situation,
  #info .message {
    width: 50%;
  }
}
