@charset "UTF-8";
/*
Theme Name: 弥彦山ロープウェイのテーマ
Version: 1.0
*/

/** ベース
---------------------------------------------**/
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Arial", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #333;
}

* {
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  line-height: 1.2;
}

p {
  margin: 0 0 15px;
}

p:last-child {
  margin-bottom: 0;
}

a {
  color: #333;
  text-decoration: none;
}

a:hover {
  color: #4fb1c7;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

a:hover img {
  opacity: 0.85;
}

ul {
  margin: 0;
  padding-left: 0;
}

ul li {
  list-style: none;
}

ol {
  margin: 0 30px 0 10px;
  padding-left: 1.2em;
}

ol li {
  margin-bottom: 5px;
}

dl {
  margin: 0;
}

dd {
  margin: 0;
}

input[type="text"],
input[type="email"],
textarea {
  width: 100%;
  padding: 0.3em;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  color: #333;
}

.wrapper {
  min-width: 1000px;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.pc-only {
  display: inline-block;
}

.sp-only {
  display: none;
}


/** slick
---------------------------------------------**/
.slick-prev {
  top: 35%;
  left: 25px;
  width: 68px;
  height: 102px;
  background: url(./images/icn_slide_left.png) no-repeat !important;
  background-size: contain !important;
  z-index: 100;
  transform: translateY(-50%);
}

.slick-prev::before {
  content: none !important;
}

.slick-next {
  top: 35%;
  right: 25px;
  width: 68px;
  height: 102px;
  background: url(./images/icn_slide_right.png) no-repeat !important;
  background-size: contain !important;
  z-index: 100;
  transform: translateY(-50%);
}

.slick-next::before {
  content: none !important;
}

.slick-dots {
  position: absolute;
  bottom: 240px;
}

.slick-dots li button::before {
  opacity: 1;
  font-size: 14px;
  color: #d7d7d7;
}

.slick-dots li.slick-active button::before,
.slick-dots li:hover button::before {
  opacity: 1;
  color: #1eaa39;
}

.slick-dots li button {
  width: 17px;
  height: 17px;
  border: 4px solid #fff;
  border-radius: 20px;
}

.slick-dots li button::before {
  width: 18px;
  height: 18px;
  top: 1px;
  right: 2px;
  font-size: 16px !important;
  opacity: 1;
  color: #d7d7d7;
}


/** table
---------------------------------------------**/
table {
  width: 100%;
  margin-bottom: 20px;
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  padding: 10px;
  background-color: #edf7f9;
  border: 1px solid #707070;
  font-weight: normal;
}

thead th {
  line-height: 1.2;
}

td {
  padding: 10px;
  background-color: #fff;
  border: 1px solid #707070;
  text-align: center;
}

.item-col {
  width: 160px;
}


/** ヘッダー
---------------------------------------------**/
header {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 110px;
  max-height: 110px;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}

.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1100px;
  height: 100%;
  margin: 0 auto;
  padding: 15px 0;
}

.header-wrap {
  display: flex;
  align-items: center;
  line-height: 1;
}

header .site-logo {
  width: 340px;
  margin-right: 10px;
  line-height: 1;
}

header .site-logo img {
  vertical-align: top;
}

header .tel {
  margin-right: 20px;
  font-size: 2rem;
  font-weight: bold;
}

header .sp-tel {
  display: none;
}

.sns-link {
  display: flex;
}

.sns-link li {
  margin-right: 15px;
}

.sns-link li:last-child {
  margin-right: 0;
}

.sns-link a {
  display: block;
}
 
.sp-menu {
  display: none;
}

.header-info a {
  display: flex;
  width: 300px;
  padding: 5px 10px;
  background-color: #f39800;
  border-radius: 10px;
  color: #fff;
}

.header-info a:hover {
  opacity: 0.85;
}

.header-info a::before {
  content: '';
  display: block;
  width: 60px;
  height: 26px;
  margin-right: 15px;
  background: url(./images/icn_dantai_form.png) no-repeat;
  background-size: contain;
}

/* メニュー */
.nav-menu {
  max-height: 40px;
  background-color: #1eaa39;
  line-height: 1.2;
}

.nav-menu .menu {
  display: flex;
  width: 1100px;
  max-height: 40px;
  margin: 0 auto;
}

.nav-menu li {
  flex: 1;
  max-width: 210px;
  width: 210px;
  border-right: 1px solid #fff;
}

.nav-menu li:first-child {
  border-left: 1px solid #fff;
}

.nav-menu li.home {
  max-width: 50px;
  width: 50px;
}

.nav-menu li.home a {
  height: 0;
  padding: 40px 0 0;
  position: relative;
  overflow: hidden;
}

.nav-menu li.home a::before {
  content: '';
  min-width: 32px;
  width: 30px;
  height: 26px;
  background-image: url(./images/icn_home.png);
  background-position: top center;
  background-repeat: no-repeat;
  position: absolute;
  top: calc(50% - 13px);
  left: calc(50% - 15px);
}

.nav-menu li.price-info a {
  background-color: transparent !important;
}

.nav-menu .dantai-sp-only {
  display: none;
}

.nav-menu a {
  display: block;
  height: 100%;
  padding: 10px;
  color: #fff;
  text-align: center;
}

.nav-menu a:hover,
.nav-menu li.price-info a:hover ,
.nav-menu .current-menu-item a {
  background-color: #4fb1c7 !important;
}


/** メイン
---------------------------------------------**/
main {
  padding-top: 110px;
}

.main-visual {
  max-height: calc(100vh - 120px);
  margin-bottom: 60px;
  position: relative;
  overflow: hidden;
}

.main-visual img {
  width: 100%;
  height: calc(100vh - 120px) !important;
  max-height: 100%;
  max-width: 100%;
  margin: auto;
  object-fit: cover;
}

.ropeway-info {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(30, 170, 57, 0.75);
  color: #fff;
}

.ropeway-info .inner {
  width: 1100px;
  margin: 0 auto;
  padding: 20px 0 30px;
}

.ropeway-info .title {
  margin-bottom: 15px;
  text-align: center;
}

.time-area {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.time-area-wrap {
  display: flex;
  margin-right: 20px;
}

.time-area .flex-wrap {
  display: flex;
}

.time-area-wrap .flex-wrap:not(:last-child) {
  margin-right: 20px;
}

.time-area .interval {
  width: 60%;
}

.time-area dt {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 100px;
  width: 100px;
  padding: 10px;
  background-color: #6ec7d8;
  font-size: 1.8rem;
  color: #fff;
  text-align: center;
  line-height: 1.2;
}

.time-area dd {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 100px;
  width: 100px;
  padding: 10px 20px;
  background-color: #fff;
  font-size: 1.8rem;
  color: #333;
  line-height: 1.2;
}

.time-area .interval dd {
  display: flex;
  flex-direction: column;
  align-items: inherit;
  width: 100%;
  font-size: 1.4rem;
  text-align: left;
}

.interval .time-interval,
.interval .time-range {
  margin-right: 1em;
}

.info-notes {
  padding: 10px 15px;
  background-color: #fff;
  color: #333;
}


/* メインパーツ */
.content-area {
  margin-bottom: 85px;
}

.transition-area {
  padding-top: 140px !important;
  margin-top: -140px !important;
}

.content-inner {
  width: 1100px;
  margin: 0 auto;
}


/* 見出し */
.section-title {
  margin-bottom: 30px;
  font-size: 3rem;
  color: #4fb1c7;
  text-align: center;
}

.rect-title {
  margin-bottom: 30px;
  padding: 15px;
  text-align: center;
}

.rect-title.blue {
  border: 1px solid #4fb1c7;
  font-size: 2rem;
  color: #4fb1c7;
}

.rect-title.orange {
  border: 1px solid #f39800;
  font-size: 2.5rem;
  color: #f39800;
}

.line-title {
  margin-bottom: 20px;
  padding: 10px;
  border: 1px solid #c8c8c8;
  border-left: 10px solid #4fb1c7;
  font-size: 2rem;
}

.color-title {
  margin-bottom: 15px;
  font-size: 1.8rem;
  color: #4fb1c7;
}


/* アコーディオン */
.accordion-btn {
  cursor: pointer;
  position: relative;
}

.accordion-area {
  display: none;
}

.accordion-area.open {
  display: block;
}

.circle-btn {
  width: 25px;
  height: 25px;
  border: 1px solid #4fb1c7;
  border-radius: 25px;
  position: absolute;
  top: calc(50% - 12.5px);
  right: 10px;
}

.circle-btn .plus {
  display: block;
  width: 25px;
  height: 25px;
  position: relative;
}

.circle-btn .plus::after,
.circle-btn .plus::before {
  content: '';
  width: 15px;
  height: 1px;
  position: absolute;
  right: calc(50% - 7.5px);
  top: 50%;
  transform: translateY(-50%);
  background-color: #4fb1c7;
}

.circle-btn .plus::before {
  transform: translateY(-50%) rotate(90deg);
}

.accordion-btn.open .plus::before {
  display: none;
}


/* インフォメーション */
.pick-up-area {
  margin-bottom: 40px;
  padding: 0 2%;
}

.pick-up-list {
  display: flex;
  justify-content: center;
}

.pick-up-list li {
  width: 23.8%;
  margin-right: 1.6%;
  border-radius: 20px;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.16);
}

.pick-up-list li:last-child {
  margin-right: 0;
}

.pick-up-list a {
  display: block;
  height: 100%;
  color: #333;
}

.pick-up-list .thumb {
  width: 100%;
  padding-top: 14vw;
  position: relative;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}

.pick-up-list .thumb > img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: initial;
  width: auto;
  height: 100%;
}

.pick-up-list .text-box {
  padding: 15px 20px;
}

.pick-up-list .title {
  margin-bottom: 10px;
  font-size: 1.8rem;
}

.pick-up-list .text-box p {
  margin-bottom: 15px;
  font-size: 1.4rem;
  line-height: 1.4;
}

.pick-up-list .new {
  margin-left: 10px;
  color: #d4145a;
}

.category span {
  display: inline-block;
  min-width: 70px;
  padding: 5px 10px;
  background-color: #7d7d7d;
  font-size: 1.3rem;
  color: #fff;
  text-align: center;
  line-height: 1;
}

.pick-up-list .category {
  margin-bottom: 5px;
}

.pick-up-list .category span {
  margin: 0 10px 5px 0;
}

.info-area {
  width: 1100px;
  margin: 0 auto;
}

.info-list {
  margin-bottom: 30px;
}

.info-list li {
  border-bottom: 1px solid #d7d7d7;
}

.info-list li:first-child {
  border-top: 1px solid #d7d7d7;
}

.info-list article {
  display: flex;
  align-items: center;
  padding: 15px 0;
  font-size: 1.4rem;
}

.info-list article:hover {
  background-color: #ddf2e1;
}

.info-list .info-head {
  display: flex;
  align-items: center;
  margin-right: 20px;
  white-space: nowrap;
  line-height: 1.2;
}

.info-list time {
  color: #4fb1c7;
}

.info-list .update {
  margin-right: 20px;
  color: #4fb1c7;
}

.info-head .category span:not(:last-child) {
  margin-right: 5px;
}

.info-list p {
  color: #333;
}

.info-list .new {
  margin-left: 10px;
  color: #d4145a;
}


/* ライブカメラ */
.live-cam {
  display: flex;
  margin-bottom: 30px;
}

.live-photo {
  width: 540px;
  margin-right: 20px;
}

.live-photo:last-child {
  margin-right: 0;
}


/* ロープウェイの楽しみ方 */
.enjoy-list {
  display: flex;
  flex-wrap: wrap;
}

.enjoy-list li {
  width: calc(50% - 0.5px);
  margin: 0 1px 20px 0;
}

.enjoy-list li:nth-of-type(2n) {
  margin-right: 0;
}

.enjoy-list article {
  position: relative;
}

.enjoy-list .enjoy-info {
  width: 100%;
  padding: 20px;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.enjoy-list .ropeway .enjoy-info {
  background-color: rgba(30, 170, 57, 0.65);
}

.enjoy-list .facility .enjoy-info {
  background-color: rgba(31, 130, 126, 0.65);
}

.enjoy-list .meal .enjoy-info {
  background-color: rgba(120, 58, 0, 0.65);
}

.enjoy-list .bus .enjoy-info {
  background-color: rgba(0, 135, 72, 0.65);
}

.enjoy-info .title {
  margin-bottom: 5px;
  font-size: 2.5rem;
  text-align: center;
}

.enjoy-info p {
  text-align: center;
}


/* 予約フォームバナー */
.mail-banner {
  display: flex;
}

.mail-banner li {
  width: 540px;
  margin-right: 20px;
}

.mail-banner li:last-child {
  margin-right: 0;
}

.mail-banner a {
  display: block;
}


/* 料金表 */
.col-area {
  display: flex;
}

.col-area .box {
  width: 50%;
  margin-right: 60px;
}

.col-area .box:last-child{
  margin-right: 0;
}

.child-group {
  margin-bottom: 60px;
}

.col-img {
  margin-bottom: 25px;
}


/* バナー */
.banner-list {
  display: flex;
  flex-wrap: wrap;
}

.banner-list li {
  min-width: 260px;
  width: 260px;
  margin: 0 20px 30px 0;
}

.banner-list li:nth-of-type(4n) {
  margin-right: 0;
}


/** フッター
---------------------------------------------**/
footer {
  border-top: 1px solid #1eaa39;
  color: #707070;
}

.footer-bkg {
  background: url(./images/bg_footer.jpg) no-repeat center bottom;
}

.footer-inner {
  max-width: 1200px;
  width: 76%;
  margin: 0 10% 0 14%;
  padding: 40px 0 200px;
}

.site-info {
  min-width: 500px;
}

.site-info .site-logo {
  width: 260px;
  margin-bottom: 20px;
}

footer address {
  font-style: inherit;
}

.footer-info .site-nav-area {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-left: 60px;
  position: relative;
}

.foot-nav {
  min-width: 400px;
  width: 400px;
  position: relative;
}

.foot-nav ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  min-height: 160px;
  max-height: 160px;
}

.foot-nav a {
  position: relative;
  font-size: 1.4rem;
  color: #707070;
}

.foot-nav a::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: -1.5em;
  width: 6px;
  height: 6px;
  margin-top: -4px;
  border-top: solid 2px #1eaa39;
  border-right: solid 2px #1eaa39;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.foot-nav a::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  background-color: #707070;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.foot-nav a:hover::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.foot-nav .safety-report {
  width: 260px;
  position: absolute;
  top: 0;
  left: 400px;
}

.foot-nav .safety-report a {
  display: block;
  height: 0;
  padding-top: 55px;
  background: url(./images/bnr_safety_report.png);
  overflow: hidden;
}

.foot-nav .safety-report a::before,
.foot-nav .safety-report a::after {
  content: none;
}

.copyright {
  padding: 20px 0;
  background-color: #fff;
  color: #1eaa39;
}

.copyright > p {
  width: 76%;
  margin: 0 10% 0 14%;
  font-size: 1.2rem;
}


/** トップに戻る
---------------------------------------------**/
.page-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 999;
  width: 85px;
  cursor: pointer;
  transition: 0.3s;
}


/** 404エラー
---------------------------------------------**/
.error-message { 
  text-align: center; 
}

.error-message.sub{ 
  margin-bottom: 45px;
}


/** flex
---------------------------------------------**/
.flex-area {
  display: flex;
}


/** リスト
---------------------------------------------**/
.disc-list {
  margin-bottom: 30px;
}

.disc-list li {
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.6;
}

.disc-list li::before {
  content: '●';
  margin-right: 0.2em;
  font-size: 2rem;
  color: #40b3d0;
}


/** 注釈
---------------------------------------------**/
.notes {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 1.4rem;
}


/** ボタン
---------------------------------------------**/
.btn-center {
  margin: 0 auto;
}

.more-btn {
  display: block;
  min-width: 400px;
  width: 400px;
  margin: 0 auto;
  padding: 10px;
  background-color: #f5f5f5;
  border: 1px solid #c8c8c8;
  border-radius: 20px;
  font-size: 1.4rem;
  color: #333;
  text-align: center;
  line-height: 1.2;
  position: relative;
}

.more-btn:hover {
  background-color: #ddf2e1;
  color: #333;
}

.more-btn::before {
  display: block;
  content: '';
  position: absolute;
  top: 20px;
  left: 12px;
  width: 7px;
  height: 7px;
  margin-top: -5px;
  border-top: solid 2px #1eaa39;
  border-right: solid 2px #1eaa39;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.more-btn-square {
  display: block;
  min-width: 530px;
  width: 530px;
  margin: 0 auto;
  padding: 15px;
  background-color: #f5f5f5;
  border: 1px solid #c8c8c8;
  border-radius: 10px;
  font-size: 1.4rem;
  color: #333;
  text-align: center;
  line-height: 1.2;
  position: relative;
}

.more-btn-square:hover {
  background-color: #ddf2e1;
  color: #333;
}

.more-btn-square::before {
  display: block;
  content: '';
  position: absolute;
  top: 24px;
  left: 20px;
  width: 7px;
  height: 7px;
  margin-top: -5px;
  border-top: solid 2px #1eaa39;
  border-right: solid 2px #1eaa39;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}


/** テキスト
---------------------------------------------**/
.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.red {
  color: #c80000;
}

.bold {
  font-weight: bold;
}

.nowrap {
  white-space: nowrap;
}


/** 文字サイズ
---------------------------------------------**/
.font-14 {
  font-size: 1.4rem;
}

.font-16 {
  font-size: 1.6rem;
}

.font-18 {
  font-size: 1.8rem;
}

.font-20 {
  font-size: 2.0rem;
}

.font-22 {
  font-size: 2.2rem;
}

.font-24 {
  font-size: 2.4rem;
}

.font-30 {
  font-size: 3.0rem;
}


/** line-height
---------------------------------------------**/
.lh-1 {
  line-height: 1;
}


/** ブロック指定
---------------------------------------------**/
.d-inline {
  display: inline-block;
}

.d-block {
  display: block;
}

.pc-only-block{
  display: block;
}


/** width
---------------------------------------------**/
.w25{
  width: 25%;
}

.w50{
  width: 50%;
}


/** margin
---------------------------------------------**/
.m-0{
  margin: 0 !important;
}

/* top */
.mt-0{
  margin-top: 0 !important;
}

.mt-5{
  margin-top: 5px !important;
}

.mt-10{
  margin-top: 10px !important;
}

.mt-15{
  margin-top: 15px !important;
}

.mt-25{
  margin-top: 25px !important;
}

.mt-30{
  margin-top: 30px !important;
}

.mt-40{
  margin-top: 40px !important;
}

.mt-60{
  margin-top: 60px !important;
}

.mt-65{
  margin-top: 65px !important;
}

.mt-70{
  margin-top: 70px !important;
}

.mt-130{
  margin-top: 130px !important;
}

/* right */
.mr-0{
  margin-right: 0 !important;
}

.mr-5{
  margin-right: 5px !important;
}

.mr-10{
  margin-right: 10px !important;
}

.mr-15{
  margin-right: 15px !important;
}

.mr-25{
  margin-right: 25px !important;
}

.mr-30{
  margin-right: 30px !important;
}

.mr-40{
  margin-right: 40px !important;
}

.mr-70{
  margin-right: 70px !important;
}

/* left */
.ml-0{
  margin-left: 0 !important;
}

.ml-5{
  margin-left: 5px !important;
}

.ml-10{
  margin-left: 10px !important;
}

.ml-15{
  margin-left: 15px !important;
}

.ml-25{
  margin-left: 25px !important;
}

.ml-30{
  margin-left: 30px !important;
}

.ml-40{
  margin-left: 40px !important;
}

.ml-70{
  margin-left: 70px !important;
}

/* bottom */
.mb-0{
  margin-bottom: 0 !important;
}

.mb-5{
  margin-bottom: 5px !important;
}

.mb-10{
  margin-bottom: 10px !important;
}

.mb-15{
  margin-bottom: 15px !important;
}

.mb-20{
  margin-bottom: 20px !important;
}

.mb-25{
  margin-bottom: 25px !important;
}

.mb-30{
  margin-bottom: 30px !important;
}

.mb-40{
  margin-bottom: 40px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-65 {
  margin-bottom: 65px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-130{
  margin-bottom: 130px !important;
}

.mx-auto{
  margin: 0 auto !important;
}


/** padding
---------------------------------------------**/
.p-0{
  padding: 0 !important;
}

/* top */
.pt-0{
  padding-top: 0 !important;
}

.pt-10{
  padding-top: 10px !important;
}

.pt-15{
  padding-top: 15px !important;
}

.pt-25{
  padding-top: 25px !important;
}

.pt-30{
  padding-top: 30px !important;
}

.pt-40{
  padding-top: 40px !important;
}

.pt-70{
  padding-top: 70px !important;
}

.pt-130{
  padding-top: 130px !important;
}

/* right */
.pr-0{
  padding-right: 0 !important;
}

.pr-10{
  padding-right: 10px !important;
}

.pr-15{
  padding-right: 15px !important;
}

.pr-25{
  padding-right: 25px !important;
}

.pr-30{
  padding-right: 30px !important;
}

/* left */
.pl-0{
  padding-left: 0 !important;
}

.pl-10{
  padding-left: 10px !important;
}

.pl-15{
  padding-left: 15px !important;
}

.pl-25{
  padding-left: 25px !important;
}

.pl-30{
  padding-left: 30px !important;
}

/* bottom */
.pb-0{
  padding-bottom: 0 !important;
}

.pb-10{
  padding-bottom: 10px !important;
}

.pb-15{
  padding-bottom: 15px !important;
}

.pb-25{
  padding-bottom: 25px !important;
}

.pb-30{
  padding-bottom: 30px !important;
}

.pb-40{
  padding-bottom: 40px !important;
}

.pb-70{
  padding-bottom: 70px !important;
}

.pb-130{
  padding-bottom: 130px !important;
}


@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
    line-height: 1.4;
  }

  .wrapper {
    min-width: inherit;
  }

  .pc-only {
    display: none;
  }

  .sp-only {
    display: block;
  }


  /** slick
  ---------------------------------------------**/
  .slick-prev {
    width: 34px;
    height: 51px;
    background-image: url(./images/icn_slide_left_2x.png) !important;
    top: 50%;
    left: 12.5px;
  }

  .slick-next {
    width: 34px;
    height: 51px;
    background-image: url(./images/icn_slide_right_2x.png) !important;
    top: 50%;
    right: 12.5px;
  }

  .slick-dots {
    bottom: 25px;
  }

  .slick-dots li {
    width: 13px;
    height: 13px;
  }

  .slick-dots li button {
    width: 8px;
    height: 8px;
    border: 3px solid #fff;
  }

  .slick-dots li button::before {
    width: 9px;
    height: 9px;
    top: -0.5px;
    left: 1px;
    font-size: 1.3rem !important;
  }



  /** table
  ---------------------------------------------**/
  table {
    margin-bottom: 15px;
  }

  th,
  td {
    white-space: nowrap;
  }

  .item-col {
    min-width: 85px;
  }




  header {
    max-height: inherit;
    height: 55px;
    box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.05);
  }

  .header-inner {
    width: 100%;
    padding: 0;
  }

  .header-wrap {
    width: 100%;
    height: 100%;
    padding: 10px 10px 10px 15px;
    justify-content: space-between;
  }

  header .site-logo {
    width: 200px;
    margin: 0;
  }

  header .site-logo img {
    vertical-align: middle;
  }

  header .tel,
  header .sns-link {
    display: none;
  }

  header .sp-tel {
    display: block;
    width: 40px;
  }

  header .sp-menu {
    display: block;
    min-width: 55px;
    width: 55px;
    height: 100%;
    background-color: #1eaa39;
  }

  .sp-menu > a {
    display: block;
    height: 100%;
    padding: 15px;
    position: relative;
  }

  .icon-bar {
    display: block;
    width: 100%;
    height: 3px;
    background: #fff;
    transition: .3s;
  }

  .icon-bar + .icon-bar {
    margin-top: 7px;
  }

  .sp-nav-btn.hover .icon-bar:nth-of-type(1) {
    transform: translate3d(0,10px,0) rotate(45deg);
  }

  .sp-nav-btn.hover .icon-bar:nth-of-type(2) {
    opacity: 0;
  }

  .sp-nav-btn.hover .icon-bar:nth-of-type(3) {
    transform: translate3d(0,-10px,0) rotate(-45deg);
  }

  .header-info {
    display: none;
  }

  .nav-menu {
    display: none;
    width: 100%;
    height: auto;
    max-height: inherit;
    padding: 0;
    background-color: transparent;
    position: fixed;
    top: 55px;
    left: 0;
    z-index: 1000;
  }

  .nav-menu.hover {
    display: block;
  }

  .nav-menu .menu {
    width: 100%;
    max-height: inherit;
    flex-direction: column;
  }

  .nav-menu li {
    max-width: inherit;
    width: 100%;
    border-right: none;
    background-color: rgba(30, 170, 57, 0.85);
    border-bottom: 1px solid #fff;
  }

  .nav-menu li:first-child {
    border-left: none;
  }

  .nav-menu li:last-child {
    border-bottom: none;
  }

  .nav-menu li.home {
    max-width: inherit;
    width: 100%;
  }

  .nav-menu li.home a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: inherit;
    padding: 15px 20px;
  }

  .nav-menu li.home a::before {
    position: static;
    margin-right: 5px;
    background-image: url(./images/icn_home_2x.png);
    background-size: contain;
  }

  .nav-menu .dantai-sp-only {
    display: block;
    background-color: rgba(243, 152, 0, 0.85);
  }

  .nav-menu .dantai-sp-only a {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .nav-menu .dantai-sp-only a::before {
    content: '';
    display: block;
    width: 60px;
    height: 26px;
    margin-right: 10px;
    background: url(./images/icn_dantai_form_2x.png) no-repeat;
    background-size: contain;
  }

  .nav-menu a {
    display: block;
    width: 100%;
    padding: 15px 20px;
    font-size: 1.8rem;
    color: #fff;
    text-align: center;
    letter-spacing: 0;
  }

  .nav-menu a:hover,
  .nav-menu li.price-info a:hover,
  .nav-menu .current-menu-item a {
    background-color: rgba(79, 177, 199, 0.85) !important;
  }





  main {
    padding-top: 55px;
  }

  .main-visual {
    max-height: inherit;
    margin-bottom: 25px;
    position: static;
    overflow: inherit;
  }

  .main-visual img {
    display: inline-block !important;
    height: calc(375px - 55px) !important;
  }

  .slick-dotted.slick-slider {
    margin-bottom: 0;
  }

  .ropeway-info {
    position: static;
  }

  .ropeway-info .inner {
    width: 100%;
    padding: 15px;
  }

  .time-area-wrap {
    width: 100%;
    margin: 0 0 10px;
  }

  .time-area {
    flex-direction: column;
    margin-bottom: 10px;
  }

  .time-area-wrap .flex-wrap:not(:last-child) {
    width: 33%;
    margin-right: 2%;
  }

  .time-area-wrap .flex-wrap:last-child {
    width: 33%;
  }

  .time-area dt,
  .time-area dd {
    min-width: inherit;
    width: 50%;
    padding: 5px;
    font-size: 1.4rem;
  }

  .time-area .interval {
    flex-direction: column;
    width: 100%;
  }

  .time-area .interval dt {
    width: 100%;
  }

  .time-area .interval dd {
    display: block;
    padding: 10px 15px;
  }




  /* メインパーツ */
  .content-area {
    margin-bottom: 45px;
  }

  .transition-area {
    padding-top: 70px !important;
    margin-top: -70px !important;
  }

  .content-inner {
    width: 100%;
    padding: 0 15px;
  }



  /* 見出し */
  .section-title {
    margin-bottom: 20px;
    font-size: 1.8rem;
  }

  .rect-title.blue {
    padding: 10px 5px;
    font-size: 1.8rem;
  }

  .rect-title.orange {
    margin-bottom: 20px;
    padding: 10px;
    font-size: 1.6rem;
  }

  .line-title {
    margin-bottom: 20px;
    border-left: 8px solid #4fb1c7;
    font-size: 1.6rem;
  }

  .color-title {
    margin-bottom: 10px;
    font-size: 1.5rem;
  }



  /* アコーディオン */
  .circle-btn .plus::after,
  .circle-btn .plus::before {
    width: 15px;
  }



  /* インフォメーション */
  .content-area.information {
    padding: 0 15px;
  }

  .pick-up-area {
    margin-bottom: 20px;
    padding: 0;
  }

  .pick-up-list {
    flex-wrap: wrap;
    justify-content: inherit;
  }

  .pick-up-list li {
    width: 48%;
    margin: 0 4% 4% 0;
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.16);
  }

  .pick-up-list li:nth-of-type(2n) {
    margin-right: 0;
  }

  .pick-up-list .thumb {
    padding-top: 27vw;
  }

  .pick-up-list .text-box {
    padding: 7px 10px;
  }

  .pick-up-list .category {
    margin-bottom: 0;
  }

  .category span {
    min-width: 65px;
    margin: 0 5px 5px 0;
    font-size: 1.2rem;
  }

  .pick-up-list .title {
    margin-bottom: 5px;
    font-size: 1.5rem;
  }




  .info-area {
    width: 100%;
    padding: 0;
  }

  .info-list article {
    flex-direction: column;
    align-items: flex-start;
    padding: 10px 0;
  }

  .info-list .info-head {
    max-width: inherit;
    margin: 0 0 5px;
  }

  .info-head .category {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }

  .info-list .update {
    margin-right: 10px;
  }

  .info-list p {
    line-height: 1.4;
  }

  





  /* ライブカメラ */
  .live-cam {
    flex-direction: column;
  }

  .live-photo {
    width: 100%;
    margin: 0 0 20px;
  }

  .live-photo:last-child {
    margin-bottom: 0;
  }


  /* 団体予約フォーム */
  .mail-banner {
    flex-wrap: wrap;
  }

  .mail-banner li {
    width: 100%;
    margin: 0 0 15px;
  }


  /* 弥彦山ロープウェイの楽しみ方 */
  .enjoy-list {
    flex-wrap: wrap;
  }

  .enjoy-list li {
    width: 100%;
    margin: 0 0 10px;
  }

  .enjoy-list li:last-child {
    margin-bottom: 0; 
  }



  /* 料金のご案内 */
  .col-area {
    flex-direction: column;
  }

  .col-area .box {
    width: 100%;
  }


  /* おすすめリンク */
  .banner-list {
    flex-wrap: wrap;
  }

  .enjoy-list .enjoy-info {
    padding: 10px;
  }

  .enjoy-info .title {
    font-size: 1.6rem;
  }


  /* バナー */
  .banner-list li {
    min-width: inherit;
    width: 48%;
    margin: 0 4% 4% 0;
  }

  .banner-list li:nth-of-type(2n) {
    margin-right: 0;
  }


  .footer-bkg {
    min-height: 360px;
    background-size: 180%;
  }

  .footer-inner {
    max-width: inherit;
    width: 100%;
    margin: 0;
    padding: 30px 15px;
  }

  footer .flex-area {
    flex-direction: column;
  }

  .site-info .site-logo {
    width: 160px;
    margin-bottom: 5px;
  }

  footer address {
    margin-bottom: 20px;
  }

  footer address p {
    margin-bottom: 3px;
    font-size: 1rem;
  }

  footer address p:last-child {
    margin-bottom: 0;
  }



  .site-info {
    min-width: inherit;
  }

  .footer-info .site-nav-area {
    flex-direction: column;
    padding-left: 20px;
  }
  
  .foot-nav {
    min-width: inherit;
    max-width: 300px;
    width: inherit;
  }

  .foot-nav ul {
    min-height: inherit;
    max-height: 150px;
  }

  .foot-nav li {
    width: 150px;
    margin-bottom: 10px;
  }

  .foot-nav a {
    font-size: 1.1rem;
  }

  .foot-nav a::before {
    width: 3px;
    height: 3px;
    margin-top: -2px;
    left: -1em;
    border-top: solid 1px #1eaa39;
    border-right: solid 1px #1eaa39;
  }

  .foot-nav .safety-report {
    width: 190px;
    top: 120px;
    left: 140px; 
  }

  .foot-nav .safety-report a {
    padding-top: 40px;
    background-size: cover;
  }




  .page-top {
    width: 40px;
  }

  .copyright {
    padding: 15px;
  }

  .copyright > p {
    width: 100%;
    margin: 0;
    font-size: 1rem;
  }


  /* リスト */
  .disc-list li {
    text-indent: -1.2em;
    padding-left: 1.2em;
    line-height: 1.2;
  }

  /* ボタン */
  .more-btn {
    min-width: inherit;
    max-width: 290px;
    width: 100%;
  }

  .more-btn-square {
    min-width: inherit;
    width: 100%;
  }


  /** ブロック指定
  ---------------------------------------------**/
  .pc-only-block{
    display: none;
  }


  /** width
  ---------------------------------------------**/
  .sp-w100{
    width: 100%;
  }


  /** margin
  ---------------------------------------------**/
  .m-0{
    margin: 0 !important;
  }

  /* top */
  .mt-0{
    margin-top: 0 !important;
  }

  .mt-5{
    margin-top: 2.5px !important;
  }

  .mt-10{
    margin-top: 5px !important;
  }

  .mt-15{
    margin-top: 7.5px !important;
  }

  .mt-25{
    margin-top: 12.5px !important;
  }

  .mt-30{
    margin-top: 15px !important;
  }

  .mt-40{
    margin-top: 20px !important;
  }

  .mt-60{
    margin-top: 30px !important;
  }

  .mt-65{
    margin-top: 40px !important;
  }

  .mt-70{
    margin-top: 40px !important;
  }

  .mt-130{
    margin-top: 65px !important;
  }

  /* right */
  .mr-0{
    margin-right: 0 !important;
  }

  .mr-5{
    margin-right: 2.5px !important;
  }

  .mr-10{
    margin-right: 5px !important;
  }

  .mr-15{
    margin-right: 7.5px !important;
  }

  .mr-25{
    margin-right: 12.5px !important;
  }

  .mr-30{
    margin-right: 15px !important;
  }

  .mr-40{
    margin-right: 20px !important;
  }

  .mr-70{
    margin-right: 35px !important;
  }

  /* left */
  .ml-0{
    margin-left: 0 !important;
  }

  .ml-5{
    margin-left: 2.5px !important;
  }

  .ml-10{
    margin-left: 5px !important;
  }

  .ml-15{
    margin-left: 7.5px !important;
  }

  .ml-25{
    margin-left: 12.5px !important;
  }

  .ml-30{
    margin-left: 15px !important;
  }

  .ml-40{
    margin-left: 20px !important;
  }

  .ml-70{
    margin-left: 35px !important;
  }

  /* bottom */
  .mb-0{
    margin-bottom: 0 !important;
  }

  .mb-5{
    margin-bottom: 2.5px !important;
  }

  .mb-10{
    margin-bottom: 5px !important;
  }

  .mb-15{
    margin-bottom: 7.5px !important;
  }

  .mb-20{
    margin-bottom: 10px !important;
  }

  .mb-25{
    margin-bottom: 12.5px !important;
  }

  .mb-30{
    margin-bottom: 15px !important;
  }

  .mb-40{
    margin-bottom: 20px !important;
  }

  .mb-60 {
    margin-bottom: 30px;
  }

  .mb-65 {
    margin-bottom: 40px;
  }

  .mb-70{
    margin-bottom: 40px;
  }

  .mb-130{
    margin-bottom: 65px;
  }

  .sp-mb-0{
    margin-bottom: 0 !important;
  }


  /** padding
  ---------------------------------------------**/
  .p-0{
    padding: 0 !important;
  }

  /* top */
  .pt-0{
    padding-top: 0 !important;
  }

  .pt-10{
    padding-top: 5px !important;
  }

  .pt-15{
    padding-top: 7.5px !important;
  }

  .pt-25{
    padding-top: 12.5px !important;
  }

  .pt-30{
    padding-top: 15px !important;
  }

  .pt-40{
    padding-top: 20px !important;
  }

  .pt-70{
    padding-top: 40px !important;
  }

  .pt-130{
    padding-top: 65px !important;
  }

  /* right */
  .pr-0{
    padding-right: 0 !important;
  }

  .pr-10{
    padding-right: 4px !important;
  }

  .pr-15{
    padding-right: 7.5px !important;
  }

  .pr-25{
    padding-right: 12.5px !important;
  }

  .pr-30{
    padding-right: 15px !important;
  }

  /* left */
  .pl-0{
    padding-left: 0 !important;
  }

  .pl-10{
    padding-left: 5px !important;
  }

  .pl-15{
    padding-left: 7.5px !important;
  }

  .pl-25{
    padding-left: 12.5px !important;
  }

  .pl-30{
    padding-left: 15px !important;
  }

  /* bottom */
  .pb-0{
    padding-bottom: 0 !important;
  }

  .pb-10{
    padding-bottom: 5px !important;
  }

  .pb-15{
    padding-bottom: 7.5px !important;
  }

  .pb-25{
    padding-bottom: 12.5px !important;
  }

  .pb-30{
    padding-bottom: 15px !important;
  }

  .pb-40{
    padding-bottom: 20px !important;
  }

  .pb-70{
    padding-bottom: 40px !important;
  }

  .pb-130{
    padding-bottom: 65px !important;
  }


}
